2024-03-30T04:15:13.374 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-30T04:15:13.375 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202 --name cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi --owner scheduled_cbodley@teuthology --verbose --description orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/classic} -- /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/orig.config.yaml 2024-03-30T04:15:13.407 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-30T04:15:13.485 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202 branch: main description: orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/classic} email: null first_in_suite: false job_id: '7629202' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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: d82c9aa17f09785fe698d262f9601d87bb79f962 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 workunit: branch: wip-qa-quincy-upgrade-distro sha1: 7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755 owner: scheduled_cbodley@teuthology priority: 75 repo: https://git.ceph.com/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: 0 sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 sleep_before_teardown: 0 suite: orch:cephadm:upgrade suite_branch: wip-qa-quincy-upgrade-distro suite_path: /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa suite_relpath: qa suite_repo: https://github.com/cbodley/ceph.git suite_sha1: 7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755 targets: smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFDO2zFNl8h+4utukSaqNe6xG88Iv2L18z6I3ecehjAhWkXyck7fIIdDxdHu4f9iapTyW5XgDqRjpNZafjQjJk= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGH5/HvYVXbXLDmcbhCLzkFy2dxTpY1m4dIauAxMrGyUh356iC2oW4a5ajTi7UitQM4/QIqzx8DZ++u1fXrkXKs= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.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 foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - 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 config set global log_to_journald 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 ; ceph health detail ; 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 orch upgrade status - ceph health detail - 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 --show-all-versions | 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-29_16:19:09 tube: smithi user: cbodley verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-30T04:15:13.486 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa; will attempt to use it 2024-03-30T04:15:13.486 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_cbodley_ceph_7d68aaff3b81b8f3aaab7d98fbc8fbbcc28d8755/qa/tasks 2024-03-30T04:15:13.486 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-30T04:15:13.488 INFO:teuthology.task.internal:Checking packages... 2024-03-30T04:15:13.513 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd82c9aa17f09785fe698d262f9601d87bb79f962' 2024-03-30T04:15:13.513 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-30T04:15:13.513 INFO:teuthology.packaging:ref: None 2024-03-30T04:15:13.513 INFO:teuthology.packaging:tag: None 2024-03-30T04:15:13.513 INFO:teuthology.packaging:branch: main 2024-03-30T04:15:13.514 INFO:teuthology.packaging:sha1: d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:15:13.514 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=main 2024-03-30T04:15:13.757 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2544-g8d7564a2-1jammy 2024-03-30T04:15:13.759 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-30T04:15:13.767 INFO:teuthology.task.internal:no buildpackages task found 2024-03-30T04:15:13.767 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-30T04:15:13.780 INFO:teuthology.task.internal:Saving configuration 2024-03-30T04:15:13.791 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-30T04:15:13.837 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:15:13.858 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:09:31.357752', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEGxmK9FyhFC9A/cNwScl/mwZSg+8qiW1Fsv3im4Fuh6'} 2024-03-30T04:15:13.878 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:09:31.359189', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM5Uh+SdlvbsBZpXP4jn4gR3uOjdNU0l+dUIfMoDoTXb'} 2024-03-30T04:15:13.878 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-30T04:15:13.889 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-03-30T04:15:13.889 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-03-30T04:15:13.889 INFO:teuthology.run_tasks:Running task console_log... 2024-03-30T04:15:13.964 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe137afe160>, signals=[15]) 2024-03-30T04:15:13.964 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-30T04:15:13.975 INFO:teuthology.task.internal:Opening connections... 2024-03-30T04:15:13.975 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-03-30T04:15:13.977 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:14.055 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-03-30T04:15:14.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:15:14.134 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-30T04:15:14.145 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-03-30T04:15:14.150 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-03-30T04:15:14.151 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-03-30T04:15:14.199 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-30T04:15:14.199 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="Ubuntu" 2024-03-30T04:15:14.199 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="22.04" 2024-03-30T04:15:14.199 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-30T04:15:14.199 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_CODENAME=jammy 2024-03-30T04:15:14.199 INFO:teuthology.orchestra.run.smithi097.stdout:ID=ubuntu 2024-03-30T04:15:14.200 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE=debian 2024-03-30T04:15:14.200 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-30T04:15:14.200 INFO:teuthology.orchestra.run.smithi097.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-30T04:15:14.200 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-30T04:15:14.200 INFO:teuthology.orchestra.run.smithi097.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-30T04:15:14.200 INFO:teuthology.orchestra.run.smithi097.stdout:UBUNTU_CODENAME=jammy 2024-03-30T04:15:14.200 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-03-30T04:15:14.223 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-03-30T04:15:14.228 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-03-30T04:15:14.229 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="22.04" 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=jammy 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-30T04:15:14.274 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-30T04:15:14.275 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-30T04:15:14.275 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-30T04:15:14.275 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=jammy 2024-03-30T04:15:14.275 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-03-30T04:15:14.298 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-30T04:15:14.311 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-30T04:15:14.333 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-30T04:15:14.333 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-03-30T04:15:14.335 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-03-30T04:15:14.340 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-30T04:15:14.359 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-30T04:15:14.359 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-03-30T04:15:14.384 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-03-30T04:15:14.394 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-30T04:15:14.446 INFO:teuthology.run_tasks:Running task kernel... 2024-03-30T04:15:14.465 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-30T04:15:14.465 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-30T04:15:14.466 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-30T04:15:14.466 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-30T04:15:14.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:15:14.471 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-03-30T04:15:14.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:15:14.472 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-03-30T04:15:14.517 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-56-generic 2024-03-30T04:15:14.518 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.15.0-56-generic 2024-03-30T04:15:14.518 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-03-30T04:15:14.520 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-56-generic 2024-03-30T04:15:14.520 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.15.0-56-generic 2024-03-30T04:15:14.520 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-03-30T04:15:14.630 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-03-30T04:15:14.633 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-03-30T04:15:14.771 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:15:14.777 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:15:14.778 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-30T04:15:14.781 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-30T04:15:14.795 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-30T04:15:14.866 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-30T04:15:14.870 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-30T04:15:14.884 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-30T04:15:15.001 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-03-30T04:15:15.020 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-03-30T04:15:15.089 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-03-30T04:15:15.107 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-03-30T04:15:15.117 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-03-30T04:15:15.123 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-30T04:15:15.124 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-30T04:15:15.125 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-03-30T04:15:15.136 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-03-30T04:15:15.145 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-03-30T04:15:15.150 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-30T04:15:15.150 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-30T04:15:15.151 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-03-30T04:15:15.152 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-03-30T04:15:15.156 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:15:15.157 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-03-30T04:15:15.165 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-03-30T04:15:15.180 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-03-30T04:15:15.180 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-03-30T04:15:15.184 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:15:15.184 INFO:teuthology.orchestra.run.smithi097.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-30T04:15:15.194 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-03-30T04:15:15.197 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-03-30T04:15:15.199 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-30T04:15:15.202 INFO:teuthology.orchestra.run.smithi097.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-03-30T04:15:15.204 INFO:teuthology.orchestra.run.smithi097.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-30T04:15:15.220 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-30T04:15:15.220 INFO:teuthology.orchestra.run.smithi097.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-30T04:15:15.220 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-30T04:15:15.222 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-03-30T04:15:15.223 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-03-30T04:15:15.223 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-03-30T04:15:15.224 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-03-30T04:15:15.225 INFO:teuthology.orchestra.run.smithi097.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-30T04:15:15.225 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-30T04:15:15.225 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-30T04:15:15.225 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-30T04:15:15.226 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-30T04:15:15.226 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-30T04:15:15.228 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-30T04:15:15.229 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-30T04:15:15.230 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-03-30T04:15:15.250 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-30T04:15:15.250 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-30T04:15:15.250 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-30T04:15:15.250 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-30T04:15:15.254 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-03-30T04:15:15.257 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:15:15.257 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-03-30T04:15:15.265 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-03-30T04:15:15.274 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-03-30T04:15:15.277 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-30T04:15:15.277 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-03-30T04:15:15.277 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-03-30T04:15:15.278 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-03-30T04:15:15.293 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-30T04:15:15.294 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-30T04:15:15.294 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-30T04:15:15.295 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-30T04:15:15.314 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-30T04:15:15.314 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-30T04:15:15.314 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-30T04:15:15.315 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-30T04:15:15.315 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-30T04:15:15.331 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-03-30T04:15:15.733 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-03-30T04:15:15.751 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-03-30T04:15:15.761 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-30T04:15:15.761 INFO:teuthology.orchestra.run.smithi105.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-03-30T04:15:15.852 INFO:teuthology.orchestra.run.smithi105.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-30T04:15:15.854 INFO:teuthology.orchestra.run.smithi105.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-03-30T04:15:15.865 INFO:teuthology.orchestra.run.smithi105.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-30T04:15:15.865 INFO:teuthology.orchestra.run.smithi105.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-03-30T04:15:15.896 INFO:teuthology.orchestra.run.smithi105.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-30T04:15:16.071 INFO:teuthology.orchestra.run.smithi105.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-03-30T04:15:16.476 INFO:teuthology.orchestra.run.smithi105.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-30T04:15:16.482 INFO:teuthology.orchestra.run.smithi105.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-30T04:15:16.482 INFO:teuthology.orchestra.run.smithi105.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-30T04:15:16.496 INFO:teuthology.orchestra.run.smithi105.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-30T04:15:16.498 INFO:teuthology.orchestra.run.smithi105.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-30T04:15:20.687 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 12.6 MB in 2s (7,003 kB/s) 2024-03-30T04:15:20.785 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 12.6 MB in 2s (7,009 kB/s) 2024-03-30T04:15:22.076 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-03-30T04:15:22.093 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:15:22.154 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-03-30T04:15:22.220 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-03-30T04:15:22.236 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:15:22.295 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-03-30T04:15:22.329 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-03-30T04:15:22.330 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-03-30T04:15:22.480 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:15:22.480 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:15:22.480 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:15:22.481 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:15:22.481 INFO:teuthology.orchestra.run.smithi097.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-30T04:15:22.481 INFO:teuthology.orchestra.run.smithi097.stdout: python2.7-minimal 2024-03-30T04:15:22.481 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:15:22.482 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-03-30T04:15:22.482 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:15:22.482 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-30T04:15:22.483 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-30T04:15:22.483 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-03-30T04:15:22.484 INFO:teuthology.orchestra.run.smithi097.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-30T04:15:22.484 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-03-30T04:15:22.484 INFO:teuthology.orchestra.run.smithi097.stdout: thermald 2024-03-30T04:15:22.492 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-03-30T04:15:22.493 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-03-30T04:15:22.531 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-03-30T04:15:22.531 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:15:22.531 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-30T04:15:22.532 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-30T04:15:22.533 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages will be upgraded: 2024-03-30T04:15:22.533 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-30T04:15:22.663 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:15:22.663 INFO:teuthology.orchestra.run.smithi105.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:15:22.663 INFO:teuthology.orchestra.run.smithi105.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:15:22.664 INFO:teuthology.orchestra.run.smithi105.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:15:22.664 INFO:teuthology.orchestra.run.smithi105.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-30T04:15:22.664 INFO:teuthology.orchestra.run.smithi105.stdout: python2.7-minimal 2024-03-30T04:15:22.665 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:15:22.666 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2024-03-30T04:15:22.666 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:15:22.666 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-30T04:15:22.666 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-30T04:15:22.667 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2024-03-30T04:15:22.667 INFO:teuthology.orchestra.run.smithi105.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-30T04:15:22.667 INFO:teuthology.orchestra.run.smithi105.stdout:Recommended packages: 2024-03-30T04:15:22.667 INFO:teuthology.orchestra.run.smithi105.stdout: thermald 2024-03-30T04:15:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:15:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 113 MB of archives. 2024-03-30T04:15:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-30T04:15:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-30T04:15:22.717 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2024-03-30T04:15:22.718 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-30T04:15:22.718 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-30T04:15:22.718 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-30T04:15:22.719 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages will be upgraded: 2024-03-30T04:15:22.719 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-30T04:15:22.898 INFO:teuthology.orchestra.run.smithi105.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:15:22.899 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 113 MB of archives. 2024-03-30T04:15:22.899 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-30T04:15:22.899 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-30T04:15:24.125 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-30T04:15:24.272 INFO:teuthology.orchestra.run.smithi105.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-30T04:15:24.491 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-30T04:15:24.619 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-30T04:15:26.702 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-30T04:15:26.702 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-30T04:15:26.702 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-30T04:15:26.845 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-30T04:15:26.845 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-30T04:15:26.845 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-30T04:15:27.386 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-30T04:15:27.503 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-30T04:15:27.599 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-30T04:15:27.678 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-30T04:15:27.890 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 113 MB in 5s (22.8 MB/s) 2024-03-30T04:15:28.053 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-30T04:15:28.122 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 113 MB in 5s (22.8 MB/s) 2024-03-30T04:15:28.281 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-30T04:15:30.056 INFO:teuthology.orchestra.run.smithi097.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-30T04:15:30.060 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:30.142 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:30.285 INFO:teuthology.orchestra.run.smithi105.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-30T04:15:30.289 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:30.403 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:32.336 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-30T04:15:32.357 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:32.447 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:32.847 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-30T04:15:32.867 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:32.897 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:32.937 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-30T04:15:32.959 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:33.048 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:33.549 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-30T04:15:33.569 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:33.624 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:39.360 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:15:39.484 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:15:39.850 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:15:39.971 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:15:40.239 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:15:40.282 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-30T04:15:40.294 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-30T04:15:40.324 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:15:40.383 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:15:40.708 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:15:40.836 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:15:41.173 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-30T04:15:41.195 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-30T04:15:41.239 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:15:46.157 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-30T04:15:46.194 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:46.232 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:47.298 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-30T04:15:47.335 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-30T04:15:47.390 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:48.912 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:15:49.036 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:15:49.327 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:15:49.499 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:49.625 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-30T04:15:49.754 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:50.167 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-30T04:15:50.293 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-30T04:15:51.072 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:15:51.072 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-30T04:15:51.072 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:15:51.072 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:51.240 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:51.377 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-30T04:15:51.498 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:51.624 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-30T04:15:51.770 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:52.674 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:53.084 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:15:53.084 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-30T04:15:53.084 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:15:53.085 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:53.231 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:54.075 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-30T04:15:54.202 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-30T04:15:54.329 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:54.397 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-30T04:15:54.397 INFO:teuthology.orchestra.run.smithi097.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:15:54.648 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:56.057 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-30T04:15:56.183 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-30T04:15:57.035 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-30T04:15:57.153 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-30T04:15:57.153 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:16:08.457 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-30T04:16:08.457 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub' 2024-03-30T04:16:08.472 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:16:08.484 INFO:teuthology.orchestra.run.smithi097.stdout:Generating grub configuration file ... 2024-03-30T04:16:08.735 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:16:08.750 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:16:09.025 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:16:09.030 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:16:09.101 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:16:09.106 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:16:09.258 INFO:teuthology.orchestra.run.smithi097.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:16:09.258 INFO:teuthology.orchestra.run.smithi097.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:16:09.259 INFO:teuthology.orchestra.run.smithi097.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:16:09.300 INFO:teuthology.orchestra.run.smithi097.stdout:done 2024-03-30T04:16:09.775 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.101.98 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:16:09.797 INFO:teuthology.orchestra.run.smithi097.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:16:09.798 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-03-30T04:16:09.798 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-03-30T04:16:09.798 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:16:09.798 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-03-30T04:16:09.798 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-30T04:16:09.798 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-30T04:16:09.798 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-30T04:16:09.798 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-03-30T04:16:09.798 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-03-30T04:16:09.799 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-03-30T04:16:09.980 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-03-30T04:16:10.110 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:16:10.120 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-30T04:16:10.139 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-30T04:16:10.225 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-30T04:16:11.201 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-30T04:16:11.201 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2024-03-30T04:16:11.218 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:16:11.256 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2024-03-30T04:16:11.481 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-03-30T04:16:11.500 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:16:11.546 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:16:11.561 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-03-30T04:16:11.561 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:16:11.769 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-03-30T04:16:11.770 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-03-30T04:16:11.887 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:16:11.892 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:16:11.937 INFO:teuthology.orchestra.run.smithi097.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-30T04:16:11.937 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:16:11.938 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:16:11.938 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:16:11.938 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:16:11.938 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-30T04:16:11.938 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-30T04:16:11.938 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:16:11.961 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:16:11.967 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:16:11.977 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:16:11.980 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-03-30T04:16:11.996 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-03-30T04:16:11.996 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-03-30T04:16:11.996 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-03-30T04:16:11.997 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-03-30T04:16:11.997 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-03-30T04:16:11.997 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:16:11.997 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-03-30T04:16:11.997 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-03-30T04:16:11.997 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.101.98 2024-03-30T04:16:11.998 INFO:teuthology.orchestra.run.smithi097.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:16:11.998 INFO:teuthology.orchestra.run.smithi097.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:16:11.998 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-03-30T04:16:11.998 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-03-30T04:16:11.998 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:16:11.999 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-03-30T04:16:11.999 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-03-30T04:16:12.042 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.tn2Gg8rBWp 2024-03-30T04:16:12.042 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tn2Gg8rBWp 2024-03-30T04:16:12.098 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.tn2Gg8rBWp 2024-03-30T04:16:12.165 INFO:teuthology.orchestra.run.smithi105.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:16:12.166 INFO:teuthology.orchestra.run.smithi105.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:16:12.166 INFO:teuthology.orchestra.run.smithi105.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:16:12.208 INFO:teuthology.orchestra.run.smithi105.stdout:done 2024-03-30T04:16:12.219 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.tn2Gg8rBWp is 10KB 2024-03-30T04:16:12.232 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.tn2Gg8rBWp 2024-03-30T04:16:12.237 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-30T04:16:12.290 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:16:12.291 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-30T04:16:12.291 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-30T04:16:12.363 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-30T04:16:12.363 DEBUG:teuthology.orchestra.run.smithi097:> sudo update-grub 2024-03-30T04:16:12.669 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 21 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.101.98 2024-03-30T04:16:12.690 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:16:12.691 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:16:12.691 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-03-30T04:16:12.691 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-03-30T04:16:12.691 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:16:12.691 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-03-30T04:16:12.691 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-30T04:16:12.691 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-30T04:16:12.691 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-30T04:16:12.691 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-03-30T04:16:12.691 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-03-30T04:16:12.691 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-03-30T04:16:12.892 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-03-30T04:16:13.032 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-30T04:16:13.032 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-30T04:16:13.043 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-30T04:16:13.063 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-30T04:16:13.559 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub' 2024-03-30T04:16:13.560 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:16:13.564 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-03-30T04:16:13.759 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:16:13.764 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:16:13.997 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:16:14.002 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:16:14.046 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:16:14.051 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:16:14.166 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:16:14.167 INFO:teuthology.orchestra.run.smithi097.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:16:14.167 INFO:teuthology.orchestra.run.smithi097.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:16:14.178 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-03-30T04:16:14.183 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-03-30T04:16:14.412 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-03-30T04:16:14.431 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-30T04:16:14.489 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-03-30T04:16:14.692 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-03-30T04:16:14.694 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-03-30T04:16:14.867 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-30T04:16:14.868 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2024-03-30T04:16:14.868 INFO:teuthology.orchestra.run.smithi105.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-30T04:16:14.868 INFO:teuthology.orchestra.run.smithi105.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-30T04:16:14.868 INFO:teuthology.orchestra.run.smithi105.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-30T04:16:14.868 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-30T04:16:14.868 INFO:teuthology.orchestra.run.smithi105.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-30T04:16:14.869 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-30T04:16:14.907 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-03-30T04:16:14.909 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 21 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-03-30T04:16:14.924 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.101.98 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-03-30T04:16:14.925 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-03-30T04:16:14.925 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-03-30T04:16:14.972 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.xgLGvFqueE 2024-03-30T04:16:14.973 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xgLGvFqueE 2024-03-30T04:16:15.027 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.xgLGvFqueE 2024-03-30T04:16:15.154 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.xgLGvFqueE is 10KB 2024-03-30T04:16:15.167 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.xgLGvFqueE 2024-03-30T04:16:15.172 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-30T04:16:15.223 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:16:15.224 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-30T04:16:15.224 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-30T04:16:15.309 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-30T04:16:15.309 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2024-03-30T04:16:16.621 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2024-03-30T04:16:16.623 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-30T04:16:16.634 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-03-30T04:16:16.826 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-30T04:16:16.833 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-30T04:16:17.110 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-30T04:16:17.116 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-30T04:16:17.158 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-30T04:16:17.163 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-30T04:16:17.316 INFO:teuthology.orchestra.run.smithi105.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-30T04:16:17.316 INFO:teuthology.orchestra.run.smithi105.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-30T04:16:17.316 INFO:teuthology.orchestra.run.smithi105.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-30T04:16:17.335 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-03-30T04:16:17.342 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-03-30T04:16:44.210 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-03-30T04:16:44.211 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:16:44.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:16:47.347 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-03-30T04:16:47.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:16:47.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:17:02.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-03-30T04:17:05.826 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-03-30T04:17:11.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:17:11.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:17:14.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-03-30T04:17:14.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:17:14.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:17:17.886 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-03-30T04:17:26.817 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:17:26.818 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:17:29.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:17:29.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:17:45.246 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-03-30T04:17:48.322 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-03-30T04:18:00.258 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:18:00.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:18:00.709 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-03-30T04:18:01.262 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:18:01.263 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.15.0-101-generic"... 2024-03-30T04:18:01.263 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-03-30T04:18:01.309 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-101-generic 2024-03-30T04:18:01.309 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-30T04:18:01.309 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-30T04:18:01.310 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-30T04:18:02.310 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-03-30T04:18:02.310 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-30T04:18:02.372 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-03-30T04:18:02.391 DEBUG:teuthology.parallel:result is None 2024-03-30T04:18:03.323 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:18:03.324 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:18:03.569 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-03-30T04:18:04.139 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:18:04.139 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.15.0-101-generic"... 2024-03-30T04:18:04.139 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-03-30T04:18:04.185 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-101-generic 2024-03-30T04:18:04.185 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-30T04:18:04.185 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-30T04:18:04.185 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-30T04:18:05.186 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-03-30T04:18:05.186 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-30T04:18:05.277 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-03-30T04:18:05.318 DEBUG:teuthology.parallel:result is None 2024-03-30T04:18:05.319 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-30T04:18:05.327 INFO:teuthology.task.internal:Creating test directory... 2024-03-30T04:18:05.328 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-30T04:18:05.331 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-30T04:18:05.336 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-30T04:18:05.344 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-30T04:18:05.406 INFO:teuthology.task.internal:Creating archive directory... 2024-03-30T04:18:05.406 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-30T04:18:05.409 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-30T04:18:05.428 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-30T04:18:05.439 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-30T04:18:05.440 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-30T04:18:05.466 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-30T04:18:05.490 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:18:05.492 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:18:05.498 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:18:05.500 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-30T04:18:05.501 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-30T04:18:05.513 INFO:teuthology.task.internal:Configuring sudo... 2024-03-30T04:18:05.513 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-30T04:18:05.542 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-30T04:18:05.569 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-30T04:18:05.580 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-30T04:18:05.580 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-30T04:18:05.610 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-30T04:18:05.616 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-30T04:18:05.661 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-30T04:18:05.710 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:18:05.710 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-30T04:18:05.769 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-30T04:18:05.775 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-30T04:18:05.821 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:18:05.821 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-30T04:18:05.883 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-03-30T04:18:05.886 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-03-30T04:18:05.964 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-30T04:18:05.971 INFO:teuthology.task.internal:Starting timer... 2024-03-30T04:18:05.971 INFO:teuthology.run_tasks:Running task pcp... 2024-03-30T04:18:05.983 INFO:teuthology.run_tasks:Running task selinux... 2024-03-30T04:18:05.994 DEBUG:teuthology.task.selinux:Excluding smithi097: OS 'ubuntu' does not support SELinux 2024-03-30T04:18:05.994 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2024-03-30T04:18:05.994 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-30T04:18:05.995 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-30T04:18:05.995 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-30T04:18:05.995 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-30T04:18:06.005 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-30T04:18:06.014 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-30T04:18:06.125 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-30T04:18:06.141 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-30T04:18:06.142 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi097.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-30T04:25:06.340 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi097.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-03-30T04:25:06.341 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:25:06.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:25:06.423 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-03-30T04:25:06.506 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-03-30T04:25:06.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:25:06.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-30T04:25:06.590 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-03-30T04:25:06.670 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-03-30T04:25:06.671 INFO:teuthology.run_tasks:Running task clock... 2024-03-30T04:25:06.681 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-30T04:25:06.681 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-30T04:25:06.681 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:25:06.684 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-30T04:25:06.684 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Command line: ntpd -gq 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: ---------------------------------------------------- 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: ntp-4 is maintained by Network Time Foundation, 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: corporation. Support and training for ntp-4 are 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: available at https://www.nwtime.org/support 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: ---------------------------------------------------- 2024-03-30T04:25:06.712 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: proto: precision = 0.060 usec (-24) 2024-03-30T04:25:06.713 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: basedate set to 2022-02-04 2024-03-30T04:25:06.713 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: gps base set to 2022-02-06 (week 2196) 2024-03-30T04:25:06.713 INFO:teuthology.orchestra.run.smithi097.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:25:06.713 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:25:06.713 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:25:06.714 INFO:teuthology.orchestra.run.smithi097.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listen and drop on 0 v6wildcard [::]:123 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listen normally on 2 lo 127.0.0.1:123 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listen normally on 3 enp3s0f1 172.21.15.97:123 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listen normally on 4 lo [::1]:123 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d805%5]:123 2024-03-30T04:25:06.715 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:06 ntpd[17217]: Listening on routing socket on fd #22 for interface updates 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Command line: ntpd -gq 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: ---------------------------------------------------- 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: ntp-4 is maintained by Network Time Foundation, 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: corporation. Support and training for ntp-4 are 2024-03-30T04:25:06.742 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: available at https://www.nwtime.org/support 2024-03-30T04:25:06.743 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: ---------------------------------------------------- 2024-03-30T04:25:06.743 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: proto: precision = 0.044 usec (-24) 2024-03-30T04:25:06.743 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: basedate set to 2022-02-04 2024-03-30T04:25:06.743 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: gps base set to 2022-02-06 (week 2196) 2024-03-30T04:25:06.744 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:25:06.744 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-30T04:25:06.744 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:25:06.745 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-30T04:25:06.745 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listen and drop on 0 v6wildcard [::]:123 2024-03-30T04:25:06.746 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-30T04:25:06.746 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listen normally on 2 lo 127.0.0.1:123 2024-03-30T04:25:06.746 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2024-03-30T04:25:06.746 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listen normally on 4 lo [::1]:123 2024-03-30T04:25:06.746 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2024-03-30T04:25:06.746 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:06 ntpd[17159]: Listening on routing socket on fd #22 for interface updates 2024-03-30T04:25:07.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:07 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:07.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:07 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:07.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:07 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:07.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:07 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:07.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:07 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:07.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:07 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:07.743 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:07.743 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:07.743 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:07.743 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:07.743 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:07.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:07.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:07.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:07 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:09.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:09.715 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:09 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:09.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:09.747 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:09.747 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:09.747 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:09 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.716 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:11 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:11.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:11.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:11 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:13.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.712 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:13.713 INFO:teuthology.orchestra.run.smithi097.stdout:30 Mar 04:25:13 ntpd[17217]: ntpd: time slew +0.000150 s 2024-03-30T04:25:13.714 INFO:teuthology.orchestra.run.smithi097.stdout:ntpd: time slew +0.000150s 2024-03-30T04:25:13.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-30T04:25:13.714 INFO:teuthology.orchestra.run.smithi097.stderr:30 Mar 04:25:13 ntpd[17217]: can't open /var/log/ntpstats/loopstats.20240330: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-30T04:25:13.744 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/rawstats.20240330: Permission denied 2024-03-30T04:25:13.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-30T04:25:13.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/peerstats.20240330: Permission denied 2024-03-30T04:25:13.745 INFO:teuthology.orchestra.run.smithi105.stdout:30 Mar 04:25:13 ntpd[17159]: ntpd: time slew +0.000825 s 2024-03-30T04:25:13.745 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew +0.000825s 2024-03-30T04:25:13.745 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-30T04:25:13.746 INFO:teuthology.orchestra.run.smithi105.stderr:30 Mar 04:25:13 ntpd[17159]: can't open /var/log/ntpstats/loopstats.20240330: Permission denied 2024-03-30T04:25:13.799 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:25:13.799 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-03-30T04:25:13.799 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.799 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.799 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.799 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.822 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:25:13.823 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-03-30T04:25:13.823 INFO:teuthology.orchestra.run.smithi097.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.823 INFO:teuthology.orchestra.run.smithi097.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.823 INFO:teuthology.orchestra.run.smithi097.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.823 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-30T04:25:13.824 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-30T04:25:14.258 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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': 'd82c9aa17f09785fe698d262f9601d87bb79f962'} 2024-03-30T04:25:14.259 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-03-30T04:25:14.259 INFO:tasks.cephadm:Cluster fsid is 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:25:14.259 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-30T04:25:14.259 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.97', 'mon.c': '[v2:172.21.15.97:3301,v1:172.21.15.97:6790]', 'mon.b': '172.21.15.105'} 2024-03-30T04:25:14.260 INFO:tasks.cephadm:First mon is mon.a on smithi097 2024-03-30T04:25:14.260 INFO:tasks.cephadm:First mgr is y 2024-03-30T04:25:14.260 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-30T04:25:14.260 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-03-30T04:25:14.276 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-03-30T04:25:14.290 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-03-30T04:25:14.291 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-30T04:25:14.648 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 30 04:25 /home/ubuntu/cephtest/cephadm 2024-03-30T04:25:14.648 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-30T04:25:14.912 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Mar 30 04:25 /home/ubuntu/cephtest/cephadm 2024-03-30T04:25:14.912 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-30T04:25:14.920 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-30T04:25:14.937 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-03-30T04:25:14.938 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-30T04:25:14.965 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-03-30T04:25:15.121 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:25:15.124 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:25:59.021 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-03-30T04:25:59.022 INFO:teuthology.orchestra.run.smithi105.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-30T04:25:59.022 INFO:teuthology.orchestra.run.smithi105.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-30T04:25:59.022 INFO:teuthology.orchestra.run.smithi105.stdout: "repo_digests": [ 2024-03-30T04:25:59.022 INFO:teuthology.orchestra.run.smithi105.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-30T04:25:59.022 INFO:teuthology.orchestra.run.smithi105.stdout: ] 2024-03-30T04:25:59.022 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-03-30T04:26:02.698 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:26:02.699 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-03-30T04:26:02.699 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-03-30T04:26:02.699 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2024-03-30T04:26:02.699 INFO:teuthology.orchestra.run.smithi097.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-03-30T04:26:02.699 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-03-30T04:26:02.699 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:26:02.729 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2024-03-30T04:26:02.742 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-03-30T04:26:02.756 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2024-03-30T04:26:02.794 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-03-30T04:26:02.809 INFO:tasks.cephadm:Writing seed config... 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-30T04:26:02.810 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-30T04:26:02.811 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-30T04:26:02.811 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:26:02.811 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-30T04:26:02.840 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 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 = 8133883c-ee4d-11ee-b647-cb9ed24678a4 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-30T04:26:02.840 DEBUG:teuthology.orchestra.run.smithi097:mon.a> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service 2024-03-30T04:26:02.885 DEBUG:teuthology.orchestra.run.smithi097:mgr.y> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service 2024-03-30T04:26:02.928 INFO:tasks.cephadm:Bootstrapping... 2024-03-30T04:26:02.928 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 --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.97 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:03.128 INFO:teuthology.orchestra.run.smithi097.stderr:-------------------------------------------------------------------------------- 2024-03-30T04:26:03.128 INFO:teuthology.orchestra.run.smithi097.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '8133883c-ee4d-11ee-b647-cb9ed24678a4', '--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.97', '--skip-admin-label'] 2024-03-30T04:26:03.128 INFO:teuthology.orchestra.run.smithi097.stderr:Verifying podman|docker is present... 2024-03-30T04:26:03.128 INFO:teuthology.orchestra.run.smithi097.stderr:Verifying lvm2 is present... 2024-03-30T04:26:03.128 INFO:teuthology.orchestra.run.smithi097.stderr:Verifying time synchronization is in place... 2024-03-30T04:26:03.133 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-30T04:26:03.137 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.141 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-30T04:26:03.145 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.148 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: masked 2024-03-30T04:26:03.152 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.156 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-30T04:26:03.159 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.163 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: enabled 2024-03-30T04:26:03.168 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: active 2024-03-30T04:26:03.168 INFO:teuthology.orchestra.run.smithi097.stderr:Unit ntp.service is enabled and running 2024-03-30T04:26:03.169 INFO:teuthology.orchestra.run.smithi097.stderr:Repeating the final host check... 2024-03-30T04:26:03.169 INFO:teuthology.orchestra.run.smithi097.stderr:docker (/usr/bin/docker) is present 2024-03-30T04:26:03.169 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl is present 2024-03-30T04:26:03.169 INFO:teuthology.orchestra.run.smithi097.stderr:lvcreate is present 2024-03-30T04:26:03.173 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-30T04:26:03.176 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.179 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-03-30T04:26:03.182 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.185 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: masked 2024-03-30T04:26:03.188 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.191 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-03-30T04:26:03.195 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: inactive 2024-03-30T04:26:03.198 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: enabled 2024-03-30T04:26:03.201 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: active 2024-03-30T04:26:03.202 INFO:teuthology.orchestra.run.smithi097.stderr:Unit ntp.service is enabled and running 2024-03-30T04:26:03.202 INFO:teuthology.orchestra.run.smithi097.stderr:Host looks OK 2024-03-30T04:26:03.202 INFO:teuthology.orchestra.run.smithi097.stderr:Cluster fsid: 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:03.203 INFO:teuthology.orchestra.run.smithi097.stderr:Acquiring lock 140453938382208 on /run/cephadm/8133883c-ee4d-11ee-b647-cb9ed24678a4.lock 2024-03-30T04:26:03.203 INFO:teuthology.orchestra.run.smithi097.stderr:Lock 140453938382208 acquired on /run/cephadm/8133883c-ee4d-11ee-b647-cb9ed24678a4.lock 2024-03-30T04:26:03.203 INFO:teuthology.orchestra.run.smithi097.stderr:Verifying IP 172.21.15.97 port 3300 ... 2024-03-30T04:26:03.203 INFO:teuthology.orchestra.run.smithi097.stderr:Verifying IP 172.21.15.97 port 6789 ... 2024-03-30T04:26:03.203 INFO:teuthology.orchestra.run.smithi097.stderr:Base mon IP is 172.21.15.97, final addrv is [v2:172.21.15.97:3300,v1:172.21.15.97:6789] 2024-03-30T04:26:03.204 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-03-30T04:26:03.204 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.97 metric 100 2024-03-30T04:26:03.205 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.97 metric 100 2024-03-30T04:26:03.205 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-30T04:26:03.205 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.97 metric 100 2024-03-30T04:26:03.205 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.97 metric 100 2024-03-30T04:26:03.205 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.97 metric 100 2024-03-30T04:26:03.205 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.97 metric 100 2024-03-30T04:26:03.206 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-30T04:26:03.206 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-30T04:26:03.206 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1796sec pref medium 2024-03-30T04:26:03.208 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-30T04:26:03.208 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-03-30T04:26:03.208 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-30T04:26:03.208 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-30T04:26:03.208 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d805/64 scope link 2024-03-30T04:26:03.209 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-03-30T04:26:03.209 INFO:teuthology.orchestra.run.smithi097.stderr:Mon IP `172.21.15.97` is in CIDR network `172.21.0.0/20` 2024-03-30T04:26:03.209 INFO:teuthology.orchestra.run.smithi097.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-30T04:26:03.210 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-03-30T04:26:03.925 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-03-30T04:26:04.088 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-03-30T04:26:04.088 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-03-30T04:26:04.121 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-03-30T04:26:05.061 INFO:teuthology.orchestra.run.smithi097.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-30T04:26:05.617 INFO:teuthology.orchestra.run.smithi097.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-03-30T04:26:05.617 INFO:teuthology.orchestra.run.smithi097.stderr:Extracting ceph user uid/gid from container image... 2024-03-30T04:26:06.344 INFO:teuthology.orchestra.run.smithi097.stderr:stat: 167 167 2024-03-30T04:26:07.022 INFO:teuthology.orchestra.run.smithi097.stderr:Creating initial keys... 2024-03-30T04:26:07.771 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-authtool: AQBflAdmmsJGLhAA0K0ys0QfAr/f/U5T8jadlA== 2024-03-30T04:26:09.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-authtool: AQBhlAdmsNzuAxAAtOUi7xtnzt6eTLx+sEmzpw== 2024-03-30T04:26:10.424 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-authtool: AQBilAdmJY2PGRAAps9ETTYDXvL4uA87WWkDAA== 2024-03-30T04:26:10.977 INFO:teuthology.orchestra.run.smithi097.stderr:Creating initial monmap... 2024-03-30T04:26:11.717 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-30T04:26:11.718 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-03-30T04:26:11.718 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:11.718 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-30T04:26:12.299 INFO:teuthology.orchestra.run.smithi097.stderr:monmaptool for a [v2:172.21.15.97:3300,v1:172.21.15.97:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-30T04:26:12.300 INFO:teuthology.orchestra.run.smithi097.stderr:setting min_mon_release = octopus 2024-03-30T04:26:12.300 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/monmaptool: set fsid to 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:12.300 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-30T04:26:12.300 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:26:12.300 INFO:teuthology.orchestra.run.smithi097.stderr:Creating mon... 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 1 imported monmap: 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: last_changed 2024-03-30T04:26:11.722062+0000 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:26:13.025 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 0 /usr/bin/ceph-mon: set fsid to 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: DB SUMMARY 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: DB Session ID: 4GW7BDJQ6S97ZVI3P5Y1 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.026 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.create_if_missing: 1 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.env: 0x564abb6c6860 2024-03-30T04:26:13.027 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.info_log: 0x564abd3df320 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:26:13.028 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.write_buffer_manager: 0x564abd67f950 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:26:13.029 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:26:13.030 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:26:13.052 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:26:13.052 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.row_cache: None 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:26:13.053 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:26:13.054 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:26:13.055 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.024+0000 7f952ecfd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.merge_operator: 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:26:13.056 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564abd430b08) 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_cache: 0x564abd410170 2024-03-30T04:26:13.057 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-30T04:26:13.058 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: format_version: 4 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:26:13.059 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:26:13.060 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:26:13.061 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:26:13.062 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:26:13.063 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x564abd3f6a80 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f952ecfd880 4 rocksdb: DB pointer 0x564abd46a000 2024-03-30T04:26:13.064 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f95208e7700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.028+0000 7f95208e7700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:26:13.065 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:26:13.066 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:13.067 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.032+0000 7f952ecfd880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.032+0000 7f952ecfd880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-03-30T04:26:13.068 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph-mon: debug 2024-03-30T04:26:13.032+0000 7f952ecfd880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-30T04:26:13.546 INFO:teuthology.orchestra.run.smithi097.stderr:create mon.a on 2024-03-30T04:26:13.777 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-30T04:26:13.988 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4.target. 2024-03-30T04:26:13.988 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4.target. 2024-03-30T04:26:14.397 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to reset failed state of unit ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-03-30T04:26:14.401 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4.target.wants/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service. 2024-03-30T04:26:14.607 INFO:teuthology.orchestra.run.smithi097.stderr:firewalld does not appear to be present 2024-03-30T04:26:14.607 INFO:teuthology.orchestra.run.smithi097.stderr:Not possible to enable service . firewalld.service is not available 2024-03-30T04:26:14.608 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for mon to start... 2024-03-30T04:26:14.608 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for mon... 2024-03-30T04:26:16.010 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: cluster: 2024-03-30T04:26:16.010 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: id: 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:16.010 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-30T04:26:16.010 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: services: 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.199716s) 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: data: 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: pgs: 2024-03-30T04:26:16.011 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:16.021 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:15 smithi097 bash[18114]: cluster 2024-03-30T04:26:15.801043+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:26:16.570 INFO:teuthology.orchestra.run.smithi097.stderr:mon is available 2024-03-30T04:26:16.570 INFO:teuthology.orchestra.run.smithi097.stderr:Assimilating anything we can from ceph.conf... 2024-03-30T04:26:16.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:16 smithi097 bash[18114]: cluster 2024-03-30T04:26:15.813741+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:26:16.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:16 smithi097 bash[18114]: cluster 2024-03-30T04:26:15.816085+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0]} 2024-03-30T04:26:16.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:16 smithi097 bash[18114]: cluster 2024-03-30T04:26:15.824722+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-30T04:26:16.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:16 smithi097 bash[18114]: cluster 2024-03-30T04:26:15.834144+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-30T04:26:16.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:16 smithi097 bash[18114]: cluster 2024-03-30T04:26:15.834582+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-30T04:26:16.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:16 smithi097 bash[18114]: audit 2024-03-30T04:26:16.013393+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.97:0/257819807' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-30T04:26:17.538 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:17.538 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: [global] 2024-03-30T04:26:17.538 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: fsid = 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:17.538 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.97:3300,v1:172.21.15.97:6789] 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: [mgr] 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: [osd] 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-30T04:26:17.539 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-30T04:26:18.125 INFO:teuthology.orchestra.run.smithi097.stderr:Generating new minimal ceph.conf... 2024-03-30T04:26:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:17 smithi097 bash[18114]: audit 2024-03-30T04:26:17.536443+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.97:0/3966029595' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-30T04:26:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:17 smithi097 bash[18114]: audit 2024-03-30T04:26:17.541215+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.97:0/3966029595' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-30T04:26:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:19 smithi097 bash[18114]: audit 2024-03-30T04:26:19.090766+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.97:0/3937056692' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:26:19.629 INFO:teuthology.orchestra.run.smithi097.stderr:Restarting the monitor... 2024-03-30T04:26:20.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:19 smithi097 systemd[1]: Stopping Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:26:20.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:19 smithi097 bash[18477]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon.a 2024-03-30T04:26:20.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:19 smithi097 bash[18114]: debug 2024-03-30T04:26:19.744+0000 7f20b66e2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:26:20.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:19 smithi097 bash[18114]: debug 2024-03-30T04:26:19.744+0000 7f20b66e2700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-30T04:26:20.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:20 smithi097 bash[18486]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:26:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:20 smithi097 bash[18522]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon.a 2024-03-30T04:26:20.378 INFO:teuthology.orchestra.run.smithi097.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-30T04:26:20.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:20 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-03-30T04:26:20.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:20 smithi097 systemd[1]: Stopped Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:26:20.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:20 smithi097 systemd[1]: Started Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:26:21.764 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.480+0000 7f9e6e238880 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.480+0000 7f9e6e238880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.480+0000 7f9e6e238880 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.484+0000 7f9e6e238880 0 load: jerasure load: lrc 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: RocksDB version: 6.15.5 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Compile date Apr 18 2022 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: DB SUMMARY 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: DB Session ID: 9KVL9D2M0SCKNHPNV7S0 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-03-30T04:26:21.765 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82623 ; 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.env: 0x55aa1d6c6860 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.fs: Posix File System 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.info_log: 0x55aa1eb5de00 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:26:21.766 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.db_log_dir: 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-03-30T04:26:21.767 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.write_buffer_manager: 0x55aa1ec4e2d0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:26:21.768 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.row_cache: None 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.wal_filter: None 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.preserve_deletes: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:26:21.769 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:26:21.770 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:26:21.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Compression algorithms supported: 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kZSTD supported: 0 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.merge_operator: 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:26:21.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa1eb2bd00) 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cache_index_and_filter_blocks: 1 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: pin_top_level_index_and_filter: 1 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: index_type: 0 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: data_block_index_type: 0 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: index_shortening: 1 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: hash_index_allow_collision: 1 2024-03-30T04:26:21.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: checksum: 1 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: no_block_cache: 0 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_cache: 0x55aa1eb92170 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_cache_name: BinnedLRUCache 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_cache_options: 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: capacity : 536870912 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: num_shard_bits : 4 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: strict_capacity_limit : 0 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: high_pri_pool_ratio: 0.000 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_cache_compressed: (nil) 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: persistent_cache: (nil) 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_size: 4096 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_size_deviation: 10 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_restart_interval: 16 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: index_block_restart_interval: 1 2024-03-30T04:26:21.775 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: metadata_block_size: 4096 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: partition_filters: 0 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: use_delta_encoding: 1 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: whole_key_filtering: 1 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: verify_compression: 0 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: read_amp_bytes_per_bit: 0 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: format_version: 4 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: enable_index_compression: 1 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: block_align: 0 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:26:21.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.num_levels: 7 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:26:21.777 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:26:21.778 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.arena_block_size: 4194304 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:26:21.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.table_properties_collectors: 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:26:21.780 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.488+0000 7f9e6e238880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:26:21.781 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772781493224, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772781494108, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79173, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77436, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 71745, "raw_average_value_size": 340, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "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": 1711772781, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "656dc8f0-fbe7-4c59-955a-4d0b59720f8a", "db_session_id": "9KVL9D2M0SCKNHPNV7S0"}} 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711772781494525, "job": 1, "event": "recovery_finished"} 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55aa1eb78a80 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 4 rocksdb: DB pointer 0x55aa1eb88000 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e5dfc0700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e5dfc0700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-03-30T04:26:21.782 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** DB Stats ** 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** Compaction Stats [default] ** 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: L0 2/0 79.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Sum 2/0 79.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** Compaction Stats [default] ** 2024-03-30T04:26:21.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Cumulative compaction: 0.00 GB write, 11.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Interval compaction: 0.00 GB write, 11.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** Compaction Stats [default] ** 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:21.784 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: L0 2/0 79.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Sum 2/0 79.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** Compaction Stats [default] ** 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 132.2 0.00 0.00 1 0.001 0 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:26:21.785 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Cumulative compaction: 0.00 GB write, 11.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: debug 2024-03-30T04:26:21.492+0000 7f9e6e238880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] at bind addrs [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cluster 2024-03-30T04:26:21.521041+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cluster 2024-03-30T04:26:21.521137+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0]} 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cluster 2024-03-30T04:26:21.521228+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cluster 2024-03-30T04:26:21.521259+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-30T04:26:21.786 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:21 smithi097 bash[18564]: cluster 2024-03-30T04:26:21.521642+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-30T04:26:22.388 INFO:teuthology.orchestra.run.smithi097.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-30T04:26:22.389 INFO:teuthology.orchestra.run.smithi097.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:26:22.389 INFO:teuthology.orchestra.run.smithi097.stderr:Creating mgr... 2024-03-30T04:26:22.389 INFO:teuthology.orchestra.run.smithi097.stderr:Verifying port 9283 ... 2024-03-30T04:26:22.622 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Failed to reset failed state of unit ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Unit ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service not loaded. 2024-03-30T04:26:22.626 INFO:teuthology.orchestra.run.smithi097.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4.target.wants/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service -> /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service. 2024-03-30T04:26:22.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:22 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:22.847 INFO:teuthology.orchestra.run.smithi097.stderr:firewalld does not appear to be present 2024-03-30T04:26:22.847 INFO:teuthology.orchestra.run.smithi097.stderr:Not possible to enable service . firewalld.service is not available 2024-03-30T04:26:22.847 INFO:teuthology.orchestra.run.smithi097.stderr:firewalld does not appear to be present 2024-03-30T04:26:22.847 INFO:teuthology.orchestra.run.smithi097.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-30T04:26:22.847 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for mgr to start... 2024-03-30T04:26:22.847 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for mgr... 2024-03-30T04:26:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:22 smithi097 bash[18564]: audit 2024-03-30T04:26:21.755792+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.97:0/3722133145' entity='client.admin' 2024-03-30T04:26:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:22 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsid": "8133883c-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.225 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 0 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "a" 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:24.226 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:26:24.227 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:26:24.227 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:26:24.227 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:26:24.227 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:26:24.227 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:26:24.227 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:24.231 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:24.232 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:26:15.819336+0000", 2024-03-30T04:26:24.233 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:24.233 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:24.233 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:26:24.233 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:26:24.235 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:24 smithi097 bash[18818]: debug 2024-03-30T04:26:24.144+0000 7fd8e1e8c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:26:24.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:24 smithi097 bash[18564]: audit 2024-03-30T04:26:24.226609+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.97:0/1129571715' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:26:24.871 INFO:teuthology.orchestra.run.smithi097.stderr:mgr not available, waiting (1/15)... 2024-03-30T04:26:25.994 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:25 smithi097 bash[18818]: debug 2024-03-30T04:26:25.664+0000 7fd8e1e8c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:26:25.994 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:25 smithi097 bash[18818]: debug 2024-03-30T04:26:25.756+0000 7fd8e1e8c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:26:26.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:25 smithi097 bash[18818]: debug 2024-03-30T04:26:25.996+0000 7fd8e1e8c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:26:27.027 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:26 smithi097 bash[18818]: debug 2024-03-30T04:26:26.720+0000 7fd8e1e8c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:27.027 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:26 smithi097 bash[18818]: debug 2024-03-30T04:26:26.824+0000 7fd8e1e8c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:26:27.027 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:26 smithi097 bash[18818]: debug 2024-03-30T04:26:26.920+0000 7fd8e1e8c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:26:27.027 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:27 smithi097 bash[18818]: debug 2024-03-30T04:26:27.028+0000 7fd8e1e8c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:26:27.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:27 smithi097 bash[18818]: debug 2024-03-30T04:26:27.236+0000 7fd8e1e8c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:26:27.787 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:27 smithi097 bash[18818]: debug 2024-03-30T04:26:27.504+0000 7fd8e1e8c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:26:27.787 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:27 smithi097 bash[18818]: debug 2024-03-30T04:26:27.608+0000 7fd8e1e8c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:26:27.963 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsid": "8133883c-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 0 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "a" 2024-03-30T04:26:27.964 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:26:27.965 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:26:27.969 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:26:27.970 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:26:15.819336+0000", 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:26:27.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:26:28.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:28 smithi097 bash[18564]: audit 2024-03-30T04:26:27.965398+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.97:0/4111116996' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:26:28.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:27 smithi097 bash[18818]: debug 2024-03-30T04:26:27.788+0000 7fd8e1e8c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:26:28.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:28 smithi097 bash[18818]: debug 2024-03-30T04:26:28.036+0000 7fd8e1e8c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:26:28.461 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:28 smithi097 bash[18818]: debug 2024-03-30T04:26:28.300+0000 7fd8e1e8c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:26:28.502 INFO:teuthology.orchestra.run.smithi097.stderr:mgr not available, waiting (2/15)... 2024-03-30T04:26:28.803 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:28 smithi097 bash[18818]: debug 2024-03-30T04:26:28.464+0000 7fd8e1e8c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:28.803 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:28 smithi097 bash[18818]: debug 2024-03-30T04:26:28.692+0000 7fd8e1e8c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:29.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:28 smithi097 bash[18818]: debug 2024-03-30T04:26:28.804+0000 7fd8e1e8c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:26:29.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:29 smithi097 bash[18818]: debug 2024-03-30T04:26:29.136+0000 7fd8e1e8c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:30.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:29 smithi097 bash[18818]: debug 2024-03-30T04:26:29.844+0000 7fd8e1e8c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:26:30.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:29 smithi097 bash[18818]: debug 2024-03-30T04:26:29.956+0000 7fd8e1e8c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:26:30.472 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:30 smithi097 bash[18818]: debug 2024-03-30T04:26:30.160+0000 7fd8e1e8c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:26:30.839 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:30 smithi097 bash[18818]: debug 2024-03-30T04:26:30.472+0000 7fd8e1e8c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:30 smithi097 bash[18818]: debug 2024-03-30T04:26:30.840+0000 7fd8e1e8c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:30 smithi097 bash[18818]: debug 2024-03-30T04:26:30.956+0000 7fd8e1e8c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: cluster 2024-03-30T04:26:30.979313+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: cluster 2024-03-30T04:26:30.986417+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00731342s) 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:30.987714+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:30.987896+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:26:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:30.988008+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:26:31.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:30.988120+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:26:31.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:30.989082+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:26:31.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: cluster 2024-03-30T04:26:31.015079+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-03-30T04:26:31.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:31.026664+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:26:31.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:31 smithi097 bash[18564]: audit 2024-03-30T04:26:31.027933+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsid": "8133883c-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:26:31.512 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 0 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "a" 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:26:31.513 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:26:31.514 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:26:31.515 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "available": false, 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.516 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:26:31.517 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:31.517 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:26:15.819336+0000", 2024-03-30T04:26:31.517 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:31.517 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:31.517 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:26:31.517 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:26:32.099 INFO:teuthology.orchestra.run.smithi097.stderr:mgr not available, waiting (3/15)... 2024-03-30T04:26:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:32 smithi097 bash[18564]: audit 2024-03-30T04:26:31.036868+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' 2024-03-30T04:26:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:32 smithi097 bash[18564]: audit 2024-03-30T04:26:31.038967+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' 2024-03-30T04:26:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:32 smithi097 bash[18564]: audit 2024-03-30T04:26:31.041172+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.97:0/2290895888' entity='mgr.y' 2024-03-30T04:26:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:32 smithi097 bash[18564]: audit 2024-03-30T04:26:31.509370+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.97:0/2884803554' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:26:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:32 smithi097 bash[18564]: cluster 2024-03-30T04:26:31.994710+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.0156s) 2024-03-30T04:26:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:34 smithi097 bash[18564]: cluster 2024-03-30T04:26:33.043061+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-03-30T04:26:35.472 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsid": "8133883c-ee4d-11ee-b647-cb9ed24678a4", 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "health": { 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "checks": {}, 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mutes": [] 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum": [ 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 0 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "a" 2024-03-30T04:26:35.473 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "quorum_age": 13, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "monmap": { 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osdmap": { 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-30T04:26:35.474 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgmap": { 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "fsmap": { 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:35.475 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modules": [ 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "iostat", 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "nfs", 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "restful" 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ], 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:35.476 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "servicemap": { 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "modified": "2024-03-30T04:26:15.819336+0000", 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "services": {} 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: }, 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-30T04:26:35.477 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:26:35.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:35 smithi097 bash[18564]: audit 2024-03-30T04:26:35.471380+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.97:0/2738027772' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-30T04:26:35.979 INFO:teuthology.orchestra.run.smithi097.stderr:mgr is available 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: [global] 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: fsid = 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: [mgr] 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-30T04:26:37.091 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 2024-03-30T04:26:37.092 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: [osd] 2024-03-30T04:26:37.092 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-30T04:26:37.092 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-30T04:26:37.693 INFO:teuthology.orchestra.run.smithi097.stderr:Enabling cephadm module... 2024-03-30T04:26:37.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:37 smithi097 bash[18564]: audit 2024-03-30T04:26:37.090931+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.97:0/2693874478' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-30T04:26:37.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:37 smithi097 bash[18564]: audit 2024-03-30T04:26:37.094191+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.97:0/2693874478' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-30T04:26:39.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:39 smithi097 bash[18818]: ignoring --setuser ceph since I am not root 2024-03-30T04:26:39.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:39 smithi097 bash[18818]: ignoring --setgroup ceph since I am not root 2024-03-30T04:26:39.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:39 smithi097 bash[18818]: debug 2024-03-30T04:26:39.236+0000 7f7f6515c000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:26:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:39 smithi097 bash[18564]: audit 2024-03-30T04:26:39.007223+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.97:0/731642318' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-30T04:26:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:40 smithi097 bash[18564]: audit 2024-03-30T04:26:39.063063+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.97:0/731642318' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-30T04:26:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:40 smithi097 bash[18564]: cluster 2024-03-30T04:26:39.063172+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2024-03-30T04:26:40.879 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:26:40.879 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-30T04:26:40.879 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:26:40.879 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-30T04:26:40.880 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-30T04:26:40.880 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:26:41.059 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:40 smithi097 bash[18818]: debug 2024-03-30T04:26:40.752+0000 7f7f6515c000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:26:41.060 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:40 smithi097 bash[18818]: debug 2024-03-30T04:26:40.844+0000 7f7f6515c000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:26:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:41 smithi097 bash[18564]: audit 2024-03-30T04:26:40.883496+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.97:0/3930892692' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-30T04:26:41.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:41 smithi097 bash[18818]: debug 2024-03-30T04:26:41.088+0000 7f7f6515c000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:26:41.493 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for the mgr to restart... 2024-03-30T04:26:41.493 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for mgr epoch 5... 2024-03-30T04:26:42.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:41 smithi097 bash[18818]: debug 2024-03-30T04:26:41.812+0000 7f7f6515c000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:42.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:41 smithi097 bash[18818]: debug 2024-03-30T04:26:41.916+0000 7f7f6515c000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:26:42.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:42 smithi097 bash[18818]: debug 2024-03-30T04:26:42.016+0000 7f7f6515c000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:26:42.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:42 smithi097 bash[18818]: debug 2024-03-30T04:26:42.128+0000 7f7f6515c000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:26:42.607 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:42 smithi097 bash[18818]: debug 2024-03-30T04:26:42.340+0000 7f7f6515c000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:26:42.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:42 smithi097 bash[18818]: debug 2024-03-30T04:26:42.608+0000 7f7f6515c000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:26:42.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:42 smithi097 bash[18818]: debug 2024-03-30T04:26:42.708+0000 7f7f6515c000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:26:43.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:42 smithi097 bash[18818]: debug 2024-03-30T04:26:42.884+0000 7f7f6515c000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:26:43.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:43 smithi097 bash[18818]: debug 2024-03-30T04:26:43.124+0000 7f7f6515c000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:26:43.774 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:43 smithi097 bash[18818]: debug 2024-03-30T04:26:43.384+0000 7f7f6515c000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:26:43.775 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:43 smithi097 bash[18818]: debug 2024-03-30T04:26:43.544+0000 7f7f6515c000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:44.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:43 smithi097 bash[18818]: debug 2024-03-30T04:26:43.776+0000 7f7f6515c000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:26:44.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:43 smithi097 bash[18818]: debug 2024-03-30T04:26:43.888+0000 7f7f6515c000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:26:44.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:44 smithi097 bash[18818]: debug 2024-03-30T04:26:44.216+0000 7f7f6515c000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:26:45.242 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:44 smithi097 bash[18818]: debug 2024-03-30T04:26:44.932+0000 7f7f6515c000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:26:45.242 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:45 smithi097 bash[18818]: debug 2024-03-30T04:26:45.040+0000 7f7f6515c000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:26:45.242 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:45 smithi097 bash[18818]: debug 2024-03-30T04:26:45.244+0000 7f7f6515c000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:26:45.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:45 smithi097 bash[18818]: debug 2024-03-30T04:26:45.560+0000 7f7f6515c000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:26:46.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:46 smithi097 bash[18564]: cluster 2024-03-30T04:26:46.058417+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:26:46.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:46 smithi097 bash[18564]: cluster 2024-03-30T04:26:46.059052+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-03-30T04:26:46.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:46 smithi097 bash[18564]: cluster 2024-03-30T04:26:46.063288+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-30T04:26:46.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:45 smithi097 bash[18818]: debug 2024-03-30T04:26:45.923+0000 7f7f6515c000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:26:46.378 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:46 smithi097 bash[18818]: debug 2024-03-30T04:26:46.035+0000 7f7f6515c000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:26:47.131 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:26:47.131 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-30T04:26:47.131 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "initialized": true 2024-03-30T04:26:47.131 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18818]: [30/Mar/2024:04:26:47] ENGINE Bus STARTING 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18818]: [30/Mar/2024:04:26:47] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18818]: [30/Mar/2024:04:26:47] ENGINE Bus STARTED 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: cluster 2024-03-30T04:26:46.114579+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0556901s) 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.121476+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.123688+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.124934+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:26:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.125318+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.125683+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: cluster 2024-03-30T04:26:46.150886+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.165001+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.167947+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.169961+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.172331+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.173691+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.176496+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.185416+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:26:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:47 smithi097 bash[18564]: audit 2024-03-30T04:26:46.186739+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:26:47.757 INFO:teuthology.orchestra.run.smithi097.stderr:mgr epoch 5 is available 2024-03-30T04:26:47.758 INFO:teuthology.orchestra.run.smithi097.stderr:Setting orchestrator backend to cephadm... 2024-03-30T04:26:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:48 smithi097 bash[18564]: cluster 2024-03-30T04:26:47.124495+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: y(active, since 1.06562s) 2024-03-30T04:26:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:48 smithi097 bash[18564]: cephadm 2024-03-30T04:26:47.147620+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [30/Mar/2024:04:26:47] ENGINE Bus STARTING 2024-03-30T04:26:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:48 smithi097 bash[18564]: cephadm 2024-03-30T04:26:47.263245+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [30/Mar/2024:04:26:47] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:26:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:48 smithi097 bash[18564]: cephadm 2024-03-30T04:26:47.263370+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [30/Mar/2024:04:26:47] ENGINE Bus STARTED 2024-03-30T04:26:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:48 smithi097 bash[18564]: audit 2024-03-30T04:26:47.266375+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:48 smithi097 bash[18564]: audit 2024-03-30T04:26:47.295141+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:49.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:49 smithi097 bash[18564]: cluster 2024-03-30T04:26:48.272071+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-03-30T04:26:49.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:49 smithi097 bash[18564]: audit 2024-03-30T04:26:48.945011+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:49.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:49 smithi097 bash[18564]: audit 2024-03-30T04:26:48.955114+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:49.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:49 smithi097 bash[18564]: audit 2024-03-30T04:26:48.964169+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:50.743 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: value unchanged 2024-03-30T04:26:51.276 INFO:teuthology.orchestra.run.smithi097.stderr:Generating ssh key... 2024-03-30T04:26:51.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:51 smithi097 bash[18564]: audit 2024-03-30T04:26:50.748048+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:53.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: Generating public/private rsa key pair. 2024-03-30T04:26:53.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: Your identification has been saved in /tmp/tmpt9iv9o2h/key. 2024-03-30T04:26:53.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: Your public key has been saved in /tmp/tmpt9iv9o2h/key.pub. 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: The key fingerprint is: 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: SHA256:DjN+yeDG+kb7qTvZAr8/OCj1mWjZrEC1jzcAmhBsbIc ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: The key's randomart image is: 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: +---[RSA 3072]----+ 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: |+ . | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: | E . | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: |+ o . | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: |.o o . | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: |o . o = S | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: | . oB.B . | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: | ...@OB= | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: | ..=+/oo. | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: | oo+=X+. | 2024-03-30T04:26:53.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:26:52 smithi097 bash[18818]: +----[SHA256]-----+ 2024-03-30T04:26:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:53 smithi097 bash[18564]: audit 2024-03-30T04:26:52.490896+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:53 smithi097 bash[18564]: cephadm 2024-03-30T04:26:52.491305+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-03-30T04:26:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:53 smithi097 bash[18564]: audit 2024-03-30T04:26:52.910602+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:53 smithi097 bash[18564]: audit 2024-03-30T04:26:52.915207+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:54.622 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqKC4rAedXzGyoRNt/WngZ3VlTo1vfUIdezzhwuQ+se/MC48AZ3+eR6C44soYnzWcGidHTGtfFnnIdS+LALZbt61TsD+RTEv/UTP2UJVjs8FGuftGj/njwm9UtyE4VfjZxZ3ceOexA4bEvmBZNs8FhYetSEB0d+4XcCaNsOvd2uTDZ9odBSVecTLvXbAyxYb1YVu7V/gkABdx+R0OOp4tfziVHFJYlNpRsa+vuoEBGKFFZlpX7IVj9dx5tNOjPcNe9EU2/TdmdOcRCxdQSdaEGAe3HNT4wRidkqB1vZedcp5Izq66M4my7x3ksxCNbagKxDO1TzU68Bm4a4A7B84c10Fcw8qW9Pdm7dXhwdatb5CxvCs14xXTGV6ARlPigfTVFMumfzpAI8pi2GTnJtGhAH9tUzRNaNdChRHeretG/eRu2N4eRP5rPqhzQFVGRzvoSCjhmpYfQis+a9ltql/1+BT0wNiUbD3EXWzf2tUlmOGTSOTYE/8weynslEyxniHM= ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:26:55.211 INFO:teuthology.orchestra.run.smithi097.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:26:55.211 INFO:teuthology.orchestra.run.smithi097.stderr:Adding key to root@localhost authorized_keys... 2024-03-30T04:26:55.211 INFO:teuthology.orchestra.run.smithi097.stderr:Adding host smithi097... 2024-03-30T04:26:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:55 smithi097 bash[18564]: audit 2024-03-30T04:26:54.626548+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:57.416 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: Added host 'smithi097' with addr '172.21.15.97' 2024-03-30T04:26:57.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:57 smithi097 bash[18564]: audit 2024-03-30T04:26:56.410966+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "addr": "172.21.15.97", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:26:57.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:57 smithi097 bash[18564]: cephadm 2024-03-30T04:26:56.740401+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi097 2024-03-30T04:26:57.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:57 smithi097 bash[18564]: audit 2024-03-30T04:26:57.420650+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:26:57.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:57 smithi097 bash[18564]: audit 2024-03-30T04:26:57.435353+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:26:58.209 INFO:teuthology.orchestra.run.smithi097.stderr:Deploying unmanaged mon service... 2024-03-30T04:26:58.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:26:58 smithi097 bash[18564]: cephadm 2024-03-30T04:26:57.420948+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi097 2024-03-30T04:26:59.971 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-30T04:27:00.683 INFO:teuthology.orchestra.run.smithi097.stderr:Deploying unmanaged mgr service... 2024-03-30T04:27:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:00 smithi097 bash[18564]: audit 2024-03-30T04:26:59.967693+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:00 smithi097 bash[18564]: cephadm 2024-03-30T04:26:59.970459+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-30T04:27:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:00 smithi097 bash[18564]: audit 2024-03-30T04:26:59.974957+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:00 smithi097 bash[18564]: audit 2024-03-30T04:27:00.675166+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:00 smithi097 bash[18564]: audit 2024-03-30T04:27:00.915124+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:02.100 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-30T04:27:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:03 smithi097 bash[18564]: audit 2024-03-30T04:27:02.099840+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:03 smithi097 bash[18564]: cephadm 2024-03-30T04:27:02.101288+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-30T04:27:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:03 smithi097 bash[18564]: audit 2024-03-30T04:27:02.104084+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.837175+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.842487+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.842995+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.845403+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.846686+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.850927+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.97:0/1006817127' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-03-30T04:27:05.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:04 smithi097 bash[18564]: audit 2024-03-30T04:27:03.854531+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.97:0/469156389' entity='client.admin' 2024-03-30T04:27:06.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:05 smithi097 bash[18564]: cephadm 2024-03-30T04:27:04.396246+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-03-30T04:27:06.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:05 smithi097 bash[18564]: audit 2024-03-30T04:27:05.694539+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.97:0/3672416739' entity='client.admin' 2024-03-30T04:27:06.251 INFO:teuthology.orchestra.run.smithi097.stderr:Enabling the dashboard module... 2024-03-30T04:27:07.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:07 smithi097 bash[18564]: cluster 2024-03-30T04:27:06.126150+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:08.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:08 smithi097 bash[18564]: audit 2024-03-30T04:27:07.537078+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.97:0/538605278' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-30T04:27:08.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:08 smithi097 bash[18818]: ignoring --setuser ceph since I am not root 2024-03-30T04:27:08.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:08 smithi097 bash[18818]: ignoring --setgroup ceph since I am not root 2024-03-30T04:27:08.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:08 smithi097 bash[18818]: debug 2024-03-30T04:27:08.711+0000 7fe0ac86d000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:27:09.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:09 smithi097 bash[18564]: audit 2024-03-30T04:27:08.524228+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.97:0/538605278' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-30T04:27:09.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:09 smithi097 bash[18564]: cluster 2024-03-30T04:27:08.524337+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 22s) 2024-03-30T04:27:10.331 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:27:10.331 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "epoch": 9, 2024-03-30T04:27:10.332 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "available": true, 2024-03-30T04:27:10.332 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "active_name": "y", 2024-03-30T04:27:10.332 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-30T04:27:10.332 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:27:10.514 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:10 smithi097 bash[18818]: debug 2024-03-30T04:27:10.227+0000 7fe0ac86d000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:27:10.514 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:10 smithi097 bash[18818]: debug 2024-03-30T04:27:10.323+0000 7fe0ac86d000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:27:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:10 smithi097 bash[18564]: audit 2024-03-30T04:27:10.335752+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.97:0/557364473' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-30T04:27:10.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:10 smithi097 bash[18818]: debug 2024-03-30T04:27:10.571+0000 7fe0ac86d000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:27:10.951 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for the mgr to restart... 2024-03-30T04:27:10.951 INFO:teuthology.orchestra.run.smithi097.stderr:Waiting for mgr epoch 9... 2024-03-30T04:27:11.618 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:11 smithi097 bash[18818]: debug 2024-03-30T04:27:11.299+0000 7fe0ac86d000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:27:11.618 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:11 smithi097 bash[18818]: debug 2024-03-30T04:27:11.407+0000 7fe0ac86d000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:27:11.618 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:11 smithi097 bash[18818]: debug 2024-03-30T04:27:11.507+0000 7fe0ac86d000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:27:11.619 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:11 smithi097 bash[18818]: debug 2024-03-30T04:27:11.619+0000 7fe0ac86d000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:27:11.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:11 smithi097 bash[18818]: debug 2024-03-30T04:27:11.831+0000 7fe0ac86d000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:27:12.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:12 smithi097 bash[18818]: debug 2024-03-30T04:27:12.103+0000 7fe0ac86d000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:27:12.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:12 smithi097 bash[18818]: debug 2024-03-30T04:27:12.203+0000 7fe0ac86d000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:27:12.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:12 smithi097 bash[18818]: debug 2024-03-30T04:27:12.375+0000 7fe0ac86d000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:27:12.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:12 smithi097 bash[18818]: debug 2024-03-30T04:27:12.619+0000 7fe0ac86d000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:27:13.272 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:12 smithi097 bash[18818]: debug 2024-03-30T04:27:12.883+0000 7fe0ac86d000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:27:13.272 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:13 smithi097 bash[18818]: debug 2024-03-30T04:27:13.043+0000 7fe0ac86d000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:27:13.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:13 smithi097 bash[18818]: debug 2024-03-30T04:27:13.275+0000 7fe0ac86d000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:27:13.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:13 smithi097 bash[18818]: debug 2024-03-30T04:27:13.387+0000 7fe0ac86d000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:27:14.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:13 smithi097 bash[18818]: debug 2024-03-30T04:27:13.719+0000 7fe0ac86d000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:27:14.738 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:14 smithi097 bash[18818]: debug 2024-03-30T04:27:14.427+0000 7fe0ac86d000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:27:14.739 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:14 smithi097 bash[18818]: debug 2024-03-30T04:27:14.539+0000 7fe0ac86d000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:27:15.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:14 smithi097 bash[18818]: debug 2024-03-30T04:27:14.739+0000 7fe0ac86d000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:27:15.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:15 smithi097 bash[18818]: debug 2024-03-30T04:27:15.063+0000 7fe0ac86d000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:27:15.695 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:15 smithi097 bash[18818]: debug 2024-03-30T04:27:15.431+0000 7fe0ac86d000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:27:15.695 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:15 smithi097 bash[18818]: debug 2024-03-30T04:27:15.543+0000 7fe0ac86d000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:27:16.635 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: { 2024-03-30T04:27:16.636 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-03-30T04:27:16.636 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: "initialized": true 2024-03-30T04:27:16.636 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: } 2024-03-30T04:27:16.863 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18818]: [30/Mar/2024:04:27:16] ENGINE Bus STARTING 2024-03-30T04:27:16.863 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18818]: [30/Mar/2024:04:27:16] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:27:16.863 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18818]: [30/Mar/2024:04:27:16] ENGINE Bus STARTED 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: cluster 2024-03-30T04:27:15.566807+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: cluster 2024-03-30T04:27:15.568051+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: cluster 2024-03-30T04:27:15.571648+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: cluster 2024-03-30T04:27:15.624055+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0563317s) 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.626159+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.628379+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.629557+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.629927+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.630133+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:27:16.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: cluster 2024-03-30T04:27:15.655010+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2024-03-30T04:27:16.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.673118+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:16.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.675536+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:16.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.677006+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:16.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.692121+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:27:16.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:16 smithi097 bash[18564]: audit 2024-03-30T04:27:15.693459+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:27:17.343 INFO:teuthology.orchestra.run.smithi097.stderr:mgr epoch 9 is available 2024-03-30T04:27:17.343 INFO:teuthology.orchestra.run.smithi097.stderr:Generating a dashboard self-signed certificate... 2024-03-30T04:27:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:17 smithi097 bash[18564]: cluster 2024-03-30T04:27:16.629216+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.0615s) 2024-03-30T04:27:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:17 smithi097 bash[18564]: cephadm 2024-03-30T04:27:16.660845+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [30/Mar/2024:04:27:16] ENGINE Bus STARTING 2024-03-30T04:27:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:17 smithi097 bash[18564]: cephadm 2024-03-30T04:27:16.775986+0000 mgr.y (mgr.14152) 4 : cephadm [INF] [30/Mar/2024:04:27:16] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:27:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:17 smithi097 bash[18564]: cephadm 2024-03-30T04:27:16.776175+0000 mgr.y (mgr.14152) 5 : cephadm [INF] [30/Mar/2024:04:27:16] ENGINE Bus STARTED 2024-03-30T04:27:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:17 smithi097 bash[18564]: audit 2024-03-30T04:27:16.780051+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:18.651 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-30T04:27:19.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:18 smithi097 bash[18564]: cluster 2024-03-30T04:27:17.785666+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-03-30T04:27:19.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:18 smithi097 bash[18564]: audit 2024-03-30T04:27:18.540732+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:19.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:18 smithi097 bash[18564]: audit 2024-03-30T04:27:18.651379+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:19.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:18 smithi097 bash[18564]: audit 2024-03-30T04:27:18.655842+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:19.264 INFO:teuthology.orchestra.run.smithi097.stderr:Creating initial admin user... 2024-03-30T04:27:20.689 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Y0U2n2L4v.gJujcoSEzBNeaOY1c9vXCqPz/2ELe0RuUE0.Jj.eA9i", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711772840, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: audit 2024-03-30T04:27:19.954019+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: audit 2024-03-30T04:27:19.954883+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: audit 2024-03-30T04:27:19.958266+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: audit 2024-03-30T04:27:19.959837+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: cephadm 2024-03-30T04:27:20.446903+0000 mgr.y (mgr.14152) 7 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: audit 2024-03-30T04:27:20.470567+0000 mgr.y (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:21.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:20 smithi097 bash[18564]: audit 2024-03-30T04:27:20.692867+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:21.344 INFO:teuthology.orchestra.run.smithi097.stderr:Fetching dashboard port number... 2024-03-30T04:27:22.575 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: 8443 2024-03-30T04:27:23.117 INFO:teuthology.orchestra.run.smithi097.stderr:firewalld does not appear to be present 2024-03-30T04:27:23.117 INFO:teuthology.orchestra.run.smithi097.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr:Ceph Dashboard is now available at: 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr: URL: https://smithi097.front.sepia.ceph.com:8443/ 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr: User: admin 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr: Password: sirwy3g9ue 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:23.121 INFO:teuthology.orchestra.run.smithi097.stderr:Enabling autotune for osd_memory_target 2024-03-30T04:27:23.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:23 smithi097 bash[18564]: cluster 2024-03-30T04:27:22.518901+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-03-30T04:27:23.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:23 smithi097 bash[18564]: audit 2024-03-30T04:27:22.579705+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.97:0/588977493' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-30T04:27:26.201 INFO:teuthology.orchestra.run.smithi097.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-03-30T04:27:26.736 INFO:teuthology.orchestra.run.smithi097.stderr:You can access the Ceph CLI with: 2024-03-30T04:27:26.736 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:26.736 INFO:teuthology.orchestra.run.smithi097.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:26.736 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr: ceph telemetry on 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr:For more information see: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:27:26.737 INFO:teuthology.orchestra.run.smithi097.stderr:Bootstrap complete. 2024-03-30T04:27:26.785 INFO:tasks.cephadm:Fetching config... 2024-03-30T04:27:26.785 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:27:26.785 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-30T04:27:26.791 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-30T04:27:26.791 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:27:26.791 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-30T04:27:26.839 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-30T04:27:26.840 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:27:26.840 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/keyring of=/dev/stdout 2024-03-30T04:27:26.897 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-30T04:27:26.898 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:27:26.898 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-30T04:27:26.949 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-30T04:27:26.950 DEBUG:teuthology.orchestra.run.smithi097:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqKC4rAedXzGyoRNt/WngZ3VlTo1vfUIdezzhwuQ+se/MC48AZ3+eR6C44soYnzWcGidHTGtfFnnIdS+LALZbt61TsD+RTEv/UTP2UJVjs8FGuftGj/njwm9UtyE4VfjZxZ3ceOexA4bEvmBZNs8FhYetSEB0d+4XcCaNsOvd2uTDZ9odBSVecTLvXbAyxYb1YVu7V/gkABdx+R0OOp4tfziVHFJYlNpRsa+vuoEBGKFFZlpX7IVj9dx5tNOjPcNe9EU2/TdmdOcRCxdQSdaEGAe3HNT4wRidkqB1vZedcp5Izq66M4my7x3ksxCNbagKxDO1TzU68Bm4a4A7B84c10Fcw8qW9Pdm7dXhwdatb5CxvCs14xXTGV6ARlPigfTVFMumfzpAI8pi2GTnJtGhAH9tUzRNaNdChRHeretG/eRu2N4eRP5rPqhzQFVGRzvoSCjhmpYfQis+a9ltql/1+BT0wNiUbD3EXWzf2tUlmOGTSOTYE/8weynslEyxniHM= ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-30T04:27:27.013 INFO:teuthology.orchestra.run.smithi097.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqKC4rAedXzGyoRNt/WngZ3VlTo1vfUIdezzhwuQ+se/MC48AZ3+eR6C44soYnzWcGidHTGtfFnnIdS+LALZbt61TsD+RTEv/UTP2UJVjs8FGuftGj/njwm9UtyE4VfjZxZ3ceOexA4bEvmBZNs8FhYetSEB0d+4XcCaNsOvd2uTDZ9odBSVecTLvXbAyxYb1YVu7V/gkABdx+R0OOp4tfziVHFJYlNpRsa+vuoEBGKFFZlpX7IVj9dx5tNOjPcNe9EU2/TdmdOcRCxdQSdaEGAe3HNT4wRidkqB1vZedcp5Izq66M4my7x3ksxCNbagKxDO1TzU68Bm4a4A7B84c10Fcw8qW9Pdm7dXhwdatb5CxvCs14xXTGV6ARlPigfTVFMumfzpAI8pi2GTnJtGhAH9tUzRNaNdChRHeretG/eRu2N4eRP5rPqhzQFVGRzvoSCjhmpYfQis+a9ltql/1+BT0wNiUbD3EXWzf2tUlmOGTSOTYE/8weynslEyxniHM= ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:27:27.019 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqKC4rAedXzGyoRNt/WngZ3VlTo1vfUIdezzhwuQ+se/MC48AZ3+eR6C44soYnzWcGidHTGtfFnnIdS+LALZbt61TsD+RTEv/UTP2UJVjs8FGuftGj/njwm9UtyE4VfjZxZ3ceOexA4bEvmBZNs8FhYetSEB0d+4XcCaNsOvd2uTDZ9odBSVecTLvXbAyxYb1YVu7V/gkABdx+R0OOp4tfziVHFJYlNpRsa+vuoEBGKFFZlpX7IVj9dx5tNOjPcNe9EU2/TdmdOcRCxdQSdaEGAe3HNT4wRidkqB1vZedcp5Izq66M4my7x3ksxCNbagKxDO1TzU68Bm4a4A7B84c10Fcw8qW9Pdm7dXhwdatb5CxvCs14xXTGV6ARlPigfTVFMumfzpAI8pi2GTnJtGhAH9tUzRNaNdChRHeretG/eRu2N4eRP5rPqhzQFVGRzvoSCjhmpYfQis+a9ltql/1+BT0wNiUbD3EXWzf2tUlmOGTSOTYE/8weynslEyxniHM= ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-30T04:27:27.042 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqKC4rAedXzGyoRNt/WngZ3VlTo1vfUIdezzhwuQ+se/MC48AZ3+eR6C44soYnzWcGidHTGtfFnnIdS+LALZbt61TsD+RTEv/UTP2UJVjs8FGuftGj/njwm9UtyE4VfjZxZ3ceOexA4bEvmBZNs8FhYetSEB0d+4XcCaNsOvd2uTDZ9odBSVecTLvXbAyxYb1YVu7V/gkABdx+R0OOp4tfziVHFJYlNpRsa+vuoEBGKFFZlpX7IVj9dx5tNOjPcNe9EU2/TdmdOcRCxdQSdaEGAe3HNT4wRidkqB1vZedcp5Izq66M4my7x3ksxCNbagKxDO1TzU68Bm4a4A7B84c10Fcw8qW9Pdm7dXhwdatb5CxvCs14xXTGV6ARlPigfTVFMumfzpAI8pi2GTnJtGhAH9tUzRNaNdChRHeretG/eRu2N4eRP5rPqhzQFVGRzvoSCjhmpYfQis+a9ltql/1+BT0wNiUbD3EXWzf2tUlmOGTSOTYE/8weynslEyxniHM= ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:27:27.051 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-30T04:27:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:26 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.056 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:26 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.336 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:27 smithi097 bash[18564]: audit 2024-03-30T04:27:26.203026+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.97:0/1394140586' entity='client.admin' 2024-03-30T04:27:27.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.971 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:27.971 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:28.312 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:27:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:28.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18564]: audit 2024-03-30T04:27:27.317096+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:28.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18564]: audit 2024-03-30T04:27:27.318448+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:28.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18564]: audit 2024-03-30T04:27:27.321968+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:28.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18564]: audit 2024-03-30T04:27:27.323359+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:28.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18564]: audit 2024-03-30T04:27:27.329487+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:28.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:28 smithi097 bash[18564]: audit 2024-03-30T04:27:28.006176+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:30.629 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:30 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:27:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:31.094 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-30T04:27:31.094 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-30T04:27:31.335 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:31 smithi097 bash[18564]: audit 2024-03-30T04:27:30.064295+0000 mon.a (mon.0) 110 : audit [INF] from='client.? 172.21.15.97:0/2693495681' entity='client.admin' 2024-03-30T04:27:31.335 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:31 smithi097 bash[18564]: audit 2024-03-30T04:27:30.100091+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:31.335 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:31 smithi097 bash[18564]: audit 2024-03-30T04:27:30.105267+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:31.335 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:31 smithi097 bash[18564]: audit 2024-03-30T04:27:30.282234+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:31.335 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:31 smithi097 bash[18564]: audit 2024-03-30T04:27:30.284382+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:31.335 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:31 smithi097 bash[18564]: audit 2024-03-30T04:27:30.693528+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:36.176 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2024-03-30T04:27:36.176 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:27:36.176 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2024-03-30T04:27:36.182 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:27:36.183 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:36.230 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2024-03-30T04:27:36.230 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch host add smithi105 2024-03-30T04:27:36.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:27:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.063070+0000 mgr.y (mgr.14152) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.065904+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.081141+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.082378+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.083053+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: cephadm 2024-03-30T04:27:35.084231+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: cephadm 2024-03-30T04:27:35.163553+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.239564+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:36 smithi097 bash[18564]: audit 2024-03-30T04:27:35.244286+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:37 smithi097 bash[18564]: cluster 2024-03-30T04:27:35.631026+0000 mgr.y (mgr.14152) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:37 smithi097 bash[18564]: audit 2024-03-30T04:27:36.285056+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:37 smithi097 bash[18564]: audit 2024-03-30T04:27:36.290062+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:39.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:39 smithi097 bash[18564]: cluster 2024-03-30T04:27:37.631487+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:39.826 INFO:teuthology.orchestra.run.smithi097.stdout:Added host 'smithi105' with addr '172.21.15.105' 2024-03-30T04:27:40.425 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch host ls --format=json 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: audit 2024-03-30T04:27:38.818253+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: cephadm 2024-03-30T04:27:39.146834+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi105 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: audit 2024-03-30T04:27:39.830848+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: audit 2024-03-30T04:27:39.851248+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: audit 2024-03-30T04:27:39.852754+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: audit 2024-03-30T04:27:39.853675+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:40.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:40 smithi097 bash[18564]: audit 2024-03-30T04:27:40.089293+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:41.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: cluster 2024-03-30T04:27:39.631872+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:41.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: cephadm 2024-03-30T04:27:39.831563+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi105 2024-03-30T04:27:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: audit 2024-03-30T04:27:40.805748+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: audit 2024-03-30T04:27:40.813248+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: audit 2024-03-30T04:27:40.814489+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:27:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: audit 2024-03-30T04:27:40.821056+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: audit 2024-03-30T04:27:40.824043+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:27:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:41 smithi097 bash[18564]: audit 2024-03-30T04:27:40.828730+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]': finished 2024-03-30T04:27:42.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:27:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:42.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: cephadm 2024-03-30T04:27:41.568640+0000 mgr.y (mgr.14152) 18 : cephadm [INF] Deploying daemon agent.smithi105 on smithi105 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.241984+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.244748+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.247238+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.248841+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.499080+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.505456+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.508649+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.510708+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18564]: audit 2024-03-30T04:27:42.512220+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:42.927 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:27:42.927 INFO:teuthology.orchestra.run.smithi097.stdout:[{"addr": "172.21.15.97", "hostname": "smithi097", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2024-03-30T04:27:43.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:42 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:27:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:43.541 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-30T04:27:43.542 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd crush tunables default 2024-03-30T04:27:43.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: cluster 2024-03-30T04:27:41.632208+0000 mgr.y (mgr.14152) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:43.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: cephadm 2024-03-30T04:27:42.252059+0000 mgr.y (mgr.14152) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:27:43.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: cephadm 2024-03-30T04:27:42.376842+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:27:43.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: audit 2024-03-30T04:27:42.519881+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:43.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: audit 2024-03-30T04:27:42.535529+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:43.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: audit 2024-03-30T04:27:42.980244+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:43.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:43 smithi097 bash[18564]: audit 2024-03-30T04:27:42.983586+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:44.776 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:44 smithi097 bash[18564]: audit 2024-03-30T04:27:42.931658+0000 mgr.y (mgr.14152) 22 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:27:45.792 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:45 smithi097 bash[18564]: cluster 2024-03-30T04:27:43.632641+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:46.702 INFO:teuthology.orchestra.run.smithi097.stderr:adjusted tunables profile to default 2024-03-30T04:27:47.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:46 smithi097 bash[18564]: cluster 2024-03-30T04:27:45.633078+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:47.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:46 smithi097 bash[18564]: audit 2024-03-30T04:27:45.700972+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:47.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:46 smithi097 bash[18564]: audit 2024-03-30T04:27:46.166569+0000 mon.a (mon.0) 149 : audit [INF] from='client.? 172.21.15.97:0/28459192' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-30T04:27:47.282 INFO:tasks.cephadm:Adding mon.a on smithi097 2024-03-30T04:27:47.282 INFO:tasks.cephadm:Adding mon.c on smithi097 2024-03-30T04:27:47.282 INFO:tasks.cephadm:Adding mon.b on smithi105 2024-03-30T04:27:47.282 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply mon '3;smithi097:172.21.15.97=a;smithi097:[v2:172.21.15.97:3301,v1:172.21.15.97:6790]=c;smithi105:172.21.15.105=b' 2024-03-30T04:27:47.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:47 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:27:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:48.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:47 smithi097 bash[18564]: audit 2024-03-30T04:27:46.701821+0000 mon.a (mon.0) 150 : audit [INF] from='client.? 172.21.15.97:0/28459192' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-30T04:27:48.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:47 smithi097 bash[18564]: cluster 2024-03-30T04:27:46.701986+0000 mon.a (mon.0) 151 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:27:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:47 smithi097 bash[18564]: audit 2024-03-30T04:27:47.029140+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:47 smithi097 bash[18564]: audit 2024-03-30T04:27:47.037448+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:49.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:49 smithi097 bash[18564]: cluster 2024-03-30T04:27:47.633605+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:49.830 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2024-03-30T04:27:50.404 DEBUG:teuthology.orchestra.run.smithi097:mon.c> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.c.service 2024-03-30T04:27:50.406 DEBUG:teuthology.orchestra.run.smithi105:mon.b> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.b.service 2024-03-30T04:27:50.409 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:27:50.409 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:27:51.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:27:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:27:51.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: cluster 2024-03-30T04:27:49.634051+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.823666+0000 mgr.y (mgr.14152) 27 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi097:172.21.15.97=a;smithi097:[v2:172.21.15.97:3301,v1:172.21.15.97:6790]=c;smithi105:172.21.15.105=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: cephadm 2024-03-30T04:27:49.829059+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Saving service mon spec with placement smithi097:172.21.15.97=a;smithi097:[v2:172.21.15.97:3301,v1:172.21.15.97:6790]=c;smithi105:172.21.15.105=b;count:3 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.834507+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.858719+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.861384+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.863226+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.874148+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.878305+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: audit 2024-03-30T04:27:49.879948+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:27:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:50 smithi097 bash[18564]: cephadm 2024-03-30T04:27:49.881742+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:27:52.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:51 smithi097 bash[18564]: audit 2024-03-30T04:27:50.891503+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:52.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:51 smithi097 bash[18564]: audit 2024-03-30T04:27:50.897429+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:27:52.957 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-30T04:27:52.957 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"8133883c-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:26:11.722062Z","created":"2024-03-30T04:26:11.722062Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3300","nonce":0},{"type":"v1","addr":"172.21.15.97:6789","nonce":0}]},"addr":"172.21.15.97:6789/0","public_addr":"172.21.15.97:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-30T04:27:52.959 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-03-30T04:27:53.807 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:53 smithi097 bash[18564]: cluster 2024-03-30T04:27:51.634384+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:53.808 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:53 smithi097 bash[18564]: audit 2024-03-30T04:27:52.962354+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.105:0/3586805064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:27:54.568 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:27:54.569 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:27:55.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:55.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:27:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:55.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:27:55.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:27:55 smithi097 bash[18564]: cluster 2024-03-30T04:27:53.634775+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:27:56.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:27:56 smithi097 bash[23956]: debug 2024-03-30T04:27:56.503+0000 7fbe10690700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete,mon_cluster_log_to_file 2024-03-30T04:28:01.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:01 smithi105 bash[18682]: debug 2024-03-30T04:28:01.030+0000 7f7f0e92a700 1 mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-03-30T04:28:01.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:27:55.635045+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cephadm 2024-03-30T04:27:55.638055+0000 mgr.y (mgr.14152) 33 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:27:56.509354+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:27:56.509521+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:27:56.510403+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:27:57.507585+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:27:57.635403+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:27:58.507794+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:27:58.509544+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:27:59.507784+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:27:59.635787+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:00.508066+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:01.036265+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:01.508167+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.530162+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.535488+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.535588+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.535669+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.535973+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 45s) 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.543067+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:01.548002+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:01.552199+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:27:55.635045+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:01.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cephadm 2024-03-30T04:27:55.638055+0000 mgr.y (mgr.14152) 33 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:27:56.509354+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:27:56.509521+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:27:56.510403+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:27:57.507585+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:27:57.635403+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:27:58.507794+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:27:58.509544+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:27:59.507784+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:27:59.635787+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:00.508066+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:01.036265+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:01.508167+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.530162+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:28:01.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.535488+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.535588+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.535669+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.535973+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 45s) 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.543067+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:01.548002+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:01.552199+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:01.554576+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: audit 2024-03-30T04:28:01.556074+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cephadm 2024-03-30T04:28:01.558758+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[18564]: cephadm 2024-03-30T04:28:01.559191+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:01.554576+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: audit 2024-03-30T04:28:01.556074+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:01.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cephadm 2024-03-30T04:28:01.558758+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:28:01.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:01 smithi097 bash[23956]: cephadm 2024-03-30T04:28:01.559191+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:28:02.052 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-30T04:28:02.052 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"8133883c-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:27:56.507132Z","created":"2024-03-30T04:26:11.722062Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3300","nonce":0},{"type":"v1","addr":"172.21.15.97:6789","nonce":0}]},"addr":"172.21.15.97:6789/0","public_addr":"172.21.15.97:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3301","nonce":0},{"type":"v1","addr":"172.21.15.97:6790","nonce":0}]},"addr":"172.21.15.97:6790/0","public_addr":"172.21.15.97:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-30T04:28:02.054 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2024-03-30T04:28:02.674 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: cluster 2024-03-30T04:28:01.636016+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:01.675948+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:01.689350+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:01.692755+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: cephadm 2024-03-30T04:28:01.693142+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: cephadm 2024-03-30T04:28:01.693875+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:01.694107+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:01.694759+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:01.695366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: cephadm 2024-03-30T04:28:01.696127+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:28:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:02.036365+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:02.056832+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.105:0/543819975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[18564]: audit 2024-03-30T04:28:02.508042+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: cluster 2024-03-30T04:28:01.636016+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:01.675948+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:01.689350+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:01.692755+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: cephadm 2024-03-30T04:28:01.693142+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: cephadm 2024-03-30T04:28:01.693875+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:01.694107+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:03.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:01.694759+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:03.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:01.695366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:03.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: cephadm 2024-03-30T04:28:01.696127+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:28:03.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:02.036365+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:03.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:02.056832+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.105:0/543819975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:28:03.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:02 smithi097 bash[23956]: audit 2024-03-30T04:28:02.508042+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:04.038 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-30T04:28:04.038 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-03-30T04:28:08.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:28:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:08.411 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:28:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:08.411 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:28:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:03.043961+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:03.044538+0000 mon.a (mon.0) 198 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:03.044953+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:03.066092+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:03.066430+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:03.636423+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:04.036760+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:05.036159+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:05.636865+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:06.037186+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:07.037196+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.037465+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.066004+0000 mon.a (mon.0) 206 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.071322+0000 mon.a (mon.0) 207 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],b=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.071414+0000 mon.a (mon.0) 208 : cluster [DBG] fsmap 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.071467+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.071726+0000 mon.a (mon.0) 210 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.072061+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.079411+0000 mon.a (mon.0) 212 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.079448+0000 mon.a (mon.0) 213 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: cluster 2024-03-30T04:28:08.079477+0000 mon.a (mon.0) 214 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] is down (out of quorum) 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:03.043961+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:03.044538+0000 mon.a (mon.0) 198 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:08.413 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:03.044953+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:03.066092+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:03.066430+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:03.636423+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:04.036760+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:05.036159+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:05.636865+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:06.037186+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:07.037196+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.037465+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.066004+0000 mon.a (mon.0) 206 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.071322+0000 mon.a (mon.0) 207 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],b=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.071414+0000 mon.a (mon.0) 208 : cluster [DBG] fsmap 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.071467+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:08.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.071726+0000 mon.a (mon.0) 210 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.072061+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.079411+0000 mon.a (mon.0) 212 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.079448+0000 mon.a (mon.0) 213 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: cluster 2024-03-30T04:28:08.079477+0000 mon.a (mon.0) 214 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] is down (out of quorum) 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.084409+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.087178+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.092084+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.093407+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.095141+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.100056+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.415 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18564]: audit 2024-03-30T04:28:08.108134+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.084409+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.087178+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.092084+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.093407+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.095141+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.100056+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:08.416 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[23956]: audit 2024-03-30T04:28:08.108134+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.199 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:08 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:28:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: cluster 2024-03-30T04:28:07.637212+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: cephadm 2024-03-30T04:28:08.086630+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: cephadm 2024-03-30T04:28:08.096917+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi097 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: audit 2024-03-30T04:28:08.213562+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: audit 2024-03-30T04:28:08.218696+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: audit 2024-03-30T04:28:08.917322+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: audit 2024-03-30T04:28:08.927465+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[18564]: audit 2024-03-30T04:28:09.037627+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: cluster 2024-03-30T04:28:07.637212+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: cephadm 2024-03-30T04:28:08.086630+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: cephadm 2024-03-30T04:28:08.096917+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi097 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: audit 2024-03-30T04:28:08.213562+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: audit 2024-03-30T04:28:08.218696+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: audit 2024-03-30T04:28:08.917322+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: audit 2024-03-30T04:28:08.927465+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:09 smithi097 bash[23956]: audit 2024-03-30T04:28:09.037627+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:09.907 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-03-30T04:28:09.907 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":3,"fsid":"8133883c-ee4d-11ee-b647-cb9ed24678a4","modified":"2024-03-30T04:28:03.036395Z","created":"2024-03-30T04:26:11.722062Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3300","nonce":0},{"type":"v1","addr":"172.21.15.97:6789","nonce":0}]},"addr":"172.21.15.97:6789/0","public_addr":"172.21.15.97:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3301","nonce":0},{"type":"v1","addr":"172.21.15.97:6790","nonce":0}]},"addr":"172.21.15.97:6790/0","public_addr":"172.21.15.97:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-30T04:28:09.910 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 3 2024-03-30T04:28:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:27:55.635045+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:27:55.638055+0000 mgr.y (mgr.14152) 33 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:27:56.509354+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:27:56.509521+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:27:56.510403+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:27:57.507585+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:27:57.635403+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:27:58.507794+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:27:58.509544+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:27:59.507784+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:27:59.635787+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:00.508066+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.036265+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.508167+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.530162+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.535488+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.535588+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.535669+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.535973+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 45s) 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.543067+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.548002+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.552199+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.554576+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.556074+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:01.558758+0000 mgr.y (mgr.14152) 36 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:01.559191+0000 mgr.y (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:01.636016+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.675948+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.689350+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.692755+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:01.693142+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:01.693875+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-30T04:28:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.694107+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.694759+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:01.695366+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:01.696127+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:02.036365+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:02.056832+0000 mon.a (mon.0) 194 : audit [DBG] from='client.? 172.21.15.105:0/543819975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:02.508042+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:03.043961+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:03.044538+0000 mon.a (mon.0) 198 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:03.044953+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:03.066092+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:03.066430+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:03.636423+0000 mgr.y (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:04.036760+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:05.036159+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:05.636865+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:06.037186+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:07.037196+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.037465+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.066004+0000 mon.a (mon.0) 206 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.071322+0000 mon.a (mon.0) 207 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],b=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.071414+0000 mon.a (mon.0) 208 : cluster [DBG] fsmap 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.071467+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.071726+0000 mon.a (mon.0) 210 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.072061+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.079411+0000 mon.a (mon.0) 212 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.079448+0000 mon.a (mon.0) 213 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:08.079477+0000 mon.a (mon.0) 214 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] is down (out of quorum) 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.084409+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.087178+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.092084+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.093407+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.095141+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.100056+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.108134+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:07.637212+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:08.086630+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:08.096917+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring daemon mon.c on smithi097 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.213562+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.218696+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.917322+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:08.927465+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: audit 2024-03-30T04:28:09.037627+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:10.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:05.037861+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:28:10.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:09.637627+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:10.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:09.817418+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:28:10.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cephadm 2024-03-30T04:28:09.821369+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.067481+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.067620+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.067718+0000 mon.a (mon.0) 233 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.108324+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.113976+0000 mon.a (mon.0) 235 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],b=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.114107+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.114193+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.114559+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e13: y(active, since 54s) 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.114969+0000 mon.a (mon.0) 239 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.115031+0000 mon.a (mon.0) 240 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:10.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:10 smithi105 bash[18682]: cluster 2024-03-30T04:28:10.121905+0000 mon.a (mon.0) 241 : cluster [INF] overall HEALTH_OK 2024-03-30T04:28:10.903 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-30T04:28:10.903 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph config generate-minimal-conf 2024-03-30T04:28:11.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:05.037861+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:09.637627+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cephadm 2024-03-30T04:28:09.817418+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cephadm 2024-03-30T04:28:09.821369+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.067481+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.067620+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.067718+0000 mon.a (mon.0) 233 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.108324+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.113976+0000 mon.a (mon.0) 235 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],b=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.114107+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.114193+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.114559+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e13: y(active, since 54s) 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.114969+0000 mon.a (mon.0) 239 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:28:11.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.115031+0000 mon.a (mon.0) 240 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[18564]: cluster 2024-03-30T04:28:10.121905+0000 mon.a (mon.0) 241 : cluster [INF] overall HEALTH_OK 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:05.037861+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:09.637627+0000 mgr.y (mgr.14152) 47 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cephadm 2024-03-30T04:28:09.817418+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cephadm 2024-03-30T04:28:09.821369+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.067481+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.067620+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.067718+0000 mon.a (mon.0) 233 : cluster [INF] mon.a calling monitor election 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.108324+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.113976+0000 mon.a (mon.0) 235 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0],b=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0],c=[v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0]} 2024-03-30T04:28:11.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.114107+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-03-30T04:28:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.114193+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-30T04:28:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.114559+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e13: y(active, since 54s) 2024-03-30T04:28:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.114969+0000 mon.a (mon.0) 239 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-30T04:28:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.115031+0000 mon.a (mon.0) 240 : cluster [INF] Cluster is now healthy 2024-03-30T04:28:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:10 smithi097 bash[23956]: cluster 2024-03-30T04:28:10.121905+0000 mon.a (mon.0) 241 : cluster [INF] overall HEALTH_OK 2024-03-30T04:28:12.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[23956]: audit 2024-03-30T04:28:11.037795+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:12.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[23956]: audit 2024-03-30T04:28:11.920929+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:12.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[23956]: audit 2024-03-30T04:28:11.922364+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:12.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[23956]: audit 2024-03-30T04:28:11.923687+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:12.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[23956]: audit 2024-03-30T04:28:11.924453+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:12.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[18564]: audit 2024-03-30T04:28:11.037795+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[18564]: audit 2024-03-30T04:28:11.920929+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[18564]: audit 2024-03-30T04:28:11.922364+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[18564]: audit 2024-03-30T04:28:11.923687+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:12 smithi097 bash[18564]: audit 2024-03-30T04:28:11.924453+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:12 smithi105 bash[18682]: audit 2024-03-30T04:28:11.037795+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:28:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:12 smithi105 bash[18682]: audit 2024-03-30T04:28:11.920929+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:12 smithi105 bash[18682]: audit 2024-03-30T04:28:11.922364+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:12 smithi105 bash[18682]: audit 2024-03-30T04:28:11.923687+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:12 smithi105 bash[18682]: audit 2024-03-30T04:28:11.924453+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: cluster 2024-03-30T04:28:11.638100+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: cephadm 2024-03-30T04:28:11.926054+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: cephadm 2024-03-30T04:28:11.926294+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: audit 2024-03-30T04:28:12.027780+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: audit 2024-03-30T04:28:12.043006+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: audit 2024-03-30T04:28:12.048860+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: cephadm 2024-03-30T04:28:12.050405+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: audit 2024-03-30T04:28:12.050665+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: audit 2024-03-30T04:28:12.051348+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: audit 2024-03-30T04:28:12.051910+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[23956]: cephadm 2024-03-30T04:28:12.052626+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: cluster 2024-03-30T04:28:11.638100+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: cephadm 2024-03-30T04:28:11.926054+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: cephadm 2024-03-30T04:28:11.926294+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: audit 2024-03-30T04:28:12.027780+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: audit 2024-03-30T04:28:12.043006+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: audit 2024-03-30T04:28:12.048860+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: cephadm 2024-03-30T04:28:12.050405+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: audit 2024-03-30T04:28:12.050665+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: audit 2024-03-30T04:28:12.051348+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: audit 2024-03-30T04:28:12.051910+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:13 smithi097 bash[18564]: cephadm 2024-03-30T04:28:12.052626+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:28:13.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: cluster 2024-03-30T04:28:11.638100+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: cephadm 2024-03-30T04:28:11.926054+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: cephadm 2024-03-30T04:28:11.926294+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: audit 2024-03-30T04:28:12.027780+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: audit 2024-03-30T04:28:12.043006+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: audit 2024-03-30T04:28:12.048860+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: cephadm 2024-03-30T04:28:12.050405+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: audit 2024-03-30T04:28:12.050665+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: audit 2024-03-30T04:28:12.051348+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: audit 2024-03-30T04:28:12.051910+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:13 smithi105 bash[18682]: cephadm 2024-03-30T04:28:12.052626+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:28:13.893 INFO:teuthology.orchestra.run.smithi097.stdout:# minimal ceph.conf for 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:28:13.893 INFO:teuthology.orchestra.run.smithi097.stdout:[global] 2024-03-30T04:28:13.893 INFO:teuthology.orchestra.run.smithi097.stdout: fsid = 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:28:13.893 INFO:teuthology.orchestra.run.smithi097.stdout: mon_host = [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] 2024-03-30T04:28:14.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:14 smithi097 bash[18564]: audit 2024-03-30T04:28:13.898710+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.97:0/3275784959' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:14.317 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:14 smithi097 bash[23956]: audit 2024-03-30T04:28:13.898710+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.97:0/3275784959' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:14 smithi105 bash[18682]: audit 2024-03-30T04:28:13.898710+0000 mon.a (mon.0) 253 : audit [DBG] from='client.? 172.21.15.97:0/3275784959' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:14.683 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-30T04:28:14.683 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:28:14.683 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.conf 2024-03-30T04:28:14.696 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:28:14.696 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:28:14.749 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:28:14.750 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2024-03-30T04:28:14.764 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:28:14.764 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:28:14.821 INFO:tasks.cephadm:Adding mgr.y on smithi097 2024-03-30T04:28:14.821 INFO:tasks.cephadm:Adding mgr.x on smithi105 2024-03-30T04:28:14.821 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply mgr '2;smithi097=y;smithi105=x' 2024-03-30T04:28:15.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:15 smithi097 bash[18564]: cluster 2024-03-30T04:28:13.638414+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:15.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:15 smithi097 bash[18564]: audit 2024-03-30T04:28:14.363821+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:15 smithi097 bash[23956]: cluster 2024-03-30T04:28:13.638414+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:15 smithi097 bash[23956]: audit 2024-03-30T04:28:14.363821+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:15.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:15 smithi105 bash[18682]: cluster 2024-03-30T04:28:13.638414+0000 mgr.y (mgr.14152) 55 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:15.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:15 smithi105 bash[18682]: audit 2024-03-30T04:28:14.363821+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:16.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:16 smithi105 bash[18682]: audit 2024-03-30T04:28:15.693700+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:16.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:16 smithi105 bash[18682]: audit 2024-03-30T04:28:15.695353+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:16.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:16 smithi097 bash[18564]: audit 2024-03-30T04:28:15.693700+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:16.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:16 smithi097 bash[18564]: audit 2024-03-30T04:28:15.695353+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:16.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:16 smithi097 bash[23956]: audit 2024-03-30T04:28:15.693700+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:28:16.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:16 smithi097 bash[23956]: audit 2024-03-30T04:28:15.695353+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:28:17.619 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mgr update... 2024-03-30T04:28:17.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:17 smithi105 bash[18682]: cluster 2024-03-30T04:28:15.638792+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:17 smithi097 bash[18564]: cluster 2024-03-30T04:28:15.638792+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:17 smithi097 bash[23956]: cluster 2024-03-30T04:28:15.638792+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:18.558 DEBUG:teuthology.orchestra.run.smithi105:mgr.x> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service 2024-03-30T04:28:18.561 INFO:tasks.cephadm:Deploying OSDs... 2024-03-30T04:28:18.561 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:28:18.561 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2024-03-30T04:28:18.568 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-30T04:28:18.568 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_1 2024-03-30T04:28:18.615 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-30T04:28:18.615 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:18.615 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-03-30T04:28:18.616 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:18.616 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-03-30 04:21:49.221259362 +0000 2024-03-30T04:28:18.616 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-03-30 04:21:48.933261931 +0000 2024-03-30T04:28:18.616 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-03-30 04:21:48.933261931 +0000 2024-03-30T04:28:18.616 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-03-30T04:28:18.616 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-30T04:28:18.671 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-03-30T04:28:18.671 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-03-30T04:28:18.671 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000338997 s, 1.5 MB/s 2024-03-30T04:28:18.672 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-30T04:28:18.723 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_2 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-03-30 04:21:49.457257257 +0000 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-03-30 04:21:49.453257293 +0000 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-03-30 04:21:49.453257293 +0000 2024-03-30T04:28:18.776 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-03-30T04:28:18.777 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-30T04:28:18.830 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-03-30T04:28:18.830 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-03-30T04:28:18.830 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000418369 s, 1.2 MB/s 2024-03-30T04:28:18.831 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-30T04:28:18.850 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.614416+0000 mgr.y (mgr.14152) 57 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi097=y;smithi105=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: cephadm 2024-03-30T04:28:17.617933+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Saving service mgr spec with placement smithi097=y;smithi105=x;count:2 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.623982+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.638097+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: cluster 2024-03-30T04:28:17.639222+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.640895+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.642848+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.652882+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.656855+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.662621+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.664312+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: audit 2024-03-30T04:28:17.666136+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:18.851 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:18 smithi105 bash[18682]: cephadm 2024-03-30T04:28:17.667869+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.614416+0000 mgr.y (mgr.14152) 57 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi097=y;smithi105=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: cephadm 2024-03-30T04:28:17.617933+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Saving service mgr spec with placement smithi097=y;smithi105=x;count:2 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.623982+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.638097+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: cluster 2024-03-30T04:28:17.639222+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.640895+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.642848+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:18.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.652882+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.656855+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.662621+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.664312+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: audit 2024-03-30T04:28:17.666136+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[18564]: cephadm 2024-03-30T04:28:17.667869+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.614416+0000 mgr.y (mgr.14152) 57 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi097=y;smithi105=x", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: cephadm 2024-03-30T04:28:17.617933+0000 mgr.y (mgr.14152) 58 : cephadm [INF] Saving service mgr spec with placement smithi097=y;smithi105=x;count:2 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.623982+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.638097+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: cluster 2024-03-30T04:28:17.639222+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.640895+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.642848+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.652882+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.656855+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.662621+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.664312+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: audit 2024-03-30T04:28:17.666136+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:18 smithi097 bash[23956]: cephadm 2024-03-30T04:28:17.667869+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:28:18.884 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_3 2024-03-30T04:28:18.931 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-03-30 04:21:50.197250656 +0000 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-03-30 04:21:49.965252725 +0000 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-03-30 04:21:49.965252725 +0000 2024-03-30T04:28:18.932 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-03-30T04:28:18.932 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-30T04:28:18.989 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-03-30T04:28:18.990 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-03-30T04:28:18.990 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000418317 s, 1.2 MB/s 2024-03-30T04:28:18.991 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-30T04:28:19.040 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_4 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-03-30 04:21:50.705246124 +0000 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-03-30 04:21:50.449248407 +0000 2024-03-30T04:28:19.088 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-03-30 04:21:50.449248407 +0000 2024-03-30T04:28:19.089 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-03-30T04:28:19.089 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-30T04:28:19.142 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-03-30T04:28:19.142 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-03-30T04:28:19.142 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000392581 s, 1.3 MB/s 2024-03-30T04:28:19.143 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-30T04:28:19.194 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:28:19.194 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-03-30T04:28:19.200 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-30T04:28:19.200 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-30 04:21:47.153398574 +0000 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-30 04:21:46.901400825 +0000 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-30 04:21:46.901400825 +0000 2024-03-30T04:28:19.250 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-03-30T04:28:19.251 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-30T04:28:19.304 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-30T04:28:19.304 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-30T04:28:19.304 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000375628 s, 1.4 MB/s 2024-03-30T04:28:19.306 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-30T04:28:19.354 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-03-30T04:28:19.401 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-30T04:28:19.401 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:19.401 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-30T04:28:19.402 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:19.402 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-30 04:21:47.641394214 +0000 2024-03-30T04:28:19.402 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-30 04:21:47.385396502 +0000 2024-03-30T04:28:19.402 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-30 04:21:47.385396502 +0000 2024-03-30T04:28:19.402 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-03-30T04:28:19.402 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-30T04:28:19.455 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-30T04:28:19.455 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-30T04:28:19.455 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000321189 s, 1.6 MB/s 2024-03-30T04:28:19.456 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-30T04:28:19.506 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-03-30T04:28:19.553 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-30T04:28:19.553 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:19.554 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-03-30T04:28:19.554 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:19.554 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-30 04:21:48.133389820 +0000 2024-03-30T04:28:19.554 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-30 04:21:47.869392179 +0000 2024-03-30T04:28:19.554 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-30 04:21:47.869392179 +0000 2024-03-30T04:28:19.554 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-03-30T04:28:19.554 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-30T04:28:19.607 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-30T04:28:19.608 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-30T04:28:19.608 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000357979 s, 1.4 MB/s 2024-03-30T04:28:19.609 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-30T04:28:19.660 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-03-30T04:28:19.705 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-30T04:28:19.705 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-30T04:28:19.705 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-03-30T04:28:19.705 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-30T04:28:19.706 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-03-30 04:21:48.405387391 +0000 2024-03-30T04:28:19.706 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-03-30 04:21:48.401387426 +0000 2024-03-30T04:28:19.706 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-03-30 04:21:48.401387426 +0000 2024-03-30T04:28:19.706 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-03-30T04:28:19.706 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-30T04:28:19.759 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-03-30T04:28:19.759 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-03-30T04:28:19.759 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.00038576 s, 1.3 MB/s 2024-03-30T04:28:19.760 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-30T04:28:19.809 INFO:tasks.cephadm:Deploying osd.0 on smithi097 with /dev/vg_nvme/lv_4... 2024-03-30T04:28:19.809 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-30T04:28:19.910 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:19.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:19.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:19.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:20.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:20.408 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:20.408 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:20 smithi105 systemd[1]: Started Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:28:21.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: cluster 2024-03-30T04:28:19.639703+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:21.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.189180+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.194219+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.196617+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.198160+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.207104+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: cephadm 2024-03-30T04:28:20.207971+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: cephadm 2024-03-30T04:28:20.209082+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.209614+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.211138+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: audit 2024-03-30T04:28:20.212386+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[18564]: cephadm 2024-03-30T04:28:20.214057+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi097 2024-03-30T04:28:21.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: cluster 2024-03-30T04:28:19.639703+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.189180+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.194219+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.196617+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.198160+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.207104+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: cephadm 2024-03-30T04:28:20.207971+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: cephadm 2024-03-30T04:28:20.209082+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.209614+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.211138+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: audit 2024-03-30T04:28:20.212386+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:21.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:21 smithi097 bash[23956]: cephadm 2024-03-30T04:28:20.214057+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi097 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: cluster 2024-03-30T04:28:19.639703+0000 mgr.y (mgr.14152) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.189180+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.194219+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.196617+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.198160+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.207104+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: cephadm 2024-03-30T04:28:20.207971+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: cephadm 2024-03-30T04:28:20.209082+0000 mgr.y (mgr.14152) 63 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.209614+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.211138+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:28:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: audit 2024-03-30T04:28:20.212386+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[18682]: cephadm 2024-03-30T04:28:20.214057+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Reconfiguring daemon mgr.y on smithi097 2024-03-30T04:28:21.934 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[19797]: debug 2024-03-30T04:28:21.474+0000 7fb1d3f49700 1 -- 172.21.15.105:0/2142312890 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e55e7a4340 con 0x55e55f520c00 2024-03-30T04:28:21.935 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:21 smithi105 bash[19797]: debug 2024-03-30T04:28:21.622+0000 7fb1dcbb8000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:28:23.573 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[19797]: debug 2024-03-30T04:28:23.306+0000 7fb1dcbb8000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:28:23.573 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[19797]: debug 2024-03-30T04:28:23.398+0000 7fb1dcbb8000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: cluster 2024-03-30T04:28:21.640167+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: audit 2024-03-30T04:28:22.578703+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: audit 2024-03-30T04:28:22.580721+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: audit 2024-03-30T04:28:22.582120+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: audit 2024-03-30T04:28:22.582846+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: audit 2024-03-30T04:28:22.587918+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: cephadm 2024-03-30T04:28:22.588295+0000 mgr.y (mgr.14152) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[18564]: audit 2024-03-30T04:28:23.100118+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: cluster 2024-03-30T04:28:21.640167+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: audit 2024-03-30T04:28:22.578703+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: audit 2024-03-30T04:28:22.580721+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: audit 2024-03-30T04:28:22.582120+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: audit 2024-03-30T04:28:22.582846+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: audit 2024-03-30T04:28:22.587918+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: cephadm 2024-03-30T04:28:22.588295+0000 mgr.y (mgr.14152) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:23 smithi097 bash[23956]: audit 2024-03-30T04:28:23.100118+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[19797]: debug 2024-03-30T04:28:23.642+0000 7fb1dcbb8000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:28:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: cluster 2024-03-30T04:28:21.640167+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: audit 2024-03-30T04:28:22.578703+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: audit 2024-03-30T04:28:22.580721+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: audit 2024-03-30T04:28:22.582120+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: audit 2024-03-30T04:28:22.582846+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: audit 2024-03-30T04:28:22.587918+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: cephadm 2024-03-30T04:28:22.588295+0000 mgr.y (mgr.14152) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:28:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:23 smithi105 bash[18682]: audit 2024-03-30T04:28:23.100118+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:24.228 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-30T04:28:24.229 INFO:teuthology.orchestra.run.smithi097.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-30T04:28:24.229 INFO:teuthology.orchestra.run.smithi097.stderr: stderr: 10+0 records in 2024-03-30T04:28:24.229 INFO:teuthology.orchestra.run.smithi097.stderr:10+0 records out 2024-03-30T04:28:24.229 INFO:teuthology.orchestra.run.smithi097.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0146726 s, 715 MB/s 2024-03-30T04:28:24.229 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping successful for: 2024-03-30T04:28:24.691 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:24 smithi105 bash[19797]: debug 2024-03-30T04:28:24.382+0000 7fb1dcbb8000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:28:24.691 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:24 smithi105 bash[19797]: debug 2024-03-30T04:28:24.486+0000 7fb1dcbb8000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:28:24.692 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:24 smithi105 bash[19797]: debug 2024-03-30T04:28:24.586+0000 7fb1dcbb8000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:28:24.692 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:24 smithi105 bash[19797]: debug 2024-03-30T04:28:24.694+0000 7fb1dcbb8000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:28:24.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:24 smithi105 bash[19797]: debug 2024-03-30T04:28:24.906+0000 7fb1dcbb8000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:28:25.185 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:24 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:28:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:25.186 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi097:vg_nvme/lv_4 2024-03-30T04:28:25.458 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[19797]: debug 2024-03-30T04:28:25.174+0000 7fb1dcbb8000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:28:25.458 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[19797]: debug 2024-03-30T04:28:25.278+0000 7fb1dcbb8000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:28:25.576 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:28:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:25.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[19797]: debug 2024-03-30T04:28:25.462+0000 7fb1dcbb8000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:28:25.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[19797]: debug 2024-03-30T04:28:25.706+0000 7fb1dcbb8000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:28:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: cluster 2024-03-30T04:28:23.640519+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:24.909310+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:25.547980+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:25.552992+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:25.560130+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:25.562593+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:25.563882+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[18682]: audit 2024-03-30T04:28:25.571024+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: cluster 2024-03-30T04:28:23.640519+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:24.909310+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:25.547980+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:25.552992+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:25.560130+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:25.562593+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:25.563882+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[18564]: audit 2024-03-30T04:28:25.571024+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: cluster 2024-03-30T04:28:23.640519+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:24.909310+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:25.547980+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:25.552992+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:25.560130+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:25.562593+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:25.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:25.563882+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:25.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:25 smithi097 bash[23956]: audit 2024-03-30T04:28:25.571024+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:26.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:25 smithi105 bash[19797]: debug 2024-03-30T04:28:25.970+0000 7fb1dcbb8000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:28:26.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:26 smithi105 bash[19797]: debug 2024-03-30T04:28:26.130+0000 7fb1dcbb8000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:28:26.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:26 smithi105 bash[19797]: debug 2024-03-30T04:28:26.358+0000 7fb1dcbb8000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:28:26.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:26 smithi105 bash[19797]: debug 2024-03-30T04:28:26.474+0000 7fb1dcbb8000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:28:27.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:26 smithi105 bash[19797]: debug 2024-03-30T04:28:26.802+0000 7fb1dcbb8000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:28:27.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:27 smithi105 bash[18682]: cluster 2024-03-30T04:28:25.640851+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:27.819 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:27 smithi105 bash[19797]: debug 2024-03-30T04:28:27.510+0000 7fb1dcbb8000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:28:27.819 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:27 smithi105 bash[19797]: debug 2024-03-30T04:28:27.622+0000 7fb1dcbb8000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:28:27.819 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:27 smithi105 bash[19797]: debug 2024-03-30T04:28:27.822+0000 7fb1dcbb8000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:28:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:27 smithi097 bash[18564]: cluster 2024-03-30T04:28:25.640851+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:27.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:27 smithi097 bash[23956]: cluster 2024-03-30T04:28:25.640851+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:28.321 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:28 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:28:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:28.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:28 smithi105 bash[19797]: debug 2024-03-30T04:28:28.138+0000 7fb1dcbb8000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:28:28.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:28 smithi105 bash[19797]: debug 2024-03-30T04:28:28.502+0000 7fb1dcbb8000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:28:28.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:28:28 smithi105 bash[19797]: debug 2024-03-30T04:28:28.614+0000 7fb1dcbb8000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:28:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: cluster 2024-03-30T04:28:27.641195+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.157963+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.162631+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: cluster 2024-03-30T04:28:28.637798+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.639778+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.640370+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.641566+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.641923+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.680936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.687802+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:29 smithi105 bash[18682]: audit 2024-03-30T04:28:28.689192+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:29.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: cluster 2024-03-30T04:28:27.641195+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:29.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.157963+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:29.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.162631+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:29.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: cluster 2024-03-30T04:28:28.637798+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.639778+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.640370+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.641566+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.641923+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.680936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.687802+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[18564]: audit 2024-03-30T04:28:28.689192+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: cluster 2024-03-30T04:28:27.641195+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.157963+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.162631+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: cluster 2024-03-30T04:28:28.637798+0000 mon.a (mon.0) 289 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:28:29.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.639778+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:28:29.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.640370+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:28:29.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.641566+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:28:29.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.641923+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.105:0/1892313075' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:28:29.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.680936+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:28:29.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.687802+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:28:29.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:29 smithi097 bash[23956]: audit 2024-03-30T04:28:28.689192+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:30 smithi105 bash[18682]: audit 2024-03-30T04:28:28.674915+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:30 smithi105 bash[18682]: cluster 2024-03-30T04:28:29.603096+0000 mon.a (mon.0) 293 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2024-03-30T04:28:30.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:30 smithi105 bash[18682]: audit 2024-03-30T04:28:29.603356+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:28:30.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:30 smithi097 bash[18564]: audit 2024-03-30T04:28:28.674915+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:30.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:30 smithi097 bash[18564]: cluster 2024-03-30T04:28:29.603096+0000 mon.a (mon.0) 293 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2024-03-30T04:28:30.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:30 smithi097 bash[18564]: audit 2024-03-30T04:28:29.603356+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:28:30.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:30 smithi097 bash[23956]: audit 2024-03-30T04:28:28.674915+0000 mgr.y (mgr.14152) 70 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:28:30.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:30 smithi097 bash[23956]: cluster 2024-03-30T04:28:29.603096+0000 mon.a (mon.0) 293 : cluster [DBG] mgrmap e14: y(active, since 74s), standbys: x 2024-03-30T04:28:30.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:30 smithi097 bash[23956]: audit 2024-03-30T04:28:29.603356+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:28:31.418 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:31 smithi097 bash[18564]: cluster 2024-03-30T04:28:29.641635+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:31.418 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:31 smithi097 bash[23956]: cluster 2024-03-30T04:28:29.641635+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:31 smithi105 bash[18682]: cluster 2024-03-30T04:28:29.641635+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:33.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:33 smithi097 bash[18564]: cluster 2024-03-30T04:28:31.642070+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:33.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:33 smithi097 bash[23956]: cluster 2024-03-30T04:28:31.642070+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:33.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:33 smithi105 bash[18682]: cluster 2024-03-30T04:28:31.642070+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:34.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[18564]: audit 2024-03-30T04:28:34.473797+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.97:0/95429322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]: dispatch 2024-03-30T04:28:34.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[18564]: audit 2024-03-30T04:28:34.474346+0000 mon.a (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]: dispatch 2024-03-30T04:28:34.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[18564]: audit 2024-03-30T04:28:34.482287+0000 mon.a (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]': finished 2024-03-30T04:28:34.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[18564]: cluster 2024-03-30T04:28:34.482355+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:28:34.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[18564]: audit 2024-03-30T04:28:34.482468+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[23956]: audit 2024-03-30T04:28:34.473797+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.97:0/95429322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]: dispatch 2024-03-30T04:28:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[23956]: audit 2024-03-30T04:28:34.474346+0000 mon.a (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]: dispatch 2024-03-30T04:28:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[23956]: audit 2024-03-30T04:28:34.482287+0000 mon.a (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]': finished 2024-03-30T04:28:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[23956]: cluster 2024-03-30T04:28:34.482355+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:28:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:34 smithi097 bash[23956]: audit 2024-03-30T04:28:34.482468+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:34.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:34 smithi105 bash[18682]: audit 2024-03-30T04:28:34.473797+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.97:0/95429322' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]: dispatch 2024-03-30T04:28:34.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:34 smithi105 bash[18682]: audit 2024-03-30T04:28:34.474346+0000 mon.a (mon.0) 295 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]: dispatch 2024-03-30T04:28:34.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:34 smithi105 bash[18682]: audit 2024-03-30T04:28:34.482287+0000 mon.a (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7b54360-a903-4489-a3c3-3f866b6fcdd4"}]': finished 2024-03-30T04:28:34.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:34 smithi105 bash[18682]: cluster 2024-03-30T04:28:34.482355+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-30T04:28:34.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:34 smithi105 bash[18682]: audit 2024-03-30T04:28:34.482468+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:35.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:35 smithi097 bash[18564]: cluster 2024-03-30T04:28:33.642507+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:35.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:35 smithi097 bash[18564]: audit 2024-03-30T04:28:35.168988+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.97:0/2133929840' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:35.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:35 smithi097 bash[23956]: cluster 2024-03-30T04:28:33.642507+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:35.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:35 smithi097 bash[23956]: audit 2024-03-30T04:28:35.168988+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.97:0/2133929840' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:35.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:35 smithi105 bash[18682]: cluster 2024-03-30T04:28:33.642507+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:35.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:35 smithi105 bash[18682]: audit 2024-03-30T04:28:35.168988+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.97:0/2133929840' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:28:37.810 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:37 smithi097 bash[18564]: cluster 2024-03-30T04:28:35.643019+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:37.811 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:37 smithi097 bash[23956]: cluster 2024-03-30T04:28:35.643019+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:37 smithi105 bash[18682]: cluster 2024-03-30T04:28:35.643019+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:39.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:39 smithi097 bash[18564]: cluster 2024-03-30T04:28:37.643382+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:39.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:39 smithi097 bash[23956]: cluster 2024-03-30T04:28:37.643382+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:39 smithi105 bash[18682]: cluster 2024-03-30T04:28:37.643382+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:41.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:41 smithi105 bash[18682]: cluster 2024-03-30T04:28:39.643781+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:41.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:41 smithi097 bash[18564]: cluster 2024-03-30T04:28:39.643781+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:41.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:41 smithi097 bash[23956]: cluster 2024-03-30T04:28:39.643781+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:43.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:28:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:43.838 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[18564]: cluster 2024-03-30T04:28:41.644217+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:43.838 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[18564]: audit 2024-03-30T04:28:43.126580+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:43.838 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[18564]: audit 2024-03-30T04:28:43.130654+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:43.838 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[23956]: cluster 2024-03-30T04:28:41.644217+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:43.838 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[23956]: audit 2024-03-30T04:28:43.126580+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:43.838 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:43 smithi097 bash[23956]: audit 2024-03-30T04:28:43.130654+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:43.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:43 smithi105 bash[18682]: cluster 2024-03-30T04:28:41.644217+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:43.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:43 smithi105 bash[18682]: audit 2024-03-30T04:28:43.126580+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:43.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:43 smithi105 bash[18682]: audit 2024-03-30T04:28:43.130654+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:44.687 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:44 smithi097 bash[18564]: audit 2024-03-30T04:28:44.424975+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:28:44.687 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:44 smithi097 bash[18564]: audit 2024-03-30T04:28:44.426177+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:44.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:44 smithi097 bash[23956]: audit 2024-03-30T04:28:44.424975+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:28:44.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:44 smithi097 bash[23956]: audit 2024-03-30T04:28:44.426177+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:44.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:44 smithi105 bash[18682]: audit 2024-03-30T04:28:44.424975+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:28:44.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:44 smithi105 bash[18682]: audit 2024-03-30T04:28:44.426177+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:45.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:45 smithi097 bash[18564]: cluster 2024-03-30T04:28:43.644636+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:45.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:45 smithi097 bash[18564]: cephadm 2024-03-30T04:28:44.427066+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi097 2024-03-30T04:28:45.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:45 smithi097 bash[23956]: cluster 2024-03-30T04:28:43.644636+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:45.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:45 smithi097 bash[23956]: cephadm 2024-03-30T04:28:44.427066+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi097 2024-03-30T04:28:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:45 smithi105 bash[18682]: cluster 2024-03-30T04:28:43.644636+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:45.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:45 smithi105 bash[18682]: cephadm 2024-03-30T04:28:44.427066+0000 mgr.y (mgr.14152) 79 : cephadm [INF] Deploying daemon osd.0 on smithi097 2024-03-30T04:28:47.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:47 smithi097 bash[18564]: cluster 2024-03-30T04:28:45.644999+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:47.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:47 smithi097 bash[23956]: cluster 2024-03-30T04:28:45.644999+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:47 smithi105 bash[18682]: cluster 2024-03-30T04:28:45.644999+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:48.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:48.550 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:48.551 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:48 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:28:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:48.551 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:48.806 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:48.806 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:48.807 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: cluster 2024-03-30T04:28:47.645323+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.293513+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.301007+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.819672+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.841911+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.843263+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.844088+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[18564]: audit 2024-03-30T04:28:48.851016+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: cluster 2024-03-30T04:28:47.645323+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.293513+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.301007+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.819672+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.841911+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.843263+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.844088+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:49.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:49 smithi097 bash[23956]: audit 2024-03-30T04:28:48.851016+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: cluster 2024-03-30T04:28:47.645323+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.293513+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.301007+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.819672+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.841911+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.843263+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.844088+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:49 smithi105 bash[18682]: audit 2024-03-30T04:28:48.851016+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:50.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:28:50 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:28:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:28:51.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:51 smithi097 bash[18564]: cluster 2024-03-30T04:28:49.645781+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:51.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:51 smithi097 bash[18564]: audit 2024-03-30T04:28:50.219199+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:51.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:51 smithi097 bash[18564]: audit 2024-03-30T04:28:50.224383+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:51.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:51 smithi097 bash[23956]: cluster 2024-03-30T04:28:49.645781+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:51.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:51 smithi097 bash[23956]: audit 2024-03-30T04:28:50.219199+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:51.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:51 smithi097 bash[23956]: audit 2024-03-30T04:28:50.224383+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:51 smithi105 bash[18682]: cluster 2024-03-30T04:28:49.645781+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:51 smithi105 bash[18682]: audit 2024-03-30T04:28:50.219199+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:51 smithi105 bash[18682]: audit 2024-03-30T04:28:50.224383+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:53.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:53 smithi097 bash[18564]: cluster 2024-03-30T04:28:51.646249+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:53.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:53 smithi097 bash[23956]: cluster 2024-03-30T04:28:51.646249+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:53.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:53 smithi105 bash[18682]: cluster 2024-03-30T04:28:51.646249+0000 mgr.y (mgr.14152) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:55.414 INFO:teuthology.orchestra.run.smithi097.stdout:Created osd(s) 0 on host 'smithi097' 2024-03-30T04:28:55.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: cluster 2024-03-30T04:28:53.646724+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:55.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.416666+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.432362+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.434097+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.435371+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.437758+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.443109+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[18564]: audit 2024-03-30T04:28:55.447730+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: cluster 2024-03-30T04:28:53.646724+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.416666+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.432362+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.434097+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.435371+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.437758+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:55.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.443109+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:55 smithi097 bash[23956]: audit 2024-03-30T04:28:55.447730+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: cluster 2024-03-30T04:28:53.646724+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.416666+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.432362+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.434097+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.435371+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.437758+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.443109+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:55.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:55 smithi105 bash[18682]: audit 2024-03-30T04:28:55.447730+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:28:56.060 DEBUG:teuthology.orchestra.run.smithi097:osd.0> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.0.service 2024-03-30T04:28:56.062 INFO:tasks.cephadm:Deploying osd.1 on smithi097 with /dev/vg_nvme/lv_3... 2024-03-30T04:28:56.062 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-30T04:28:56.377 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:28:56 smithi097 bash[27528]: debug 2024-03-30T04:28:56.256+0000 7f4520d1e3c0 -1 osd.0 0 log_to_monitors true 2024-03-30T04:28:56.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:56 smithi097 bash[23956]: cephadm 2024-03-30T04:28:55.438553+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 15217M 2024-03-30T04:28:56.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:56 smithi097 bash[23956]: audit 2024-03-30T04:28:56.262692+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:56.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:56 smithi097 bash[18564]: cephadm 2024-03-30T04:28:55.438553+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 15217M 2024-03-30T04:28:56.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:56 smithi097 bash[18564]: audit 2024-03-30T04:28:56.262692+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:56.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:56 smithi105 bash[18682]: cephadm 2024-03-30T04:28:55.438553+0000 mgr.y (mgr.14152) 85 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 15217M 2024-03-30T04:28:56.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:56 smithi105 bash[18682]: audit 2024-03-30T04:28:56.262692+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:28:57.627 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[27528]: debug 2024-03-30T04:28:57.580+0000 7f4517721700 -1 osd.0 0 waiting for initial osdmap 2024-03-30T04:28:57.627 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[27528]: debug 2024-03-30T04:28:57.584+0000 7f45140bc700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[18564]: cluster 2024-03-30T04:28:55.647108+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[18564]: audit 2024-03-30T04:28:56.555858+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[18564]: cluster 2024-03-30T04:28:56.555986+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[18564]: audit 2024-03-30T04:28:56.556702+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[18564]: audit 2024-03-30T04:28:56.562532+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[23956]: cluster 2024-03-30T04:28:55.647108+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[23956]: audit 2024-03-30T04:28:56.555858+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:28:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[23956]: cluster 2024-03-30T04:28:56.555986+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:28:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[23956]: audit 2024-03-30T04:28:56.556702+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:57 smithi097 bash[23956]: audit 2024-03-30T04:28:56.562532+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:28:57.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:57 smithi105 bash[18682]: cluster 2024-03-30T04:28:55.647108+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:57.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:57 smithi105 bash[18682]: audit 2024-03-30T04:28:56.555858+0000 mon.a (mon.0) 320 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:28:57.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:57 smithi105 bash[18682]: cluster 2024-03-30T04:28:56.555986+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-30T04:28:57.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:57 smithi105 bash[18682]: audit 2024-03-30T04:28:56.556702+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:57.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:57 smithi105 bash[18682]: audit 2024-03-30T04:28:56.562532+0000 mon.a (mon.0) 323 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:28:58.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[18564]: audit 2024-03-30T04:28:57.574679+0000 mon.a (mon.0) 324 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:28:58.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[18564]: cluster 2024-03-30T04:28:57.574813+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:28:58.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[18564]: audit 2024-03-30T04:28:57.575140+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:58.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[18564]: audit 2024-03-30T04:28:57.582809+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:58.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[23956]: audit 2024-03-30T04:28:57.574679+0000 mon.a (mon.0) 324 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:28:58.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[23956]: cluster 2024-03-30T04:28:57.574813+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:28:58.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[23956]: audit 2024-03-30T04:28:57.575140+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:58.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:58 smithi097 bash[23956]: audit 2024-03-30T04:28:57.582809+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:58.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:58 smithi105 bash[18682]: audit 2024-03-30T04:28:57.574679+0000 mon.a (mon.0) 324 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:28:58.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:58 smithi105 bash[18682]: cluster 2024-03-30T04:28:57.574813+0000 mon.a (mon.0) 325 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-30T04:28:58.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:58 smithi105 bash[18682]: audit 2024-03-30T04:28:57.575140+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:58.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:58 smithi105 bash[18682]: audit 2024-03-30T04:28:57.582809+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:59.046 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-30T04:28:59.046 INFO:teuthology.orchestra.run.smithi097.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-30T04:28:59.046 INFO:teuthology.orchestra.run.smithi097.stderr: stderr: 10+0 records in 2024-03-30T04:28:59.046 INFO:teuthology.orchestra.run.smithi097.stderr:10+0 records out 2024-03-30T04:28:59.046 INFO:teuthology.orchestra.run.smithi097.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0156532 s, 670 MB/s 2024-03-30T04:28:59.046 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping successful for: 2024-03-30T04:28:59.737 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi097:vg_nvme/lv_3 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[18564]: cluster 2024-03-30T04:28:57.306988+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[18564]: cluster 2024-03-30T04:28:57.307131+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[18564]: cluster 2024-03-30T04:28:57.647424+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[18564]: cluster 2024-03-30T04:28:58.571801+0000 mon.a (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861] boot 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[18564]: cluster 2024-03-30T04:28:58.571830+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[18564]: audit 2024-03-30T04:28:58.572889+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[23956]: cluster 2024-03-30T04:28:57.306988+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[23956]: cluster 2024-03-30T04:28:57.307131+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:59.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[23956]: cluster 2024-03-30T04:28:57.647424+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:59.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[23956]: cluster 2024-03-30T04:28:58.571801+0000 mon.a (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861] boot 2024-03-30T04:28:59.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[23956]: cluster 2024-03-30T04:28:58.571830+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:28:59.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:28:59 smithi097 bash[23956]: audit 2024-03-30T04:28:58.572889+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:28:59.980 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:59 smithi105 bash[18682]: cluster 2024-03-30T04:28:57.306988+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:28:59.980 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:59 smithi105 bash[18682]: cluster 2024-03-30T04:28:57.307131+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:28:59.980 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:59 smithi105 bash[18682]: cluster 2024-03-30T04:28:57.647424+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-30T04:28:59.981 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:59 smithi105 bash[18682]: cluster 2024-03-30T04:28:58.571801+0000 mon.a (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.97:6802/2330379861,v1:172.21.15.97:6803/2330379861] boot 2024-03-30T04:28:59.981 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:59 smithi105 bash[18682]: cluster 2024-03-30T04:28:58.571830+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-30T04:28:59.981 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:28:59 smithi105 bash[18682]: audit 2024-03-30T04:28:58.572889+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:29:00.854 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:00 smithi097 bash[18564]: cluster 2024-03-30T04:28:59.594059+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:29:00.854 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:00 smithi097 bash[23956]: cluster 2024-03-30T04:28:59.594059+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:29:00.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:00 smithi105 bash[18682]: cluster 2024-03-30T04:28:59.594059+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-30T04:29:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:01 smithi105 bash[18682]: cluster 2024-03-30T04:28:59.647866+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:01.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:01 smithi097 bash[18564]: cluster 2024-03-30T04:28:59.647866+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:01.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:01 smithi097 bash[23956]: cluster 2024-03-30T04:28:59.647866+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:02.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:02 smithi105 bash[18682]: cluster 2024-03-30T04:29:01.648288+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:02.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:02 smithi105 bash[18682]: audit 2024-03-30T04:29:02.387400+0000 mgr.y (mgr.14152) 90 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:02.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:02 smithi105 bash[18682]: audit 2024-03-30T04:29:02.393804+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:02.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:02 smithi105 bash[18682]: audit 2024-03-30T04:29:02.396900+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:02.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:02 smithi105 bash[18682]: audit 2024-03-30T04:29:02.397900+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[18564]: cluster 2024-03-30T04:29:01.648288+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[18564]: audit 2024-03-30T04:29:02.387400+0000 mgr.y (mgr.14152) 90 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[18564]: audit 2024-03-30T04:29:02.393804+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[18564]: audit 2024-03-30T04:29:02.396900+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[18564]: audit 2024-03-30T04:29:02.397900+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[23956]: cluster 2024-03-30T04:29:01.648288+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[23956]: audit 2024-03-30T04:29:02.387400+0000 mgr.y (mgr.14152) 90 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[23956]: audit 2024-03-30T04:29:02.393804+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:02.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[23956]: audit 2024-03-30T04:29:02.396900+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:02.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:02 smithi097 bash[23956]: audit 2024-03-30T04:29:02.397900+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:03.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:03 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:29:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:04 smithi105 bash[18682]: audit 2024-03-30T04:29:03.260067+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:04 smithi105 bash[18682]: audit 2024-03-30T04:29:03.268935+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:04 smithi097 bash[18564]: audit 2024-03-30T04:29:03.260067+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:04 smithi097 bash[18564]: audit 2024-03-30T04:29:03.268935+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:04 smithi097 bash[23956]: audit 2024-03-30T04:29:03.260067+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:04 smithi097 bash[23956]: audit 2024-03-30T04:29:03.268935+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:05 smithi097 bash[18564]: cluster 2024-03-30T04:29:03.648766+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:05 smithi097 bash[23956]: cluster 2024-03-30T04:29:03.648766+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:05 smithi105 bash[18682]: cluster 2024-03-30T04:29:03.648766+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:07.806 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:07 smithi097 bash[23956]: cluster 2024-03-30T04:29:05.649274+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:07.806 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:07 smithi097 bash[18564]: cluster 2024-03-30T04:29:05.649274+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:07.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:07 smithi105 bash[18682]: cluster 2024-03-30T04:29:05.649274+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:09.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[18564]: cluster 2024-03-30T04:29:07.649800+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:09.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[18564]: audit 2024-03-30T04:29:08.578630+0000 mon.a (mon.0) 337 : audit [INF] from='client.? 172.21.15.97:0/1989187110' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f06b8659-28fe-45e1-8595-fae9c5ea902c"}]: dispatch 2024-03-30T04:29:09.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[18564]: audit 2024-03-30T04:29:08.584005+0000 mon.a (mon.0) 338 : audit [INF] from='client.? 172.21.15.97:0/1989187110' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f06b8659-28fe-45e1-8595-fae9c5ea902c"}]': finished 2024-03-30T04:29:09.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[18564]: cluster 2024-03-30T04:29:08.584077+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:29:09.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[18564]: audit 2024-03-30T04:29:08.584227+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:09.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[18564]: audit 2024-03-30T04:29:09.245185+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.97:0/2270806565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:09.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[23956]: cluster 2024-03-30T04:29:07.649800+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:09.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[23956]: audit 2024-03-30T04:29:08.578630+0000 mon.a (mon.0) 337 : audit [INF] from='client.? 172.21.15.97:0/1989187110' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f06b8659-28fe-45e1-8595-fae9c5ea902c"}]: dispatch 2024-03-30T04:29:09.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[23956]: audit 2024-03-30T04:29:08.584005+0000 mon.a (mon.0) 338 : audit [INF] from='client.? 172.21.15.97:0/1989187110' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f06b8659-28fe-45e1-8595-fae9c5ea902c"}]': finished 2024-03-30T04:29:09.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[23956]: cluster 2024-03-30T04:29:08.584077+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:29:09.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[23956]: audit 2024-03-30T04:29:08.584227+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:09.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:09 smithi097 bash[23956]: audit 2024-03-30T04:29:09.245185+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.97:0/2270806565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:09 smithi105 bash[18682]: cluster 2024-03-30T04:29:07.649800+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:09 smithi105 bash[18682]: audit 2024-03-30T04:29:08.578630+0000 mon.a (mon.0) 337 : audit [INF] from='client.? 172.21.15.97:0/1989187110' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f06b8659-28fe-45e1-8595-fae9c5ea902c"}]: dispatch 2024-03-30T04:29:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:09 smithi105 bash[18682]: audit 2024-03-30T04:29:08.584005+0000 mon.a (mon.0) 338 : audit [INF] from='client.? 172.21.15.97:0/1989187110' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f06b8659-28fe-45e1-8595-fae9c5ea902c"}]': finished 2024-03-30T04:29:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:09 smithi105 bash[18682]: cluster 2024-03-30T04:29:08.584077+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-30T04:29:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:09 smithi105 bash[18682]: audit 2024-03-30T04:29:08.584227+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:09 smithi105 bash[18682]: audit 2024-03-30T04:29:09.245185+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.97:0/2270806565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:10.628 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:10 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:29:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[23956]: cluster 2024-03-30T04:29:09.650201+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[23956]: audit 2024-03-30T04:29:10.344812+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[23956]: cephadm 2024-03-30T04:29:10.345781+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[23956]: audit 2024-03-30T04:29:10.349561+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:11.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[18564]: cluster 2024-03-30T04:29:09.650201+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[18564]: audit 2024-03-30T04:29:10.344812+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[18564]: cephadm 2024-03-30T04:29:10.345781+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:11 smithi097 bash[18564]: audit 2024-03-30T04:29:10.349561+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:11.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:11 smithi105 bash[18682]: cluster 2024-03-30T04:29:09.650201+0000 mgr.y (mgr.14152) 94 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:11.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:11 smithi105 bash[18682]: audit 2024-03-30T04:29:10.344812+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:11.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:11 smithi105 bash[18682]: cephadm 2024-03-30T04:29:10.345781+0000 mgr.y (mgr.14152) 95 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:11.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:11 smithi105 bash[18682]: audit 2024-03-30T04:29:10.349561+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:12.380 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:12 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:29:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:13.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:13 smithi097 bash[18564]: cluster 2024-03-30T04:29:11.650670+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:13.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:13 smithi097 bash[18564]: audit 2024-03-30T04:29:12.090146+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:13.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:13 smithi097 bash[18564]: audit 2024-03-30T04:29:12.094198+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:13.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:13 smithi097 bash[23956]: cluster 2024-03-30T04:29:11.650670+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:13.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:13 smithi097 bash[23956]: audit 2024-03-30T04:29:12.090146+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:13.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:13 smithi097 bash[23956]: audit 2024-03-30T04:29:12.094198+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:13 smithi105 bash[18682]: cluster 2024-03-30T04:29:11.650670+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:13 smithi105 bash[18682]: audit 2024-03-30T04:29:12.090146+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:13 smithi105 bash[18682]: audit 2024-03-30T04:29:12.094198+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:15.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:15 smithi097 bash[18564]: cluster 2024-03-30T04:29:13.651170+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:15 smithi097 bash[23956]: cluster 2024-03-30T04:29:13.651170+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:15.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:15 smithi105 bash[18682]: cluster 2024-03-30T04:29:13.651170+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:16.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:16 smithi097 bash[18564]: audit 2024-03-30T04:29:15.695806+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:16.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:16 smithi097 bash[18564]: audit 2024-03-30T04:29:15.697683+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:16.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:16 smithi097 bash[23956]: audit 2024-03-30T04:29:15.695806+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:16.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:16 smithi097 bash[23956]: audit 2024-03-30T04:29:15.697683+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:16.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:16 smithi105 bash[18682]: audit 2024-03-30T04:29:15.695806+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:29:16.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:16 smithi105 bash[18682]: audit 2024-03-30T04:29:15.697683+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:29:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:17 smithi097 bash[18564]: cluster 2024-03-30T04:29:15.651644+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:17.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:17 smithi097 bash[23956]: cluster 2024-03-30T04:29:15.651644+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:17 smithi105 bash[18682]: cluster 2024-03-30T04:29:15.651644+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:19.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:19 smithi097 bash[18564]: cluster 2024-03-30T04:29:17.652127+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:19.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:19 smithi097 bash[18564]: audit 2024-03-30T04:29:19.210868+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:29:19.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:19 smithi097 bash[18564]: audit 2024-03-30T04:29:19.212713+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:19.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:19 smithi097 bash[23956]: cluster 2024-03-30T04:29:17.652127+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:19.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:19 smithi097 bash[23956]: audit 2024-03-30T04:29:19.210868+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:29:19.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:19 smithi097 bash[23956]: audit 2024-03-30T04:29:19.212713+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:19 smithi105 bash[18682]: cluster 2024-03-30T04:29:17.652127+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:19 smithi105 bash[18682]: audit 2024-03-30T04:29:19.210868+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:29:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:19 smithi105 bash[18682]: audit 2024-03-30T04:29:19.212713+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:20 smithi097 bash[18564]: cephadm 2024-03-30T04:29:19.214184+0000 mgr.y (mgr.14152) 100 : cephadm [INF] Deploying daemon osd.1 on smithi097 2024-03-30T04:29:20.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:20 smithi097 bash[23956]: cephadm 2024-03-30T04:29:19.214184+0000 mgr.y (mgr.14152) 100 : cephadm [INF] Deploying daemon osd.1 on smithi097 2024-03-30T04:29:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:20 smithi105 bash[18682]: cephadm 2024-03-30T04:29:19.214184+0000 mgr.y (mgr.14152) 100 : cephadm [INF] Deploying daemon osd.1 on smithi097 2024-03-30T04:29:21.698 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:21 smithi105 bash[18682]: cluster 2024-03-30T04:29:19.652664+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:21.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:21 smithi097 bash[18564]: cluster 2024-03-30T04:29:19.652664+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:21 smithi097 bash[23956]: cluster 2024-03-30T04:29:19.652664+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:22.932 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:22 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:22.932 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:22 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:22.932 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:22 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:22.932 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:29:22 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:23.204 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:23.205 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:23.205 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:23.205 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:29:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:23.574 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:29:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: cluster 2024-03-30T04:29:21.653078+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.215168+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.231969+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.233109+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.233795+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.238884+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.386838+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:23 smithi105 bash[18682]: audit 2024-03-30T04:29:23.391355+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: cluster 2024-03-30T04:29:21.653078+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.215168+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.231969+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.233109+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.233795+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.238884+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.386838+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[18564]: audit 2024-03-30T04:29:23.391355+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: cluster 2024-03-30T04:29:21.653078+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.215168+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.231969+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.233109+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:23.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.233795+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:23.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.238884+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.386838+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:23.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:23 smithi097 bash[23956]: audit 2024-03-30T04:29:23.391355+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:25.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:25 smithi097 bash[23956]: cluster 2024-03-30T04:29:23.653493+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:25.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:25 smithi097 bash[18564]: cluster 2024-03-30T04:29:23.653493+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:25.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:25 smithi105 bash[18682]: cluster 2024-03-30T04:29:23.653493+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:27.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:27 smithi097 bash[18564]: cluster 2024-03-30T04:29:25.653975+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:27.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:27 smithi097 bash[23956]: cluster 2024-03-30T04:29:25.653975+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:27.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:27 smithi105 bash[18682]: cluster 2024-03-30T04:29:25.653975+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:29.790 INFO:teuthology.orchestra.run.smithi097.stdout:Created osd(s) 1 on host 'smithi097' 2024-03-30T04:29:29.806 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:29 smithi097 bash[23956]: cluster 2024-03-30T04:29:27.654287+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:29.806 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:29 smithi097 bash[18564]: cluster 2024-03-30T04:29:27.654287+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:29.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:29 smithi105 bash[18682]: cluster 2024-03-30T04:29:27.654287+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:30.654 DEBUG:teuthology.orchestra.run.smithi097:osd.1> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.1.service 2024-03-30T04:29:30.657 INFO:tasks.cephadm:Deploying osd.2 on smithi097 with /dev/vg_nvme/lv_2... 2024-03-30T04:29:30.657 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.614815+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.615191+0000 mon.a (mon.0) 356 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.791669+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.819559+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.820833+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.821527+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.823450+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.824177+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.829743+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.658 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[18564]: audit 2024-03-30T04:29:29.836604+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.614815+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.615191+0000 mon.a (mon.0) 356 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.791669+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.819559+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.820833+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.821527+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.823450+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.824177+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.829743+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.659 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:30 smithi097 bash[23956]: audit 2024-03-30T04:29:29.836604+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.614815+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.615191+0000 mon.a (mon.0) 356 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.791669+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.819559+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.820833+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.821527+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.823450+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.824177+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.829743+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:30.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:30 smithi105 bash[18682]: audit 2024-03-30T04:29:29.836604+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: cluster 2024-03-30T04:29:29.654695+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: cephadm 2024-03-30T04:29:29.824748+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 7608M 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: audit 2024-03-30T04:29:30.599823+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: cluster 2024-03-30T04:29:30.599908+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: audit 2024-03-30T04:29:30.600035+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: audit 2024-03-30T04:29:30.600660+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:29:31.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[23956]: audit 2024-03-30T04:29:30.601060+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: cluster 2024-03-30T04:29:29.654695+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: cephadm 2024-03-30T04:29:29.824748+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 7608M 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: audit 2024-03-30T04:29:30.599823+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: cluster 2024-03-30T04:29:30.599908+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: audit 2024-03-30T04:29:30.600035+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: audit 2024-03-30T04:29:30.600660+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:29:31.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[18564]: audit 2024-03-30T04:29:30.601060+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:29:31.878 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[30602]: debug 2024-03-30T04:29:31.610+0000 7f4dc8e57700 -1 osd.1 0 waiting for initial osdmap 2024-03-30T04:29:31.879 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:29:31 smithi097 bash[30602]: debug 2024-03-30T04:29:31.614+0000 7f4dc3fef700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:29:31.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: cluster 2024-03-30T04:29:29.654695+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:31.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: cephadm 2024-03-30T04:29:29.824748+0000 mgr.y (mgr.14152) 107 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 7608M 2024-03-30T04:29:31.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: audit 2024-03-30T04:29:30.599823+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:29:31.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: cluster 2024-03-30T04:29:30.599908+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-30T04:29:31.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: audit 2024-03-30T04:29:30.600035+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:31.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: audit 2024-03-30T04:29:30.600660+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:29:31.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:31 smithi105 bash[18682]: audit 2024-03-30T04:29:30.601060+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:29:32.612 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:29:32] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:31.601547+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: cluster 2024-03-30T04:29:31.601648+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:31.602172+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:31.612679+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: cluster 2024-03-30T04:29:31.655107+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:32.189217+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: cephadm 2024-03-30T04:29:32.190038+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:32.194487+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:32.208340+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:32.209848+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:32.210653+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[18564]: audit 2024-03-30T04:29:32.216067+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:31.601547+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: cluster 2024-03-30T04:29:31.601648+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:31.602172+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:31.612679+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: cluster 2024-03-30T04:29:31.655107+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:32.189217+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: cephadm 2024-03-30T04:29:32.190038+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:32.194487+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:32.208340+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:32.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:32.209848+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:32.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:32.210653+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:32.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:32 smithi097 bash[23956]: audit 2024-03-30T04:29:32.216067+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:31.601547+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: cluster 2024-03-30T04:29:31.601648+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:31.602172+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:31.612679+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: cluster 2024-03-30T04:29:31.655107+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:32.189217+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: cephadm 2024-03-30T04:29:32.190038+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:32.194487+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:32.208340+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:32.209848+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:32.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:32.210653+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:32.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:32 smithi105 bash[18682]: audit 2024-03-30T04:29:32.216067+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[18564]: cluster 2024-03-30T04:29:30.662805+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[18564]: cluster 2024-03-30T04:29:30.662931+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[18564]: cluster 2024-03-30T04:29:32.613065+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958] boot 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[18564]: cluster 2024-03-30T04:29:32.613106+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[18564]: audit 2024-03-30T04:29:32.613656+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[23956]: cluster 2024-03-30T04:29:30.662805+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[23956]: cluster 2024-03-30T04:29:30.662931+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[23956]: cluster 2024-03-30T04:29:32.613065+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958] boot 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[23956]: cluster 2024-03-30T04:29:32.613106+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:29:33.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:33 smithi097 bash[23956]: audit 2024-03-30T04:29:32.613656+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:33.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:33 smithi105 bash[18682]: cluster 2024-03-30T04:29:30.662805+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:29:33.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:33 smithi105 bash[18682]: cluster 2024-03-30T04:29:30.662931+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:29:33.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:33 smithi105 bash[18682]: cluster 2024-03-30T04:29:32.613065+0000 mon.a (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.97:6810/486474958,v1:172.21.15.97:6811/486474958] boot 2024-03-30T04:29:33.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:33 smithi105 bash[18682]: cluster 2024-03-30T04:29:32.613106+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-30T04:29:33.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:33 smithi105 bash[18682]: audit 2024-03-30T04:29:32.613656+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:29:34.050 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-30T04:29:34.051 INFO:teuthology.orchestra.run.smithi097.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-30T04:29:34.051 INFO:teuthology.orchestra.run.smithi097.stderr: stderr: 10+0 records in 2024-03-30T04:29:34.051 INFO:teuthology.orchestra.run.smithi097.stderr:10+0 records out 2024-03-30T04:29:34.051 INFO:teuthology.orchestra.run.smithi097.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0169455 s, 619 MB/s 2024-03-30T04:29:34.051 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping successful for: 2024-03-30T04:29:34.675 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi097:vg_nvme/lv_2 2024-03-30T04:29:34.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:34 smithi105 bash[18682]: cluster 2024-03-30T04:29:33.629802+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:29:34.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:34 smithi105 bash[18682]: cluster 2024-03-30T04:29:33.655442+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:35.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:34 smithi097 bash[18564]: cluster 2024-03-30T04:29:33.629802+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:29:35.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:34 smithi097 bash[18564]: cluster 2024-03-30T04:29:33.655442+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:35.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:34 smithi097 bash[23956]: cluster 2024-03-30T04:29:33.629802+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-30T04:29:35.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:34 smithi097 bash[23956]: cluster 2024-03-30T04:29:33.655442+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:35.628 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:35 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:29:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:36.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[18564]: audit 2024-03-30T04:29:35.496387+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[18564]: audit 2024-03-30T04:29:35.500565+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[18564]: audit 2024-03-30T04:29:35.542741+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:36.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[18564]: audit 2024-03-30T04:29:35.544914+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:36.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[18564]: audit 2024-03-30T04:29:35.546045+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:36.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[18564]: audit 2024-03-30T04:29:35.555067+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[23956]: audit 2024-03-30T04:29:35.496387+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[23956]: audit 2024-03-30T04:29:35.500565+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[23956]: audit 2024-03-30T04:29:35.542741+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[23956]: audit 2024-03-30T04:29:35.544914+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[23956]: audit 2024-03-30T04:29:35.546045+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:36 smithi097 bash[23956]: audit 2024-03-30T04:29:35.555067+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:36 smithi105 bash[18682]: audit 2024-03-30T04:29:35.496387+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:36 smithi105 bash[18682]: audit 2024-03-30T04:29:35.500565+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:36 smithi105 bash[18682]: audit 2024-03-30T04:29:35.542741+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:36 smithi105 bash[18682]: audit 2024-03-30T04:29:35.544914+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:36 smithi105 bash[18682]: audit 2024-03-30T04:29:35.546045+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:36 smithi105 bash[18682]: audit 2024-03-30T04:29:35.555067+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:37.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[18564]: cluster 2024-03-30T04:29:35.655820+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:37.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[18564]: audit 2024-03-30T04:29:37.294266+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:37.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[18564]: audit 2024-03-30T04:29:37.300240+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:37.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[18564]: audit 2024-03-30T04:29:37.301647+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:37.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[23956]: cluster 2024-03-30T04:29:35.655820+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:37.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[23956]: audit 2024-03-30T04:29:37.294266+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:37.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[23956]: audit 2024-03-30T04:29:37.300240+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:37.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:37 smithi097 bash[23956]: audit 2024-03-30T04:29:37.301647+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:37 smithi105 bash[18682]: cluster 2024-03-30T04:29:35.655820+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:37 smithi105 bash[18682]: audit 2024-03-30T04:29:37.294266+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:29:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:37 smithi105 bash[18682]: audit 2024-03-30T04:29:37.300240+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:29:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:37 smithi105 bash[18682]: audit 2024-03-30T04:29:37.301647+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:38.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:38 smithi097 bash[18564]: audit 2024-03-30T04:29:37.287535+0000 mgr.y (mgr.14152) 112 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:38.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:38 smithi097 bash[23956]: audit 2024-03-30T04:29:37.287535+0000 mgr.y (mgr.14152) 112 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:38.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:38 smithi105 bash[18682]: audit 2024-03-30T04:29:37.287535+0000 mgr.y (mgr.14152) 112 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:29:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:39 smithi097 bash[18564]: cluster 2024-03-30T04:29:37.656243+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:39 smithi097 bash[23956]: cluster 2024-03-30T04:29:37.656243+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:39 smithi105 bash[18682]: cluster 2024-03-30T04:29:37.656243+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:41.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:41 smithi097 bash[18564]: cluster 2024-03-30T04:29:39.656721+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:41.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:41 smithi097 bash[23956]: cluster 2024-03-30T04:29:39.656721+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:41 smithi105 bash[18682]: cluster 2024-03-30T04:29:39.656721+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: cluster 2024-03-30T04:29:41.657095+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: audit 2024-03-30T04:29:43.040221+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.97:0/4292526679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]: dispatch 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: audit 2024-03-30T04:29:43.040884+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]: dispatch 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: audit 2024-03-30T04:29:43.046443+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]': finished 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: cluster 2024-03-30T04:29:43.046545+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: audit 2024-03-30T04:29:43.046659+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: audit 2024-03-30T04:29:43.551922+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:43.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:43 smithi105 bash[18682]: audit 2024-03-30T04:29:43.558383+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:29:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: cluster 2024-03-30T04:29:41.657095+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: audit 2024-03-30T04:29:43.040221+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.97:0/4292526679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]: dispatch 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: audit 2024-03-30T04:29:43.040884+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]: dispatch 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: audit 2024-03-30T04:29:43.046443+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]': finished 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: cluster 2024-03-30T04:29:43.046545+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: audit 2024-03-30T04:29:43.046659+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:43.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: audit 2024-03-30T04:29:43.551922+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[18564]: audit 2024-03-30T04:29:43.558383+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: cluster 2024-03-30T04:29:41.657095+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: audit 2024-03-30T04:29:43.040221+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.97:0/4292526679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]: dispatch 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: audit 2024-03-30T04:29:43.040884+0000 mon.a (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]: dispatch 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: audit 2024-03-30T04:29:43.046443+0000 mon.a (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d29eab3c-d069-45bb-8e87-26cc4988611f"}]': finished 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: cluster 2024-03-30T04:29:43.046545+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: audit 2024-03-30T04:29:43.046659+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: audit 2024-03-30T04:29:43.551922+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:43 smithi097 bash[23956]: audit 2024-03-30T04:29:43.558383+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:44.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:44 smithi097 bash[23956]: audit 2024-03-30T04:29:43.724669+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.97:0/3389014229' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:44 smithi097 bash[18564]: audit 2024-03-30T04:29:43.724669+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.97:0/3389014229' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:44 smithi105 bash[18682]: audit 2024-03-30T04:29:43.724669+0000 mon.a (mon.0) 398 : audit [DBG] from='client.? 172.21.15.97:0/3389014229' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:29:45.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:45 smithi097 bash[18564]: cluster 2024-03-30T04:29:43.657535+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:46.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:45 smithi097 bash[23956]: cluster 2024-03-30T04:29:43.657535+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:46.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:45 smithi105 bash[18682]: cluster 2024-03-30T04:29:43.657535+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:47.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:47 smithi097 bash[23956]: cluster 2024-03-30T04:29:45.657995+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:47.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:47 smithi097 bash[18564]: cluster 2024-03-30T04:29:45.657995+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:47 smithi105 bash[18682]: cluster 2024-03-30T04:29:45.657995+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:49.594 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:49 smithi097 bash[18564]: cluster 2024-03-30T04:29:47.658488+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:49.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:49 smithi097 bash[23956]: cluster 2024-03-30T04:29:47.658488+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:49 smithi105 bash[18682]: cluster 2024-03-30T04:29:47.658488+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:51.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:51 smithi097 bash[23956]: cluster 2024-03-30T04:29:49.658940+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:51.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:51 smithi097 bash[18564]: cluster 2024-03-30T04:29:49.658940+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:51.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:51 smithi105 bash[18682]: cluster 2024-03-30T04:29:49.658940+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:52.267 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:52 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:29:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:29:53.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[23956]: cluster 2024-03-30T04:29:51.659359+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:53.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[23956]: audit 2024-03-30T04:29:52.063864+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:53.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[23956]: cephadm 2024-03-30T04:29:52.064948+0000 mgr.y (mgr.14152) 121 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[23956]: audit 2024-03-30T04:29:52.071304+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:53.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[18564]: cluster 2024-03-30T04:29:51.659359+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:53.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[18564]: audit 2024-03-30T04:29:52.063864+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:53.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[18564]: cephadm 2024-03-30T04:29:52.064948+0000 mgr.y (mgr.14152) 121 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:53.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:53 smithi097 bash[18564]: audit 2024-03-30T04:29:52.071304+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:53.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:53 smithi105 bash[18682]: cluster 2024-03-30T04:29:51.659359+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:53.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:53 smithi105 bash[18682]: audit 2024-03-30T04:29:52.063864+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:53.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:53 smithi105 bash[18682]: cephadm 2024-03-30T04:29:52.064948+0000 mgr.y (mgr.14152) 121 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:29:53.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:53 smithi105 bash[18682]: audit 2024-03-30T04:29:52.071304+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:54 smithi097 bash[18564]: audit 2024-03-30T04:29:53.525594+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:29:54.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:54 smithi097 bash[18564]: audit 2024-03-30T04:29:53.526901+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:54.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:54 smithi097 bash[18564]: cephadm 2024-03-30T04:29:53.527854+0000 mgr.y (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-03-30T04:29:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:54 smithi097 bash[23956]: audit 2024-03-30T04:29:53.525594+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:29:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:54 smithi097 bash[23956]: audit 2024-03-30T04:29:53.526901+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:54 smithi097 bash[23956]: cephadm 2024-03-30T04:29:53.527854+0000 mgr.y (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-03-30T04:29:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:54 smithi105 bash[18682]: audit 2024-03-30T04:29:53.525594+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:29:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:54 smithi105 bash[18682]: audit 2024-03-30T04:29:53.526901+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:54 smithi105 bash[18682]: cephadm 2024-03-30T04:29:53.527854+0000 mgr.y (mgr.14152) 122 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-03-30T04:29:55.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:55 smithi097 bash[23956]: cluster 2024-03-30T04:29:53.659829+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:55.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:55 smithi097 bash[18564]: cluster 2024-03-30T04:29:53.659829+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:55.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:55 smithi105 bash[18682]: cluster 2024-03-30T04:29:53.659829+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:57.129 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.129 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:29:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.130 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:29:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.567 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:29:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.568 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:29:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.568 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:29:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.568 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:29:57.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[18564]: cluster 2024-03-30T04:29:55.660263+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[18564]: audit 2024-03-30T04:29:57.368868+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[18564]: audit 2024-03-30T04:29:57.373343+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[18564]: audit 2024-03-30T04:29:57.374636+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[18564]: audit 2024-03-30T04:29:57.375402+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[18564]: audit 2024-03-30T04:29:57.381940+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[23956]: cluster 2024-03-30T04:29:55.660263+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[23956]: audit 2024-03-30T04:29:57.368868+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[23956]: audit 2024-03-30T04:29:57.373343+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[23956]: audit 2024-03-30T04:29:57.374636+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[23956]: audit 2024-03-30T04:29:57.375402+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:57.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:57 smithi097 bash[23956]: audit 2024-03-30T04:29:57.381940+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:57.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:57 smithi105 bash[18682]: cluster 2024-03-30T04:29:55.660263+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:57.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:57 smithi105 bash[18682]: audit 2024-03-30T04:29:57.368868+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:57.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:57 smithi105 bash[18682]: audit 2024-03-30T04:29:57.373343+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:29:57.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:57 smithi105 bash[18682]: audit 2024-03-30T04:29:57.374636+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:29:57.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:57 smithi105 bash[18682]: audit 2024-03-30T04:29:57.375402+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:29:57.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:57 smithi105 bash[18682]: audit 2024-03-30T04:29:57.381940+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:29:59.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:29:59 smithi097 bash[23956]: cluster 2024-03-30T04:29:57.660752+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:59.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:29:59 smithi097 bash[18564]: cluster 2024-03-30T04:29:57.660752+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:29:59.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:29:59 smithi105 bash[18682]: cluster 2024-03-30T04:29:57.660752+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:00.848 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:00 smithi097 bash[18564]: cluster 2024-03-30T04:30:00.000135+0000 mon.a (mon.0) 408 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:00.849 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:00 smithi097 bash[23956]: cluster 2024-03-30T04:30:00.000135+0000 mon.a (mon.0) 408 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:00 smithi105 bash[18682]: cluster 2024-03-30T04:30:00.000135+0000 mon.a (mon.0) 408 : cluster [INF] overall HEALTH_OK 2024-03-30T04:30:01.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:01 smithi097 bash[18564]: cluster 2024-03-30T04:29:59.661246+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:01.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:01 smithi097 bash[23956]: cluster 2024-03-30T04:29:59.661246+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:01.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:01 smithi105 bash[18682]: cluster 2024-03-30T04:29:59.661246+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:03.460 INFO:teuthology.orchestra.run.smithi097.stdout:Created osd(s) 2 on host 'smithi097' 2024-03-30T04:30:03.704 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: cluster 2024-03-30T04:30:01.661701+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:03.704 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.459481+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.463517+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.465305+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.466301+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.469027+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.470076+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.471063+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.477178+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18564]: audit 2024-03-30T04:30:03.484960+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: cluster 2024-03-30T04:30:01.661701+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.459481+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.463517+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.465305+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.466301+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.469027+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.470076+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.471063+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.477178+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[23956]: audit 2024-03-30T04:30:03.484960+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: cluster 2024-03-30T04:30:01.661701+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.459481+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.463517+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.465305+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.466301+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.469027+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.470076+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.471063+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.477178+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:03.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:03 smithi105 bash[18682]: audit 2024-03-30T04:30:03.484960+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.129 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:03 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:30:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:04.164 DEBUG:teuthology.orchestra.run.smithi097:osd.2> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.2.service 2024-03-30T04:30:04.166 INFO:tasks.cephadm:Deploying osd.3 on smithi097 with /dev/vg_nvme/lv_1... 2024-03-30T04:30:04.167 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-30T04:30:04.878 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:04 smithi105 bash[18682]: cephadm 2024-03-30T04:30:03.471843+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 5072M 2024-03-30T04:30:04.879 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:04 smithi105 bash[18682]: audit 2024-03-30T04:30:03.695375+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.879 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:04 smithi105 bash[18682]: audit 2024-03-30T04:30:03.704008+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.879 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:04 smithi105 bash[18682]: audit 2024-03-30T04:30:04.209915+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:30:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[18564]: cephadm 2024-03-30T04:30:03.471843+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 5072M 2024-03-30T04:30:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[18564]: audit 2024-03-30T04:30:03.695375+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[18564]: audit 2024-03-30T04:30:03.704008+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[18564]: audit 2024-03-30T04:30:04.209915+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:30:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[23956]: cephadm 2024-03-30T04:30:03.471843+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 5072M 2024-03-30T04:30:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[23956]: audit 2024-03-30T04:30:03.695375+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[23956]: audit 2024-03-30T04:30:03.704008+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:04 smithi097 bash[23956]: audit 2024-03-30T04:30:04.209915+0000 mon.a (mon.0) 420 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:30:05.717 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[23956]: cluster 2024-03-30T04:30:03.662108+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:05.717 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[23956]: audit 2024-03-30T04:30:04.711142+0000 mon.a (mon.0) 421 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[23956]: cluster 2024-03-30T04:30:04.711334+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[23956]: audit 2024-03-30T04:30:04.711641+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[23956]: audit 2024-03-30T04:30:04.712888+0000 mon.a (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[18564]: cluster 2024-03-30T04:30:03.662108+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[18564]: audit 2024-03-30T04:30:04.711142+0000 mon.a (mon.0) 421 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[18564]: cluster 2024-03-30T04:30:04.711334+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[18564]: audit 2024-03-30T04:30:04.711641+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:05.718 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[18564]: audit 2024-03-30T04:30:04.712888+0000 mon.a (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:30:05.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:05 smithi105 bash[18682]: cluster 2024-03-30T04:30:03.662108+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:05.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:05 smithi105 bash[18682]: audit 2024-03-30T04:30:04.711142+0000 mon.a (mon.0) 421 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:30:05.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:05 smithi105 bash[18682]: cluster 2024-03-30T04:30:04.711334+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-30T04:30:05.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:05 smithi105 bash[18682]: audit 2024-03-30T04:30:04.711641+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:05.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:05 smithi105 bash[18682]: audit 2024-03-30T04:30:04.712888+0000 mon.a (mon.0) 424 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:30:06.130 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[33926]: debug 2024-03-30T04:30:05.712+0000 7f728fc0c700 -1 osd.2 0 waiting for initial osdmap 2024-03-30T04:30:06.130 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:30:05 smithi097 bash[33926]: debug 2024-03-30T04:30:05.716+0000 7f728c5a7700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[18564]: cluster 2024-03-30T04:30:05.662553+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[18564]: audit 2024-03-30T04:30:05.712093+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[18564]: cluster 2024-03-30T04:30:05.712286+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[18564]: audit 2024-03-30T04:30:05.712615+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[18564]: audit 2024-03-30T04:30:05.719284+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[23956]: cluster 2024-03-30T04:30:05.662553+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[23956]: audit 2024-03-30T04:30:05.712093+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[23956]: cluster 2024-03-30T04:30:05.712286+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[23956]: audit 2024-03-30T04:30:05.712615+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:06 smithi097 bash[23956]: audit 2024-03-30T04:30:05.719284+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:06 smithi105 bash[18682]: cluster 2024-03-30T04:30:05.662553+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-03-30T04:30:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:06 smithi105 bash[18682]: audit 2024-03-30T04:30:05.712093+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:30:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:06 smithi105 bash[18682]: cluster 2024-03-30T04:30:05.712286+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-30T04:30:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:06 smithi105 bash[18682]: audit 2024-03-30T04:30:05.712615+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:06 smithi105 bash[18682]: audit 2024-03-30T04:30:05.719284+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.937 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-30T04:30:07.938 INFO:teuthology.orchestra.run.smithi097.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-30T04:30:07.938 INFO:teuthology.orchestra.run.smithi097.stderr: stderr: 10+0 records in 2024-03-30T04:30:07.938 INFO:teuthology.orchestra.run.smithi097.stderr:10+0 records out 2024-03-30T04:30:07.938 INFO:teuthology.orchestra.run.smithi097.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0244541 s, 429 MB/s 2024-03-30T04:30:07.938 INFO:teuthology.orchestra.run.smithi097.stderr:--> Zapping successful for: 2024-03-30T04:30:07.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[18564]: cluster 2024-03-30T04:30:05.240555+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:07.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[18564]: cluster 2024-03-30T04:30:05.240705+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:07.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[18564]: cluster 2024-03-30T04:30:06.714689+0000 mon.a (mon.0) 429 : cluster [INF] osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534] boot 2024-03-30T04:30:07.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[18564]: cluster 2024-03-30T04:30:06.714805+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:30:07.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[18564]: audit 2024-03-30T04:30:06.715492+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:07.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[23956]: cluster 2024-03-30T04:30:05.240555+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:07.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[23956]: cluster 2024-03-30T04:30:05.240705+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:07.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[23956]: cluster 2024-03-30T04:30:06.714689+0000 mon.a (mon.0) 429 : cluster [INF] osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534] boot 2024-03-30T04:30:07.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[23956]: cluster 2024-03-30T04:30:06.714805+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:30:07.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:07 smithi097 bash[23956]: audit 2024-03-30T04:30:06.715492+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:07 smithi105 bash[18682]: cluster 2024-03-30T04:30:05.240555+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:07 smithi105 bash[18682]: cluster 2024-03-30T04:30:05.240705+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:07 smithi105 bash[18682]: cluster 2024-03-30T04:30:06.714689+0000 mon.a (mon.0) 429 : cluster [INF] osd.2 [v2:172.21.15.97:6818/884670534,v1:172.21.15.97:6819/884670534] boot 2024-03-30T04:30:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:07 smithi105 bash[18682]: cluster 2024-03-30T04:30:06.714805+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-30T04:30:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:07 smithi105 bash[18682]: audit 2024-03-30T04:30:06.715492+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:30:08.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:08 smithi097 bash[18564]: cluster 2024-03-30T04:30:07.663057+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:08.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:08 smithi097 bash[18564]: cluster 2024-03-30T04:30:07.727729+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:30:08.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:08 smithi097 bash[18564]: audit 2024-03-30T04:30:07.764231+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:30:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:08 smithi097 bash[23956]: cluster 2024-03-30T04:30:07.663057+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:08 smithi097 bash[23956]: cluster 2024-03-30T04:30:07.727729+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:30:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:08 smithi097 bash[23956]: audit 2024-03-30T04:30:07.764231+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:30:08.932 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi097:vg_nvme/lv_1 2024-03-30T04:30:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:08 smithi105 bash[18682]: cluster 2024-03-30T04:30:07.663057+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:08 smithi105 bash[18682]: cluster 2024-03-30T04:30:07.727729+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-30T04:30:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:08 smithi105 bash[18682]: audit 2024-03-30T04:30:07.764231+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-03-30T04:30:10.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:09 smithi097 bash[18564]: audit 2024-03-30T04:30:08.739599+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:30:10.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:09 smithi097 bash[18564]: cluster 2024-03-30T04:30:08.739721+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:30:10.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:09 smithi097 bash[18564]: audit 2024-03-30T04:30:08.741743+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:30:10.119 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:09 smithi097 bash[23956]: audit 2024-03-30T04:30:08.739599+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:30:10.119 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:09 smithi097 bash[23956]: cluster 2024-03-30T04:30:08.739721+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:30:10.119 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:09 smithi097 bash[23956]: audit 2024-03-30T04:30:08.741743+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:30:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:09 smithi105 bash[18682]: audit 2024-03-30T04:30:08.739599+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-03-30T04:30:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:09 smithi105 bash[18682]: cluster 2024-03-30T04:30:08.739721+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-30T04:30:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:09 smithi105 bash[18682]: audit 2024-03-30T04:30:08.741743+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-30T04:30:11.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:10 smithi097 bash[18564]: cluster 2024-03-30T04:30:09.663619+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:11.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:10 smithi097 bash[18564]: audit 2024-03-30T04:30:09.755445+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:30:11.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:10 smithi097 bash[18564]: cluster 2024-03-30T04:30:09.755716+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:30:11.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:10 smithi097 bash[23956]: cluster 2024-03-30T04:30:09.663619+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:11.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:10 smithi097 bash[23956]: audit 2024-03-30T04:30:09.755445+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:30:11.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:10 smithi097 bash[23956]: cluster 2024-03-30T04:30:09.755716+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:30:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:10 smithi105 bash[18682]: cluster 2024-03-30T04:30:09.663619+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:10 smithi105 bash[18682]: audit 2024-03-30T04:30:09.755445+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-30T04:30:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:10 smithi105 bash[18682]: cluster 2024-03-30T04:30:09.755716+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-30T04:30:12.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:11 smithi097 bash[23956]: cluster 2024-03-30T04:30:10.755769+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-30T04:30:12.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:11 smithi097 bash[23956]: audit 2024-03-30T04:30:10.985041+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:12.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:11 smithi097 bash[18564]: cluster 2024-03-30T04:30:10.755769+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-30T04:30:12.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:11 smithi097 bash[18564]: audit 2024-03-30T04:30:10.985041+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:11 smithi105 bash[18682]: cluster 2024-03-30T04:30:10.755769+0000 mon.a (mon.0) 439 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-30T04:30:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:11 smithi105 bash[18682]: audit 2024-03-30T04:30:10.985041+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:12.342 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:12 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:30:12] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:13.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: cluster 2024-03-30T04:30:11.664028+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:13.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: cluster 2024-03-30T04:30:11.775735+0000 mon.a (mon.0) 441 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.171083+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.172924+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.175611+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.175794+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.177182+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: cluster 2024-03-30T04:30:12.179308+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.182911+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.325270+0000 mgr.y (mgr.14152) 135 : audit [DBG] from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.329919+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.332586+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.333398+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: cluster 2024-03-30T04:30:12.569322+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:30:13.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[18564]: audit 2024-03-30T04:30:12.725967+0000 mon.a (mon.0) 452 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: cluster 2024-03-30T04:30:11.664028+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: cluster 2024-03-30T04:30:11.775735+0000 mon.a (mon.0) 441 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.171083+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.172924+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.175611+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.175794+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.177182+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: cluster 2024-03-30T04:30:12.179308+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.182911+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.325270+0000 mgr.y (mgr.14152) 135 : audit [DBG] from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.329919+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.332586+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.333398+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: cluster 2024-03-30T04:30:12.569322+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:30:13.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:13 smithi097 bash[23956]: audit 2024-03-30T04:30:12.725967+0000 mon.a (mon.0) 452 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: cluster 2024-03-30T04:30:11.664028+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: cluster 2024-03-30T04:30:11.775735+0000 mon.a (mon.0) 441 : cluster [DBG] mgrmap e15: y(active, since 2m), standbys: x 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.171083+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.172924+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.175611+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.175794+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.177182+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: cluster 2024-03-30T04:30:12.179308+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.182911+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.325270+0000 mgr.y (mgr.14152) 135 : audit [DBG] from='client.14301 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi097:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:13.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.329919+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:13.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.332586+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:13.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.333398+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:13.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: cluster 2024-03-30T04:30:12.569322+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:30:13.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:13 smithi105 bash[18682]: audit 2024-03-30T04:30:12.725967+0000 mon.a (mon.0) 452 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.604526+0000 mon.a (mon.0) 453 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.605817+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.606114+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.606446+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.617546+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.617882+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.618126+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:13.618348+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:14.510260+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:14.513043+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:14.513176+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:15 smithi105 bash[18682]: audit 2024-03-30T04:30:14.513346+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.880 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:30:15] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.604526+0000 mon.a (mon.0) 453 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.605817+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.606114+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.606446+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.617546+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.617882+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.618126+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:13.618348+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:14.510260+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:14.513043+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:14.513176+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[18564]: audit 2024-03-30T04:30:14.513346+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.604526+0000 mon.a (mon.0) 453 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.605817+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.606114+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.606446+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.617546+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.617882+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.618126+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:13.618348+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:14.510260+0000 mon.c (mon.1) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:14.513043+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:14.513176+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:30:15.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:15 smithi097 bash[23956]: audit 2024-03-30T04:30:14.513346+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: cluster 2024-03-30T04:30:14.179759+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:14.514966+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.428742+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.448266+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.463228+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.463875+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.469149+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.471265+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: cluster 2024-03-30T04:30:15.475578+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.483450+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.490454+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.697878+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:16 smithi105 bash[18682]: audit 2024-03-30T04:30:15.700139+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: cluster 2024-03-30T04:30:14.179759+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:14.514966+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.428742+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.448266+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.463228+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.463875+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.469149+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.471265+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: cluster 2024-03-30T04:30:15.475578+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.483450+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.490454+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.697878+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[23956]: audit 2024-03-30T04:30:15.700139+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: cluster 2024-03-30T04:30:14.179759+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:14.514966+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.428742+0000 mon.b (mon.2) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.448266+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.463228+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.463875+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:16.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.469149+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.471265+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: cluster 2024-03-30T04:30:15.475578+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.483450+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.490454+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.697878+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:30:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:16 smithi097 bash[18564]: audit 2024-03-30T04:30:15.700139+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:30:17.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:17 smithi105 bash[18682]: cluster 2024-03-30T04:30:16.455596+0000 mon.a (mon.0) 472 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:30:17.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:17 smithi105 bash[18682]: cluster 2024-03-30T04:30:16.455674+0000 mon.a (mon.0) 473 : cluster [INF] Cluster is now healthy 2024-03-30T04:30:17.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:17 smithi105 bash[18682]: audit 2024-03-30T04:30:17.380712+0000 mon.a (mon.0) 474 : audit [INF] from='client.? 172.21.15.97:0/2745507404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5"}]: dispatch 2024-03-30T04:30:17.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:17 smithi105 bash[18682]: audit 2024-03-30T04:30:17.386208+0000 mon.a (mon.0) 475 : audit [INF] from='client.? 172.21.15.97:0/2745507404' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5"}]': finished 2024-03-30T04:30:17.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:17 smithi105 bash[18682]: cluster 2024-03-30T04:30:17.386297+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:30:17.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:17 smithi105 bash[18682]: audit 2024-03-30T04:30:17.386436+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[23956]: cluster 2024-03-30T04:30:16.455596+0000 mon.a (mon.0) 472 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[23956]: cluster 2024-03-30T04:30:16.455674+0000 mon.a (mon.0) 473 : cluster [INF] Cluster is now healthy 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[23956]: audit 2024-03-30T04:30:17.380712+0000 mon.a (mon.0) 474 : audit [INF] from='client.? 172.21.15.97:0/2745507404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5"}]: dispatch 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[23956]: audit 2024-03-30T04:30:17.386208+0000 mon.a (mon.0) 475 : audit [INF] from='client.? 172.21.15.97:0/2745507404' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5"}]': finished 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[23956]: cluster 2024-03-30T04:30:17.386297+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[23956]: audit 2024-03-30T04:30:17.386436+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[18564]: cluster 2024-03-30T04:30:16.455596+0000 mon.a (mon.0) 472 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:30:17.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[18564]: cluster 2024-03-30T04:30:16.455674+0000 mon.a (mon.0) 473 : cluster [INF] Cluster is now healthy 2024-03-30T04:30:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[18564]: audit 2024-03-30T04:30:17.380712+0000 mon.a (mon.0) 474 : audit [INF] from='client.? 172.21.15.97:0/2745507404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5"}]: dispatch 2024-03-30T04:30:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[18564]: audit 2024-03-30T04:30:17.386208+0000 mon.a (mon.0) 475 : audit [INF] from='client.? 172.21.15.97:0/2745507404' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5"}]': finished 2024-03-30T04:30:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[18564]: cluster 2024-03-30T04:30:17.386297+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-30T04:30:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:17 smithi097 bash[18564]: audit 2024-03-30T04:30:17.386436+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:18.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:18 smithi105 bash[18682]: cluster 2024-03-30T04:30:17.476170+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:18.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:18 smithi105 bash[18682]: audit 2024-03-30T04:30:18.075350+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.97:0/1351424999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:18.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:18 smithi097 bash[23956]: cluster 2024-03-30T04:30:17.476170+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:18.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:18 smithi097 bash[23956]: audit 2024-03-30T04:30:18.075350+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.97:0/1351424999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:18 smithi097 bash[18564]: cluster 2024-03-30T04:30:17.476170+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:18 smithi097 bash[18564]: audit 2024-03-30T04:30:18.075350+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.97:0/1351424999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:20.814 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:20 smithi097 bash[23956]: cluster 2024-03-30T04:30:19.476899+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 148 KiB/s wr, 10 op/s 2024-03-30T04:30:20.814 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:20 smithi097 bash[18564]: cluster 2024-03-30T04:30:19.476899+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 148 KiB/s wr, 10 op/s 2024-03-30T04:30:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:20 smithi105 bash[18682]: cluster 2024-03-30T04:30:19.476899+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 148 KiB/s wr, 10 op/s 2024-03-30T04:30:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:22 smithi097 bash[18564]: cluster 2024-03-30T04:30:21.477420+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 107 KiB/s wr, 7 op/s 2024-03-30T04:30:22.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:22 smithi097 bash[23956]: cluster 2024-03-30T04:30:21.477420+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 107 KiB/s wr, 7 op/s 2024-03-30T04:30:22.914 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:22 smithi105 bash[18682]: cluster 2024-03-30T04:30:21.477420+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 107 KiB/s wr, 7 op/s 2024-03-30T04:30:24.130 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:23 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:30:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:24.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:24 smithi097 bash[18564]: cluster 2024-03-30T04:30:23.477952+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 84 KiB/s wr, 6 op/s 2024-03-30T04:30:24.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:24 smithi097 bash[18564]: audit 2024-03-30T04:30:23.827614+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:24.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:24 smithi097 bash[18564]: audit 2024-03-30T04:30:23.836381+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:24 smithi097 bash[23956]: cluster 2024-03-30T04:30:23.477952+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 84 KiB/s wr, 6 op/s 2024-03-30T04:30:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:24 smithi097 bash[23956]: audit 2024-03-30T04:30:23.827614+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:24.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:24 smithi097 bash[23956]: audit 2024-03-30T04:30:23.836381+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:24.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:24 smithi105 bash[18682]: cluster 2024-03-30T04:30:23.477952+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 84 KiB/s wr, 6 op/s 2024-03-30T04:30:24.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:24 smithi105 bash[18682]: audit 2024-03-30T04:30:23.827614+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:24.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:24 smithi105 bash[18682]: audit 2024-03-30T04:30:23.836381+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:26.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:26 smithi097 bash[18564]: cluster 2024-03-30T04:30:25.478627+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:30:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:26 smithi097 bash[23956]: cluster 2024-03-30T04:30:25.478627+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:30:26.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:26 smithi105 bash[18682]: cluster 2024-03-30T04:30:25.478627+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:30:28.907 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:28 smithi097 bash[18564]: cluster 2024-03-30T04:30:27.479261+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:30:28.907 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:28 smithi097 bash[18564]: audit 2024-03-30T04:30:28.130486+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:30:28.907 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:28 smithi097 bash[18564]: audit 2024-03-30T04:30:28.132023+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:28.907 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:28 smithi097 bash[23956]: cluster 2024-03-30T04:30:27.479261+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:30:28.907 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:28 smithi097 bash[23956]: audit 2024-03-30T04:30:28.130486+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:30:28.908 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:28 smithi097 bash[23956]: audit 2024-03-30T04:30:28.132023+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:28 smithi105 bash[18682]: cluster 2024-03-30T04:30:27.479261+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-30T04:30:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:28 smithi105 bash[18682]: audit 2024-03-30T04:30:28.130486+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:30:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:28 smithi105 bash[18682]: audit 2024-03-30T04:30:28.132023+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:29.771 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:29 smithi097 bash[23956]: cephadm 2024-03-30T04:30:28.133192+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-03-30T04:30:29.771 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:29 smithi097 bash[18564]: cephadm 2024-03-30T04:30:28.133192+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-03-30T04:30:29.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:29 smithi105 bash[18682]: cephadm 2024-03-30T04:30:28.133192+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-03-30T04:30:30.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:30 smithi097 bash[18564]: cluster 2024-03-30T04:30:29.479840+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-30T04:30:30.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:30 smithi097 bash[23956]: cluster 2024-03-30T04:30:29.479840+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-30T04:30:30.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:30 smithi105 bash[18682]: cluster 2024-03-30T04:30:29.479840+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-30T04:30:32.121 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.122 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.122 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.123 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.376 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.376 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:30:32 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:30:32.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[23956]: cluster 2024-03-30T04:30:31.480355+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:32.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[23956]: audit 2024-03-30T04:30:32.386106+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:32.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[23956]: audit 2024-03-30T04:30:32.389826+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:32.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[23956]: audit 2024-03-30T04:30:32.392176+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:32.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[23956]: audit 2024-03-30T04:30:32.393225+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:32.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[23956]: audit 2024-03-30T04:30:32.401871+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:32.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[18564]: cluster 2024-03-30T04:30:31.480355+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:32.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[18564]: audit 2024-03-30T04:30:32.386106+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:32.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[18564]: audit 2024-03-30T04:30:32.389826+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:32.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[18564]: audit 2024-03-30T04:30:32.392176+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:32.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[18564]: audit 2024-03-30T04:30:32.393225+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:32.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:32 smithi097 bash[18564]: audit 2024-03-30T04:30:32.401871+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:32 smithi105 bash[18682]: cluster 2024-03-30T04:30:31.480355+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:32 smithi105 bash[18682]: audit 2024-03-30T04:30:32.386106+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:32 smithi105 bash[18682]: audit 2024-03-30T04:30:32.389826+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:32 smithi105 bash[18682]: audit 2024-03-30T04:30:32.392176+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:32 smithi105 bash[18682]: audit 2024-03-30T04:30:32.393225+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:32 smithi105 bash[18682]: audit 2024-03-30T04:30:32.401871+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:34.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:34 smithi097 bash[18564]: cluster 2024-03-30T04:30:33.481009+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:34.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:34 smithi097 bash[23956]: cluster 2024-03-30T04:30:33.481009+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:34.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:34 smithi105 bash[18682]: cluster 2024-03-30T04:30:33.481009+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:35.630 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:35 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:30:35] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:36 smithi097 bash[23956]: audit 2024-03-30T04:30:35.236677+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:36 smithi097 bash[23956]: audit 2024-03-30T04:30:35.240811+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:36.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:36 smithi097 bash[23956]: cluster 2024-03-30T04:30:35.481587+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:36.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:36 smithi097 bash[18564]: audit 2024-03-30T04:30:35.236677+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:36.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:36 smithi097 bash[18564]: audit 2024-03-30T04:30:35.240811+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:36.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:36 smithi097 bash[18564]: cluster 2024-03-30T04:30:35.481587+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:36.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:36 smithi105 bash[18682]: audit 2024-03-30T04:30:35.236677+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:36.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:36 smithi105 bash[18682]: audit 2024-03-30T04:30:35.240811+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:36.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:36 smithi105 bash[18682]: cluster 2024-03-30T04:30:35.481587+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:38.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:38 smithi097 bash[23956]: cluster 2024-03-30T04:30:37.481971+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:38.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:38 smithi097 bash[18564]: cluster 2024-03-30T04:30:37.481971+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:38 smithi105 bash[18682]: cluster 2024-03-30T04:30:37.481971+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:39.905 INFO:teuthology.orchestra.run.smithi097.stdout:Created osd(s) 3 on host 'smithi097' 2024-03-30T04:30:40.553 DEBUG:teuthology.orchestra.run.smithi097:osd.3> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.3.service 2024-03-30T04:30:40.556 INFO:tasks.cephadm:Deploying osd.4 on smithi105 with /dev/vg_nvme/lv_4... 2024-03-30T04:30:40.556 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-30T04:30:40.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: cluster 2024-03-30T04:30:39.482460+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.905059+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.941237+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.942449+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.943110+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.945011+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.945689+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.946320+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.946939+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.951961+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[18564]: audit 2024-03-30T04:30:39.959789+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: cluster 2024-03-30T04:30:39.482460+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.905059+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.941237+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.942449+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.943110+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.945011+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.945689+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.946320+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.946939+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.951961+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:40 smithi097 bash[23956]: audit 2024-03-30T04:30:39.959789+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: cluster 2024-03-30T04:30:39.482460+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.905059+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.941237+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.942449+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.943110+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.945011+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.945689+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.946320+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.946939+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:30:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.951961+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:40 smithi105 bash[18682]: audit 2024-03-30T04:30:39.959789+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:41.380 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:30:41 smithi097 bash[37544]: debug 2024-03-30T04:30:41.039+0000 7f77f82203c0 -1 osd.3 0 log_to_monitors true 2024-03-30T04:30:41.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:41 smithi097 bash[18564]: cephadm 2024-03-30T04:30:39.947427+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 3804M 2024-03-30T04:30:41.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:41 smithi097 bash[18564]: audit 2024-03-30T04:30:41.047924+0000 mon.a (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:30:41.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:41 smithi097 bash[23956]: cephadm 2024-03-30T04:30:39.947427+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 3804M 2024-03-30T04:30:41.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:41 smithi097 bash[23956]: audit 2024-03-30T04:30:41.047924+0000 mon.a (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:30:41.929 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:41 smithi105 bash[18682]: cephadm 2024-03-30T04:30:39.947427+0000 mgr.y (mgr.14152) 151 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 3804M 2024-03-30T04:30:41.930 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:41 smithi105 bash[18682]: audit 2024-03-30T04:30:41.047924+0000 mon.a (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:30:42.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[23956]: cluster 2024-03-30T04:30:41.482932+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:42.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[23956]: audit 2024-03-30T04:30:41.592947+0000 mon.a (mon.0) 500 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:30:42.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[23956]: cluster 2024-03-30T04:30:41.593138+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:30:42.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[23956]: audit 2024-03-30T04:30:41.593863+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:42.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[23956]: audit 2024-03-30T04:30:41.594774+0000 mon.a (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:30:42.881 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[37544]: debug 2024-03-30T04:30:42.603+0000 7f77eec23700 -1 osd.3 0 waiting for initial osdmap 2024-03-30T04:30:42.881 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[37544]: debug 2024-03-30T04:30:42.611+0000 7f77eb5be700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:30:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[18564]: cluster 2024-03-30T04:30:41.482932+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[18564]: audit 2024-03-30T04:30:41.592947+0000 mon.a (mon.0) 500 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:30:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[18564]: cluster 2024-03-30T04:30:41.593138+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:30:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[18564]: audit 2024-03-30T04:30:41.593863+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:42 smithi097 bash[18564]: audit 2024-03-30T04:30:41.594774+0000 mon.a (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:30:42.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:42 smithi105 bash[18682]: cluster 2024-03-30T04:30:41.482932+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:42.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:42 smithi105 bash[18682]: audit 2024-03-30T04:30:41.592947+0000 mon.a (mon.0) 500 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:30:42.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:42 smithi105 bash[18682]: cluster 2024-03-30T04:30:41.593138+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-30T04:30:42.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:42 smithi105 bash[18682]: audit 2024-03-30T04:30:41.593863+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:42.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:42 smithi105 bash[18682]: audit 2024-03-30T04:30:41.594774+0000 mon.a (mon.0) 503 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:30:43.554 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-30T04:30:43.554 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-30T04:30:43.554 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-03-30T04:30:43.554 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-03-30T04:30:43.554 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120783 s, 868 MB/s 2024-03-30T04:30:43.555 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[23956]: audit 2024-03-30T04:30:42.596098+0000 mon.a (mon.0) 504 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[23956]: cluster 2024-03-30T04:30:42.596297+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[23956]: audit 2024-03-30T04:30:42.596552+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[23956]: audit 2024-03-30T04:30:42.607056+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[18564]: audit 2024-03-30T04:30:42.596098+0000 mon.a (mon.0) 504 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[18564]: cluster 2024-03-30T04:30:42.596297+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-30T04:30:43.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[18564]: audit 2024-03-30T04:30:42.596552+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:43.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:43 smithi097 bash[18564]: audit 2024-03-30T04:30:42.607056+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:43.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:43 smithi105 bash[18682]: audit 2024-03-30T04:30:42.596098+0000 mon.a (mon.0) 504 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]': finished 2024-03-30T04:30:43.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:43 smithi105 bash[18682]: cluster 2024-03-30T04:30:42.596297+0000 mon.a (mon.0) 505 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-30T04:30:43.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:43 smithi105 bash[18682]: audit 2024-03-30T04:30:42.596552+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:43.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:43 smithi105 bash[18682]: audit 2024-03-30T04:30:42.607056+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:44.380 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:30:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:44.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: cluster 2024-03-30T04:30:42.085500+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:44.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: cluster 2024-03-30T04:30:42.085648+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:44.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: cluster 2024-03-30T04:30:43.483440+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:44.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: cluster 2024-03-30T04:30:43.606924+0000 mon.a (mon.0) 508 : cluster [INF] osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539] boot 2024-03-30T04:30:44.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: cluster 2024-03-30T04:30:43.607001+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:30:44.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: audit 2024-03-30T04:30:43.608043+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:44.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: audit 2024-03-30T04:30:44.000006+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:44.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:44 smithi105 bash[18682]: audit 2024-03-30T04:30:44.010603+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:44.780 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi105:vg_nvme/lv_4 2024-03-30T04:30:44.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: cluster 2024-03-30T04:30:42.085500+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:44.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: cluster 2024-03-30T04:30:42.085648+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:44.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: cluster 2024-03-30T04:30:43.483440+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: cluster 2024-03-30T04:30:43.606924+0000 mon.a (mon.0) 508 : cluster [INF] osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539] boot 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: cluster 2024-03-30T04:30:43.607001+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: audit 2024-03-30T04:30:43.608043+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: audit 2024-03-30T04:30:44.000006+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[18564]: audit 2024-03-30T04:30:44.010603+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: cluster 2024-03-30T04:30:42.085500+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: cluster 2024-03-30T04:30:42.085648+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: cluster 2024-03-30T04:30:43.483440+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: cluster 2024-03-30T04:30:43.606924+0000 mon.a (mon.0) 508 : cluster [INF] osd.3 [v2:172.21.15.97:6826/4023100539,v1:172.21.15.97:6827/4023100539] boot 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: cluster 2024-03-30T04:30:43.607001+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-30T04:30:44.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: audit 2024-03-30T04:30:43.608043+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:30:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: audit 2024-03-30T04:30:44.000006+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:44 smithi097 bash[23956]: audit 2024-03-30T04:30:44.010603+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:46 smithi105 bash[18682]: cluster 2024-03-30T04:30:45.015525+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-30T04:30:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:46 smithi105 bash[18682]: cluster 2024-03-30T04:30:45.484009+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:46 smithi097 bash[18564]: cluster 2024-03-30T04:30:45.015525+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-30T04:30:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:46 smithi097 bash[18564]: cluster 2024-03-30T04:30:45.484009+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:46.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:46 smithi097 bash[23956]: cluster 2024-03-30T04:30:45.015525+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-30T04:30:46.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:46 smithi097 bash[23956]: cluster 2024-03-30T04:30:45.484009+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:48.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:48 smithi105 bash[18682]: cluster 2024-03-30T04:30:47.484528+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:48.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:48 smithi097 bash[18564]: cluster 2024-03-30T04:30:47.484528+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:48 smithi097 bash[23956]: cluster 2024-03-30T04:30:47.484528+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:49.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:49 smithi097 bash[23956]: audit 2024-03-30T04:30:48.834453+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:49.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:49 smithi097 bash[23956]: audit 2024-03-30T04:30:48.841377+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:49.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:49 smithi097 bash[23956]: audit 2024-03-30T04:30:48.843184+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:49.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:49 smithi097 bash[18564]: audit 2024-03-30T04:30:48.834453+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:49.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:49 smithi097 bash[18564]: audit 2024-03-30T04:30:48.841377+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:49.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:49 smithi097 bash[18564]: audit 2024-03-30T04:30:48.843184+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:49 smithi105 bash[18682]: audit 2024-03-30T04:30:48.834453+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:30:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:49 smithi105 bash[18682]: audit 2024-03-30T04:30:48.841377+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:30:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:49 smithi105 bash[18682]: audit 2024-03-30T04:30:48.843184+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:30:50.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:50 smithi097 bash[18564]: audit 2024-03-30T04:30:48.827386+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:50.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:50 smithi097 bash[18564]: cluster 2024-03-30T04:30:49.485104+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:50.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:50 smithi097 bash[23956]: audit 2024-03-30T04:30:48.827386+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:50.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:50 smithi097 bash[23956]: cluster 2024-03-30T04:30:49.485104+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:50 smithi105 bash[18682]: audit 2024-03-30T04:30:48.827386+0000 mgr.y (mgr.14152) 156 : audit [DBG] from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:30:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:50 smithi105 bash[18682]: cluster 2024-03-30T04:30:49.485104+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:52.858 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:52 smithi097 bash[18564]: cluster 2024-03-30T04:30:51.485675+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:52.858 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:52 smithi097 bash[23956]: cluster 2024-03-30T04:30:51.485675+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:52 smithi105 bash[18682]: cluster 2024-03-30T04:30:51.485675+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:54.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:54 smithi097 bash[18564]: cluster 2024-03-30T04:30:53.486277+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:54.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:54 smithi097 bash[18564]: audit 2024-03-30T04:30:54.588210+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]: dispatch 2024-03-30T04:30:54.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:54 smithi097 bash[18564]: audit 2024-03-30T04:30:54.588399+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.105:0/1708443714' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]: dispatch 2024-03-30T04:30:54.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:54 smithi097 bash[23956]: cluster 2024-03-30T04:30:53.486277+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:54.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:54 smithi097 bash[23956]: audit 2024-03-30T04:30:54.588210+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]: dispatch 2024-03-30T04:30:54.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:54 smithi097 bash[23956]: audit 2024-03-30T04:30:54.588399+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.105:0/1708443714' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]: dispatch 2024-03-30T04:30:54.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:54 smithi105 bash[18682]: cluster 2024-03-30T04:30:53.486277+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:54.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:54 smithi105 bash[18682]: audit 2024-03-30T04:30:54.588210+0000 mon.a (mon.0) 517 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]: dispatch 2024-03-30T04:30:54.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:54 smithi105 bash[18682]: audit 2024-03-30T04:30:54.588399+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.105:0/1708443714' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]: dispatch 2024-03-30T04:30:55.629 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:30:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18564]: audit 2024-03-30T04:30:54.597047+0000 mon.a (mon.0) 518 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]': finished 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18564]: cluster 2024-03-30T04:30:54.597251+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18564]: audit 2024-03-30T04:30:54.597531+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18564]: audit 2024-03-30T04:30:55.269105+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.105:0/3146162369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18564]: audit 2024-03-30T04:30:55.360215+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18564]: audit 2024-03-30T04:30:55.364458+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[23956]: audit 2024-03-30T04:30:54.597047+0000 mon.a (mon.0) 518 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]': finished 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[23956]: cluster 2024-03-30T04:30:54.597251+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:30:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[23956]: audit 2024-03-30T04:30:54.597531+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:55.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[23956]: audit 2024-03-30T04:30:55.269105+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.105:0/3146162369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:55.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[23956]: audit 2024-03-30T04:30:55.360215+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:55.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[23956]: audit 2024-03-30T04:30:55.364458+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:55.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:55 smithi105 bash[18682]: audit 2024-03-30T04:30:54.597047+0000 mon.a (mon.0) 518 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c168218-b757-4e7f-bba9-6a175fc39079"}]': finished 2024-03-30T04:30:55.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:55 smithi105 bash[18682]: cluster 2024-03-30T04:30:54.597251+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-30T04:30:55.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:55 smithi105 bash[18682]: audit 2024-03-30T04:30:54.597531+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:30:55.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:55 smithi105 bash[18682]: audit 2024-03-30T04:30:55.269105+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.105:0/3146162369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:30:55.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:55 smithi105 bash[18682]: audit 2024-03-30T04:30:55.360215+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:55.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:55 smithi105 bash[18682]: audit 2024-03-30T04:30:55.364458+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:56.130 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:30:55 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:30:55] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[18564]: cephadm 2024-03-30T04:30:55.361050+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[18564]: cluster 2024-03-30T04:30:55.486658+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[18564]: audit 2024-03-30T04:30:55.690997+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[18564]: audit 2024-03-30T04:30:55.697625+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[23956]: cephadm 2024-03-30T04:30:55.361050+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[23956]: cluster 2024-03-30T04:30:55.486658+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[23956]: audit 2024-03-30T04:30:55.690997+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:56.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:56 smithi097 bash[23956]: audit 2024-03-30T04:30:55.697625+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:56.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:56 smithi105 bash[18682]: cephadm 2024-03-30T04:30:55.361050+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Detected new or changed devices on smithi097 2024-03-30T04:30:56.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:56 smithi105 bash[18682]: cluster 2024-03-30T04:30:55.486658+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:56.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:56 smithi105 bash[18682]: audit 2024-03-30T04:30:55.690997+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:56.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:56 smithi105 bash[18682]: audit 2024-03-30T04:30:55.697625+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:30:58.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:30:58 smithi097 bash[23956]: cluster 2024-03-30T04:30:57.487153+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:58.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:30:58 smithi097 bash[18564]: cluster 2024-03-30T04:30:57.487153+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:30:58.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:30:58 smithi105 bash[18682]: cluster 2024-03-30T04:30:57.487153+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:00.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:00 smithi097 bash[18564]: cluster 2024-03-30T04:30:59.487657+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:00.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:00 smithi097 bash[23956]: cluster 2024-03-30T04:30:59.487657+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:00.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:00 smithi105 bash[18682]: cluster 2024-03-30T04:30:59.487657+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:02.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:02 smithi097 bash[23956]: cluster 2024-03-30T04:31:01.488177+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:02.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:02 smithi097 bash[18564]: cluster 2024-03-30T04:31:01.488177+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:02.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:02 smithi105 bash[18682]: cluster 2024-03-30T04:31:01.488177+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:04.618 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:31:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:04.738 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:04 smithi105 bash[18682]: cluster 2024-03-30T04:31:03.488778+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:04.738 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:04 smithi105 bash[18682]: audit 2024-03-30T04:31:04.164725+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:04.738 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:04 smithi105 bash[18682]: audit 2024-03-30T04:31:04.173534+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:04.738 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:04 smithi105 bash[18682]: audit 2024-03-30T04:31:04.495369+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:31:04.738 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:04 smithi105 bash[18682]: audit 2024-03-30T04:31:04.497501+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[18564]: cluster 2024-03-30T04:31:03.488778+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[18564]: audit 2024-03-30T04:31:04.164725+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[18564]: audit 2024-03-30T04:31:04.173534+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[18564]: audit 2024-03-30T04:31:04.495369+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[18564]: audit 2024-03-30T04:31:04.497501+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[23956]: cluster 2024-03-30T04:31:03.488778+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[23956]: audit 2024-03-30T04:31:04.164725+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[23956]: audit 2024-03-30T04:31:04.173534+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[23956]: audit 2024-03-30T04:31:04.495369+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:31:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:04 smithi097 bash[23956]: audit 2024-03-30T04:31:04.497501+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:05.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:05 smithi105 bash[18682]: cephadm 2024-03-30T04:31:04.499252+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-03-30T04:31:05.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:05 smithi105 bash[18682]: cluster 2024-03-30T04:31:05.489352+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:05.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:05 smithi097 bash[18564]: cephadm 2024-03-30T04:31:04.499252+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-03-30T04:31:05.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:05 smithi097 bash[18564]: cluster 2024-03-30T04:31:05.489352+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:05.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:05 smithi097 bash[23956]: cephadm 2024-03-30T04:31:04.499252+0000 mgr.y (mgr.14152) 166 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-03-30T04:31:05.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:05 smithi097 bash[23956]: cluster 2024-03-30T04:31:05.489352+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:08.846 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:31:08 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:08.846 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:08 smithi105 bash[18682]: cluster 2024-03-30T04:31:07.490007+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:08.846 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:08 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:08.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:08 smithi097 bash[18564]: cluster 2024-03-30T04:31:07.490007+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:08 smithi097 bash[23956]: cluster 2024-03-30T04:31:07.490007+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:09.176 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:08 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:09.176 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:31:08 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:10.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[18564]: audit 2024-03-30T04:31:08.987280+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:10.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[18564]: audit 2024-03-30T04:31:08.999572+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:10.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[18564]: audit 2024-03-30T04:31:09.002162+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:10.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[18564]: audit 2024-03-30T04:31:09.006411+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[18564]: audit 2024-03-30T04:31:09.019844+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[18564]: cluster 2024-03-30T04:31:09.490623+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[23956]: audit 2024-03-30T04:31:08.987280+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[23956]: audit 2024-03-30T04:31:08.999572+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[23956]: audit 2024-03-30T04:31:09.002162+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[23956]: audit 2024-03-30T04:31:09.006411+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[23956]: audit 2024-03-30T04:31:09.019844+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:10.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:09 smithi097 bash[23956]: cluster 2024-03-30T04:31:09.490623+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:10.387 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:09 smithi105 bash[18682]: audit 2024-03-30T04:31:08.987280+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:10.387 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:09 smithi105 bash[18682]: audit 2024-03-30T04:31:08.999572+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:10.387 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:09 smithi105 bash[18682]: audit 2024-03-30T04:31:09.002162+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:10.387 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:09 smithi105 bash[18682]: audit 2024-03-30T04:31:09.006411+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:10.388 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:09 smithi105 bash[18682]: audit 2024-03-30T04:31:09.019844+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:10.388 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:09 smithi105 bash[18682]: cluster 2024-03-30T04:31:09.490623+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:12.869 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:12 smithi105 bash[18682]: cluster 2024-03-30T04:31:11.491177+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:12.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:12 smithi097 bash[18564]: cluster 2024-03-30T04:31:11.491177+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:12.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:12 smithi097 bash[23956]: cluster 2024-03-30T04:31:11.491177+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:13.629 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:13 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:31:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:14 smithi097 bash[18564]: cluster 2024-03-30T04:31:13.491669+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:14 smithi097 bash[18564]: audit 2024-03-30T04:31:13.533841+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:14 smithi097 bash[18564]: audit 2024-03-30T04:31:13.540588+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:14.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:14 smithi097 bash[23956]: cluster 2024-03-30T04:31:13.491669+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:14.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:14 smithi097 bash[23956]: audit 2024-03-30T04:31:13.533841+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:14.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:14 smithi097 bash[23956]: audit 2024-03-30T04:31:13.540588+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:14.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:14 smithi105 bash[18682]: cluster 2024-03-30T04:31:13.491669+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:14.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:14 smithi105 bash[18682]: audit 2024-03-30T04:31:13.533841+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:14.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:14 smithi105 bash[18682]: audit 2024-03-30T04:31:13.540588+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:16.500 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 4 on host 'smithi105' 2024-03-30T04:31:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: cluster 2024-03-30T04:31:15.492219+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:15.701772+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:15.704030+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:16.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.459286+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.460114+0000 mon.a (mon.0) 538 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.500135+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.510869+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.513633+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.515445+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.519702+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:16.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:16 smithi105 bash[18682]: audit 2024-03-30T04:31:16.531345+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: cluster 2024-03-30T04:31:15.492219+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:15.701772+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:15.704030+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.459286+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.460114+0000 mon.a (mon.0) 538 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.500135+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.510869+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.513633+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.515445+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.519702+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:16.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[18564]: audit 2024-03-30T04:31:16.531345+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: cluster 2024-03-30T04:31:15.492219+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:15.701772+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:15.704030+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.459286+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.460114+0000 mon.a (mon.0) 538 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.500135+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.510869+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.513633+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.515445+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.519702+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:31:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:16 smithi097 bash[23956]: audit 2024-03-30T04:31:16.531345+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:17.138 DEBUG:teuthology.orchestra.run.smithi105:osd.4> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.4.service 2024-03-30T04:31:17.141 INFO:tasks.cephadm:Deploying osd.5 on smithi105 with /dev/vg_nvme/lv_3... 2024-03-30T04:31:17.141 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: cephadm 2024-03-30T04:31:16.521118+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 16241M 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: audit 2024-03-30T04:31:16.542184+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: audit 2024-03-30T04:31:16.555842+0000 mon.a (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: cluster 2024-03-30T04:31:16.556216+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: audit 2024-03-30T04:31:16.556573+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: audit 2024-03-30T04:31:16.557089+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:17.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[18682]: audit 2024-03-30T04:31:16.558255+0000 mon.a (mon.0) 549 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:17.717 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[24033]: debug 2024-03-30T04:31:17.561+0000 7f3b7ca4a700 -1 osd.4 0 waiting for initial osdmap 2024-03-30T04:31:17.717 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:31:17 smithi105 bash[24033]: debug 2024-03-30T04:31:17.573+0000 7f3b77be2700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:31:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: cephadm 2024-03-30T04:31:16.521118+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 16241M 2024-03-30T04:31:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: audit 2024-03-30T04:31:16.542184+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: audit 2024-03-30T04:31:16.555842+0000 mon.a (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:31:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: cluster 2024-03-30T04:31:16.556216+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:31:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: audit 2024-03-30T04:31:16.556573+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: audit 2024-03-30T04:31:16.557089+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[18564]: audit 2024-03-30T04:31:16.558255+0000 mon.a (mon.0) 549 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: cephadm 2024-03-30T04:31:16.521118+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 16241M 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: audit 2024-03-30T04:31:16.542184+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: audit 2024-03-30T04:31:16.555842+0000 mon.a (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: cluster 2024-03-30T04:31:16.556216+0000 mon.a (mon.0) 547 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: audit 2024-03-30T04:31:16.556573+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: audit 2024-03-30T04:31:16.557089+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:17 smithi097 bash[23956]: audit 2024-03-30T04:31:16.558255+0000 mon.a (mon.0) 549 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:18.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: cluster 2024-03-30T04:31:17.492801+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: audit 2024-03-30T04:31:17.556186+0000 mon.a (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: cluster 2024-03-30T04:31:17.556413+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: audit 2024-03-30T04:31:17.557491+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: audit 2024-03-30T04:31:17.566090+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: cluster 2024-03-30T04:31:18.557452+0000 mon.a (mon.0) 554 : cluster [INF] osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631] boot 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: cluster 2024-03-30T04:31:18.557583+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:31:18.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:18 smithi105 bash[18682]: audit 2024-03-30T04:31:18.557914+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: cluster 2024-03-30T04:31:17.492801+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: audit 2024-03-30T04:31:17.556186+0000 mon.a (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:31:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: cluster 2024-03-30T04:31:17.556413+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-30T04:31:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: audit 2024-03-30T04:31:17.557491+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: audit 2024-03-30T04:31:17.566090+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: cluster 2024-03-30T04:31:18.557452+0000 mon.a (mon.0) 554 : cluster [INF] osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631] boot 2024-03-30T04:31:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: cluster 2024-03-30T04:31:18.557583+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:31:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[18564]: audit 2024-03-30T04:31:18.557914+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: cluster 2024-03-30T04:31:17.492801+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-03-30T04:31:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: audit 2024-03-30T04:31:17.556186+0000 mon.a (mon.0) 550 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:31:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: cluster 2024-03-30T04:31:17.556413+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-30T04:31:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: audit 2024-03-30T04:31:17.557491+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: audit 2024-03-30T04:31:17.566090+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: cluster 2024-03-30T04:31:18.557452+0000 mon.a (mon.0) 554 : cluster [INF] osd.4 [v2:172.21.15.105:6800/873563631,v1:172.21.15.105:6801/873563631] boot 2024-03-30T04:31:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: cluster 2024-03-30T04:31:18.557583+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-30T04:31:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:18 smithi097 bash[23956]: audit 2024-03-30T04:31:18.557914+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:31:19.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:19 smithi097 bash[18564]: cluster 2024-03-30T04:31:17.423390+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:19.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:19 smithi097 bash[18564]: cluster 2024-03-30T04:31:17.423540+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:19.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:19 smithi097 bash[18564]: cluster 2024-03-30T04:31:19.560083+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:31:19.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:19 smithi097 bash[23956]: cluster 2024-03-30T04:31:17.423390+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:19.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:19 smithi097 bash[23956]: cluster 2024-03-30T04:31:17.423540+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:19.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:19 smithi097 bash[23956]: cluster 2024-03-30T04:31:19.560083+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:31:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:19 smithi105 bash[18682]: cluster 2024-03-30T04:31:17.423390+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:19 smithi105 bash[18682]: cluster 2024-03-30T04:31:17.423540+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:19 smithi105 bash[18682]: cluster 2024-03-30T04:31:19.560083+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-30T04:31:20.063 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-30T04:31:20.063 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-30T04:31:20.063 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-03-30T04:31:20.063 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-03-30T04:31:20.063 INFO:teuthology.orchestra.run.smithi105.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0159526 s, 657 MB/s 2024-03-30T04:31:20.063 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-03-30T04:31:20.697 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi105:vg_nvme/lv_3 2024-03-30T04:31:20.876 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:20 smithi105 bash[18682]: cluster 2024-03-30T04:31:19.493332+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:20.876 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:20 smithi105 bash[18682]: cluster 2024-03-30T04:31:20.561063+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:31:20.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:20 smithi097 bash[18564]: cluster 2024-03-30T04:31:19.493332+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:20.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:20 smithi097 bash[18564]: cluster 2024-03-30T04:31:20.561063+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:31:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:20 smithi097 bash[23956]: cluster 2024-03-30T04:31:19.493332+0000 mgr.y (mgr.14152) 175 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:20 smithi097 bash[23956]: cluster 2024-03-30T04:31:20.561063+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-30T04:31:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:22 smithi105 bash[18682]: cluster 2024-03-30T04:31:21.493895+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:22 smithi105 bash[18682]: cluster 2024-03-30T04:31:21.587626+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:31:22.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:22 smithi097 bash[18564]: cluster 2024-03-30T04:31:21.493895+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:22.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:22 smithi097 bash[18564]: cluster 2024-03-30T04:31:21.587626+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:31:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:22 smithi097 bash[23956]: cluster 2024-03-30T04:31:21.493895+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v147: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:22.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:22 smithi097 bash[23956]: cluster 2024-03-30T04:31:21.587626+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-03-30T04:31:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:23 smithi105 bash[18682]: cluster 2024-03-30T04:31:22.603662+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-30T04:31:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:23 smithi105 bash[18682]: audit 2024-03-30T04:31:23.421094+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:23 smithi105 bash[18682]: audit 2024-03-30T04:31:23.427635+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:23 smithi105 bash[18682]: audit 2024-03-30T04:31:23.429505+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[23956]: cluster 2024-03-30T04:31:22.603662+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-30T04:31:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[23956]: audit 2024-03-30T04:31:23.421094+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[23956]: audit 2024-03-30T04:31:23.427635+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:23.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[23956]: audit 2024-03-30T04:31:23.429505+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[18564]: cluster 2024-03-30T04:31:22.603662+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-03-30T04:31:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[18564]: audit 2024-03-30T04:31:23.421094+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[18564]: audit 2024-03-30T04:31:23.427635+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:23 smithi097 bash[18564]: audit 2024-03-30T04:31:23.429505+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:24.607 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:31:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:23.414217+0000 mgr.y (mgr.14152) 177 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: cluster 2024-03-30T04:31:23.494433+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:24.343606+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:24.352755+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:24.386526+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:24.389255+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:24.390965+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[18564]: audit 2024-03-30T04:31:24.402473+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:23.414217+0000 mgr.y (mgr.14152) 177 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: cluster 2024-03-30T04:31:23.494433+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:24.343606+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:24.352755+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:24.386526+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:24.389255+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:24.390965+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:24 smithi097 bash[23956]: audit 2024-03-30T04:31:24.402473+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:23.414217+0000 mgr.y (mgr.14152) 177 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:24.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: cluster 2024-03-30T04:31:23.494433+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:24.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:24.343606+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:24.352755+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:24.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:24.386526+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:24.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:24.389255+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:24.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:24.390965+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:24.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:24 smithi105 bash[18682]: audit 2024-03-30T04:31:24.402473+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:25 smithi097 bash[23956]: cephadm 2024-03-30T04:31:24.345369+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:31:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:25 smithi097 bash[23956]: cluster 2024-03-30T04:31:24.395677+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:31:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:25 smithi097 bash[23956]: cluster 2024-03-30T04:31:25.348992+0000 mon.a (mon.0) 570 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:31:25.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:25 smithi097 bash[18564]: cephadm 2024-03-30T04:31:24.345369+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:31:25.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:25 smithi097 bash[18564]: cluster 2024-03-30T04:31:24.395677+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:31:25.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:25 smithi097 bash[18564]: cluster 2024-03-30T04:31:25.348992+0000 mon.a (mon.0) 570 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:31:25.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:25 smithi105 bash[18682]: cephadm 2024-03-30T04:31:24.345369+0000 mgr.y (mgr.14152) 179 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:31:25.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:25 smithi105 bash[18682]: cluster 2024-03-30T04:31:24.395677+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-03-30T04:31:25.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:25 smithi105 bash[18682]: cluster 2024-03-30T04:31:25.348992+0000 mon.a (mon.0) 570 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:31:27.617 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:31:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:27.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: cluster 2024-03-30T04:31:26.396249+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: audit 2024-03-30T04:31:27.222664+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: audit 2024-03-30T04:31:27.233447+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: audit 2024-03-30T04:31:27.233887+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: audit 2024-03-30T04:31:27.237242+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: audit 2024-03-30T04:31:27.238901+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[18564]: audit 2024-03-30T04:31:27.251678+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: cluster 2024-03-30T04:31:26.396249+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: audit 2024-03-30T04:31:27.222664+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: audit 2024-03-30T04:31:27.233447+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: audit 2024-03-30T04:31:27.233887+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:27.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: audit 2024-03-30T04:31:27.237242+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:27.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: audit 2024-03-30T04:31:27.238901+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:27.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:27 smithi097 bash[23956]: audit 2024-03-30T04:31:27.251678+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.978 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: cluster 2024-03-30T04:31:26.396249+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-03-30T04:31:27.979 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: audit 2024-03-30T04:31:27.222664+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.979 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: audit 2024-03-30T04:31:27.233447+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:27.979 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: audit 2024-03-30T04:31:27.233887+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:27.979 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: audit 2024-03-30T04:31:27.237242+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:27.979 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: audit 2024-03-30T04:31:27.238901+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:27.979 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:27 smithi105 bash[18682]: audit 2024-03-30T04:31:27.251678+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:28.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:28 smithi097 bash[23956]: cluster 2024-03-30T04:31:27.242932+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-03-30T04:31:28.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:28 smithi097 bash[23956]: cluster 2024-03-30T04:31:28.229588+0000 mon.a (mon.0) 577 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:31:28.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:28 smithi097 bash[23956]: cluster 2024-03-30T04:31:28.229647+0000 mon.a (mon.0) 578 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:28.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:28 smithi097 bash[18564]: cluster 2024-03-30T04:31:27.242932+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-03-30T04:31:28.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:28 smithi097 bash[18564]: cluster 2024-03-30T04:31:28.229588+0000 mon.a (mon.0) 577 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:31:28.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:28 smithi097 bash[18564]: cluster 2024-03-30T04:31:28.229647+0000 mon.a (mon.0) 578 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:28.882 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:28 smithi105 bash[18682]: cluster 2024-03-30T04:31:27.242932+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-03-30T04:31:28.882 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:28 smithi105 bash[18682]: cluster 2024-03-30T04:31:28.229588+0000 mon.a (mon.0) 577 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:31:28.882 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:28 smithi105 bash[18682]: cluster 2024-03-30T04:31:28.229647+0000 mon.a (mon.0) 578 : cluster [INF] Cluster is now healthy 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[18564]: audit 2024-03-30T04:31:29.348432+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.105:0/716910684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]: dispatch 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[18564]: audit 2024-03-30T04:31:29.349809+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]: dispatch 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[18564]: audit 2024-03-30T04:31:29.354891+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]': finished 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[18564]: cluster 2024-03-30T04:31:29.354952+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[18564]: audit 2024-03-30T04:31:29.355105+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[23956]: audit 2024-03-30T04:31:29.348432+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.105:0/716910684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]: dispatch 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[23956]: audit 2024-03-30T04:31:29.349809+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]: dispatch 2024-03-30T04:31:29.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[23956]: audit 2024-03-30T04:31:29.354891+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]': finished 2024-03-30T04:31:29.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[23956]: cluster 2024-03-30T04:31:29.354952+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:31:29.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:29 smithi097 bash[23956]: audit 2024-03-30T04:31:29.355105+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:29.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:29 smithi105 bash[18682]: audit 2024-03-30T04:31:29.348432+0000 mon.b (mon.2) 13 : audit [INF] from='client.? 172.21.15.105:0/716910684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]: dispatch 2024-03-30T04:31:29.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:29 smithi105 bash[18682]: audit 2024-03-30T04:31:29.349809+0000 mon.a (mon.0) 579 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]: dispatch 2024-03-30T04:31:29.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:29 smithi105 bash[18682]: audit 2024-03-30T04:31:29.354891+0000 mon.a (mon.0) 580 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6"}]': finished 2024-03-30T04:31:29.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:29 smithi105 bash[18682]: cluster 2024-03-30T04:31:29.354952+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-30T04:31:29.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:29 smithi105 bash[18682]: audit 2024-03-30T04:31:29.355105+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:30.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:30 smithi097 bash[18564]: cluster 2024-03-30T04:31:29.243563+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-03-30T04:31:30.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:30 smithi097 bash[18564]: audit 2024-03-30T04:31:30.023921+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.105:0/2264459083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:30.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:30 smithi097 bash[23956]: cluster 2024-03-30T04:31:29.243563+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-03-30T04:31:30.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:30 smithi097 bash[23956]: audit 2024-03-30T04:31:30.023921+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.105:0/2264459083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:30.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:30 smithi105 bash[18682]: cluster 2024-03-30T04:31:29.243563+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-03-30T04:31:30.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:30 smithi105 bash[18682]: audit 2024-03-30T04:31:30.023921+0000 mon.b (mon.2) 14 : audit [DBG] from='client.? 172.21.15.105:0/2264459083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:31:32.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:32 smithi105 bash[18682]: cluster 2024-03-30T04:31:31.244063+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-03-30T04:31:32.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:32 smithi097 bash[23956]: cluster 2024-03-30T04:31:31.244063+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-03-30T04:31:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:32 smithi097 bash[18564]: cluster 2024-03-30T04:31:31.244063+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-03-30T04:31:34.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:33 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:31:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:34.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:34 smithi097 bash[18564]: cluster 2024-03-30T04:31:33.244621+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:34.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:34 smithi097 bash[18564]: audit 2024-03-30T04:31:33.704037+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:34.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:34 smithi097 bash[18564]: audit 2024-03-30T04:31:33.712529+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:34.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:34 smithi097 bash[23956]: cluster 2024-03-30T04:31:33.244621+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:34.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:34 smithi097 bash[23956]: audit 2024-03-30T04:31:33.704037+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:34.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:34 smithi097 bash[23956]: audit 2024-03-30T04:31:33.712529+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:34.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:34 smithi105 bash[18682]: cluster 2024-03-30T04:31:33.244621+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:34.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:34 smithi105 bash[18682]: audit 2024-03-30T04:31:33.704037+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:34.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:34 smithi105 bash[18682]: audit 2024-03-30T04:31:33.712529+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:36.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:36 smithi097 bash[18564]: cluster 2024-03-30T04:31:35.245175+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:36.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:36 smithi097 bash[23956]: cluster 2024-03-30T04:31:35.245175+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:36.924 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:36 smithi105 bash[18682]: cluster 2024-03-30T04:31:35.245175+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:38.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:38 smithi097 bash[18564]: cluster 2024-03-30T04:31:37.245756+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:38.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:38 smithi097 bash[23956]: cluster 2024-03-30T04:31:37.245756+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:38 smithi105 bash[18682]: cluster 2024-03-30T04:31:37.245756+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:39.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:39 smithi105 bash[18682]: audit 2024-03-30T04:31:39.402401+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:31:39.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:39 smithi105 bash[18682]: audit 2024-03-30T04:31:39.404216+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:39 smithi097 bash[18564]: audit 2024-03-30T04:31:39.402401+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:31:39.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:39 smithi097 bash[18564]: audit 2024-03-30T04:31:39.404216+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:39 smithi097 bash[23956]: audit 2024-03-30T04:31:39.402401+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:31:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:39 smithi097 bash[23956]: audit 2024-03-30T04:31:39.404216+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:40.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:40 smithi097 bash[18564]: cluster 2024-03-30T04:31:39.246331+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:40.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:40 smithi097 bash[18564]: cephadm 2024-03-30T04:31:39.405724+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-03-30T04:31:40.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:40 smithi097 bash[23956]: cluster 2024-03-30T04:31:39.246331+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:40.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:40 smithi097 bash[23956]: cephadm 2024-03-30T04:31:39.405724+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-03-30T04:31:40.894 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:40 smithi105 bash[18682]: cluster 2024-03-30T04:31:39.246331+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:40.894 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:40 smithi105 bash[18682]: cephadm 2024-03-30T04:31:39.405724+0000 mgr.y (mgr.14152) 189 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-03-30T04:31:42.858 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:31:42 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:42.858 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:31:42 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:42.858 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:42 smithi105 bash[18682]: cluster 2024-03-30T04:31:41.246838+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:42.858 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:42 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:42.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:42 smithi097 bash[18564]: cluster 2024-03-30T04:31:41.246838+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:42 smithi097 bash[23956]: cluster 2024-03-30T04:31:41.246838+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:43.215 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:31:42 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:43.215 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:31:42 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:42 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:31:43.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[18564]: audit 2024-03-30T04:31:43.064017+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:43.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[18564]: audit 2024-03-30T04:31:43.070230+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:43.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[18564]: audit 2024-03-30T04:31:43.070892+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:43.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[18564]: audit 2024-03-30T04:31:43.073803+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:43.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[18564]: audit 2024-03-30T04:31:43.089603+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:43.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[23956]: audit 2024-03-30T04:31:43.064017+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:43.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[23956]: audit 2024-03-30T04:31:43.070230+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:43.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[23956]: audit 2024-03-30T04:31:43.070892+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:43.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[23956]: audit 2024-03-30T04:31:43.073803+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:43.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:43 smithi097 bash[23956]: audit 2024-03-30T04:31:43.089603+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:43.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:43 smithi105 bash[18682]: audit 2024-03-30T04:31:43.064017+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:43.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:43 smithi105 bash[18682]: audit 2024-03-30T04:31:43.070230+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:43.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:43 smithi105 bash[18682]: audit 2024-03-30T04:31:43.070892+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:43.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:43 smithi105 bash[18682]: audit 2024-03-30T04:31:43.073803+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:43.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:43 smithi105 bash[18682]: audit 2024-03-30T04:31:43.089603+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:44 smithi097 bash[18564]: cluster 2024-03-30T04:31:43.247466+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:44.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:44 smithi097 bash[23956]: cluster 2024-03-30T04:31:43.247466+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:44 smithi105 bash[18682]: cluster 2024-03-30T04:31:43.247466+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:45.990 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:45 smithi105 bash[18682]: cluster 2024-03-30T04:31:45.248102+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:46.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:45 smithi097 bash[18564]: cluster 2024-03-30T04:31:45.248102+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:46.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:45 smithi097 bash[23956]: cluster 2024-03-30T04:31:45.248102+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:47.628 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:47 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:31:47] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: cluster 2024-03-30T04:31:47.248727+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: audit 2024-03-30T04:31:47.343120+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: cephadm 2024-03-30T04:31:47.345300+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:31:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: audit 2024-03-30T04:31:47.355541+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: audit 2024-03-30T04:31:47.377850+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: audit 2024-03-30T04:31:47.380560+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: audit 2024-03-30T04:31:47.382250+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:48 smithi105 bash[18682]: audit 2024-03-30T04:31:47.395974+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: cluster 2024-03-30T04:31:47.248727+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: audit 2024-03-30T04:31:47.343120+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: cephadm 2024-03-30T04:31:47.345300+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: audit 2024-03-30T04:31:47.355541+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: audit 2024-03-30T04:31:47.377850+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: audit 2024-03-30T04:31:47.380560+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: audit 2024-03-30T04:31:47.382250+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[18564]: audit 2024-03-30T04:31:47.395974+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: cluster 2024-03-30T04:31:47.248727+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:48.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: audit 2024-03-30T04:31:47.343120+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: cephadm 2024-03-30T04:31:47.345300+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:31:48.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: audit 2024-03-30T04:31:47.355541+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:48.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: audit 2024-03-30T04:31:47.377850+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:48.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: audit 2024-03-30T04:31:47.380560+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:48.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: audit 2024-03-30T04:31:47.382250+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:48.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:48 smithi097 bash[23956]: audit 2024-03-30T04:31:47.395974+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:49.791 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 5 on host 'smithi105' 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: cluster 2024-03-30T04:31:49.249323+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:49.792634+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:49.822376+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:49.823720+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:49.824536+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:49.830427+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:50.264430+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:31:50.437 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:50 smithi105 bash[18682]: audit 2024-03-30T04:31:50.266503+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:31:50.628 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:31:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: cluster 2024-03-30T04:31:49.249323+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:49.792634+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:49.822376+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:49.823720+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:49.824536+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:49.830427+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:50.264430+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[18564]: audit 2024-03-30T04:31:50.266503+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: cluster 2024-03-30T04:31:49.249323+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:50.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:49.792634+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:50.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:49.822376+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:50.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:49.823720+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:50.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:49.824536+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:50.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:49.830427+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:50.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:50.264430+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:31:50.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:50 smithi097 bash[23956]: audit 2024-03-30T04:31:50.266503+0000 mon.a (mon.0) 603 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:31:50.715 DEBUG:teuthology.orchestra.run.smithi105:osd.5> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.5.service 2024-03-30T04:31:50.717 INFO:tasks.cephadm:Deploying osd.6 on smithi105 with /dev/vg_nvme/lv_2... 2024-03-30T04:31:50.718 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.499520+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.502229+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.503976+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.505018+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.509169+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.515504+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.835234+0000 mon.a (mon.0) 610 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:31:51.767 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: cluster 2024-03-30T04:31:50.835302+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:31:51.768 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.835462+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:51.768 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.835960+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:51.768 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[18682]: audit 2024-03-30T04:31:50.837488+0000 mon.a (mon.0) 613 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.499520+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.502229+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.503976+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.505018+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.509169+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.515504+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.835234+0000 mon.a (mon.0) 610 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: cluster 2024-03-30T04:31:50.835302+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:31:51.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.835462+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.835960+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[18564]: audit 2024-03-30T04:31:50.837488+0000 mon.a (mon.0) 613 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.499520+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.502229+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.503976+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.505018+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.509169+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.515504+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.835234+0000 mon.a (mon.0) 610 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: cluster 2024-03-30T04:31:50.835302+0000 mon.a (mon.0) 611 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-03-30T04:31:51.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.835462+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:51.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.835960+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:51.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:51 smithi097 bash[23956]: audit 2024-03-30T04:31:50.837488+0000 mon.a (mon.0) 613 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:31:52.215 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[27118]: debug 2024-03-30T04:31:51.841+0000 7f37929b5700 -1 osd.5 0 waiting for initial osdmap 2024-03-30T04:31:52.215 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:31:51 smithi105 bash[27118]: debug 2024-03-30T04:31:51.857+0000 7f378db4d700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:31:52.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:52 smithi105 bash[18682]: cluster 2024-03-30T04:31:51.249892+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:52.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:52 smithi105 bash[18682]: audit 2024-03-30T04:31:51.840115+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:31:52.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:52 smithi105 bash[18682]: cluster 2024-03-30T04:31:51.840378+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-30T04:31:52.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:52 smithi105 bash[18682]: audit 2024-03-30T04:31:51.841009+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:52.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:52 smithi105 bash[18682]: audit 2024-03-30T04:31:51.848635+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[18564]: cluster 2024-03-30T04:31:51.249892+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[18564]: audit 2024-03-30T04:31:51.840115+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[18564]: cluster 2024-03-30T04:31:51.840378+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[18564]: audit 2024-03-30T04:31:51.841009+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[18564]: audit 2024-03-30T04:31:51.848635+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[23956]: cluster 2024-03-30T04:31:51.249892+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[23956]: audit 2024-03-30T04:31:51.840115+0000 mon.a (mon.0) 614 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[23956]: cluster 2024-03-30T04:31:51.840378+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-03-30T04:31:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[23956]: audit 2024-03-30T04:31:51.841009+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:52 smithi097 bash[23956]: audit 2024-03-30T04:31:51.848635+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:54.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:31:53] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: cluster 2024-03-30T04:31:51.269572+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: cluster 2024-03-30T04:31:51.269715+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: cluster 2024-03-30T04:31:52.843928+0000 mon.a (mon.0) 618 : cluster [INF] osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107] boot 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: cluster 2024-03-30T04:31:52.844045+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: audit 2024-03-30T04:31:52.844471+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: cluster 2024-03-30T04:31:53.250443+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: audit 2024-03-30T04:31:53.822257+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[18564]: audit 2024-03-30T04:31:53.828880+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: cluster 2024-03-30T04:31:51.269572+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: cluster 2024-03-30T04:31:51.269715+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: cluster 2024-03-30T04:31:52.843928+0000 mon.a (mon.0) 618 : cluster [INF] osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107] boot 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: cluster 2024-03-30T04:31:52.844045+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:31:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: audit 2024-03-30T04:31:52.844471+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: cluster 2024-03-30T04:31:53.250443+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: audit 2024-03-30T04:31:53.822257+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:53 smithi097 bash[23956]: audit 2024-03-30T04:31:53.828880+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: cluster 2024-03-30T04:31:51.269572+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: cluster 2024-03-30T04:31:51.269715+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: cluster 2024-03-30T04:31:52.843928+0000 mon.a (mon.0) 618 : cluster [INF] osd.5 [v2:172.21.15.105:6808/262019107,v1:172.21.15.105:6809/262019107] boot 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: cluster 2024-03-30T04:31:52.844045+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: audit 2024-03-30T04:31:52.844471+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:31:54.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: cluster 2024-03-30T04:31:53.250443+0000 mgr.y (mgr.14152) 197 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:54.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: audit 2024-03-30T04:31:53.822257+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:54.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:53 smithi105 bash[18682]: audit 2024-03-30T04:31:53.828880+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:31:54.740 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-30T04:31:54.741 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-30T04:31:54.741 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-03-30T04:31:54.741 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-03-30T04:31:54.741 INFO:teuthology.orchestra.run.smithi105.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149217 s, 703 MB/s 2024-03-30T04:31:54.741 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-03-30T04:31:55.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:54 smithi097 bash[18564]: cluster 2024-03-30T04:31:53.840623+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:31:55.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:54 smithi097 bash[23956]: cluster 2024-03-30T04:31:53.840623+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:31:55.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:54 smithi105 bash[18682]: cluster 2024-03-30T04:31:53.840623+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-03-30T04:31:55.390 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi105:vg_nvme/lv_2 2024-03-30T04:31:56.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:55 smithi097 bash[18564]: cluster 2024-03-30T04:31:54.859225+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:31:56.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:55 smithi097 bash[18564]: cluster 2024-03-30T04:31:55.251001+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:56.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:55 smithi097 bash[23956]: cluster 2024-03-30T04:31:54.859225+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:31:56.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:55 smithi097 bash[23956]: cluster 2024-03-30T04:31:55.251001+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:56.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:55 smithi105 bash[18682]: cluster 2024-03-30T04:31:54.859225+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-03-30T04:31:56.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:55 smithi105 bash[18682]: cluster 2024-03-30T04:31:55.251001+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:57.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:56 smithi097 bash[18564]: cluster 2024-03-30T04:31:55.853920+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:31:57.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:56 smithi097 bash[18564]: cluster 2024-03-30T04:31:55.869755+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:31:57.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:56 smithi097 bash[23956]: cluster 2024-03-30T04:31:55.853920+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:31:57.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:56 smithi097 bash[23956]: cluster 2024-03-30T04:31:55.869755+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:31:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:56 smithi105 bash[18682]: cluster 2024-03-30T04:31:55.853920+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:31:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:56 smithi105 bash[18682]: cluster 2024-03-30T04:31:55.869755+0000 mon.a (mon.0) 626 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-03-30T04:31:57.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:57 smithi105 bash[18682]: cluster 2024-03-30T04:31:56.886197+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-30T04:31:57.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:57 smithi105 bash[18682]: cluster 2024-03-30T04:31:57.251603+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:58.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:57 smithi097 bash[23956]: cluster 2024-03-30T04:31:56.886197+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-30T04:31:58.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:57 smithi097 bash[23956]: cluster 2024-03-30T04:31:57.251603+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:57 smithi097 bash[18564]: cluster 2024-03-30T04:31:56.886197+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-03-30T04:31:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:57 smithi097 bash[18564]: cluster 2024-03-30T04:31:57.251603+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v176: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:31:59.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:58 smithi105 bash[18682]: audit 2024-03-30T04:31:58.051288+0000 mgr.y (mgr.14152) 200 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:59.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:58 smithi105 bash[18682]: audit 2024-03-30T04:31:58.058098+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:59.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:58 smithi105 bash[18682]: audit 2024-03-30T04:31:58.064323+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:59.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:58 smithi105 bash[18682]: audit 2024-03-30T04:31:58.066047+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[18564]: audit 2024-03-30T04:31:58.051288+0000 mgr.y (mgr.14152) 200 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[18564]: audit 2024-03-30T04:31:58.058098+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[18564]: audit 2024-03-30T04:31:58.064323+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[18564]: audit 2024-03-30T04:31:58.066047+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:31:59.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[23956]: audit 2024-03-30T04:31:58.051288+0000 mgr.y (mgr.14152) 200 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:31:59.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[23956]: audit 2024-03-30T04:31:58.058098+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:31:59.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[23956]: audit 2024-03-30T04:31:58.064323+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:31:59.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:58 smithi097 bash[23956]: audit 2024-03-30T04:31:58.066047+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:00.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:31:59 smithi105 bash[18682]: cluster 2024-03-30T04:31:59.252224+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-03-30T04:32:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:31:59 smithi097 bash[18564]: cluster 2024-03-30T04:31:59.252224+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-03-30T04:32:00.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:31:59 smithi097 bash[23956]: cluster 2024-03-30T04:31:59.252224+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-03-30T04:32:01.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:00 smithi105 bash[18682]: cluster 2024-03-30T04:31:59.887560+0000 mon.a (mon.0) 631 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:32:01.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:00 smithi105 bash[18682]: cluster 2024-03-30T04:31:59.887616+0000 mon.a (mon.0) 632 : cluster [INF] Cluster is now healthy 2024-03-30T04:32:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:00 smithi097 bash[18564]: cluster 2024-03-30T04:31:59.887560+0000 mon.a (mon.0) 631 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:32:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:00 smithi097 bash[18564]: cluster 2024-03-30T04:31:59.887616+0000 mon.a (mon.0) 632 : cluster [INF] Cluster is now healthy 2024-03-30T04:32:01.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:00 smithi097 bash[23956]: cluster 2024-03-30T04:31:59.887560+0000 mon.a (mon.0) 631 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:32:01.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:00 smithi097 bash[23956]: cluster 2024-03-30T04:31:59.887616+0000 mon.a (mon.0) 632 : cluster [INF] Cluster is now healthy 2024-03-30T04:32:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:02 smithi105 bash[18682]: cluster 2024-03-30T04:32:01.252824+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-30T04:32:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:02 smithi097 bash[18564]: cluster 2024-03-30T04:32:01.252824+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-30T04:32:02.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:02 smithi097 bash[23956]: cluster 2024-03-30T04:32:01.252824+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-03-30T04:32:04.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[18564]: cluster 2024-03-30T04:32:03.253365+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[18564]: audit 2024-03-30T04:32:03.924950+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.105:0/252009577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]: dispatch 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[18564]: audit 2024-03-30T04:32:03.926898+0000 mon.a (mon.0) 633 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]: dispatch 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[18564]: audit 2024-03-30T04:32:03.935850+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]': finished 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[18564]: cluster 2024-03-30T04:32:03.936038+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[18564]: audit 2024-03-30T04:32:03.936320+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[23956]: cluster 2024-03-30T04:32:03.253365+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[23956]: audit 2024-03-30T04:32:03.924950+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.105:0/252009577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]: dispatch 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[23956]: audit 2024-03-30T04:32:03.926898+0000 mon.a (mon.0) 633 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]: dispatch 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[23956]: audit 2024-03-30T04:32:03.935850+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]': finished 2024-03-30T04:32:04.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[23956]: cluster 2024-03-30T04:32:03.936038+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:32:04.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:04 smithi097 bash[23956]: audit 2024-03-30T04:32:03.936320+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:04.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:04 smithi105 bash[18682]: cluster 2024-03-30T04:32:03.253365+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-03-30T04:32:04.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:04 smithi105 bash[18682]: audit 2024-03-30T04:32:03.924950+0000 mon.b (mon.2) 17 : audit [INF] from='client.? 172.21.15.105:0/252009577' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]: dispatch 2024-03-30T04:32:04.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:04 smithi105 bash[18682]: audit 2024-03-30T04:32:03.926898+0000 mon.a (mon.0) 633 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]: dispatch 2024-03-30T04:32:04.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:04 smithi105 bash[18682]: audit 2024-03-30T04:32:03.935850+0000 mon.a (mon.0) 634 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d89821c8-cc37-4aef-936d-07027c2f44bc"}]': finished 2024-03-30T04:32:04.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:04 smithi105 bash[18682]: cluster 2024-03-30T04:32:03.936038+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-03-30T04:32:04.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:04 smithi105 bash[18682]: audit 2024-03-30T04:32:03.936320+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:05.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:05 smithi097 bash[18564]: audit 2024-03-30T04:32:04.614913+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.105:0/1188141676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:32:05.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:05 smithi097 bash[23956]: audit 2024-03-30T04:32:04.614913+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.105:0/1188141676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:32:05.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:05 smithi105 bash[18682]: audit 2024-03-30T04:32:04.614913+0000 mon.b (mon.2) 18 : audit [DBG] from='client.? 172.21.15.105:0/1188141676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:32:06.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:06 smithi097 bash[18564]: cluster 2024-03-30T04:32:05.253970+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-03-30T04:32:06.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:06 smithi097 bash[23956]: cluster 2024-03-30T04:32:05.253970+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-03-30T04:32:06.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:06 smithi105 bash[18682]: cluster 2024-03-30T04:32:05.253970+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 62 KiB/s, 0 objects/s recovering 2024-03-30T04:32:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:08 smithi097 bash[18564]: cluster 2024-03-30T04:32:07.254527+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:08.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:08 smithi097 bash[23956]: cluster 2024-03-30T04:32:07.254527+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:08.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:08 smithi105 bash[18682]: cluster 2024-03-30T04:32:07.254527+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:10.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:09 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:32:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:10.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:10 smithi097 bash[18564]: cluster 2024-03-30T04:32:09.255079+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:10.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:10 smithi097 bash[18564]: audit 2024-03-30T04:32:09.660960+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:10.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:10 smithi097 bash[18564]: audit 2024-03-30T04:32:09.665149+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:10.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:10 smithi097 bash[23956]: cluster 2024-03-30T04:32:09.255079+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:10.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:10 smithi097 bash[23956]: audit 2024-03-30T04:32:09.660960+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:10.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:10 smithi097 bash[23956]: audit 2024-03-30T04:32:09.665149+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:10.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:10 smithi105 bash[18682]: cluster 2024-03-30T04:32:09.255079+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:10.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:10 smithi105 bash[18682]: audit 2024-03-30T04:32:09.660960+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:10.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:10 smithi105 bash[18682]: audit 2024-03-30T04:32:09.665149+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:12.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:12 smithi105 bash[18682]: cluster 2024-03-30T04:32:11.255645+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:13.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:12 smithi097 bash[18564]: cluster 2024-03-30T04:32:11.255645+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:13.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:12 smithi097 bash[23956]: cluster 2024-03-30T04:32:11.255645+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:13.911 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:13 smithi105 bash[18682]: cluster 2024-03-30T04:32:13.256164+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:13.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:13 smithi097 bash[18564]: cluster 2024-03-30T04:32:13.256164+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:13.977 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:13 smithi097 bash[23956]: cluster 2024-03-30T04:32:13.256164+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:14.378 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:13 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:32:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:15.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:14 smithi105 bash[18682]: audit 2024-03-30T04:32:13.973523+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:15.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:14 smithi105 bash[18682]: audit 2024-03-30T04:32:13.978564+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:15.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:14 smithi097 bash[18564]: audit 2024-03-30T04:32:13.973523+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:15.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:14 smithi097 bash[18564]: audit 2024-03-30T04:32:13.978564+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:14 smithi097 bash[23956]: audit 2024-03-30T04:32:13.973523+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:14 smithi097 bash[23956]: audit 2024-03-30T04:32:13.978564+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:16.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:15 smithi105 bash[18682]: audit 2024-03-30T04:32:15.194281+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:32:16.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:15 smithi105 bash[18682]: audit 2024-03-30T04:32:15.196085+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:16.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:15 smithi105 bash[18682]: cephadm 2024-03-30T04:32:15.197611+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-03-30T04:32:16.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:15 smithi105 bash[18682]: cluster 2024-03-30T04:32:15.256765+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:16.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:15 smithi105 bash[18682]: audit 2024-03-30T04:32:15.708915+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:16.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:15 smithi105 bash[18682]: audit 2024-03-30T04:32:15.709576+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:16.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[18564]: audit 2024-03-30T04:32:15.194281+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:32:16.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[18564]: audit 2024-03-30T04:32:15.196085+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[18564]: cephadm 2024-03-30T04:32:15.197611+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[18564]: cluster 2024-03-30T04:32:15.256765+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[18564]: audit 2024-03-30T04:32:15.708915+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[18564]: audit 2024-03-30T04:32:15.709576+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[23956]: audit 2024-03-30T04:32:15.194281+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[23956]: audit 2024-03-30T04:32:15.196085+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[23956]: cephadm 2024-03-30T04:32:15.197611+0000 mgr.y (mgr.14152) 209 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[23956]: cluster 2024-03-30T04:32:15.256765+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[23956]: audit 2024-03-30T04:32:15.708915+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:32:16.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:15 smithi097 bash[23956]: audit 2024-03-30T04:32:15.709576+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:32:18.765 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:18.765 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:18 smithi105 bash[18682]: cluster 2024-03-30T04:32:17.257312+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:18.766 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:18.766 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:18.766 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:18 smithi097 bash[18564]: cluster 2024-03-30T04:32:17.257312+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:18 smithi097 bash[23956]: cluster 2024-03-30T04:32:17.257312+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:19.019 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:19.020 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:19.020 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:19.020 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:32:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:20.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:20 smithi105 bash[18682]: audit 2024-03-30T04:32:19.040897+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:20.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:20 smithi105 bash[18682]: audit 2024-03-30T04:32:19.055652+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:20.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:20 smithi105 bash[18682]: audit 2024-03-30T04:32:19.058964+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:20.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:20 smithi105 bash[18682]: audit 2024-03-30T04:32:19.061180+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:20.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:20 smithi105 bash[18682]: audit 2024-03-30T04:32:19.074920+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:20.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:20 smithi105 bash[18682]: cluster 2024-03-30T04:32:19.257865+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:20.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[18564]: audit 2024-03-30T04:32:19.040897+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[18564]: audit 2024-03-30T04:32:19.055652+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[18564]: audit 2024-03-30T04:32:19.058964+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[18564]: audit 2024-03-30T04:32:19.061180+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[18564]: audit 2024-03-30T04:32:19.074920+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[18564]: cluster 2024-03-30T04:32:19.257865+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[23956]: audit 2024-03-30T04:32:19.040897+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[23956]: audit 2024-03-30T04:32:19.055652+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[23956]: audit 2024-03-30T04:32:19.058964+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[23956]: audit 2024-03-30T04:32:19.061180+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[23956]: audit 2024-03-30T04:32:19.074920+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:20.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:20 smithi097 bash[23956]: cluster 2024-03-30T04:32:19.257865+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:22.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:22 smithi097 bash[18564]: cluster 2024-03-30T04:32:21.258367+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:22 smithi097 bash[23956]: cluster 2024-03-30T04:32:21.258367+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:22 smithi105 bash[18682]: cluster 2024-03-30T04:32:21.258367+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:24 smithi097 bash[18564]: cluster 2024-03-30T04:32:23.258960+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:24.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:24 smithi097 bash[23956]: cluster 2024-03-30T04:32:23.258960+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:24.941 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:24 smithi105 bash[18682]: cluster 2024-03-30T04:32:23.258960+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:24.960 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 6 on host 'smithi105' 2024-03-30T04:32:25.571 DEBUG:teuthology.orchestra.run.smithi105:osd.6> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.6.service 2024-03-30T04:32:25.574 INFO:tasks.cephadm:Deploying osd.7 on smithi105 with /dev/vg_nvme/lv_1... 2024-03-30T04:32:25.574 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.961137+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.963555+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.966630+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.968309+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.972823+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.974734+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.976299+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: cephadm 2024-03-30T04:32:24.977730+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 5413M 2024-03-30T04:32:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.988371+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:24.999198+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: cluster 2024-03-30T04:32:25.259528+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:25.334219+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:32:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:25 smithi105 bash[18682]: audit 2024-03-30T04:32:25.335955+0000 mon.a (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.961137+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.963555+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.966630+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.968309+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.972823+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.974734+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.976299+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: cephadm 2024-03-30T04:32:24.977730+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 5413M 2024-03-30T04:32:26.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.988371+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:24.999198+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: cluster 2024-03-30T04:32:25.259528+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:25.334219+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[18564]: audit 2024-03-30T04:32:25.335955+0000 mon.a (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.961137+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.963555+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.966630+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.968309+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.972823+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.974734+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.976299+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:32:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: cephadm 2024-03-30T04:32:24.977730+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 5413M 2024-03-30T04:32:26.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.988371+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:24.999198+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:26.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: cluster 2024-03-30T04:32:25.259528+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:26.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:25.334219+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:32:26.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:25 smithi097 bash[23956]: audit 2024-03-30T04:32:25.335955+0000 mon.a (mon.0) 659 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:32:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[18682]: audit 2024-03-30T04:32:26.012036+0000 mon.a (mon.0) 660 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:32:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[18682]: cluster 2024-03-30T04:32:26.012165+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:32:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[18682]: audit 2024-03-30T04:32:26.012452+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:32:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[18682]: audit 2024-03-30T04:32:26.012479+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[18682]: audit 2024-03-30T04:32:26.014169+0000 mon.a (mon.0) 663 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:32:27.215 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[30393]: debug 2024-03-30T04:32:27.016+0000 7fa57f78c700 -1 osd.6 0 waiting for initial osdmap 2024-03-30T04:32:27.215 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:32:27 smithi105 bash[30393]: debug 2024-03-30T04:32:27.032+0000 7fa57a924700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:32:27.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[18564]: audit 2024-03-30T04:32:26.012036+0000 mon.a (mon.0) 660 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:32:27.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[18564]: cluster 2024-03-30T04:32:26.012165+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:32:27.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[18564]: audit 2024-03-30T04:32:26.012452+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[18564]: audit 2024-03-30T04:32:26.012479+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[18564]: audit 2024-03-30T04:32:26.014169+0000 mon.a (mon.0) 663 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[23956]: audit 2024-03-30T04:32:26.012036+0000 mon.a (mon.0) 660 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[23956]: cluster 2024-03-30T04:32:26.012165+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[23956]: audit 2024-03-30T04:32:26.012452+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[23956]: audit 2024-03-30T04:32:26.012479+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:27 smithi097 bash[23956]: audit 2024-03-30T04:32:26.014169+0000 mon.a (mon.0) 663 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[18564]: audit 2024-03-30T04:32:27.013321+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[18564]: cluster 2024-03-30T04:32:27.013522+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[18564]: audit 2024-03-30T04:32:27.014337+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[18564]: audit 2024-03-30T04:32:27.023697+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[18564]: cluster 2024-03-30T04:32:27.260065+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[23956]: audit 2024-03-30T04:32:27.013321+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[23956]: cluster 2024-03-30T04:32:27.013522+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[23956]: audit 2024-03-30T04:32:27.014337+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:28.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[23956]: audit 2024-03-30T04:32:27.023697+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:28.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:28 smithi097 bash[23956]: cluster 2024-03-30T04:32:27.260065+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:28.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:28 smithi105 bash[18682]: audit 2024-03-30T04:32:27.013321+0000 mon.a (mon.0) 664 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:32:28.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:28 smithi105 bash[18682]: cluster 2024-03-30T04:32:27.013522+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-03-30T04:32:28.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:28 smithi105 bash[18682]: audit 2024-03-30T04:32:27.014337+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:28.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:28 smithi105 bash[18682]: audit 2024-03-30T04:32:27.023697+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:28.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:28 smithi105 bash[18682]: cluster 2024-03-30T04:32:27.260065+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-03-30T04:32:29.107 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-30T04:32:29.107 INFO:teuthology.orchestra.run.smithi105.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-30T04:32:29.107 INFO:teuthology.orchestra.run.smithi105.stderr: stderr: 10+0 records in 2024-03-30T04:32:29.107 INFO:teuthology.orchestra.run.smithi105.stderr:10+0 records out 2024-03-30T04:32:29.107 INFO:teuthology.orchestra.run.smithi105.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0157136 s, 667 MB/s 2024-03-30T04:32:29.107 INFO:teuthology.orchestra.run.smithi105.stderr:--> Zapping successful for: 2024-03-30T04:32:29.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:29 smithi105 bash[18682]: cluster 2024-03-30T04:32:26.348353+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:32:29.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:29 smithi105 bash[18682]: cluster 2024-03-30T04:32:26.348533+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:32:29.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:29 smithi105 bash[18682]: audit 2024-03-30T04:32:28.022438+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:29.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:29 smithi105 bash[18682]: cluster 2024-03-30T04:32:28.031062+0000 mon.a (mon.0) 669 : cluster [INF] osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249] boot 2024-03-30T04:32:29.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:29 smithi105 bash[18682]: cluster 2024-03-30T04:32:28.031206+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:32:29.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:29 smithi105 bash[18682]: audit 2024-03-30T04:32:28.031701+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18564]: cluster 2024-03-30T04:32:26.348353+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:32:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18564]: cluster 2024-03-30T04:32:26.348533+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:32:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18564]: audit 2024-03-30T04:32:28.022438+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18564]: cluster 2024-03-30T04:32:28.031062+0000 mon.a (mon.0) 669 : cluster [INF] osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249] boot 2024-03-30T04:32:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18564]: cluster 2024-03-30T04:32:28.031206+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:32:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18564]: audit 2024-03-30T04:32:28.031701+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[23956]: cluster 2024-03-30T04:32:26.348353+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:32:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[23956]: cluster 2024-03-30T04:32:26.348533+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:32:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[23956]: audit 2024-03-30T04:32:28.022438+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[23956]: cluster 2024-03-30T04:32:28.031062+0000 mon.a (mon.0) 669 : cluster [INF] osd.6 [v2:172.21.15.105:6816/2930116249,v1:172.21.15.105:6817/2930116249] boot 2024-03-30T04:32:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[23956]: cluster 2024-03-30T04:32:28.031206+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-03-30T04:32:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[23956]: audit 2024-03-30T04:32:28.031701+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:29 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:32:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: cluster 2024-03-30T04:32:29.030197+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: cluster 2024-03-30T04:32:29.260653+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v197: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: audit 2024-03-30T04:32:29.796820+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: audit 2024-03-30T04:32:29.805838+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: audit 2024-03-30T04:32:29.833221+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: audit 2024-03-30T04:32:29.834741+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: audit 2024-03-30T04:32:29.835687+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:30.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[23956]: audit 2024-03-30T04:32:29.842295+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: cluster 2024-03-30T04:32:29.030197+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: cluster 2024-03-30T04:32:29.260653+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v197: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: audit 2024-03-30T04:32:29.796820+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: audit 2024-03-30T04:32:29.805838+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: audit 2024-03-30T04:32:29.833221+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: audit 2024-03-30T04:32:29.834741+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: audit 2024-03-30T04:32:29.835687+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:30 smithi097 bash[18564]: audit 2024-03-30T04:32:29.842295+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: cluster 2024-03-30T04:32:29.030197+0000 mon.a (mon.0) 672 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: cluster 2024-03-30T04:32:29.260653+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v197: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: audit 2024-03-30T04:32:29.796820+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: audit 2024-03-30T04:32:29.805838+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: audit 2024-03-30T04:32:29.833221+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: audit 2024-03-30T04:32:29.834741+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: audit 2024-03-30T04:32:29.835687+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:30 smithi105 bash[18682]: audit 2024-03-30T04:32:29.842295+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:30.350 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi105:vg_nvme/lv_1 2024-03-30T04:32:31.346 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:32:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[18564]: cephadm 2024-03-30T04:32:29.798493+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[18564]: cluster 2024-03-30T04:32:29.838193+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v198: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[18564]: cluster 2024-03-30T04:32:30.032131+0000 mon.a (mon.0) 679 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[18564]: cluster 2024-03-30T04:32:30.046472+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[23956]: cephadm 2024-03-30T04:32:29.798493+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[23956]: cluster 2024-03-30T04:32:29.838193+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v198: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[23956]: cluster 2024-03-30T04:32:30.032131+0000 mon.a (mon.0) 679 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:32:31.347 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:31 smithi097 bash[23956]: cluster 2024-03-30T04:32:30.046472+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:32:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:31 smithi105 bash[18682]: cephadm 2024-03-30T04:32:29.798493+0000 mgr.y (mgr.14152) 219 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:32:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:31 smithi105 bash[18682]: cluster 2024-03-30T04:32:29.838193+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v198: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:31 smithi105 bash[18682]: cluster 2024-03-30T04:32:30.032131+0000 mon.a (mon.0) 679 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:32:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:31 smithi105 bash[18682]: cluster 2024-03-30T04:32:30.046472+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: cluster 2024-03-30T04:32:31.057329+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: audit 2024-03-30T04:32:31.154208+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: audit 2024-03-30T04:32:31.159641+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: audit 2024-03-30T04:32:31.161820+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: audit 2024-03-30T04:32:31.162929+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: audit 2024-03-30T04:32:31.163606+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: cluster 2024-03-30T04:32:31.165539+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:32.119 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:32 smithi105 bash[18682]: audit 2024-03-30T04:32:31.169470+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: cluster 2024-03-30T04:32:31.057329+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:32:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: audit 2024-03-30T04:32:31.154208+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: audit 2024-03-30T04:32:31.159641+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: audit 2024-03-30T04:32:31.161820+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: audit 2024-03-30T04:32:31.162929+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: audit 2024-03-30T04:32:31.163606+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: cluster 2024-03-30T04:32:31.165539+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[18564]: audit 2024-03-30T04:32:31.169470+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: cluster 2024-03-30T04:32:31.057329+0000 mon.a (mon.0) 681 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: audit 2024-03-30T04:32:31.154208+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: audit 2024-03-30T04:32:31.159641+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: audit 2024-03-30T04:32:31.161820+0000 mon.a (mon.0) 684 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: audit 2024-03-30T04:32:31.162929+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: audit 2024-03-30T04:32:31.163606+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: cluster 2024-03-30T04:32:31.165539+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:32 smithi097 bash[23956]: audit 2024-03-30T04:32:31.169470+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:33 smithi097 bash[18564]: cluster 2024-03-30T04:32:32.060147+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-30T04:32:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:33 smithi097 bash[18564]: cluster 2024-03-30T04:32:32.157650+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:32:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:33 smithi097 bash[18564]: cluster 2024-03-30T04:32:32.157713+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-03-30T04:32:33.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:33 smithi097 bash[23956]: cluster 2024-03-30T04:32:32.060147+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-30T04:32:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:33 smithi097 bash[23956]: cluster 2024-03-30T04:32:32.157650+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:32:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:33 smithi097 bash[23956]: cluster 2024-03-30T04:32:32.157713+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-03-30T04:32:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:33 smithi105 bash[18682]: cluster 2024-03-30T04:32:32.060147+0000 mon.a (mon.0) 688 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-03-30T04:32:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:33 smithi105 bash[18682]: cluster 2024-03-30T04:32:32.157650+0000 mon.a (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:32:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:33 smithi105 bash[18682]: cluster 2024-03-30T04:32:32.157713+0000 mon.a (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-03-30T04:32:34.378 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:32:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:34.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[18564]: cluster 2024-03-30T04:32:33.166179+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:34.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[18564]: audit 2024-03-30T04:32:33.658687+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:32:34.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[18564]: audit 2024-03-30T04:32:33.664971+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:32:34.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[18564]: audit 2024-03-30T04:32:33.666778+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:34.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[23956]: cluster 2024-03-30T04:32:33.166179+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:34.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[23956]: audit 2024-03-30T04:32:33.658687+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:32:34.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[23956]: audit 2024-03-30T04:32:33.664971+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:32:34.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:34 smithi097 bash[23956]: audit 2024-03-30T04:32:33.666778+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:34 smithi105 bash[18682]: cluster 2024-03-30T04:32:33.166179+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:34 smithi105 bash[18682]: audit 2024-03-30T04:32:33.658687+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-30T04:32:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:34 smithi105 bash[18682]: audit 2024-03-30T04:32:33.664971+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-30T04:32:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:34 smithi105 bash[18682]: audit 2024-03-30T04:32:33.666778+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:35.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:35 smithi105 bash[18682]: audit 2024-03-30T04:32:33.651829+0000 mgr.y (mgr.14152) 223 : audit [DBG] from='client.24257 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:35.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:35 smithi105 bash[18682]: audit 2024-03-30T04:32:34.144137+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:35.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:35 smithi105 bash[18682]: audit 2024-03-30T04:32:34.149468+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:35.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:35 smithi097 bash[18564]: audit 2024-03-30T04:32:33.651829+0000 mgr.y (mgr.14152) 223 : audit [DBG] from='client.24257 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:35.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:35 smithi097 bash[18564]: audit 2024-03-30T04:32:34.144137+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:35.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:35 smithi097 bash[18564]: audit 2024-03-30T04:32:34.149468+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:35.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:35 smithi097 bash[23956]: audit 2024-03-30T04:32:33.651829+0000 mgr.y (mgr.14152) 223 : audit [DBG] from='client.24257 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:32:35.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:35 smithi097 bash[23956]: audit 2024-03-30T04:32:34.144137+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:35.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:35 smithi097 bash[23956]: audit 2024-03-30T04:32:34.149468+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:36.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:36 smithi105 bash[18682]: cluster 2024-03-30T04:32:35.166847+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-03-30T04:32:36.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:36 smithi097 bash[18564]: cluster 2024-03-30T04:32:35.166847+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-03-30T04:32:36.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:36 smithi097 bash[23956]: cluster 2024-03-30T04:32:35.166847+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-03-30T04:32:38.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:38 smithi097 bash[18564]: cluster 2024-03-30T04:32:37.167491+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-30T04:32:38.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:38 smithi097 bash[23956]: cluster 2024-03-30T04:32:37.167491+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-30T04:32:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:38 smithi105 bash[18682]: cluster 2024-03-30T04:32:37.167491+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-30T04:32:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[18564]: audit 2024-03-30T04:32:39.474839+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.105:0/978028410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]: dispatch 2024-03-30T04:32:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[18564]: audit 2024-03-30T04:32:39.476767+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]: dispatch 2024-03-30T04:32:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[18564]: audit 2024-03-30T04:32:39.486044+0000 mon.a (mon.0) 697 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]': finished 2024-03-30T04:32:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[18564]: cluster 2024-03-30T04:32:39.486243+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:32:39.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[18564]: audit 2024-03-30T04:32:39.486559+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:39.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[23956]: audit 2024-03-30T04:32:39.474839+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.105:0/978028410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]: dispatch 2024-03-30T04:32:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[23956]: audit 2024-03-30T04:32:39.476767+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]: dispatch 2024-03-30T04:32:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[23956]: audit 2024-03-30T04:32:39.486044+0000 mon.a (mon.0) 697 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]': finished 2024-03-30T04:32:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[23956]: cluster 2024-03-30T04:32:39.486243+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:32:39.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:39 smithi097 bash[23956]: audit 2024-03-30T04:32:39.486559+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:39 smithi105 bash[18682]: audit 2024-03-30T04:32:39.474839+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.105:0/978028410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]: dispatch 2024-03-30T04:32:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:39 smithi105 bash[18682]: audit 2024-03-30T04:32:39.476767+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]: dispatch 2024-03-30T04:32:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:39 smithi105 bash[18682]: audit 2024-03-30T04:32:39.486044+0000 mon.a (mon.0) 697 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "847a9856-cd6d-4a10-9d2d-e26d83dcda6f"}]': finished 2024-03-30T04:32:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:39 smithi105 bash[18682]: cluster 2024-03-30T04:32:39.486243+0000 mon.a (mon.0) 698 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-03-30T04:32:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:39 smithi105 bash[18682]: audit 2024-03-30T04:32:39.486559+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:32:40.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:40 smithi097 bash[23956]: cluster 2024-03-30T04:32:39.168098+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-30T04:32:40.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:40 smithi097 bash[23956]: audit 2024-03-30T04:32:40.177526+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.105:0/94527325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:32:40.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:40 smithi097 bash[18564]: cluster 2024-03-30T04:32:39.168098+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-30T04:32:40.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:40 smithi097 bash[18564]: audit 2024-03-30T04:32:40.177526+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.105:0/94527325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:32:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:40 smithi105 bash[18682]: cluster 2024-03-30T04:32:39.168098+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-03-30T04:32:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:40 smithi105 bash[18682]: audit 2024-03-30T04:32:40.177526+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.105:0/94527325' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-30T04:32:42.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:42 smithi105 bash[18682]: cluster 2024-03-30T04:32:41.168700+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-03-30T04:32:43.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:42 smithi097 bash[23956]: cluster 2024-03-30T04:32:41.168700+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-03-30T04:32:43.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:42 smithi097 bash[18564]: cluster 2024-03-30T04:32:41.168700+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-03-30T04:32:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:44 smithi105 bash[18682]: cluster 2024-03-30T04:32:43.169237+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:45.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:44 smithi097 bash[23956]: cluster 2024-03-30T04:32:43.169237+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:45.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:44 smithi097 bash[18564]: cluster 2024-03-30T04:32:43.169237+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-03-30T04:32:45.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:45 smithi105 bash[18682]: cluster 2024-03-30T04:32:45.169837+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:46.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:45 smithi097 bash[18564]: cluster 2024-03-30T04:32:45.169837+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:46.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:45 smithi097 bash[23956]: cluster 2024-03-30T04:32:45.169837+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:48.562 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:32:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:48.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[23956]: cluster 2024-03-30T04:32:47.170389+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:48.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[23956]: audit 2024-03-30T04:32:48.281462+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:48.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[23956]: audit 2024-03-30T04:32:48.287932+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:48.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[18564]: cluster 2024-03-30T04:32:47.170389+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:48.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[18564]: audit 2024-03-30T04:32:48.281462+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:48.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:48 smithi097 bash[18564]: audit 2024-03-30T04:32:48.287932+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:48 smithi105 bash[18682]: cluster 2024-03-30T04:32:47.170389+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:48 smithi105 bash[18682]: audit 2024-03-30T04:32:48.281462+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:48 smithi105 bash[18682]: audit 2024-03-30T04:32:48.287932+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:50 smithi105 bash[18682]: cluster 2024-03-30T04:32:49.171049+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:50 smithi105 bash[18682]: audit 2024-03-30T04:32:50.307619+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:32:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:50 smithi105 bash[18682]: audit 2024-03-30T04:32:50.308844+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:51.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:50 smithi097 bash[18564]: cluster 2024-03-30T04:32:49.171049+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:51.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:50 smithi097 bash[18564]: audit 2024-03-30T04:32:50.307619+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:32:51.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:50 smithi097 bash[18564]: audit 2024-03-30T04:32:50.308844+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:50 smithi097 bash[23956]: cluster 2024-03-30T04:32:49.171049+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:50 smithi097 bash[23956]: audit 2024-03-30T04:32:50.307619+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:32:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:50 smithi097 bash[23956]: audit 2024-03-30T04:32:50.308844+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:51.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:51 smithi105 bash[18682]: cephadm 2024-03-30T04:32:50.309806+0000 mgr.y (mgr.14152) 232 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-03-30T04:32:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:51 smithi097 bash[18564]: cephadm 2024-03-30T04:32:50.309806+0000 mgr.y (mgr.14152) 232 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-03-30T04:32:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:51 smithi097 bash[23956]: cephadm 2024-03-30T04:32:50.309806+0000 mgr.y (mgr.14152) 232 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-03-30T04:32:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:52 smithi105 bash[18682]: cluster 2024-03-30T04:32:51.171542+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:53.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:52 smithi097 bash[18564]: cluster 2024-03-30T04:32:51.171542+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:53.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:52 smithi097 bash[23956]: cluster 2024-03-30T04:32:51.171542+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:53 smithi105 bash[18682]: cluster 2024-03-30T04:32:53.172131+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:53 smithi097 bash[18564]: cluster 2024-03-30T04:32:53.172131+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:54.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:53 smithi097 bash[23956]: cluster 2024-03-30T04:32:53.172131+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:54.628 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:32:54 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:32:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:32:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:55 smithi097 bash[23956]: audit 2024-03-30T04:32:54.291670+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:55 smithi097 bash[23956]: audit 2024-03-30T04:32:54.298384+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:55 smithi097 bash[18564]: audit 2024-03-30T04:32:54.291670+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:55 smithi097 bash[18564]: audit 2024-03-30T04:32:54.298384+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:55.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:55 smithi105 bash[18682]: audit 2024-03-30T04:32:54.291670+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:55.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:55 smithi105 bash[18682]: audit 2024-03-30T04:32:54.298384+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:56.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:56 smithi097 bash[18564]: cluster 2024-03-30T04:32:55.172756+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:56 smithi097 bash[23956]: cluster 2024-03-30T04:32:55.172756+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:56.633 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.633 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.633 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.634 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.634 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:56 smithi105 bash[18682]: cluster 2024-03-30T04:32:55.172756+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:56.634 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.890 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.891 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.891 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.891 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:56.892 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:32:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:57 smithi105 bash[18682]: audit 2024-03-30T04:32:56.930066+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:57 smithi105 bash[18682]: audit 2024-03-30T04:32:56.955756+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:57 smithi105 bash[18682]: audit 2024-03-30T04:32:56.959002+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:57 smithi105 bash[18682]: audit 2024-03-30T04:32:56.960865+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:57 smithi105 bash[18682]: audit 2024-03-30T04:32:56.971772+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:32:57 smithi105 bash[18682]: cluster 2024-03-30T04:32:57.173269+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[18564]: audit 2024-03-30T04:32:56.930066+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[18564]: audit 2024-03-30T04:32:56.955756+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[18564]: audit 2024-03-30T04:32:56.959002+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[18564]: audit 2024-03-30T04:32:56.960865+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[18564]: audit 2024-03-30T04:32:56.971772+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[18564]: cluster 2024-03-30T04:32:57.173269+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[23956]: audit 2024-03-30T04:32:56.930066+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[23956]: audit 2024-03-30T04:32:56.955756+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[23956]: audit 2024-03-30T04:32:56.959002+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[23956]: audit 2024-03-30T04:32:56.960865+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[23956]: audit 2024-03-30T04:32:56.971772+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:32:58.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:32:57 smithi097 bash[23956]: cluster 2024-03-30T04:32:57.173269+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:00.553 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:00 smithi105 bash[18682]: cluster 2024-03-30T04:32:59.173887+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:00 smithi097 bash[18564]: cluster 2024-03-30T04:32:59.173887+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:00.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:00 smithi097 bash[23956]: cluster 2024-03-30T04:32:59.173887+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:02.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:02 smithi097 bash[18564]: cluster 2024-03-30T04:33:01.174485+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:02.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:02 smithi097 bash[23956]: cluster 2024-03-30T04:33:01.174485+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:02.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:02 smithi105 bash[18682]: cluster 2024-03-30T04:33:01.174485+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:03.249 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 7 on host 'smithi105' 2024-03-30T04:33:03.876 DEBUG:teuthology.orchestra.run.smithi105:osd.7> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.7.service 2024-03-30T04:33:03.878 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-30T04:33:03.879 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd stat -f json 2024-03-30T04:33:04.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: cluster 2024-03-30T04:33:03.175037+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.250014+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.260674+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.263546+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.265287+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.269706+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.271295+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.272794+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.274494+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: cephadm 2024-03-30T04:33:03.275829+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 4060M 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.286433+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.297275+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.382778+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:33:04.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[18564]: audit 2024-03-30T04:33:03.384219+0000 mon.a (mon.0) 721 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: cluster 2024-03-30T04:33:03.175037+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.250014+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.260674+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.263546+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.265287+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.269706+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.271295+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.272794+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.274494+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: cephadm 2024-03-30T04:33:03.275829+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 4060M 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.286433+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.297275+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.382778+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:33:04.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:04 smithi097 bash[23956]: audit 2024-03-30T04:33:03.384219+0000 mon.a (mon.0) 721 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:33:04.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: cluster 2024-03-30T04:33:03.175037+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.250014+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.260674+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.263546+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.265287+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.269706+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.271295+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.272794+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.274494+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: cephadm 2024-03-30T04:33:03.275829+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 4060M 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.286433+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.297275+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:04.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.382778+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:33:04.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:04 smithi105 bash[18682]: audit 2024-03-30T04:33:03.384219+0000 mon.a (mon.0) 721 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[18564]: audit 2024-03-30T04:33:04.301258+0000 mon.a (mon.0) 722 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[18564]: cluster 2024-03-30T04:33:04.301470+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[18564]: audit 2024-03-30T04:33:04.301784+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[18564]: audit 2024-03-30T04:33:04.301954+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[18564]: audit 2024-03-30T04:33:04.303656+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[23956]: audit 2024-03-30T04:33:04.301258+0000 mon.a (mon.0) 722 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[23956]: cluster 2024-03-30T04:33:04.301470+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:33:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[23956]: audit 2024-03-30T04:33:04.301784+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[23956]: audit 2024-03-30T04:33:04.301954+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:33:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:05 smithi097 bash[23956]: audit 2024-03-30T04:33:04.303656+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:33:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[18682]: audit 2024-03-30T04:33:04.301258+0000 mon.a (mon.0) 722 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:33:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[18682]: cluster 2024-03-30T04:33:04.301470+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-03-30T04:33:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[18682]: audit 2024-03-30T04:33:04.301784+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[18682]: audit 2024-03-30T04:33:04.301954+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:33:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[18682]: audit 2024-03-30T04:33:04.303656+0000 mon.a (mon.0) 725 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:33:05.715 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[33723]: debug 2024-03-30T04:33:05.312+0000 7f7ac4d11700 -1 osd.7 0 waiting for initial osdmap 2024-03-30T04:33:05.715 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:33:05 smithi105 bash[33723]: debug 2024-03-30T04:33:05.328+0000 7f7abf6a8700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:33:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[18564]: cluster 2024-03-30T04:33:05.175632+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[18564]: audit 2024-03-30T04:33:05.308995+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:33:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[18564]: cluster 2024-03-30T04:33:05.309066+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-30T04:33:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[18564]: audit 2024-03-30T04:33:05.309349+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[18564]: audit 2024-03-30T04:33:05.318143+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[23956]: cluster 2024-03-30T04:33:05.175632+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[23956]: audit 2024-03-30T04:33:05.308995+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:33:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[23956]: cluster 2024-03-30T04:33:05.309066+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-30T04:33:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[23956]: audit 2024-03-30T04:33:05.309349+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:06 smithi097 bash[23956]: audit 2024-03-30T04:33:05.318143+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:06 smithi105 bash[18682]: cluster 2024-03-30T04:33:05.175632+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:06 smithi105 bash[18682]: audit 2024-03-30T04:33:05.308995+0000 mon.a (mon.0) 726 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-03-30T04:33:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:06 smithi105 bash[18682]: cluster 2024-03-30T04:33:05.309066+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-03-30T04:33:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:06 smithi105 bash[18682]: audit 2024-03-30T04:33:05.309349+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:06 smithi105 bash[18682]: audit 2024-03-30T04:33:05.318143+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:06.854 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:33:07.538 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":56,"num_osds":8,"num_up_osds":8,"osd_up_since":1711773186,"num_in_osds":8,"osd_in_since":1711773159,"num_remapped_pgs":1} 2024-03-30T04:33:07.539 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:33:07.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: cluster 2024-03-30T04:33:04.338134+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: cluster 2024-03-30T04:33:04.338317+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: cluster 2024-03-30T04:33:06.321425+0000 mon.a (mon.0) 730 : cluster [INF] osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711] boot 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: cluster 2024-03-30T04:33:06.321679+0000 mon.a (mon.0) 731 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: audit 2024-03-30T04:33:06.321941+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: cluster 2024-03-30T04:33:06.627754+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[23956]: audit 2024-03-30T04:33:06.857620+0000 mon.a (mon.0) 734 : audit [DBG] from='client.? 172.21.15.97:0/4104621148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: cluster 2024-03-30T04:33:04.338134+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: cluster 2024-03-30T04:33:04.338317+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: cluster 2024-03-30T04:33:06.321425+0000 mon.a (mon.0) 730 : cluster [INF] osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711] boot 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: cluster 2024-03-30T04:33:06.321679+0000 mon.a (mon.0) 731 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:33:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: audit 2024-03-30T04:33:06.321941+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:07.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: cluster 2024-03-30T04:33:06.627754+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:33:07.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:07 smithi097 bash[18564]: audit 2024-03-30T04:33:06.857620+0000 mon.a (mon.0) 734 : audit [DBG] from='client.? 172.21.15.97:0/4104621148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:33:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: cluster 2024-03-30T04:33:04.338134+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-30T04:33:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: cluster 2024-03-30T04:33:04.338317+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-30T04:33:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: cluster 2024-03-30T04:33:06.321425+0000 mon.a (mon.0) 730 : cluster [INF] osd.7 [v2:172.21.15.105:6824/4110618711,v1:172.21.15.105:6825/4110618711] boot 2024-03-30T04:33:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: cluster 2024-03-30T04:33:06.321679+0000 mon.a (mon.0) 731 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-30T04:33:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: audit 2024-03-30T04:33:06.321941+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: cluster 2024-03-30T04:33:06.627754+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-30T04:33:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:07 smithi105 bash[18682]: audit 2024-03-30T04:33:06.857620+0000 mon.a (mon.0) 734 : audit [DBG] from='client.? 172.21.15.97:0/4104621148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-30T04:33:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: cluster 2024-03-30T04:33:07.176226+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: cluster 2024-03-30T04:33:07.644198+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:33:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: audit 2024-03-30T04:33:08.430161+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: audit 2024-03-30T04:33:08.462451+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: audit 2024-03-30T04:33:08.480565+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: audit 2024-03-30T04:33:08.483403+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: audit 2024-03-30T04:33:08.485400+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:08 smithi105 bash[18682]: audit 2024-03-30T04:33:08.495448+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.792 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:33:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:08.792 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: cluster 2024-03-30T04:33:07.176226+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:08.792 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: cluster 2024-03-30T04:33:07.644198+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: audit 2024-03-30T04:33:08.430161+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: audit 2024-03-30T04:33:08.462451+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: audit 2024-03-30T04:33:08.480565+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: audit 2024-03-30T04:33:08.483403+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: audit 2024-03-30T04:33:08.485400+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[23956]: audit 2024-03-30T04:33:08.495448+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: cluster 2024-03-30T04:33:07.176226+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: cluster 2024-03-30T04:33:07.644198+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: audit 2024-03-30T04:33:08.430161+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: audit 2024-03-30T04:33:08.462451+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: audit 2024-03-30T04:33:08.480565+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:08.793 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: audit 2024-03-30T04:33:08.483403+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:08.794 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: audit 2024-03-30T04:33:08.485400+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:08.794 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:08 smithi097 bash[18564]: audit 2024-03-30T04:33:08.495448+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:09.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:09 smithi105 bash[18682]: cephadm 2024-03-30T04:33:08.454470+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:33:09.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:09 smithi105 bash[18682]: cluster 2024-03-30T04:33:08.490439+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:09.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:09 smithi105 bash[18682]: cluster 2024-03-30T04:33:08.644403+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:33:09.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:09 smithi105 bash[18682]: cluster 2024-03-30T04:33:09.458124+0000 mon.a (mon.0) 743 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:33:10.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[18564]: cephadm 2024-03-30T04:33:08.454470+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[18564]: cluster 2024-03-30T04:33:08.490439+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[18564]: cluster 2024-03-30T04:33:08.644403+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[18564]: cluster 2024-03-30T04:33:09.458124+0000 mon.a (mon.0) 743 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[23956]: cephadm 2024-03-30T04:33:08.454470+0000 mgr.y (mgr.14152) 243 : cephadm [INF] Detected new or changed devices on smithi105 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[23956]: cluster 2024-03-30T04:33:08.490439+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[23956]: cluster 2024-03-30T04:33:08.644403+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-30T04:33:10.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:09 smithi097 bash[23956]: cluster 2024-03-30T04:33:09.458124+0000 mon.a (mon.0) 743 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-30T04:33:10.271 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:10.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:10 smithi105 bash[18682]: cluster 2024-03-30T04:33:09.665683+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:33:10.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:10 smithi105 bash[18682]: cluster 2024-03-30T04:33:10.491006+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v230: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-03-30T04:33:11.114 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:10 smithi097 bash[18564]: cluster 2024-03-30T04:33:09.665683+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:33:11.114 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:10 smithi097 bash[18564]: cluster 2024-03-30T04:33:10.491006+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v230: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-03-30T04:33:11.115 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:10 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:33:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:11.115 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:10 smithi097 bash[23956]: cluster 2024-03-30T04:33:09.665683+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-30T04:33:11.115 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:10 smithi097 bash[23956]: cluster 2024-03-30T04:33:10.491006+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v230: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: audit 2024-03-30T04:33:10.809031+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: audit 2024-03-30T04:33:10.816491+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: audit 2024-03-30T04:33:10.819699+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: audit 2024-03-30T04:33:10.821708+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: audit 2024-03-30T04:33:10.823130+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: cluster 2024-03-30T04:33:10.826820+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v231: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s, 0 objects/s recovering 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[18564]: audit 2024-03-30T04:33:10.831122+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: audit 2024-03-30T04:33:10.809031+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: audit 2024-03-30T04:33:10.816491+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: audit 2024-03-30T04:33:10.819699+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:12.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: audit 2024-03-30T04:33:10.821708+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:12.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: audit 2024-03-30T04:33:10.823130+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:12.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: cluster 2024-03-30T04:33:10.826820+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v231: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s, 0 objects/s recovering 2024-03-30T04:33:12.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:11 smithi097 bash[23956]: audit 2024-03-30T04:33:10.831122+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: audit 2024-03-30T04:33:10.809031+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: audit 2024-03-30T04:33:10.816491+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: audit 2024-03-30T04:33:10.819699+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: audit 2024-03-30T04:33:10.821708+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: audit 2024-03-30T04:33:10.823130+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: cluster 2024-03-30T04:33:10.826820+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v231: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s, 0 objects/s recovering 2024-03-30T04:33:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:11 smithi105 bash[18682]: audit 2024-03-30T04:33:10.831122+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:13.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:12 smithi097 bash[18564]: cluster 2024-03-30T04:33:11.813850+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:33:13.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:12 smithi097 bash[18564]: cluster 2024-03-30T04:33:11.813942+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-03-30T04:33:13.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:12 smithi097 bash[23956]: cluster 2024-03-30T04:33:11.813850+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:33:13.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:12 smithi097 bash[23956]: cluster 2024-03-30T04:33:11.813942+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-03-30T04:33:13.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:12 smithi105 bash[18682]: cluster 2024-03-30T04:33:11.813850+0000 mon.a (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-30T04:33:13.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:12 smithi105 bash[18682]: cluster 2024-03-30T04:33:11.813942+0000 mon.a (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-03-30T04:33:13.362 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:33:13.362 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":59,"fsid":"8133883c-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:26:15.818814+0000","modified":"2024-03-30T04:33:09.647248+0000","last_up_change":"2024-03-30T04:33:06.304211+0000","last_in_change":"2024-03-30T04:32:39.478133+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":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:30:08.196684+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"22","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"a7b54360-a903-4489-a3c3-3f866b6fcdd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6803","nonce":2330379861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6805","nonce":2330379861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6809","nonce":2330379861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6807","nonce":2330379861}]},"public_addr":"172.21.15.97:6803/2330379861","cluster_addr":"172.21.15.97:6805/2330379861","heartbeat_back_addr":"172.21.15.97:6809/2330379861","heartbeat_front_addr":"172.21.15.97:6807/2330379861","state":["exists","up"]},{"osd":1,"uuid":"f06b8659-28fe-45e1-8595-fae9c5ea902c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6811","nonce":486474958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6813","nonce":486474958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6816","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6817","nonce":486474958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6815","nonce":486474958}]},"public_addr":"172.21.15.97:6811/486474958","cluster_addr":"172.21.15.97:6813/486474958","heartbeat_back_addr":"172.21.15.97:6817/486474958","heartbeat_front_addr":"172.21.15.97:6815/486474958","state":["exists","up"]},{"osd":2,"uuid":"d29eab3c-d069-45bb-8e87-26cc4988611f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6818","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6819","nonce":884670534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6820","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6821","nonce":884670534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6824","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6825","nonce":884670534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6822","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6823","nonce":884670534}]},"public_addr":"172.21.15.97:6819/884670534","cluster_addr":"172.21.15.97:6821/884670534","heartbeat_back_addr":"172.21.15.97:6825/884670534","heartbeat_front_addr":"172.21.15.97:6823/884670534","state":["exists","up"]},{"osd":3,"uuid":"c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6826","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6827","nonce":4023100539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6828","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6829","nonce":4023100539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6832","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6833","nonce":4023100539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6830","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6831","nonce":4023100539}]},"public_addr":"172.21.15.97:6827/4023100539","cluster_addr":"172.21.15.97:6829/4023100539","heartbeat_back_addr":"172.21.15.97:6833/4023100539","heartbeat_front_addr":"172.21.15.97:6831/4023100539","state":["exists","up"]},{"osd":4,"uuid":"7c168218-b757-4e7f-bba9-6a175fc39079","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6801","nonce":873563631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6803","nonce":873563631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6807","nonce":873563631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6805","nonce":873563631}]},"public_addr":"172.21.15.105:6801/873563631","cluster_addr":"172.21.15.105:6803/873563631","heartbeat_back_addr":"172.21.15.105:6807/873563631","heartbeat_front_addr":"172.21.15.105:6805/873563631","state":["exists","up"]},{"osd":5,"uuid":"2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6809","nonce":262019107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6811","nonce":262019107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6815","nonce":262019107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6813","nonce":262019107}]},"public_addr":"172.21.15.105:6809/262019107","cluster_addr":"172.21.15.105:6811/262019107","heartbeat_back_addr":"172.21.15.105:6815/262019107","heartbeat_front_addr":"172.21.15.105:6813/262019107","state":["exists","up"]},{"osd":6,"uuid":"d89821c8-cc37-4aef-936d-07027c2f44bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6817","nonce":2930116249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6819","nonce":2930116249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6823","nonce":2930116249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6821","nonce":2930116249}]},"public_addr":"172.21.15.105:6817/2930116249","cluster_addr":"172.21.15.105:6819/2930116249","heartbeat_back_addr":"172.21.15.105:6823/2930116249","heartbeat_front_addr":"172.21.15.105:6821/2930116249","state":["exists","up"]},{"osd":7,"uuid":"847a9856-cd6d-4a10-9d2d-e26d83dcda6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6825","nonce":4110618711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6827","nonce":4110618711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6831","nonce":4110618711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6829","nonce":4110618711}]},"public_addr":"172.21.15.105:6825/4110618711","cluster_addr":"172.21.15.105:6827/4110618711","heartbeat_back_addr":"172.21.15.105:6831/4110618711","heartbeat_front_addr":"172.21.15.105:6829/4110618711","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:57.307136+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:30.662935+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:05.240709+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:42.085653+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:17.423567+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:51.269723+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:32:26.348538+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:33:04.338323+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.97:6801/2951133804":"2024-03-31T04:27:15.566872+0000","172.21.15.97:6800/2951133804":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/2277644820":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/1014737183":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/1894085889":"2024-03-31T04:26:46.058434+0000","172.21.15.97:6800/2917626153":"2024-03-31T04:26:46.058434+0000","172.21.15.97:6801/2917626153":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/530862274":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/3211133294":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/2205089179":"2024-03-31T04:26:46.058434+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:33:14.074 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:13 smithi097 bash[23956]: cluster 2024-03-30T04:33:12.827504+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-03-30T04:33:14.074 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:13 smithi097 bash[23956]: audit 2024-03-30T04:33:13.363850+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.97:0/3265715638' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:14.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:13 smithi097 bash[18564]: cluster 2024-03-30T04:33:12.827504+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-03-30T04:33:14.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:13 smithi097 bash[18564]: audit 2024-03-30T04:33:13.363850+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.97:0/3265715638' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:14.076 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-30T04:30:08.196684+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, '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': '22', '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_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-03-30T04:33:14.076 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd pool get .mgr pg_num 2024-03-30T04:33:14.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:13 smithi105 bash[18682]: cluster 2024-03-30T04:33:12.827504+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-03-30T04:33:14.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:13 smithi105 bash[18682]: audit 2024-03-30T04:33:13.363850+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.97:0/3265715638' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:33:14.877 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:14 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:33:14] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:15 smithi105 bash[18682]: audit 2024-03-30T04:33:14.433192+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:15 smithi105 bash[18682]: audit 2024-03-30T04:33:14.438948+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:15.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:15 smithi097 bash[18564]: audit 2024-03-30T04:33:14.433192+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:15.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:15 smithi097 bash[18564]: audit 2024-03-30T04:33:14.438948+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:15 smithi097 bash[23956]: audit 2024-03-30T04:33:14.433192+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:15 smithi097 bash[23956]: audit 2024-03-30T04:33:14.438948+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:16.587 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:16 smithi105 bash[18682]: cluster 2024-03-30T04:33:14.828132+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-03-30T04:33:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:16 smithi105 bash[18682]: audit 2024-03-30T04:33:15.715030+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:16.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:16 smithi105 bash[18682]: audit 2024-03-30T04:33:15.719973+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:16.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:16 smithi097 bash[18564]: cluster 2024-03-30T04:33:14.828132+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-03-30T04:33:16.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:16 smithi097 bash[18564]: audit 2024-03-30T04:33:15.715030+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:16.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:16 smithi097 bash[18564]: audit 2024-03-30T04:33:15.719973+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:16 smithi097 bash[23956]: cluster 2024-03-30T04:33:14.828132+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-03-30T04:33:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:16 smithi097 bash[23956]: audit 2024-03-30T04:33:15.715030+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:16 smithi097 bash[23956]: audit 2024-03-30T04:33:15.719973+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:18 smithi097 bash[18564]: cluster 2024-03-30T04:33:16.828741+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:18 smithi097 bash[23956]: cluster 2024-03-30T04:33:16.828741+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:18 smithi105 bash[18682]: cluster 2024-03-30T04:33:16.828741+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:19.122 INFO:teuthology.orchestra.run.smithi097.stdout:pg_num: 1 2024-03-30T04:33:19.785 INFO:tasks.cephadm:Adding prometheus.a on smithi105 2024-03-30T04:33:19.785 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply prometheus '1;smithi105=a' 2024-03-30T04:33:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:19 smithi105 bash[18682]: audit 2024-03-30T04:33:19.125265+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.97:0/676359590' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:33:20.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:19 smithi097 bash[18564]: audit 2024-03-30T04:33:19.125265+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.97:0/676359590' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:33:20.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:19 smithi097 bash[23956]: audit 2024-03-30T04:33:19.125265+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.97:0/676359590' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-30T04:33:20.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:20 smithi105 bash[18682]: cluster 2024-03-30T04:33:18.829144+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:20 smithi097 bash[18564]: cluster 2024-03-30T04:33:18.829144+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:20 smithi097 bash[23956]: cluster 2024-03-30T04:33:18.829144+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:22.553 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled prometheus update... 2024-03-30T04:33:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: cluster 2024-03-30T04:33:20.829633+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: audit 2024-03-30T04:33:22.555566+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: audit 2024-03-30T04:33:22.584843+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: audit 2024-03-30T04:33:22.587681+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: audit 2024-03-30T04:33:22.589612+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: audit 2024-03-30T04:33:22.600346+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:22 smithi105 bash[18682]: audit 2024-03-30T04:33:22.613989+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: cluster 2024-03-30T04:33:20.829633+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: audit 2024-03-30T04:33:22.555566+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: audit 2024-03-30T04:33:22.584843+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: audit 2024-03-30T04:33:22.587681+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: audit 2024-03-30T04:33:22.589612+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: audit 2024-03-30T04:33:22.600346+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[18564]: audit 2024-03-30T04:33:22.613989+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: cluster 2024-03-30T04:33:20.829633+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: audit 2024-03-30T04:33:22.555566+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: audit 2024-03-30T04:33:22.584843+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: audit 2024-03-30T04:33:22.587681+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: audit 2024-03-30T04:33:22.589612+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: audit 2024-03-30T04:33:22.600346+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' 2024-03-30T04:33:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:22 smithi097 bash[23956]: audit 2024-03-30T04:33:22.613989+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:33:23.267 DEBUG:teuthology.orchestra.run.smithi105:prometheus.a> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service 2024-03-30T04:33:23.270 INFO:tasks.cephadm:Adding node-exporter.a on smithi097 2024-03-30T04:33:23.270 INFO:tasks.cephadm:Adding node-exporter.b on smithi105 2024-03-30T04:33:23.270 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply node-exporter '2;smithi097=a;smithi105=b' 2024-03-30T04:33:23.794 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[19797]: ignoring --setuser ceph since I am not root 2024-03-30T04:33:23.794 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[19797]: ignoring --setgroup ceph since I am not root 2024-03-30T04:33:23.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[18682]: audit 2024-03-30T04:33:22.544922+0000 mgr.y (mgr.14152) 252 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi105=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:23.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[18682]: cephadm 2024-03-30T04:33:22.548450+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Saving service prometheus spec with placement smithi105=a;count:1 2024-03-30T04:33:23.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[18682]: audit 2024-03-30T04:33:23.613360+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:33:23.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[18682]: cluster 2024-03-30T04:33:23.613477+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-30T04:33:24.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[23956]: audit 2024-03-30T04:33:22.544922+0000 mgr.y (mgr.14152) 252 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi105=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[23956]: cephadm 2024-03-30T04:33:22.548450+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Saving service prometheus spec with placement smithi105=a;count:1 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[23956]: audit 2024-03-30T04:33:23.613360+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[23956]: cluster 2024-03-30T04:33:23.613477+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18818]: ignoring --setuser ceph since I am not root 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18818]: ignoring --setgroup ceph since I am not root 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18818]: debug 2024-03-30T04:33:23.659+0000 7f215bf6b700 1 -- 172.21.15.97:0/227537169 <== mon.1 v2:172.21.15.97:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558cf06c0340 con 0x558cf143c400 2024-03-30T04:33:24.128 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18818]: debug 2024-03-30T04:33:23.799+0000 7f21649c7000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:33:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18564]: audit 2024-03-30T04:33:22.544922+0000 mgr.y (mgr.14152) 252 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi105=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18564]: cephadm 2024-03-30T04:33:22.548450+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Saving service prometheus spec with placement smithi105=a;count:1 2024-03-30T04:33:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18564]: audit 2024-03-30T04:33:23.613360+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.97:0/677735482' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:33:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:23 smithi097 bash[18564]: cluster 2024-03-30T04:33:23.613477+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-03-30T04:33:24.640 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:23 smithi105 bash[19797]: debug 2024-03-30T04:33:23.792+0000 7fa08d831000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:33:25.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:25 smithi097 bash[18818]: debug 2024-03-30T04:33:25.303+0000 7f21649c7000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:33:25.628 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:25 smithi097 bash[18818]: debug 2024-03-30T04:33:25.395+0000 7f21649c7000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:33:25.683 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:25 smithi105 bash[19797]: debug 2024-03-30T04:33:25.340+0000 7fa08d831000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:33:25.683 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:25 smithi105 bash[19797]: debug 2024-03-30T04:33:25.436+0000 7fa08d831000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:33:25.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:25 smithi105 bash[19797]: debug 2024-03-30T04:33:25.680+0000 7fa08d831000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:33:26.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:25 smithi097 bash[18818]: debug 2024-03-30T04:33:25.643+0000 7f21649c7000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:33:26.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:26 smithi097 bash[18818]: debug 2024-03-30T04:33:26.367+0000 7f21649c7000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:33:26.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:26 smithi097 bash[18818]: debug 2024-03-30T04:33:26.475+0000 7f21649c7000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:33:26.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:26 smithi097 bash[18818]: debug 2024-03-30T04:33:26.575+0000 7f21649c7000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:33:26.713 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:26 smithi105 bash[19797]: debug 2024-03-30T04:33:26.416+0000 7fa08d831000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:33:26.714 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:26 smithi105 bash[19797]: debug 2024-03-30T04:33:26.520+0000 7fa08d831000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:33:26.714 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:26 smithi105 bash[19797]: debug 2024-03-30T04:33:26.620+0000 7fa08d831000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:33:27.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:26 smithi097 bash[18818]: debug 2024-03-30T04:33:26.687+0000 7f21649c7000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:33:27.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:26 smithi097 bash[18818]: debug 2024-03-30T04:33:26.899+0000 7f21649c7000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:33:27.212 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:26 smithi105 bash[19797]: debug 2024-03-30T04:33:26.732+0000 7fa08d831000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:33:27.212 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:26 smithi105 bash[19797]: debug 2024-03-30T04:33:26.940+0000 7fa08d831000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:33:27.212 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:27 smithi105 bash[19797]: debug 2024-03-30T04:33:27.208+0000 7fa08d831000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:33:27.447 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:27 smithi097 bash[18818]: debug 2024-03-30T04:33:27.167+0000 7f21649c7000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:33:27.447 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:27 smithi097 bash[18818]: debug 2024-03-30T04:33:27.271+0000 7f21649c7000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:33:27.463 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:27 smithi105 bash[19797]: debug 2024-03-30T04:33:27.308+0000 7fa08d831000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:33:27.746 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:27 smithi105 bash[19797]: debug 2024-03-30T04:33:27.492+0000 7fa08d831000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:33:27.877 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:27 smithi097 bash[18818]: debug 2024-03-30T04:33:27.447+0000 7f21649c7000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:33:27.877 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:27 smithi097 bash[18818]: debug 2024-03-30T04:33:27.691+0000 7f21649c7000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:33:28.013 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:27 smithi105 bash[19797]: debug 2024-03-30T04:33:27.744+0000 7fa08d831000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:33:28.353 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:27 smithi097 bash[18818]: debug 2024-03-30T04:33:27.959+0000 7f21649c7000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:33:28.353 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:28 smithi097 bash[18818]: debug 2024-03-30T04:33:28.119+0000 7f21649c7000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:33:28.381 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:28 smithi105 bash[19797]: debug 2024-03-30T04:33:28.012+0000 7fa08d831000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:33:28.381 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:28 smithi105 bash[19797]: debug 2024-03-30T04:33:28.172+0000 7fa08d831000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:33:28.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:28 smithi097 bash[18818]: debug 2024-03-30T04:33:28.355+0000 7f21649c7000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:33:28.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:28 smithi097 bash[18818]: debug 2024-03-30T04:33:28.471+0000 7f21649c7000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:33:28.714 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:28 smithi105 bash[19797]: debug 2024-03-30T04:33:28.412+0000 7fa08d831000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:33:28.714 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:28 smithi105 bash[19797]: debug 2024-03-30T04:33:28.528+0000 7fa08d831000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:33:29.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:28 smithi097 bash[18818]: debug 2024-03-30T04:33:28.811+0000 7f21649c7000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:33:29.142 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:28 smithi105 bash[19797]: debug 2024-03-30T04:33:28.864+0000 7fa08d831000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:33:29.848 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:29 smithi105 bash[19797]: debug 2024-03-30T04:33:29.592+0000 7fa08d831000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:33:29.848 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:29 smithi105 bash[19797]: debug 2024-03-30T04:33:29.708+0000 7fa08d831000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:33:29.877 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:29 smithi097 bash[18818]: debug 2024-03-30T04:33:29.551+0000 7f21649c7000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:33:29.877 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:29 smithi097 bash[18818]: debug 2024-03-30T04:33:29.679+0000 7f21649c7000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:33:30.209 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:29 smithi097 bash[18818]: debug 2024-03-30T04:33:29.887+0000 7f21649c7000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:33:30.213 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:29 smithi105 bash[19797]: debug 2024-03-30T04:33:29.920+0000 7fa08d831000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:33:30.587 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: debug 2024-03-30T04:33:30.211+0000 7f21649c7000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:33:30.617 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: debug 2024-03-30T04:33:30.244+0000 7fa08d831000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:33:30.859 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: debug 2024-03-30T04:33:30.587+0000 7f21649c7000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:33:30.859 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: debug 2024-03-30T04:33:30.703+0000 7f21649c7000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.728627+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.729836+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon y 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.739008+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.758743+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.758836+0000 mon.a (mon.0) 769 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: audit 2024-03-30T04:33:30.762223+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: audit 2024-03-30T04:33:30.763733+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: audit 2024-03-30T04:33:30.765497+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18564]: audit 2024-03-30T04:33:30.765862+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:33:30.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.728627+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.729836+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon y 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.739008+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.758743+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.758836+0000 mon.a (mon.0) 769 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: audit 2024-03-30T04:33:30.762223+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: audit 2024-03-30T04:33:30.763733+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: audit 2024-03-30T04:33:30.765497+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:33:30.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[23956]: audit 2024-03-30T04:33:30.765862+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:33:30.914 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: debug 2024-03-30T04:33:30.616+0000 7fa08d831000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:33:30.914 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: debug 2024-03-30T04:33:30.732+0000 7fa08d831000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:33:30.914 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: [30/Mar/2024:04:33:30] ENGINE Bus STARTING 2024-03-30T04:33:30.914 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: CherryPy Checker: 2024-03-30T04:33:30.914 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: The Application mounted at '' has an empty config. 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: [30/Mar/2024:04:33:30] ENGINE Serving on http://:::9283 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[19797]: [30/Mar/2024:04:33:30] ENGINE Bus STARTED 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.728627+0000 mon.a (mon.0) 765 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.729836+0000 mon.a (mon.0) 766 : cluster [INF] Activating manager daemon y 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.739008+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.758743+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.758836+0000 mon.a (mon.0) 769 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: audit 2024-03-30T04:33:30.762223+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: audit 2024-03-30T04:33:30.763733+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: audit 2024-03-30T04:33:30.765497+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:33:30.915 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:30 smithi105 bash[18682]: audit 2024-03-30T04:33:30.765862+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.105:0/4012512778' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:33:31.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: [30/Mar/2024:04:33:30] ENGINE Bus STARTING 2024-03-30T04:33:31.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: CherryPy Checker: 2024-03-30T04:33:31.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: The Application mounted at '' has an empty config. 2024-03-30T04:33:31.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: [30/Mar/2024:04:33:30] ENGINE Serving on http://:::9283 2024-03-30T04:33:31.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:30 smithi097 bash[18818]: [30/Mar/2024:04:33:30] ENGINE Bus STARTED 2024-03-30T04:33:31.839 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled node-exporter update... 2024-03-30T04:33:32.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18818]: [30/Mar/2024:04:33:31] ENGINE Bus STARTING 2024-03-30T04:33:32.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18818]: [30/Mar/2024:04:33:31] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:33:32.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18818]: [30/Mar/2024:04:33:31] ENGINE Bus STARTED 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.793612+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0640222s), standbys: x 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.798447+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.805313+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.805500+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.805718+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.805876+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.806013+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.806239+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:33:32.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.806425+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.806674+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.806842+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.807091+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.807264+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.807500+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.807678+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.807850+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.808247+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: cluster 2024-03-30T04:33:30.816432+0000 mon.a (mon.0) 787 : cluster [INF] Manager daemon y is now available 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.837457+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.793612+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0640222s), standbys: x 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.798447+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.805313+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.805500+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.805718+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.805876+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.806013+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.806239+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.806425+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.806674+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.806842+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.807091+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.807264+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.807500+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:32.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.807678+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.807850+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.808247+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: cluster 2024-03-30T04:33:30.816432+0000 mon.a (mon.0) 787 : cluster [INF] Manager daemon y is now available 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.837457+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.840217+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.842505+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.843940+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.844847+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.847902+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.848435+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:32.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.852081+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]': finished 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.855738+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]': finished 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: cephadm 2024-03-30T04:33:30.856013+0000 mgr.y (mgr.24304) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: cephadm 2024-03-30T04:33:30.856659+0000 mgr.y (mgr.24304) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.859237+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.873163+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:30.877808+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.231113+0000 mgr.y (mgr.24304) 3 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:31.320498+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.467112+0000 mgr.y (mgr.24304) 4 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:31.573352+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:31.580769+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:31.586095+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:33:32.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[18564]: audit 2024-03-30T04:33:31.792345+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.840217+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.842505+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.843940+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.844847+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.847902+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.848435+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.852081+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]': finished 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.855738+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]': finished 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: cephadm 2024-03-30T04:33:30.856013+0000 mgr.y (mgr.24304) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: cephadm 2024-03-30T04:33:30.856659+0000 mgr.y (mgr.24304) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.859237+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.873163+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:32.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:30.877808+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.231113+0000 mgr.y (mgr.24304) 3 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:31.320498+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.467112+0000 mgr.y (mgr.24304) 4 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:31.573352+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:31.580769+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:31.586095+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:33:32.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:31 smithi097 bash[23956]: audit 2024-03-30T04:33:31.792345+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.793612+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0640222s), standbys: x 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.798447+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.805313+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.805500+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.805718+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.805876+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.806013+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.806239+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.806425+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.806674+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.806842+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.807091+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:33:32.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.807264+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.807500+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.807678+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.807850+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.808247+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: cluster 2024-03-30T04:33:30.816432+0000 mon.a (mon.0) 787 : cluster [INF] Manager daemon y is now available 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.837457+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.840217+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.842505+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.843940+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.844847+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.847902+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.848435+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.852081+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]': finished 2024-03-30T04:33:32.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.855738+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]': finished 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: cephadm 2024-03-30T04:33:30.856013+0000 mgr.y (mgr.24304) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: cephadm 2024-03-30T04:33:30.856659+0000 mgr.y (mgr.24304) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.859237+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.873163+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:30.877808+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.231113+0000 mgr.y (mgr.24304) 3 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:31.320498+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.467112+0000 mgr.y (mgr.24304) 4 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:31.573352+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:31.580769+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:31.586095+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-30T04:33:32.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:31 smithi105 bash[18682]: audit 2024-03-30T04:33:31.792345+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.614 DEBUG:teuthology.orchestra.run.smithi097:node-exporter.a> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service 2024-03-30T04:33:32.617 DEBUG:teuthology.orchestra.run.smithi105:node-exporter.b> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service 2024-03-30T04:33:32.619 INFO:tasks.cephadm:Adding alertmanager.a on smithi097 2024-03-30T04:33:32.620 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply alertmanager '1;smithi097=a' 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.668917+0000 mgr.y (mgr.24304) 5 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Bus STARTING 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.786707+0000 mgr.y (mgr.24304) 6 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.786982+0000 mgr.y (mgr.24304) 7 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Bus STARTED 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: audit 2024-03-30T04:33:31.821885+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cluster 2024-03-30T04:33:31.821955+0000 mon.a (mon.0) 806 : cluster [DBG] mgrmap e18: y(active, since 1.09238s), standbys: x 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: audit 2024-03-30T04:33:31.831001+0000 mgr.y (mgr.24304) 8 : audit [DBG] from='client.24305 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi097=a;smithi105=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:32.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cluster 2024-03-30T04:33:31.831859+0000 mgr.y (mgr.24304) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.835103+0000 mgr.y (mgr.24304) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi097=a;smithi105=b;count:2 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: cephadm 2024-03-30T04:33:31.841099+0000 mgr.y (mgr.24304) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi105 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[23956]: audit 2024-03-30T04:33:31.841868+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.668917+0000 mgr.y (mgr.24304) 5 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Bus STARTING 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.786707+0000 mgr.y (mgr.24304) 6 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.786982+0000 mgr.y (mgr.24304) 7 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Bus STARTED 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: audit 2024-03-30T04:33:31.821885+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:33:32.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cluster 2024-03-30T04:33:31.821955+0000 mon.a (mon.0) 806 : cluster [DBG] mgrmap e18: y(active, since 1.09238s), standbys: x 2024-03-30T04:33:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: audit 2024-03-30T04:33:31.831001+0000 mgr.y (mgr.24304) 8 : audit [DBG] from='client.24305 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi097=a;smithi105=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cluster 2024-03-30T04:33:31.831859+0000 mgr.y (mgr.24304) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.835103+0000 mgr.y (mgr.24304) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi097=a;smithi105=b;count:2 2024-03-30T04:33:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: cephadm 2024-03-30T04:33:31.841099+0000 mgr.y (mgr.24304) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi105 2024-03-30T04:33:32.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:32 smithi097 bash[18564]: audit 2024-03-30T04:33:31.841868+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.668917+0000 mgr.y (mgr.24304) 5 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Bus STARTING 2024-03-30T04:33:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.786707+0000 mgr.y (mgr.24304) 6 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:33:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.786982+0000 mgr.y (mgr.24304) 7 : cephadm [INF] [30/Mar/2024:04:33:31] ENGINE Bus STARTED 2024-03-30T04:33:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: audit 2024-03-30T04:33:31.821885+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-30T04:33:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cluster 2024-03-30T04:33:31.821955+0000 mon.a (mon.0) 806 : cluster [DBG] mgrmap e18: y(active, since 1.09238s), standbys: x 2024-03-30T04:33:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: audit 2024-03-30T04:33:31.831001+0000 mgr.y (mgr.24304) 8 : audit [DBG] from='client.24305 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi097=a;smithi105=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:32.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cluster 2024-03-30T04:33:31.831859+0000 mgr.y (mgr.24304) 9 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:32.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.835103+0000 mgr.y (mgr.24304) 10 : cephadm [INF] Saving service node-exporter spec with placement smithi097=a;smithi105=b;count:2 2024-03-30T04:33:32.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: cephadm 2024-03-30T04:33:31.841099+0000 mgr.y (mgr.24304) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi105 2024-03-30T04:33:32.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:32 smithi105 bash[18682]: audit 2024-03-30T04:33:31.841868+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:34.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:33 smithi097 bash[18564]: cluster 2024-03-30T04:33:32.803894+0000 mgr.y (mgr.24304) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:33 smithi097 bash[18564]: cluster 2024-03-30T04:33:32.852197+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:33:34.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:33 smithi097 bash[23956]: cluster 2024-03-30T04:33:32.803894+0000 mgr.y (mgr.24304) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:33 smithi097 bash[23956]: cluster 2024-03-30T04:33:32.852197+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:33:34.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:33 smithi105 bash[18682]: cluster 2024-03-30T04:33:32.803894+0000 mgr.y (mgr.24304) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:34.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:33 smithi105 bash[18682]: cluster 2024-03-30T04:33:32.852197+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-03-30T04:33:34.877 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:34 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:33:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:35.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:35 smithi097 bash[18564]: audit 2024-03-30T04:33:34.609123+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:35.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:35 smithi097 bash[18564]: audit 2024-03-30T04:33:34.619975+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:35.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:35 smithi097 bash[23956]: audit 2024-03-30T04:33:34.609123+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:35.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:35 smithi097 bash[23956]: audit 2024-03-30T04:33:34.619975+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:35.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:35 smithi105 bash[18682]: audit 2024-03-30T04:33:34.609123+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:35.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:35 smithi105 bash[18682]: audit 2024-03-30T04:33:34.619975+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:36.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:36 smithi097 bash[18564]: cluster 2024-03-30T04:33:34.804427+0000 mgr.y (mgr.24304) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:36.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:36 smithi097 bash[23956]: cluster 2024-03-30T04:33:34.804427+0000 mgr.y (mgr.24304) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:36.886 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:36 smithi105 bash[18682]: cluster 2024-03-30T04:33:34.804427+0000 mgr.y (mgr.24304) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:37.363 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled alertmanager update... 2024-03-30T04:33:38.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[18564]: cluster 2024-03-30T04:33:36.805021+0000 mgr.y (mgr.24304) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[18564]: audit 2024-03-30T04:33:37.354851+0000 mgr.y (mgr.24304) 15 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi097=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:38.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[18564]: cephadm 2024-03-30T04:33:37.358385+0000 mgr.y (mgr.24304) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi097=a;count:1 2024-03-30T04:33:38.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[18564]: audit 2024-03-30T04:33:37.365706+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:38.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[23956]: cluster 2024-03-30T04:33:36.805021+0000 mgr.y (mgr.24304) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[23956]: audit 2024-03-30T04:33:37.354851+0000 mgr.y (mgr.24304) 15 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi097=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:38.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[23956]: cephadm 2024-03-30T04:33:37.358385+0000 mgr.y (mgr.24304) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi097=a;count:1 2024-03-30T04:33:38.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:38 smithi097 bash[23956]: audit 2024-03-30T04:33:37.365706+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:38.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:38 smithi105 bash[18682]: cluster 2024-03-30T04:33:36.805021+0000 mgr.y (mgr.24304) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:38.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:38 smithi105 bash[18682]: audit 2024-03-30T04:33:37.354851+0000 mgr.y (mgr.24304) 15 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi097=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:38.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:38 smithi105 bash[18682]: cephadm 2024-03-30T04:33:37.358385+0000 mgr.y (mgr.24304) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi097=a;count:1 2024-03-30T04:33:38.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:38 smithi105 bash[18682]: audit 2024-03-30T04:33:37.365706+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:39.184 DEBUG:teuthology.orchestra.run.smithi097:alertmanager.a> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service 2024-03-30T04:33:39.186 INFO:tasks.cephadm:Adding grafana.a on smithi105 2024-03-30T04:33:39.187 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph orch apply grafana '1;smithi105=a' 2024-03-30T04:33:40.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:40 smithi097 bash[18564]: cluster 2024-03-30T04:33:38.805611+0000 mgr.y (mgr.24304) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:40.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:40 smithi097 bash[23956]: cluster 2024-03-30T04:33:38.805611+0000 mgr.y (mgr.24304) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:40.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:40 smithi105 bash[18682]: cluster 2024-03-30T04:33:38.805611+0000 mgr.y (mgr.24304) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:42.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:42 smithi105 bash[18682]: cluster 2024-03-30T04:33:40.806152+0000 mgr.y (mgr.24304) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:42 smithi097 bash[18564]: cluster 2024-03-30T04:33:40.806152+0000 mgr.y (mgr.24304) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:42 smithi097 bash[23956]: cluster 2024-03-30T04:33:40.806152+0000 mgr.y (mgr.24304) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:43.469 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled grafana update... 2024-03-30T04:33:44.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:44 smithi105 bash[18682]: cluster 2024-03-30T04:33:42.806850+0000 mgr.y (mgr.24304) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:44.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:44 smithi105 bash[18682]: audit 2024-03-30T04:33:43.459629+0000 mgr.y (mgr.24304) 20 : audit [DBG] from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi105=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:44.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:44 smithi105 bash[18682]: cephadm 2024-03-30T04:33:43.462954+0000 mgr.y (mgr.24304) 21 : cephadm [INF] Saving service grafana spec with placement smithi105=a;count:1 2024-03-30T04:33:44.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:44 smithi105 bash[18682]: audit 2024-03-30T04:33:43.472106+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:44.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[18564]: cluster 2024-03-30T04:33:42.806850+0000 mgr.y (mgr.24304) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:44.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[18564]: audit 2024-03-30T04:33:43.459629+0000 mgr.y (mgr.24304) 20 : audit [DBG] from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi105=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:44.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[18564]: cephadm 2024-03-30T04:33:43.462954+0000 mgr.y (mgr.24304) 21 : cephadm [INF] Saving service grafana spec with placement smithi105=a;count:1 2024-03-30T04:33:44.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[18564]: audit 2024-03-30T04:33:43.472106+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:44.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[23956]: cluster 2024-03-30T04:33:42.806850+0000 mgr.y (mgr.24304) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:44.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[23956]: audit 2024-03-30T04:33:43.459629+0000 mgr.y (mgr.24304) 20 : audit [DBG] from='client.24335 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi105=a", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:33:44.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[23956]: cephadm 2024-03-30T04:33:43.462954+0000 mgr.y (mgr.24304) 21 : cephadm [INF] Saving service grafana spec with placement smithi105=a;count:1 2024-03-30T04:33:44.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:44 smithi097 bash[23956]: audit 2024-03-30T04:33:43.472106+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:44.934 DEBUG:teuthology.orchestra.run.smithi105:grafana.a> sudo journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service 2024-03-30T04:33:44.936 INFO:tasks.cephadm:Setting up client nodes... 2024-03-30T04:33:44.939 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-30T04:33:46.404 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.404 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.405 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.405 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.405 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:46 smithi097 bash[18564]: cluster 2024-03-30T04:33:44.807437+0000 mgr.y (mgr.24304) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:46.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:46 smithi097 bash[23956]: cluster 2024-03-30T04:33:44.807437+0000 mgr.y (mgr.24304) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:46.655 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.656 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.656 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.657 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:46.657 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: Started Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:46.657 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:46 smithi105 bash[18682]: cluster 2024-03-30T04:33:44.807437+0000 mgr.y (mgr.24304) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:46.657 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:46 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.696466+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.698683+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.700029+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.700974+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.710256+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: cephadm 2024-03-30T04:33:46.710759+0000 mgr.y (mgr.24304) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.715091+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.715569+0000 mgr.y (mgr.24304) 24 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.716600+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.105:9095"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.716980+0000 mgr.y (mgr.24304) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.105:9095"}]: dispatch 2024-03-30T04:33:47.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.723595+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.728384+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.729530+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.730407+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.738988+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: cephadm 2024-03-30T04:33:46.739452+0000 mgr.y (mgr.24304) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.742040+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.743143+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.743874+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.696466+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.698683+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.700029+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.700974+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.710256+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: cephadm 2024-03-30T04:33:46.710759+0000 mgr.y (mgr.24304) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.715091+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.715569+0000 mgr.y (mgr.24304) 24 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.716600+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.105:9095"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.716980+0000 mgr.y (mgr.24304) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.105:9095"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.723595+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.728384+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.729530+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.730407+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.738988+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: cephadm 2024-03-30T04:33:46.739452+0000 mgr.y (mgr.24304) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.742040+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.743143+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.743874+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: audit 2024-03-30T04:33:46.751398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: cephadm 2024-03-30T04:33:46.751864+0000 mgr.y (mgr.24304) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[18564]: cluster 2024-03-30T04:33:46.808124+0000 mgr.y (mgr.24304) 28 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: audit 2024-03-30T04:33:46.751398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: cephadm 2024-03-30T04:33:46.751864+0000 mgr.y (mgr.24304) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:47 smithi097 bash[23956]: cluster 2024-03-30T04:33:46.808124+0000 mgr.y (mgr.24304) 28 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:47.897 INFO:teuthology.orchestra.run.smithi097.stdout:[client.0] 2024-03-30T04:33:47.897 INFO:teuthology.orchestra.run.smithi097.stdout: key = AQArlgdmnycyNRAA4N/2Wn+DpVqcJdL98p/Dsw== 2024-03-30T04:33:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.696466+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.698683+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.700029+0000 mon.a (mon.0) 815 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.700974+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.710256+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: cephadm 2024-03-30T04:33:46.710759+0000 mgr.y (mgr.24304) 23 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.715091+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.715569+0000 mgr.y (mgr.24304) 24 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.716600+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.105:9095"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.716980+0000 mgr.y (mgr.24304) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.105:9095"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.723595+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.728384+0000 mon.a (mon.0) 821 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.729530+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.730407+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.738988+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: cephadm 2024-03-30T04:33:46.739452+0000 mgr.y (mgr.24304) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.742040+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.743143+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.743874+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: audit 2024-03-30T04:33:46.751398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: cephadm 2024-03-30T04:33:46.751864+0000 mgr.y (mgr.24304) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:33:47.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[18682]: cluster 2024-03-30T04:33:46.808124+0000 mgr.y (mgr.24304) 28 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.908Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.908Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.908Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.908Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi105 (none))" 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.908Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.908Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.910Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.910Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.912Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.914Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:33:47.966 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.914Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.536µs 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.914Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.915Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.915Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=50.317µs wal_replay_duration=180.485µs total_replay_duration=276.306µs 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.916Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.916Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.916Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.935Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.871186ms db_storage=732ns remote_storage=1.661µs web_handler=257ns query_engine=622ns scrape=253.253µs scrape_sd=18.355µs notify=918ns notify_sd=1.714µs rules=18.375189ms 2024-03-30T04:33:47.967 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:47 smithi105 bash[36276]: ts=2024-03-30T04:33:47.935Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:33:48.567 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-03-30T04:33:48.567 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-30T04:33:48.567 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-30T04:33:48.590 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-30T04:33:48.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:48 smithi097 bash[18564]: audit 2024-03-30T04:33:47.892224+0000 mon.a (mon.0) 829 : audit [INF] from='client.? 172.21.15.97:0/167267804' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:48.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:48 smithi097 bash[18564]: audit 2024-03-30T04:33:47.900450+0000 mon.a (mon.0) 830 : audit [INF] from='client.? 172.21.15.97:0/167267804' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:33:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:48 smithi097 bash[23956]: audit 2024-03-30T04:33:47.892224+0000 mon.a (mon.0) 829 : audit [INF] from='client.? 172.21.15.97:0/167267804' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:48.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:48 smithi097 bash[23956]: audit 2024-03-30T04:33:47.900450+0000 mon.a (mon.0) 830 : audit [INF] from='client.? 172.21.15.97:0/167267804' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:33:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:48 smithi105 bash[18682]: audit 2024-03-30T04:33:47.892224+0000 mon.a (mon.0) 829 : audit [INF] from='client.? 172.21.15.97:0/167267804' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:48 smithi105 bash[18682]: audit 2024-03-30T04:33:47.900450+0000 mon.a (mon.0) 830 : audit [INF] from='client.? 172.21.15.97:0/167267804' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:33:50.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:49 smithi097 bash[18564]: cluster 2024-03-30T04:33:48.808969+0000 mgr.y (mgr.24304) 29 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:50.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:49 smithi097 bash[23956]: cluster 2024-03-30T04:33:48.808969+0000 mgr.y (mgr.24304) 29 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:50.038 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:49 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:33:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:50.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:49 smithi105 bash[18682]: cluster 2024-03-30T04:33:48.808969+0000 mgr.y (mgr.24304) 29 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:50.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:50 smithi097 bash[18564]: audit 2024-03-30T04:33:49.870111+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:50.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:50 smithi097 bash[18564]: audit 2024-03-30T04:33:50.866069+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:50 smithi105 bash[18682]: audit 2024-03-30T04:33:49.870111+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:50 smithi105 bash[18682]: audit 2024-03-30T04:33:50.866069+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:51.310 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:50 smithi097 bash[23956]: audit 2024-03-30T04:33:49.870111+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:51.311 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:50 smithi097 bash[23956]: audit 2024-03-30T04:33:50.866069+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:52.243 INFO:teuthology.orchestra.run.smithi105.stdout:[client.1] 2024-03-30T04:33:52.243 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQAwlgdmj95LDhAAeHofqRd++HZbibVbUqMMzA== 2024-03-30T04:33:52.818 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[23956]: cluster 2024-03-30T04:33:50.809694+0000 mgr.y (mgr.24304) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:52.818 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[23956]: audit 2024-03-30T04:33:52.237833+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.105:0/1924492648' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:52.818 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[23956]: audit 2024-03-30T04:33:52.239519+0000 mon.a (mon.0) 833 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:52.819 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[23956]: audit 2024-03-30T04:33:52.246806+0000 mon.a (mon.0) 834 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:33:52.819 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:33:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:52.819 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[18564]: cluster 2024-03-30T04:33:50.809694+0000 mgr.y (mgr.24304) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:52.819 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[18564]: audit 2024-03-30T04:33:52.237833+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.105:0/1924492648' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:52.819 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[18564]: audit 2024-03-30T04:33:52.239519+0000 mon.a (mon.0) 833 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:52.820 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[18564]: audit 2024-03-30T04:33:52.246806+0000 mon.a (mon.0) 834 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:33:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:52 smithi105 bash[18682]: cluster 2024-03-30T04:33:50.809694+0000 mgr.y (mgr.24304) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:52 smithi105 bash[18682]: audit 2024-03-30T04:33:52.237833+0000 mon.b (mon.2) 29 : audit [INF] from='client.? 172.21.15.105:0/1924492648' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:52 smithi105 bash[18682]: audit 2024-03-30T04:33:52.239519+0000 mon.a (mon.0) 833 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-30T04:33:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:52 smithi105 bash[18682]: audit 2024-03-30T04:33:52.246806+0000 mon.a (mon.0) 834 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-30T04:33:53.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:52 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:33:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:53.217 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-03-30T04:33:53.217 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-30T04:33:53.217 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-30T04:33:53.237 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-30T04:33:53.237 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-30T04:33:53.238 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph mgr dump --format=json 2024-03-30T04:33:54.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:53 smithi097 bash[18564]: audit 2024-03-30T04:33:52.737394+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:54.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:53 smithi097 bash[18564]: cluster 2024-03-30T04:33:52.810374+0000 mgr.y (mgr.24304) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:53 smithi097 bash[18564]: audit 2024-03-30T04:33:52.820601+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:54.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:53 smithi097 bash[23956]: audit 2024-03-30T04:33:52.737394+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:54.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:53 smithi097 bash[23956]: cluster 2024-03-30T04:33:52.810374+0000 mgr.y (mgr.24304) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:54.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:53 smithi097 bash[23956]: audit 2024-03-30T04:33:52.820601+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:54.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:53 smithi105 bash[18682]: audit 2024-03-30T04:33:52.737394+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:54.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:53 smithi105 bash[18682]: cluster 2024-03-30T04:33:52.810374+0000 mgr.y (mgr.24304) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:54.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:53 smithi105 bash[18682]: audit 2024-03-30T04:33:52.820601+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:54.755 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:54 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:33:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:55.015 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.015 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:54 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:33:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:55.015 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.016 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.016 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.016 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.017 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.017 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:33:54 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.285 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.286 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.286 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.286 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: Started Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:55.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.287 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.287 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:33:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[42003]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.486774+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.497805+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.536111+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.538863+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.540709+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.553747+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: cephadm 2024-03-30T04:33:54.561279+0000 mgr.y (mgr.24304) 32 : cephadm [INF] Deploying daemon node-exporter.a on smithi097 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.753090+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:54.759768+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[18564]: audit 2024-03-30T04:33:55.298819+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.486774+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.497805+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.536111+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.538863+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.540709+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.553747+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: cephadm 2024-03-30T04:33:54.561279+0000 mgr.y (mgr.24304) 32 : cephadm [INF] Deploying daemon node-exporter.a on smithi097 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.753090+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:54.759768+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[23956]: audit 2024-03-30T04:33:55.298819+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.486774+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.497805+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.536111+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.538863+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.540709+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.553747+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: cephadm 2024-03-30T04:33:54.561279+0000 mgr.y (mgr.24304) 32 : cephadm [INF] Deploying daemon node-exporter.a on smithi097 2024-03-30T04:33:55.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.753090+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:54.759768+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 bash[18682]: audit 2024-03-30T04:33:55.298819+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:55.847 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:33:55.905 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.905 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.906 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.906 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.906 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.906 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.907 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.907 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.907 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.907 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.907 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:55.907 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:56.127 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:55 smithi097 bash[42003]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-30T04:33:56.213 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:56.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:55 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:56.214 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:56 smithi105 systemd[1]: Started Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:33:56.214 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:56 smithi105 bash[37174]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-03-30T04:33:56.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[18564]: cluster 2024-03-30T04:33:54.810783+0000 mgr.y (mgr.24304) 33 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:56.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[18564]: cephadm 2024-03-30T04:33:55.300189+0000 mgr.y (mgr.24304) 34 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:33:56.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[18564]: audit 2024-03-30T04:33:56.056813+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[23956]: cluster 2024-03-30T04:33:54.810783+0000 mgr.y (mgr.24304) 33 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[23956]: cephadm 2024-03-30T04:33:55.300189+0000 mgr.y (mgr.24304) 34 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:33:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[23956]: audit 2024-03-30T04:33:56.056813+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:56.628 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:33:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:33:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:56 smithi105 bash[18682]: cluster 2024-03-30T04:33:54.810783+0000 mgr.y (mgr.24304) 33 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:56 smithi105 bash[18682]: cephadm 2024-03-30T04:33:55.300189+0000 mgr.y (mgr.24304) 34 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:33:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:56 smithi105 bash[18682]: audit 2024-03-30T04:33:56.056813+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:57.127 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: aa2a8d90b84c: Pulling fs layer 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: b45d31ee2d7f: Pulling fs layer 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: b5db1e299295: Pulling fs layer 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: b45d31ee2d7f: Verifying Checksum 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: b45d31ee2d7f: Download complete 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: aa2a8d90b84c: Verifying Checksum 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: aa2a8d90b84c: Download complete 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: b5db1e299295: Verifying Checksum 2024-03-30T04:33:57.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:56 smithi097 bash[42003]: b5db1e299295: Download complete 2024-03-30T04:33:57.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: v1.3.1: Pulling from prometheus/node-exporter 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: aa2a8d90b84c: Pulling fs layer 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: b45d31ee2d7f: Pulling fs layer 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: b5db1e299295: Pulling fs layer 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: b45d31ee2d7f: Verifying Checksum 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: b45d31ee2d7f: Download complete 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: aa2a8d90b84c: Verifying Checksum 2024-03-30T04:33:57.905 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: aa2a8d90b84c: Download complete 2024-03-30T04:33:57.906 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[18682]: cephadm 2024-03-30T04:33:56.080259+0000 mgr.y (mgr.24304) 35 : cephadm [INF] Deploying daemon alertmanager.a on smithi097 2024-03-30T04:33:58.111 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:57 smithi097 bash[23956]: cephadm 2024-03-30T04:33:56.080259+0000 mgr.y (mgr.24304) 35 : cephadm [INF] Deploying daemon alertmanager.a on smithi097 2024-03-30T04:33:58.111 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:57 smithi097 bash[42003]: aa2a8d90b84c: Pull complete 2024-03-30T04:33:58.111 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:57 smithi097 bash[18564]: cephadm 2024-03-30T04:33:56.080259+0000 mgr.y (mgr.24304) 35 : cephadm [INF] Deploying daemon alertmanager.a on smithi097 2024-03-30T04:33:58.202 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: b5db1e299295: Verifying Checksum 2024-03-30T04:33:58.202 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:57 smithi105 bash[37174]: b5db1e299295: Download complete 2024-03-30T04:33:58.202 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:58 smithi105 bash[37174]: aa2a8d90b84c: Pull complete 2024-03-30T04:33:58.675 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:33:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:33:58.675 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[23956]: cluster 2024-03-30T04:33:56.811079+0000 mgr.y (mgr.24304) 36 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:58.675 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[23956]: audit 2024-03-30T04:33:58.532513+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:58.676 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[42003]: b45d31ee2d7f: Pull complete 2024-03-30T04:33:58.676 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[18564]: cluster 2024-03-30T04:33:56.811079+0000 mgr.y (mgr.24304) 36 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:58.676 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[18564]: audit 2024-03-30T04:33:58.532513+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:58.935 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:58 smithi105 bash[18682]: cluster 2024-03-30T04:33:56.811079+0000 mgr.y (mgr.24304) 36 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:33:58.936 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:33:58 smithi105 bash[18682]: audit 2024-03-30T04:33:58.532513+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:33:58.939 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:33:58 smithi097 bash[42003]: b5db1e299295: Pull complete 2024-03-30T04:33:59.213 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:58 smithi105 bash[37174]: b45d31ee2d7f: Pull complete 2024-03-30T04:34:00.213 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:33:59 smithi105 bash[37174]: b5db1e299295: Pull complete 2024-03-30T04:34:00.377 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:00 smithi097 bash[42003]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-30T04:34:00.648 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:00 smithi105 bash[37174]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-03-30T04:34:00.649 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:00 smithi105 bash[37174]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-30T04:34:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:00 smithi097 bash[23956]: cluster 2024-03-30T04:33:58.811429+0000 mgr.y (mgr.24304) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:00.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:00 smithi097 bash[18564]: cluster 2024-03-30T04:33:58.811429+0000 mgr.y (mgr.24304) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:00.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:00 smithi097 bash[42003]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-03-30T04:34:00.910 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:00 smithi105 bash[18682]: cluster 2024-03-30T04:33:58.811429+0000 mgr.y (mgr.24304) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:01.875 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.642Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:34:01.875 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.642Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.642Z 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/.+)($|/) 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.642Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:34:01.876 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:34:01.877 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:34:01.878 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.643Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:34:01.879 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[37174]: ts=2024-03-30T04:34:01.644Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:34:02.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:34:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:02.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:01 smithi097 bash[18564]: cluster 2024-03-30T04:34:00.811957+0000 mgr.y (mgr.24304) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:02.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:01 smithi097 bash[18564]: audit 2024-03-30T04:34:00.882948+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:02.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:01 smithi097 bash[23956]: cluster 2024-03-30T04:34:00.811957+0000 mgr.y (mgr.24304) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:02.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:01 smithi097 bash[23956]: audit 2024-03-30T04:34:00.882948+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:02.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[18682]: cluster 2024-03-30T04:34:00.811957+0000 mgr.y (mgr.24304) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:02.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:01 smithi105 bash[18682]: audit 2024-03-30T04:34:00.882948+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:02.754 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.567Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.567Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.567Z 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/.+)($|/) 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.567Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:34:02.755 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.568Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:34:02.756 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:34:02.757 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:34:02.758 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:02 smithi097 bash[42003]: ts=2024-03-30T04:34:02.569Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:34:03.177 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:03 smithi097 bash[18564]: audit 2024-03-30T04:34:02.001435+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:03.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:03 smithi097 bash[23956]: audit 2024-03-30T04:34:02.001435+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:03.193 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:34:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:03 smithi105 bash[18682]: audit 2024-03-30T04:34:02.001435+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:03 smithi105 bash[18682]: audit 2024-03-30T04:34:02.009762+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:03.511 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:03 smithi097 bash[18564]: audit 2024-03-30T04:34:02.009762+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:03.511 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:03 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:34:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:03.511 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:03 smithi097 bash[23956]: audit 2024-03-30T04:34:02.009762+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:04.298 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:04 smithi097 bash[23956]: cluster 2024-03-30T04:34:02.812617+0000 mgr.y (mgr.24304) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:04.299 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:04 smithi097 bash[23956]: audit 2024-03-30T04:34:03.185490+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.97:0/3658972858' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:34:04.299 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:04 smithi097 bash[23956]: audit 2024-03-30T04:34:03.202114+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:04.299 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:04 smithi097 bash[18564]: cluster 2024-03-30T04:34:02.812617+0000 mgr.y (mgr.24304) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:04.299 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:04 smithi097 bash[18564]: audit 2024-03-30T04:34:03.185490+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.97:0/3658972858' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:34:04.299 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:04 smithi097 bash[18564]: audit 2024-03-30T04:34:03.202114+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:04.300 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":19,"active_gid":24304,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6800","nonce":1369162070},{"type":"v1","addr":"172.21.15.97:6801","nonce":1369162070}]},"active_addr":"172.21.15.97:6801/1369162070","active_change":"2024-03-30T04:33:30.729566+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24293,"name":"x","mgr_features":4540138303579357183,"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":"True","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":"upmap","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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","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":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","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":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","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":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","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":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","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":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","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_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","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_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":[]},"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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","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":[]}}},{"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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_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":[]}}},{"name":"mirroring","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":"nfs","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":"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":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","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":"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"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":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","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":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"stats","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":"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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","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","nfs","prometheus","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":"True","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":"upmap","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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","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":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","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":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","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":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","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":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","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":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","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_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","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_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":[]},"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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","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":[]}}},{"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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_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":[]}}},{"name":"mirroring","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":"nfs","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":"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":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","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":"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"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":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","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":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"stats","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":"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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","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://172.21.15.97:8443/","prometheus":"http://172.21.15.97:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":60,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.97:0","nonce":3416913745}]},{"addrvec":[{"type":"v2","addr":"172.21.15.97:0","nonce":3322530154}]},{"addrvec":[{"type":"v2","addr":"172.21.15.97:0","nonce":3302122078}]},{"addrvec":[{"type":"v2","addr":"172.21.15.97:0","nonce":1015559467}]}]}} 2024-03-30T04:34:04.304 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-30T04:34:04.304 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-30T04:34:04.304 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:34:04.377 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:04 smithi105 bash[18682]: cluster 2024-03-30T04:34:02.812617+0000 mgr.y (mgr.24304) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:04.378 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:04 smithi105 bash[18682]: audit 2024-03-30T04:34:03.185490+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.97:0/3658972858' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-30T04:34:04.378 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:04 smithi105 bash[18682]: audit 2024-03-30T04:34:03.202114+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:05.377 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:05 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:34:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:06.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:06 smithi097 bash[23956]: cluster 2024-03-30T04:34:04.813226+0000 mgr.y (mgr.24304) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:06.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:06 smithi097 bash[23956]: audit 2024-03-30T04:34:05.035956+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:06.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:06 smithi097 bash[23956]: audit 2024-03-30T04:34:05.045270+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:06.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:06 smithi097 bash[18564]: cluster 2024-03-30T04:34:04.813226+0000 mgr.y (mgr.24304) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:06.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:06 smithi097 bash[18564]: audit 2024-03-30T04:34:05.035956+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:06.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:06 smithi097 bash[18564]: audit 2024-03-30T04:34:05.045270+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:06 smithi105 bash[18682]: cluster 2024-03-30T04:34:04.813226+0000 mgr.y (mgr.24304) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:06 smithi105 bash[18682]: audit 2024-03-30T04:34:05.035956+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:06 smithi105 bash[18682]: audit 2024-03-30T04:34:05.045270+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:07.042 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.042 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.043 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.043 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.043 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.044 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.044 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:34:06 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.252 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:07.310 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.310 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.311 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.311 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.311 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.311 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.311 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.311 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.312 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.312 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.313 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:07.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:07 smithi097 systemd[1]: Started Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:34:07.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:07 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: cluster 2024-03-30T04:34:06.813698+0000 mgr.y (mgr.24304) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: audit 2024-03-30T04:34:07.347398+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: audit 2024-03-30T04:34:07.406416+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: audit 2024-03-30T04:34:07.410595+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: audit 2024-03-30T04:34:07.413588+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: audit 2024-03-30T04:34:07.414028+0000 mgr.y (mgr.24304) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: audit 2024-03-30T04:34:07.418323+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.607 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[23956]: cephadm 2024-03-30T04:34:07.421983+0000 mgr.y (mgr.24304) 43 : cephadm [INF] Deploying daemon grafana.a on smithi105 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: cluster 2024-03-30T04:34:06.813698+0000 mgr.y (mgr.24304) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: audit 2024-03-30T04:34:07.347398+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: audit 2024-03-30T04:34:07.406416+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: audit 2024-03-30T04:34:07.410595+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: audit 2024-03-30T04:34:07.413588+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: audit 2024-03-30T04:34:07.414028+0000 mgr.y (mgr.24304) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: audit 2024-03-30T04:34:07.418323+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.608 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:08 smithi097 bash[18564]: cephadm 2024-03-30T04:34:07.421983+0000 mgr.y (mgr.24304) 43 : cephadm [INF] Deploying daemon grafana.a on smithi105 2024-03-30T04:34:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: cluster 2024-03-30T04:34:06.813698+0000 mgr.y (mgr.24304) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: audit 2024-03-30T04:34:07.347398+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: audit 2024-03-30T04:34:07.406416+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: audit 2024-03-30T04:34:07.410595+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: audit 2024-03-30T04:34:07.413588+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: audit 2024-03-30T04:34:07.414028+0000 mgr.y (mgr.24304) 42 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: audit 2024-03-30T04:34:07.418323+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:08 smithi105 bash[18682]: cephadm 2024-03-30T04:34:07.421983+0000 mgr.y (mgr.24304) 43 : cephadm [INF] Deploying daemon grafana.a on smithi105 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.193Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.193Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.196Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.97 port=9094 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.196Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.232Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.232Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.235Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:34:09.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:09 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:09.235Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:34:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:10 smithi097 bash[23956]: cluster 2024-03-30T04:34:08.814323+0000 mgr.y (mgr.24304) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:10 smithi097 bash[18564]: cluster 2024-03-30T04:34:08.814323+0000 mgr.y (mgr.24304) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:10.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:10 smithi105 bash[18682]: cluster 2024-03-30T04:34:08.814323+0000 mgr.y (mgr.24304) 44 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:11.161 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:34:11.161 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":60,"fsid":"8133883c-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:26:15.818814+0000","modified":"2024-03-30T04:33:30.728818+0000","last_up_change":"2024-03-30T04:33:06.304211+0000","last_in_change":"2024-03-30T04:32:39.478133+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":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:30:08.196684+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"22","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"a7b54360-a903-4489-a3c3-3f866b6fcdd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6803","nonce":2330379861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6805","nonce":2330379861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6809","nonce":2330379861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6807","nonce":2330379861}]},"public_addr":"172.21.15.97:6803/2330379861","cluster_addr":"172.21.15.97:6805/2330379861","heartbeat_back_addr":"172.21.15.97:6809/2330379861","heartbeat_front_addr":"172.21.15.97:6807/2330379861","state":["exists","up"]},{"osd":1,"uuid":"f06b8659-28fe-45e1-8595-fae9c5ea902c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6811","nonce":486474958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6813","nonce":486474958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6816","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6817","nonce":486474958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6815","nonce":486474958}]},"public_addr":"172.21.15.97:6811/486474958","cluster_addr":"172.21.15.97:6813/486474958","heartbeat_back_addr":"172.21.15.97:6817/486474958","heartbeat_front_addr":"172.21.15.97:6815/486474958","state":["exists","up"]},{"osd":2,"uuid":"d29eab3c-d069-45bb-8e87-26cc4988611f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6818","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6819","nonce":884670534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6820","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6821","nonce":884670534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6824","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6825","nonce":884670534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6822","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6823","nonce":884670534}]},"public_addr":"172.21.15.97:6819/884670534","cluster_addr":"172.21.15.97:6821/884670534","heartbeat_back_addr":"172.21.15.97:6825/884670534","heartbeat_front_addr":"172.21.15.97:6823/884670534","state":["exists","up"]},{"osd":3,"uuid":"c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6826","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6827","nonce":4023100539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6828","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6829","nonce":4023100539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6832","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6833","nonce":4023100539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6830","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6831","nonce":4023100539}]},"public_addr":"172.21.15.97:6827/4023100539","cluster_addr":"172.21.15.97:6829/4023100539","heartbeat_back_addr":"172.21.15.97:6833/4023100539","heartbeat_front_addr":"172.21.15.97:6831/4023100539","state":["exists","up"]},{"osd":4,"uuid":"7c168218-b757-4e7f-bba9-6a175fc39079","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6801","nonce":873563631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6803","nonce":873563631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6807","nonce":873563631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6805","nonce":873563631}]},"public_addr":"172.21.15.105:6801/873563631","cluster_addr":"172.21.15.105:6803/873563631","heartbeat_back_addr":"172.21.15.105:6807/873563631","heartbeat_front_addr":"172.21.15.105:6805/873563631","state":["exists","up"]},{"osd":5,"uuid":"2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6809","nonce":262019107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6811","nonce":262019107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6815","nonce":262019107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6813","nonce":262019107}]},"public_addr":"172.21.15.105:6809/262019107","cluster_addr":"172.21.15.105:6811/262019107","heartbeat_back_addr":"172.21.15.105:6815/262019107","heartbeat_front_addr":"172.21.15.105:6813/262019107","state":["exists","up"]},{"osd":6,"uuid":"d89821c8-cc37-4aef-936d-07027c2f44bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6817","nonce":2930116249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6819","nonce":2930116249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6823","nonce":2930116249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6821","nonce":2930116249}]},"public_addr":"172.21.15.105:6817/2930116249","cluster_addr":"172.21.15.105:6819/2930116249","heartbeat_back_addr":"172.21.15.105:6823/2930116249","heartbeat_front_addr":"172.21.15.105:6821/2930116249","state":["exists","up"]},{"osd":7,"uuid":"847a9856-cd6d-4a10-9d2d-e26d83dcda6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6825","nonce":4110618711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6827","nonce":4110618711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6831","nonce":4110618711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6829","nonce":4110618711}]},"public_addr":"172.21.15.105:6825/4110618711","cluster_addr":"172.21.15.105:6827/4110618711","heartbeat_back_addr":"172.21.15.105:6831/4110618711","heartbeat_front_addr":"172.21.15.105:6829/4110618711","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:57.307136+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:30.662935+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:05.240709+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:42.085653+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:17.423567+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:51.269723+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:32:26.348538+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:33:04.338323+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.97:0/2559268001":"2024-03-31T04:33:30.728684+0000","172.21.15.97:0/926501764":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6801/4079212302":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6800/4079212302":"2024-03-31T04:33:30.728684+0000","172.21.15.97:0/2198148866":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6801/2951133804":"2024-03-31T04:27:15.566872+0000","172.21.15.97:6800/2951133804":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/2277644820":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/1014737183":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/1894085889":"2024-03-31T04:26:46.058434+0000","172.21.15.97:6800/2917626153":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/3709852554":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6801/2917626153":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/530862274":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/3211133294":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/2205089179":"2024-03-31T04:26:46.058434+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:34:11.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:34:11] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:11.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:11.197Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000416179s 2024-03-30T04:34:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:11 smithi105 bash[18682]: cluster 2024-03-30T04:34:10.814742+0000 mgr.y (mgr.24304) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:11 smithi105 bash[18682]: audit 2024-03-30T04:34:10.892231+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:11 smithi105 bash[18682]: audit 2024-03-30T04:34:11.163129+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.97:0/3894593750' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:34:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:11 smithi105 bash[18682]: audit 2024-03-30T04:34:11.272859+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:12.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[18564]: cluster 2024-03-30T04:34:10.814742+0000 mgr.y (mgr.24304) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:12.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[18564]: audit 2024-03-30T04:34:10.892231+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:12.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[18564]: audit 2024-03-30T04:34:11.163129+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.97:0/3894593750' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:34:12.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[18564]: audit 2024-03-30T04:34:11.272859+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[23956]: cluster 2024-03-30T04:34:10.814742+0000 mgr.y (mgr.24304) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:12.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[23956]: audit 2024-03-30T04:34:10.892231+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:12.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[23956]: audit 2024-03-30T04:34:11.163129+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.97:0/3894593750' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:34:12.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:11 smithi097 bash[23956]: audit 2024-03-30T04:34:11.272859+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:12.616 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-30T04:34:12.617 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-03-30T04:34:14.208 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:13 smithi097 bash[18564]: cluster 2024-03-30T04:34:12.815090+0000 mgr.y (mgr.24304) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:14.208 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:13 smithi097 bash[23956]: cluster 2024-03-30T04:34:12.815090+0000 mgr.y (mgr.24304) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:14.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:13 smithi105 bash[18682]: cluster 2024-03-30T04:34:12.815090+0000 mgr.y (mgr.24304) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:16.169 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:15 smithi097 bash[23956]: cluster 2024-03-30T04:34:14.815589+0000 mgr.y (mgr.24304) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:16.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:15 smithi097 bash[18564]: cluster 2024-03-30T04:34:14.815589+0000 mgr.y (mgr.24304) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:16.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:15 smithi105 bash[18682]: cluster 2024-03-30T04:34:14.815589+0000 mgr.y (mgr.24304) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:16.515 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:16.534 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:16 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:34:16] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:17.401 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:34:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:17.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[18564]: audit 2024-03-30T04:34:16.171803+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[18564]: audit 2024-03-30T04:34:17.144122+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[18564]: audit 2024-03-30T04:34:17.152270+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[23956]: audit 2024-03-30T04:34:16.171803+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[23956]: audit 2024-03-30T04:34:17.144122+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:17 smithi097 bash[23956]: audit 2024-03-30T04:34:17.152270+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:17 smithi105 bash[18682]: audit 2024-03-30T04:34:16.171803+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:17 smithi105 bash[18682]: audit 2024-03-30T04:34:17.144122+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:17.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:17 smithi105 bash[18682]: audit 2024-03-30T04:34:17.152270+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:18 smithi105 bash[18682]: cluster 2024-03-30T04:34:16.815988+0000 mgr.y (mgr.24304) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:18 smithi097 bash[23956]: cluster 2024-03-30T04:34:16.815988+0000 mgr.y (mgr.24304) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:19.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:18 smithi097 bash[18564]: cluster 2024-03-30T04:34:16.815988+0000 mgr.y (mgr.24304) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:19.196 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:34:19.197 INFO:teuthology.orchestra.run.smithi097.stdout:{"epoch":60,"fsid":"8133883c-ee4d-11ee-b647-cb9ed24678a4","created":"2024-03-30T04:26:15.818814+0000","modified":"2024-03-30T04:33:30.728818+0000","last_up_change":"2024-03-30T04:33:06.304211+0000","last_in_change":"2024-03-30T04:32:39.478133+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":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-30T04:30:08.196684+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"22","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"a7b54360-a903-4489-a3c3-3f866b6fcdd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6802","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6803","nonce":2330379861}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6804","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6805","nonce":2330379861}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6808","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6809","nonce":2330379861}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6806","nonce":2330379861},{"type":"v1","addr":"172.21.15.97:6807","nonce":2330379861}]},"public_addr":"172.21.15.97:6803/2330379861","cluster_addr":"172.21.15.97:6805/2330379861","heartbeat_back_addr":"172.21.15.97:6809/2330379861","heartbeat_front_addr":"172.21.15.97:6807/2330379861","state":["exists","up"]},{"osd":1,"uuid":"f06b8659-28fe-45e1-8595-fae9c5ea902c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6810","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6811","nonce":486474958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6812","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6813","nonce":486474958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6816","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6817","nonce":486474958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6814","nonce":486474958},{"type":"v1","addr":"172.21.15.97:6815","nonce":486474958}]},"public_addr":"172.21.15.97:6811/486474958","cluster_addr":"172.21.15.97:6813/486474958","heartbeat_back_addr":"172.21.15.97:6817/486474958","heartbeat_front_addr":"172.21.15.97:6815/486474958","state":["exists","up"]},{"osd":2,"uuid":"d29eab3c-d069-45bb-8e87-26cc4988611f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6818","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6819","nonce":884670534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6820","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6821","nonce":884670534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6824","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6825","nonce":884670534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6822","nonce":884670534},{"type":"v1","addr":"172.21.15.97:6823","nonce":884670534}]},"public_addr":"172.21.15.97:6819/884670534","cluster_addr":"172.21.15.97:6821/884670534","heartbeat_back_addr":"172.21.15.97:6825/884670534","heartbeat_front_addr":"172.21.15.97:6823/884670534","state":["exists","up"]},{"osd":3,"uuid":"c75fdf82-3fd9-4d4f-ac83-95a9a5287ae5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6826","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6827","nonce":4023100539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6828","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6829","nonce":4023100539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6832","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6833","nonce":4023100539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:6830","nonce":4023100539},{"type":"v1","addr":"172.21.15.97:6831","nonce":4023100539}]},"public_addr":"172.21.15.97:6827/4023100539","cluster_addr":"172.21.15.97:6829/4023100539","heartbeat_back_addr":"172.21.15.97:6833/4023100539","heartbeat_front_addr":"172.21.15.97:6831/4023100539","state":["exists","up"]},{"osd":4,"uuid":"7c168218-b757-4e7f-bba9-6a175fc39079","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6801","nonce":873563631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6803","nonce":873563631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6807","nonce":873563631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":873563631},{"type":"v1","addr":"172.21.15.105:6805","nonce":873563631}]},"public_addr":"172.21.15.105:6801/873563631","cluster_addr":"172.21.15.105:6803/873563631","heartbeat_back_addr":"172.21.15.105:6807/873563631","heartbeat_front_addr":"172.21.15.105:6805/873563631","state":["exists","up"]},{"osd":5,"uuid":"2bdd34f8-4b4a-4de8-8a12-1b5165c73bc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6808","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6809","nonce":262019107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6811","nonce":262019107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6815","nonce":262019107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":262019107},{"type":"v1","addr":"172.21.15.105:6813","nonce":262019107}]},"public_addr":"172.21.15.105:6809/262019107","cluster_addr":"172.21.15.105:6811/262019107","heartbeat_back_addr":"172.21.15.105:6815/262019107","heartbeat_front_addr":"172.21.15.105:6813/262019107","state":["exists","up"]},{"osd":6,"uuid":"d89821c8-cc37-4aef-936d-07027c2f44bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6816","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6817","nonce":2930116249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6819","nonce":2930116249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6823","nonce":2930116249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":2930116249},{"type":"v1","addr":"172.21.15.105:6821","nonce":2930116249}]},"public_addr":"172.21.15.105:6817/2930116249","cluster_addr":"172.21.15.105:6819/2930116249","heartbeat_back_addr":"172.21.15.105:6823/2930116249","heartbeat_front_addr":"172.21.15.105:6821/2930116249","state":["exists","up"]},{"osd":7,"uuid":"847a9856-cd6d-4a10-9d2d-e26d83dcda6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6824","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6825","nonce":4110618711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6827","nonce":4110618711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6831","nonce":4110618711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":4110618711},{"type":"v1","addr":"172.21.15.105:6829","nonce":4110618711}]},"public_addr":"172.21.15.105:6825/4110618711","cluster_addr":"172.21.15.105:6827/4110618711","heartbeat_back_addr":"172.21.15.105:6831/4110618711","heartbeat_front_addr":"172.21.15.105:6829/4110618711","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:28:57.307136+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:29:30.662935+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:05.240709+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:30:42.085653+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:17.423567+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:31:51.269723+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:32:26.348538+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2024-03-30T04:33:04.338323+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.97:0/2559268001":"2024-03-31T04:33:30.728684+0000","172.21.15.97:0/926501764":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6801/4079212302":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6800/4079212302":"2024-03-31T04:33:30.728684+0000","172.21.15.97:0/2198148866":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6801/2951133804":"2024-03-31T04:27:15.566872+0000","172.21.15.97:6800/2951133804":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/2277644820":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/1014737183":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/1894085889":"2024-03-31T04:26:46.058434+0000","172.21.15.97:6800/2917626153":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/3709852554":"2024-03-31T04:33:30.728684+0000","172.21.15.97:6801/2917626153":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/530862274":"2024-03-31T04:27:15.566872+0000","172.21.15.97:0/3211133294":"2024-03-31T04:26:46.058434+0000","172.21.15.97:0/2205089179":"2024-03-31T04:26:46.058434+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-30T04:34:19.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:19 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:19.199Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00226926s 2024-03-30T04:34:19.766 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.0 flush_pg_stats 2024-03-30T04:34:19.767 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.1 flush_pg_stats 2024-03-30T04:34:19.767 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.2 flush_pg_stats 2024-03-30T04:34:19.768 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.3 flush_pg_stats 2024-03-30T04:34:19.768 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.4 flush_pg_stats 2024-03-30T04:34:19.769 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.5 flush_pg_stats 2024-03-30T04:34:19.769 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.6 flush_pg_stats 2024-03-30T04:34:19.769 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph tell osd.7 flush_pg_stats 2024-03-30T04:34:19.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:19 smithi105 bash[18682]: audit 2024-03-30T04:34:19.198950+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.97:0/1995264032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:34:20.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:19 smithi097 bash[23956]: audit 2024-03-30T04:34:19.198950+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.97:0/1995264032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:34:20.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:19 smithi097 bash[18564]: audit 2024-03-30T04:34:19.198950+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.97:0/1995264032' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-30T04:34:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:20 smithi105 bash[18682]: cluster 2024-03-30T04:34:18.816679+0000 mgr.y (mgr.24304) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:21.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:20 smithi097 bash[18564]: cluster 2024-03-30T04:34:18.816679+0000 mgr.y (mgr.24304) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:20 smithi097 bash[23956]: cluster 2024-03-30T04:34:18.816679+0000 mgr.y (mgr.24304) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:22.620 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.622 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.622 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.622 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.623 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.626 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.627 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.629 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:22 smithi105 bash[18682]: cluster 2024-03-30T04:34:20.817277+0000 mgr.y (mgr.24304) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:23.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:22 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:34:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:23.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:22 smithi097 bash[23956]: cluster 2024-03-30T04:34:20.817277+0000 mgr.y (mgr.24304) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:22 smithi097 bash[18564]: cluster 2024-03-30T04:34:20.817277+0000 mgr.y (mgr.24304) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:23.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:23 smithi105 bash[18682]: audit 2024-03-30T04:34:22.702755+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:23.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:23 smithi105 bash[18682]: audit 2024-03-30T04:34:22.708303+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:23.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:23 smithi105 bash[18682]: cluster 2024-03-30T04:34:22.817911+0000 mgr.y (mgr.24304) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:24.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:23 smithi097 bash[23956]: audit 2024-03-30T04:34:22.702755+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:24.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:23 smithi097 bash[23956]: audit 2024-03-30T04:34:22.708303+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:24.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:23 smithi097 bash[23956]: cluster 2024-03-30T04:34:22.817911+0000 mgr.y (mgr.24304) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:24.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:23 smithi097 bash[18564]: audit 2024-03-30T04:34:22.702755+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:24.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:23 smithi097 bash[18564]: audit 2024-03-30T04:34:22.708303+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:24.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:23 smithi097 bash[18564]: cluster 2024-03-30T04:34:22.817911+0000 mgr.y (mgr.24304) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:26.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:25 smithi097 bash[23956]: cluster 2024-03-30T04:34:24.818367+0000 mgr.y (mgr.24304) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:26.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:25 smithi097 bash[18564]: cluster 2024-03-30T04:34:24.818367+0000 mgr.y (mgr.24304) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:25 smithi105 bash[18682]: cluster 2024-03-30T04:34:24.818367+0000 mgr.y (mgr.24304) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:28.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:28 smithi097 bash[23956]: cluster 2024-03-30T04:34:26.818937+0000 mgr.y (mgr.24304) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:28.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:28 smithi097 bash[18564]: cluster 2024-03-30T04:34:26.818937+0000 mgr.y (mgr.24304) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:28 smithi105 bash[18682]: cluster 2024-03-30T04:34:26.818937+0000 mgr.y (mgr.24304) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:30.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:30 smithi105 bash[18682]: cluster 2024-03-30T04:34:28.819442+0000 mgr.y (mgr.24304) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:30.998 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:30 smithi097 bash[23956]: cluster 2024-03-30T04:34:28.819442+0000 mgr.y (mgr.24304) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:30.998 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:30 smithi097 bash[18564]: cluster 2024-03-30T04:34:28.819442+0000 mgr.y (mgr.24304) 54 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:31.744 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.745 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.745 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:31 smithi105 bash[18682]: audit 2024-03-30T04:34:30.876102+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:31.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:31 smithi105 bash[18682]: audit 2024-03-30T04:34:30.881338+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:31.746 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.746 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.746 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.747 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.747 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:31.747 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.013 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.014 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.014 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.014 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.015 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.015 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.015 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.015 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.016 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.016 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:34:32.016 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:31 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:34:32.076 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:31 smithi097 bash[23956]: audit 2024-03-30T04:34:30.876102+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:32.076 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:31 smithi097 bash[23956]: audit 2024-03-30T04:34:30.881338+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:32.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:31 smithi097 bash[18564]: audit 2024-03-30T04:34:30.876102+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:34:32.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:31 smithi097 bash[18564]: audit 2024-03-30T04:34:30.881338+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:34:32.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:32 smithi105 bash[18682]: cluster 2024-03-30T04:34:30.819820+0000 mgr.y (mgr.24304) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:32 smithi105 bash[18682]: audit 2024-03-30T04:34:32.035514+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:32 smithi105 bash[18682]: audit 2024-03-30T04:34:32.038847+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:32 smithi105 bash[18682]: audit 2024-03-30T04:34:32.040883+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:32 smithi105 bash[18682]: audit 2024-03-30T04:34:32.042209+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:32.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:32 smithi105 bash[18682]: audit 2024-03-30T04:34:32.053400+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[18564]: cluster 2024-03-30T04:34:30.819820+0000 mgr.y (mgr.24304) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[18564]: audit 2024-03-30T04:34:32.035514+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[18564]: audit 2024-03-30T04:34:32.038847+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[18564]: audit 2024-03-30T04:34:32.040883+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[18564]: audit 2024-03-30T04:34:32.042209+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[18564]: audit 2024-03-30T04:34:32.053400+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[23956]: cluster 2024-03-30T04:34:30.819820+0000 mgr.y (mgr.24304) 55 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[23956]: audit 2024-03-30T04:34:32.035514+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:33.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[23956]: audit 2024-03-30T04:34:32.038847+0000 mon.a (mon.0) 869 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:33.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[23956]: audit 2024-03-30T04:34:32.040883+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:33.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[23956]: audit 2024-03-30T04:34:32.042209+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:33.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:32 smithi097 bash[23956]: audit 2024-03-30T04:34:32.053400+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:33.546 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2024-03-30T04:34:33.554 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2024-03-30T04:34:33.554 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:34:33.554 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-03-30T04:34:33.554 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="App mode production" logger=settings 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-03-30T04:34:33.555 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-03-30T04:34:33.556 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-03-30T04:34:33.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[18682]: cephadm 2024-03-30T04:34:32.054357+0000 mgr.y (mgr.24304) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:33.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[18682]: cephadm 2024-03-30T04:34:32.058227+0000 mgr.y (mgr.24304) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:34:33.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[18682]: cephadm 2024-03-30T04:34:32.066319+0000 mgr.y (mgr.24304) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi097 2024-03-30T04:34:33.807 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-03-30T04:34:33.807 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-03-30T04:34:33.807 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-03-30T04:34:33.807 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-03-30T04:34:33.807 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-03-30T04:34:34.075 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-30T04:34:34.075 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-03-30T04:34:34.076 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-03-30T04:34:34.076 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-03-30T04:34:34.076 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:33 smithi105 bash[38196]: t=2024-03-30T04:34:33+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-03-30T04:34:34.076 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-03-30T04:34:34.076 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-03-30T04:34:34.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:33 smithi097 bash[18564]: cephadm 2024-03-30T04:34:32.054357+0000 mgr.y (mgr.24304) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:34.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:33 smithi097 bash[18564]: cephadm 2024-03-30T04:34:32.058227+0000 mgr.y (mgr.24304) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:34:34.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:33 smithi097 bash[18564]: cephadm 2024-03-30T04:34:32.066319+0000 mgr.y (mgr.24304) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi097 2024-03-30T04:34:34.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:33 smithi097 bash[23956]: cephadm 2024-03-30T04:34:32.054357+0000 mgr.y (mgr.24304) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:34:34.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:33 smithi097 bash[23956]: cephadm 2024-03-30T04:34:32.058227+0000 mgr.y (mgr.24304) 57 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:34:34.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:33 smithi097 bash[23956]: cephadm 2024-03-30T04:34:32.066319+0000 mgr.y (mgr.24304) 58 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi097 2024-03-30T04:34:34.170 INFO:teuthology.orchestra.run.smithi097.stdout:34359738435 2024-03-30T04:34:34.171 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.0 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-03-30T04:34:34.345 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-03-30T04:34:34.602 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-03-30T04:34:34.602 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-03-30T04:34:34.602 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-03-30T04:34:34.602 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-03-30T04:34:34.603 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-03-30T04:34:34.603 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-03-30T04:34:34.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[18682]: cluster 2024-03-30T04:34:32.820440+0000 mgr.y (mgr.24304) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:34.902 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-03-30T04:34:34.902 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-03-30T04:34:34.902 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-03-30T04:34:34.902 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-03-30T04:34:35.056 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:34 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:34:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:35.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:34 smithi097 bash[23956]: cluster 2024-03-30T04:34:32.820440+0000 mgr.y (mgr.24304) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:35.056 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:34 smithi097 bash[18564]: cluster 2024-03-30T04:34:32.820440+0000 mgr.y (mgr.24304) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:35.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:34 smithi105 bash[38196]: t=2024-03-30T04:34:34+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-03-30T04:34:35.637 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[38196]: t=2024-03-30T04:34:35+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-03-30T04:34:35.637 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[38196]: t=2024-03-30T04:34:35+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-03-30T04:34:35.637 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[38196]: t=2024-03-30T04:34:35+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-03-30T04:34:35.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[18682]: cluster 2024-03-30T04:34:34.820787+0000 mgr.y (mgr.24304) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:35.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[18682]: audit 2024-03-30T04:34:34.852538+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:35.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[18682]: audit 2024-03-30T04:34:34.858160+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:35.964 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[38196]: t=2024-03-30T04:34:35+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-03-30T04:34:35.964 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[38196]: t=2024-03-30T04:34:35+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-03-30T04:34:35.964 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:35 smithi105 bash[38196]: t=2024-03-30T04:34:35+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-03-30T04:34:36.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:35 smithi097 bash[18564]: cluster 2024-03-30T04:34:34.820787+0000 mgr.y (mgr.24304) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:36.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:35 smithi097 bash[18564]: audit 2024-03-30T04:34:34.852538+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:36.105 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:35 smithi097 bash[18564]: audit 2024-03-30T04:34:34.858160+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:36.105 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:35 smithi097 bash[23956]: cluster 2024-03-30T04:34:34.820787+0000 mgr.y (mgr.24304) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:36.105 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:35 smithi097 bash[23956]: audit 2024-03-30T04:34:34.852538+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:36.105 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:35 smithi097 bash[23956]: audit 2024-03-30T04:34:34.858160+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:36.423 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[38196]: t=2024-03-30T04:34:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-03-30T04:34:36.678 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[38196]: t=2024-03-30T04:34:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-03-30T04:34:36.922 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:36 smithi097 bash[18564]: audit 2024-03-30T04:34:35.900078+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:36.952 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[18682]: audit 2024-03-30T04:34:35.900078+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:36.953 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[38196]: t=2024-03-30T04:34:36+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-03-30T04:34:36.953 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[38196]: t=2024-03-30T04:34:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-03-30T04:34:36.953 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[38196]: t=2024-03-30T04:34:36+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-03-30T04:34:37.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:36 smithi105 bash[38196]: t=2024-03-30T04:34:36+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-03-30T04:34:37.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-03-30T04:34:37.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-03-30T04:34:37.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-03-30T04:34:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:36 smithi097 bash[23956]: audit 2024-03-30T04:34:35.900078+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:37.547 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-03-30T04:34:37.547 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-03-30T04:34:37.547 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-03-30T04:34:37.547 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-03-30T04:34:37.547 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-03-30T04:34:37.547 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-03-30T04:34:37.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-03-30T04:34:37.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-03-30T04:34:37.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-03-30T04:34:38.112 INFO:teuthology.orchestra.run.smithi097.stdout:111669149742 2024-03-30T04:34:38.112 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.3 2024-03-30T04:34:38.163 INFO:teuthology.orchestra.run.smithi097.stdout:77309411382 2024-03-30T04:34:38.164 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.2 2024-03-30T04:34:38.171 INFO:teuthology.orchestra.run.smithi097.stdout:133143986217 2024-03-30T04:34:38.171 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.4 2024-03-30T04:34:38.261 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:37 smithi105 bash[38196]: t=2024-03-30T04:34:37+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-03-30T04:34:38.649 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[38196]: t=2024-03-30T04:34:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-03-30T04:34:38.650 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[38196]: t=2024-03-30T04:34:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-03-30T04:34:38.650 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[38196]: t=2024-03-30T04:34:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-03-30T04:34:38.650 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[38196]: t=2024-03-30T04:34:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-03-30T04:34:38.905 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:38 smithi097 bash[18564]: cluster 2024-03-30T04:34:36.821302+0000 mgr.y (mgr.24304) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:38.905 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:38 smithi097 bash[23956]: cluster 2024-03-30T04:34:36.821302+0000 mgr.y (mgr.24304) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:38.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[38196]: t=2024-03-30T04:34:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-03-30T04:34:38.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[38196]: t=2024-03-30T04:34:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-03-30T04:34:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:38 smithi105 bash[18682]: cluster 2024-03-30T04:34:36.821302+0000 mgr.y (mgr.24304) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:39.128 INFO:teuthology.orchestra.run.smithi097.stdout:236223201300 2024-03-30T04:34:39.128 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.7 2024-03-30T04:34:39.532 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-03-30T04:34:39.533 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-03-30T04:34:39.533 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-03-30T04:34:39.810 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-03-30T04:34:39.810 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-03-30T04:34:39.810 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-03-30T04:34:39.946 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:39 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:34:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:40.080 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-03-30T04:34:40.081 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-03-30T04:34:40.081 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-03-30T04:34:40.081 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:39 smithi105 bash[38196]: t=2024-03-30T04:34:39+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-03-30T04:34:40.081 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-03-30T04:34:40.081 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-03-30T04:34:40.350 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-03-30T04:34:40.619 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-03-30T04:34:40.619 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-03-30T04:34:40.619 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-03-30T04:34:40.619 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-03-30T04:34:40.619 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-03-30T04:34:40.620 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-03-30T04:34:40.620 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-03-30T04:34:40.760 INFO:teuthology.orchestra.run.smithi097.stdout:55834574910 2024-03-30T04:34:40.761 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.1 2024-03-30T04:34:40.809 INFO:teuthology.orchestra.run.smithi097.stdout:201863462939 2024-03-30T04:34:40.809 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.6 2024-03-30T04:34:40.830 INFO:teuthology.orchestra.run.smithi097.stdout:167503724579 2024-03-30T04:34:40.830 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.5 2024-03-30T04:34:40.921 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[18682]: cluster 2024-03-30T04:34:38.822047+0000 mgr.y (mgr.24304) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:40.921 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[18682]: audit 2024-03-30T04:34:39.840458+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:40.921 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[18682]: audit 2024-03-30T04:34:39.851336+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:40.922 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-03-30T04:34:40.922 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-03-30T04:34:40.922 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-03-30T04:34:40.922 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-03-30T04:34:40.922 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-03-30T04:34:41.016 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:40 smithi097 bash[23956]: cluster 2024-03-30T04:34:38.822047+0000 mgr.y (mgr.24304) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:41.017 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:40 smithi097 bash[23956]: audit 2024-03-30T04:34:39.840458+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:41.017 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:40 smithi097 bash[23956]: audit 2024-03-30T04:34:39.851336+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:41.017 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:40 smithi097 bash[18564]: cluster 2024-03-30T04:34:38.822047+0000 mgr.y (mgr.24304) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:41.017 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:40 smithi097 bash[18564]: audit 2024-03-30T04:34:39.840458+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:41.017 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:40 smithi097 bash[18564]: audit 2024-03-30T04:34:39.851336+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:41.174 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-03-30T04:34:41.174 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-03-30T04:34:41.175 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:40 smithi105 bash[38196]: t=2024-03-30T04:34:40+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-03-30T04:34:41.175 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-03-30T04:34:41.175 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-03-30T04:34:41.175 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-03-30T04:34:41.175 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-03-30T04:34:41.175 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-03-30T04:34:41.306 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:41.306 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:41.307 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:41.307 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:41.429 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-03-30T04:34:41.430 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-03-30T04:34:41.430 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-03-30T04:34:41.430 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-03-30T04:34:41.430 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-03-30T04:34:41.430 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-03-30T04:34:41.430 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-03-30T04:34:41.650 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:41.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-03-30T04:34:41.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-03-30T04:34:41.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-03-30T04:34:42.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-03-30T04:34:42.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:41 smithi105 bash[38196]: t=2024-03-30T04:34:41+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-03-30T04:34:42.582 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-03-30T04:34:42.583 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-03-30T04:34:42.583 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-03-30T04:34:42.583 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-03-30T04:34:42.583 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-03-30T04:34:42.683 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:42 smithi097 bash[18564]: cluster 2024-03-30T04:34:40.822488+0000 mgr.y (mgr.24304) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:42.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:42 smithi097 bash[23956]: cluster 2024-03-30T04:34:40.822488+0000 mgr.y (mgr.24304) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:42.684 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:42 smithi097 systemd[1]: Stopping Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:34:42.684 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:42 smithi097 bash[46046]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:34:42.684 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:42 smithi097 bash[42956]: level=info ts=2024-03-30T04:34:42.563Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:34:42.844 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[18682]: cluster 2024-03-30T04:34:40.822488+0000 mgr.y (mgr.24304) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-03-30T04:34:42.845 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-03-30T04:34:42.854 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:42.854 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:42.855 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:42 smithi105 bash[38196]: t=2024-03-30T04:34:42+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-03-30T04:34:43.098 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-03-30T04:34:43.099 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-03-30T04:34:43.099 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-03-30T04:34:43.175 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:42 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:34:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:43.367 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-03-30T04:34:43.367 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-03-30T04:34:43.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-03-30T04:34:43.627 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-03-30T04:34:43.627 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-03-30T04:34:43.627 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-03-30T04:34:43.628 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-03-30T04:34:43.628 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-03-30T04:34:43.628 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-03-30T04:34:43.888 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[18682]: audit 2024-03-30T04:34:42.679777+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:43.889 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[18682]: audit 2024-03-30T04:34:42.686848+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-03-30T04:34:43.889 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-03-30T04:34:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:43 smithi097 bash[23956]: audit 2024-03-30T04:34:42.679777+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:43 smithi097 bash[23956]: audit 2024-03-30T04:34:42.686848+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:43 smithi097 bash[18564]: audit 2024-03-30T04:34:42.679777+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:43 smithi097 bash[18564]: audit 2024-03-30T04:34:42.686848+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:44.158 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-03-30T04:34:44.158 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-03-30T04:34:44.158 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:43 smithi105 bash[38196]: t=2024-03-30T04:34:43+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-03-30T04:34:44.159 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-03-30T04:34:44.436 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-03-30T04:34:44.436 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-03-30T04:34:44.436 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-03-30T04:34:44.437 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-03-30T04:34:44.437 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-03-30T04:34:44.437 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-03-30T04:34:44.437 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-03-30T04:34:44.437 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-03-30T04:34:44.437 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-03-30T04:34:44.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[18682]: cluster 2024-03-30T04:34:42.823157+0000 mgr.y (mgr.24304) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:44.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-03-30T04:34:44.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-03-30T04:34:45.000 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-03-30T04:34:45.000 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-03-30T04:34:45.000 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-03-30T04:34:45.000 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:44 smithi105 bash[38196]: t=2024-03-30T04:34:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-03-30T04:34:45.001 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-03-30T04:34:45.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:44 smithi097 bash[23956]: cluster 2024-03-30T04:34:42.823157+0000 mgr.y (mgr.24304) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:45.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:44 smithi097 bash[18564]: cluster 2024-03-30T04:34:42.823157+0000 mgr.y (mgr.24304) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:45.254 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-03-30T04:34:45.255 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-03-30T04:34:45.255 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-03-30T04:34:45.255 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-03-30T04:34:45.255 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-03-30T04:34:45.255 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-03-30T04:34:45.255 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-03-30T04:34:45.515 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-03-30T04:34:45.515 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-03-30T04:34:45.516 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-03-30T04:34:45.516 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-03-30T04:34:45.516 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-03-30T04:34:45.516 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-03-30T04:34:45.516 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-03-30T04:34:45.516 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-03-30T04:34:45.569 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:45 smithi097 bash[46055]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:34:45.569 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:45 smithi097 bash[46283]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-03-30T04:34:45.768 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-03-30T04:34:45.876 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:45 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:34:45.877 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:45 smithi097 systemd[1]: Stopped Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:34:45.877 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:45 smithi097 systemd[1]: Started Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:34:46.100 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-03-30T04:34:46.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:45 smithi105 bash[38196]: t=2024-03-30T04:34:45+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-03-30T04:34:46.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[38196]: t=2024-03-30T04:34:46+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-03-30T04:34:46.400 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[38196]: t=2024-03-30T04:34:46+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-03-30T04:34:46.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[38196]: t=2024-03-30T04:34:46+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-03-30T04:34:46.715 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[38196]: t=2024-03-30T04:34:46+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-03-30T04:34:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[18682]: cluster 2024-03-30T04:34:44.823704+0000 mgr.y (mgr.24304) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[18682]: audit 2024-03-30T04:34:45.618906+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[18682]: cephadm 2024-03-30T04:34:45.620483+0000 mgr.y (mgr.24304) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:34:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[18682]: cephadm 2024-03-30T04:34:45.624189+0000 mgr.y (mgr.24304) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[23956]: cluster 2024-03-30T04:34:44.823704+0000 mgr.y (mgr.24304) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[23956]: audit 2024-03-30T04:34:45.618906+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[23956]: cephadm 2024-03-30T04:34:45.620483+0000 mgr.y (mgr.24304) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[23956]: cephadm 2024-03-30T04:34:45.624189+0000 mgr.y (mgr.24304) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[18564]: cluster 2024-03-30T04:34:44.823704+0000 mgr.y (mgr.24304) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[18564]: audit 2024-03-30T04:34:45.618906+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[18564]: cephadm 2024-03-30T04:34:45.620483+0000 mgr.y (mgr.24304) 66 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:34:46.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:46 smithi097 bash[18564]: cephadm 2024-03-30T04:34:45.624189+0000 mgr.y (mgr.24304) 67 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:34:47.291 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:46 smithi105 bash[38196]: t=2024-03-30T04:34:46+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-03-30T04:34:47.292 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-03-30T04:34:47.292 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-03-30T04:34:47.565 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-03-30T04:34:47.565 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-03-30T04:34:47.565 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-03-30T04:34:47.565 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-03-30T04:34:47.565 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-03-30T04:34:47.891 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-03-30T04:34:47.891 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-03-30T04:34:47.891 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-03-30T04:34:47.891 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-03-30T04:34:47.891 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-03-30T04:34:47.891 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-03-30T04:34:48.167 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:47 smithi105 bash[38196]: t=2024-03-30T04:34:47+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-03-30T04:34:48.718 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[38196]: t=2024-03-30T04:34:48+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-03-30T04:34:48.718 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[38196]: t=2024-03-30T04:34:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-03-30T04:34:48.718 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[38196]: t=2024-03-30T04:34:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-03-30T04:34:48.718 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[38196]: t=2024-03-30T04:34:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-03-30T04:34:48.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[18682]: cluster 2024-03-30T04:34:46.824217+0000 mgr.y (mgr.24304) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:48 smithi097 bash[23956]: cluster 2024-03-30T04:34:46.824217+0000 mgr.y (mgr.24304) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:48.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:48 smithi097 bash[18564]: cluster 2024-03-30T04:34:46.824217+0000 mgr.y (mgr.24304) 68 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:49.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[38196]: t=2024-03-30T04:34:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-03-30T04:34:49.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:48 smithi105 bash[38196]: t=2024-03-30T04:34:48+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-03-30T04:34:49.683 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:49 smithi105 bash[38196]: t=2024-03-30T04:34:49+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-03-30T04:34:49.683 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:49 smithi105 bash[38196]: t=2024-03-30T04:34:49+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-03-30T04:34:49.940 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:49 smithi105 bash[38196]: t=2024-03-30T04:34:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-03-30T04:34:49.940 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:49 smithi105 bash[38196]: t=2024-03-30T04:34:49+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-03-30T04:34:49.940 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:49 smithi105 bash[38196]: t=2024-03-30T04:34:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-03-30T04:34:50.200 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:49 smithi105 bash[38196]: t=2024-03-30T04:34:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-03-30T04:34:50.201 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-03-30T04:34:50.201 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-03-30T04:34:50.462 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-03-30T04:34:50.462 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-03-30T04:34:50.462 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-03-30T04:34:50.462 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-03-30T04:34:50.462 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-03-30T04:34:50.462 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-03-30T04:34:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[18682]: cluster 2024-03-30T04:34:48.824920+0000 mgr.y (mgr.24304) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:50.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-03-30T04:34:50.714 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-03-30T04:34:50.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:50 smithi097 bash[23956]: cluster 2024-03-30T04:34:48.824920+0000 mgr.y (mgr.24304) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:50.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:50 smithi097 bash[18564]: cluster 2024-03-30T04:34:48.824920+0000 mgr.y (mgr.24304) 69 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:51.164 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:50 smithi105 bash[38196]: t=2024-03-30T04:34:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-03-30T04:34:51.417 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-03-30T04:34:51.417 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-03-30T04:34:51.417 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-03-30T04:34:51.417 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-03-30T04:34:51.669 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-03-30T04:34:51.670 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-03-30T04:34:51.670 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-03-30T04:34:51.670 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 systemd[1]: Stopping Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[39137]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:34:51.670 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:34:51.671 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:34:51.671 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:34:51.671 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.521Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:34:51.671 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.522Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:34:51.671 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.522Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:34:51.671 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[36276]: ts=2024-03-30T04:34:51.522Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:34:51.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-03-30T04:34:51.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-03-30T04:34:51.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:51 smithi105 bash[38196]: t=2024-03-30T04:34:51+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-03-30T04:34:52.407 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[38196]: t=2024-03-30T04:34:52+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-03-30T04:34:52.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.497Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.497Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.499Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.97 port=9094 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.500Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.533Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.533Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.536Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:34:52.627 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:52.536Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:34:52.665 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[38196]: t=2024-03-30T04:34:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-03-30T04:34:52.665 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[38196]: t=2024-03-30T04:34:52+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-03-30T04:34:52.665 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[39145]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:34:52.665 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[39179]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:34:52.927 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[18682]: cluster 2024-03-30T04:34:50.825621+0000 mgr.y (mgr.24304) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:52.928 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:52 smithi105 bash[38196]: t=2024-03-30T04:34:52+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-03-30T04:34:52.928 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:52 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:34:52.928 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:52 smithi105 systemd[1]: Stopped Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:34:52.928 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:52 smithi105 systemd[1]: Started Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:34:52.968 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[23956]: cluster 2024-03-30T04:34:50.825621+0000 mgr.y (mgr.24304) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:52.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:52 smithi097 bash[18564]: cluster 2024-03-30T04:34:50.825621+0000 mgr.y (mgr.24304) 70 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:53.276 INFO:teuthology.orchestra.run.smithi097.stdout:133143986220 2024-03-30T04:34:53.598 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[38196]: t=2024-03-30T04:34:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-03-30T04:34:53.913 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[38196]: t=2024-03-30T04:34:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-03-30T04:34:54.199 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[38196]: t=2024-03-30T04:34:53+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-03-30T04:34:54.199 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: cluster 2024-03-30T04:34:52.826249+0000 mgr.y (mgr.24304) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.944079+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.948453+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.949260+0000 mgr.y (mgr.24304) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.950919+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.97:9093"}]: dispatch 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.951364+0000 mgr.y (mgr.24304) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.97:9093"}]: dispatch 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.957043+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.969728+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:34:54.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.970379+0000 mgr.y (mgr.24304) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.979421+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.980042+0000 mgr.y (mgr.24304) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.981241+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.105:3000"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.981716+0000 mgr.y (mgr.24304) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.105:3000"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.986727+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.990301+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.992195+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:52.993140+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:53.001401+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:53.006787+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:53.007859+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:53.008511+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:53.013826+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:53 smithi105 bash[18682]: audit 2024-03-30T04:34:53.280194+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.97:0/504658649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:34:54.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: cluster 2024-03-30T04:34:52.826249+0000 mgr.y (mgr.24304) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:54.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.944079+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.948453+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.949260+0000 mgr.y (mgr.24304) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.950919+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.97:9093"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.951364+0000 mgr.y (mgr.24304) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.97:9093"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.957043+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.969728+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.970379+0000 mgr.y (mgr.24304) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.979421+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.980042+0000 mgr.y (mgr.24304) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.981241+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.105:3000"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.981716+0000 mgr.y (mgr.24304) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.105:3000"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.986727+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.990301+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.992195+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:54.263 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:52.993140+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:53.001401+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:53.006787+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:53.007859+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:53.008511+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:53.013826+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[23956]: audit 2024-03-30T04:34:53.280194+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.97:0/504658649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: cluster 2024-03-30T04:34:52.826249+0000 mgr.y (mgr.24304) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.944079+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.948453+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.949260+0000 mgr.y (mgr.24304) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:34:54.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.950919+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.97:9093"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.951364+0000 mgr.y (mgr.24304) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.97:9093"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.957043+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.969728+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.970379+0000 mgr.y (mgr.24304) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.979421+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.980042+0000 mgr.y (mgr.24304) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.981241+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.105:3000"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.981716+0000 mgr.y (mgr.24304) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.105:3000"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.986727+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.990301+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.992195+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:52.993140+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:53.001401+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:53.006787+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:34:54.266 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:53.007859+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:34:54.266 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:53.008511+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:34:54.266 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:53.013826+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:54.266 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:53 smithi097 bash[18564]: audit 2024-03-30T04:34:53.280194+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.97:0/504658649' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-30T04:34:54.450 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-03-30T04:34:54.450 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-03-30T04:34:54.450 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-03-30T04:34:54.450 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-03-30T04:34:54.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:34:54 smithi097 bash[46331]: level=info ts=2024-03-30T04:34:54.500Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000316874s 2024-03-30T04:34:54.705 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-03-30T04:34:54.705 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-03-30T04:34:54.991 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-03-30T04:34:54.991 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-03-30T04:34:54.991 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-03-30T04:34:54.991 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:54 smithi105 bash[38196]: t=2024-03-30T04:34:54+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-03-30T04:34:55.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:34:54 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:34:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:34:55.291 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-03-30T04:34:55.291 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-03-30T04:34:55.291 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.004Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:34:55.291 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.004Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.004Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.004Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi105 (none))" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.004Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.004Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.006Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.007Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.008Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.010Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.010Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.977µs 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.010Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.012Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.012Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.012Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=30.726µs wal_replay_duration=1.741393ms total_replay_duration=1.78874ms 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.013Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:34:55.292 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.013Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:34:55.293 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.013Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:34:55.293 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.032Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.466885ms db_storage=808ns remote_storage=1.683µs web_handler=420ns query_engine=753ns scrape=308.592µs scrape_sd=33.234µs notify=35.179µs notify_sd=7.007µs rules=17.778614ms 2024-03-30T04:34:55.293 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[39218]: ts=2024-03-30T04:34:55.032Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:34:55.572 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-03-30T04:34:55.572 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-03-30T04:34:55.883 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-03-30T04:34:55.884 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-03-30T04:34:55.957 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986217 got 133143986220 for osd.4 2024-03-30T04:34:55.957 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:56.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[18682]: cluster 2024-03-30T04:34:54.826808+0000 mgr.y (mgr.24304) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:56.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[18682]: audit 2024-03-30T04:34:54.938473+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:56.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[18682]: audit 2024-03-30T04:34:54.943266+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:56.188 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-03-30T04:34:56.188 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:55 smithi105 bash[38196]: t=2024-03-30T04:34:55+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-03-30T04:34:56.188 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[38196]: t=2024-03-30T04:34:56+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-03-30T04:34:56.365 INFO:teuthology.orchestra.run.smithi097.stdout:77309411386 2024-03-30T04:34:56.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:55 smithi097 bash[23956]: cluster 2024-03-30T04:34:54.826808+0000 mgr.y (mgr.24304) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:56.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:55 smithi097 bash[23956]: audit 2024-03-30T04:34:54.938473+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:56.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:55 smithi097 bash[23956]: audit 2024-03-30T04:34:54.943266+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:56.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:55 smithi097 bash[18564]: cluster 2024-03-30T04:34:54.826808+0000 mgr.y (mgr.24304) 77 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:56.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:55 smithi097 bash[18564]: audit 2024-03-30T04:34:54.938473+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:56.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:55 smithi097 bash[18564]: audit 2024-03-30T04:34:54.943266+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:34:56.716 INFO:teuthology.orchestra.run.smithi097.stdout:34359738440 2024-03-30T04:34:56.809 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[38196]: t=2024-03-30T04:34:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-03-30T04:34:56.810 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[38196]: t=2024-03-30T04:34:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-03-30T04:34:57.007 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:56 smithi097 bash[23956]: audit 2024-03-30T04:34:56.369824+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.97:0/968989060' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:34:57.007 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:56 smithi097 bash[23956]: audit 2024-03-30T04:34:56.720033+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.97:0/435705986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:34:57.007 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:56 smithi097 bash[18564]: audit 2024-03-30T04:34:56.369824+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.97:0/968989060' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:34:57.007 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:56 smithi097 bash[18564]: audit 2024-03-30T04:34:56.720033+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.97:0/435705986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:34:57.075 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[38196]: t=2024-03-30T04:34:56+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-03-30T04:34:57.075 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[38196]: t=2024-03-30T04:34:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-03-30T04:34:57.075 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-03-30T04:34:57.075 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[18682]: audit 2024-03-30T04:34:56.369824+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.97:0/968989060' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-30T04:34:57.075 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:56 smithi105 bash[18682]: audit 2024-03-30T04:34:56.720033+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.97:0/435705986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-30T04:34:57.371 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-03-30T04:34:57.371 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-03-30T04:34:57.371 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-03-30T04:34:57.371 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-03-30T04:34:57.646 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-03-30T04:34:57.646 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-03-30T04:34:57.646 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-03-30T04:34:57.646 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-03-30T04:34:57.915 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-03-30T04:34:57.916 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-03-30T04:34:58.184 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-03-30T04:34:58.185 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:57 smithi105 bash[38196]: t=2024-03-30T04:34:57+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-03-30T04:34:58.185 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-03-30T04:34:58.185 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-03-30T04:34:58.185 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-03-30T04:34:58.252 INFO:teuthology.orchestra.run.smithi097.stdout:111669149746 2024-03-30T04:34:58.356 INFO:teuthology.orchestra.run.smithi097.stdout:236223201304 2024-03-30T04:34:58.470 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-03-30T04:34:58.470 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-03-30T04:34:58.470 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-03-30T04:34:58.470 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-03-30T04:34:58.471 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-03-30T04:34:58.471 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-03-30T04:34:58.471 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-03-30T04:34:58.471 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-03-30T04:34:58.471 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-03-30T04:34:58.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[18682]: cluster 2024-03-30T04:34:56.827335+0000 mgr.y (mgr.24304) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:58.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[18682]: audit 2024-03-30T04:34:58.256709+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.97:0/876522924' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:34:58.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[18682]: audit 2024-03-30T04:34:58.361177+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.97:0/1138940757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:34:58.723 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-03-30T04:34:58.724 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-03-30T04:34:58.827 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:58 smithi097 bash[23956]: cluster 2024-03-30T04:34:56.827335+0000 mgr.y (mgr.24304) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:58.828 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:58 smithi097 bash[23956]: audit 2024-03-30T04:34:58.256709+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.97:0/876522924' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:34:58.828 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:58 smithi097 bash[23956]: audit 2024-03-30T04:34:58.361177+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.97:0/1138940757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:34:58.828 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:58 smithi097 bash[18564]: cluster 2024-03-30T04:34:56.827335+0000 mgr.y (mgr.24304) 78 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:34:58.828 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:58 smithi097 bash[18564]: audit 2024-03-30T04:34:58.256709+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.97:0/876522924' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-30T04:34:58.828 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:58 smithi097 bash[18564]: audit 2024-03-30T04:34:58.361177+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.97:0/1138940757' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-30T04:34:58.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411382 got 77309411386 for osd.2 2024-03-30T04:34:58.918 DEBUG:teuthology.parallel:result is None 2024-03-30T04:34:59.036 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-03-30T04:34:59.036 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-03-30T04:34:59.036 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-03-30T04:34:59.036 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-03-30T04:34:59.037 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-03-30T04:34:59.037 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:58 smithi105 bash[38196]: t=2024-03-30T04:34:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-03-30T04:34:59.164 INFO:teuthology.orchestra.run.smithi097.stdout:201863462943 2024-03-30T04:34:59.330 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[38196]: t=2024-03-30T04:34:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-03-30T04:34:59.330 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[38196]: t=2024-03-30T04:34:59+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-03-30T04:34:59.330 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[38196]: t=2024-03-30T04:34:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-03-30T04:34:59.663 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[38196]: t=2024-03-30T04:34:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-03-30T04:34:59.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[18682]: audit 2024-03-30T04:34:59.167958+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.97:0/3996566879' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:34:59.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[38196]: t=2024-03-30T04:34:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-03-30T04:35:00.080 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:34:59 smithi097 bash[18564]: audit 2024-03-30T04:34:59.167958+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.97:0/3996566879' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:35:00.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:34:59 smithi097 bash[23956]: audit 2024-03-30T04:34:59.167958+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.97:0/3996566879' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-30T04:35:00.241 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:34:59 smithi105 bash[38196]: t=2024-03-30T04:34:59+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-03-30T04:35:00.241 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-03-30T04:35:00.241 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-03-30T04:35:00.241 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-03-30T04:35:00.241 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-03-30T04:35:00.320 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738440 for osd.0 2024-03-30T04:35:00.320 DEBUG:teuthology.parallel:result is None 2024-03-30T04:35:00.398 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:35:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:00.502 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-03-30T04:35:00.502 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-03-30T04:35:00.502 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-03-30T04:35:00.502 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-03-30T04:35:00.502 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-03-30T04:35:00.502 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-03-30T04:35:00.503 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-03-30T04:35:00.503 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-03-30T04:35:00.503 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=27.162023508s 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-03-30T04:35:00.895 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-03-30T04:35:00.896 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-03-30T04:35:00.896 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[18682]: cluster 2024-03-30T04:34:58.827762+0000 mgr.y (mgr.24304) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:00.896 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[18682]: audit 2024-03-30T04:35:00.072100+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:00.896 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[18682]: audit 2024-03-30T04:35:00.083365+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:00.957 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[23956]: cluster 2024-03-30T04:34:58.827762+0000 mgr.y (mgr.24304) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:00.957 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[23956]: audit 2024-03-30T04:35:00.072100+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:00.957 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[23956]: audit 2024-03-30T04:35:00.083365+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:00.957 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[18564]: cluster 2024-03-30T04:34:58.827762+0000 mgr.y (mgr.24304) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:00.957 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[18564]: audit 2024-03-30T04:35:00.072100+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:00.957 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:00 smithi097 bash[18564]: audit 2024-03-30T04:35:00.083365+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:00.958 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201300 got 236223201304 for osd.7 2024-03-30T04:35:00.958 DEBUG:teuthology.parallel:result is None 2024-03-30T04:35:01.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:35:01.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-03-30T04:35:01.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:00 smithi105 bash[38196]: t=2024-03-30T04:35:00+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:35:01.213 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:01 smithi105 bash[38196]: t=2024-03-30T04:35:01+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-03-30T04:35:01.283 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149742 got 111669149746 for osd.3 2024-03-30T04:35:01.283 DEBUG:teuthology.parallel:result is None 2024-03-30T04:35:01.698 INFO:teuthology.orchestra.run.smithi097.stdout:167503724583 2024-03-30T04:35:01.982 INFO:teuthology.orchestra.run.smithi097.stdout:55834574915 2024-03-30T04:35:02.275 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462939 got 201863462943 for osd.6 2024-03-30T04:35:02.275 DEBUG:teuthology.parallel:result is None 2024-03-30T04:35:02.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[46331]: level=info ts=2024-03-30T04:35:02.503Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002835809s 2024-03-30T04:35:02.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[23956]: cluster 2024-03-30T04:35:00.828330+0000 mgr.y (mgr.24304) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:02.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[23956]: audit 2024-03-30T04:35:01.703261+0000 mon.a (mon.0) 903 : audit [DBG] from='client.? 172.21.15.97:0/441464558' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:35:02.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[23956]: audit 2024-03-30T04:35:01.986210+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.97:0/2500997417' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:35:02.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[18564]: cluster 2024-03-30T04:35:00.828330+0000 mgr.y (mgr.24304) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:02.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[18564]: audit 2024-03-30T04:35:01.703261+0000 mon.a (mon.0) 903 : audit [DBG] from='client.? 172.21.15.97:0/441464558' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:35:02.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:02 smithi097 bash[18564]: audit 2024-03-30T04:35:01.986210+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.97:0/2500997417' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:35:02.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:02 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:02.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:02 smithi105 bash[18682]: cluster 2024-03-30T04:35:00.828330+0000 mgr.y (mgr.24304) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:02.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:02 smithi105 bash[18682]: audit 2024-03-30T04:35:01.703261+0000 mon.a (mon.0) 903 : audit [DBG] from='client.? 172.21.15.97:0/441464558' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-30T04:35:02.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:02 smithi105 bash[18682]: audit 2024-03-30T04:35:01.986210+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.97:0/2500997417' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-30T04:35:03.482 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724579 got 167503724583 for osd.5 2024-03-30T04:35:03.483 DEBUG:teuthology.parallel:result is None 2024-03-30T04:35:03.543 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574910 got 55834574915 for osd.1 2024-03-30T04:35:03.543 DEBUG:teuthology.parallel:result is None 2024-03-30T04:35:03.543 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-30T04:35:03.544 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-03-30T04:35:03.732 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:03 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:03] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2024-03-30T04:35:04.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:04 smithi097 bash[23956]: cluster 2024-03-30T04:35:02.828924+0000 mgr.y (mgr.24304) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:04.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:04 smithi097 bash[18564]: cluster 2024-03-30T04:35:02.828924+0000 mgr.y (mgr.24304) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:04.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:04 smithi105 bash[18682]: cluster 2024-03-30T04:35:02.828924+0000 mgr.y (mgr.24304) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:06.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:06 smithi097 bash[23956]: cluster 2024-03-30T04:35:04.829433+0000 mgr.y (mgr.24304) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:06.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:06 smithi097 bash[18564]: cluster 2024-03-30T04:35:04.829433+0000 mgr.y (mgr.24304) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:06.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:06 smithi105 bash[18682]: cluster 2024-03-30T04:35:04.829433+0000 mgr.y (mgr.24304) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:07.044 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:35:07.919 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:07 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:35:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:08.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:08 smithi105 bash[18682]: cluster 2024-03-30T04:35:06.829964+0000 mgr.y (mgr.24304) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:08.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:08 smithi105 bash[18682]: audit 2024-03-30T04:35:07.654515+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:08.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:08 smithi105 bash[18682]: audit 2024-03-30T04:35:07.659652+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:08 smithi097 bash[23956]: cluster 2024-03-30T04:35:06.829964+0000 mgr.y (mgr.24304) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:09.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:08 smithi097 bash[23956]: audit 2024-03-30T04:35:07.654515+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:09.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:08 smithi097 bash[23956]: audit 2024-03-30T04:35:07.659652+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:09.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:08 smithi097 bash[18564]: cluster 2024-03-30T04:35:06.829964+0000 mgr.y (mgr.24304) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:09.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:08 smithi097 bash[18564]: audit 2024-03-30T04:35:07.654515+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:09.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:08 smithi097 bash[18564]: audit 2024-03-30T04:35:07.659652+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:09.639 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:35:09.641 INFO:teuthology.orchestra.run.smithi097.stderr:dumped all 2024-03-30T04:35:10.269 INFO:teuthology.orchestra.run.smithi097.stdout:{"pg_ready":true,"pg_map":{"version":52,"stamp":"2024-03-30T04:35:08.830329+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":128,"ondisk_log_size":128,"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":48964,"kb_used_data":6148,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912252,"statfs":{"total":767960285184,"available":767910146048,"internally_reserved":0,"allocated":6295552,"data_stored":3510681,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"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.003227"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-30T04:33:30.902090+0000","last_change":"2024-03-30T04:33:09.665331+0000","last_active":"2024-03-30T04:33:30.902090+0000","last_peered":"2024-03-30T04:33:30.902090+0000","last_clean":"2024-03-30T04:33:30.902090+0000","last_became_active":"2024-03-30T04:33:09.664132+0000","last_became_peered":"2024-03-30T04:33:09.664132+0000","last_unstale":"2024-03-30T04:33:30.902090+0000","last_undegraded":"2024-03-30T04:33:30.902090+0000","last_fullsized":"2024-03-30T04:33:30.902090+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-30T04:30:08.724135+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-30T04:30:08.724135+0000","last_clean_scrub_stamp":"2024-03-30T04:30:08.724135+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-31T09:21:29.203680+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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},"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":1.056},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.72099999999999997}]},{"osd":1,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":1.097}]},{"osd":2,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.88,"15min":0.88},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.25,"5min":1.25,"15min":1.25},"last":0.86899999999999999},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.89100000000000001}]},{"osd":3,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.95599999999999996},{"interface":"front","average":{"1min":1.024,"5min":1.024,"15min":1.024},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.749}]},{"osd":4,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.78800000000000003}]},{"osd":5,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.996,"5min":0.996,"15min":0.996},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0029999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.022,"15min":1.022},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.81999999999999995},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":1.0329999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462946,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6148,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739004,"statfs":{"total":95995035648,"available":95988740096,"internally_reserved":0,"allocated":1110016,"data_stored":768735,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.85099999999999998,"15min":0.85399999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.84599999999999997,"15min":0.84899999999999998},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.1859999999999999,"5min":1.486,"15min":1.486},"last":0.82799999999999996}]},{"osd":1,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.93799999999999994,"15min":0.95099999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.4470000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.95699999999999996,"15min":0.96199999999999997},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":1.454}]},{"osd":2,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.89600000000000002,"15min":0.90600000000000003},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.0589999999999999},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.877,"15min":0.88500000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.91400000000000003}]},{"osd":3,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":1.026,"15min":1.034},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.6160000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":1.506},{"interface":"front","average":{"1min":0.91800000000000004,"5min":1,"15min":1.014},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.1459999999999999}]},{"osd":4,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.86299999999999999,"15min":0.86499999999999999},"min":{"1min":0.41699999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.286,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.3839999999999999},{"interface":"front","average":{"1min":0.92700000000000005,"5min":1.0389999999999999,"15min":1.0580000000000001},"min":{"1min":0.38800000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.3340000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.591}]},{"osd":5,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":1.0209999999999999,"15min":1.042},"min":{"1min":0.40500000000000003,"5min":0.307,"15min":0.307},"max":{"1min":1.292,"5min":1.385,"15min":1.385},"last":1.331},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.1279999999999999,"15min":1.143},"min":{"1min":0.42799999999999999,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.454,"5min":1.657,"15min":1.657},"last":1.5509999999999999}]},{"osd":7,"last update":"Sat Mar 30 04:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.802,"5min":1.802,"15min":1.802},"last":1.429},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.6160000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":1.6319999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574917,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Sat Mar 30 04:34:37 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.60999999999999999,"15min":0.54300000000000004},"min":{"1min":0.33000000000000002,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":1.006},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.63200000000000001,"15min":0.57799999999999996},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.84799999999999998,"5min":1.0860000000000001,"15min":1.0860000000000001},"last":0.65100000000000002}]},{"osd":2,"last update":"Sat Mar 30 04:34:11 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.99299999999999999,"15min":1.171},"min":{"1min":0.48199999999999998,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.0760000000000001,"5min":15.353,"15min":15.353},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.95099999999999996,"15min":1.163},"min":{"1min":0.46200000000000002,"5min":0.307,"15min":0.307},"max":{"1min":0.98999999999999999,"5min":14.871,"15min":14.871},"last":0.90600000000000003}]},{"osd":3,"last update":"Sat Mar 30 04:34:52 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.69399999999999995,"15min":0.65200000000000002},"min":{"1min":0.40600000000000003,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.1240000000000001,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.80300000000000005,"15min":0.77800000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.1060000000000001,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.875}]},{"osd":4,"last update":"Sat Mar 30 04:34:20 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.93799999999999994,"15min":0.93700000000000006},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":1.0549999999999999},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.877,"15min":0.86899999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":1.0860000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.98099999999999998,"15min":0.98099999999999998},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.0640000000000001}]},{"osd":6,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.98899999999999999,"15min":1.0049999999999999},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":1.129},{"interface":"front","average":{"1min":0.95699999999999996,"5min":1.0289999999999999,"15min":1.0409999999999999},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2370000000000001,"5min":1.325,"15min":1.325},"last":1.1140000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.395,"5min":1.395,"15min":1.395},"last":1.157},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.0700000000000001,"15min":1.0700000000000001},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.24}]}]},{"osd":0,"up_from":8,"seq":34359738443,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"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":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.59199999999999997,"15min":0.51900000000000002},"min":{"1min":0.33100000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.90200000000000002,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.64200000000000002,"15min":0.56899999999999995},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.028,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.67000000000000004}]},{"osd":2,"last update":"Sat Mar 30 04:34:11 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.69499999999999995,"15min":0.65800000000000003},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.90000000000000002,"5min":1.026,"15min":1.026},"last":0.746},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.79600000000000004,"15min":0.74399999999999999},"min":{"1min":0.38100000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.1499999999999999,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.78800000000000003}]},{"osd":3,"last update":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.72799999999999998,"15min":0.71799999999999997},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.94099999999999995,"5min":1.119,"15min":1.119},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.72199999999999998,"15min":0.70099999999999996},"min":{"1min":0.34000000000000002,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.97099999999999997,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.70799999999999996}]},{"osd":4,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.90100000000000002,"15min":0.89500000000000002},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.93100000000000005,"15min":0.92000000000000004},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2070000000000001,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":0.86099999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.995,"15min":1.0129999999999999},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.216,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.96799999999999997,"15min":0.98599999999999999},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.081,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.96099999999999997}]},{"osd":6,"last update":"Sat Mar 30 04:34:31 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.024,"15min":1.0269999999999999},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.3009999999999999,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.109},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.0409999999999999,"15min":1.0469999999999999},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.048}]},{"osd":7,"last update":"Sat Mar 30 04:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.095},{"interface":"front","average":{"1min":1.044,"5min":1.044,"15min":1.044},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.133}]}]},{"osd":2,"up_from":18,"seq":77309411389,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":"Sat Mar 30 04:34:19 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.628,"15min":0.59199999999999997},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.97499999999999998,"5min":1.089,"15min":1.089},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.73699999999999999,"15min":0.69699999999999995},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":0.56599999999999995}]},{"osd":1,"last update":"Sat Mar 30 04:34:19 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.66600000000000004,"15min":0.63400000000000001},"min":{"1min":0.35199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.92000000000000004,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.442},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.69299999999999995,"15min":0.66700000000000004},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.35499999999999998}]},{"osd":3,"last update":"Sat Mar 30 04:34:57 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.82899999999999996,"15min":0.80300000000000005},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.80900000000000005,"15min":0.78200000000000003},"min":{"1min":0.42799999999999999,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.6879999999999999,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.47799999999999998}]},{"osd":4,"last update":"Sat Mar 30 04:34:22 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.89000000000000001,"15min":0.88400000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.873,"5min":0.89800000000000002,"15min":0.90200000000000002},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":0.71799999999999997}]},{"osd":5,"last update":"Sat Mar 30 04:34:57 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.97999999999999998,"15min":0.98199999999999998},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":2.1070000000000002,"5min":2.1070000000000002,"15min":2.1070000000000002},"last":0.77900000000000003},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0309999999999999,"15min":1.0469999999999999},"min":{"1min":0.63900000000000001,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.72399999999999998}]},{"osd":6,"last update":"Sat Mar 30 04:34:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.028,"15min":1.022},"min":{"1min":0.69799999999999995,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.599,"5min":1.599,"15min":1.599},"last":0.80700000000000005},{"interface":"front","average":{"1min":1.0449999999999999,"5min":0.996,"15min":0.98799999999999999},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":2.0179999999999998,"5min":2.0179999999999998,"15min":2.0179999999999998},"last":0.83399999999999996}]},{"osd":7,"last update":"Sat Mar 30 04:34:11 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.2569999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.64100000000000001},{"interface":"front","average":{"1min":1.016,"5min":1.016,"15min":1.016},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":0.84899999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149749,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.64500000000000002,"15min":0.65600000000000003},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.73399999999999999,"15min":0.72999999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.0620000000000001,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.438}]},{"osd":1,"last update":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.77200000000000002,"15min":0.76600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.95599999999999996,"5min":2.9649999999999999,"15min":2.9649999999999999},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.72799999999999998,"15min":0.73799999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.1599999999999999,"5min":1.27,"15min":1.27},"last":0.48299999999999998}]},{"osd":2,"last update":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.78300000000000003,"15min":0.76900000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.0429999999999999,"5min":1.298,"15min":1.298},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.746,"15min":0.73699999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.2529999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.371}]},{"osd":4,"last update":"Sat Mar 30 04:34:28 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.94499999999999995,"15min":0.94699999999999995},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.90500000000000003,"15min":0.89400000000000002},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.69799999999999995}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.95499999999999996,"15min":0.95599999999999996},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.0089999999999999,"15min":1.0209999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.7869999999999999,"5min":1.7869999999999999,"15min":1.7869999999999999},"last":0.66000000000000003}]},{"osd":6,"last update":"Sat Mar 30 04:34:34 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.022,"15min":1.028},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0169999999999999,"15min":1.0229999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.76200000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.4850000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":0.83299999999999996},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.67400000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986224,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.878,"15min":0.90800000000000003},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.079,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.95199999999999996,"15min":0.95499999999999996},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.081}]},{"osd":1,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.80400000000000005,"15min":0.79100000000000004},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.278},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.82699999999999996,"15min":0.81999999999999995},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.571,"5min":1.571,"15min":1.571},"last":1.024}]},{"osd":2,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.85899999999999999,"15min":0.85099999999999998},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":1.109},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.88200000000000001,"15min":0.85999999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.73399999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.88300000000000001,"15min":0.85499999999999998},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":2.0910000000000002,"5min":2.0910000000000002,"15min":2.0910000000000002},"last":1.1439999999999999},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.94099999999999995,"15min":0.92600000000000005},"min":{"1min":0.58999999999999997,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":2.2029999999999998,"5min":2.2029999999999998,"15min":2.2029999999999998},"last":1.0489999999999999}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.81399999999999995,"15min":0.79200000000000004},"min":{"1min":0.42599999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.88400000000000001,"15min":0.85899999999999999},"min":{"1min":0.48699999999999999,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.214}]},{"osd":6,"last update":"Sat Mar 30 04:34:31 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.94199999999999995,"15min":0.93400000000000005},"min":{"1min":0.46300000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.1240000000000001,"5min":0.92800000000000005,"15min":0.89600000000000002},"min":{"1min":0.40000000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.911,"5min":1.911,"15min":1.911},"last":1.196}]},{"osd":7,"last update":"Sat Mar 30 04:34:09 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.05,"15min":1.05},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.008,"5min":1.008,"15min":1.008},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.1719999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724585,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":240130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.87,"15min":0.874},"min":{"1min":0.65200000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.2430000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.84899999999999998,"15min":0.88300000000000001},"min":{"1min":0.46899999999999997,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.1359999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":0.90600000000000003}]},{"osd":1,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.55900000000000005,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.456,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.877,"5min":0.86199999999999999,"15min":0.88500000000000001},"min":{"1min":0.60899999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.2749999999999999,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.018}]},{"osd":2,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.84699999999999998,"15min":0.85899999999999999},"min":{"1min":0.59399999999999997,"5min":0.441,"15min":0.441},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.876,"15min":0.874},"min":{"1min":0.61499999999999999,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.742,"5min":1.742,"15min":1.742},"last":0.60799999999999998}]},{"osd":3,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.85799999999999998,"15min":0.871},"min":{"1min":0.57399999999999995,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.177,"5min":1.288,"15min":1.288},"last":0.82999999999999996},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.0029999999999999,"15min":0.97599999999999998},"min":{"1min":0.68200000000000005,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":2.5419999999999998,"5min":2.5419999999999998,"15min":2.5419999999999998},"last":0.77100000000000002}]},{"osd":4,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.79700000000000004,"15min":0.79300000000000004},"min":{"1min":0.44900000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.149},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.78000000000000003,"15min":0.752},"min":{"1min":0.503,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.046}]},{"osd":6,"last update":"Sat Mar 30 04:34:32 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.88100000000000001,"15min":0.88500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.883,"5min":1.883,"15min":1.883},"last":1.0600000000000001},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.95999999999999996,"15min":0.96399999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":0.876}]},{"osd":7,"last update":"Sat Mar 30 04:34:08 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.98999999999999999},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":1.3220000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-30T04:35:10.271 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-03-30T04:35:10.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:10 smithi105 bash[18682]: cluster 2024-03-30T04:35:08.830648+0000 mgr.y (mgr.24304) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:10.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:10 smithi105 bash[18682]: audit 2024-03-30T04:35:09.640612+0000 mgr.y (mgr.24304) 85 : audit [DBG] from='client.24472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:35:11.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:10 smithi097 bash[23956]: cluster 2024-03-30T04:35:08.830648+0000 mgr.y (mgr.24304) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:11.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:10 smithi097 bash[23956]: audit 2024-03-30T04:35:09.640612+0000 mgr.y (mgr.24304) 85 : audit [DBG] from='client.24472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:35:11.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:10 smithi097 bash[18564]: cluster 2024-03-30T04:35:08.830648+0000 mgr.y (mgr.24304) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:11.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:10 smithi097 bash[18564]: audit 2024-03-30T04:35:09.640612+0000 mgr.y (mgr.24304) 85 : audit [DBG] from='client.24472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:35:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:12 smithi105 bash[18682]: cluster 2024-03-30T04:35:10.831192+0000 mgr.y (mgr.24304) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:12.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:12 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:12.997 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:35:13.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:12 smithi097 bash[23956]: cluster 2024-03-30T04:35:10.831192+0000 mgr.y (mgr.24304) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:13.021 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:12 smithi097 bash[18564]: cluster 2024-03-30T04:35:10.831192+0000 mgr.y (mgr.24304) 86 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:14.019 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:13 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:13] "GET /metrics HTTP/1.1" 200 191512 "" "Prometheus/2.33.4" 2024-03-30T04:35:14.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:14 smithi097 bash[23956]: cluster 2024-03-30T04:35:12.831792+0000 mgr.y (mgr.24304) 87 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:14 smithi097 bash[18564]: cluster 2024-03-30T04:35:12.831792+0000 mgr.y (mgr.24304) 87 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:14 smithi105 bash[18682]: cluster 2024-03-30T04:35:12.831792+0000 mgr.y (mgr.24304) 87 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:16.168 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:35:16.170 INFO:teuthology.orchestra.run.smithi097.stderr:dumped all 2024-03-30T04:35:16.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:16 smithi105 bash[18682]: cluster 2024-03-30T04:35:14.832356+0000 mgr.y (mgr.24304) 88 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:17.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:16 smithi097 bash[18564]: cluster 2024-03-30T04:35:14.832356+0000 mgr.y (mgr.24304) 88 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:17.023 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:16 smithi097 bash[23956]: cluster 2024-03-30T04:35:14.832356+0000 mgr.y (mgr.24304) 88 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:17.542 INFO:teuthology.orchestra.run.smithi097.stdout:{"pg_ready":true,"pg_map":{"version":55,"stamp":"2024-03-30T04:35:14.832097+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":128,"ondisk_log_size":128,"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":48964,"kb_used_data":6148,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912252,"statfs":{"total":767960285184,"available":767910146048,"internally_reserved":0,"allocated":6295552,"data_stored":3510681,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43778048},"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.003469"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-03-30T04:33:30.902090+0000","last_change":"2024-03-30T04:33:09.665331+0000","last_active":"2024-03-30T04:33:30.902090+0000","last_peered":"2024-03-30T04:33:30.902090+0000","last_clean":"2024-03-30T04:33:30.902090+0000","last_became_active":"2024-03-30T04:33:09.664132+0000","last_became_peered":"2024-03-30T04:33:09.664132+0000","last_unstale":"2024-03-30T04:33:30.902090+0000","last_undegraded":"2024-03-30T04:33:30.902090+0000","last_fullsized":"2024-03-30T04:33:30.902090+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-30T04:30:08.724135+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-30T04:30:08.724135+0000","last_clean_scrub_stamp":"2024-03-30T04:30:08.724135+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-31T09:21:29.203680+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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},"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201308,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2729999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":1.0620000000000001}]},{"osd":1,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":1.0049999999999999}]},{"osd":2,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.88,"15min":0.88},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.25,"5min":1.25,"15min":1.25},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.61799999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1879999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.94599999999999995},{"interface":"front","average":{"1min":1.024,"5min":1.024,"15min":1.024},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.872}]},{"osd":4,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":1.107},{"interface":"front","average":{"1min":0.877,"5min":0.877,"15min":0.877},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.85399999999999998}]},{"osd":5,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.3660000000000001,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":0.98299999999999998},{"interface":"front","average":{"1min":0.996,"5min":0.996,"15min":0.996},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.1479999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.022,"15min":1.022},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":1.0269999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462947,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6148,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739004,"statfs":{"total":95995035648,"available":95988740096,"internally_reserved":0,"allocated":1110016,"data_stored":768735,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.85099999999999998,"15min":0.85399999999999998},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.84599999999999997,"15min":0.84899999999999998},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.1859999999999999,"5min":1.486,"15min":1.486},"last":0.72699999999999998}]},{"osd":1,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.93799999999999994,"15min":0.95099999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.4470000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.95699999999999996,"15min":0.96199999999999997},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":1.0940000000000001}]},{"osd":2,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.89600000000000002,"15min":0.90600000000000003},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.877,"15min":0.88500000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.76700000000000002}]},{"osd":3,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":1.026,"15min":1.034},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.6160000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":1.1950000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":1,"15min":1.014},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.044}]},{"osd":4,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.86299999999999999,"15min":0.86499999999999999},"min":{"1min":0.41699999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.286,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.92700000000000005,"5min":1.0389999999999999,"15min":1.0580000000000001},"min":{"1min":0.38800000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.3340000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.296}]},{"osd":5,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":1.0209999999999999,"15min":1.042},"min":{"1min":0.40500000000000003,"5min":0.307,"15min":0.307},"max":{"1min":1.292,"5min":1.385,"15min":1.385},"last":1.27},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.1279999999999999,"15min":1.143},"min":{"1min":0.42799999999999999,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.454,"5min":1.657,"15min":1.657},"last":1.3680000000000001}]},{"osd":7,"last update":"Sat Mar 30 04:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.802,"5min":1.802,"15min":1.802},"last":1.347},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.6160000000000001,"5min":1.6160000000000001,"15min":1.6160000000000001},"last":1.4219999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574918,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Sat Mar 30 04:34:37 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.60999999999999999,"15min":0.54300000000000004},"min":{"1min":0.33000000000000002,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.63200000000000001,"15min":0.57799999999999996},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.84799999999999998,"5min":1.0860000000000001,"15min":1.0860000000000001},"last":0.52900000000000003}]},{"osd":2,"last update":"Sat Mar 30 04:34:11 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.99299999999999999,"15min":1.171},"min":{"1min":0.48199999999999998,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.0760000000000001,"5min":15.353,"15min":15.353},"last":1.014},{"interface":"front","average":{"1min":0.71399999999999997,"5min":0.95099999999999996,"15min":1.163},"min":{"1min":0.46200000000000002,"5min":0.307,"15min":0.307},"max":{"1min":0.98999999999999999,"5min":14.871,"15min":14.871},"last":0.82599999999999996}]},{"osd":3,"last update":"Sat Mar 30 04:34:52 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.69399999999999995,"15min":0.65200000000000002},"min":{"1min":0.40600000000000003,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.1240000000000001,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.80300000000000005,"15min":0.77800000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.1060000000000001,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.875}]},{"osd":4,"last update":"Sat Mar 30 04:34:20 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.93799999999999994,"15min":0.93700000000000006},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.752},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.877,"15min":0.86899999999999999},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.63200000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.98099999999999998,"15min":0.98099999999999998},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.4990000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.70699999999999996}]},{"osd":6,"last update":"Sat Mar 30 04:34:33 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.98899999999999999,"15min":1.0049999999999999},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.95699999999999996,"5min":1.0289999999999999,"15min":1.0409999999999999},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2370000000000001,"5min":1.325,"15min":1.325},"last":0.93999999999999995}]},{"osd":7,"last update":"Sat Mar 30 04:35:07 2024","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":1.0740000000000001,"15min":1.0800000000000001},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0589999999999999,"15min":1.0660000000000001},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.5369999999999999,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":0.78200000000000003}]}]},{"osd":0,"up_from":8,"seq":34359738444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5963776},"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":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.59199999999999997,"15min":0.51900000000000002},"min":{"1min":0.33100000000000002,"5min":0.25,"15min":0.25},"max":{"1min":0.90200000000000002,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.64200000000000002,"15min":0.56899999999999995},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.028,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.89500000000000002}]},{"osd":2,"last update":"Sat Mar 30 04:34:11 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.69499999999999995,"15min":0.65800000000000003},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.90000000000000002,"5min":1.026,"15min":1.026},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.79600000000000004,"15min":0.74399999999999999},"min":{"1min":0.38100000000000001,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.1499999999999999,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.83499999999999996}]},{"osd":3,"last update":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.72799999999999998,"15min":0.71799999999999997},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.94099999999999995,"5min":1.119,"15min":1.119},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.72199999999999998,"15min":0.70099999999999996},"min":{"1min":0.34000000000000002,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.97099999999999997,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.77100000000000002}]},{"osd":4,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.90100000000000002,"15min":0.89500000000000002},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.93500000000000005},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.93100000000000005,"15min":0.92000000000000004},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2070000000000001,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.2390000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.995,"15min":1.0129999999999999},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.216,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.96799999999999997,"15min":0.98599999999999999},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.081,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0429999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:34:31 2024","interfaces":[{"interface":"back","average":{"1min":1.004,"5min":1.024,"15min":1.0269999999999999},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.3009999999999999,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.143},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.0409999999999999,"15min":1.0469999999999999},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.032}]},{"osd":7,"last update":"Sat Mar 30 04:35:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":1.0649999999999999,"15min":1.071},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.5660000000000001,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.99299999999999999,"5min":1.0329999999999999,"15min":1.04},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":1.175}]}]},{"osd":2,"up_from":18,"seq":77309411390,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":"Sat Mar 30 04:34:19 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.628,"15min":0.59199999999999997},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.97499999999999998,"5min":1.089,"15min":1.089},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.73699999999999999,"15min":0.69699999999999995},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":1.2709999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:34:19 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.66600000000000004,"15min":0.63400000000000001},"min":{"1min":0.35199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.92000000000000004,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.69299999999999995,"15min":0.66700000000000004},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":1.0149999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:34:57 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.82899999999999996,"15min":0.80300000000000005},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":1.103},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.80900000000000005,"15min":0.78200000000000003},"min":{"1min":0.42799999999999999,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.6879999999999999,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.625}]},{"osd":4,"last update":"Sat Mar 30 04:34:22 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.89000000000000001,"15min":0.88400000000000001},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":1.2230000000000001},{"interface":"front","average":{"1min":0.873,"5min":0.89800000000000002,"15min":0.90200000000000002},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":1.571}]},{"osd":5,"last update":"Sat Mar 30 04:34:57 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.97999999999999998,"15min":0.98199999999999998},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":2.1070000000000002,"5min":2.1070000000000002,"15min":2.1070000000000002},"last":1.4530000000000001},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0309999999999999,"15min":1.0469999999999999},"min":{"1min":0.63900000000000001,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.3839999999999999}]},{"osd":6,"last update":"Sat Mar 30 04:34:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.028,"15min":1.022},"min":{"1min":0.69799999999999995,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.599,"5min":1.599,"15min":1.599},"last":1.4870000000000001},{"interface":"front","average":{"1min":1.0449999999999999,"5min":0.996,"15min":0.98799999999999999},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":2.0179999999999998,"5min":2.0179999999999998,"15min":2.0179999999999998},"last":1.544}]},{"osd":7,"last update":"Sat Mar 30 04:34:11 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1.02,"15min":1.02},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.2569999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":1.7170000000000001},{"interface":"front","average":{"1min":1.016,"5min":1.016,"15min":1.016},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.609}]}]},{"osd":3,"up_from":26,"seq":111669149750,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.64500000000000002,"15min":0.65600000000000003},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.196,"5min":1.196,"15min":1.196},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.73399999999999999,"15min":0.72999999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.0620000000000001,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.79500000000000004}]},{"osd":1,"last update":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.77200000000000002,"15min":0.76600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.95599999999999996,"5min":2.9649999999999999,"15min":2.9649999999999999},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.72799999999999998,"15min":0.73799999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.1599999999999999,"5min":1.27,"15min":1.27},"last":0.75}]},{"osd":2,"last update":"Sat Mar 30 04:34:50 2024","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.78300000000000003,"15min":0.76900000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.0429999999999999,"5min":1.298,"15min":1.298},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.746,"15min":0.73699999999999999},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.2529999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.97899999999999998}]},{"osd":4,"last update":"Sat Mar 30 04:34:28 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.94499999999999995,"15min":0.94699999999999995},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.0229999999999999},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.90500000000000003,"15min":0.89400000000000002},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":1.095}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.95499999999999996,"15min":0.95599999999999996},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":1.127},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.0089999999999999,"15min":1.0209999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.7869999999999999,"5min":1.7869999999999999,"15min":1.7869999999999999},"last":1.2210000000000001}]},{"osd":6,"last update":"Sat Mar 30 04:34:34 2024","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.022,"15min":1.028},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.353,"5min":1.353,"15min":1.353},"last":1.4119999999999999},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.0169999999999999,"15min":1.0229999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.323}]},{"osd":7,"last update":"Sat Mar 30 04:35:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.089,"15min":1.097},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.482,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.3440000000000001},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.075,"15min":1.081},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.349,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":1.198}]}]},{"osd":4,"up_from":31,"seq":133143986225,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.878,"15min":0.90800000000000003},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.079,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.95199999999999996,"15min":0.95499999999999996},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.0529999999999999}]},{"osd":1,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.77600000000000002,"5min":0.80400000000000005,"15min":0.79100000000000004},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.82699999999999996,"15min":0.81999999999999995},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.571,"5min":1.571,"15min":1.571},"last":0.755}]},{"osd":2,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.85899999999999999,"15min":0.85099999999999998},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.776,"5min":1.776,"15min":1.776},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.88200000000000001,"15min":0.85999999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.1399999999999999}]},{"osd":3,"last update":"Sat Mar 30 04:34:23 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.88300000000000001,"15min":0.85499999999999998},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":2.0910000000000002,"5min":2.0910000000000002,"15min":2.0910000000000002},"last":1.2170000000000001},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.94099999999999995,"15min":0.92600000000000005},"min":{"1min":0.58999999999999997,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":2.2029999999999998,"5min":2.2029999999999998,"15min":2.2029999999999998},"last":1.1040000000000001}]},{"osd":5,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.81399999999999995,"15min":0.79200000000000004},"min":{"1min":0.42599999999999999,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":1.196},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.88400000000000001,"15min":0.85899999999999999},"min":{"1min":0.48699999999999999,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.242}]},{"osd":6,"last update":"Sat Mar 30 04:34:31 2024","interfaces":[{"interface":"back","average":{"1min":0.99199999999999999,"5min":0.94199999999999995,"15min":0.93400000000000005},"min":{"1min":0.46300000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.5760000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.294},{"interface":"front","average":{"1min":1.1240000000000001,"5min":0.92800000000000005,"15min":0.89600000000000002},"min":{"1min":0.40000000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.911,"5min":1.911,"15min":1.911},"last":1.284}]},{"osd":7,"last update":"Sat Mar 30 04:35:11 2024","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.0860000000000001,"15min":1.0620000000000001},"min":{"1min":0.56200000000000006,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":2.0979999999999999,"5min":2.0979999999999999,"15min":2.0979999999999999},"last":1.327},{"interface":"front","average":{"1min":1.165,"5min":1.0389999999999999,"15min":1.018},"min":{"1min":0.65300000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.825,"5min":1.825,"15min":1.825},"last":1.167}]}]},{"osd":5,"up_from":39,"seq":167503724586,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":240130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.87,"15min":0.874},"min":{"1min":0.65200000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.2430000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.034},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.84899999999999998,"15min":0.88300000000000001},"min":{"1min":0.46899999999999997,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.1359999999999999,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.0600000000000001}]},{"osd":1,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.92600000000000005,"15min":0.92600000000000005},"min":{"1min":0.55900000000000005,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.456,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.877,"5min":0.86199999999999999,"15min":0.88500000000000001},"min":{"1min":0.60899999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.2749999999999999,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.96599999999999997}]},{"osd":2,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.84699999999999998,"15min":0.85899999999999999},"min":{"1min":0.59399999999999997,"5min":0.441,"15min":0.441},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.86199999999999999},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.876,"15min":0.874},"min":{"1min":0.61499999999999999,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.742,"5min":1.742,"15min":1.742},"last":1.232}]},{"osd":3,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.85799999999999998,"15min":0.871},"min":{"1min":0.57399999999999995,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.177,"5min":1.288,"15min":1.288},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.0029999999999999,"15min":0.97599999999999998},"min":{"1min":0.68200000000000005,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":2.5419999999999998,"5min":2.5419999999999998,"15min":2.5419999999999998},"last":1.1830000000000001}]},{"osd":4,"last update":"Sat Mar 30 04:34:58 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.79700000000000004,"15min":0.79300000000000004},"min":{"1min":0.44900000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.3799999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.78000000000000003,"15min":0.752},"min":{"1min":0.503,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.089}]},{"osd":6,"last update":"Sat Mar 30 04:34:32 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.88100000000000001,"15min":0.88500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":1.883,"5min":1.883,"15min":1.883},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.95999999999999996,"15min":0.96399999999999997},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.117}]},{"osd":7,"last update":"Sat Mar 30 04:35:10 2024","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.0069999999999999,"15min":0.97999999999999998},"min":{"1min":0.63500000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.6040000000000001,"5min":1.6040000000000001,"15min":1.6040000000000001},"last":1.081},{"interface":"front","average":{"1min":1.097,"5min":0.89200000000000002,"15min":0.85799999999999998},"min":{"1min":0.69799999999999995,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.1459999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-30T04:35:17.544 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-30T04:35:17.544 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-30T04:35:17.544 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-30T04:35:17.544 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- ceph health --format=json 2024-03-30T04:35:17.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:17 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:35:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:17 smithi097 bash[18564]: audit 2024-03-30T04:35:16.169732+0000 mgr.y (mgr.24304) 89 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:35:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:17 smithi097 bash[23956]: audit 2024-03-30T04:35:16.169732+0000 mgr.y (mgr.24304) 89 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:35:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:17 smithi105 bash[18682]: audit 2024-03-30T04:35:16.169732+0000 mgr.y (mgr.24304) 89 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-30T04:35:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:18 smithi105 bash[18682]: cluster 2024-03-30T04:35:16.832924+0000 mgr.y (mgr.24304) 90 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:18 smithi105 bash[18682]: audit 2024-03-30T04:35:17.740805+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:18 smithi105 bash[18682]: audit 2024-03-30T04:35:17.746547+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:18.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:18 smithi097 bash[23956]: cluster 2024-03-30T04:35:16.832924+0000 mgr.y (mgr.24304) 90 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:18.983 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:18 smithi097 bash[23956]: audit 2024-03-30T04:35:17.740805+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:18.983 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:18 smithi097 bash[23956]: audit 2024-03-30T04:35:17.746547+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:18.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:18 smithi097 bash[18564]: cluster 2024-03-30T04:35:16.832924+0000 mgr.y (mgr.24304) 90 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:18.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:18 smithi097 bash[18564]: audit 2024-03-30T04:35:17.740805+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:18.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:18 smithi097 bash[18564]: audit 2024-03-30T04:35:17.746547+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:20.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:19 smithi097 bash[18564]: cluster 2024-03-30T04:35:18.833548+0000 mgr.y (mgr.24304) 91 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:20.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:19 smithi097 bash[23956]: cluster 2024-03-30T04:35:18.833548+0000 mgr.y (mgr.24304) 91 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:20.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:19 smithi105 bash[18682]: cluster 2024-03-30T04:35:18.833548+0000 mgr.y (mgr.24304) 91 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:20.277 INFO:teuthology.orchestra.run.smithi097.stderr:Inferring config /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/mon.a/config 2024-03-30T04:35:20.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:20 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:35:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:21 smithi105 bash[18682]: audit 2024-03-30T04:35:20.451145+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:21 smithi105 bash[18682]: audit 2024-03-30T04:35:20.456707+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:21.821 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:21 smithi097 bash[18564]: audit 2024-03-30T04:35:20.451145+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:21.821 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:21 smithi097 bash[18564]: audit 2024-03-30T04:35:20.456707+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:21.821 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:21 smithi097 bash[23956]: audit 2024-03-30T04:35:20.451145+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:21.821 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:21 smithi097 bash[23956]: audit 2024-03-30T04:35:20.456707+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:22.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:22 smithi097 bash[23956]: cluster 2024-03-30T04:35:20.834112+0000 mgr.y (mgr.24304) 92 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:22 smithi097 bash[18564]: cluster 2024-03-30T04:35:20.834112+0000 mgr.y (mgr.24304) 92 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:22.947 INFO:teuthology.orchestra.run.smithi097.stdout: 2024-03-30T04:35:22.947 INFO:teuthology.orchestra.run.smithi097.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-30T04:35:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:22 smithi105 bash[18682]: cluster 2024-03-30T04:35:20.834112+0000 mgr.y (mgr.24304) 92 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:22.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:22 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:23.587 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-30T04:35:23.587 INFO:tasks.cephadm:Setup complete, yielding 2024-03-30T04:35:23.588 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:35:23.602 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi097.front.sepia.ceph.com 2024-03-30T04:35:23.602 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-03-30T04:35:23.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:23 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:23] "GET /metrics HTTP/1.1" 200 191523 "" "Prometheus/2.33.4" 2024-03-30T04:35:23.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:23 smithi097 bash[23956]: audit 2024-03-30T04:35:22.951250+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.97:0/2587982103' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:35:23.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:23 smithi097 bash[18564]: audit 2024-03-30T04:35:22.951250+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.97:0/2587982103' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:35:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:23 smithi105 bash[18682]: audit 2024-03-30T04:35:22.951250+0000 mon.a (mon.0) 911 : audit [DBG] from='client.? 172.21.15.97:0/2587982103' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-30T04:35:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:24 smithi097 bash[23956]: cluster 2024-03-30T04:35:22.834682+0000 mgr.y (mgr.24304) 93 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:24.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:24 smithi097 bash[18564]: cluster 2024-03-30T04:35:22.834682+0000 mgr.y (mgr.24304) 93 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:24.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:24 smithi105 bash[18682]: cluster 2024-03-30T04:35:22.834682+0000 mgr.y (mgr.24304) 93 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:26 smithi105 bash[18682]: cluster 2024-03-30T04:35:24.835112+0000 mgr.y (mgr.24304) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:27.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:26 smithi097 bash[18564]: cluster 2024-03-30T04:35:24.835112+0000 mgr.y (mgr.24304) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:27.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:26 smithi097 bash[23956]: cluster 2024-03-30T04:35:24.835112+0000 mgr.y (mgr.24304) 94 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:27.757 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:35:27.757 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "5c4fc443-c1da-4f1f-a9b5-ed73f22826a7", 2024-03-30T04:35:27.757 INFO:teuthology.orchestra.run.smithi097.stdout: "name": "r", 2024-03-30T04:35:27.757 INFO:teuthology.orchestra.run.smithi097.stdout: "current_period": "c606ec6d-d300-4af1-b774-f27507b634e1", 2024-03-30T04:35:27.757 INFO:teuthology.orchestra.run.smithi097.stdout: "epoch": 1 2024-03-30T04:35:27.757 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:35:27.797 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:27 smithi097 bash[23956]: cluster 2024-03-30T04:35:26.692673+0000 mon.a (mon.0) 912 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:35:27.797 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:27 smithi097 bash[23956]: audit 2024-03-30T04:35:26.703415+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.97:0/2096866787' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:35:27.797 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:27 smithi097 bash[23956]: audit 2024-03-30T04:35:26.704061+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:35:27.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:27 smithi097 bash[18564]: cluster 2024-03-30T04:35:26.692673+0000 mon.a (mon.0) 912 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:35:27.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:27 smithi097 bash[18564]: audit 2024-03-30T04:35:26.703415+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.97:0/2096866787' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:35:27.798 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:27 smithi097 bash[18564]: audit 2024-03-30T04:35:26.704061+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:35:27.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:27 smithi105 bash[18682]: cluster 2024-03-30T04:35:26.692673+0000 mon.a (mon.0) 912 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-30T04:35:27.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:27 smithi105 bash[18682]: audit 2024-03-30T04:35:26.703415+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.97:0/2096866787' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:35:27.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:27 smithi105 bash[18682]: audit 2024-03-30T04:35:26.704061+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-30T04:35:28.727 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-03-30T04:35:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:28 smithi105 bash[18682]: cluster 2024-03-30T04:35:26.835820+0000 mgr.y (mgr.24304) 95 : cluster [DBG] pgmap v62: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:28 smithi105 bash[18682]: audit 2024-03-30T04:35:27.697789+0000 mon.a (mon.0) 914 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:35:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:28 smithi105 bash[18682]: cluster 2024-03-30T04:35:27.697933+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:35:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:28 smithi097 bash[23956]: cluster 2024-03-30T04:35:26.835820+0000 mgr.y (mgr.24304) 95 : cluster [DBG] pgmap v62: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:29.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:28 smithi097 bash[23956]: audit 2024-03-30T04:35:27.697789+0000 mon.a (mon.0) 914 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:35:29.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:28 smithi097 bash[23956]: cluster 2024-03-30T04:35:27.697933+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:35:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:28 smithi097 bash[18564]: cluster 2024-03-30T04:35:26.835820+0000 mgr.y (mgr.24304) 95 : cluster [DBG] pgmap v62: 33 pgs: 6 creating+peering, 1 active+clean, 26 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:28 smithi097 bash[18564]: audit 2024-03-30T04:35:27.697789+0000 mon.a (mon.0) 914 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-30T04:35:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:28 smithi097 bash[18564]: cluster 2024-03-30T04:35:27.697933+0000 mon.a (mon.0) 915 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-30T04:35:29.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:29 smithi105 bash[18682]: cluster 2024-03-30T04:35:28.706022+0000 mon.a (mon.0) 916 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:35:29.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:29 smithi105 bash[18682]: cluster 2024-03-30T04:35:28.836477+0000 mgr.y (mgr.24304) 96 : cluster [DBG] pgmap v65: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:29.966 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:29 smithi097 bash[23956]: cluster 2024-03-30T04:35:28.706022+0000 mon.a (mon.0) 916 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:35:29.966 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:29 smithi097 bash[23956]: cluster 2024-03-30T04:35:28.836477+0000 mgr.y (mgr.24304) 96 : cluster [DBG] pgmap v65: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:29.966 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:29 smithi097 bash[18564]: cluster 2024-03-30T04:35:28.706022+0000 mon.a (mon.0) 916 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-30T04:35:29.966 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:29 smithi097 bash[18564]: cluster 2024-03-30T04:35:28.836477+0000 mgr.y (mgr.24304) 96 : cluster [DBG] pgmap v65: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:30 smithi105 bash[18682]: audit 2024-03-30T04:35:30.878120+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:30 smithi105 bash[18682]: audit 2024-03-30T04:35:30.883440+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:31.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:30 smithi097 bash[23956]: audit 2024-03-30T04:35:30.878120+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:31.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:30 smithi097 bash[23956]: audit 2024-03-30T04:35:30.883440+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:31.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:30 smithi097 bash[18564]: audit 2024-03-30T04:35:30.878120+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:35:31.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:30 smithi097 bash[18564]: audit 2024-03-30T04:35:30.883440+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "c3c243f0-2f30-4e90-bf73-d7e732e472ef", 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "name": "default", 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "api_name": "default", 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "is_master": "true", 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "endpoints": [], 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "hostnames": [], 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "hostnames_s3website": [], 2024-03-30T04:35:31.374 INFO:teuthology.orchestra.run.smithi097.stdout: "master_zone": "", 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: "zones": [], 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: "placement_targets": [], 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: "default_placement": "", 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: "realm_id": "5c4fc443-c1da-4f1f-a9b5-ed73f22826a7", 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: "sync_policy": { 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: "groups": [] 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:31.375 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:35:32.407 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-03-30T04:35:32.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:32 smithi097 bash[18564]: cluster 2024-03-30T04:35:30.837075+0000 mgr.y (mgr.24304) 97 : cluster [DBG] pgmap v66: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:32.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:32 smithi097 bash[23956]: cluster 2024-03-30T04:35:30.837075+0000 mgr.y (mgr.24304) 97 : cluster [DBG] pgmap v66: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:32.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:32 smithi105 bash[18682]: cluster 2024-03-30T04:35:30.837075+0000 mgr.y (mgr.24304) 97 : cluster [DBG] pgmap v66: 33 pgs: 1 active+clean, 32 creating+peering; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:35:32.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:32 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:34.112 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:33 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:33] "GET /metrics HTTP/1.1" 200 192623 "" "Prometheus/2.33.4" 2024-03-30T04:35:34.933 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "3b888603-dcf2-494e-9e18-64de718dfff2", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "name": "z", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "domain_root": "z.rgw.meta:root", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "control_pool": "z.rgw.control", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "gc_pool": "z.rgw.log:gc", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "lc_pool": "z.rgw.log:lc", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "log_pool": "z.rgw.log", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "roles_pool": "z.rgw.meta:roles", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-03-30T04:35:34.934 INFO:teuthology.orchestra.run.smithi097.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "otp_pool": "z.rgw.otp", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "system_key": { 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "access_key": "", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "secret_key": "" 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "placement_pools": [ 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: { 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "key": "default-placement", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "val": { 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "index_pool": "z.rgw.buckets.index", 2024-03-30T04:35:34.935 INFO:teuthology.orchestra.run.smithi097.stdout: "storage_classes": { 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: "STANDARD": { 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: "data_pool": "z.rgw.buckets.data" 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: "index_type": 0 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: "realm_id": "5c4fc443-c1da-4f1f-a9b5-ed73f22826a7", 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout: "notif_pool": "z.rgw.log:notif" 2024-03-30T04:35:34.936 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:35:34.937 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:34 smithi097 bash[18564]: cluster 2024-03-30T04:35:32.837896+0000 mgr.y (mgr.24304) 98 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 665 B/s rd, 1.8 KiB/s wr, 2 op/s 2024-03-30T04:35:34.937 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:34 smithi097 bash[23956]: cluster 2024-03-30T04:35:32.837896+0000 mgr.y (mgr.24304) 98 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 665 B/s rd, 1.8 KiB/s wr, 2 op/s 2024-03-30T04:35:34.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:34 smithi105 bash[18682]: cluster 2024-03-30T04:35:32.837896+0000 mgr.y (mgr.24304) 98 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 665 B/s rd, 1.8 KiB/s wr, 2 op/s 2024-03-30T04:35:35.549 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-03-30T04:35:36.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:36 smithi097 bash[18564]: cluster 2024-03-30T04:35:34.838279+0000 mgr.y (mgr.24304) 99 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-30T04:35:36.731 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:36 smithi097 bash[23956]: cluster 2024-03-30T04:35:34.838279+0000 mgr.y (mgr.24304) 99 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-30T04:35:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:36 smithi105 bash[18682]: cluster 2024-03-30T04:35:34.838279+0000 mgr.y (mgr.24304) 99 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 2 op/s 2024-03-30T04:35:38.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:35:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:38 smithi105 bash[18682]: cluster 2024-03-30T04:35:36.838882+0000 mgr.y (mgr.24304) 100 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 559 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-30T04:35:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:38 smithi105 bash[18682]: audit 2024-03-30T04:35:38.313250+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:38 smithi105 bash[18682]: audit 2024-03-30T04:35:38.322091+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:39.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[23956]: cluster 2024-03-30T04:35:36.838882+0000 mgr.y (mgr.24304) 100 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 559 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-30T04:35:39.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[23956]: audit 2024-03-30T04:35:38.313250+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:39.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[23956]: audit 2024-03-30T04:35:38.322091+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[18564]: cluster 2024-03-30T04:35:36.838882+0000 mgr.y (mgr.24304) 100 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 559 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-03-30T04:35:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[18564]: audit 2024-03-30T04:35:38.313250+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:38 smithi097 bash[18564]: audit 2024-03-30T04:35:38.322091+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:39 smithi105 bash[18682]: cluster 2024-03-30T04:35:38.699865+0000 mon.a (mon.0) 921 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:35:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:39 smithi105 bash[18682]: audit 2024-03-30T04:35:38.715883+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.97:0/2290728400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:35:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:39 smithi105 bash[18682]: audit 2024-03-30T04:35:38.716680+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:35:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:39 smithi105 bash[18682]: cluster 2024-03-30T04:35:38.839481+0000 mgr.y (mgr.24304) 101 : cluster [DBG] pgmap v71: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:35:40.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[23956]: cluster 2024-03-30T04:35:38.699865+0000 mon.a (mon.0) 921 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:35:40.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[23956]: audit 2024-03-30T04:35:38.715883+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.97:0/2290728400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:35:40.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[23956]: audit 2024-03-30T04:35:38.716680+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:35:40.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[23956]: cluster 2024-03-30T04:35:38.839481+0000 mgr.y (mgr.24304) 101 : cluster [DBG] pgmap v71: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:35:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[18564]: cluster 2024-03-30T04:35:38.699865+0000 mon.a (mon.0) 921 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-30T04:35:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[18564]: audit 2024-03-30T04:35:38.715883+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.97:0/2290728400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:35:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[18564]: audit 2024-03-30T04:35:38.716680+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-03-30T04:35:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:39 smithi097 bash[18564]: cluster 2024-03-30T04:35:38.839481+0000 mgr.y (mgr.24304) 101 : cluster [DBG] pgmap v71: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-03-30T04:35:40.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:35:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:40.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[18564]: audit 2024-03-30T04:35:39.715627+0000 mon.a (mon.0) 923 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:35:40.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[18564]: cluster 2024-03-30T04:35:39.715857+0000 mon.a (mon.0) 924 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:35:40.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[18564]: audit 2024-03-30T04:35:40.585262+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:40.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[18564]: audit 2024-03-30T04:35:40.590520+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:40.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[23956]: audit 2024-03-30T04:35:39.715627+0000 mon.a (mon.0) 923 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:35:40.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[23956]: cluster 2024-03-30T04:35:39.715857+0000 mon.a (mon.0) 924 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:35:40.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[23956]: audit 2024-03-30T04:35:40.585262+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:40.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:40 smithi097 bash[23956]: audit 2024-03-30T04:35:40.590520+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:40 smithi105 bash[18682]: audit 2024-03-30T04:35:39.715627+0000 mon.a (mon.0) 923 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-03-30T04:35:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:40 smithi105 bash[18682]: cluster 2024-03-30T04:35:39.715857+0000 mon.a (mon.0) 924 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-30T04:35:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:40 smithi105 bash[18682]: audit 2024-03-30T04:35:40.585262+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:40 smithi105 bash[18682]: audit 2024-03-30T04:35:40.590520+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:42.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[18564]: cluster 2024-03-30T04:35:40.712581+0000 mon.a (mon.0) 927 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[18564]: audit 2024-03-30T04:35:40.720669+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.97:0/2290728400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[18564]: audit 2024-03-30T04:35:40.733861+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[18564]: cluster 2024-03-30T04:35:40.840139+0000 mgr.y (mgr.24304) 102 : cluster [DBG] pgmap v74: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[18564]: audit 2024-03-30T04:35:41.718389+0000 mon.a (mon.0) 929 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[18564]: cluster 2024-03-30T04:35:41.718674+0000 mon.a (mon.0) 930 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[23956]: cluster 2024-03-30T04:35:40.712581+0000 mon.a (mon.0) 927 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[23956]: audit 2024-03-30T04:35:40.720669+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.97:0/2290728400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[23956]: audit 2024-03-30T04:35:40.733861+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[23956]: cluster 2024-03-30T04:35:40.840139+0000 mgr.y (mgr.24304) 102 : cluster [DBG] pgmap v74: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[23956]: audit 2024-03-30T04:35:41.718389+0000 mon.a (mon.0) 929 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:35:42.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:41 smithi097 bash[23956]: cluster 2024-03-30T04:35:41.718674+0000 mon.a (mon.0) 930 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:35:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:41 smithi105 bash[18682]: cluster 2024-03-30T04:35:40.712581+0000 mon.a (mon.0) 927 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-30T04:35:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:41 smithi105 bash[18682]: audit 2024-03-30T04:35:40.720669+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.97:0/2290728400' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:35:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:41 smithi105 bash[18682]: audit 2024-03-30T04:35:40.733861+0000 mon.a (mon.0) 928 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-03-30T04:35:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:41 smithi105 bash[18682]: cluster 2024-03-30T04:35:40.840139+0000 mgr.y (mgr.24304) 102 : cluster [DBG] pgmap v74: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-03-30T04:35:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:41 smithi105 bash[18682]: audit 2024-03-30T04:35:41.718389+0000 mon.a (mon.0) 929 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-03-30T04:35:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:41 smithi105 bash[18682]: cluster 2024-03-30T04:35:41.718674+0000 mon.a (mon.0) 930 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-30T04:35:42.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:42 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:44.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:43] "GET /metrics HTTP/1.1" 200 192623 "" "Prometheus/2.33.4" 2024-03-30T04:35:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[23956]: cluster 2024-03-30T04:35:42.741042+0000 mon.a (mon.0) 931 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:35:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[23956]: audit 2024-03-30T04:35:42.748879+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:35:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[23956]: audit 2024-03-30T04:35:42.753191+0000 mon.a (mon.0) 932 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:35:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[23956]: cluster 2024-03-30T04:35:42.840849+0000 mgr.y (mgr.24304) 103 : cluster [DBG] pgmap v77: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:35:44.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[18564]: cluster 2024-03-30T04:35:42.741042+0000 mon.a (mon.0) 931 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:35:44.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[18564]: audit 2024-03-30T04:35:42.748879+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:35:44.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[18564]: audit 2024-03-30T04:35:42.753191+0000 mon.a (mon.0) 932 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:35:44.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:43 smithi097 bash[18564]: cluster 2024-03-30T04:35:42.840849+0000 mgr.y (mgr.24304) 103 : cluster [DBG] pgmap v77: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:35:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:43 smithi105 bash[18682]: cluster 2024-03-30T04:35:42.741042+0000 mon.a (mon.0) 931 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-30T04:35:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:43 smithi105 bash[18682]: audit 2024-03-30T04:35:42.748879+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:35:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:43 smithi105 bash[18682]: audit 2024-03-30T04:35:42.753191+0000 mon.a (mon.0) 932 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-03-30T04:35:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:43 smithi105 bash[18682]: cluster 2024-03-30T04:35:42.840849+0000 mgr.y (mgr.24304) 103 : cluster [DBG] pgmap v77: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:35:45.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[23956]: audit 2024-03-30T04:35:43.749176+0000 mon.a (mon.0) 933 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:35:45.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[23956]: cluster 2024-03-30T04:35:43.749520+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:35:45.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[23956]: audit 2024-03-30T04:35:43.774520+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:35:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[23956]: audit 2024-03-30T04:35:43.778771+0000 mon.a (mon.0) 935 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:35:45.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[18564]: audit 2024-03-30T04:35:43.749176+0000 mon.a (mon.0) 933 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:35:45.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[18564]: cluster 2024-03-30T04:35:43.749520+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:35:45.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[18564]: audit 2024-03-30T04:35:43.774520+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:35:45.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:44 smithi097 bash[18564]: audit 2024-03-30T04:35:43.778771+0000 mon.a (mon.0) 935 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:35:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:44 smithi105 bash[18682]: audit 2024-03-30T04:35:43.749176+0000 mon.a (mon.0) 933 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-03-30T04:35:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:44 smithi105 bash[18682]: cluster 2024-03-30T04:35:43.749520+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-30T04:35:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:44 smithi105 bash[18682]: audit 2024-03-30T04:35:43.774520+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:35:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:44 smithi105 bash[18682]: audit 2024-03-30T04:35:43.778771+0000 mon.a (mon.0) 935 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "f8069dad-c544-4414-994b-5abeea14a93d", 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "epoch": 1, 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "predecessor_uuid": "c606ec6d-d300-4af1-b774-f27507b634e1", 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "sync_status": [], 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "period_map": { 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "f8069dad-c544-4414-994b-5abeea14a93d", 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "zonegroups": [ 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: { 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "c3c243f0-2f30-4e90-bf73-d7e732e472ef", 2024-03-30T04:35:45.876 INFO:teuthology.orchestra.run.smithi097.stdout: "name": "default", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "api_name": "default", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "is_master": "true", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "endpoints": [], 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "hostnames": [], 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "hostnames_s3website": [], 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "master_zone": "3b888603-dcf2-494e-9e18-64de718dfff2", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "zones": [ 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: { 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "id": "3b888603-dcf2-494e-9e18-64de718dfff2", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "name": "z", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "endpoints": [], 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "log_meta": "false", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "log_data": "false", 2024-03-30T04:35:45.877 INFO:teuthology.orchestra.run.smithi097.stdout: "bucket_index_max_shards": 11, 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "read_only": "false", 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "tier_type": "", 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "sync_from_all": "true", 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "sync_from": [], 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "redirect_zone": "" 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "placement_targets": [ 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: { 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "name": "default-placement", 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "tags": [], 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "storage_classes": [ 2024-03-30T04:35:45.878 INFO:teuthology.orchestra.run.smithi097.stdout: "STANDARD" 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "default_placement": "default-placement", 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "realm_id": "5c4fc443-c1da-4f1f-a9b5-ed73f22826a7", 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "sync_policy": { 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "groups": [] 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "short_zone_ids": [ 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: { 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "key": "3b888603-dcf2-494e-9e18-64de718dfff2", 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: "val": 2136733398 2024-03-30T04:35:45.879 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "master_zonegroup": "c3c243f0-2f30-4e90-bf73-d7e732e472ef", 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "master_zone": "3b888603-dcf2-494e-9e18-64de718dfff2", 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "period_config": { 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "bucket_quota": { 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "enabled": false, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "check_on_raw": false, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "max_size": -1, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "max_size_kb": 0, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "max_objects": -1 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "user_quota": { 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "enabled": false, 2024-03-30T04:35:45.880 INFO:teuthology.orchestra.run.smithi097.stdout: "check_on_raw": false, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_size": -1, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_size_kb": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_objects": -1 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "user_ratelimit": { 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_read_ops": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_write_ops": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_read_bytes": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_write_bytes": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "enabled": false 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "bucket_ratelimit": { 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_read_ops": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_write_ops": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_read_bytes": 0, 2024-03-30T04:35:45.881 INFO:teuthology.orchestra.run.smithi097.stdout: "max_write_bytes": 0, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "enabled": false 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "anonymous_ratelimit": { 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "max_read_ops": 0, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "max_write_ops": 0, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "max_read_bytes": 0, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "max_write_bytes": 0, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "enabled": false 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "realm_id": "5c4fc443-c1da-4f1f-a9b5-ed73f22826a7", 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "realm_name": "r", 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout: "realm_epoch": 2 2024-03-30T04:35:45.882 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[18564]: audit 2024-03-30T04:35:44.756989+0000 mon.a (mon.0) 936 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[18564]: cluster 2024-03-30T04:35:44.757268+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[18564]: audit 2024-03-30T04:35:44.759546+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[18564]: audit 2024-03-30T04:35:44.760309+0000 mon.a (mon.0) 938 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[18564]: cluster 2024-03-30T04:35:44.841575+0000 mgr.y (mgr.24304) 104 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[23956]: audit 2024-03-30T04:35:44.756989+0000 mon.a (mon.0) 936 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[23956]: cluster 2024-03-30T04:35:44.757268+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:35:46.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[23956]: audit 2024-03-30T04:35:44.759546+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:35:46.055 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[23956]: audit 2024-03-30T04:35:44.760309+0000 mon.a (mon.0) 938 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:35:46.055 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:45 smithi097 bash[23956]: cluster 2024-03-30T04:35:44.841575+0000 mgr.y (mgr.24304) 104 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:35:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:45 smithi105 bash[18682]: audit 2024-03-30T04:35:44.756989+0000 mon.a (mon.0) 936 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-30T04:35:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:45 smithi105 bash[18682]: cluster 2024-03-30T04:35:44.757268+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-30T04:35:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:45 smithi105 bash[18682]: audit 2024-03-30T04:35:44.759546+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.97:0/2681977655' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:35:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:45 smithi105 bash[18682]: audit 2024-03-30T04:35:44.760309+0000 mon.a (mon.0) 938 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-03-30T04:35:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:45 smithi105 bash[18682]: cluster 2024-03-30T04:35:44.841575+0000 mgr.y (mgr.24304) 104 : cluster [DBG] pgmap v80: 129 pgs: 32 unknown, 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2024-03-30T04:35:46.636 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-03-30T04:35:47.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:46 smithi097 bash[23956]: audit 2024-03-30T04:35:45.775464+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:35:47.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:46 smithi097 bash[23956]: cluster 2024-03-30T04:35:45.775670+0000 mon.a (mon.0) 940 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:35:47.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:46 smithi097 bash[18564]: audit 2024-03-30T04:35:45.775464+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:35:47.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:46 smithi097 bash[18564]: cluster 2024-03-30T04:35:45.775670+0000 mon.a (mon.0) 940 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:35:47.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:46 smithi105 bash[18682]: audit 2024-03-30T04:35:45.775464+0000 mon.a (mon.0) 939 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-03-30T04:35:47.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:46 smithi105 bash[18682]: cluster 2024-03-30T04:35:45.775670+0000 mon.a (mon.0) 940 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-30T04:35:48.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:47 smithi105 bash[18682]: cluster 2024-03-30T04:35:46.842076+0000 mgr.y (mgr.24304) 105 : cluster [DBG] pgmap v82: 129 pgs: 20 unknown, 109 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 249 B/s wr, 0 op/s 2024-03-30T04:35:48.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:47 smithi097 bash[23956]: cluster 2024-03-30T04:35:46.842076+0000 mgr.y (mgr.24304) 105 : cluster [DBG] pgmap v82: 129 pgs: 20 unknown, 109 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 249 B/s wr, 0 op/s 2024-03-30T04:35:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:47 smithi097 bash[18564]: cluster 2024-03-30T04:35:46.842076+0000 mgr.y (mgr.24304) 105 : cluster [DBG] pgmap v82: 129 pgs: 20 unknown, 109 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 249 B/s wr, 0 op/s 2024-03-30T04:35:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:49 smithi105 bash[18682]: cluster 2024-03-30T04:35:48.843210+0000 mgr.y (mgr.24304) 106 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-30T04:35:50.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:49 smithi097 bash[18564]: cluster 2024-03-30T04:35:48.843210+0000 mgr.y (mgr.24304) 106 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-30T04:35:50.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:49 smithi097 bash[23956]: cluster 2024-03-30T04:35:48.843210+0000 mgr.y (mgr.24304) 106 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-03-30T04:35:50.809 INFO:teuthology.orchestra.run.smithi097.stdout:Scheduled rgw.foo update... 2024-03-30T04:35:51.560 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply rgw smpl' 2024-03-30T04:35:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.807699+0000 mgr.y (mgr.24304) 107 : audit [DBG] from='client.24550 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: cephadm 2024-03-30T04:35:50.809669+0000 mgr.y (mgr.24304) 108 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.813936+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.821637+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.823044+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.823773+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.830186+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.840965+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: cluster 2024-03-30T04:35:50.843585+0000 mgr.y (mgr.24304) 109 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.846824+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: cephadm 2024-03-30T04:35:50.847776+0000 mgr.y (mgr.24304) 110 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.851220+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.851752+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.854570+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:52.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.859328+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: audit 2024-03-30T04:35:50.859954+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[23956]: cephadm 2024-03-30T04:35:50.860687+0000 mgr.y (mgr.24304) 111 : cephadm [INF] Deploying daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.807699+0000 mgr.y (mgr.24304) 107 : audit [DBG] from='client.24550 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: cephadm 2024-03-30T04:35:50.809669+0000 mgr.y (mgr.24304) 108 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.813936+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.821637+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.823044+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.823773+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.830186+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.840965+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: cluster 2024-03-30T04:35:50.843585+0000 mgr.y (mgr.24304) 109 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-03-30T04:35:52.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.846824+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: cephadm 2024-03-30T04:35:50.847776+0000 mgr.y (mgr.24304) 110 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.851220+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.851752+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.854570+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.859328+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: audit 2024-03-30T04:35:50.859954+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:51 smithi097 bash[18564]: cephadm 2024-03-30T04:35:50.860687+0000 mgr.y (mgr.24304) 111 : cephadm [INF] Deploying daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:35:52.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.807699+0000 mgr.y (mgr.24304) 107 : audit [DBG] from='client.24550 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:52.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: cephadm 2024-03-30T04:35:50.809669+0000 mgr.y (mgr.24304) 108 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:35:52.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.813936+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.821637+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.823044+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.823773+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.830186+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.840965+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: cluster 2024-03-30T04:35:50.843585+0000 mgr.y (mgr.24304) 109 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.846824+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: cephadm 2024-03-30T04:35:50.847776+0000 mgr.y (mgr.24304) 110 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.851220+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.851752+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.854570+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.859328+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: audit 2024-03-30T04:35:50.859954+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:52.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:51 smithi105 bash[18682]: cephadm 2024-03-30T04:35:50.860687+0000 mgr.y (mgr.24304) 111 : cephadm [INF] Deploying daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:35:52.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:52 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:35:53.858 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:53 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:35:53] "GET /metrics HTTP/1.1" 200 196637 "" "Prometheus/2.33.4" 2024-03-30T04:35:54.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:53 smithi097 bash[18564]: cluster 2024-03-30T04:35:52.845002+0000 mgr.y (mgr.24304) 112 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-30T04:35:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:53 smithi097 bash[23956]: cluster 2024-03-30T04:35:52.845002+0000 mgr.y (mgr.24304) 112 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-30T04:35:54.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:53 smithi105 bash[18682]: cluster 2024-03-30T04:35:52.845002+0000 mgr.y (mgr.24304) 112 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1012 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-03-30T04:35:55.778 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.778 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.778 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.779 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.779 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.779 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.780 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.780 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:55.780 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.053 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.053 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:55 smithi097 bash[18564]: cluster 2024-03-30T04:35:54.845713+0000 mgr.y (mgr.24304) 113 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 921 B/s wr, 2 op/s 2024-03-30T04:35:56.053 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:55 smithi097 bash[23956]: cluster 2024-03-30T04:35:54.845713+0000 mgr.y (mgr.24304) 113 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 921 B/s wr, 2 op/s 2024-03-30T04:35:56.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.054 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.054 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.055 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.055 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.055 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.055 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:35:55 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:56.146 INFO:teuthology.orchestra.run.smithi097.stdout:Scheduled rgw.smpl update... 2024-03-30T04:35:56.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:55 smithi105 bash[18682]: cluster 2024-03-30T04:35:54.845713+0000 mgr.y (mgr.24304) 113 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 921 B/s wr, 2 op/s 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.093214+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.094767+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.098707+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.105224+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.106020+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: cephadm 2024-03-30T04:35:56.106729+0000 mgr.y (mgr.24304) 114 : cephadm [INF] Deploying daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.145444+0000 mgr.y (mgr.24304) 115 : audit [DBG] from='client.24556 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: cephadm 2024-03-30T04:35:56.146254+0000 mgr.y (mgr.24304) 116 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:35:57.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[23956]: audit 2024-03-30T04:35:56.149953+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.093214+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.094767+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.098707+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.105224+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.106020+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: cephadm 2024-03-30T04:35:56.106729+0000 mgr.y (mgr.24304) 114 : cephadm [INF] Deploying daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.145444+0000 mgr.y (mgr.24304) 115 : audit [DBG] from='client.24556 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: cephadm 2024-03-30T04:35:56.146254+0000 mgr.y (mgr.24304) 116 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:35:57.320 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:57 smithi097 bash[18564]: audit 2024-03-30T04:35:56.149953+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.321 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph osd pool create foo' 2024-03-30T04:35:57.376 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.093214+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.376 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.094767+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:35:57.376 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.098707+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:35:57.376 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.105224+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:57.377 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.106020+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:57.377 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: cephadm 2024-03-30T04:35:56.106729+0000 mgr.y (mgr.24304) 114 : cephadm [INF] Deploying daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:35:57.377 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.145444+0000 mgr.y (mgr.24304) 115 : audit [DBG] from='client.24556 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:35:57.377 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: cephadm 2024-03-30T04:35:56.146254+0000 mgr.y (mgr.24304) 116 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:35:57.377 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:57 smithi105 bash[18682]: audit 2024-03-30T04:35:56.149953+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.297 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.297 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.297 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.298 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.298 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.298 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.299 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.299 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.299 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.558 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.558 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.558 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.559 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.559 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.559 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.559 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.560 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.560 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:35:58.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: cluster 2024-03-30T04:35:56.847170+0000 mgr.y (mgr.24304) 117 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 831 B/s wr, 2 op/s 2024-03-30T04:35:58.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: audit 2024-03-30T04:35:58.428499+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: audit 2024-03-30T04:35:58.437703+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: audit 2024-03-30T04:35:58.602899+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.706 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: audit 2024-03-30T04:35:58.607694+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: audit 2024-03-30T04:35:58.610299+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[23956]: audit 2024-03-30T04:35:58.611686+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:35:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: cluster 2024-03-30T04:35:56.847170+0000 mgr.y (mgr.24304) 117 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 831 B/s wr, 2 op/s 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: audit 2024-03-30T04:35:58.428499+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: audit 2024-03-30T04:35:58.437703+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: audit 2024-03-30T04:35:58.602899+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: audit 2024-03-30T04:35:58.607694+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: audit 2024-03-30T04:35:58.610299+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:58.707 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:58 smithi097 bash[18564]: audit 2024-03-30T04:35:58.611686+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:58.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: cluster 2024-03-30T04:35:56.847170+0000 mgr.y (mgr.24304) 117 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 739 B/s rd, 831 B/s wr, 2 op/s 2024-03-30T04:35:58.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: audit 2024-03-30T04:35:58.428499+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: audit 2024-03-30T04:35:58.437703+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: audit 2024-03-30T04:35:58.602899+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:58.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: audit 2024-03-30T04:35:58.607694+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:58.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: audit 2024-03-30T04:35:58.610299+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:58.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:58 smithi105 bash[18682]: audit 2024-03-30T04:35:58.611686+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:59.988 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: cephadm 2024-03-30T04:35:58.619510+0000 mgr.y (mgr.24304) 118 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.023495+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.030725+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.037177+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.044996+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.046229+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.047087+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.265253+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.268398+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.269400+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.269991+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:35:59.989 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:35:59 smithi105 bash[18682]: audit 2024-03-30T04:35:59.274351+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: cephadm 2024-03-30T04:35:58.619510+0000 mgr.y (mgr.24304) 118 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:00.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.023495+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.030725+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.037177+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.044996+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.046229+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.047087+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.265253+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.268398+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.269400+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.269991+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[18564]: audit 2024-03-30T04:35:59.274351+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: cephadm 2024-03-30T04:35:58.619510+0000 mgr.y (mgr.24304) 118 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.023495+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.030725+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.037177+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.044996+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.046229+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.047087+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.265253+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.268398+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.269400+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.269991+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:35:59 smithi097 bash[23956]: audit 2024-03-30T04:35:59.274351+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:00.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18564]: cluster 2024-03-30T04:35:58.847652+0000 mgr.y (mgr.24304) 119 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-03-30T04:36:00.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18564]: cephadm 2024-03-30T04:35:59.037797+0000 mgr.y (mgr.24304) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18564]: cephadm 2024-03-30T04:35:59.051331+0000 mgr.y (mgr.24304) 121 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:00.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18564]: cephadm 2024-03-30T04:35:59.265645+0000 mgr.y (mgr.24304) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18564]: cephadm 2024-03-30T04:35:59.274662+0000 mgr.y (mgr.24304) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[18564]: audit 2024-03-30T04:36:00.687413+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[23956]: cluster 2024-03-30T04:35:58.847652+0000 mgr.y (mgr.24304) 119 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[23956]: cephadm 2024-03-30T04:35:59.037797+0000 mgr.y (mgr.24304) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[23956]: cephadm 2024-03-30T04:35:59.051331+0000 mgr.y (mgr.24304) 121 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[23956]: cephadm 2024-03-30T04:35:59.265645+0000 mgr.y (mgr.24304) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[23956]: cephadm 2024-03-30T04:35:59.274662+0000 mgr.y (mgr.24304) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:00 smithi097 bash[23956]: audit 2024-03-30T04:36:00.687413+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:00 smithi105 bash[18682]: cluster 2024-03-30T04:35:58.847652+0000 mgr.y (mgr.24304) 119 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-03-30T04:36:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:00 smithi105 bash[18682]: cephadm 2024-03-30T04:35:59.037797+0000 mgr.y (mgr.24304) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:00 smithi105 bash[18682]: cephadm 2024-03-30T04:35:59.051331+0000 mgr.y (mgr.24304) 121 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:00 smithi105 bash[18682]: cephadm 2024-03-30T04:35:59.265645+0000 mgr.y (mgr.24304) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:00 smithi105 bash[18682]: cephadm 2024-03-30T04:35:59.274662+0000 mgr.y (mgr.24304) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:00.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:00 smithi105 bash[18682]: audit 2024-03-30T04:36:00.687413+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:01.944 INFO:teuthology.orchestra.run.smithi097.stderr:pool 'foo' created 2024-03-30T04:36:02.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:01 smithi097 bash[18564]: cluster 2024-03-30T04:36:00.848105+0000 mgr.y (mgr.24304) 124 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:36:02.183 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:01 smithi097 bash[18564]: audit 2024-03-30T04:36:00.918836+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:02.183 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:01 smithi097 bash[18564]: audit 2024-03-30T04:36:00.979658+0000 mon.a (mon.0) 978 : audit [INF] from='client.? 172.21.15.97:0/3054178075' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:36:02.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:01 smithi097 bash[23956]: cluster 2024-03-30T04:36:00.848105+0000 mgr.y (mgr.24304) 124 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:36:02.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:01 smithi097 bash[23956]: audit 2024-03-30T04:36:00.918836+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:02.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:01 smithi097 bash[23956]: audit 2024-03-30T04:36:00.979658+0000 mon.a (mon.0) 978 : audit [INF] from='client.? 172.21.15.97:0/3054178075' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:36:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:01 smithi105 bash[18682]: cluster 2024-03-30T04:36:00.848105+0000 mgr.y (mgr.24304) 124 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:36:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:01 smithi105 bash[18682]: audit 2024-03-30T04:36:00.918836+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:01 smithi105 bash[18682]: audit 2024-03-30T04:36:00.979658+0000 mon.a (mon.0) 978 : audit [INF] from='client.? 172.21.15.97:0/3054178075' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-03-30T04:36:02.711 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'rbd pool init foo' 2024-03-30T04:36:02.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:02 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:02.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:02 smithi105 bash[18682]: audit 2024-03-30T04:36:01.934769+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.97:0/3054178075' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:36:02.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:02 smithi105 bash[18682]: cluster 2024-03-30T04:36:01.934925+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:36:03.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:02 smithi097 bash[23956]: audit 2024-03-30T04:36:01.934769+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.97:0/3054178075' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:36:03.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:02 smithi097 bash[23956]: cluster 2024-03-30T04:36:01.934925+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:36:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:02 smithi097 bash[18564]: audit 2024-03-30T04:36:01.934769+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.97:0/3054178075' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-03-30T04:36:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:02 smithi097 bash[18564]: cluster 2024-03-30T04:36:01.934925+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-30T04:36:03.693 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:03 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:03] "GET /metrics HTTP/1.1" 200 205141 "" "Prometheus/2.33.4" 2024-03-30T04:36:04.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:03 smithi105 bash[18682]: cluster 2024-03-30T04:36:02.848615+0000 mgr.y (mgr.24304) 125 : cluster [DBG] pgmap v91: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 186 KiB/s rd, 3.6 KiB/s wr, 325 op/s 2024-03-30T04:36:04.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:03 smithi105 bash[18682]: cluster 2024-03-30T04:36:02.939839+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:36:04.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:03 smithi097 bash[23956]: cluster 2024-03-30T04:36:02.848615+0000 mgr.y (mgr.24304) 125 : cluster [DBG] pgmap v91: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 186 KiB/s rd, 3.6 KiB/s wr, 325 op/s 2024-03-30T04:36:04.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:03 smithi097 bash[23956]: cluster 2024-03-30T04:36:02.939839+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:36:04.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:03 smithi097 bash[18564]: cluster 2024-03-30T04:36:02.848615+0000 mgr.y (mgr.24304) 125 : cluster [DBG] pgmap v91: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 186 KiB/s rd, 3.6 KiB/s wr, 325 op/s 2024-03-30T04:36:04.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:03 smithi097 bash[18564]: cluster 2024-03-30T04:36:02.939839+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-30T04:36:04.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:36:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:04.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:05.011 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[23956]: cluster 2024-03-30T04:36:03.945416+0000 mon.a (mon.0) 982 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:36:05.011 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[23956]: audit 2024-03-30T04:36:04.252891+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:05.011 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[23956]: audit 2024-03-30T04:36:04.353807+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:05.011 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[18564]: cluster 2024-03-30T04:36:03.945416+0000 mon.a (mon.0) 982 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:36:05.011 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[18564]: audit 2024-03-30T04:36:04.252891+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:05.011 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:04 smithi097 bash[18564]: audit 2024-03-30T04:36:04.353807+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:04 smithi105 bash[18682]: cluster 2024-03-30T04:36:03.945416+0000 mon.a (mon.0) 982 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-03-30T04:36:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:04 smithi105 bash[18682]: audit 2024-03-30T04:36:04.252891+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:04 smithi105 bash[18682]: audit 2024-03-30T04:36:04.353807+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:06.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:06 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:36:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:06 smithi097 bash[23956]: cluster 2024-03-30T04:36:04.849164+0000 mgr.y (mgr.24304) 126 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 310 KiB/s rd, 6.0 KiB/s wr, 543 op/s 2024-03-30T04:36:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:06 smithi097 bash[23956]: audit 2024-03-30T04:36:05.788743+0000 mon.a (mon.0) 985 : audit [INF] from='client.? 172.21.15.97:0/663605410' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:36:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:06 smithi097 bash[18564]: cluster 2024-03-30T04:36:04.849164+0000 mgr.y (mgr.24304) 126 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 310 KiB/s rd, 6.0 KiB/s wr, 543 op/s 2024-03-30T04:36:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:06 smithi097 bash[18564]: audit 2024-03-30T04:36:05.788743+0000 mon.a (mon.0) 985 : audit [INF] from='client.? 172.21.15.97:0/663605410' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:36:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:06 smithi105 bash[18682]: cluster 2024-03-30T04:36:04.849164+0000 mgr.y (mgr.24304) 126 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 585 KiB data, 64 MiB used, 715 GiB / 715 GiB avail; 310 KiB/s rd, 6.0 KiB/s wr, 543 op/s 2024-03-30T04:36:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:06 smithi105 bash[18682]: audit 2024-03-30T04:36:05.788743+0000 mon.a (mon.0) 985 : audit [INF] from='client.? 172.21.15.97:0/663605410' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-03-30T04:36:07.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[23956]: audit 2024-03-30T04:36:06.364184+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.97:0/663605410' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:36:07.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[23956]: cluster 2024-03-30T04:36:06.364394+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:36:07.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[23956]: audit 2024-03-30T04:36:06.595115+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:07.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[23956]: audit 2024-03-30T04:36:06.604342+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[18564]: audit 2024-03-30T04:36:06.364184+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.97:0/663605410' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:36:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[18564]: cluster 2024-03-30T04:36:06.364394+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:36:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[18564]: audit 2024-03-30T04:36:06.595115+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:07 smithi097 bash[18564]: audit 2024-03-30T04:36:06.604342+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:07 smithi105 bash[18682]: audit 2024-03-30T04:36:06.364184+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.97:0/663605410' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-03-30T04:36:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:07 smithi105 bash[18682]: cluster 2024-03-30T04:36:06.364394+0000 mon.a (mon.0) 987 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-03-30T04:36:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:07 smithi105 bash[18682]: audit 2024-03-30T04:36:06.595115+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:07 smithi105 bash[18682]: audit 2024-03-30T04:36:06.604342+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:08 smithi105 bash[18682]: cluster 2024-03-30T04:36:06.850737+0000 mgr.y (mgr.24304) 127 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:36:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:08 smithi105 bash[18682]: cluster 2024-03-30T04:36:07.389906+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:36:08.734 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:08 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:08.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:08 smithi097 bash[18564]: cluster 2024-03-30T04:36:06.850737+0000 mgr.y (mgr.24304) 127 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:36:08.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:08 smithi097 bash[18564]: cluster 2024-03-30T04:36:07.389906+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:36:08.735 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:08 smithi097 bash[23956]: cluster 2024-03-30T04:36:06.850737+0000 mgr.y (mgr.24304) 127 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:36:08.735 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:08 smithi097 bash[23956]: cluster 2024-03-30T04:36:07.389906+0000 mon.a (mon.0) 990 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-03-30T04:36:09.516 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch apply iscsi foo u p' 2024-03-30T04:36:09.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: cluster 2024-03-30T04:36:08.388080+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:36:09.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.490613+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.495422+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.510552+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:09.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.512370+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:09.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.513239+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.518856+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: cephadm 2024-03-30T04:36:08.523243+0000 mgr.y (mgr.24304) 128 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.529412+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.530581+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.536416+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.544728+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: audit 2024-03-30T04:36:08.545641+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[23956]: cephadm 2024-03-30T04:36:08.547061+0000 mgr.y (mgr.24304) 129 : cephadm [INF] Deploying daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: cluster 2024-03-30T04:36:08.388080+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.490613+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.495422+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.510552+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.512370+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.513239+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.518856+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: cephadm 2024-03-30T04:36:08.523243+0000 mgr.y (mgr.24304) 128 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.529412+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.530581+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.536416+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.544728+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: audit 2024-03-30T04:36:08.545641+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:09.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:09 smithi097 bash[18564]: cephadm 2024-03-30T04:36:08.547061+0000 mgr.y (mgr.24304) 129 : cephadm [INF] Deploying daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: cluster 2024-03-30T04:36:08.388080+0000 mon.a (mon.0) 991 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.490613+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.495422+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.510552+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.512370+0000 mon.a (mon.0) 995 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.513239+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.518856+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: cephadm 2024-03-30T04:36:08.523243+0000 mgr.y (mgr.24304) 128 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.529412+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.530581+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:36:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.536416+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:36:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.544728+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: audit 2024-03-30T04:36:08.545641+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:09 smithi105 bash[18682]: cephadm 2024-03-30T04:36:08.547061+0000 mgr.y (mgr.24304) 129 : cephadm [INF] Deploying daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:36:10.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:10 smithi097 bash[18564]: cluster 2024-03-30T04:36:08.851471+0000 mgr.y (mgr.24304) 130 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:36:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:10 smithi097 bash[23956]: cluster 2024-03-30T04:36:08.851471+0000 mgr.y (mgr.24304) 130 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:36:10.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:10 smithi105 bash[18682]: cluster 2024-03-30T04:36:08.851471+0000 mgr.y (mgr.24304) 130 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:36:11.534 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.535 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.535 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.536 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.536 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.536 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.536 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.537 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.537 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.812 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.812 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.813 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.813 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.813 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.814 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.814 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.814 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:11.814 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:36:11 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[18682]: cluster 2024-03-30T04:36:10.852246+0000 mgr.y (mgr.24304) 131 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[18682]: audit 2024-03-30T04:36:11.856041+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[18682]: audit 2024-03-30T04:36:11.857469+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[18682]: audit 2024-03-30T04:36:11.861844+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[18682]: audit 2024-03-30T04:36:11.868501+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:12.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:12 smithi105 bash[18682]: audit 2024-03-30T04:36:11.869427+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[18564]: cluster 2024-03-30T04:36:10.852246+0000 mgr.y (mgr.24304) 131 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:36:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[18564]: audit 2024-03-30T04:36:11.856041+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[18564]: audit 2024-03-30T04:36:11.857469+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:36:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[18564]: audit 2024-03-30T04:36:11.861844+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:36:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[18564]: audit 2024-03-30T04:36:11.868501+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[18564]: audit 2024-03-30T04:36:11.869427+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:13.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[23956]: cluster 2024-03-30T04:36:10.852246+0000 mgr.y (mgr.24304) 131 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:36:13.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[23956]: audit 2024-03-30T04:36:11.856041+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:13.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[23956]: audit 2024-03-30T04:36:11.857469+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:36:13.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[23956]: audit 2024-03-30T04:36:11.861844+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-30T04:36:13.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[23956]: audit 2024-03-30T04:36:11.868501+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:13.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:12 smithi097 bash[23956]: audit 2024-03-30T04:36:11.869427+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:13.792 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:13 smithi097 bash[18564]: cephadm 2024-03-30T04:36:11.870225+0000 mgr.y (mgr.24304) 132 : cephadm [INF] Deploying daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:36:13.793 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:13 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:13] "GET /metrics HTTP/1.1" 200 205141 "" "Prometheus/2.33.4" 2024-03-30T04:36:13.793 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:13 smithi097 bash[23956]: cephadm 2024-03-30T04:36:11.870225+0000 mgr.y (mgr.24304) 132 : cephadm [INF] Deploying daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:36:13.962 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.963 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.963 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.963 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.964 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:13 smithi105 bash[18682]: cephadm 2024-03-30T04:36:11.870225+0000 mgr.y (mgr.24304) 132 : cephadm [INF] Deploying daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:36:13.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.964 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:13.965 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:36:13 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.234 INFO:teuthology.orchestra.run.smithi097.stdout:Scheduled iscsi.foo update... 2024-03-30T04:36:14.345 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.346 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.346 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.347 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.347 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.348 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.348 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.349 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: cluster 2024-03-30T04:36:12.854069+0000 mgr.y (mgr.24304) 133 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 315 B/s wr, 15 op/s 2024-03-30T04:36:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.233447+0000 mgr.y (mgr.24304) 134 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:36:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: cephadm 2024-03-30T04:36:14.234875+0000 mgr.y (mgr.24304) 135 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:36:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.239031+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.394032+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.399417+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.401976+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.403480+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: cephadm 2024-03-30T04:36:14.414070+0000 mgr.y (mgr.24304) 136 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.660021+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: cephadm 2024-03-30T04:36:14.660549+0000 mgr.y (mgr.24304) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.666388+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.667576+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: audit 2024-03-30T04:36:14.668192+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[18564]: cephadm 2024-03-30T04:36:14.672058+0000 mgr.y (mgr.24304) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: cluster 2024-03-30T04:36:12.854069+0000 mgr.y (mgr.24304) 133 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 315 B/s wr, 15 op/s 2024-03-30T04:36:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.233447+0000 mgr.y (mgr.24304) 134 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: cephadm 2024-03-30T04:36:14.234875+0000 mgr.y (mgr.24304) 135 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.239031+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.394032+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.399417+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.401976+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.403480+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: cephadm 2024-03-30T04:36:14.414070+0000 mgr.y (mgr.24304) 136 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.660021+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: cephadm 2024-03-30T04:36:14.660549+0000 mgr.y (mgr.24304) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.666388+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.667576+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:14.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: audit 2024-03-30T04:36:14.668192+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:14.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:14 smithi097 bash[23956]: cephadm 2024-03-30T04:36:14.672058+0000 mgr.y (mgr.24304) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:14.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: cluster 2024-03-30T04:36:12.854069+0000 mgr.y (mgr.24304) 133 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 315 B/s wr, 15 op/s 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.233447+0000 mgr.y (mgr.24304) 134 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: cephadm 2024-03-30T04:36:14.234875+0000 mgr.y (mgr.24304) 135 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.239031+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.394032+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.399417+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.401976+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.403480+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: cephadm 2024-03-30T04:36:14.414070+0000 mgr.y (mgr.24304) 136 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.660021+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: cephadm 2024-03-30T04:36:14.660549+0000 mgr.y (mgr.24304) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.666388+0000 mon.a (mon.0) 1014 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.667576+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: audit 2024-03-30T04:36:14.668192+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:14.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:14 smithi105 bash[18682]: cephadm 2024-03-30T04:36:14.672058+0000 mgr.y (mgr.24304) 138 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:36:15.016 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'sleep 120' 2024-03-30T04:36:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:15 smithi097 bash[23956]: cluster 2024-03-30T04:36:14.854646+0000 mgr.y (mgr.24304) 139 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-30T04:36:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:15 smithi097 bash[23956]: audit 2024-03-30T04:36:14.911505+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:15 smithi097 bash[23956]: cephadm 2024-03-30T04:36:14.911950+0000 mgr.y (mgr.24304) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:15 smithi097 bash[18564]: cluster 2024-03-30T04:36:14.854646+0000 mgr.y (mgr.24304) 139 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-30T04:36:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:15 smithi097 bash[18564]: audit 2024-03-30T04:36:14.911505+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:15 smithi097 bash[18564]: cephadm 2024-03-30T04:36:14.911950+0000 mgr.y (mgr.24304) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:16.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:15 smithi105 bash[18682]: cluster 2024-03-30T04:36:14.854646+0000 mgr.y (mgr.24304) 139 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-30T04:36:16.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:15 smithi105 bash[18682]: audit 2024-03-30T04:36:14.911505+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:16.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:15 smithi105 bash[18682]: cephadm 2024-03-30T04:36:14.911950+0000 mgr.y (mgr.24304) 140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:17.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:16 smithi105 bash[18682]: audit 2024-03-30T04:36:15.931069+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:17.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:16 smithi105 bash[18682]: cluster 2024-03-30T04:36:16.690992+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:36:17.319 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:16 smithi097 bash[18564]: audit 2024-03-30T04:36:15.931069+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:17.319 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:16 smithi097 bash[18564]: cluster 2024-03-30T04:36:16.690992+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:36:17.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:16 smithi097 bash[23956]: audit 2024-03-30T04:36:15.931069+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:17.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:16 smithi097 bash[23956]: cluster 2024-03-30T04:36:16.690992+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-03-30T04:36:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:18 smithi097 bash[18564]: cluster 2024-03-30T04:36:16.855585+0000 mgr.y (mgr.24304) 141 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 232 KiB/s rd, 483 B/s wr, 352 op/s 2024-03-30T04:36:18.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:18 smithi097 bash[23956]: cluster 2024-03-30T04:36:16.855585+0000 mgr.y (mgr.24304) 141 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 232 KiB/s rd, 483 B/s wr, 352 op/s 2024-03-30T04:36:18.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:17 smithi105 bash[18682]: cluster 2024-03-30T04:36:16.855585+0000 mgr.y (mgr.24304) 141 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 232 KiB/s rd, 483 B/s wr, 352 op/s 2024-03-30T04:36:20.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:19 smithi105 bash[18682]: cluster 2024-03-30T04:36:18.856314+0000 mgr.y (mgr.24304) 142 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 409 B/s wr, 298 op/s 2024-03-30T04:36:20.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:19 smithi097 bash[18564]: cluster 2024-03-30T04:36:18.856314+0000 mgr.y (mgr.24304) 142 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 409 B/s wr, 298 op/s 2024-03-30T04:36:20.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:20 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:36:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:20.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:19 smithi097 bash[23956]: cluster 2024-03-30T04:36:18.856314+0000 mgr.y (mgr.24304) 142 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 409 B/s wr, 298 op/s 2024-03-30T04:36:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:21 smithi105 bash[18682]: audit 2024-03-30T04:36:20.150335+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:21.607 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:21 smithi097 bash[18564]: audit 2024-03-30T04:36:20.150335+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:21.608 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:21 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:36:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:21.608 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:21 smithi097 bash[23956]: audit 2024-03-30T04:36:20.150335+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:21.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:21 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[23956]: cluster 2024-03-30T04:36:20.856986+0000 mgr.y (mgr.24304) 143 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 409 B/s wr, 298 op/s 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[23956]: audit 2024-03-30T04:36:21.359513+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[23956]: audit 2024-03-30T04:36:21.368563+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[23956]: audit 2024-03-30T04:36:21.611864+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[18564]: cluster 2024-03-30T04:36:20.856986+0000 mgr.y (mgr.24304) 143 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 409 B/s wr, 298 op/s 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[18564]: audit 2024-03-30T04:36:21.359513+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[18564]: audit 2024-03-30T04:36:21.368563+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[18564]: audit 2024-03-30T04:36:21.611864+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:22 smithi105 bash[18682]: cluster 2024-03-30T04:36:20.856986+0000 mgr.y (mgr.24304) 143 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 91 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 409 B/s wr, 298 op/s 2024-03-30T04:36:22.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:22 smithi105 bash[18682]: audit 2024-03-30T04:36:21.359513+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:22 smithi105 bash[18682]: audit 2024-03-30T04:36:21.368563+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:22 smithi105 bash[18682]: audit 2024-03-30T04:36:21.611864+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:22.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:22 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:23.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:22 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.639416+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.646281+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.646455+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.647945+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.648631+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.654033+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: cephadm 2024-03-30T04:36:22.658398+0000 mgr.y (mgr.24304) 144 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.665025+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:36:23.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.668964+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:36:23.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: audit 2024-03-30T04:36:22.673919+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:23.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:23 smithi105 bash[18682]: cephadm 2024-03-30T04:36:22.674912+0000 mgr.y (mgr.24304) 145 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:36:23.973 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:23] "GET /metrics HTTP/1.1" 200 210700 "" "Prometheus/2.33.4" 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.639416+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.646281+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.646455+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.647945+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.648631+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.654033+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: cephadm 2024-03-30T04:36:22.658398+0000 mgr.y (mgr.24304) 144 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.665025+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.668964+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: audit 2024-03-30T04:36:22.673919+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[23956]: cephadm 2024-03-30T04:36:22.674912+0000 mgr.y (mgr.24304) 145 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.639416+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.646281+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.646455+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:23.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.647945+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.648631+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.654033+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: cephadm 2024-03-30T04:36:22.658398+0000 mgr.y (mgr.24304) 144 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.665025+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.668964+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: audit 2024-03-30T04:36:22.673919+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:23.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:23 smithi097 bash[18564]: cephadm 2024-03-30T04:36:22.674912+0000 mgr.y (mgr.24304) 145 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:36:24.667 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.667 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.667 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.668 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.668 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.668 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.669 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.669 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.669 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.669 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:24 smithi097 bash[18564]: cluster 2024-03-30T04:36:22.857750+0000 mgr.y (mgr.24304) 146 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 204 B/s wr, 323 op/s 2024-03-30T04:36:24.936 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.936 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:24 smithi097 bash[23956]: cluster 2024-03-30T04:36:22.857750+0000 mgr.y (mgr.24304) 146 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 204 B/s wr, 323 op/s 2024-03-30T04:36:24.936 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.937 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.937 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.937 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.937 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.938 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.938 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.938 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:36:24.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:24 smithi105 bash[18682]: cluster 2024-03-30T04:36:22.857750+0000 mgr.y (mgr.24304) 146 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 204 B/s wr, 323 op/s 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: cluster 2024-03-30T04:36:24.686994+0000 mon.a (mon.0) 1033 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:24.981388+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:24.983647+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:24.985624+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:24.986470+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:24.995114+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.001083+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.003096+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.008147+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.010162+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.023092+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:25.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.024659+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:25.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.025718+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:25.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.026445+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:25.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:25 smithi105 bash[18682]: audit 2024-03-30T04:36:25.032072+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: cluster 2024-03-30T04:36:24.686994+0000 mon.a (mon.0) 1033 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-30T04:36:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:24.981388+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:24.983647+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:24.985624+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:24.986470+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:24.995114+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.001083+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.003096+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.008147+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.010162+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.023092+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.024659+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.025718+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.026445+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[23956]: audit 2024-03-30T04:36:25.032072+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: cluster 2024-03-30T04:36:24.686994+0000 mon.a (mon.0) 1033 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-03-30T04:36:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:24.981388+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:24.983647+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:24.985624+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:24.986470+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:24.995114+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.001083+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.003096+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.008147+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.010162+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.023092+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.024659+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.025718+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.026445+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:26.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:25 smithi097 bash[18564]: audit 2024-03-30T04:36:25.032072+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: cluster 2024-03-30T04:36:24.858395+0000 mgr.y (mgr.24304) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 204 B/s wr, 323 op/s 2024-03-30T04:36:26.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: cephadm 2024-03-30T04:36:24.995662+0000 mgr.y (mgr.24304) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: audit 2024-03-30T04:36:25.001750+0000 mgr.y (mgr.24304) 149 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: cephadm 2024-03-30T04:36:25.002836+0000 mgr.y (mgr.24304) 150 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: audit 2024-03-30T04:36:25.003525+0000 mgr.y (mgr.24304) 151 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: audit 2024-03-30T04:36:25.010998+0000 mgr.y (mgr.24304) 152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: cephadm 2024-03-30T04:36:25.032471+0000 mgr.y (mgr.24304) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[23956]: audit 2024-03-30T04:36:25.939806+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: cluster 2024-03-30T04:36:24.858395+0000 mgr.y (mgr.24304) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 204 B/s wr, 323 op/s 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: cephadm 2024-03-30T04:36:24.995662+0000 mgr.y (mgr.24304) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: audit 2024-03-30T04:36:25.001750+0000 mgr.y (mgr.24304) 149 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: cephadm 2024-03-30T04:36:25.002836+0000 mgr.y (mgr.24304) 150 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: audit 2024-03-30T04:36:25.003525+0000 mgr.y (mgr.24304) 151 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:36:26.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: audit 2024-03-30T04:36:25.010998+0000 mgr.y (mgr.24304) 152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:36:26.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: cephadm 2024-03-30T04:36:25.032471+0000 mgr.y (mgr.24304) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:26.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:26 smithi097 bash[18564]: audit 2024-03-30T04:36:25.939806+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: cluster 2024-03-30T04:36:24.858395+0000 mgr.y (mgr.24304) 147 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 214 KiB/s rd, 204 B/s wr, 323 op/s 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: cephadm 2024-03-30T04:36:24.995662+0000 mgr.y (mgr.24304) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: audit 2024-03-30T04:36:25.001750+0000 mgr.y (mgr.24304) 149 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: cephadm 2024-03-30T04:36:25.002836+0000 mgr.y (mgr.24304) 150 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: audit 2024-03-30T04:36:25.003525+0000 mgr.y (mgr.24304) 151 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: audit 2024-03-30T04:36:25.010998+0000 mgr.y (mgr.24304) 152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: cephadm 2024-03-30T04:36:25.032471+0000 mgr.y (mgr.24304) 153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:36:26.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:26 smithi105 bash[18682]: audit 2024-03-30T04:36:25.939806+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:27.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:27 smithi105 bash[18682]: audit 2024-03-30T04:36:26.854820+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.97:0/2417364188' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:36:27.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:27 smithi105 bash[18682]: audit 2024-03-30T04:36:27.184361+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.97:0/1757940434' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]: dispatch 2024-03-30T04:36:27.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:27 smithi105 bash[18682]: audit 2024-03-30T04:36:27.185402+0000 mon.a (mon.0) 1049 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]: dispatch 2024-03-30T04:36:28.088 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:27 smithi097 bash[23956]: audit 2024-03-30T04:36:26.854820+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.97:0/2417364188' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:36:28.088 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:27 smithi097 bash[23956]: audit 2024-03-30T04:36:27.184361+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.97:0/1757940434' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]: dispatch 2024-03-30T04:36:28.088 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:27 smithi097 bash[23956]: audit 2024-03-30T04:36:27.185402+0000 mon.a (mon.0) 1049 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]: dispatch 2024-03-30T04:36:28.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:27 smithi097 bash[18564]: audit 2024-03-30T04:36:26.854820+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.97:0/2417364188' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:36:28.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:27 smithi097 bash[18564]: audit 2024-03-30T04:36:27.184361+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.97:0/1757940434' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]: dispatch 2024-03-30T04:36:28.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:27 smithi097 bash[18564]: audit 2024-03-30T04:36:27.185402+0000 mon.a (mon.0) 1049 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]: dispatch 2024-03-30T04:36:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:28 smithi105 bash[18682]: cluster 2024-03-30T04:36:26.859986+0000 mgr.y (mgr.24304) 154 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 301 B/s wr, 318 op/s 2024-03-30T04:36:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:28 smithi105 bash[18682]: audit 2024-03-30T04:36:27.711120+0000 mon.a (mon.0) 1050 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]': finished 2024-03-30T04:36:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:28 smithi105 bash[18682]: cluster 2024-03-30T04:36:27.711318+0000 mon.a (mon.0) 1051 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:36:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:28 smithi105 bash[18682]: audit 2024-03-30T04:36:28.055000+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.97:0/1987945772' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]: dispatch 2024-03-30T04:36:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:28 smithi105 bash[18682]: audit 2024-03-30T04:36:28.055872+0000 mon.a (mon.0) 1052 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]: dispatch 2024-03-30T04:36:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[23956]: cluster 2024-03-30T04:36:26.859986+0000 mgr.y (mgr.24304) 154 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 301 B/s wr, 318 op/s 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[23956]: audit 2024-03-30T04:36:27.711120+0000 mon.a (mon.0) 1050 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]': finished 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[23956]: cluster 2024-03-30T04:36:27.711318+0000 mon.a (mon.0) 1051 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[23956]: audit 2024-03-30T04:36:28.055000+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.97:0/1987945772' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]: dispatch 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[23956]: audit 2024-03-30T04:36:28.055872+0000 mon.a (mon.0) 1052 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]: dispatch 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[18564]: cluster 2024-03-30T04:36:26.859986+0000 mgr.y (mgr.24304) 154 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 210 KiB/s rd, 301 B/s wr, 318 op/s 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[18564]: audit 2024-03-30T04:36:27.711120+0000 mon.a (mon.0) 1050 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2559268001"}]': finished 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[18564]: cluster 2024-03-30T04:36:27.711318+0000 mon.a (mon.0) 1051 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[18564]: audit 2024-03-30T04:36:28.055000+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.97:0/1987945772' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]: dispatch 2024-03-30T04:36:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:28 smithi097 bash[18564]: audit 2024-03-30T04:36:28.055872+0000 mon.a (mon.0) 1052 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]: dispatch 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[23956]: audit 2024-03-30T04:36:28.715736+0000 mon.a (mon.0) 1053 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]': finished 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[23956]: cluster 2024-03-30T04:36:28.715823+0000 mon.a (mon.0) 1054 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[23956]: cluster 2024-03-30T04:36:28.860473+0000 mgr.y (mgr.24304) 155 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 127 B/s wr, 32 op/s 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[23956]: audit 2024-03-30T04:36:29.055730+0000 mon.a (mon.0) 1055 : audit [INF] from='client.? 172.21.15.97:0/4043196209' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/4079212302"}]: dispatch 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[18564]: audit 2024-03-30T04:36:28.715736+0000 mon.a (mon.0) 1053 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]': finished 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[18564]: cluster 2024-03-30T04:36:28.715823+0000 mon.a (mon.0) 1054 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[18564]: cluster 2024-03-30T04:36:28.860473+0000 mgr.y (mgr.24304) 155 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 127 B/s wr, 32 op/s 2024-03-30T04:36:30.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:29 smithi097 bash[18564]: audit 2024-03-30T04:36:29.055730+0000 mon.a (mon.0) 1055 : audit [INF] from='client.? 172.21.15.97:0/4043196209' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/4079212302"}]: dispatch 2024-03-30T04:36:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:29 smithi105 bash[18682]: audit 2024-03-30T04:36:28.715736+0000 mon.a (mon.0) 1053 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/926501764"}]': finished 2024-03-30T04:36:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:29 smithi105 bash[18682]: cluster 2024-03-30T04:36:28.715823+0000 mon.a (mon.0) 1054 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-03-30T04:36:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:29 smithi105 bash[18682]: cluster 2024-03-30T04:36:28.860473+0000 mgr.y (mgr.24304) 155 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 127 B/s wr, 32 op/s 2024-03-30T04:36:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:29 smithi105 bash[18682]: audit 2024-03-30T04:36:29.055730+0000 mon.a (mon.0) 1055 : audit [INF] from='client.? 172.21.15.97:0/4043196209' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/4079212302"}]: dispatch 2024-03-30T04:36:30.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:31.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[18564]: audit 2024-03-30T04:36:29.728486+0000 mon.a (mon.0) 1056 : audit [INF] from='client.? 172.21.15.97:0/4043196209' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/4079212302"}]': finished 2024-03-30T04:36:31.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[18564]: cluster 2024-03-30T04:36:29.728671+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:36:31.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[18564]: audit 2024-03-30T04:36:30.044107+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:31.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[18564]: audit 2024-03-30T04:36:30.073637+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.97:0/413865386' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]: dispatch 2024-03-30T04:36:31.070 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[18564]: audit 2024-03-30T04:36:30.074192+0000 mon.a (mon.0) 1059 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]: dispatch 2024-03-30T04:36:31.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[23956]: audit 2024-03-30T04:36:29.728486+0000 mon.a (mon.0) 1056 : audit [INF] from='client.? 172.21.15.97:0/4043196209' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/4079212302"}]': finished 2024-03-30T04:36:31.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[23956]: cluster 2024-03-30T04:36:29.728671+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:36:31.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[23956]: audit 2024-03-30T04:36:30.044107+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:31.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[23956]: audit 2024-03-30T04:36:30.073637+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.97:0/413865386' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]: dispatch 2024-03-30T04:36:31.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:30 smithi097 bash[23956]: audit 2024-03-30T04:36:30.074192+0000 mon.a (mon.0) 1059 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]: dispatch 2024-03-30T04:36:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:30 smithi105 bash[18682]: audit 2024-03-30T04:36:29.728486+0000 mon.a (mon.0) 1056 : audit [INF] from='client.? 172.21.15.97:0/4043196209' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/4079212302"}]': finished 2024-03-30T04:36:31.352 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:30 smithi105 bash[18682]: cluster 2024-03-30T04:36:29.728671+0000 mon.a (mon.0) 1057 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-03-30T04:36:31.352 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:30 smithi105 bash[18682]: audit 2024-03-30T04:36:30.044107+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:31.352 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:30 smithi105 bash[18682]: audit 2024-03-30T04:36:30.073637+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.97:0/413865386' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]: dispatch 2024-03-30T04:36:31.353 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:30 smithi105 bash[18682]: audit 2024-03-30T04:36:30.074192+0000 mon.a (mon.0) 1059 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:30.830798+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:30.831411+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:30.831824+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:30.832233+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: cluster 2024-03-30T04:36:30.861127+0000 mgr.y (mgr.24304) 156 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 1 op/s 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:30.887380+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:30.891235+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:31.050029+0000 mon.a (mon.0) 1066 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]': finished 2024-03-30T04:36:32.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:31.050652+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:31.050929+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:31.051290+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]': finished 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:31.051629+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: cluster 2024-03-30T04:36:31.051814+0000 mon.a (mon.0) 1071 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[18564]: audit 2024-03-30T04:36:31.396604+0000 mon.a (mon.0) 1072 : audit [INF] from='client.? 172.21.15.97:0/2714729914' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2198148866"}]: dispatch 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:30.830798+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:30.831411+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:30.831824+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:30.832233+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: cluster 2024-03-30T04:36:30.861127+0000 mgr.y (mgr.24304) 156 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 1 op/s 2024-03-30T04:36:32.069 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:30.887380+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:30.891235+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:31.050029+0000 mon.a (mon.0) 1066 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]': finished 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:31.050652+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:31.050929+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:31.051290+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]': finished 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:31.051629+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: cluster 2024-03-30T04:36:31.051814+0000 mon.a (mon.0) 1071 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:36:32.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:31 smithi097 bash[23956]: audit 2024-03-30T04:36:31.396604+0000 mon.a (mon.0) 1072 : audit [INF] from='client.? 172.21.15.97:0/2714729914' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2198148866"}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:30.830798+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:30.831411+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:30.831824+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:30.832233+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: cluster 2024-03-30T04:36:30.861127+0000 mgr.y (mgr.24304) 156 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 1 op/s 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:30.887380+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:30.891235+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:31.050029+0000 mon.a (mon.0) 1066 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/4079212302"}]': finished 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:31.050652+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]': finished 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:31.050929+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:31.051290+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 5]}]': finished 2024-03-30T04:36:32.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:31.051629+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-03-30T04:36:32.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: cluster 2024-03-30T04:36:31.051814+0000 mon.a (mon.0) 1071 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-03-30T04:36:32.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:31 smithi105 bash[18682]: audit 2024-03-30T04:36:31.396604+0000 mon.a (mon.0) 1072 : audit [INF] from='client.? 172.21.15.97:0/2714729914' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2198148866"}]: dispatch 2024-03-30T04:36:32.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:32 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[18564]: audit 2024-03-30T04:36:32.052335+0000 mon.a (mon.0) 1073 : audit [INF] from='client.? 172.21.15.97:0/2714729914' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2198148866"}]': finished 2024-03-30T04:36:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[18564]: cluster 2024-03-30T04:36:32.052624+0000 mon.a (mon.0) 1074 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:36:33.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[18564]: audit 2024-03-30T04:36:32.395607+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? 172.21.15.97:0/2173120617' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2951133804"}]: dispatch 2024-03-30T04:36:33.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[23956]: audit 2024-03-30T04:36:32.052335+0000 mon.a (mon.0) 1073 : audit [INF] from='client.? 172.21.15.97:0/2714729914' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2198148866"}]': finished 2024-03-30T04:36:33.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[23956]: cluster 2024-03-30T04:36:32.052624+0000 mon.a (mon.0) 1074 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:36:33.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[23956]: audit 2024-03-30T04:36:32.395607+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? 172.21.15.97:0/2173120617' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2951133804"}]: dispatch 2024-03-30T04:36:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:33 smithi105 bash[18682]: audit 2024-03-30T04:36:32.052335+0000 mon.a (mon.0) 1073 : audit [INF] from='client.? 172.21.15.97:0/2714729914' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2198148866"}]': finished 2024-03-30T04:36:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:33 smithi105 bash[18682]: cluster 2024-03-30T04:36:32.052624+0000 mon.a (mon.0) 1074 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-03-30T04:36:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:33 smithi105 bash[18682]: audit 2024-03-30T04:36:32.395607+0000 mon.a (mon.0) 1075 : audit [INF] from='client.? 172.21.15.97:0/2173120617' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2951133804"}]: dispatch 2024-03-30T04:36:33.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:33.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:33 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:33] "GET /metrics HTTP/1.1" 200 214934 "" "Prometheus/2.33.4" 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: cluster 2024-03-30T04:36:32.861537+0000 mgr.y (mgr.24304) 157 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.059106+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? 172.21.15.97:0/2173120617' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2951133804"}]': finished 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: cluster 2024-03-30T04:36:33.059171+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.380526+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.97:0/1796483885' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2951133804"}]: dispatch 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.418090+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.423479+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.426781+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.428055+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.428910+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[18564]: audit 2024-03-30T04:36:33.434306+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: cluster 2024-03-30T04:36:32.861537+0000 mgr.y (mgr.24304) 157 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.059106+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? 172.21.15.97:0/2173120617' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2951133804"}]': finished 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: cluster 2024-03-30T04:36:33.059171+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.380526+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.97:0/1796483885' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2951133804"}]: dispatch 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.418090+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.423479+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.426781+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.428055+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.428910+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:34.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:34 smithi097 bash[23956]: audit 2024-03-30T04:36:33.434306+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: cluster 2024-03-30T04:36:32.861537+0000 mgr.y (mgr.24304) 157 : cluster [DBG] pgmap v117: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.059106+0000 mon.a (mon.0) 1076 : audit [INF] from='client.? 172.21.15.97:0/2173120617' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2951133804"}]': finished 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: cluster 2024-03-30T04:36:33.059171+0000 mon.a (mon.0) 1077 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.380526+0000 mon.a (mon.0) 1078 : audit [INF] from='client.? 172.21.15.97:0/1796483885' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2951133804"}]: dispatch 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.418090+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.423479+0000 mon.a (mon.0) 1080 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.426781+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.428055+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.428910+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:36:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:34 smithi105 bash[18682]: audit 2024-03-30T04:36:33.434306+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[18564]: audit 2024-03-30T04:36:34.076185+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.97:0/1796483885' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2951133804"}]': finished 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[18564]: cluster 2024-03-30T04:36:34.076353+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[18564]: audit 2024-03-30T04:36:34.418815+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.97:0/3156260436' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]: dispatch 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[18564]: audit 2024-03-30T04:36:34.419691+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]: dispatch 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[23956]: audit 2024-03-30T04:36:34.076185+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.97:0/1796483885' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2951133804"}]': finished 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[23956]: cluster 2024-03-30T04:36:34.076353+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[23956]: audit 2024-03-30T04:36:34.418815+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.97:0/3156260436' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]: dispatch 2024-03-30T04:36:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:35 smithi097 bash[23956]: audit 2024-03-30T04:36:34.419691+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]: dispatch 2024-03-30T04:36:35.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:35 smithi105 bash[18682]: audit 2024-03-30T04:36:34.076185+0000 mon.a (mon.0) 1085 : audit [INF] from='client.? 172.21.15.97:0/1796483885' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2951133804"}]': finished 2024-03-30T04:36:35.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:35 smithi105 bash[18682]: cluster 2024-03-30T04:36:34.076353+0000 mon.a (mon.0) 1086 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-03-30T04:36:35.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:35 smithi105 bash[18682]: audit 2024-03-30T04:36:34.418815+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.97:0/3156260436' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]: dispatch 2024-03-30T04:36:35.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:35 smithi105 bash[18682]: audit 2024-03-30T04:36:34.419691+0000 mon.a (mon.0) 1087 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]: dispatch 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[23956]: cluster 2024-03-30T04:36:34.862324+0000 mgr.y (mgr.24304) 158 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[23956]: audit 2024-03-30T04:36:35.090559+0000 mon.a (mon.0) 1088 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]': finished 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[23956]: cluster 2024-03-30T04:36:35.090783+0000 mon.a (mon.0) 1089 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[23956]: audit 2024-03-30T04:36:35.440651+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? 172.21.15.97:0/3216512983' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1014737183"}]: dispatch 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[18564]: cluster 2024-03-30T04:36:34.862324+0000 mgr.y (mgr.24304) 158 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[18564]: audit 2024-03-30T04:36:35.090559+0000 mon.a (mon.0) 1088 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]': finished 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[18564]: cluster 2024-03-30T04:36:35.090783+0000 mon.a (mon.0) 1089 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:36:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:36 smithi097 bash[18564]: audit 2024-03-30T04:36:35.440651+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? 172.21.15.97:0/3216512983' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1014737183"}]: dispatch 2024-03-30T04:36:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:36 smithi105 bash[18682]: cluster 2024-03-30T04:36:34.862324+0000 mgr.y (mgr.24304) 158 : cluster [DBG] pgmap v120: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:36 smithi105 bash[18682]: audit 2024-03-30T04:36:35.090559+0000 mon.a (mon.0) 1088 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2277644820"}]': finished 2024-03-30T04:36:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:36 smithi105 bash[18682]: cluster 2024-03-30T04:36:35.090783+0000 mon.a (mon.0) 1089 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-03-30T04:36:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:36 smithi105 bash[18682]: audit 2024-03-30T04:36:35.440651+0000 mon.a (mon.0) 1090 : audit [INF] from='client.? 172.21.15.97:0/3216512983' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1014737183"}]: dispatch 2024-03-30T04:36:37.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:37 smithi105 bash[18682]: audit 2024-03-30T04:36:36.090140+0000 mon.a (mon.0) 1091 : audit [INF] from='client.? 172.21.15.97:0/3216512983' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1014737183"}]': finished 2024-03-30T04:36:37.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:37 smithi105 bash[18682]: cluster 2024-03-30T04:36:36.090308+0000 mon.a (mon.0) 1092 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:36:37.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:37 smithi105 bash[18682]: audit 2024-03-30T04:36:36.432114+0000 mon.a (mon.0) 1093 : audit [INF] from='client.? 172.21.15.97:0/596849506' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1894085889"}]: dispatch 2024-03-30T04:36:37.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:37 smithi105 bash[18682]: audit 2024-03-30T04:36:36.558648+0000 mgr.y (mgr.24304) 159 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[18564]: audit 2024-03-30T04:36:36.090140+0000 mon.a (mon.0) 1091 : audit [INF] from='client.? 172.21.15.97:0/3216512983' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1014737183"}]': finished 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[18564]: cluster 2024-03-30T04:36:36.090308+0000 mon.a (mon.0) 1092 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[18564]: audit 2024-03-30T04:36:36.432114+0000 mon.a (mon.0) 1093 : audit [INF] from='client.? 172.21.15.97:0/596849506' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1894085889"}]: dispatch 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[18564]: audit 2024-03-30T04:36:36.558648+0000 mgr.y (mgr.24304) 159 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[23956]: audit 2024-03-30T04:36:36.090140+0000 mon.a (mon.0) 1091 : audit [INF] from='client.? 172.21.15.97:0/3216512983' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1014737183"}]': finished 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[23956]: cluster 2024-03-30T04:36:36.090308+0000 mon.a (mon.0) 1092 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[23956]: audit 2024-03-30T04:36:36.432114+0000 mon.a (mon.0) 1093 : audit [INF] from='client.? 172.21.15.97:0/596849506' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1894085889"}]: dispatch 2024-03-30T04:36:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:37 smithi097 bash[23956]: audit 2024-03-30T04:36:36.558648+0000 mgr.y (mgr.24304) 159 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[18564]: cluster 2024-03-30T04:36:36.864019+0000 mgr.y (mgr.24304) 160 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[18564]: audit 2024-03-30T04:36:37.115488+0000 mon.a (mon.0) 1094 : audit [INF] from='client.? 172.21.15.97:0/596849506' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1894085889"}]': finished 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[18564]: cluster 2024-03-30T04:36:37.115850+0000 mon.a (mon.0) 1095 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[18564]: audit 2024-03-30T04:36:37.463080+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? 172.21.15.97:0/2136267851' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2917626153"}]: dispatch 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[23956]: cluster 2024-03-30T04:36:36.864019+0000 mgr.y (mgr.24304) 160 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[23956]: audit 2024-03-30T04:36:37.115488+0000 mon.a (mon.0) 1094 : audit [INF] from='client.? 172.21.15.97:0/596849506' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1894085889"}]': finished 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[23956]: cluster 2024-03-30T04:36:37.115850+0000 mon.a (mon.0) 1095 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:36:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:38 smithi097 bash[23956]: audit 2024-03-30T04:36:37.463080+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? 172.21.15.97:0/2136267851' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2917626153"}]: dispatch 2024-03-30T04:36:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:38 smithi105 bash[18682]: cluster 2024-03-30T04:36:36.864019+0000 mgr.y (mgr.24304) 160 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:36:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:38 smithi105 bash[18682]: audit 2024-03-30T04:36:37.115488+0000 mon.a (mon.0) 1094 : audit [INF] from='client.? 172.21.15.97:0/596849506' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1894085889"}]': finished 2024-03-30T04:36:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:38 smithi105 bash[18682]: cluster 2024-03-30T04:36:37.115850+0000 mon.a (mon.0) 1095 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-03-30T04:36:38.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:38 smithi105 bash[18682]: audit 2024-03-30T04:36:37.463080+0000 mon.a (mon.0) 1096 : audit [INF] from='client.? 172.21.15.97:0/2136267851' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2917626153"}]: dispatch 2024-03-30T04:36:39.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:36:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[23956]: audit 2024-03-30T04:36:38.133477+0000 mon.a (mon.0) 1097 : audit [INF] from='client.? 172.21.15.97:0/2136267851' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2917626153"}]': finished 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[23956]: cluster 2024-03-30T04:36:38.133666+0000 mon.a (mon.0) 1098 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[23956]: audit 2024-03-30T04:36:38.468413+0000 mon.a (mon.0) 1099 : audit [INF] from='client.? 172.21.15.97:0/306100239' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3709852554"}]: dispatch 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[23956]: audit 2024-03-30T04:36:39.068867+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[23956]: audit 2024-03-30T04:36:39.078483+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[18564]: audit 2024-03-30T04:36:38.133477+0000 mon.a (mon.0) 1097 : audit [INF] from='client.? 172.21.15.97:0/2136267851' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2917626153"}]': finished 2024-03-30T04:36:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[18564]: cluster 2024-03-30T04:36:38.133666+0000 mon.a (mon.0) 1098 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:36:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[18564]: audit 2024-03-30T04:36:38.468413+0000 mon.a (mon.0) 1099 : audit [INF] from='client.? 172.21.15.97:0/306100239' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3709852554"}]: dispatch 2024-03-30T04:36:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[18564]: audit 2024-03-30T04:36:39.068867+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:39 smithi097 bash[18564]: audit 2024-03-30T04:36:39.078483+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:39 smithi105 bash[18682]: audit 2024-03-30T04:36:38.133477+0000 mon.a (mon.0) 1097 : audit [INF] from='client.? 172.21.15.97:0/2136267851' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2917626153"}]': finished 2024-03-30T04:36:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:39 smithi105 bash[18682]: cluster 2024-03-30T04:36:38.133666+0000 mon.a (mon.0) 1098 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-03-30T04:36:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:39 smithi105 bash[18682]: audit 2024-03-30T04:36:38.468413+0000 mon.a (mon.0) 1099 : audit [INF] from='client.? 172.21.15.97:0/306100239' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3709852554"}]: dispatch 2024-03-30T04:36:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:39 smithi105 bash[18682]: audit 2024-03-30T04:36:39.068867+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:39 smithi105 bash[18682]: audit 2024-03-30T04:36:39.078483+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:40.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:40 smithi105 bash[18682]: cluster 2024-03-30T04:36:38.864777+0000 mgr.y (mgr.24304) 161 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:36:40.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:40 smithi105 bash[18682]: audit 2024-03-30T04:36:39.135340+0000 mon.a (mon.0) 1102 : audit [INF] from='client.? 172.21.15.97:0/306100239' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3709852554"}]': finished 2024-03-30T04:36:40.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:40 smithi105 bash[18682]: cluster 2024-03-30T04:36:39.135541+0000 mon.a (mon.0) 1103 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:36:40.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:40 smithi105 bash[18682]: audit 2024-03-30T04:36:39.455708+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? 172.21.15.97:0/1471846272' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2917626153"}]: dispatch 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[18564]: cluster 2024-03-30T04:36:38.864777+0000 mgr.y (mgr.24304) 161 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[18564]: audit 2024-03-30T04:36:39.135340+0000 mon.a (mon.0) 1102 : audit [INF] from='client.? 172.21.15.97:0/306100239' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3709852554"}]': finished 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[18564]: cluster 2024-03-30T04:36:39.135541+0000 mon.a (mon.0) 1103 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[18564]: audit 2024-03-30T04:36:39.455708+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? 172.21.15.97:0/1471846272' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2917626153"}]: dispatch 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[23956]: cluster 2024-03-30T04:36:38.864777+0000 mgr.y (mgr.24304) 161 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[23956]: audit 2024-03-30T04:36:39.135340+0000 mon.a (mon.0) 1102 : audit [INF] from='client.? 172.21.15.97:0/306100239' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3709852554"}]': finished 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[23956]: cluster 2024-03-30T04:36:39.135541+0000 mon.a (mon.0) 1103 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-03-30T04:36:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:40 smithi097 bash[23956]: audit 2024-03-30T04:36:39.455708+0000 mon.a (mon.0) 1104 : audit [INF] from='client.? 172.21.15.97:0/1471846272' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2917626153"}]: dispatch 2024-03-30T04:36:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:41 smithi105 bash[18682]: audit 2024-03-30T04:36:40.147131+0000 mon.a (mon.0) 1105 : audit [INF] from='client.? 172.21.15.97:0/1471846272' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2917626153"}]': finished 2024-03-30T04:36:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:41 smithi105 bash[18682]: cluster 2024-03-30T04:36:40.147282+0000 mon.a (mon.0) 1106 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:36:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:41 smithi105 bash[18682]: audit 2024-03-30T04:36:40.488451+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? 172.21.15.97:0/764580199' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/530862274"}]: dispatch 2024-03-30T04:36:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:41 smithi097 bash[18564]: audit 2024-03-30T04:36:40.147131+0000 mon.a (mon.0) 1105 : audit [INF] from='client.? 172.21.15.97:0/1471846272' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2917626153"}]': finished 2024-03-30T04:36:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:41 smithi097 bash[18564]: cluster 2024-03-30T04:36:40.147282+0000 mon.a (mon.0) 1106 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:36:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:41 smithi097 bash[18564]: audit 2024-03-30T04:36:40.488451+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? 172.21.15.97:0/764580199' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/530862274"}]: dispatch 2024-03-30T04:36:41.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:41 smithi097 bash[23956]: audit 2024-03-30T04:36:40.147131+0000 mon.a (mon.0) 1105 : audit [INF] from='client.? 172.21.15.97:0/1471846272' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2917626153"}]': finished 2024-03-30T04:36:41.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:41 smithi097 bash[23956]: cluster 2024-03-30T04:36:40.147282+0000 mon.a (mon.0) 1106 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-03-30T04:36:41.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:41 smithi097 bash[23956]: audit 2024-03-30T04:36:40.488451+0000 mon.a (mon.0) 1107 : audit [INF] from='client.? 172.21.15.97:0/764580199' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/530862274"}]: dispatch 2024-03-30T04:36:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:42 smithi105 bash[18682]: cluster 2024-03-30T04:36:40.865440+0000 mgr.y (mgr.24304) 162 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:36:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:42 smithi105 bash[18682]: audit 2024-03-30T04:36:41.169502+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? 172.21.15.97:0/764580199' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/530862274"}]': finished 2024-03-30T04:36:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:42 smithi105 bash[18682]: cluster 2024-03-30T04:36:41.169680+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:36:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:42 smithi105 bash[18682]: audit 2024-03-30T04:36:41.517101+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? 172.21.15.97:0/3364037937' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3211133294"}]: dispatch 2024-03-30T04:36:42.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[23956]: cluster 2024-03-30T04:36:40.865440+0000 mgr.y (mgr.24304) 162 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[23956]: audit 2024-03-30T04:36:41.169502+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? 172.21.15.97:0/764580199' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/530862274"}]': finished 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[23956]: cluster 2024-03-30T04:36:41.169680+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[23956]: audit 2024-03-30T04:36:41.517101+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? 172.21.15.97:0/3364037937' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3211133294"}]: dispatch 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[18564]: cluster 2024-03-30T04:36:40.865440+0000 mgr.y (mgr.24304) 162 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[18564]: audit 2024-03-30T04:36:41.169502+0000 mon.a (mon.0) 1108 : audit [INF] from='client.? 172.21.15.97:0/764580199' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/530862274"}]': finished 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[18564]: cluster 2024-03-30T04:36:41.169680+0000 mon.a (mon.0) 1109 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-03-30T04:36:42.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:42 smithi097 bash[18564]: audit 2024-03-30T04:36:41.517101+0000 mon.a (mon.0) 1110 : audit [INF] from='client.? 172.21.15.97:0/3364037937' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3211133294"}]: dispatch 2024-03-30T04:36:42.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:42 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:43 smithi105 bash[18682]: audit 2024-03-30T04:36:42.173666+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? 172.21.15.97:0/3364037937' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3211133294"}]': finished 2024-03-30T04:36:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:43 smithi105 bash[18682]: cluster 2024-03-30T04:36:42.173808+0000 mon.a (mon.0) 1112 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:36:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:43 smithi105 bash[18682]: audit 2024-03-30T04:36:42.512523+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.97:0/3060784231' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]: dispatch 2024-03-30T04:36:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:43 smithi105 bash[18682]: audit 2024-03-30T04:36:42.513305+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]: dispatch 2024-03-30T04:36:43.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[18564]: audit 2024-03-30T04:36:42.173666+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? 172.21.15.97:0/3364037937' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3211133294"}]': finished 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[18564]: cluster 2024-03-30T04:36:42.173808+0000 mon.a (mon.0) 1112 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[18564]: audit 2024-03-30T04:36:42.512523+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.97:0/3060784231' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]: dispatch 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[18564]: audit 2024-03-30T04:36:42.513305+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]: dispatch 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[23956]: audit 2024-03-30T04:36:42.173666+0000 mon.a (mon.0) 1111 : audit [INF] from='client.? 172.21.15.97:0/3364037937' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3211133294"}]': finished 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[23956]: cluster 2024-03-30T04:36:42.173808+0000 mon.a (mon.0) 1112 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[23956]: audit 2024-03-30T04:36:42.512523+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.97:0/3060784231' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]: dispatch 2024-03-30T04:36:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[23956]: audit 2024-03-30T04:36:42.513305+0000 mon.a (mon.0) 1113 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]: dispatch 2024-03-30T04:36:44.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:43 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:43] "GET /metrics HTTP/1.1" 200 214934 "" "Prometheus/2.33.4" 2024-03-30T04:36:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:44 smithi105 bash[18682]: cluster 2024-03-30T04:36:42.866146+0000 mgr.y (mgr.24304) 163 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:44 smithi105 bash[18682]: audit 2024-03-30T04:36:43.196278+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]': finished 2024-03-30T04:36:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:44 smithi105 bash[18682]: cluster 2024-03-30T04:36:43.196448+0000 mon.a (mon.0) 1115 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:36:44.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:44 smithi097 bash[18564]: cluster 2024-03-30T04:36:42.866146+0000 mgr.y (mgr.24304) 163 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:44.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:44 smithi097 bash[18564]: audit 2024-03-30T04:36:43.196278+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]': finished 2024-03-30T04:36:44.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:44 smithi097 bash[18564]: cluster 2024-03-30T04:36:43.196448+0000 mon.a (mon.0) 1115 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:36:44.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:44 smithi097 bash[23956]: cluster 2024-03-30T04:36:42.866146+0000 mgr.y (mgr.24304) 163 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:44.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:44 smithi097 bash[23956]: audit 2024-03-30T04:36:43.196278+0000 mon.a (mon.0) 1114 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2205089179"}]': finished 2024-03-30T04:36:44.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:44 smithi097 bash[23956]: cluster 2024-03-30T04:36:43.196448+0000 mon.a (mon.0) 1115 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-03-30T04:36:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:46 smithi105 bash[18682]: cluster 2024-03-30T04:36:44.866891+0000 mgr.y (mgr.24304) 164 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:36:46.565 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:46 smithi097 bash[23956]: cluster 2024-03-30T04:36:44.866891+0000 mgr.y (mgr.24304) 164 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:36:46.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:46 smithi097 bash[18564]: cluster 2024-03-30T04:36:44.866891+0000 mgr.y (mgr.24304) 164 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:36:47.948 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:47 smithi097 bash[18564]: audit 2024-03-30T04:36:46.569401+0000 mgr.y (mgr.24304) 165 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:47.948 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:47 smithi097 bash[23956]: audit 2024-03-30T04:36:46.569401+0000 mgr.y (mgr.24304) 165 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:47 smithi105 bash[18682]: audit 2024-03-30T04:36:46.569401+0000 mgr.y (mgr.24304) 165 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:48.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:36:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:36:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:48 smithi105 bash[18682]: cluster 2024-03-30T04:36:46.867922+0000 mgr.y (mgr.24304) 166 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:36:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:48 smithi105 bash[18682]: audit 2024-03-30T04:36:48.107173+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:48 smithi105 bash[18682]: audit 2024-03-30T04:36:48.112632+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:49.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[18564]: cluster 2024-03-30T04:36:46.867922+0000 mgr.y (mgr.24304) 166 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:36:49.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[18564]: audit 2024-03-30T04:36:48.107173+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:49.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[18564]: audit 2024-03-30T04:36:48.112632+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:49.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[23956]: cluster 2024-03-30T04:36:46.867922+0000 mgr.y (mgr.24304) 166 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:36:49.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[23956]: audit 2024-03-30T04:36:48.107173+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:49.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:48 smithi097 bash[23956]: audit 2024-03-30T04:36:48.112632+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:36:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:49 smithi105 bash[18682]: cluster 2024-03-30T04:36:48.868629+0000 mgr.y (mgr.24304) 167 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:36:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:49 smithi097 bash[18564]: cluster 2024-03-30T04:36:48.868629+0000 mgr.y (mgr.24304) 167 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:36:50.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:49 smithi097 bash[23956]: cluster 2024-03-30T04:36:48.868629+0000 mgr.y (mgr.24304) 167 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:36:52.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:36:52 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:36:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:52 smithi105 bash[18682]: cluster 2024-03-30T04:36:50.869299+0000 mgr.y (mgr.24304) 168 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-03-30T04:36:53.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:52 smithi097 bash[18564]: cluster 2024-03-30T04:36:50.869299+0000 mgr.y (mgr.24304) 168 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-03-30T04:36:53.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:52 smithi097 bash[23956]: cluster 2024-03-30T04:36:50.869299+0000 mgr.y (mgr.24304) 168 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 588 B/s rd, 0 op/s 2024-03-30T04:36:54.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:53 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:36:53] "GET /metrics HTTP/1.1" 200 214960 "" "Prometheus/2.33.4" 2024-03-30T04:36:54.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:54 smithi105 bash[18682]: cluster 2024-03-30T04:36:52.870990+0000 mgr.y (mgr.24304) 169 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:36:55.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:54 smithi097 bash[23956]: cluster 2024-03-30T04:36:52.870990+0000 mgr.y (mgr.24304) 169 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:36:55.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:54 smithi097 bash[18564]: cluster 2024-03-30T04:36:52.870990+0000 mgr.y (mgr.24304) 169 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:36:55.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:55 smithi105 bash[18682]: cluster 2024-03-30T04:36:54.871706+0000 mgr.y (mgr.24304) 170 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-03-30T04:36:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:55 smithi097 bash[23956]: cluster 2024-03-30T04:36:54.871706+0000 mgr.y (mgr.24304) 170 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-03-30T04:36:56.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:55 smithi097 bash[18564]: cluster 2024-03-30T04:36:54.871706+0000 mgr.y (mgr.24304) 170 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 876 B/s rd, 0 op/s 2024-03-30T04:36:57.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:57 smithi105 bash[18682]: audit 2024-03-30T04:36:56.573505+0000 mgr.y (mgr.24304) 171 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:58.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:57 smithi097 bash[18564]: audit 2024-03-30T04:36:56.573505+0000 mgr.y (mgr.24304) 171 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:58.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:57 smithi097 bash[23956]: audit 2024-03-30T04:36:56.573505+0000 mgr.y (mgr.24304) 171 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:36:58.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:36:58 smithi105 bash[18682]: cluster 2024-03-30T04:36:56.873334+0000 mgr.y (mgr.24304) 172 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:59.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:36:58 smithi097 bash[18564]: cluster 2024-03-30T04:36:56.873334+0000 mgr.y (mgr.24304) 172 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:59.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:36:58 smithi097 bash[23956]: cluster 2024-03-30T04:36:56.873334+0000 mgr.y (mgr.24304) 172 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:36:59.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:36:59 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:36:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:00.532 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:00 smithi105 bash[18682]: cluster 2024-03-30T04:36:58.874070+0000 mgr.y (mgr.24304) 173 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:00.532 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:00 smithi105 bash[18682]: audit 2024-03-30T04:36:59.231068+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:00.532 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:00 smithi105 bash[18682]: audit 2024-03-30T04:36:59.240895+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:00.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:00 smithi097 bash[18564]: cluster 2024-03-30T04:36:58.874070+0000 mgr.y (mgr.24304) 173 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:00.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:00 smithi097 bash[18564]: audit 2024-03-30T04:36:59.231068+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:00.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:00 smithi097 bash[18564]: audit 2024-03-30T04:36:59.240895+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:00 smithi097 bash[23956]: cluster 2024-03-30T04:36:58.874070+0000 mgr.y (mgr.24304) 173 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:00 smithi097 bash[23956]: audit 2024-03-30T04:36:59.231068+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:00 smithi097 bash[23956]: audit 2024-03-30T04:36:59.240895+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:02.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:02 smithi105 bash[18682]: cluster 2024-03-30T04:37:00.879455+0000 mgr.y (mgr.24304) 174 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:02.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:37:02 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:02 smithi097 bash[18564]: cluster 2024-03-30T04:37:00.879455+0000 mgr.y (mgr.24304) 174 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:03.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:02 smithi097 bash[23956]: cluster 2024-03-30T04:37:00.879455+0000 mgr.y (mgr.24304) 174 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:04.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:03 smithi097 bash[18564]: cluster 2024-03-30T04:37:02.881176+0000 mgr.y (mgr.24304) 175 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:04.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:03 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:03] "GET /metrics HTTP/1.1" 200 214908 "" "Prometheus/2.33.4" 2024-03-30T04:37:04.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:03 smithi097 bash[23956]: cluster 2024-03-30T04:37:02.881176+0000 mgr.y (mgr.24304) 175 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:04.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:03 smithi105 bash[18682]: cluster 2024-03-30T04:37:02.881176+0000 mgr.y (mgr.24304) 175 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:05 smithi105 bash[18682]: cluster 2024-03-30T04:37:04.881904+0000 mgr.y (mgr.24304) 176 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:06.347 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:05 smithi097 bash[23956]: cluster 2024-03-30T04:37:04.881904+0000 mgr.y (mgr.24304) 176 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:06.348 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:05 smithi097 bash[18564]: cluster 2024-03-30T04:37:04.881904+0000 mgr.y (mgr.24304) 176 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:07.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:07 smithi105 bash[18682]: audit 2024-03-30T04:37:06.583022+0000 mgr.y (mgr.24304) 177 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:07 smithi097 bash[18564]: audit 2024-03-30T04:37:06.583022+0000 mgr.y (mgr.24304) 177 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:08.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:07 smithi097 bash[23956]: audit 2024-03-30T04:37:06.583022+0000 mgr.y (mgr.24304) 177 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:08.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:37:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:08.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:08 smithi105 bash[18682]: cluster 2024-03-30T04:37:06.883620+0000 mgr.y (mgr.24304) 178 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:08.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:08 smithi105 bash[18682]: audit 2024-03-30T04:37:08.219851+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:08.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:08 smithi105 bash[18682]: audit 2024-03-30T04:37:08.225864+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:09.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[23956]: cluster 2024-03-30T04:37:06.883620+0000 mgr.y (mgr.24304) 178 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:09.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[23956]: audit 2024-03-30T04:37:08.219851+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[23956]: audit 2024-03-30T04:37:08.225864+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[18564]: cluster 2024-03-30T04:37:06.883620+0000 mgr.y (mgr.24304) 178 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[18564]: audit 2024-03-30T04:37:08.219851+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:08 smithi097 bash[18564]: audit 2024-03-30T04:37:08.225864+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:09.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:09 smithi105 bash[18682]: cluster 2024-03-30T04:37:08.884371+0000 mgr.y (mgr.24304) 179 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:10.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:09 smithi097 bash[18564]: cluster 2024-03-30T04:37:08.884371+0000 mgr.y (mgr.24304) 179 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:10.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:09 smithi097 bash[23956]: cluster 2024-03-30T04:37:08.884371+0000 mgr.y (mgr.24304) 179 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:12.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:12 smithi105 bash[18682]: cluster 2024-03-30T04:37:10.885082+0000 mgr.y (mgr.24304) 180 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:12.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:37:12 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:13.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:12 smithi097 bash[23956]: cluster 2024-03-30T04:37:10.885082+0000 mgr.y (mgr.24304) 180 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:13.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:12 smithi097 bash[18564]: cluster 2024-03-30T04:37:10.885082+0000 mgr.y (mgr.24304) 180 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:14.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:13 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:13] "GET /metrics HTTP/1.1" 200 214908 "" "Prometheus/2.33.4" 2024-03-30T04:37:14.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:13 smithi097 bash[23956]: cluster 2024-03-30T04:37:12.886803+0000 mgr.y (mgr.24304) 181 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:14.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:13 smithi097 bash[18564]: cluster 2024-03-30T04:37:12.886803+0000 mgr.y (mgr.24304) 181 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:14.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:13 smithi105 bash[18682]: cluster 2024-03-30T04:37:12.886803+0000 mgr.y (mgr.24304) 181 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:16.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:15 smithi105 bash[18682]: cluster 2024-03-30T04:37:14.887499+0000 mgr.y (mgr.24304) 182 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:16.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:15 smithi097 bash[18564]: cluster 2024-03-30T04:37:14.887499+0000 mgr.y (mgr.24304) 182 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:16.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:15 smithi097 bash[23956]: cluster 2024-03-30T04:37:14.887499+0000 mgr.y (mgr.24304) 182 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:17 smithi105 bash[18682]: audit 2024-03-30T04:37:16.594323+0000 mgr.y (mgr.24304) 183 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:18.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:17 smithi097 bash[18564]: audit 2024-03-30T04:37:16.594323+0000 mgr.y (mgr.24304) 183 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:17 smithi097 bash[23956]: audit 2024-03-30T04:37:16.594323+0000 mgr.y (mgr.24304) 183 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:18 smithi105 bash[18682]: cluster 2024-03-30T04:37:16.889218+0000 mgr.y (mgr.24304) 184 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:18 smithi097 bash[23956]: cluster 2024-03-30T04:37:16.889218+0000 mgr.y (mgr.24304) 184 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:19.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:18 smithi097 bash[18564]: cluster 2024-03-30T04:37:16.889218+0000 mgr.y (mgr.24304) 184 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:19.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:19 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:37:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:20 smithi105 bash[18682]: cluster 2024-03-30T04:37:18.889955+0000 mgr.y (mgr.24304) 185 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:20 smithi105 bash[18682]: audit 2024-03-30T04:37:19.397146+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:20 smithi105 bash[18682]: audit 2024-03-30T04:37:19.406958+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:20 smithi097 bash[18564]: cluster 2024-03-30T04:37:18.889955+0000 mgr.y (mgr.24304) 185 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:20 smithi097 bash[18564]: audit 2024-03-30T04:37:19.397146+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:20 smithi097 bash[18564]: audit 2024-03-30T04:37:19.406958+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:20 smithi097 bash[23956]: cluster 2024-03-30T04:37:18.889955+0000 mgr.y (mgr.24304) 185 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:20 smithi097 bash[23956]: audit 2024-03-30T04:37:19.397146+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:20 smithi097 bash[23956]: audit 2024-03-30T04:37:19.406958+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:22 smithi105 bash[18682]: cluster 2024-03-30T04:37:20.890655+0000 mgr.y (mgr.24304) 186 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:22.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:37:22 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:22 smithi097 bash[23956]: cluster 2024-03-30T04:37:20.890655+0000 mgr.y (mgr.24304) 186 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:23.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:22 smithi097 bash[18564]: cluster 2024-03-30T04:37:20.890655+0000 mgr.y (mgr.24304) 186 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:23 smithi097 bash[23956]: cluster 2024-03-30T04:37:22.892344+0000 mgr.y (mgr.24304) 187 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:24.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:23 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:23] "GET /metrics HTTP/1.1" 200 214875 "" "Prometheus/2.33.4" 2024-03-30T04:37:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:23 smithi097 bash[18564]: cluster 2024-03-30T04:37:22.892344+0000 mgr.y (mgr.24304) 187 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:23 smithi105 bash[18682]: cluster 2024-03-30T04:37:22.892344+0000 mgr.y (mgr.24304) 187 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:25 smithi105 bash[18682]: cluster 2024-03-30T04:37:24.893113+0000 mgr.y (mgr.24304) 188 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:26.212 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:25 smithi097 bash[18564]: cluster 2024-03-30T04:37:24.893113+0000 mgr.y (mgr.24304) 188 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:26.212 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:25 smithi097 bash[23956]: cluster 2024-03-30T04:37:24.893113+0000 mgr.y (mgr.24304) 188 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:27 smithi097 bash[18564]: audit 2024-03-30T04:37:26.605508+0000 mgr.y (mgr.24304) 189 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:27.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:27 smithi097 bash[23956]: audit 2024-03-30T04:37:26.605508+0000 mgr.y (mgr.24304) 189 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:27.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:27 smithi105 bash[18682]: audit 2024-03-30T04:37:26.605508+0000 mgr.y (mgr.24304) 189 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:28.713 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:37:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:28.966 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[23956]: cluster 2024-03-30T04:37:26.894686+0000 mgr.y (mgr.24304) 190 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:28.966 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[23956]: audit 2024-03-30T04:37:28.384769+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:28.966 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[23956]: audit 2024-03-30T04:37:28.389950+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:28.967 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[18564]: cluster 2024-03-30T04:37:26.894686+0000 mgr.y (mgr.24304) 190 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:28.967 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[18564]: audit 2024-03-30T04:37:28.384769+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:28.967 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:28 smithi097 bash[18564]: audit 2024-03-30T04:37:28.389950+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:28 smithi105 bash[18682]: cluster 2024-03-30T04:37:26.894686+0000 mgr.y (mgr.24304) 190 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:28 smithi105 bash[18682]: audit 2024-03-30T04:37:28.384769+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:28 smithi105 bash[18682]: audit 2024-03-30T04:37:28.389950+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:29 smithi097 bash[18564]: cluster 2024-03-30T04:37:28.895400+0000 mgr.y (mgr.24304) 191 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:29 smithi097 bash[23956]: cluster 2024-03-30T04:37:28.895400+0000 mgr.y (mgr.24304) 191 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:29 smithi105 bash[18682]: cluster 2024-03-30T04:37:28.895400+0000 mgr.y (mgr.24304) 191 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:30 smithi105 bash[18682]: audit 2024-03-30T04:37:30.906711+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:30 smithi105 bash[18682]: audit 2024-03-30T04:37:30.907434+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:30 smithi097 bash[18564]: audit 2024-03-30T04:37:30.906711+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:30 smithi097 bash[18564]: audit 2024-03-30T04:37:30.907434+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:31.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:30 smithi097 bash[23956]: audit 2024-03-30T04:37:30.906711+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:37:31.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:30 smithi097 bash[23956]: audit 2024-03-30T04:37:30.907434+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:37:32.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:32 smithi105 bash[18682]: cluster 2024-03-30T04:37:30.896179+0000 mgr.y (mgr.24304) 192 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:32.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:37:32 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:33.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:32 smithi097 bash[18564]: cluster 2024-03-30T04:37:30.896179+0000 mgr.y (mgr.24304) 192 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:33.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:32 smithi097 bash[23956]: cluster 2024-03-30T04:37:30.896179+0000 mgr.y (mgr.24304) 192 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:33.710 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:33] "GET /metrics HTTP/1.1" 200 214873 "" "Prometheus/2.33.4" 2024-03-30T04:37:33.711 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[18564]: audit 2024-03-30T04:37:33.441342+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:33.711 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[18564]: audit 2024-03-30T04:37:33.444286+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:33.712 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[18564]: audit 2024-03-30T04:37:33.445983+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:33.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:33 smithi105 bash[18682]: audit 2024-03-30T04:37:33.441342+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:33.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:33 smithi105 bash[18682]: audit 2024-03-30T04:37:33.444286+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:33.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:33 smithi105 bash[18682]: audit 2024-03-30T04:37:33.445983+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[23956]: audit 2024-03-30T04:37:33.441342+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:37:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[23956]: audit 2024-03-30T04:37:33.444286+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:37:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:33 smithi097 bash[23956]: audit 2024-03-30T04:37:33.445983+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:37:35.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:34 smithi097 bash[23956]: cluster 2024-03-30T04:37:32.897984+0000 mgr.y (mgr.24304) 193 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:35.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:34 smithi097 bash[23956]: audit 2024-03-30T04:37:33.713926+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:35.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:34 smithi097 bash[23956]: audit 2024-03-30T04:37:33.725419+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:35.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:34 smithi097 bash[18564]: cluster 2024-03-30T04:37:32.897984+0000 mgr.y (mgr.24304) 193 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:35.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:34 smithi097 bash[18564]: audit 2024-03-30T04:37:33.713926+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:35.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:34 smithi097 bash[18564]: audit 2024-03-30T04:37:33.725419+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:35.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:34 smithi105 bash[18682]: cluster 2024-03-30T04:37:32.897984+0000 mgr.y (mgr.24304) 193 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:35.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:34 smithi105 bash[18682]: audit 2024-03-30T04:37:33.713926+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:35.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:34 smithi105 bash[18682]: audit 2024-03-30T04:37:33.725419+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:36.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:35 smithi097 bash[18564]: cluster 2024-03-30T04:37:34.898651+0000 mgr.y (mgr.24304) 194 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:36.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:35 smithi097 bash[23956]: cluster 2024-03-30T04:37:34.898651+0000 mgr.y (mgr.24304) 194 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:36.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:35 smithi105 bash[18682]: cluster 2024-03-30T04:37:34.898651+0000 mgr.y (mgr.24304) 194 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:36.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:36 smithi097 bash[23956]: audit 2024-03-30T04:37:36.607282+0000 mgr.y (mgr.24304) 195 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:36.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:36 smithi097 bash[18564]: audit 2024-03-30T04:37:36.607282+0000 mgr.y (mgr.24304) 195 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:37.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:36 smithi105 bash[18682]: audit 2024-03-30T04:37:36.607282+0000 mgr.y (mgr.24304) 195 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:37 smithi105 bash[18682]: cluster 2024-03-30T04:37:36.900258+0000 mgr.y (mgr.24304) 196 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:38.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:37 smithi097 bash[23956]: cluster 2024-03-30T04:37:36.900258+0000 mgr.y (mgr.24304) 196 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:38.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:37 smithi097 bash[18564]: cluster 2024-03-30T04:37:36.900258+0000 mgr.y (mgr.24304) 196 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:39.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:39 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:37:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:40.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:40 smithi097 bash[18564]: cluster 2024-03-30T04:37:38.900982+0000 mgr.y (mgr.24304) 197 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:40.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:40 smithi097 bash[18564]: audit 2024-03-30T04:37:39.527298+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:40.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:40 smithi097 bash[18564]: audit 2024-03-30T04:37:39.537368+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:40.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:40 smithi097 bash[23956]: cluster 2024-03-30T04:37:38.900982+0000 mgr.y (mgr.24304) 197 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:40.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:40 smithi097 bash[23956]: audit 2024-03-30T04:37:39.527298+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:40.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:40 smithi097 bash[23956]: audit 2024-03-30T04:37:39.537368+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:40 smithi105 bash[18682]: cluster 2024-03-30T04:37:38.900982+0000 mgr.y (mgr.24304) 197 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:40 smithi105 bash[18682]: audit 2024-03-30T04:37:39.527298+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:40 smithi105 bash[18682]: audit 2024-03-30T04:37:39.537368+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:42.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:42 smithi097 bash[23956]: cluster 2024-03-30T04:37:40.901644+0000 mgr.y (mgr.24304) 198 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:42.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:42 smithi097 bash[18564]: cluster 2024-03-30T04:37:40.901644+0000 mgr.y (mgr.24304) 198 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:42.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:37:42 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:42.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:42 smithi105 bash[18682]: cluster 2024-03-30T04:37:40.901644+0000 mgr.y (mgr.24304) 198 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:44.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:43 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:43] "GET /metrics HTTP/1.1" 200 214873 "" "Prometheus/2.33.4" 2024-03-30T04:37:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:44 smithi097 bash[23956]: cluster 2024-03-30T04:37:42.903300+0000 mgr.y (mgr.24304) 199 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:44 smithi097 bash[18564]: cluster 2024-03-30T04:37:42.903300+0000 mgr.y (mgr.24304) 199 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:44 smithi105 bash[18682]: cluster 2024-03-30T04:37:42.903300+0000 mgr.y (mgr.24304) 199 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:46 smithi097 bash[18564]: cluster 2024-03-30T04:37:44.903979+0000 mgr.y (mgr.24304) 200 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:46.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:46 smithi097 bash[23956]: cluster 2024-03-30T04:37:44.903979+0000 mgr.y (mgr.24304) 200 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:46.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:46 smithi105 bash[18682]: cluster 2024-03-30T04:37:44.903979+0000 mgr.y (mgr.24304) 200 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:47 smithi097 bash[18564]: audit 2024-03-30T04:37:46.617213+0000 mgr.y (mgr.24304) 201 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:47.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:47 smithi097 bash[23956]: audit 2024-03-30T04:37:46.617213+0000 mgr.y (mgr.24304) 201 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:47 smithi105 bash[18682]: audit 2024-03-30T04:37:46.617213+0000 mgr.y (mgr.24304) 201 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:48.840 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:37:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:37:48.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[23956]: cluster 2024-03-30T04:37:46.905039+0000 mgr.y (mgr.24304) 202 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:48.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[23956]: audit 2024-03-30T04:37:48.491693+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:48.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[23956]: audit 2024-03-30T04:37:48.518221+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:48.841 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[18564]: cluster 2024-03-30T04:37:46.905039+0000 mgr.y (mgr.24304) 202 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:48.841 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[18564]: audit 2024-03-30T04:37:48.491693+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:48.841 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:48 smithi097 bash[18564]: audit 2024-03-30T04:37:48.518221+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:48 smithi105 bash[18682]: cluster 2024-03-30T04:37:46.905039+0000 mgr.y (mgr.24304) 202 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:48 smithi105 bash[18682]: audit 2024-03-30T04:37:48.491693+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:48 smithi105 bash[18682]: audit 2024-03-30T04:37:48.518221+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:37:50.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:50 smithi097 bash[18564]: cluster 2024-03-30T04:37:48.905541+0000 mgr.y (mgr.24304) 203 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:50 smithi097 bash[23956]: cluster 2024-03-30T04:37:48.905541+0000 mgr.y (mgr.24304) 203 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:50 smithi105 bash[18682]: cluster 2024-03-30T04:37:48.905541+0000 mgr.y (mgr.24304) 203 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:52.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:52 smithi097 bash[23956]: cluster 2024-03-30T04:37:50.906211+0000 mgr.y (mgr.24304) 204 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:52.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:52 smithi097 bash[18564]: cluster 2024-03-30T04:37:50.906211+0000 mgr.y (mgr.24304) 204 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:52 smithi105 bash[18682]: cluster 2024-03-30T04:37:50.906211+0000 mgr.y (mgr.24304) 204 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:52.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:37:52 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:37:54.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:53 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:37:53] "GET /metrics HTTP/1.1" 200 214881 "" "Prometheus/2.33.4" 2024-03-30T04:37:54.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:54 smithi097 bash[23956]: cluster 2024-03-30T04:37:52.907844+0000 mgr.y (mgr.24304) 205 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:54 smithi097 bash[18564]: cluster 2024-03-30T04:37:52.907844+0000 mgr.y (mgr.24304) 205 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:54.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:54 smithi105 bash[18682]: cluster 2024-03-30T04:37:52.907844+0000 mgr.y (mgr.24304) 205 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:56.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:56 smithi097 bash[23956]: cluster 2024-03-30T04:37:54.908562+0000 mgr.y (mgr.24304) 206 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:56.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:56 smithi097 bash[18564]: cluster 2024-03-30T04:37:54.908562+0000 mgr.y (mgr.24304) 206 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:56.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:56 smithi105 bash[18682]: cluster 2024-03-30T04:37:54.908562+0000 mgr.y (mgr.24304) 206 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:37:57.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:57 smithi097 bash[23956]: audit 2024-03-30T04:37:56.625126+0000 mgr.y (mgr.24304) 207 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:57.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:57 smithi097 bash[18564]: audit 2024-03-30T04:37:56.625126+0000 mgr.y (mgr.24304) 207 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:57.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:57 smithi105 bash[18682]: audit 2024-03-30T04:37:56.625126+0000 mgr.y (mgr.24304) 207 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:37:58.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:37:58 smithi097 bash[23956]: cluster 2024-03-30T04:37:56.910173+0000 mgr.y (mgr.24304) 208 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:58.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:37:58 smithi097 bash[18564]: cluster 2024-03-30T04:37:56.910173+0000 mgr.y (mgr.24304) 208 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:37:58.930 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:37:58 smithi105 bash[18682]: cluster 2024-03-30T04:37:56.910173+0000 mgr.y (mgr.24304) 208 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:00.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:37:59 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:37:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:00.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:00 smithi105 bash[18682]: cluster 2024-03-30T04:37:58.910872+0000 mgr.y (mgr.24304) 209 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:00.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:00 smithi105 bash[18682]: audit 2024-03-30T04:37:59.707517+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:00.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:00 smithi105 bash[18682]: audit 2024-03-30T04:37:59.718603+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:00 smithi097 bash[18564]: cluster 2024-03-30T04:37:58.910872+0000 mgr.y (mgr.24304) 209 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:00 smithi097 bash[18564]: audit 2024-03-30T04:37:59.707517+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:00 smithi097 bash[18564]: audit 2024-03-30T04:37:59.718603+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:01.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:00 smithi097 bash[23956]: cluster 2024-03-30T04:37:58.910872+0000 mgr.y (mgr.24304) 209 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:01.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:00 smithi097 bash[23956]: audit 2024-03-30T04:37:59.707517+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:01.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:00 smithi097 bash[23956]: audit 2024-03-30T04:37:59.718603+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:02.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:38:02 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:02.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:02 smithi105 bash[18682]: cluster 2024-03-30T04:38:00.911710+0000 mgr.y (mgr.24304) 210 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:03.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:02 smithi097 bash[18564]: cluster 2024-03-30T04:38:00.911710+0000 mgr.y (mgr.24304) 210 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:02 smithi097 bash[23956]: cluster 2024-03-30T04:38:00.911710+0000 mgr.y (mgr.24304) 210 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:04.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:03 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:03] "GET /metrics HTTP/1.1" 200 214893 "" "Prometheus/2.33.4" 2024-03-30T04:38:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:04 smithi105 bash[18682]: cluster 2024-03-30T04:38:02.913831+0000 mgr.y (mgr.24304) 211 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:05.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:04 smithi097 bash[18564]: cluster 2024-03-30T04:38:02.913831+0000 mgr.y (mgr.24304) 211 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:05.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:04 smithi097 bash[23956]: cluster 2024-03-30T04:38:02.913831+0000 mgr.y (mgr.24304) 211 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:05.843 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:05 smithi097 bash[23956]: cluster 2024-03-30T04:38:04.914539+0000 mgr.y (mgr.24304) 212 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:05.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:05 smithi097 bash[18564]: cluster 2024-03-30T04:38:04.914539+0000 mgr.y (mgr.24304) 212 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:05 smithi105 bash[18682]: cluster 2024-03-30T04:38:04.914539+0000 mgr.y (mgr.24304) 212 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:06.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:06 smithi097 bash[18564]: audit 2024-03-30T04:38:06.633918+0000 mgr.y (mgr.24304) 213 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:06.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:06 smithi097 bash[23956]: audit 2024-03-30T04:38:06.633918+0000 mgr.y (mgr.24304) 213 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:06 smithi105 bash[18682]: audit 2024-03-30T04:38:06.633918+0000 mgr.y (mgr.24304) 213 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:07 smithi097 bash[18564]: cluster 2024-03-30T04:38:06.916133+0000 mgr.y (mgr.24304) 214 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:08.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:07 smithi097 bash[23956]: cluster 2024-03-30T04:38:06.916133+0000 mgr.y (mgr.24304) 214 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:07 smithi105 bash[18682]: cluster 2024-03-30T04:38:06.916133+0000 mgr.y (mgr.24304) 214 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:09.024 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:08 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:38:08] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:09 smithi105 bash[18682]: audit 2024-03-30T04:38:08.636538+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:09.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:09 smithi105 bash[18682]: audit 2024-03-30T04:38:08.642724+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:10.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:09 smithi097 bash[18564]: audit 2024-03-30T04:38:08.636538+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:10.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:09 smithi097 bash[18564]: audit 2024-03-30T04:38:08.642724+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:10.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:09 smithi097 bash[23956]: audit 2024-03-30T04:38:08.636538+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:10.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:09 smithi097 bash[23956]: audit 2024-03-30T04:38:08.642724+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:10.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:10 smithi105 bash[18682]: cluster 2024-03-30T04:38:08.916817+0000 mgr.y (mgr.24304) 215 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:11.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:10 smithi097 bash[18564]: cluster 2024-03-30T04:38:08.916817+0000 mgr.y (mgr.24304) 215 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:11.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:10 smithi097 bash[23956]: cluster 2024-03-30T04:38:08.916817+0000 mgr.y (mgr.24304) 215 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:12.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:12 smithi105 bash[18682]: cluster 2024-03-30T04:38:10.917433+0000 mgr.y (mgr.24304) 216 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:12.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:38:12 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:13.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:12 smithi097 bash[18564]: cluster 2024-03-30T04:38:10.917433+0000 mgr.y (mgr.24304) 216 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:13.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:12 smithi097 bash[23956]: cluster 2024-03-30T04:38:10.917433+0000 mgr.y (mgr.24304) 216 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:14.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:13 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:13] "GET /metrics HTTP/1.1" 200 214893 "" "Prometheus/2.33.4" 2024-03-30T04:38:14.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:14 smithi105 bash[18682]: cluster 2024-03-30T04:38:12.919074+0000 mgr.y (mgr.24304) 217 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:15.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:14 smithi097 bash[23956]: cluster 2024-03-30T04:38:12.919074+0000 mgr.y (mgr.24304) 217 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:14 smithi097 bash[18564]: cluster 2024-03-30T04:38:12.919074+0000 mgr.y (mgr.24304) 217 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:16.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:16 smithi105 bash[18682]: cluster 2024-03-30T04:38:14.919736+0000 mgr.y (mgr.24304) 218 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:17.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:16 smithi097 bash[18564]: cluster 2024-03-30T04:38:14.919736+0000 mgr.y (mgr.24304) 218 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:17.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:16 smithi097 bash[23956]: cluster 2024-03-30T04:38:14.919736+0000 mgr.y (mgr.24304) 218 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:17 smithi105 bash[18682]: audit 2024-03-30T04:38:16.641154+0000 mgr.y (mgr.24304) 219 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:17 smithi097 bash[23956]: audit 2024-03-30T04:38:16.641154+0000 mgr.y (mgr.24304) 219 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:18.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:17 smithi097 bash[18564]: audit 2024-03-30T04:38:16.641154+0000 mgr.y (mgr.24304) 219 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:18.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:18 smithi105 bash[18682]: cluster 2024-03-30T04:38:16.921404+0000 mgr.y (mgr.24304) 220 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:18 smithi097 bash[23956]: cluster 2024-03-30T04:38:16.921404+0000 mgr.y (mgr.24304) 220 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:19.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:18 smithi097 bash[18564]: cluster 2024-03-30T04:38:16.921404+0000 mgr.y (mgr.24304) 220 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:20.133 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-30T04:38:20.315 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:19 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:38:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:20 smithi105 bash[18682]: cluster 2024-03-30T04:38:18.922103+0000 mgr.y (mgr.24304) 221 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:20 smithi105 bash[18682]: audit 2024-03-30T04:38:19.896261+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:20 smithi105 bash[18682]: audit 2024-03-30T04:38:19.907765+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:21.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:20 smithi097 bash[18564]: cluster 2024-03-30T04:38:18.922103+0000 mgr.y (mgr.24304) 221 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:21.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:20 smithi097 bash[18564]: audit 2024-03-30T04:38:19.896261+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:21.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:20 smithi097 bash[18564]: audit 2024-03-30T04:38:19.907765+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:21.074 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:20 smithi097 bash[23956]: cluster 2024-03-30T04:38:18.922103+0000 mgr.y (mgr.24304) 221 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:21.075 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:20 smithi097 bash[23956]: audit 2024-03-30T04:38:19.896261+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:21.075 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:20 smithi097 bash[23956]: audit 2024-03-30T04:38:19.907765+0000 mon.a (mon.0) 1142 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:22.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:22 smithi097 bash[18564]: cluster 2024-03-30T04:38:20.922829+0000 mgr.y (mgr.24304) 222 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:22.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:22 smithi097 bash[23956]: cluster 2024-03-30T04:38:20.922829+0000 mgr.y (mgr.24304) 222 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:22.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:22 smithi105 bash[18682]: cluster 2024-03-30T04:38:20.922829+0000 mgr.y (mgr.24304) 222 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:22.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:38:22 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:23.573 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-30T04:38:23.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:23 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:23] "GET /metrics HTTP/1.1" 200 214883 "" "Prometheus/2.33.4" 2024-03-30T04:38:24.834 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:24 smithi097 bash[23956]: cluster 2024-03-30T04:38:22.923763+0000 mgr.y (mgr.24304) 223 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:24.834 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:24 smithi097 bash[18564]: cluster 2024-03-30T04:38:22.923763+0000 mgr.y (mgr.24304) 223 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:24.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:24 smithi105 bash[18682]: cluster 2024-03-30T04:38:22.923763+0000 mgr.y (mgr.24304) 223 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:26.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:26 smithi097 bash[18564]: cluster 2024-03-30T04:38:24.924420+0000 mgr.y (mgr.24304) 224 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:26.731 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:26 smithi097 bash[23956]: cluster 2024-03-30T04:38:24.924420+0000 mgr.y (mgr.24304) 224 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:26.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:26 smithi105 bash[18682]: cluster 2024-03-30T04:38:24.924420+0000 mgr.y (mgr.24304) 224 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:27.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:27 smithi105 bash[18682]: audit 2024-03-30T04:38:26.649651+0000 mgr.y (mgr.24304) 225 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:28.062 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:27 smithi097 bash[23956]: audit 2024-03-30T04:38:26.649651+0000 mgr.y (mgr.24304) 225 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:28.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:27 smithi097 bash[18564]: audit 2024-03-30T04:38:26.649651+0000 mgr.y (mgr.24304) 225 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:28.063 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-30T04:38:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:28 smithi105 bash[18682]: cluster 2024-03-30T04:38:26.925285+0000 mgr.y (mgr.24304) 226 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:28.965 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:28 smithi097 bash[18564]: cluster 2024-03-30T04:38:26.925285+0000 mgr.y (mgr.24304) 226 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:28.965 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:28 smithi097 bash[23956]: cluster 2024-03-30T04:38:26.925285+0000 mgr.y (mgr.24304) 226 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:28.965 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:28 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:38:28] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:30.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:29 smithi097 bash[23956]: audit 2024-03-30T04:38:28.775554+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:29 smithi097 bash[23956]: audit 2024-03-30T04:38:28.782968+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:29 smithi097 bash[23956]: cluster 2024-03-30T04:38:28.925973+0000 mgr.y (mgr.24304) 227 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:29 smithi097 bash[18564]: audit 2024-03-30T04:38:28.775554+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:29 smithi097 bash[18564]: audit 2024-03-30T04:38:28.782968+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:29 smithi097 bash[18564]: cluster 2024-03-30T04:38:28.925973+0000 mgr.y (mgr.24304) 227 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:29 smithi105 bash[18682]: audit 2024-03-30T04:38:28.775554+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:29 smithi105 bash[18682]: audit 2024-03-30T04:38:28.782968+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:29 smithi105 bash[18682]: cluster 2024-03-30T04:38:28.925973+0000 mgr.y (mgr.24304) 227 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:31.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:30 smithi097 bash[18564]: audit 2024-03-30T04:38:30.918396+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:30 smithi097 bash[18564]: audit 2024-03-30T04:38:30.924921+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:30 smithi097 bash[23956]: audit 2024-03-30T04:38:30.918396+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:30 smithi097 bash[23956]: audit 2024-03-30T04:38:30.924921+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:30 smithi105 bash[18682]: audit 2024-03-30T04:38:30.918396+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:38:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:30 smithi105 bash[18682]: audit 2024-03-30T04:38:30.924921+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:38:31.839 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-30T04:38:32.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:31 smithi097 bash[18564]: cluster 2024-03-30T04:38:30.926351+0000 mgr.y (mgr.24304) 228 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:32.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:31 smithi097 bash[23956]: cluster 2024-03-30T04:38:30.926351+0000 mgr.y (mgr.24304) 228 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:31 smithi105 bash[18682]: cluster 2024-03-30T04:38:30.926351+0000 mgr.y (mgr.24304) 228 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:32.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:38:32 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:33.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:33] "GET /metrics HTTP/1.1" 200 214875 "" "Prometheus/2.33.4" 2024-03-30T04:38:34.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:33 smithi105 bash[18682]: cluster 2024-03-30T04:38:32.927207+0000 mgr.y (mgr.24304) 229 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:34.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:33 smithi105 bash[18682]: audit 2024-03-30T04:38:33.733102+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:34.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:33 smithi105 bash[18682]: audit 2024-03-30T04:38:33.735962+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:34.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:33 smithi105 bash[18682]: audit 2024-03-30T04:38:33.737628+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[23956]: cluster 2024-03-30T04:38:32.927207+0000 mgr.y (mgr.24304) 229 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[23956]: audit 2024-03-30T04:38:33.733102+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[23956]: audit 2024-03-30T04:38:33.735962+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[23956]: audit 2024-03-30T04:38:33.737628+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[18564]: cluster 2024-03-30T04:38:32.927207+0000 mgr.y (mgr.24304) 229 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[18564]: audit 2024-03-30T04:38:33.733102+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:34.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[18564]: audit 2024-03-30T04:38:33.735962+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:34.291 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:33 smithi097 bash[18564]: audit 2024-03-30T04:38:33.737628+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:34.696 INFO:teuthology.orchestra.run.smithi097.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.005994+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.015981+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.692052+0000 mgr.y (mgr.24304) 230 : audit [DBG] from='client.24916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: cephadm 2024-03-30T04:38:34.694067+0000 mgr.y (mgr.24304) 231 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.701743+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.747238+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.748442+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.749171+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[23956]: audit 2024-03-30T04:38:34.754963+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.005994+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.015981+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.692052+0000 mgr.y (mgr.24304) 230 : audit [DBG] from='client.24916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: cephadm 2024-03-30T04:38:34.694067+0000 mgr.y (mgr.24304) 231 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.701743+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.747238+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.748442+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.749171+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:35 smithi097 bash[18564]: audit 2024-03-30T04:38:34.754963+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.005994+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.015981+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.692052+0000 mgr.y (mgr.24304) 230 : audit [DBG] from='client.24916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: cephadm 2024-03-30T04:38:34.694067+0000 mgr.y (mgr.24304) 231 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.701743+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.747238+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.748442+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.749171+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:38:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:35 smithi105 bash[18682]: audit 2024-03-30T04:38:34.754963+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:35.490 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:38:35.500 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi097.front.sepia.ceph.com 2024-03-30T04:38:35.500 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- 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 ; ceph health detail ; sleep 30 ; done' 2024-03-30T04:38:36.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:36 smithi097 bash[23956]: cephadm 2024-03-30T04:38:34.760422+0000 mgr.y (mgr.24304) 232 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:36.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:36 smithi097 bash[23956]: cluster 2024-03-30T04:38:34.927609+0000 mgr.y (mgr.24304) 233 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:36.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:36 smithi097 bash[18564]: cephadm 2024-03-30T04:38:34.760422+0000 mgr.y (mgr.24304) 232 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:36.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:36 smithi097 bash[18564]: cluster 2024-03-30T04:38:34.927609+0000 mgr.y (mgr.24304) 233 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:36 smithi105 bash[18682]: cephadm 2024-03-30T04:38:34.760422+0000 mgr.y (mgr.24304) 232 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 2024-03-30T04:38:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:36 smithi105 bash[18682]: cluster 2024-03-30T04:38:34.927609+0000 mgr.y (mgr.24304) 233 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:37.213 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:37 smithi097 bash[23956]: audit 2024-03-30T04:38:36.657608+0000 mgr.y (mgr.24304) 234 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:37.213 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:37 smithi097 bash[18564]: audit 2024-03-30T04:38:36.657608+0000 mgr.y (mgr.24304) 234 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:37.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:37 smithi105 bash[18682]: audit 2024-03-30T04:38:36.657608+0000 mgr.y (mgr.24304) 234 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:38.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:38 smithi097 bash[18564]: cluster 2024-03-30T04:38:36.928422+0000 mgr.y (mgr.24304) 235 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:38 smithi097 bash[23956]: cluster 2024-03-30T04:38:36.928422+0000 mgr.y (mgr.24304) 235 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:38 smithi105 bash[18682]: cluster 2024-03-30T04:38:36.928422+0000 mgr.y (mgr.24304) 235 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:39.273 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:38:39.985 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 11s ago 11m - - 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 20s ago 10m - - 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (3m) 11s ago 4m 13.2M - ba2b418f427c 33ad30d4b5df 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (4m) 20s ago 4m 43.7M - 8.3.5 dad864ee21e9 b0847bd4a547 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (2m) 11s ago 2m 41.5M - 3.5 e1d6a67b021e 4f26e83ca3ec 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443 running (10m) 20s ago 10m 400M - 17.2.0 e1d6a67b021e 7123dad63a60 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:9283 running (12m) 11s ago 12m 452M - 17.2.0 e1d6a67b021e 6d8bf59ebfe9 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (12m) 11s ago 12m 48.8M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (10m) 20s ago 10m 39.3M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (10m) 11s ago 10m 39.0M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (4m) 11s ago 4m 9152k - 1dbe0e931976 f7e0637ff91c 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (4m) 20s ago 4m 9356k - 1dbe0e931976 09327df77775 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (9m) 11s ago 9m 53.2M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:38:39.986 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (9m) 11s ago 9m 55.0M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (8m) 11s ago 8m 47.9M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (8m) 11s ago 8m 53.1M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (7m) 20s ago 7m 54.4M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (6m) 20s ago 6m 49.9M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (6m) 20s ago 6m 48.3M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (5m) 20s ago 5m 51.9M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (3m) 20s ago 4m 52.1M - 514e6a882f6e 0855f1c5a6bf 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (2m) 11s ago 2m 83.2M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (2m) 20s ago 2m 83.6M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (2m) 11s ago 2m 83.2M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:38:39.987 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (2m) 20s ago 2m 83.5M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:38:40.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:40 smithi105 bash[18682]: cluster 2024-03-30T04:38:38.928918+0000 mgr.y (mgr.24304) 236 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:40.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:40 smithi105 bash[18682]: audit 2024-03-30T04:38:39.265228+0000 mgr.y (mgr.24304) 237 : audit [DBG] from='client.24922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:40.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:40 smithi105 bash[18682]: audit 2024-03-30T04:38:39.640151+0000 mgr.y (mgr.24304) 238 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:38:40.370 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:38:40.371 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:38:40.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:38:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:40.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[23956]: cluster 2024-03-30T04:38:38.928918+0000 mgr.y (mgr.24304) 236 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:40.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[23956]: audit 2024-03-30T04:38:39.265228+0000 mgr.y (mgr.24304) 237 : audit [DBG] from='client.24922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:40.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[23956]: audit 2024-03-30T04:38:39.640151+0000 mgr.y (mgr.24304) 238 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[18564]: cluster 2024-03-30T04:38:38.928918+0000 mgr.y (mgr.24304) 236 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[18564]: audit 2024-03-30T04:38:39.265228+0000 mgr.y (mgr.24304) 237 : audit [DBG] from='client.24922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:40 smithi097 bash[18564]: audit 2024-03-30T04:38:39.640151+0000 mgr.y (mgr.24304) 238 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:40.710 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:38:40.711 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:38:40.711 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:38:40.711 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:38:40.711 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "", 2024-03-30T04:38:40.711 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image" 2024-03-30T04:38:40.711 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:38:41.138 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:38:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:41 smithi105 bash[18682]: audit 2024-03-30T04:38:39.975706+0000 mgr.y (mgr.24304) 239 : audit [DBG] from='client.24934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:41 smithi105 bash[18682]: audit 2024-03-30T04:38:40.027404+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:41 smithi105 bash[18682]: audit 2024-03-30T04:38:40.033912+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:41 smithi105 bash[18682]: audit 2024-03-30T04:38:40.376443+0000 mon.a (mon.0) 1159 : audit [DBG] from='client.? 172.21.15.97:0/2006331016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:41 smithi105 bash[18682]: audit 2024-03-30T04:38:40.716639+0000 mgr.y (mgr.24304) 240 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:41.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[23956]: audit 2024-03-30T04:38:39.975706+0000 mgr.y (mgr.24304) 239 : audit [DBG] from='client.24934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[23956]: audit 2024-03-30T04:38:40.027404+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[23956]: audit 2024-03-30T04:38:40.033912+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[23956]: audit 2024-03-30T04:38:40.376443+0000 mon.a (mon.0) 1159 : audit [DBG] from='client.? 172.21.15.97:0/2006331016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[23956]: audit 2024-03-30T04:38:40.716639+0000 mgr.y (mgr.24304) 240 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[18564]: audit 2024-03-30T04:38:39.975706+0000 mgr.y (mgr.24304) 239 : audit [DBG] from='client.24934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[18564]: audit 2024-03-30T04:38:40.027404+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[18564]: audit 2024-03-30T04:38:40.033912+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[18564]: audit 2024-03-30T04:38:40.376443+0000 mon.a (mon.0) 1159 : audit [DBG] from='client.? 172.21.15.97:0/2006331016' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:38:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:41 smithi097 bash[18564]: audit 2024-03-30T04:38:40.716639+0000 mgr.y (mgr.24304) 240 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:38:42.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:42 smithi097 bash[23956]: cluster 2024-03-30T04:38:40.929441+0000 mgr.y (mgr.24304) 241 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:42 smithi097 bash[23956]: audit 2024-03-30T04:38:41.144479+0000 mon.a (mon.0) 1160 : audit [DBG] from='client.? 172.21.15.97:0/2244836925' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:42 smithi097 bash[18564]: cluster 2024-03-30T04:38:40.929441+0000 mgr.y (mgr.24304) 241 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:42 smithi097 bash[18564]: audit 2024-03-30T04:38:41.144479+0000 mon.a (mon.0) 1160 : audit [DBG] from='client.? 172.21.15.97:0/2244836925' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:42 smithi105 bash[18682]: cluster 2024-03-30T04:38:40.929441+0000 mgr.y (mgr.24304) 241 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:42 smithi105 bash[18682]: audit 2024-03-30T04:38:41.144479+0000 mon.a (mon.0) 1160 : audit [DBG] from='client.? 172.21.15.97:0/2244836925' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:38:42.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:38:42 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:44.033 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:43 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:43] "GET /metrics HTTP/1.1" 200 214875 "" "Prometheus/2.33.4" 2024-03-30T04:38:44.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:44 smithi097 bash[18564]: cluster 2024-03-30T04:38:42.930399+0000 mgr.y (mgr.24304) 242 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:44.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:44 smithi097 bash[23956]: cluster 2024-03-30T04:38:42.930399+0000 mgr.y (mgr.24304) 242 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:44.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:44 smithi105 bash[18682]: cluster 2024-03-30T04:38:42.930399+0000 mgr.y (mgr.24304) 242 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:46.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:46 smithi097 bash[18564]: cluster 2024-03-30T04:38:44.931068+0000 mgr.y (mgr.24304) 243 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:46 smithi097 bash[23956]: cluster 2024-03-30T04:38:44.931068+0000 mgr.y (mgr.24304) 243 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:46 smithi105 bash[18682]: cluster 2024-03-30T04:38:44.931068+0000 mgr.y (mgr.24304) 243 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:38:47.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:47 smithi097 bash[18564]: audit 2024-03-30T04:38:46.665170+0000 mgr.y (mgr.24304) 244 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:47 smithi097 bash[23956]: audit 2024-03-30T04:38:46.665170+0000 mgr.y (mgr.24304) 244 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:47 smithi105 bash[18682]: audit 2024-03-30T04:38:46.665170+0000 mgr.y (mgr.24304) 244 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:48.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:48 smithi097 bash[23956]: cluster 2024-03-30T04:38:46.932771+0000 mgr.y (mgr.24304) 245 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:48.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:48 smithi097 bash[18564]: cluster 2024-03-30T04:38:46.932771+0000 mgr.y (mgr.24304) 245 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:48 smithi105 bash[18682]: cluster 2024-03-30T04:38:46.932771+0000 mgr.y (mgr.24304) 245 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:49.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:48 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:38:48] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:38:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:49 smithi105 bash[18682]: audit 2024-03-30T04:38:48.925419+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:49 smithi105 bash[18682]: audit 2024-03-30T04:38:48.933170+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:49 smithi105 bash[18682]: cluster 2024-03-30T04:38:48.933366+0000 mgr.y (mgr.24304) 246 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:50.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:49 smithi097 bash[23956]: audit 2024-03-30T04:38:48.925419+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:50.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:49 smithi097 bash[23956]: audit 2024-03-30T04:38:48.933170+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:50.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:49 smithi097 bash[23956]: cluster 2024-03-30T04:38:48.933366+0000 mgr.y (mgr.24304) 246 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:50.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:49 smithi097 bash[18564]: audit 2024-03-30T04:38:48.925419+0000 mon.a (mon.0) 1161 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:50.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:49 smithi097 bash[18564]: audit 2024-03-30T04:38:48.933170+0000 mon.a (mon.0) 1162 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:38:50.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:49 smithi097 bash[18564]: cluster 2024-03-30T04:38:48.933366+0000 mgr.y (mgr.24304) 246 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:52.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:51 smithi097 bash[18564]: cluster 2024-03-30T04:38:50.933885+0000 mgr.y (mgr.24304) 247 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:52.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:51 smithi097 bash[23956]: cluster 2024-03-30T04:38:50.933885+0000 mgr.y (mgr.24304) 247 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:52.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:51 smithi105 bash[18682]: cluster 2024-03-30T04:38:50.933885+0000 mgr.y (mgr.24304) 247 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:52.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:38:52 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:38:53.988 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:38:53 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:38:53] "GET /metrics HTTP/1.1" 200 214839 "" "Prometheus/2.33.4" 2024-03-30T04:38:54.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:53 smithi097 bash[23956]: cluster 2024-03-30T04:38:52.935772+0000 mgr.y (mgr.24304) 248 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:54.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:53 smithi097 bash[18564]: cluster 2024-03-30T04:38:52.935772+0000 mgr.y (mgr.24304) 248 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:54.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:53 smithi105 bash[18682]: cluster 2024-03-30T04:38:52.935772+0000 mgr.y (mgr.24304) 248 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:56.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:55 smithi097 bash[18564]: cluster 2024-03-30T04:38:54.936310+0000 mgr.y (mgr.24304) 249 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:56.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:55 smithi097 bash[23956]: cluster 2024-03-30T04:38:54.936310+0000 mgr.y (mgr.24304) 249 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:55 smithi105 bash[18682]: cluster 2024-03-30T04:38:54.936310+0000 mgr.y (mgr.24304) 249 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:38:57.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:57 smithi097 bash[18564]: audit 2024-03-30T04:38:56.673201+0000 mgr.y (mgr.24304) 250 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:57.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:57 smithi097 bash[23956]: audit 2024-03-30T04:38:56.673201+0000 mgr.y (mgr.24304) 250 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:57.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:56 smithi105 bash[18682]: audit 2024-03-30T04:38:56.673201+0000 mgr.y (mgr.24304) 250 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:38:58.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:38:58 smithi097 bash[18564]: cluster 2024-03-30T04:38:56.937909+0000 mgr.y (mgr.24304) 251 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:58.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:38:58 smithi097 bash[23956]: cluster 2024-03-30T04:38:56.937909+0000 mgr.y (mgr.24304) 251 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:38:58.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:38:58 smithi105 bash[18682]: cluster 2024-03-30T04:38:56.937909+0000 mgr.y (mgr.24304) 251 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:00.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:00 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:39:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:39:00.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:00 smithi097 bash[23956]: cluster 2024-03-30T04:38:58.938367+0000 mgr.y (mgr.24304) 252 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:00.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:00 smithi097 bash[18564]: cluster 2024-03-30T04:38:58.938367+0000 mgr.y (mgr.24304) 252 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:00.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:00 smithi105 bash[18682]: cluster 2024-03-30T04:38:58.938367+0000 mgr.y (mgr.24304) 252 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:01.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:01 smithi105 bash[18682]: audit 2024-03-30T04:39:00.166097+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:01.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:01 smithi105 bash[18682]: audit 2024-03-30T04:39:00.174018+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:01.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:01 smithi097 bash[23956]: audit 2024-03-30T04:39:00.166097+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:01.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:01 smithi097 bash[23956]: audit 2024-03-30T04:39:00.174018+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:01.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:01 smithi097 bash[18564]: audit 2024-03-30T04:39:00.166097+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:01.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:01 smithi097 bash[18564]: audit 2024-03-30T04:39:00.174018+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:02 smithi105 bash[18682]: cluster 2024-03-30T04:39:00.938749+0000 mgr.y (mgr.24304) 253 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:02 smithi097 bash[23956]: cluster 2024-03-30T04:39:00.938749+0000 mgr.y (mgr.24304) 253 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:02.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:02 smithi097 bash[18564]: cluster 2024-03-30T04:39:00.938749+0000 mgr.y (mgr.24304) 253 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:02.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:39:02 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:04.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:03 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:03] "GET /metrics HTTP/1.1" 200 214810 "" "Prometheus/2.33.4" 2024-03-30T04:39:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:04 smithi105 bash[18682]: cluster 2024-03-30T04:39:02.939516+0000 mgr.y (mgr.24304) 254 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:04.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:04 smithi097 bash[23956]: cluster 2024-03-30T04:39:02.939516+0000 mgr.y (mgr.24304) 254 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:04.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:04 smithi097 bash[18564]: cluster 2024-03-30T04:39:02.939516+0000 mgr.y (mgr.24304) 254 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:06 smithi105 bash[18682]: cluster 2024-03-30T04:39:04.939918+0000 mgr.y (mgr.24304) 255 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:06.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:06 smithi097 bash[18564]: cluster 2024-03-30T04:39:04.939918+0000 mgr.y (mgr.24304) 255 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:06.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:06 smithi097 bash[23956]: cluster 2024-03-30T04:39:04.939918+0000 mgr.y (mgr.24304) 255 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:07 smithi105 bash[18682]: audit 2024-03-30T04:39:06.681162+0000 mgr.y (mgr.24304) 256 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:07.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:07 smithi097 bash[18564]: audit 2024-03-30T04:39:06.681162+0000 mgr.y (mgr.24304) 256 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:07.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:07 smithi097 bash[23956]: audit 2024-03-30T04:39:06.681162+0000 mgr.y (mgr.24304) 256 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:08.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:08 smithi097 bash[18564]: cluster 2024-03-30T04:39:06.941529+0000 mgr.y (mgr.24304) 257 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:08 smithi097 bash[23956]: cluster 2024-03-30T04:39:06.941529+0000 mgr.y (mgr.24304) 257 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:08 smithi105 bash[18682]: cluster 2024-03-30T04:39:06.941529+0000 mgr.y (mgr.24304) 257 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:09.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:09 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:39:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:39:10.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:10 smithi097 bash[18564]: cluster 2024-03-30T04:39:08.942248+0000 mgr.y (mgr.24304) 258 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:10.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:10 smithi097 bash[18564]: audit 2024-03-30T04:39:09.083975+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:10.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:10 smithi097 bash[18564]: audit 2024-03-30T04:39:09.091847+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:10.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:10 smithi097 bash[23956]: cluster 2024-03-30T04:39:08.942248+0000 mgr.y (mgr.24304) 258 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:10 smithi097 bash[23956]: audit 2024-03-30T04:39:09.083975+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:10 smithi097 bash[23956]: audit 2024-03-30T04:39:09.091847+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:10.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:10 smithi105 bash[18682]: cluster 2024-03-30T04:39:08.942248+0000 mgr.y (mgr.24304) 258 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:10.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:10 smithi105 bash[18682]: audit 2024-03-30T04:39:09.083975+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:10.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:10 smithi105 bash[18682]: audit 2024-03-30T04:39:09.091847+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:11.495 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:39:12.176 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:39:12.176 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 3s ago 11m - - 2024-03-30T04:39:12.176 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 11s ago 11m - - 2024-03-30T04:39:12.176 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (4m) 3s ago 5m 12.1M - ba2b418f427c 33ad30d4b5df 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (4m) 11s ago 4m 43.9M - 8.3.5 dad864ee21e9 b0847bd4a547 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (2m) 3s ago 2m 41.7M - 3.5 e1d6a67b021e 4f26e83ca3ec 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443 running (10m) 11s ago 10m 400M - 17.2.0 e1d6a67b021e 7123dad63a60 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:9283 running (12m) 3s ago 12m 454M - 17.2.0 e1d6a67b021e 6d8bf59ebfe9 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (12m) 3s ago 12m 50.2M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (11m) 11s ago 11m 40.6M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (11m) 3s ago 11m 40.0M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (5m) 3s ago 5m 9839k - 1dbe0e931976 f7e0637ff91c 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (5m) 11s ago 5m 9904k - 1dbe0e931976 09327df77775 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (10m) 3s ago 10m 53.7M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (9m) 3s ago 9m 55.4M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:39:12.177 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (9m) 3s ago 9m 47.8M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (8m) 3s ago 8m 53.6M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (8m) 11s ago 8m 54.9M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (7m) 11s ago 7m 50.3M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (6m) 11s ago 6m 48.7M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (6m) 11s ago 6m 52.4M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (4m) 11s ago 5m 54.7M - 514e6a882f6e 0855f1c5a6bf 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (3m) 3s ago 3m 83.5M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (3m) 11s ago 3m 83.8M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (3m) 3s ago 3m 83.4M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:39:12.178 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (2m) 11s ago 2m 83.7M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:39:12.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:12 smithi097 bash[23956]: cluster 2024-03-30T04:39:10.942978+0000 mgr.y (mgr.24304) 259 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:39:12.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:12 smithi097 bash[23956]: audit 2024-03-30T04:39:11.486713+0000 mgr.y (mgr.24304) 260 : audit [DBG] from='client.24958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:12.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:12 smithi097 bash[18564]: cluster 2024-03-30T04:39:10.942978+0000 mgr.y (mgr.24304) 259 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:39:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:12 smithi097 bash[18564]: audit 2024-03-30T04:39:11.486713+0000 mgr.y (mgr.24304) 260 : audit [DBG] from='client.24958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:12.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:12 smithi105 bash[18682]: cluster 2024-03-30T04:39:10.942978+0000 mgr.y (mgr.24304) 259 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:39:12.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:12 smithi105 bash[18682]: audit 2024-03-30T04:39:11.486713+0000 mgr.y (mgr.24304) 260 : audit [DBG] from='client.24958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:39:12.568 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:39:12.569 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962", 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "", 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d82c9aa17f09785fe698d262f9601d87bb79f962 image" 2024-03-30T04:39:12.895 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:39:12.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:39:12 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:12] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:13.267 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:39:13.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[23956]: audit 2024-03-30T04:39:11.817730+0000 mgr.y (mgr.24304) 261 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:13.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[23956]: audit 2024-03-30T04:39:12.143751+0000 mgr.y (mgr.24304) 262 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:13.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[23956]: audit 2024-03-30T04:39:12.574516+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.97:0/3537374918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:13.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[18564]: audit 2024-03-30T04:39:11.817730+0000 mgr.y (mgr.24304) 261 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:13.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[18564]: audit 2024-03-30T04:39:12.143751+0000 mgr.y (mgr.24304) 262 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:13.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[18564]: audit 2024-03-30T04:39:12.574516+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.97:0/3537374918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:13 smithi105 bash[18682]: audit 2024-03-30T04:39:11.817730+0000 mgr.y (mgr.24304) 261 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:13 smithi105 bash[18682]: audit 2024-03-30T04:39:12.143751+0000 mgr.y (mgr.24304) 262 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:13.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:13 smithi105 bash[18682]: audit 2024-03-30T04:39:12.574516+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.97:0/3537374918' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:13.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:13] "GET /metrics HTTP/1.1" 200 214810 "" "Prometheus/2.33.4" 2024-03-30T04:39:13.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:13.550Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:13.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:13 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:13.550Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:14.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:14 smithi097 bash[23956]: audit 2024-03-30T04:39:12.901435+0000 mgr.y (mgr.24304) 263 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:14 smithi097 bash[23956]: cluster 2024-03-30T04:39:12.944038+0000 mgr.y (mgr.24304) 264 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:14.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:14 smithi097 bash[23956]: audit 2024-03-30T04:39:13.274051+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.97:0/2648767840' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:14 smithi097 bash[18564]: audit 2024-03-30T04:39:12.901435+0000 mgr.y (mgr.24304) 263 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:14 smithi097 bash[18564]: cluster 2024-03-30T04:39:12.944038+0000 mgr.y (mgr.24304) 264 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:14 smithi097 bash[18564]: audit 2024-03-30T04:39:13.274051+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.97:0/2648767840' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:14.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:14 smithi105 bash[18682]: audit 2024-03-30T04:39:12.901435+0000 mgr.y (mgr.24304) 263 : audit [DBG] from='client.15069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:14.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:14 smithi105 bash[18682]: cluster 2024-03-30T04:39:12.944038+0000 mgr.y (mgr.24304) 264 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:14.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:14 smithi105 bash[18682]: audit 2024-03-30T04:39:13.274051+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.97:0/2648767840' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:16.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:16 smithi097 bash[23956]: cluster 2024-03-30T04:39:14.944733+0000 mgr.y (mgr.24304) 265 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:16.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:16 smithi097 bash[18564]: cluster 2024-03-30T04:39:14.944733+0000 mgr.y (mgr.24304) 265 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:16.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:16 smithi105 bash[18682]: cluster 2024-03-30T04:39:14.944733+0000 mgr.y (mgr.24304) 265 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:17.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:17 smithi097 bash[18564]: audit 2024-03-30T04:39:16.691212+0000 mgr.y (mgr.24304) 266 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:17.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:17 smithi097 bash[23956]: audit 2024-03-30T04:39:16.691212+0000 mgr.y (mgr.24304) 266 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:17 smithi105 bash[18682]: audit 2024-03-30T04:39:16.691212+0000 mgr.y (mgr.24304) 266 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:18.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:18 smithi097 bash[18564]: cluster 2024-03-30T04:39:16.946301+0000 mgr.y (mgr.24304) 267 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:18.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:18 smithi097 bash[23956]: cluster 2024-03-30T04:39:16.946301+0000 mgr.y (mgr.24304) 267 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:18.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:18 smithi105 bash[18682]: cluster 2024-03-30T04:39:16.946301+0000 mgr.y (mgr.24304) 267 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:20.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: cluster 2024-03-30T04:39:18.947092+0000 mgr.y (mgr.24304) 268 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:20.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: audit 2024-03-30T04:39:18.983776+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:20.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: cephadm 2024-03-30T04:39:18.984273+0000 mgr.y (mgr.24304) 269 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: cephadm 2024-03-30T04:39:18.984351+0000 mgr.y (mgr.24304) 270 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: audit 2024-03-30T04:39:18.985446+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: audit 2024-03-30T04:39:18.993263+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: cephadm 2024-03-30T04:39:18.994330+0000 mgr.y (mgr.24304) 271 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[23956]: cephadm 2024-03-30T04:39:19.218141+0000 mgr.y (mgr.24304) 272 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba on smithi105 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: cluster 2024-03-30T04:39:18.947092+0000 mgr.y (mgr.24304) 268 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: audit 2024-03-30T04:39:18.983776+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: cephadm 2024-03-30T04:39:18.984273+0000 mgr.y (mgr.24304) 269 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: cephadm 2024-03-30T04:39:18.984351+0000 mgr.y (mgr.24304) 270 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:39:20.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: audit 2024-03-30T04:39:18.985446+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:20.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: audit 2024-03-30T04:39:18.993263+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:20.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: cephadm 2024-03-30T04:39:18.994330+0000 mgr.y (mgr.24304) 271 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:39:20.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:19 smithi097 bash[18564]: cephadm 2024-03-30T04:39:19.218141+0000 mgr.y (mgr.24304) 272 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba on smithi105 2024-03-30T04:39:20.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: cluster 2024-03-30T04:39:18.947092+0000 mgr.y (mgr.24304) 268 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: audit 2024-03-30T04:39:18.983776+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: cephadm 2024-03-30T04:39:18.984273+0000 mgr.y (mgr.24304) 269 : cephadm [INF] Upgrade: Target is version 19.0.0-2493-gd82c9aa1 (unknown) 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: cephadm 2024-03-30T04:39:18.984351+0000 mgr.y (mgr.24304) 270 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba, digests ['quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba'] 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: audit 2024-03-30T04:39:18.985446+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: audit 2024-03-30T04:39:18.993263+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: cephadm 2024-03-30T04:39:18.994330+0000 mgr.y (mgr.24304) 271 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:39:20.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:19 smithi105 bash[18682]: cephadm 2024-03-30T04:39:19.218141+0000 mgr.y (mgr.24304) 272 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba on smithi105 2024-03-30T04:39:20.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:20 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:39:20] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:39:21.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:21 smithi097 bash[18564]: audit 2024-03-30T04:39:20.324523+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:21.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:21 smithi097 bash[18564]: audit 2024-03-30T04:39:20.331430+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:21.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:21 smithi097 bash[23956]: audit 2024-03-30T04:39:20.324523+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:21.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:21 smithi097 bash[23956]: audit 2024-03-30T04:39:20.331430+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:21.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:21 smithi105 bash[18682]: audit 2024-03-30T04:39:20.324523+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:21.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:21 smithi105 bash[18682]: audit 2024-03-30T04:39:20.331430+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:22.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:22 smithi097 bash[18564]: cluster 2024-03-30T04:39:20.947785+0000 mgr.y (mgr.24304) 273 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:22.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:22 smithi097 bash[23956]: cluster 2024-03-30T04:39:20.947785+0000 mgr.y (mgr.24304) 273 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:22.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:22 smithi105 bash[18682]: cluster 2024-03-30T04:39:20.947785+0000 mgr.y (mgr.24304) 273 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:39:22.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:39:22 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:22] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:23.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:23 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:23] "GET /metrics HTTP/1.1" 200 214810 "" "Prometheus/2.33.4" 2024-03-30T04:39:23.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:23 smithi097 bash[46331]: level=error ts=2024-03-30T04:39:23.510Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:23.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:23 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:23.513Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:23.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:23 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:23.514Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:24.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:24 smithi097 bash[18564]: cluster 2024-03-30T04:39:22.949487+0000 mgr.y (mgr.24304) 274 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:24.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:24 smithi097 bash[23956]: cluster 2024-03-30T04:39:22.949487+0000 mgr.y (mgr.24304) 274 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:24 smithi105 bash[18682]: cluster 2024-03-30T04:39:22.949487+0000 mgr.y (mgr.24304) 274 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:26.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:26 smithi097 bash[18564]: cluster 2024-03-30T04:39:24.950215+0000 mgr.y (mgr.24304) 275 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:26.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:26 smithi097 bash[23956]: cluster 2024-03-30T04:39:24.950215+0000 mgr.y (mgr.24304) 275 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:26.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:26 smithi105 bash[18682]: cluster 2024-03-30T04:39:24.950215+0000 mgr.y (mgr.24304) 275 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:27.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:27 smithi097 bash[18564]: audit 2024-03-30T04:39:26.701134+0000 mgr.y (mgr.24304) 276 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:27.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:27 smithi097 bash[23956]: audit 2024-03-30T04:39:26.701134+0000 mgr.y (mgr.24304) 276 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:27.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:27 smithi105 bash[18682]: audit 2024-03-30T04:39:26.701134+0000 mgr.y (mgr.24304) 276 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:28.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:28 smithi097 bash[18564]: cluster 2024-03-30T04:39:26.951848+0000 mgr.y (mgr.24304) 277 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:28.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:28 smithi097 bash[23956]: cluster 2024-03-30T04:39:26.951848+0000 mgr.y (mgr.24304) 277 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:28.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:28 smithi105 bash[18682]: cluster 2024-03-30T04:39:26.951848+0000 mgr.y (mgr.24304) 277 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:29.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:29 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:39:29] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:39:30.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:30 smithi097 bash[23956]: cluster 2024-03-30T04:39:28.952597+0000 mgr.y (mgr.24304) 278 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:30.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:30 smithi097 bash[23956]: audit 2024-03-30T04:39:29.263751+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:30.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:30 smithi097 bash[23956]: audit 2024-03-30T04:39:29.273086+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:30.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:30 smithi097 bash[18564]: cluster 2024-03-30T04:39:28.952597+0000 mgr.y (mgr.24304) 278 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:30.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:30 smithi097 bash[18564]: audit 2024-03-30T04:39:29.263751+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:30.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:30 smithi097 bash[18564]: audit 2024-03-30T04:39:29.273086+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:30.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:30 smithi105 bash[18682]: cluster 2024-03-30T04:39:28.952597+0000 mgr.y (mgr.24304) 278 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:30.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:30 smithi105 bash[18682]: audit 2024-03-30T04:39:29.263751+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:30.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:30 smithi105 bash[18682]: audit 2024-03-30T04:39:29.273086+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:31.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:31 smithi097 bash[18564]: audit 2024-03-30T04:39:30.939618+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:31.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:31 smithi097 bash[18564]: audit 2024-03-30T04:39:30.945966+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:31.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:31 smithi097 bash[23956]: audit 2024-03-30T04:39:30.939618+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:31.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:31 smithi097 bash[23956]: audit 2024-03-30T04:39:30.945966+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:31.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:31 smithi105 bash[18682]: audit 2024-03-30T04:39:30.939618+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:39:31.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:31 smithi105 bash[18682]: audit 2024-03-30T04:39:30.945966+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:39:32.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:32 smithi097 bash[18564]: cluster 2024-03-30T04:39:30.953268+0000 mgr.y (mgr.24304) 279 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:32.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:32 smithi097 bash[23956]: cluster 2024-03-30T04:39:30.953268+0000 mgr.y (mgr.24304) 279 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:32.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:32 smithi105 bash[18682]: cluster 2024-03-30T04:39:30.953268+0000 mgr.y (mgr.24304) 279 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:32.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:39:32 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:32] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:33.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:33 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:33] "GET /metrics HTTP/1.1" 200 214812 "" "Prometheus/2.33.4" 2024-03-30T04:39:33.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:33 smithi097 bash[46331]: level=error ts=2024-03-30T04:39:33.510Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:33.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:33 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:33.514Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:33.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:33 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:33.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:34.589 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:34 smithi097 bash[18564]: cluster 2024-03-30T04:39:32.954969+0000 mgr.y (mgr.24304) 280 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:34.590 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:34 smithi097 bash[23956]: cluster 2024-03-30T04:39:32.954969+0000 mgr.y (mgr.24304) 280 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:34.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:34 smithi105 bash[18682]: cluster 2024-03-30T04:39:32.954969+0000 mgr.y (mgr.24304) 280 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:36.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:36 smithi097 bash[18564]: cluster 2024-03-30T04:39:34.955704+0000 mgr.y (mgr.24304) 281 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:36.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:36 smithi097 bash[23956]: cluster 2024-03-30T04:39:34.955704+0000 mgr.y (mgr.24304) 281 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:36.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:36 smithi105 bash[18682]: cluster 2024-03-30T04:39:34.955704+0000 mgr.y (mgr.24304) 281 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:37.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:37 smithi097 bash[23956]: audit 2024-03-30T04:39:36.711800+0000 mgr.y (mgr.24304) 282 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:37.557 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:37 smithi097 bash[18564]: audit 2024-03-30T04:39:36.711800+0000 mgr.y (mgr.24304) 282 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:37 smithi105 bash[18682]: audit 2024-03-30T04:39:36.711800+0000 mgr.y (mgr.24304) 282 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:38.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:38 smithi097 bash[18564]: cluster 2024-03-30T04:39:36.957446+0000 mgr.y (mgr.24304) 283 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:38.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:38 smithi097 bash[23956]: cluster 2024-03-30T04:39:36.957446+0000 mgr.y (mgr.24304) 283 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:38.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:38 smithi105 bash[18682]: cluster 2024-03-30T04:39:36.957446+0000 mgr.y (mgr.24304) 283 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:40.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:40 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:39:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:39:40.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:40 smithi097 bash[23956]: cluster 2024-03-30T04:39:38.958159+0000 mgr.y (mgr.24304) 284 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:40.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:40 smithi097 bash[18564]: cluster 2024-03-30T04:39:38.958159+0000 mgr.y (mgr.24304) 284 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:40.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:40 smithi105 bash[18682]: cluster 2024-03-30T04:39:38.958159+0000 mgr.y (mgr.24304) 284 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:41.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:41 smithi097 bash[18564]: audit 2024-03-30T04:39:40.500506+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:41.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:41 smithi097 bash[18564]: audit 2024-03-30T04:39:40.510385+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:41.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:41 smithi097 bash[23956]: audit 2024-03-30T04:39:40.500506+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:41.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:41 smithi097 bash[23956]: audit 2024-03-30T04:39:40.510385+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:41 smithi105 bash[18682]: audit 2024-03-30T04:39:40.500506+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:41 smithi105 bash[18682]: audit 2024-03-30T04:39:40.510385+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:42.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:42 smithi097 bash[18564]: cluster 2024-03-30T04:39:40.958822+0000 mgr.y (mgr.24304) 285 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:42.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:42 smithi097 bash[23956]: cluster 2024-03-30T04:39:40.958822+0000 mgr.y (mgr.24304) 285 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:42.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:39:42 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:42] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:42.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:42 smithi105 bash[18682]: cluster 2024-03-30T04:39:40.958822+0000 mgr.y (mgr.24304) 285 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:43.628 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:39:43.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:43 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:43] "GET /metrics HTTP/1.1" 200 214812 "" "Prometheus/2.33.4" 2024-03-30T04:39:43.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:43 smithi097 bash[46331]: level=error ts=2024-03-30T04:39:43.511Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:43.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:43 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:43.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:43.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:43 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:43.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:44.291 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:39:44.291 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 15s ago 12m - - 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 3s ago 12m - - 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (4m) 15s ago 5m 15.1M - ba2b418f427c 33ad30d4b5df 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (5m) 3s ago 5m 43.9M - 8.3.5 dad864ee21e9 b0847bd4a547 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (3m) 15s ago 3m 41.8M - 3.5 e1d6a67b021e 4f26e83ca3ec 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443 running (11m) 3s ago 11m 400M - 17.2.0 e1d6a67b021e 7123dad63a60 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:9283 running (13m) 15s ago 13m 455M - 17.2.0 e1d6a67b021e 6d8bf59ebfe9 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (13m) 15s ago 13m 51.0M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (11m) 3s ago 11m 41.3M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (11m) 15s ago 11m 40.8M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (5m) 15s ago 5m 9455k - 1dbe0e931976 f7e0637ff91c 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (5m) 3s ago 5m 9967k - 1dbe0e931976 09327df77775 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (10m) 15s ago 10m 53.9M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (10m) 15s ago 10m 55.7M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (9m) 15s ago 9m 48.0M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:39:44.292 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (9m) 15s ago 9m 53.8M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (8m) 3s ago 8m 55.1M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (7m) 3s ago 8m 50.6M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (7m) 3s ago 7m 49.0M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (6m) 3s ago 6m 52.6M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (4m) 3s ago 5m 55.1M - 514e6a882f6e 0855f1c5a6bf 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (3m) 15s ago 3m 83.5M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (3m) 3s ago 3m 84.0M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (3m) 15s ago 3m 83.5M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:39:44.293 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (3m) 3s ago 3m 83.9M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:39:44.675 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:39:44.675 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:39:44.675 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:39:44.675 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:39:44.676 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:39:44.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:44 smithi097 bash[18564]: cluster 2024-03-30T04:39:42.960547+0000 mgr.y (mgr.24304) 286 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:44.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:44 smithi097 bash[18564]: audit 2024-03-30T04:39:43.619325+0000 mgr.y (mgr.24304) 287 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:44.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:44 smithi097 bash[23956]: cluster 2024-03-30T04:39:42.960547+0000 mgr.y (mgr.24304) 286 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:44.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:44 smithi097 bash[23956]: audit 2024-03-30T04:39:43.619325+0000 mgr.y (mgr.24304) 287 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:44 smithi105 bash[18682]: cluster 2024-03-30T04:39:42.960547+0000 mgr.y (mgr.24304) 286 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:44.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:44 smithi105 bash[18682]: audit 2024-03-30T04:39:43.619325+0000 mgr.y (mgr.24304) 287 : audit [DBG] from='client.15081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:44.994 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:39:44.995 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:39:44.995 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:39:44.995 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:39:44.995 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "0/23 daemons upgraded", 2024-03-30T04:39:44.995 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba image on host smithi105" 2024-03-30T04:39:44.995 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:39:45.364 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:39:45.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[23956]: audit 2024-03-30T04:39:43.937052+0000 mgr.y (mgr.24304) 288 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:45.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[23956]: audit 2024-03-30T04:39:44.253773+0000 mgr.y (mgr.24304) 289 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:45.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[23956]: audit 2024-03-30T04:39:44.681526+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.97:0/2093097735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:45.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[23956]: audit 2024-03-30T04:39:45.371152+0000 mon.a (mon.0) 1179 : audit [DBG] from='client.? 172.21.15.97:0/70414633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[18564]: audit 2024-03-30T04:39:43.937052+0000 mgr.y (mgr.24304) 288 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[18564]: audit 2024-03-30T04:39:44.253773+0000 mgr.y (mgr.24304) 289 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[18564]: audit 2024-03-30T04:39:44.681526+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.97:0/2093097735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:45 smithi097 bash[18564]: audit 2024-03-30T04:39:45.371152+0000 mon.a (mon.0) 1179 : audit [DBG] from='client.? 172.21.15.97:0/70414633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:45.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:45 smithi105 bash[18682]: audit 2024-03-30T04:39:43.937052+0000 mgr.y (mgr.24304) 288 : audit [DBG] from='client.25000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:45.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:45 smithi105 bash[18682]: audit 2024-03-30T04:39:44.253773+0000 mgr.y (mgr.24304) 289 : audit [DBG] from='client.25006 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:45.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:45 smithi105 bash[18682]: audit 2024-03-30T04:39:44.681526+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.97:0/2093097735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:39:45.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:45 smithi105 bash[18682]: audit 2024-03-30T04:39:45.371152+0000 mon.a (mon.0) 1179 : audit [DBG] from='client.? 172.21.15.97:0/70414633' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:39:46.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:46 smithi097 bash[18564]: cluster 2024-03-30T04:39:44.961204+0000 mgr.y (mgr.24304) 290 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:46 smithi097 bash[18564]: audit 2024-03-30T04:39:45.000625+0000 mgr.y (mgr.24304) 291 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:46.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:46 smithi097 bash[23956]: cluster 2024-03-30T04:39:44.961204+0000 mgr.y (mgr.24304) 290 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:46.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:46 smithi097 bash[23956]: audit 2024-03-30T04:39:45.000625+0000 mgr.y (mgr.24304) 291 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:46.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:46 smithi105 bash[18682]: cluster 2024-03-30T04:39:44.961204+0000 mgr.y (mgr.24304) 290 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:46.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:46 smithi105 bash[18682]: audit 2024-03-30T04:39:45.000625+0000 mgr.y (mgr.24304) 291 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:39:47.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:47 smithi097 bash[23956]: audit 2024-03-30T04:39:46.721124+0000 mgr.y (mgr.24304) 292 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:47 smithi097 bash[18564]: audit 2024-03-30T04:39:46.721124+0000 mgr.y (mgr.24304) 292 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:47 smithi105 bash[18682]: audit 2024-03-30T04:39:46.721124+0000 mgr.y (mgr.24304) 292 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:48.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:48 smithi097 bash[23956]: cluster 2024-03-30T04:39:46.963165+0000 mgr.y (mgr.24304) 293 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:48.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:48 smithi097 bash[18564]: cluster 2024-03-30T04:39:46.963165+0000 mgr.y (mgr.24304) 293 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:48 smithi105 bash[18682]: cluster 2024-03-30T04:39:46.963165+0000 mgr.y (mgr.24304) 293 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:49.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:49 smithi097 bash[18818]: 172.21.15.97 - - [30/Mar/2024:04:39:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:39:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:50 smithi105 bash[18682]: cluster 2024-03-30T04:39:48.963950+0000 mgr.y (mgr.24304) 294 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:50 smithi105 bash[18682]: audit 2024-03-30T04:39:49.433715+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:50 smithi105 bash[18682]: audit 2024-03-30T04:39:49.442114+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:50 smithi097 bash[23956]: cluster 2024-03-30T04:39:48.963950+0000 mgr.y (mgr.24304) 294 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:50 smithi097 bash[23956]: audit 2024-03-30T04:39:49.433715+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:50 smithi097 bash[23956]: audit 2024-03-30T04:39:49.442114+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:50.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:50 smithi097 bash[18564]: cluster 2024-03-30T04:39:48.963950+0000 mgr.y (mgr.24304) 294 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:50.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:50 smithi097 bash[18564]: audit 2024-03-30T04:39:49.433715+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:50.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:50 smithi097 bash[18564]: audit 2024-03-30T04:39:49.442114+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:39:52.686 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:52 smithi105 bash[18682]: cluster 2024-03-30T04:39:50.964419+0000 mgr.y (mgr.24304) 295 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:52.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:52 smithi097 bash[23956]: cluster 2024-03-30T04:39:50.964419+0000 mgr.y (mgr.24304) 295 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:52 smithi097 bash[18564]: cluster 2024-03-30T04:39:50.964419+0000 mgr.y (mgr.24304) 295 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:52.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:39:52 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:52] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:39:53.837 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:39:53 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:39:53] "GET /metrics HTTP/1.1" 200 214818 "" "Prometheus/2.33.4" 2024-03-30T04:39:53.837 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:53 smithi097 bash[46331]: level=error ts=2024-03-30T04:39:53.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:53.837 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:53 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:53.514Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:39:53.837 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:39:53 smithi097 bash[46331]: level=warn ts=2024-03-30T04:39:53.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:39:54.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:54 smithi105 bash[18682]: cluster 2024-03-30T04:39:52.965452+0000 mgr.y (mgr.24304) 296 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:54.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:54 smithi097 bash[18564]: cluster 2024-03-30T04:39:52.965452+0000 mgr.y (mgr.24304) 296 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:54.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:54 smithi097 bash[23956]: cluster 2024-03-30T04:39:52.965452+0000 mgr.y (mgr.24304) 296 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:56 smithi105 bash[18682]: cluster 2024-03-30T04:39:54.966199+0000 mgr.y (mgr.24304) 297 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:56.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:56 smithi097 bash[23956]: cluster 2024-03-30T04:39:54.966199+0000 mgr.y (mgr.24304) 297 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:56.727 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:56 smithi097 bash[18564]: cluster 2024-03-30T04:39:54.966199+0000 mgr.y (mgr.24304) 297 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:39:57.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:57 smithi105 bash[18682]: audit 2024-03-30T04:39:56.732461+0000 mgr.y (mgr.24304) 298 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:57.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:57 smithi097 bash[23956]: audit 2024-03-30T04:39:56.732461+0000 mgr.y (mgr.24304) 298 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:57.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:57 smithi097 bash[18564]: audit 2024-03-30T04:39:56.732461+0000 mgr.y (mgr.24304) 298 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:39:58.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:39:58 smithi105 bash[18682]: cluster 2024-03-30T04:39:56.967812+0000 mgr.y (mgr.24304) 299 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:58.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:39:58 smithi097 bash[23956]: cluster 2024-03-30T04:39:56.967812+0000 mgr.y (mgr.24304) 299 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:39:58.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:39:58 smithi097 bash[18564]: cluster 2024-03-30T04:39:56.967812+0000 mgr.y (mgr.24304) 299 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:00.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:00 smithi105 bash[18682]: cluster 2024-03-30T04:39:58.968551+0000 mgr.y (mgr.24304) 300 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:00.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:00 smithi105 bash[18682]: cluster 2024-03-30T04:40:00.000114+0000 mon.a (mon.0) 1182 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:00.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:00 smithi097 bash[18818]: 172.21.15.105 - - [30/Mar/2024:04:40:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-03-30T04:40:00.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:00 smithi097 bash[18564]: cluster 2024-03-30T04:39:58.968551+0000 mgr.y (mgr.24304) 300 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:00.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:00 smithi097 bash[18564]: cluster 2024-03-30T04:40:00.000114+0000 mon.a (mon.0) 1182 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:00.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:00 smithi097 bash[23956]: cluster 2024-03-30T04:39:58.968551+0000 mgr.y (mgr.24304) 300 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:00.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:00 smithi097 bash[23956]: cluster 2024-03-30T04:40:00.000114+0000 mon.a (mon.0) 1182 : cluster [INF] overall HEALTH_OK 2024-03-30T04:40:01.907 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:01 smithi105 bash[18682]: audit 2024-03-30T04:40:00.663794+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:01.908 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:01 smithi105 bash[18682]: audit 2024-03-30T04:40:00.673762+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:02.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:01 smithi097 bash[23956]: audit 2024-03-30T04:40:00.663794+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:02.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:01 smithi097 bash[23956]: audit 2024-03-30T04:40:00.673762+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:02.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:01 smithi097 bash[18564]: audit 2024-03-30T04:40:00.663794+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:02.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:01 smithi097 bash[18564]: audit 2024-03-30T04:40:00.673762+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:02.950 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:02 smithi105 bash[19797]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:02] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:02.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:02 smithi105 bash[18682]: cluster 2024-03-30T04:40:00.969230+0000 mgr.y (mgr.24304) 301 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:02.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:02 smithi105 bash[18682]: audit 2024-03-30T04:40:02.342398+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:02.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:02 smithi105 bash[18682]: audit 2024-03-30T04:40:02.344341+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:02.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:02 smithi105 bash[18682]: audit 2024-03-30T04:40:02.346184+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:02.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:02 smithi105 bash[18682]: audit 2024-03-30T04:40:02.348210+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:03.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[18564]: cluster 2024-03-30T04:40:00.969230+0000 mgr.y (mgr.24304) 301 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:03.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[18564]: audit 2024-03-30T04:40:02.342398+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:03.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[18564]: audit 2024-03-30T04:40:02.344341+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[18564]: audit 2024-03-30T04:40:02.346184+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[18564]: audit 2024-03-30T04:40:02.348210+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[23956]: cluster 2024-03-30T04:40:00.969230+0000 mgr.y (mgr.24304) 301 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[23956]: audit 2024-03-30T04:40:02.342398+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[23956]: audit 2024-03-30T04:40:02.344341+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[23956]: audit 2024-03-30T04:40:02.346184+0000 mon.a (mon.0) 1187 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:40:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:02 smithi097 bash[23956]: audit 2024-03-30T04:40:02.348210+0000 mon.a (mon.0) 1188 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:03.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:03] "GET /metrics HTTP/1.1" 200 214821 "" "Prometheus/2.33.4" 2024-03-30T04:40:03.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[18564]: cephadm 2024-03-30T04:40:02.332454+0000 mgr.y (mgr.24304) 302 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:40:03.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[18564]: cephadm 2024-03-30T04:40:02.350020+0000 mgr.y (mgr.24304) 303 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:40:03.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[23956]: cephadm 2024-03-30T04:40:02.332454+0000 mgr.y (mgr.24304) 302 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:40:03.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[23956]: cephadm 2024-03-30T04:40:02.350020+0000 mgr.y (mgr.24304) 303 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:40:03.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[46331]: level=error ts=2024-03-30T04:40:03.513Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:40:03.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:03.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:40:03.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:03 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:03.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:40:03.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:03 smithi105 bash[18682]: cephadm 2024-03-30T04:40:02.332454+0000 mgr.y (mgr.24304) 302 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:40:03.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:03 smithi105 bash[18682]: cephadm 2024-03-30T04:40:02.350020+0000 mgr.y (mgr.24304) 303 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:40:04.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:04 smithi105 bash[18682]: cluster 2024-03-30T04:40:02.971059+0000 mgr.y (mgr.24304) 304 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:05.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:04 smithi097 bash[18564]: cluster 2024-03-30T04:40:02.971059+0000 mgr.y (mgr.24304) 304 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:05.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:04 smithi097 bash[23956]: cluster 2024-03-30T04:40:02.971059+0000 mgr.y (mgr.24304) 304 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:05.594 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.595 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.595 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.596 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.596 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.597 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.597 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.597 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:05.937 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:05 smithi105 systemd[1]: Stopping Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:05.938 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:05 smithi105 bash[46678]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr.x 2024-03-30T04:40:06.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 bash[46687]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:40:06.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 bash[46723]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr.x 2024-03-30T04:40:06.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:06.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:40:06.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: Stopped Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:06.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:06 smithi097 bash[23956]: cluster 2024-03-30T04:40:04.971801+0000 mgr.y (mgr.24304) 305 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:06.738 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:06 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:06.456Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": dial tcp 172.21.15.105:8443: connect: connection refused" 2024-03-30T04:40:06.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:06 smithi097 bash[18564]: cluster 2024-03-30T04:40:04.971801+0000 mgr.y (mgr.24304) 305 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:06.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.961 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.961 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.962 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.962 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.963 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.963 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: Started Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:06.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:06 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:40:06.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:06 smithi105 bash[18682]: cluster 2024-03-30T04:40:04.971801+0000 mgr.y (mgr.24304) 305 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:08.013 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[46781]: debug 2024-03-30T04:40:07.863+0000 7f1adc42b700 1 -- 172.21.15.105:0/709316977 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563a466be5a0 con 0x563a4743e400 2024-03-30T04:40:08.013 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.743290+0000 mgr.y (mgr.24304) 306 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:08.013 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.814057+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:08.013 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.816615+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:08.013 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.819358+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:08.013 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.821071+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.834543+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: cephadm 2024-03-30T04:40:06.835471+0000 mgr.y (mgr.24304) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.843991+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: cephadm 2024-03-30T04:40:06.848078+0000 mgr.y (mgr.24304) 308 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: cephadm 2024-03-30T04:40:06.854277+0000 mgr.y (mgr.24304) 309 : cephadm [INF] Failing over to other MGR 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: audit 2024-03-30T04:40:06.854853+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: cluster 2024-03-30T04:40:06.864433+0000 mon.a (mon.0) 1196 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: cluster 2024-03-30T04:40:06.973495+0000 mgr.y (mgr.24304) 310 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:40:08.014 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:07 smithi105 bash[18682]: cluster 2024-03-30T04:40:07.750637+0000 mon.a (mon.0) 1197 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:08.124 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:07.889Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": read tcp 172.21.15.97:58612->172.21.15.97:8443: read: connection reset by peer" 2024-03-30T04:40:08.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18818]: debug 2024-03-30T04:40:07.851+0000 7f2159766700 -1 mgr handle_mgr_map I was active but no longer amignoring --setuser ceph since I am not root 2024-03-30T04:40:08.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18818]: ignoring --setgroup ceph since I am not root 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18818]: debug 2024-03-30T04:40:07.911+0000 7f095791a700 1 -- 172.21.15.97:0/4198147757 <== mon.0 v2:172.21.15.97:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a37b92c340 con 0x55a37c6a8c00 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:08 smithi097 bash[18818]: debug 2024-03-30T04:40:08.051+0000 7f0960376000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.743290+0000 mgr.y (mgr.24304) 306 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.814057+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.816615+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.819358+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.821071+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.834543+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: cephadm 2024-03-30T04:40:06.835471+0000 mgr.y (mgr.24304) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.843991+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: cephadm 2024-03-30T04:40:06.848078+0000 mgr.y (mgr.24304) 308 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: cephadm 2024-03-30T04:40:06.854277+0000 mgr.y (mgr.24304) 309 : cephadm [INF] Failing over to other MGR 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: audit 2024-03-30T04:40:06.854853+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: cluster 2024-03-30T04:40:06.864433+0000 mon.a (mon.0) 1196 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: cluster 2024-03-30T04:40:06.973495+0000 mgr.y (mgr.24304) 310 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[18564]: cluster 2024-03-30T04:40:07.750637+0000 mon.a (mon.0) 1197 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.743290+0000 mgr.y (mgr.24304) 306 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.814057+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.816615+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.819358+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.821071+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.834543+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: cephadm 2024-03-30T04:40:06.835471+0000 mgr.y (mgr.24304) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:40:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.843991+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:08.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: cephadm 2024-03-30T04:40:06.848078+0000 mgr.y (mgr.24304) 308 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-03-30T04:40:08.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: cephadm 2024-03-30T04:40:06.854277+0000 mgr.y (mgr.24304) 309 : cephadm [INF] Failing over to other MGR 2024-03-30T04:40:08.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: audit 2024-03-30T04:40:06.854853+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-03-30T04:40:08.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: cluster 2024-03-30T04:40:06.864433+0000 mon.a (mon.0) 1196 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-03-30T04:40:08.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: cluster 2024-03-30T04:40:06.973495+0000 mgr.y (mgr.24304) 310 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:40:08.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:07 smithi097 bash[23956]: cluster 2024-03-30T04:40:07.750637+0000 mon.a (mon.0) 1197 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:08.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:08 smithi105 bash[46781]: debug 2024-03-30T04:40:08.011+0000 7f1ae663a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:40:09.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:08 smithi097 bash[23956]: audit 2024-03-30T04:40:07.852669+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:40:09.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:08 smithi097 bash[23956]: cluster 2024-03-30T04:40:07.852882+0000 mon.a (mon.0) 1199 : cluster [DBG] mgrmap e21: x(active, starting, since 0.99657s), standbys: y 2024-03-30T04:40:09.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:08 smithi097 bash[18564]: audit 2024-03-30T04:40:07.852669+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:40:09.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:08 smithi097 bash[18564]: cluster 2024-03-30T04:40:07.852882+0000 mon.a (mon.0) 1199 : cluster [DBG] mgrmap e21: x(active, starting, since 0.99657s), standbys: y 2024-03-30T04:40:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:08 smithi105 bash[18682]: audit 2024-03-30T04:40:07.852669+0000 mon.a (mon.0) 1198 : audit [INF] from='mgr.24304 172.21.15.97:0/200022712' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-03-30T04:40:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:08 smithi105 bash[18682]: cluster 2024-03-30T04:40:07.852882+0000 mon.a (mon.0) 1199 : cluster [DBG] mgrmap e21: x(active, starting, since 0.99657s), standbys: y 2024-03-30T04:40:09.811 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:09 smithi097 bash[18818]: debug 2024-03-30T04:40:09.615+0000 7f0960376000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:09.811 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:09 smithi097 bash[18818]: debug 2024-03-30T04:40:09.711+0000 7f0960376000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:09.920 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:09 smithi105 bash[46781]: debug 2024-03-30T04:40:09.575+0000 7f1ae663a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:40:09.920 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:09 smithi105 bash[46781]: debug 2024-03-30T04:40:09.671+0000 7f1ae663a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:40:10.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:09 smithi097 bash[18818]: debug 2024-03-30T04:40:09.959+0000 7f0960376000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:10.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:09 smithi105 bash[46781]: debug 2024-03-30T04:40:09.919+0000 7f1ae663a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:40:11.034 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:10 smithi097 bash[18818]: debug 2024-03-30T04:40:10.711+0000 7f0960376000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:11.034 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:10 smithi097 bash[18818]: debug 2024-03-30T04:40:10.819+0000 7f0960376000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:11.034 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:10 smithi097 bash[18818]: debug 2024-03-30T04:40:10.923+0000 7f0960376000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:11.034 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:11 smithi097 bash[18818]: debug 2024-03-30T04:40:11.039+0000 7f0960376000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:11.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:10 smithi105 bash[46781]: debug 2024-03-30T04:40:10.715+0000 7f1ae663a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:11.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:10 smithi105 bash[46781]: debug 2024-03-30T04:40:10.827+0000 7f1ae663a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:40:11.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:10 smithi105 bash[46781]: debug 2024-03-30T04:40:10.931+0000 7f1ae663a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:40:11.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:11 smithi097 bash[18818]: debug 2024-03-30T04:40:11.255+0000 7f0960376000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:11.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:11 smithi105 bash[46781]: debug 2024-03-30T04:40:11.291+0000 7f1ae663a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:40:11.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:11 smithi105 bash[46781]: debug 2024-03-30T04:40:11.407+0000 7f1ae663a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:40:11.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:11 smithi105 bash[46781]: debug 2024-03-30T04:40:11.511+0000 7f1ae663a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:40:11.819 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:11 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:11.455Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": dial tcp 172.21.15.97:8443: connect: connection refused" 2024-03-30T04:40:11.820 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:11 smithi097 bash[18818]: debug 2024-03-30T04:40:11.535+0000 7f0960376000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:11.820 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:11 smithi097 bash[18818]: debug 2024-03-30T04:40:11.635+0000 7f0960376000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:12.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:11 smithi097 bash[18818]: debug 2024-03-30T04:40:11.823+0000 7f0960376000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:12.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:12 smithi097 bash[18818]: debug 2024-03-30T04:40:12.071+0000 7f0960376000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:12.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:11 smithi105 bash[46781]: debug 2024-03-30T04:40:11.871+0000 7f1ae663a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:40:12.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:12 smithi105 bash[46781]: debug 2024-03-30T04:40:12.111+0000 7f1ae663a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:40:12.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:12 smithi097 bash[18818]: debug 2024-03-30T04:40:12.347+0000 7f0960376000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:40:12.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:12 smithi097 bash[18818]: debug 2024-03-30T04:40:12.515+0000 7f0960376000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:12.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:12 smithi105 bash[46781]: debug 2024-03-30T04:40:12.375+0000 7f1ae663a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:40:12.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:12 smithi105 bash[46781]: debug 2024-03-30T04:40:12.487+0000 7f1ae663a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:40:13.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:12 smithi097 bash[18818]: debug 2024-03-30T04:40:12.751+0000 7f0960376000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:13.126 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:12 smithi097 bash[18818]: debug 2024-03-30T04:40:12.875+0000 7f0960376000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:40:13.178 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:12 smithi105 bash[46781]: debug 2024-03-30T04:40:12.763+0000 7f1ae663a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:40:13.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:13 smithi105 bash[46781]: debug 2024-03-30T04:40:13.179+0000 7f1ae663a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:13.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:13 smithi105 bash[46781]: debug 2024-03-30T04:40:13.419+0000 7f1ae663a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:40:13.508 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:13 smithi097 bash[18818]: debug 2024-03-30T04:40:13.211+0000 7f0960376000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:13.798 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:13 smithi105 bash[46781]: debug 2024-03-30T04:40:13.539+0000 7f1ae663a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:40:13.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:13 smithi097 bash[46331]: level=error ts=2024-03-30T04:40:13.514Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": dial tcp 172.21.15.105:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": dial tcp 172.21.15.97:8443: connect: connection refused" 2024-03-30T04:40:13.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:13 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:13.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": dial tcp 172.21.15.97:8443: connect: connection refused" 2024-03-30T04:40:13.874 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:13 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:13.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": dial tcp 172.21.15.105:8443: connect: connection refused" 2024-03-30T04:40:14.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:13 smithi105 bash[46781]: debug 2024-03-30T04:40:13.799+0000 7f1ae663a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:40:14.262 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:13 smithi097 bash[18818]: debug 2024-03-30T04:40:13.947+0000 7f0960376000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:40:14.263 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:14 smithi097 bash[18818]: debug 2024-03-30T04:40:14.059+0000 7f0960376000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:40:14.263 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:14 smithi097 bash[18818]: debug 2024-03-30T04:40:14.267+0000 7f0960376000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:40:14.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:14 smithi097 bash[18818]: debug 2024-03-30T04:40:14.587+0000 7f0960376000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:40:14.985 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:14 smithi105 bash[46781]: debug 2024-03-30T04:40:14.843+0000 7f1ae663a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:40:14.985 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:14 smithi105 bash[46781]: debug 2024-03-30T04:40:14.959+0000 7f1ae663a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:40:15.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[18682]: cluster 2024-03-30T04:40:15.102989+0000 mon.a (mon.0) 1200 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:40:15.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[18682]: cluster 2024-03-30T04:40:15.103190+0000 mon.a (mon.0) 1201 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:15.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[18682]: audit 2024-03-30T04:40:15.105028+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:40:15.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[18682]: audit 2024-03-30T04:40:15.105632+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:15.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[18682]: audit 2024-03-30T04:40:15.108738+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:40:15.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[18682]: audit 2024-03-30T04:40:15.110512+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18564]: cluster 2024-03-30T04:40:15.102989+0000 mon.a (mon.0) 1200 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:40:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18564]: cluster 2024-03-30T04:40:15.103190+0000 mon.a (mon.0) 1201 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18564]: audit 2024-03-30T04:40:15.105028+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18564]: audit 2024-03-30T04:40:15.105632+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18564]: audit 2024-03-30T04:40:15.108738+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18564]: audit 2024-03-30T04:40:15.110512+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[23956]: cluster 2024-03-30T04:40:15.102989+0000 mon.a (mon.0) 1200 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[23956]: cluster 2024-03-30T04:40:15.103190+0000 mon.a (mon.0) 1201 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[23956]: audit 2024-03-30T04:40:15.105028+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[23956]: audit 2024-03-30T04:40:15.105632+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[23956]: audit 2024-03-30T04:40:15.108738+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:40:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[23956]: audit 2024-03-30T04:40:15.110512+0000 mon.a (mon.0) 1205 : audit [DBG] from='mgr.? 172.21.15.97:0/4047029767' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:14 smithi097 bash[18818]: debug 2024-03-30T04:40:14.963+0000 7f0960376000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18818]: debug 2024-03-30T04:40:15.079+0000 7f0960376000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18818]: [30/Mar/2024:04:40:15] ENGINE Bus STARTING 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18818]: CherryPy Checker: 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18818]: The Application mounted at '' has an empty config. 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18818]: [30/Mar/2024:04:40:15] ENGINE Serving on http://:::9283 2024-03-30T04:40:15.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:15 smithi097 bash[18818]: [30/Mar/2024:04:40:15] ENGINE Bus STARTED 2024-03-30T04:40:15.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[46781]: debug 2024-03-30T04:40:15.271+0000 7f1ae663a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:40:15.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[46781]: debug 2024-03-30T04:40:15.387+0000 7f1ae663a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:40:16.164 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[46781]: debug 2024-03-30T04:40:15.855+0000 7f1ae663a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:40:16.165 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:15 smithi105 bash[46781]: debug 2024-03-30T04:40:15.975+0000 7f1ae663a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:40:16.424 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[46781]: [30/Mar/2024:04:40:16] ENGINE Bus STARTING 2024-03-30T04:40:16.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[18682]: cluster 2024-03-30T04:40:15.162305+0000 mon.a (mon.0) 1206 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-30T04:40:16.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[18682]: cluster 2024-03-30T04:40:15.987313+0000 mon.a (mon.0) 1207 : cluster [INF] Active manager daemon x restarted 2024-03-30T04:40:16.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[18682]: cluster 2024-03-30T04:40:15.988700+0000 mon.a (mon.0) 1208 : cluster [INF] Activating manager daemon x 2024-03-30T04:40:16.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[18682]: cluster 2024-03-30T04:40:15.995965+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:40:16.427 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:16.199Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=4 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:40:16.427 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[18564]: cluster 2024-03-30T04:40:15.162305+0000 mon.a (mon.0) 1206 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-30T04:40:16.427 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[18564]: cluster 2024-03-30T04:40:15.987313+0000 mon.a (mon.0) 1207 : cluster [INF] Active manager daemon x restarted 2024-03-30T04:40:16.427 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[18564]: cluster 2024-03-30T04:40:15.988700+0000 mon.a (mon.0) 1208 : cluster [INF] Activating manager daemon x 2024-03-30T04:40:16.427 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[18564]: cluster 2024-03-30T04:40:15.995965+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:40:16.428 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[23956]: cluster 2024-03-30T04:40:15.162305+0000 mon.a (mon.0) 1206 : cluster [DBG] mgrmap e22: x(active, starting, since 8s), standbys: y 2024-03-30T04:40:16.428 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[23956]: cluster 2024-03-30T04:40:15.987313+0000 mon.a (mon.0) 1207 : cluster [INF] Active manager daemon x restarted 2024-03-30T04:40:16.428 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[23956]: cluster 2024-03-30T04:40:15.988700+0000 mon.a (mon.0) 1208 : cluster [INF] Activating manager daemon x 2024-03-30T04:40:16.428 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:16 smithi097 bash[23956]: cluster 2024-03-30T04:40:15.995965+0000 mon.a (mon.0) 1209 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-03-30T04:40:16.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[46781]: CherryPy Checker: 2024-03-30T04:40:16.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[46781]: The Application mounted at '' has an empty config. 2024-03-30T04:40:16.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[46781]: [30/Mar/2024:04:40:16] ENGINE Serving on http://:::9283 2024-03-30T04:40:16.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:16 smithi105 bash[46781]: [30/Mar/2024:04:40:16] ENGINE Bus STARTED 2024-03-30T04:40:17.250 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:40:17.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cluster 2024-03-30T04:40:16.196651+0000 mon.a (mon.0) 1210 : cluster [DBG] mgrmap e23: x(active, starting, since 0.208354s), standbys: y 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.197627+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.198062+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.198462+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.199495+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.200164+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.200702+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.201346+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.202034+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.202704+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.203379+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.204140+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.204783+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:40:17.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.205458+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.206155+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.206677+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.207957+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cluster 2024-03-30T04:40:16.236338+0000 mon.a (mon.0) 1211 : cluster [INF] Manager daemon x is now available 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.290331+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.290696+0000 mgr.x (mgr.24680) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.297561+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.297964+0000 mgr.x (mgr.24680) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.298421+0000 mgr.x (mgr.24680) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.298479+0000 mgr.x (mgr.24680) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.307517+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.316433+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.320206+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.324475+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.324723+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.325354+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.326038+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.328964+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.330271+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.335476+0000 mgr.x (mgr.24680) 5 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:40:17.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.345586+0000 mgr.x (mgr.24680) 6 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.349555+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.353385+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.354595+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.381411+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:16.382320+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:17.064496+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:17 smithi105 bash[18682]: audit 2024-03-30T04:40:17.069975+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cluster 2024-03-30T04:40:16.196651+0000 mon.a (mon.0) 1210 : cluster [DBG] mgrmap e23: x(active, starting, since 0.208354s), standbys: y 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.197627+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.198062+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.198462+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.199495+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.200164+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.200702+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.201346+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.202034+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.202704+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.203379+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.204140+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.204783+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.205458+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:40:17.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.206155+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.206677+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.207957+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cluster 2024-03-30T04:40:16.236338+0000 mon.a (mon.0) 1211 : cluster [INF] Manager daemon x is now available 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.290331+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cluster 2024-03-30T04:40:16.196651+0000 mon.a (mon.0) 1210 : cluster [DBG] mgrmap e23: x(active, starting, since 0.208354s), standbys: y 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.197627+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.198062+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.198462+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.199495+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:40:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.200164+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.200702+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.201346+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.202034+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.202704+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.203379+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.204140+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.204783+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.205458+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.206155+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.206677+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.207957+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cluster 2024-03-30T04:40:16.236338+0000 mon.a (mon.0) 1211 : cluster [INF] Manager daemon x is now available 2024-03-30T04:40:17.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.290331+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.290696+0000 mgr.x (mgr.24680) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.297561+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.297964+0000 mgr.x (mgr.24680) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.298421+0000 mgr.x (mgr.24680) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.298479+0000 mgr.x (mgr.24680) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.307517+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.316433+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.320206+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.324475+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.324723+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.325354+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.326038+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.328964+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.330271+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.335476+0000 mgr.x (mgr.24680) 5 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.345586+0000 mgr.x (mgr.24680) 6 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.349555+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.353385+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.354595+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.290696+0000 mgr.x (mgr.24680) 1 : cephadm [INF] Queued rgw.foo for migration 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.297561+0000 mon.a (mon.0) 1213 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.297964+0000 mgr.x (mgr.24680) 2 : cephadm [INF] Queued rgw.smpl for migration 2024-03-30T04:40:17.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.298421+0000 mgr.x (mgr.24680) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.298479+0000 mgr.x (mgr.24680) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.307517+0000 mon.a (mon.0) 1214 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.316433+0000 mon.a (mon.0) 1215 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.320206+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.324475+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.324723+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.325354+0000 mon.a (mon.0) 1216 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.326038+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.328964+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.330271+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.335476+0000 mgr.x (mgr.24680) 5 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.345586+0000 mgr.x (mgr.24680) 6 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:40:17.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.349555+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.353385+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.354595+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.381411+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:16.382320+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:17.064496+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[18564]: audit 2024-03-30T04:40:17.069975+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.381411+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:16.382320+0000 mon.a (mon.0) 1219 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:17.064496+0000 mon.a (mon.0) 1220 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:17.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:17 smithi097 bash[23956]: audit 2024-03-30T04:40:17.069975+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.029 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:40:18.029 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 28s ago 12m - - 2024-03-30T04:40:18.029 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 17s ago 12m - - 2024-03-30T04:40:18.029 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (5m) 28s ago 6m 15.1M - ba2b418f427c 33ad30d4b5df 2024-03-30T04:40:18.029 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (5m) 17s ago 5m 43.5M - 8.3.5 dad864ee21e9 b0847bd4a547 2024-03-30T04:40:18.029 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (3m) 28s ago 3m 41.8M - 3.5 e1d6a67b021e 4f26e83ca3ec 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283 starting - - - - 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:9283 running (13m) 28s ago 13m 455M - 17.2.0 e1d6a67b021e 6d8bf59ebfe9 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (13m) 28s ago 14m 51.0M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (12m) 17s ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (12m) 28s ago 12m 40.8M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (6m) 28s ago 6m 9455k - 1dbe0e931976 f7e0637ff91c 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (6m) 17s ago 6m 9795k - 1dbe0e931976 09327df77775 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (11m) 28s ago 11m 53.9M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (10m) 28s ago 10m 55.7M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (10m) 28s ago 10m 48.0M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (9m) 28s ago 9m 53.8M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (9m) 17s ago 9m 55.4M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (8m) 17s ago 8m 50.7M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:40:18.030 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (7m) 17s ago 7m 49.1M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:40:18.031 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (7m) 17s ago 7m 52.7M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:40:18.031 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (5m) 17s ago 6m 55.5M - 514e6a882f6e 0855f1c5a6bf 2024-03-30T04:40:18.031 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (4m) 28s ago 4m 83.5M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:40:18.031 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (4m) 17s ago 4m 84.0M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:40:18.031 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (4m) 28s ago 4m 83.5M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:40:18.031 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (4m) 17s ago 4m 84.0M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:40:18.474 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:40:18.475 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:40:18.476 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:40:18.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.929088+0000 mgr.x (mgr.24680) 7 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:18.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:16.929250+0000 mgr.x (mgr.24680) 8 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.093603+0000 mgr.x (mgr.24680) 9 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.093761+0000 mgr.x (mgr.24680) 10 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cluster 2024-03-30T04:40:17.205120+0000 mon.a (mon.0) 1222 : cluster [DBG] mgrmap e24: x(active, since 1.21684s), standbys: y 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.239116+0000 mgr.x (mgr.24680) 11 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.239218+0000 mgr.x (mgr.24680) 12 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cluster 2024-03-30T04:40:17.244723+0000 mgr.x (mgr.24680) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.258385+0000 mgr.x (mgr.24680) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.258535+0000 mgr.x (mgr.24680) 15 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.381894+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.388549+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.430455+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.437428+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.445715+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.450837+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.493528+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.501551+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.511751+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.519630+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.520398+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.521249+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:40:18.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.929088+0000 mgr.x (mgr.24680) 7 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:16.929250+0000 mgr.x (mgr.24680) 8 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.093603+0000 mgr.x (mgr.24680) 9 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.093761+0000 mgr.x (mgr.24680) 10 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cluster 2024-03-30T04:40:17.205120+0000 mon.a (mon.0) 1222 : cluster [DBG] mgrmap e24: x(active, since 1.21684s), standbys: y 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.239116+0000 mgr.x (mgr.24680) 11 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.239218+0000 mgr.x (mgr.24680) 12 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cluster 2024-03-30T04:40:17.244723+0000 mgr.x (mgr.24680) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.258385+0000 mgr.x (mgr.24680) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.258535+0000 mgr.x (mgr.24680) 15 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.381894+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.388549+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.430455+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.437428+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.445715+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.450837+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.493528+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.501551+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.511751+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.519630+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.520398+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.521249+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:40:18.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: audit 2024-03-30T04:40:17.631418+0000 mgr.x (mgr.24680) 16 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.780344+0000 mgr.x (mgr.24680) 17 : cephadm [INF] [30/Mar/2024:04:40:17] ENGINE Bus STARTING 2024-03-30T04:40:18.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.862571+0000 mgr.x (mgr.24680) 18 : cephadm [INF] Reconfiguring daemon agent.smithi097 on smithi097 2024-03-30T04:40:18.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: audit 2024-03-30T04:40:17.631418+0000 mgr.x (mgr.24680) 16 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.780344+0000 mgr.x (mgr.24680) 17 : cephadm [INF] [30/Mar/2024:04:40:17] ENGINE Bus STARTING 2024-03-30T04:40:18.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:18 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.862571+0000 mgr.x (mgr.24680) 18 : cephadm [INF] Reconfiguring daemon agent.smithi097 on smithi097 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.929088+0000 mgr.x (mgr.24680) 7 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:16.929250+0000 mgr.x (mgr.24680) 8 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.093603+0000 mgr.x (mgr.24680) 9 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.093761+0000 mgr.x (mgr.24680) 10 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cluster 2024-03-30T04:40:17.205120+0000 mon.a (mon.0) 1222 : cluster [DBG] mgrmap e24: x(active, since 1.21684s), standbys: y 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.239116+0000 mgr.x (mgr.24680) 11 : audit [DBG] from='client.15129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.239218+0000 mgr.x (mgr.24680) 12 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:18.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cluster 2024-03-30T04:40:17.244723+0000 mgr.x (mgr.24680) 13 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.258385+0000 mgr.x (mgr.24680) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.258535+0000 mgr.x (mgr.24680) 15 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.381894+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.388549+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.430455+0000 mon.a (mon.0) 1225 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.437428+0000 mon.a (mon.0) 1226 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.445715+0000 mon.a (mon.0) 1227 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.450837+0000 mon.a (mon.0) 1228 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.493528+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.501551+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.511751+0000 mon.a (mon.0) 1231 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.519630+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:18.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.520398+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:40:18.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.521249+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:40:18.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: audit 2024-03-30T04:40:17.631418+0000 mgr.x (mgr.24680) 16 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:18.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.780344+0000 mgr.x (mgr.24680) 17 : cephadm [INF] [30/Mar/2024:04:40:17] ENGINE Bus STARTING 2024-03-30T04:40:18.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:18 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.862571+0000 mgr.x (mgr.24680) 18 : cephadm [INF] Reconfiguring daemon agent.smithi097 on smithi097 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "", 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "", 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:40:18.846 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:40:19.269 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:40:19.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.911541+0000 mgr.x (mgr.24680) 19 : cephadm [INF] [30/Mar/2024:04:40:17] ENGINE Serving on https://172.21.15.105:7150 2024-03-30T04:40:19.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: cephadm 2024-03-30T04:40:17.932551+0000 mgr.x (mgr.24680) 20 : cephadm [INF] Deploying cephadm binary to smithi097 2024-03-30T04:40:19.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: audit 2024-03-30T04:40:17.989467+0000 mgr.x (mgr.24680) 21 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:19.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: cephadm 2024-03-30T04:40:18.036426+0000 mgr.x (mgr.24680) 22 : cephadm [INF] [30/Mar/2024:04:40:18] ENGINE Serving on http://172.21.15.105:8765 2024-03-30T04:40:19.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: cephadm 2024-03-30T04:40:18.036702+0000 mgr.x (mgr.24680) 23 : cephadm [INF] [30/Mar/2024:04:40:18] ENGINE Bus STARTED 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: cluster 2024-03-30T04:40:18.203410+0000 mgr.x (mgr.24680) 24 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: audit 2024-03-30T04:40:18.481059+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.97:0/1536470708' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: cluster 2024-03-30T04:40:18.528062+0000 mon.a (mon.0) 1234 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[18564]: audit 2024-03-30T04:40:18.849268+0000 mgr.x (mgr.24680) 25 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.911541+0000 mgr.x (mgr.24680) 19 : cephadm [INF] [30/Mar/2024:04:40:17] ENGINE Serving on https://172.21.15.105:7150 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: cephadm 2024-03-30T04:40:17.932551+0000 mgr.x (mgr.24680) 20 : cephadm [INF] Deploying cephadm binary to smithi097 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: audit 2024-03-30T04:40:17.989467+0000 mgr.x (mgr.24680) 21 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: cephadm 2024-03-30T04:40:18.036426+0000 mgr.x (mgr.24680) 22 : cephadm [INF] [30/Mar/2024:04:40:18] ENGINE Serving on http://172.21.15.105:8765 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: cephadm 2024-03-30T04:40:18.036702+0000 mgr.x (mgr.24680) 23 : cephadm [INF] [30/Mar/2024:04:40:18] ENGINE Bus STARTED 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: cluster 2024-03-30T04:40:18.203410+0000 mgr.x (mgr.24680) 24 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: audit 2024-03-30T04:40:18.481059+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.97:0/1536470708' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:19.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: cluster 2024-03-30T04:40:18.528062+0000 mon.a (mon.0) 1234 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-30T04:40:19.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:19 smithi097 bash[23956]: audit 2024-03-30T04:40:18.849268+0000 mgr.x (mgr.24680) 25 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.911541+0000 mgr.x (mgr.24680) 19 : cephadm [INF] [30/Mar/2024:04:40:17] ENGINE Serving on https://172.21.15.105:7150 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: cephadm 2024-03-30T04:40:17.932551+0000 mgr.x (mgr.24680) 20 : cephadm [INF] Deploying cephadm binary to smithi097 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: audit 2024-03-30T04:40:17.989467+0000 mgr.x (mgr.24680) 21 : audit [DBG] from='client.25072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: cephadm 2024-03-30T04:40:18.036426+0000 mgr.x (mgr.24680) 22 : cephadm [INF] [30/Mar/2024:04:40:18] ENGINE Serving on http://172.21.15.105:8765 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: cephadm 2024-03-30T04:40:18.036702+0000 mgr.x (mgr.24680) 23 : cephadm [INF] [30/Mar/2024:04:40:18] ENGINE Bus STARTED 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: cluster 2024-03-30T04:40:18.203410+0000 mgr.x (mgr.24680) 24 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: audit 2024-03-30T04:40:18.481059+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.97:0/1536470708' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: cluster 2024-03-30T04:40:18.528062+0000 mon.a (mon.0) 1234 : cluster [DBG] mgrmap e25: x(active, since 2s), standbys: y 2024-03-30T04:40:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:19 smithi105 bash[18682]: audit 2024-03-30T04:40:18.849268+0000 mgr.x (mgr.24680) 25 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:20.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:20 smithi097 bash[23956]: audit 2024-03-30T04:40:19.276370+0000 mon.a (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.97:0/1704865292' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:20.624 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:20 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:20.397Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:40:20.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:20 smithi097 bash[18564]: audit 2024-03-30T04:40:19.276370+0000 mon.a (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.97:0/1704865292' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:20 smithi105 bash[18682]: audit 2024-03-30T04:40:19.276370+0000 mon.a (mon.0) 1235 : audit [DBG] from='client.? 172.21.15.97:0/1704865292' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:21.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:21 smithi097 bash[23956]: cluster 2024-03-30T04:40:20.204107+0000 mgr.x (mgr.24680) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:21.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:21 smithi097 bash[23956]: cluster 2024-03-30T04:40:20.251185+0000 mon.a (mon.0) 1236 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-30T04:40:21.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:21 smithi097 bash[18564]: cluster 2024-03-30T04:40:20.204107+0000 mgr.x (mgr.24680) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:21.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:21 smithi097 bash[18564]: cluster 2024-03-30T04:40:20.251185+0000 mon.a (mon.0) 1236 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-30T04:40:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:21 smithi105 bash[18682]: cluster 2024-03-30T04:40:20.204107+0000 mgr.x (mgr.24680) 26 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:21 smithi105 bash[18682]: cluster 2024-03-30T04:40:20.251185+0000 mon.a (mon.0) 1236 : cluster [DBG] mgrmap e26: x(active, since 4s), standbys: y 2024-03-30T04:40:22.830 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:22 smithi097 systemd[1]: Stopping Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:22.830 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:22 smithi097 bash[60942]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter.a 2024-03-30T04:40:22.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:22 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:22] "GET /metrics HTTP/1.1" 200 35347 "" "Prometheus/2.33.4" 2024-03-30T04:40:23.374 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[60951]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:40:23.374 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[60985]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter.a 2024-03-30T04:40:23.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18564]: audit 2024-03-30T04:40:22.104764+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18564]: audit 2024-03-30T04:40:22.118743+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18564]: audit 2024-03-30T04:40:22.131592+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18564]: cephadm 2024-03-30T04:40:22.157541+0000 mgr.x (mgr.24680) 27 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18564]: cephadm 2024-03-30T04:40:22.158433+0000 mgr.x (mgr.24680) 28 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi097 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18564]: cluster 2024-03-30T04:40:22.205509+0000 mgr.x (mgr.24680) 29 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 24 op/s 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[23956]: audit 2024-03-30T04:40:22.104764+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[23956]: audit 2024-03-30T04:40:22.118743+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[23956]: audit 2024-03-30T04:40:22.131592+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[23956]: cephadm 2024-03-30T04:40:22.157541+0000 mgr.x (mgr.24680) 27 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[23956]: cephadm 2024-03-30T04:40:22.158433+0000 mgr.x (mgr.24680) 28 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi097 2024-03-30T04:40:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[23956]: cluster 2024-03-30T04:40:22.205509+0000 mgr.x (mgr.24680) 29 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 24 op/s 2024-03-30T04:40:23.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:23 smithi105 bash[18682]: audit 2024-03-30T04:40:22.104764+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:23 smithi105 bash[18682]: audit 2024-03-30T04:40:22.118743+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:23 smithi105 bash[18682]: audit 2024-03-30T04:40:22.131592+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:23.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:23 smithi105 bash[18682]: cephadm 2024-03-30T04:40:22.157541+0000 mgr.x (mgr.24680) 27 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-03-30T04:40:23.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:23 smithi105 bash[18682]: cephadm 2024-03-30T04:40:22.158433+0000 mgr.x (mgr.24680) 28 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi097 2024-03-30T04:40:23.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:23 smithi105 bash[18682]: cluster 2024-03-30T04:40:22.205509+0000 mgr.x (mgr.24680) 29 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 24 op/s 2024-03-30T04:40:23.830 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:23.830 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[46331]: level=error ts=2024-03-30T04:40:23.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:40:23.830 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:23.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.105:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.105 because it doesn't contain any IP SANs" 2024-03-30T04:40:23.830 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:23 smithi097 bash[46331]: level=warn ts=2024-03-30T04:40:23.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.97:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.97 because it doesn't contain any IP SANs" 2024-03-30T04:40:23.831 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:23 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:40:23.831 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:23 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:40:23.831 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:23 smithi097 systemd[1]: Stopped Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:23.831 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:23 smithi097 systemd[1]: Started Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:24.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[23956]: audit 2024-03-30T04:40:23.578524+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:24.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[23956]: audit 2024-03-30T04:40:23.592844+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:24.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[23956]: cephadm 2024-03-30T04:40:23.629061+0000 mgr.x (mgr.24680) 30 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:40:24.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[18564]: audit 2024-03-30T04:40:23.578524+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:24.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[18564]: audit 2024-03-30T04:40:23.592844+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:24.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[18564]: cephadm 2024-03-30T04:40:23.629061+0000 mgr.x (mgr.24680) 30 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:40:24.875 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.593Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.593Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.593Z 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/.+)($|/) 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.593Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:40:24.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:40:24.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:40:24.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.594Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:40:24.879 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:40:24.880 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:40:24.880 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:40:24.880 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:40:24.880 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:40:24.880 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:40:24 smithi097 bash[61015]: ts=2024-03-30T04:40:24.595Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:40:24.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:24 smithi105 bash[18682]: audit 2024-03-30T04:40:23.578524+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:24.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:24 smithi105 bash[18682]: audit 2024-03-30T04:40:23.592844+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:24.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:24 smithi105 bash[18682]: cephadm 2024-03-30T04:40:23.629061+0000 mgr.x (mgr.24680) 30 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-03-30T04:40:25.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:25 smithi097 bash[18564]: cephadm 2024-03-30T04:40:23.983651+0000 mgr.x (mgr.24680) 31 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi097 2024-03-30T04:40:25.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:25 smithi097 bash[18564]: cluster 2024-03-30T04:40:24.206583+0000 mgr.x (mgr.24680) 32 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:40:25.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:25 smithi097 bash[23956]: cephadm 2024-03-30T04:40:23.983651+0000 mgr.x (mgr.24680) 31 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi097 2024-03-30T04:40:25.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:25 smithi097 bash[23956]: cluster 2024-03-30T04:40:24.206583+0000 mgr.x (mgr.24680) 32 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:40:25.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:25 smithi105 bash[18682]: cephadm 2024-03-30T04:40:23.983651+0000 mgr.x (mgr.24680) 31 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi097 2024-03-30T04:40:25.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:25 smithi105 bash[18682]: cluster 2024-03-30T04:40:24.206583+0000 mgr.x (mgr.24680) 32 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:40:28.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:27 smithi097 bash[18564]: cluster 2024-03-30T04:40:26.207303+0000 mgr.x (mgr.24680) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:40:28.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:27 smithi097 bash[23956]: cluster 2024-03-30T04:40:26.207303+0000 mgr.x (mgr.24680) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:40:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:27 smithi105 bash[18682]: cluster 2024-03-30T04:40:26.207303+0000 mgr.x (mgr.24680) 33 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-03-30T04:40:29.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:28 smithi097 bash[18564]: audit 2024-03-30T04:40:27.241273+0000 mgr.x (mgr.24680) 34 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:29.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:28 smithi097 bash[23956]: audit 2024-03-30T04:40:27.241273+0000 mgr.x (mgr.24680) 34 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:28 smithi105 bash[18682]: audit 2024-03-30T04:40:27.241273+0000 mgr.x (mgr.24680) 34 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:29.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:29 smithi097 bash[18564]: cluster 2024-03-30T04:40:28.209021+0000 mgr.x (mgr.24680) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-30T04:40:29.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:29 smithi097 bash[23956]: cluster 2024-03-30T04:40:28.209021+0000 mgr.x (mgr.24680) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-30T04:40:29.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:29 smithi105 bash[18682]: cluster 2024-03-30T04:40:28.209021+0000 mgr.x (mgr.24680) 35 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-30T04:40:32.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:31 smithi097 bash[18564]: cluster 2024-03-30T04:40:30.209832+0000 mgr.x (mgr.24680) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:40:32.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:31 smithi097 bash[18564]: audit 2024-03-30T04:40:31.350060+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:32.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:31 smithi097 bash[23956]: cluster 2024-03-30T04:40:30.209832+0000 mgr.x (mgr.24680) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:40:32.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:31 smithi097 bash[23956]: audit 2024-03-30T04:40:31.350060+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:32.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:31 smithi105 bash[18682]: cluster 2024-03-30T04:40:30.209832+0000 mgr.x (mgr.24680) 36 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:40:32.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:31 smithi105 bash[18682]: audit 2024-03-30T04:40:31.350060+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:32.541 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:32 smithi097 systemd[1]: Stopping Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:32.541 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:32 smithi097 bash[61714]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:40:32.541 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:32 smithi097 bash[46331]: level=info ts=2024-03-30T04:40:32.372Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:40:32.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:32 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:32] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.33.4" 2024-03-30T04:40:33.115 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:32 smithi097 bash[61723]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:40:33.115 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:32 smithi097 bash[61757]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager.a 2024-03-30T04:40:33.115 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:33 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:40:33.115 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:33 smithi097 systemd[1]: Stopped Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:33.115 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:33 smithi097 systemd[1]: Started Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:34.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:34.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18564]: cluster 2024-03-30T04:40:32.211063+0000 mgr.x (mgr.24680) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18564]: audit 2024-03-30T04:40:33.127881+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18564]: audit 2024-03-30T04:40:33.142405+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18564]: audit 2024-03-30T04:40:33.171066+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18564]: audit 2024-03-30T04:40:33.172121+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[18564]: audit 2024-03-30T04:40:33.184771+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[23956]: cluster 2024-03-30T04:40:32.211063+0000 mgr.x (mgr.24680) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[23956]: audit 2024-03-30T04:40:33.127881+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[23956]: audit 2024-03-30T04:40:33.142405+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[23956]: audit 2024-03-30T04:40:33.171066+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[23956]: audit 2024-03-30T04:40:33.172121+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:33 smithi097 bash[23956]: audit 2024-03-30T04:40:33.184771+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:33 smithi105 bash[18682]: cluster 2024-03-30T04:40:32.211063+0000 mgr.x (mgr.24680) 37 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-30T04:40:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:33 smithi105 bash[18682]: audit 2024-03-30T04:40:33.127881+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:33 smithi105 bash[18682]: audit 2024-03-30T04:40:33.142405+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:33 smithi105 bash[18682]: audit 2024-03-30T04:40:33.171066+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:33 smithi105 bash[18682]: audit 2024-03-30T04:40:33.172121+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:40:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:33 smithi105 bash[18682]: audit 2024-03-30T04:40:33.184771+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:40:34.624 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.259Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-03-30T04:40:34.624 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.259Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-03-30T04:40:34.624 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.261Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.97 port=9094 2024-03-30T04:40:34.624 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.262Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:40:34.624 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.295Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:40:34.625 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.295Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:40:34.625 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.298Z caller=main.go:518 msg=Listening address=:9093 2024-03-30T04:40:34.625 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:34.298Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-03-30T04:40:35.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[18564]: cephadm 2024-03-30T04:40:33.170218+0000 mgr.x (mgr.24680) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi097.dwmydq (dependencies changed)... 2024-03-30T04:40:35.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[18564]: cephadm 2024-03-30T04:40:33.187002+0000 mgr.x (mgr.24680) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:40:35.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[23956]: cephadm 2024-03-30T04:40:33.170218+0000 mgr.x (mgr.24680) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi097.dwmydq (dependencies changed)... 2024-03-30T04:40:35.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:34 smithi097 bash[23956]: cephadm 2024-03-30T04:40:33.187002+0000 mgr.x (mgr.24680) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:40:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:34 smithi105 bash[18682]: cephadm 2024-03-30T04:40:33.170218+0000 mgr.x (mgr.24680) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi097.dwmydq (dependencies changed)... 2024-03-30T04:40:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:34 smithi105 bash[18682]: cephadm 2024-03-30T04:40:33.187002+0000 mgr.x (mgr.24680) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:40:36.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:35 smithi097 bash[18564]: cluster 2024-03-30T04:40:34.212042+0000 mgr.x (mgr.24680) 40 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:36.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:35 smithi097 bash[23956]: cluster 2024-03-30T04:40:34.212042+0000 mgr.x (mgr.24680) 40 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:36.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:35 smithi105 bash[18682]: cluster 2024-03-30T04:40:34.212042+0000 mgr.x (mgr.24680) 40 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:36.515 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:36 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:36.262Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000116424s 2024-03-30T04:40:38.013 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:37 smithi097 bash[23956]: cluster 2024-03-30T04:40:36.212709+0000 mgr.x (mgr.24680) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:38.013 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:37 smithi097 bash[18564]: cluster 2024-03-30T04:40:36.212709+0000 mgr.x (mgr.24680) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:38.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:37 smithi105 bash[18682]: cluster 2024-03-30T04:40:36.212709+0000 mgr.x (mgr.24680) 41 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:39.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[18564]: audit 2024-03-30T04:40:37.250244+0000 mgr.x (mgr.24680) 42 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:39.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[18564]: audit 2024-03-30T04:40:38.589015+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:39.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[18564]: audit 2024-03-30T04:40:38.601347+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:39.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[18564]: audit 2024-03-30T04:40:38.615688+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:40:39.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[18564]: audit 2024-03-30T04:40:38.616462+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:40:39.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[23956]: audit 2024-03-30T04:40:37.250244+0000 mgr.x (mgr.24680) 42 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:39.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[23956]: audit 2024-03-30T04:40:38.589015+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:39.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[23956]: audit 2024-03-30T04:40:38.601347+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:39.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[23956]: audit 2024-03-30T04:40:38.615688+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:40:39.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:38 smithi097 bash[23956]: audit 2024-03-30T04:40:38.616462+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:40:39.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:38 smithi105 bash[18682]: audit 2024-03-30T04:40:37.250244+0000 mgr.x (mgr.24680) 42 : audit [DBG] from='client.24787 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:39.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:38 smithi105 bash[18682]: audit 2024-03-30T04:40:38.589015+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:39.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:38 smithi105 bash[18682]: audit 2024-03-30T04:40:38.601347+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:39.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:38 smithi105 bash[18682]: audit 2024-03-30T04:40:38.615688+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:40:39.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:38 smithi105 bash[18682]: audit 2024-03-30T04:40:38.616462+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:40:40.065 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:39 smithi097 bash[23956]: cluster 2024-03-30T04:40:38.214335+0000 mgr.x (mgr.24680) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:40.065 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:39 smithi097 bash[18564]: cluster 2024-03-30T04:40:38.214335+0000 mgr.x (mgr.24680) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:40.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:39 smithi105 bash[18682]: cluster 2024-03-30T04:40:38.214335+0000 mgr.x (mgr.24680) 43 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:41.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[18564]: cephadm 2024-03-30T04:40:39.631979+0000 mgr.x (mgr.24680) 44 : cephadm [INF] Reconfiguring daemon agent.smithi105 on smithi105 2024-03-30T04:40:41.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[18564]: cephadm 2024-03-30T04:40:39.728362+0000 mgr.x (mgr.24680) 45 : cephadm [INF] Deploying cephadm binary to smithi105 2024-03-30T04:40:41.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[18564]: audit 2024-03-30T04:40:40.406887+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.97:0/1883346821' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:41.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[18564]: audit 2024-03-30T04:40:40.750312+0000 mon.a (mon.0) 1248 : audit [INF] from='client.? 172.21.15.97:0/1030649926' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2274253439"}]: dispatch 2024-03-30T04:40:41.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[23956]: cephadm 2024-03-30T04:40:39.631979+0000 mgr.x (mgr.24680) 44 : cephadm [INF] Reconfiguring daemon agent.smithi105 on smithi105 2024-03-30T04:40:41.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[23956]: cephadm 2024-03-30T04:40:39.728362+0000 mgr.x (mgr.24680) 45 : cephadm [INF] Deploying cephadm binary to smithi105 2024-03-30T04:40:41.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[23956]: audit 2024-03-30T04:40:40.406887+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.97:0/1883346821' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:41.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:40 smithi097 bash[23956]: audit 2024-03-30T04:40:40.750312+0000 mon.a (mon.0) 1248 : audit [INF] from='client.? 172.21.15.97:0/1030649926' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2274253439"}]: dispatch 2024-03-30T04:40:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:40 smithi105 bash[18682]: cephadm 2024-03-30T04:40:39.631979+0000 mgr.x (mgr.24680) 44 : cephadm [INF] Reconfiguring daemon agent.smithi105 on smithi105 2024-03-30T04:40:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:40 smithi105 bash[18682]: cephadm 2024-03-30T04:40:39.728362+0000 mgr.x (mgr.24680) 45 : cephadm [INF] Deploying cephadm binary to smithi105 2024-03-30T04:40:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:40 smithi105 bash[18682]: audit 2024-03-30T04:40:40.406887+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.97:0/1883346821' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:40:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:40 smithi105 bash[18682]: audit 2024-03-30T04:40:40.750312+0000 mon.a (mon.0) 1248 : audit [INF] from='client.? 172.21.15.97:0/1030649926' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2274253439"}]: dispatch 2024-03-30T04:40:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[23956]: cluster 2024-03-30T04:40:40.214807+0000 mgr.x (mgr.24680) 46 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[23956]: audit 2024-03-30T04:40:40.836403+0000 mon.a (mon.0) 1249 : audit [INF] from='client.? 172.21.15.97:0/1030649926' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2274253439"}]': finished 2024-03-30T04:40:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[23956]: cluster 2024-03-30T04:40:40.836749+0000 mon.a (mon.0) 1250 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:40:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[23956]: audit 2024-03-30T04:40:41.172895+0000 mon.a (mon.0) 1251 : audit [INF] from='client.? 172.21.15.97:0/1344959045' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3322530154"}]: dispatch 2024-03-30T04:40:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[18564]: cluster 2024-03-30T04:40:40.214807+0000 mgr.x (mgr.24680) 46 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[18564]: audit 2024-03-30T04:40:40.836403+0000 mon.a (mon.0) 1249 : audit [INF] from='client.? 172.21.15.97:0/1030649926' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2274253439"}]': finished 2024-03-30T04:40:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[18564]: cluster 2024-03-30T04:40:40.836749+0000 mon.a (mon.0) 1250 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:40:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:41 smithi097 bash[18564]: audit 2024-03-30T04:40:41.172895+0000 mon.a (mon.0) 1251 : audit [INF] from='client.? 172.21.15.97:0/1344959045' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3322530154"}]: dispatch 2024-03-30T04:40:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:41 smithi105 bash[18682]: cluster 2024-03-30T04:40:40.214807+0000 mgr.x (mgr.24680) 46 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:40:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:41 smithi105 bash[18682]: audit 2024-03-30T04:40:40.836403+0000 mon.a (mon.0) 1249 : audit [INF] from='client.? 172.21.15.97:0/1030649926' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/2274253439"}]': finished 2024-03-30T04:40:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:41 smithi105 bash[18682]: cluster 2024-03-30T04:40:40.836749+0000 mon.a (mon.0) 1250 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-03-30T04:40:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:41 smithi105 bash[18682]: audit 2024-03-30T04:40:41.172895+0000 mon.a (mon.0) 1251 : audit [INF] from='client.? 172.21.15.97:0/1344959045' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3322530154"}]: dispatch 2024-03-30T04:40:42.705 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:42 smithi105 bash[39218]: ts=2024-03-30T04:40:42.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.97:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.105:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:42.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:42 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:42] "GET /metrics HTTP/1.1" 200 38158 "" "Prometheus/2.33.4" 2024-03-30T04:40:42.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:42 smithi105 bash[18682]: audit 2024-03-30T04:40:41.836635+0000 mon.a (mon.0) 1252 : audit [INF] from='client.? 172.21.15.97:0/1344959045' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3322530154"}]': finished 2024-03-30T04:40:42.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:42 smithi105 bash[18682]: cluster 2024-03-30T04:40:41.837089+0000 mon.a (mon.0) 1253 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:40:42.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:42 smithi105 bash[18682]: audit 2024-03-30T04:40:42.193563+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.97:0/974517076' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]: dispatch 2024-03-30T04:40:42.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:42 smithi105 bash[18682]: audit 2024-03-30T04:40:42.194378+0000 mon.a (mon.0) 1254 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]: dispatch 2024-03-30T04:40:43.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[18564]: audit 2024-03-30T04:40:41.836635+0000 mon.a (mon.0) 1252 : audit [INF] from='client.? 172.21.15.97:0/1344959045' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3322530154"}]': finished 2024-03-30T04:40:43.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[18564]: cluster 2024-03-30T04:40:41.837089+0000 mon.a (mon.0) 1253 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:40:43.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[18564]: audit 2024-03-30T04:40:42.193563+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.97:0/974517076' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]: dispatch 2024-03-30T04:40:43.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[18564]: audit 2024-03-30T04:40:42.194378+0000 mon.a (mon.0) 1254 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]: dispatch 2024-03-30T04:40:43.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[23956]: audit 2024-03-30T04:40:41.836635+0000 mon.a (mon.0) 1252 : audit [INF] from='client.? 172.21.15.97:0/1344959045' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3322530154"}]': finished 2024-03-30T04:40:43.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[23956]: cluster 2024-03-30T04:40:41.837089+0000 mon.a (mon.0) 1253 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-03-30T04:40:43.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[23956]: audit 2024-03-30T04:40:42.193563+0000 mon.c (mon.1) 38 : audit [INF] from='client.? 172.21.15.97:0/974517076' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]: dispatch 2024-03-30T04:40:43.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:42 smithi097 bash[23956]: audit 2024-03-30T04:40:42.194378+0000 mon.a (mon.0) 1254 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]: dispatch 2024-03-30T04:40:43.927 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:43.927 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[18564]: cluster 2024-03-30T04:40:42.216157+0000 mgr.x (mgr.24680) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:43.927 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[18564]: audit 2024-03-30T04:40:42.854211+0000 mon.a (mon.0) 1255 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]': finished 2024-03-30T04:40:43.927 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[18564]: cluster 2024-03-30T04:40:42.854298+0000 mon.a (mon.0) 1256 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:40:43.927 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[18564]: audit 2024-03-30T04:40:43.205775+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.97:0/1944907431' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]: dispatch 2024-03-30T04:40:43.927 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[18564]: audit 2024-03-30T04:40:43.206387+0000 mon.a (mon.0) 1257 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]: dispatch 2024-03-30T04:40:43.928 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[23956]: cluster 2024-03-30T04:40:42.216157+0000 mgr.x (mgr.24680) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:43.928 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[23956]: audit 2024-03-30T04:40:42.854211+0000 mon.a (mon.0) 1255 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]': finished 2024-03-30T04:40:43.928 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[23956]: cluster 2024-03-30T04:40:42.854298+0000 mon.a (mon.0) 1256 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:40:43.928 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[23956]: audit 2024-03-30T04:40:43.205775+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.97:0/1944907431' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]: dispatch 2024-03-30T04:40:43.928 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:43 smithi097 bash[23956]: audit 2024-03-30T04:40:43.206387+0000 mon.a (mon.0) 1257 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]: dispatch 2024-03-30T04:40:44.123 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:43 smithi105 bash[18682]: cluster 2024-03-30T04:40:42.216157+0000 mgr.x (mgr.24680) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:44.123 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:43 smithi105 bash[18682]: audit 2024-03-30T04:40:42.854211+0000 mon.a (mon.0) 1255 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3302122078"}]': finished 2024-03-30T04:40:44.123 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:43 smithi105 bash[18682]: cluster 2024-03-30T04:40:42.854298+0000 mon.a (mon.0) 1256 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-03-30T04:40:44.123 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:43 smithi105 bash[18682]: audit 2024-03-30T04:40:43.205775+0000 mon.c (mon.1) 39 : audit [INF] from='client.? 172.21.15.97:0/1944907431' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]: dispatch 2024-03-30T04:40:44.124 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:43 smithi105 bash[18682]: audit 2024-03-30T04:40:43.206387+0000 mon.a (mon.0) 1257 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]: dispatch 2024-03-30T04:40:44.616 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[61792]: level=info ts=2024-03-30T04:40:44.265Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002827636s 2024-03-30T04:40:44.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: audit 2024-03-30T04:40:43.855011+0000 mon.a (mon.0) 1258 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]': finished 2024-03-30T04:40:44.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: cluster 2024-03-30T04:40:43.855198+0000 mon.a (mon.0) 1259 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:40:44.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: audit 2024-03-30T04:40:44.200917+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.97:0/3075383093' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]: dispatch 2024-03-30T04:40:44.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: audit 2024-03-30T04:40:44.201789+0000 mon.a (mon.0) 1260 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]: dispatch 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: audit 2024-03-30T04:40:44.244146+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: audit 2024-03-30T04:40:44.256936+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[18564]: audit 2024-03-30T04:40:44.267671+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: audit 2024-03-30T04:40:43.855011+0000 mon.a (mon.0) 1258 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]': finished 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: cluster 2024-03-30T04:40:43.855198+0000 mon.a (mon.0) 1259 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: audit 2024-03-30T04:40:44.200917+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.97:0/3075383093' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]: dispatch 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: audit 2024-03-30T04:40:44.201789+0000 mon.a (mon.0) 1260 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]: dispatch 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: audit 2024-03-30T04:40:44.244146+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: audit 2024-03-30T04:40:44.256936+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:44.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:44 smithi097 bash[23956]: audit 2024-03-30T04:40:44.267671+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: audit 2024-03-30T04:40:43.855011+0000 mon.a (mon.0) 1258 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/1369162070"}]': finished 2024-03-30T04:40:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: cluster 2024-03-30T04:40:43.855198+0000 mon.a (mon.0) 1259 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-03-30T04:40:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: audit 2024-03-30T04:40:44.200917+0000 mon.c (mon.1) 40 : audit [INF] from='client.? 172.21.15.97:0/3075383093' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]: dispatch 2024-03-30T04:40:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: audit 2024-03-30T04:40:44.201789+0000 mon.a (mon.0) 1260 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]: dispatch 2024-03-30T04:40:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: audit 2024-03-30T04:40:44.244146+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: audit 2024-03-30T04:40:44.256936+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:44 smithi105 bash[18682]: audit 2024-03-30T04:40:44.267671+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: cluster 2024-03-30T04:40:44.216568+0000 mgr.x (mgr.24680) 48 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: cephadm 2024-03-30T04:40:44.303180+0000 mgr.x (mgr.24680) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: cephadm 2024-03-30T04:40:44.547421+0000 mgr.x (mgr.24680) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: audit 2024-03-30T04:40:44.872523+0000 mon.a (mon.0) 1264 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]': finished 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: cluster 2024-03-30T04:40:44.872717+0000 mon.a (mon.0) 1265 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: audit 2024-03-30T04:40:45.226376+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.97:0/520311134' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]: dispatch 2024-03-30T04:40:46.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[18564]: audit 2024-03-30T04:40:45.226853+0000 mon.a (mon.0) 1266 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]: dispatch 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: cluster 2024-03-30T04:40:44.216568+0000 mgr.x (mgr.24680) 48 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: cephadm 2024-03-30T04:40:44.303180+0000 mgr.x (mgr.24680) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: cephadm 2024-03-30T04:40:44.547421+0000 mgr.x (mgr.24680) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: audit 2024-03-30T04:40:44.872523+0000 mon.a (mon.0) 1264 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]': finished 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: cluster 2024-03-30T04:40:44.872717+0000 mon.a (mon.0) 1265 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: audit 2024-03-30T04:40:45.226376+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.97:0/520311134' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]: dispatch 2024-03-30T04:40:46.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:45 smithi097 bash[23956]: audit 2024-03-30T04:40:45.226853+0000 mon.a (mon.0) 1266 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]: dispatch 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: cluster 2024-03-30T04:40:44.216568+0000 mgr.x (mgr.24680) 48 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: cephadm 2024-03-30T04:40:44.303180+0000 mgr.x (mgr.24680) 49 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: cephadm 2024-03-30T04:40:44.547421+0000 mgr.x (mgr.24680) 50 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: audit 2024-03-30T04:40:44.872523+0000 mon.a (mon.0) 1264 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/1369162070"}]': finished 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: cluster 2024-03-30T04:40:44.872717+0000 mon.a (mon.0) 1265 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: audit 2024-03-30T04:40:45.226376+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.97:0/520311134' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]: dispatch 2024-03-30T04:40:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:45 smithi105 bash[18682]: audit 2024-03-30T04:40:45.226853+0000 mon.a (mon.0) 1266 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]: dispatch 2024-03-30T04:40:47.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:46 smithi105 bash[18682]: audit 2024-03-30T04:40:45.885820+0000 mon.a (mon.0) 1267 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]': finished 2024-03-30T04:40:47.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:46 smithi105 bash[18682]: cluster 2024-03-30T04:40:45.885962+0000 mon.a (mon.0) 1268 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:40:47.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:46 smithi105 bash[18682]: cluster 2024-03-30T04:40:46.217007+0000 mgr.x (mgr.24680) 51 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:47.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:46 smithi105 bash[18682]: audit 2024-03-30T04:40:46.243836+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.97:0/4228170475' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]: dispatch 2024-03-30T04:40:47.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:46 smithi105 bash[18682]: audit 2024-03-30T04:40:46.244259+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]: dispatch 2024-03-30T04:40:47.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:46 smithi105 bash[18682]: audit 2024-03-30T04:40:46.350281+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:47.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[18564]: audit 2024-03-30T04:40:45.885820+0000 mon.a (mon.0) 1267 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]': finished 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[18564]: cluster 2024-03-30T04:40:45.885962+0000 mon.a (mon.0) 1268 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[18564]: cluster 2024-03-30T04:40:46.217007+0000 mgr.x (mgr.24680) 51 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[18564]: audit 2024-03-30T04:40:46.243836+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.97:0/4228170475' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]: dispatch 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[18564]: audit 2024-03-30T04:40:46.244259+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]: dispatch 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[18564]: audit 2024-03-30T04:40:46.350281+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[23956]: audit 2024-03-30T04:40:45.885820+0000 mon.a (mon.0) 1267 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3416913745"}]': finished 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[23956]: cluster 2024-03-30T04:40:45.885962+0000 mon.a (mon.0) 1268 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[23956]: cluster 2024-03-30T04:40:46.217007+0000 mgr.x (mgr.24680) 51 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[23956]: audit 2024-03-30T04:40:46.243836+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.97:0/4228170475' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]: dispatch 2024-03-30T04:40:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[23956]: audit 2024-03-30T04:40:46.244259+0000 mon.a (mon.0) 1269 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]: dispatch 2024-03-30T04:40:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:46 smithi097 bash[23956]: audit 2024-03-30T04:40:46.350281+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:40:48.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:47 smithi097 bash[23956]: audit 2024-03-30T04:40:46.912887+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]': finished 2024-03-30T04:40:48.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:47 smithi097 bash[23956]: cluster 2024-03-30T04:40:46.913150+0000 mon.a (mon.0) 1271 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:40:48.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:47 smithi097 bash[18564]: audit 2024-03-30T04:40:46.912887+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]': finished 2024-03-30T04:40:48.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:47 smithi097 bash[18564]: cluster 2024-03-30T04:40:46.913150+0000 mon.a (mon.0) 1271 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:40:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:47 smithi105 bash[18682]: audit 2024-03-30T04:40:46.912887+0000 mon.a (mon.0) 1270 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1015559467"}]': finished 2024-03-30T04:40:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:47 smithi105 bash[18682]: cluster 2024-03-30T04:40:46.913150+0000 mon.a (mon.0) 1271 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-03-30T04:40:49.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:48 smithi105 bash[18682]: cluster 2024-03-30T04:40:48.218169+0000 mgr.x (mgr.24680) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:49.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:48 smithi097 bash[23956]: cluster 2024-03-30T04:40:48.218169+0000 mgr.x (mgr.24680) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:48 smithi097 bash[18564]: cluster 2024-03-30T04:40:48.218169+0000 mgr.x (mgr.24680) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:40:49.658 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:40:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:49 smithi105 bash[18682]: audit 2024-03-30T04:40:49.650513+0000 mgr.x (mgr.24680) 53 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:50.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:49 smithi097 bash[18564]: audit 2024-03-30T04:40:49.650513+0000 mgr.x (mgr.24680) 53 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:50.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:49 smithi097 bash[23956]: audit 2024-03-30T04:40:49.650513+0000 mgr.x (mgr.24680) 53 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:50.388 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:40:50.388 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 starting - - - - 2024-03-30T04:40:50.388 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 starting - - - - 2024-03-30T04:40:50.388 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 starting - - - - 2024-03-30T04:40:50.388 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (6m) 49s ago 6m 43.5M - 8.3.5 dad864ee21e9 b0847bd4a547 2024-03-30T04:40:50.388 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 starting - - - - 2024-03-30T04:40:50.389 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283 starting - - - - 2024-03-30T04:40:50.389 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:9283 running (14m) 60s ago 14m 455M - 17.2.0 e1d6a67b021e 6d8bf59ebfe9 2024-03-30T04:40:50.389 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (14m) 60s ago 14m 51.0M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:40:50.389 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (12m) 49s ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:40:50.389 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (12m) 60s ago 12m 40.8M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:40:50.389 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 starting - - - - 2024-03-30T04:40:50.390 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (6m) 49s ago 6m 9795k - 1dbe0e931976 09327df77775 2024-03-30T04:40:50.390 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (11m) 60s ago 12m 53.9M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:40:50.390 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (11m) 60s ago 11m 55.7M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:40:50.390 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (10m) 60s ago 10m 48.0M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:40:50.390 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (10m) 60s ago 10m 53.8M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:40:50.390 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (9m) 49s ago 9m 55.4M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:40:50.391 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (9m) 49s ago 9m 50.7M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:40:50.391 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (8m) 49s ago 8m 49.1M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:40:50.391 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (7m) 49s ago 7m 52.7M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:40:50.391 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (5m) 49s ago 7m 55.5M - 514e6a882f6e 0855f1c5a6bf 2024-03-30T04:40:50.391 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (4m) 60s ago 4m 83.5M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:40:50.392 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (4m) 49s ago 4m 84.0M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:40:50.392 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (4m) 60s ago 4m 83.5M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:40:50.392 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (4m) 49s ago 4m 84.0M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:40:50.818 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:40:50.819 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "", 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "", 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:40:51.163 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:40:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:50 smithi105 bash[18682]: audit 2024-03-30T04:40:50.017616+0000 mgr.x (mgr.24680) 54 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:50 smithi105 bash[18682]: audit 2024-03-30T04:40:50.082547+0000 mgr.x (mgr.24680) 55 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:50 smithi105 bash[18682]: cluster 2024-03-30T04:40:50.218612+0000 mgr.x (mgr.24680) 56 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:40:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:50 smithi105 bash[18682]: audit 2024-03-30T04:40:50.375316+0000 mgr.x (mgr.24680) 57 : audit [DBG] from='client.25177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:50 smithi105 bash[18682]: audit 2024-03-30T04:40:50.824145+0000 mon.a (mon.0) 1272 : audit [DBG] from='client.? 172.21.15.97:0/477320246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:51.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[18564]: audit 2024-03-30T04:40:50.017616+0000 mgr.x (mgr.24680) 54 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:51.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[18564]: audit 2024-03-30T04:40:50.082547+0000 mgr.x (mgr.24680) 55 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:51.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[18564]: cluster 2024-03-30T04:40:50.218612+0000 mgr.x (mgr.24680) 56 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:40:51.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[18564]: audit 2024-03-30T04:40:50.375316+0000 mgr.x (mgr.24680) 57 : audit [DBG] from='client.25177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:51.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[18564]: audit 2024-03-30T04:40:50.824145+0000 mon.a (mon.0) 1272 : audit [DBG] from='client.? 172.21.15.97:0/477320246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:51.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[23956]: audit 2024-03-30T04:40:50.017616+0000 mgr.x (mgr.24680) 54 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:51.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[23956]: audit 2024-03-30T04:40:50.082547+0000 mgr.x (mgr.24680) 55 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:40:51.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[23956]: cluster 2024-03-30T04:40:50.218612+0000 mgr.x (mgr.24680) 56 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:40:51.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[23956]: audit 2024-03-30T04:40:50.375316+0000 mgr.x (mgr.24680) 57 : audit [DBG] from='client.25177 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:51.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:50 smithi097 bash[23956]: audit 2024-03-30T04:40:50.824145+0000 mon.a (mon.0) 1272 : audit [DBG] from='client.? 172.21.15.97:0/477320246' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:40:51.590 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:40:52.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:51 smithi105 bash[18682]: audit 2024-03-30T04:40:51.168752+0000 mgr.x (mgr.24680) 58 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:52.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:51 smithi105 bash[18682]: audit 2024-03-30T04:40:51.597091+0000 mon.a (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.97:0/3359839924' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:52.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:51 smithi097 bash[23956]: audit 2024-03-30T04:40:51.168752+0000 mgr.x (mgr.24680) 58 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:52.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:51 smithi097 bash[23956]: audit 2024-03-30T04:40:51.597091+0000 mon.a (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.97:0/3359839924' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:52.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:51 smithi097 bash[18564]: audit 2024-03-30T04:40:51.168752+0000 mgr.x (mgr.24680) 58 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:40:52.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:51 smithi097 bash[18564]: audit 2024-03-30T04:40:51.597091+0000 mon.a (mon.0) 1273 : audit [DBG] from='client.? 172.21.15.97:0/3359839924' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:40:52.687 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:52 smithi105 bash[39218]: ts=2024-03-30T04:40:52.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.97:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.105:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:40:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:52 smithi105 bash[18682]: cluster 2024-03-30T04:40:52.219997+0000 mgr.x (mgr.24680) 59 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:40:52.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:40:52 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:52] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2024-03-30T04:40:53.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:52 smithi097 bash[18564]: cluster 2024-03-30T04:40:52.219997+0000 mgr.x (mgr.24680) 59 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:40:53.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:52 smithi097 bash[23956]: cluster 2024-03-30T04:40:52.219997+0000 mgr.x (mgr.24680) 59 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:40:54.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:40:53 smithi097 bash[18818]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:40:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:40:55.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:55 smithi105 bash[18682]: cluster 2024-03-30T04:40:54.221299+0000 mgr.x (mgr.24680) 60 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:55.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:55 smithi097 bash[18564]: cluster 2024-03-30T04:40:54.221299+0000 mgr.x (mgr.24680) 60 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:55.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:55 smithi097 bash[23956]: cluster 2024-03-30T04:40:54.221299+0000 mgr.x (mgr.24680) 60 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:40:57.249 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:56 smithi105 systemd[1]: Stopping Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:40:57.249 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:56 smithi105 bash[48914]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.081Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.081Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.081Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.081Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.081Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.081Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.082Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.082Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.082Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:40:57.250 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.082Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:40:57.251 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.082Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:40:57.251 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[39218]: ts=2024-03-30T04:40:57.082Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:40:57.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[18682]: cluster 2024-03-30T04:40:56.221783+0000 mgr.x (mgr.24680) 61 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:40:57.804 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[48923]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:40:57.805 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 bash[48959]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:40:57.805 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:40:57.805 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 systemd[1]: Stopped Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:57.805 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:57 smithi105 systemd[1]: Started Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:40:58.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:57 smithi097 bash[18564]: cluster 2024-03-30T04:40:56.221783+0000 mgr.x (mgr.24680) 61 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:40:58.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:57 smithi097 bash[23956]: cluster 2024-03-30T04:40:56.221783+0000 mgr.x (mgr.24680) 61 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:40:59.092 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:58 smithi105 bash[18682]: audit 2024-03-30T04:40:57.810738+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:59.092 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:58 smithi105 bash[18682]: audit 2024-03-30T04:40:57.822274+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:59.092 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:58 smithi105 bash[18682]: cephadm 2024-03-30T04:40:57.856186+0000 mgr.x (mgr.24680) 62 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:40:59.092 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:58 smithi105 bash[18682]: cephadm 2024-03-30T04:40:57.856653+0000 mgr.x (mgr.24680) 63 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi105 2024-03-30T04:40:59.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[23956]: audit 2024-03-30T04:40:57.810738+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:59.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[23956]: audit 2024-03-30T04:40:57.822274+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:59.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[23956]: cephadm 2024-03-30T04:40:57.856186+0000 mgr.x (mgr.24680) 62 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:40:59.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[23956]: cephadm 2024-03-30T04:40:57.856653+0000 mgr.x (mgr.24680) 63 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi105 2024-03-30T04:40:59.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[18564]: audit 2024-03-30T04:40:57.810738+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:59.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[18564]: audit 2024-03-30T04:40:57.822274+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:40:59.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[18564]: cephadm 2024-03-30T04:40:57.856186+0000 mgr.x (mgr.24680) 62 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-03-30T04:40:59.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:58 smithi097 bash[18564]: cephadm 2024-03-30T04:40:57.856653+0000 mgr.x (mgr.24680) 63 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi105 2024-03-30T04:40:59.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.224Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:40:59.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.224Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:40:59.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.224Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:40:59.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.225Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi105 (none))" 2024-03-30T04:40:59.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.225Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:40:59.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.225Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.226Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.227Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.228Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.231Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.231Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.475µs 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.231Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:40:59.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.233Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-03-30T04:40:59.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[18682]: cluster 2024-03-30T04:40:58.223309+0000 mgr.x (mgr.24680) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:40:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.695Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-03-30T04:40:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.695Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-03-30T04:40:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.696Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=48.091µs wal_replay_duration=464.218398ms total_replay_duration=464.295028ms 2024-03-30T04:40:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.700Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:40:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.700Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:40:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.700Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:40:59.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.739Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=38.925318ms db_storage=1.315µs remote_storage=2.062µs web_handler=574ns query_engine=1.155µs scrape=377.298µs scrape_sd=127.244µs notify=26.234µs notify_sd=21.047µs rules=37.768679ms 2024-03-30T04:40:59.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:40:59 smithi105 bash[48986]: ts=2024-03-30T04:40:59.739Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:40:59.978 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:40:59 smithi097 bash[18564]: cluster 2024-03-30T04:40:58.223309+0000 mgr.x (mgr.24680) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:40:59.979 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:40:59 smithi097 bash[23956]: cluster 2024-03-30T04:40:58.223309+0000 mgr.x (mgr.24680) 64 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:41:01.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 systemd[1]: Stopping Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:01.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 bash[49178]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter.b 2024-03-30T04:41:02.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:01 smithi097 bash[18564]: audit 2024-03-30T04:41:00.093094+0000 mgr.x (mgr.24680) 65 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:02.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:01 smithi097 bash[18564]: cluster 2024-03-30T04:41:00.223934+0000 mgr.x (mgr.24680) 66 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:02.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:01 smithi097 bash[18564]: audit 2024-03-30T04:41:01.350634+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:02.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:01 smithi097 bash[23956]: audit 2024-03-30T04:41:00.093094+0000 mgr.x (mgr.24680) 65 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:02.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:01 smithi097 bash[23956]: cluster 2024-03-30T04:41:00.223934+0000 mgr.x (mgr.24680) 66 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:02.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:01 smithi097 bash[23956]: audit 2024-03-30T04:41:01.350634+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:01 smithi105 bash[18682]: audit 2024-03-30T04:41:00.093094+0000 mgr.x (mgr.24680) 65 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:01 smithi105 bash[18682]: cluster 2024-03-30T04:41:00.223934+0000 mgr.x (mgr.24680) 66 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:01 smithi105 bash[18682]: audit 2024-03-30T04:41:01.350634+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:02.210 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 bash[49188]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:41:02.210 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 bash[49223]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter.b 2024-03-30T04:41:02.210 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:41:02.211 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:41:02.211 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:01 smithi105 systemd[1]: Stopped Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:02.211 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:02 smithi105 systemd[1]: Started Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:03.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: audit 2024-03-30T04:41:02.051920+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: audit 2024-03-30T04:41:02.057855+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: cephadm 2024-03-30T04:41:02.079086+0000 mgr.x (mgr.24680) 67 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: cephadm 2024-03-30T04:41:02.092934+0000 mgr.x (mgr.24680) 68 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: audit 2024-03-30T04:41:02.201476+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: audit 2024-03-30T04:41:02.212794+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: audit 2024-03-30T04:41:02.216537+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: audit 2024-03-30T04:41:02.217572+0000 mgr.x (mgr.24680) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: cephadm 2024-03-30T04:41:02.222984+0000 mgr.x (mgr.24680) 70 : cephadm [INF] Reconfiguring daemon grafana.a on smithi105 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[18564]: cluster 2024-03-30T04:41:02.224574+0000 mgr.x (mgr.24680) 71 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: audit 2024-03-30T04:41:02.051920+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: audit 2024-03-30T04:41:02.057855+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: cephadm 2024-03-30T04:41:02.079086+0000 mgr.x (mgr.24680) 67 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:41:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: cephadm 2024-03-30T04:41:02.092934+0000 mgr.x (mgr.24680) 68 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:41:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: audit 2024-03-30T04:41:02.201476+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: audit 2024-03-30T04:41:02.212794+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: audit 2024-03-30T04:41:02.216537+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:41:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: audit 2024-03-30T04:41:02.217572+0000 mgr.x (mgr.24680) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:41:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: cephadm 2024-03-30T04:41:02.222984+0000 mgr.x (mgr.24680) 70 : cephadm [INF] Reconfiguring daemon grafana.a on smithi105 2024-03-30T04:41:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:03 smithi097 bash[23956]: cluster 2024-03-30T04:41:02.224574+0000 mgr.x (mgr.24680) 71 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: audit 2024-03-30T04:41:02.051920+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: audit 2024-03-30T04:41:02.057855+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: cephadm 2024-03-30T04:41:02.079086+0000 mgr.x (mgr.24680) 67 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: cephadm 2024-03-30T04:41:02.092934+0000 mgr.x (mgr.24680) 68 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: audit 2024-03-30T04:41:02.201476+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: audit 2024-03-30T04:41:02.212794+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: audit 2024-03-30T04:41:02.216537+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: audit 2024-03-30T04:41:02.217572+0000 mgr.x (mgr.24680) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: cephadm 2024-03-30T04:41:02.222984+0000 mgr.x (mgr.24680) 70 : cephadm [INF] Reconfiguring daemon grafana.a on smithi105 2024-03-30T04:41:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[18682]: cluster 2024-03-30T04:41:02.224574+0000 mgr.x (mgr.24680) 71 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:03.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.062Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-03-30T04:41:03.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.062Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z 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/.+)($|/) 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=arp 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=bcache 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=bonding 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=btrfs 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=conntrack 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=cpu 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=diskstats 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=dmi 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=edac 2024-03-30T04:41:03.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=entropy 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=filefd 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=filesystem 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=hwmon 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=infiniband 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=ipvs 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=loadavg 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=mdadm 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=meminfo 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=netclass 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=netdev 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=netstat 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=nfs 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=nfsd 2024-03-30T04:41:03.463 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=nvme 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=os 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=pressure 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=rapl 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=schedstat 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=sockstat 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=softnet 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=stat 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=tapestats 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=textfile 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=time 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-03-30T04:41:03.464 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=uname 2024-03-30T04:41:03.465 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=vmstat 2024-03-30T04:41:03.465 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=xfs 2024-03-30T04:41:03.465 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:115 level=info collector=zfs 2024-03-30T04:41:03.465 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-03-30T04:41:03.465 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:03 smithi105 bash[49253]: ts=2024-03-30T04:41:03.063Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-03-30T04:41:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:05 smithi105 bash[18682]: cluster 2024-03-30T04:41:04.225798+0000 mgr.x (mgr.24680) 72 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:05.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:05 smithi097 bash[18564]: cluster 2024-03-30T04:41:04.225798+0000 mgr.x (mgr.24680) 72 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:05.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:05 smithi097 bash[23956]: cluster 2024-03-30T04:41:04.225798+0000 mgr.x (mgr.24680) 72 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:08.088 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:07 smithi105 bash[18682]: cluster 2024-03-30T04:41:06.226534+0000 mgr.x (mgr.24680) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:08.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:07 smithi097 bash[23956]: cluster 2024-03-30T04:41:06.226534+0000 mgr.x (mgr.24680) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:08.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:07 smithi097 bash[18564]: cluster 2024-03-30T04:41:06.226534+0000 mgr.x (mgr.24680) 73 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:09.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:08 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:41:08] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.33.4" 2024-03-30T04:41:10.096 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:09 smithi097 bash[18564]: cluster 2024-03-30T04:41:08.227398+0000 mgr.x (mgr.24680) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:10.097 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:09 smithi097 bash[23956]: cluster 2024-03-30T04:41:08.227398+0000 mgr.x (mgr.24680) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:09 smithi105 bash[18682]: cluster 2024-03-30T04:41:08.227398+0000 mgr.x (mgr.24680) 74 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:12.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:11 smithi097 bash[18564]: audit 2024-03-30T04:41:10.102545+0000 mgr.x (mgr.24680) 75 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:12.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:11 smithi097 bash[18564]: cluster 2024-03-30T04:41:10.227788+0000 mgr.x (mgr.24680) 76 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:12.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:11 smithi097 bash[23956]: audit 2024-03-30T04:41:10.102545+0000 mgr.x (mgr.24680) 75 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:12.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:11 smithi097 bash[23956]: cluster 2024-03-30T04:41:10.227788+0000 mgr.x (mgr.24680) 76 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:11 smithi105 bash[18682]: audit 2024-03-30T04:41:10.102545+0000 mgr.x (mgr.24680) 75 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:11 smithi105 bash[18682]: cluster 2024-03-30T04:41:10.227788+0000 mgr.x (mgr.24680) 76 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:13.782 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:13 smithi105 bash[48986]: ts=2024-03-30T04:41:13.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:13 smithi097 bash[23956]: cluster 2024-03-30T04:41:12.229267+0000 mgr.x (mgr.24680) 77 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:14.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:13 smithi097 bash[18564]: cluster 2024-03-30T04:41:12.229267+0000 mgr.x (mgr.24680) 77 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:14.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:13 smithi105 bash[18682]: cluster 2024-03-30T04:41:12.229267+0000 mgr.x (mgr.24680) 77 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:15 smithi097 bash[23956]: cluster 2024-03-30T04:41:14.230295+0000 mgr.x (mgr.24680) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:16.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:15 smithi097 bash[18564]: cluster 2024-03-30T04:41:14.230295+0000 mgr.x (mgr.24680) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:15 smithi105 bash[18682]: cluster 2024-03-30T04:41:14.230295+0000 mgr.x (mgr.24680) 78 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:16.803 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:16 smithi097 bash[23956]: audit 2024-03-30T04:41:16.351193+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:16.803 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:16 smithi097 bash[18564]: audit 2024-03-30T04:41:16.351193+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:16.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:16 smithi105 bash[18682]: audit 2024-03-30T04:41:16.351193+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:17.429 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:17 smithi105 systemd[1]: Stopping Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:17.429 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:17 smithi105 bash[50090]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-grafana.a 2024-03-30T04:41:17.429 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:17 smithi105 bash[38196]: t=2024-03-30T04:41:17+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-03-30T04:41:18.058 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:17 smithi105 bash[18682]: cluster 2024-03-30T04:41:16.231073+0000 mgr.x (mgr.24680) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:18.059 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:17 smithi105 bash[50099]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:41:18.059 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:17 smithi105 bash[50133]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-grafana.a 2024-03-30T04:41:18.059 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:18 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:41:18.059 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:18 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:18.059 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:18 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:17 smithi097 bash[18564]: cluster 2024-03-30T04:41:16.231073+0000 mgr.x (mgr.24680) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:18.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:17 smithi097 bash[23956]: cluster 2024-03-30T04:41:16.231073+0000 mgr.x (mgr.24680) 79 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:18.355 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STOPPING 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STOPPED 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STARTING 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Serving on http://:::9283 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STARTED 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STOPPING 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STOPPED 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STARTING 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Serving on http://:::9283 2024-03-30T04:41:18.356 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STARTED 2024-03-30T04:41:18.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STOPPING 2024-03-30T04:41:18.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:41:18.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STOPPED 2024-03-30T04:41:18.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STARTING 2024-03-30T04:41:18.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Serving on http://:::9283 2024-03-30T04:41:18.656 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: [30/Mar/2024:04:41:18] ENGINE Bus STARTED 2024-03-30T04:41:18.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:41:18] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2024-03-30T04:41:18.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:18 smithi105 bash[48986]: ts=2024-03-30T04:41:18.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.069967+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.076444+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.112743+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.113200+0000 mgr.x (mgr.24680) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.114233+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi097.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.114551+0000 mgr.x (mgr.24680) 81 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi097.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.123456+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.133279+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.133897+0000 mgr.x (mgr.24680) 82 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.150049+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: cephadm 2024-03-30T04:41:18.151171+0000 mgr.x (mgr.24680) 83 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.151441+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.151913+0000 mgr.x (mgr.24680) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.153589+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.154105+0000 mgr.x (mgr.24680) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.160053+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.164015+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.164450+0000 mgr.x (mgr.24680) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.165306+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.165698+0000 mgr.x (mgr.24680) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.174846+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.181757+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:41:19.372 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.182225+0000 mgr.x (mgr.24680) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:41:19.373 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.184101+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:41:19.373 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.184499+0000 mgr.x (mgr.24680) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:41:19.373 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.193747+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.373 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: audit 2024-03-30T04:41:18.207810+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.373 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: cephadm 2024-03-30T04:41:18.208849+0000 mgr.x (mgr.24680) 90 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:19.373 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[18682]: cluster 2024-03-30T04:41:18.232215+0000 mgr.x (mgr.24680) 91 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.069967+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.076444+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.112743+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.113200+0000 mgr.x (mgr.24680) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.114233+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi097.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.114551+0000 mgr.x (mgr.24680) 81 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi097.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.123456+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.133279+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.133897+0000 mgr.x (mgr.24680) 82 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.150049+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: cephadm 2024-03-30T04:41:18.151171+0000 mgr.x (mgr.24680) 83 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.151441+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.151913+0000 mgr.x (mgr.24680) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.153589+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.154105+0000 mgr.x (mgr.24680) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.160053+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.164015+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.164450+0000 mgr.x (mgr.24680) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.165306+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:41:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.069967+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.076444+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.112743+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.113200+0000 mgr.x (mgr.24680) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.114233+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi097.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.114551+0000 mgr.x (mgr.24680) 81 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi097.front.sepia.ceph.com:9093"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.123456+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.133279+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.133897+0000 mgr.x (mgr.24680) 82 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.150049+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: cephadm 2024-03-30T04:41:18.151171+0000 mgr.x (mgr.24680) 83 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.151441+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.151913+0000 mgr.x (mgr.24680) 84 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.153589+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:41:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.154105+0000 mgr.x (mgr.24680) 85 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.160053+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.164015+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.164450+0000 mgr.x (mgr.24680) 86 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.165306+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.165698+0000 mgr.x (mgr.24680) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.174846+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.181757+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.182225+0000 mgr.x (mgr.24680) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.184101+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.184499+0000 mgr.x (mgr.24680) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:41:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.193747+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: audit 2024-03-30T04:41:18.207810+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: cephadm 2024-03-30T04:41:18.208849+0000 mgr.x (mgr.24680) 90 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[18564]: cluster 2024-03-30T04:41:18.232215+0000 mgr.x (mgr.24680) 91 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.165698+0000 mgr.x (mgr.24680) 87 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.174846+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.181757+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.182225+0000 mgr.x (mgr.24680) 88 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.184101+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.184499+0000 mgr.x (mgr.24680) 89 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi105.front.sepia.ceph.com:3000"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.193747+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: audit 2024-03-30T04:41:18.207810+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: cephadm 2024-03-30T04:41:18.208849+0000 mgr.x (mgr.24680) 90 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:19 smithi097 bash[23956]: cluster 2024-03-30T04:41:18.232215+0000 mgr.x (mgr.24680) 91 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:19.709 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[50162]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:19.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:19 smithi105 bash[50162]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:20 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:20 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:21.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: audit 2024-03-30T04:41:20.113103+0000 mgr.x (mgr.24680) 92 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: cluster 2024-03-30T04:41:20.232872+0000 mgr.x (mgr.24680) 93 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: audit 2024-03-30T04:41:21.040351+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: audit 2024-03-30T04:41:21.042515+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: audit 2024-03-30T04:41:21.043497+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: audit 2024-03-30T04:41:21.044983+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:21 smithi105 bash[18682]: audit 2024-03-30T04:41:21.046352+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: audit 2024-03-30T04:41:20.113103+0000 mgr.x (mgr.24680) 92 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:21.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: cluster 2024-03-30T04:41:20.232872+0000 mgr.x (mgr.24680) 93 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:21.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: audit 2024-03-30T04:41:21.040351+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:21.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: audit 2024-03-30T04:41:21.042515+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:21.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: audit 2024-03-30T04:41:21.043497+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:21.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: audit 2024-03-30T04:41:21.044983+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:21.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[18564]: audit 2024-03-30T04:41:21.046352+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: audit 2024-03-30T04:41:20.113103+0000 mgr.x (mgr.24680) 92 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: cluster 2024-03-30T04:41:20.232872+0000 mgr.x (mgr.24680) 93 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: audit 2024-03-30T04:41:21.040351+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: audit 2024-03-30T04:41:21.042515+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: audit 2024-03-30T04:41:21.043497+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: audit 2024-03-30T04:41:21.044983+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:21.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:21 smithi097 bash[23956]: audit 2024-03-30T04:41:21.046352+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:21.975 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:41:22.709 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:41:22.709 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:9283 running (14m) 93s ago 14m 455M - 17.2.0 e1d6a67b021e 6d8bf59ebfe9 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (15m) 93s ago 15m 51.0M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (13m) 82s ago 13m 41.9M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (13m) 93s ago 13m 40.8M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 starting - - - - 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (12m) 93s ago 12m 53.9M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:41:22.710 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (11m) 93s ago 11m 55.7M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (11m) 93s ago 11m 48.0M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (10m) 93s ago 10m 53.8M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (10m) 82s ago 10m 55.4M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (9m) 82s ago 9m 50.7M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (9m) 82s ago 9m 49.1M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (8m) 82s ago 8m 52.7M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 starting - - - - 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (5m) 93s ago 5m 83.5M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (5m) 82s ago 5m 84.0M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (5m) 93s ago 5m 83.5M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:41:22.711 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (5m) 82s ago 5m 84.0M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:41:23.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:22 smithi097 bash[18564]: cephadm 2024-03-30T04:41:21.029783+0000 mgr.x (mgr.24680) 94 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:41:23.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:22 smithi097 bash[18564]: cephadm 2024-03-30T04:41:21.047783+0000 mgr.x (mgr.24680) 95 : cephadm [INF] Deploying daemon mgr.y on smithi097 2024-03-30T04:41:23.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:22 smithi097 bash[23956]: cephadm 2024-03-30T04:41:21.029783+0000 mgr.x (mgr.24680) 94 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:41:23.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:22 smithi097 bash[23956]: cephadm 2024-03-30T04:41:21.047783+0000 mgr.x (mgr.24680) 95 : cephadm [INF] Deploying daemon mgr.y on smithi097 2024-03-30T04:41:23.135 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:41:23.135 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:41:23.135 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:41:23.135 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:23.135 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:41:23.136 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:41:23.137 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:41:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:22 smithi105 bash[18682]: cephadm 2024-03-30T04:41:21.029783+0000 mgr.x (mgr.24680) 94 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:41:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:22 smithi105 bash[18682]: cephadm 2024-03-30T04:41:21.047783+0000 mgr.x (mgr.24680) 95 : cephadm [INF] Deploying daemon mgr.y on smithi097 2024-03-30T04:41:23.305 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.305 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.305 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.306 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.306 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.306 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.307 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.307 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.307 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:23.519 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:41:23.519 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:41:23.519 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:41:23.520 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:41:23.520 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:41:23.520 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "", 2024-03-30T04:41:23.520 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading mgr daemons", 2024-03-30T04:41:23.520 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:41:23.520 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:41:23.608 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:23 smithi097 systemd[1]: Stopping Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:23.782 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:23 smithi105 bash[48986]: ts=2024-03-30T04:41:23.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:23.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[18564]: audit 2024-03-30T04:41:21.968746+0000 mgr.x (mgr.24680) 96 : audit [DBG] from='client.25201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:23.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[18564]: cluster 2024-03-30T04:41:22.234264+0000 mgr.x (mgr.24680) 97 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[18564]: audit 2024-03-30T04:41:22.341411+0000 mgr.x (mgr.24680) 98 : audit [DBG] from='client.25207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[18564]: audit 2024-03-30T04:41:22.671637+0000 mgr.x (mgr.24680) 99 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[18564]: audit 2024-03-30T04:41:23.142043+0000 mon.a (mon.0) 1289 : audit [DBG] from='client.? 172.21.15.97:0/653585957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[23956]: audit 2024-03-30T04:41:21.968746+0000 mgr.x (mgr.24680) 96 : audit [DBG] from='client.25201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[23956]: cluster 2024-03-30T04:41:22.234264+0000 mgr.x (mgr.24680) 97 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[23956]: audit 2024-03-30T04:41:22.341411+0000 mgr.x (mgr.24680) 98 : audit [DBG] from='client.25207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[23956]: audit 2024-03-30T04:41:22.671637+0000 mgr.x (mgr.24680) 99 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:23.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[23956]: audit 2024-03-30T04:41:23.142043+0000 mon.a (mon.0) 1289 : audit [DBG] from='client.? 172.21.15.97:0/653585957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:23.944 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:41:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:23 smithi105 bash[18682]: audit 2024-03-30T04:41:21.968746+0000 mgr.x (mgr.24680) 96 : audit [DBG] from='client.25201 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:23 smithi105 bash[18682]: cluster 2024-03-30T04:41:22.234264+0000 mgr.x (mgr.24680) 97 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:23 smithi105 bash[18682]: audit 2024-03-30T04:41:22.341411+0000 mgr.x (mgr.24680) 98 : audit [DBG] from='client.25207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:23 smithi105 bash[18682]: audit 2024-03-30T04:41:22.671637+0000 mgr.x (mgr.24680) 99 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:23 smithi105 bash[18682]: audit 2024-03-30T04:41:23.142043+0000 mon.a (mon.0) 1289 : audit [DBG] from='client.? 172.21.15.97:0/653585957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:24.269 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:23 smithi097 bash[64077]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:41:24.269 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:41:24.269 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[64183]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:41:24.269 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Failed with result 'exit-code'. 2024-03-30T04:41:24.269 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: Stopped Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:24.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.624 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.625 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.625 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.625 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.625 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:24.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:24 smithi097 systemd[1]: Started Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:23.525341+0000 mgr.x (mgr.24680) 100 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:23.950885+0000 mon.a (mon.0) 1290 : audit [DBG] from='client.? 172.21.15.97:0/1827133406' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.447669+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.473877+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.521233+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.526210+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.526866+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:25.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.527057+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[18564]: audit 2024-03-30T04:41:24.527513+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:23.525341+0000 mgr.x (mgr.24680) 100 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:23.950885+0000 mon.a (mon.0) 1290 : audit [DBG] from='client.? 172.21.15.97:0/1827133406' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.447669+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.473877+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.521233+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.526210+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.526866+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.527057+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:25.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:24 smithi097 bash[23956]: audit 2024-03-30T04:41:24.527513+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:23.525341+0000 mgr.x (mgr.24680) 100 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:23.950885+0000 mon.a (mon.0) 1290 : audit [DBG] from='client.? 172.21.15.97:0/1827133406' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.447669+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.473877+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.521233+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.526210+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.526866+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.527057+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:24 smithi105 bash[18682]: audit 2024-03-30T04:41:24.527513+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:25.595 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.595 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.595 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.596 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.596 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.596 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.597 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.597 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.597 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.789 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.789 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.790 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.790 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.790 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.791 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.791 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.791 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.866 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:25 smithi097 bash[64240]: debug 2024-03-30T04:41:25.666+0000 7fcaac9c4700 1 -- 172.21.15.97:0/754236344 <== mon.0 v2:172.21.15.97:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a9ee3f25a0 con 0x55a9ef172400 2024-03-30T04:41:25.866 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.867 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:25 smithi097 bash[64240]: debug 2024-03-30T04:41:25.810+0000 7fcab6bd3200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:25.867 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.867 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.868 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:25 smithi097 bash[23956]: cluster 2024-03-30T04:41:24.235190+0000 mgr.x (mgr.24680) 101 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:25.868 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.868 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.868 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.869 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:25.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:25 smithi097 bash[18564]: cluster 2024-03-30T04:41:24.235190+0000 mgr.x (mgr.24680) 101 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:26.076 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.076 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.076 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.077 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.077 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.077 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.078 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.078 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:26.078 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:25 smithi105 bash[18682]: cluster 2024-03-30T04:41:24.235190+0000 mgr.x (mgr.24680) 101 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:26.078 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:25 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[23956]: cephadm 2024-03-30T04:41:24.910885+0000 mgr.x (mgr.24680) 102 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[23956]: cephadm 2024-03-30T04:41:25.107587+0000 mgr.x (mgr.24680) 103 : cephadm [INF] Deploying daemon agent.smithi105 on smithi105 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[23956]: audit 2024-03-30T04:41:25.934567+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[23956]: audit 2024-03-30T04:41:26.131998+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[23956]: audit 2024-03-30T04:41:26.399447+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[23956]: audit 2024-03-30T04:41:26.548022+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[18564]: cephadm 2024-03-30T04:41:24.910885+0000 mgr.x (mgr.24680) 102 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-03-30T04:41:27.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[18564]: cephadm 2024-03-30T04:41:25.107587+0000 mgr.x (mgr.24680) 103 : cephadm [INF] Deploying daemon agent.smithi105 on smithi105 2024-03-30T04:41:27.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[18564]: audit 2024-03-30T04:41:25.934567+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[18564]: audit 2024-03-30T04:41:26.131998+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[18564]: audit 2024-03-30T04:41:26.399447+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:26 smithi097 bash[18564]: audit 2024-03-30T04:41:26.548022+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:26 smithi105 bash[18682]: cephadm 2024-03-30T04:41:24.910885+0000 mgr.x (mgr.24680) 102 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-03-30T04:41:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:26 smithi105 bash[18682]: cephadm 2024-03-30T04:41:25.107587+0000 mgr.x (mgr.24680) 103 : cephadm [INF] Deploying daemon agent.smithi105 on smithi105 2024-03-30T04:41:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:26 smithi105 bash[18682]: audit 2024-03-30T04:41:25.934567+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:26 smithi105 bash[18682]: audit 2024-03-30T04:41:26.131998+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:26 smithi105 bash[18682]: audit 2024-03-30T04:41:26.399447+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:26 smithi105 bash[18682]: audit 2024-03-30T04:41:26.548022+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:27.792 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:27 smithi097 bash[64240]: debug 2024-03-30T04:41:27.446+0000 7fcab6bd3200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:27.792 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:27 smithi097 bash[64240]: debug 2024-03-30T04:41:27.546+0000 7fcab6bd3200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:28.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:27 smithi097 bash[18564]: cluster 2024-03-30T04:41:26.235918+0000 mgr.x (mgr.24680) 104 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:28.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:27 smithi097 bash[64240]: debug 2024-03-30T04:41:27.802+0000 7fcab6bd3200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:28.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:27 smithi097 bash[23956]: cluster 2024-03-30T04:41:26.235918+0000 mgr.x (mgr.24680) 104 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:27 smithi105 bash[18682]: cluster 2024-03-30T04:41:26.235918+0000 mgr.x (mgr.24680) 104 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:28.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:28 smithi097 bash[64240]: debug 2024-03-30T04:41:28.614+0000 7fcab6bd3200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:28.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:28 smithi097 bash[64240]: debug 2024-03-30T04:41:28.726+0000 7fcab6bd3200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:28.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:28 smithi097 bash[64240]: debug 2024-03-30T04:41:28.838+0000 7fcab6bd3200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:28.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:28 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:41:28] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.33.4" 2024-03-30T04:41:28.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:28 smithi105 bash[48986]: ts=2024-03-30T04:41:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:29.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:29 smithi097 bash[64240]: debug 2024-03-30T04:41:29.214+0000 7fcab6bd3200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:29.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:29 smithi097 bash[64240]: debug 2024-03-30T04:41:29.338+0000 7fcab6bd3200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:29.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:29 smithi097 bash[64240]: debug 2024-03-30T04:41:29.450+0000 7fcab6bd3200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:30.056 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:29 smithi097 bash[18564]: cluster 2024-03-30T04:41:28.237547+0000 mgr.x (mgr.24680) 105 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:30.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:29 smithi097 bash[23956]: cluster 2024-03-30T04:41:28.237547+0000 mgr.x (mgr.24680) 105 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:30.057 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:29 smithi097 bash[64240]: debug 2024-03-30T04:41:29.818+0000 7fcab6bd3200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:29 smithi105 bash[18682]: cluster 2024-03-30T04:41:28.237547+0000 mgr.x (mgr.24680) 105 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:30.323 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:30 smithi097 bash[64240]: debug 2024-03-30T04:41:30.058+0000 7fcab6bd3200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:30.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:30 smithi097 bash[64240]: debug 2024-03-30T04:41:30.326+0000 7fcab6bd3200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:30.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:30 smithi097 bash[64240]: debug 2024-03-30T04:41:30.446+0000 7fcab6bd3200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:30.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:30 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 1. 2024-03-30T04:41:30.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:30 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:30.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:30 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:31.123 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:30 smithi097 bash[64240]: debug 2024-03-30T04:41:30.726+0000 7fcab6bd3200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:31.459 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[64240]: debug 2024-03-30T04:41:31.178+0000 7fcab6bd3200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:31.799 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[64240]: debug 2024-03-30T04:41:31.462+0000 7fcab6bd3200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:31.799 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[64240]: debug 2024-03-30T04:41:31.618+0000 7fcab6bd3200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:32.072 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[64240]: debug 2024-03-30T04:41:31.922+0000 7fcab6bd3200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:32.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[23956]: audit 2024-03-30T04:41:30.121013+0000 mgr.x (mgr.24680) 106 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:32.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[23956]: cluster 2024-03-30T04:41:30.238278+0000 mgr.x (mgr.24680) 107 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:32.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[23956]: audit 2024-03-30T04:41:31.351185+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:32.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[18564]: audit 2024-03-30T04:41:30.121013+0000 mgr.x (mgr.24680) 106 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:32.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[18564]: cluster 2024-03-30T04:41:30.238278+0000 mgr.x (mgr.24680) 107 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:32.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:31 smithi097 bash[18564]: audit 2024-03-30T04:41:31.351185+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:32.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:31 smithi105 bash[50552]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:32.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:31 smithi105 bash[50552]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:32.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:31 smithi105 bash[18682]: audit 2024-03-30T04:41:30.121013+0000 mgr.x (mgr.24680) 106 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:32.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:31 smithi105 bash[18682]: cluster 2024-03-30T04:41:30.238278+0000 mgr.x (mgr.24680) 107 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:41:32.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:31 smithi105 bash[18682]: audit 2024-03-30T04:41:31.351185+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:32.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:32 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:32.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:32 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:33 smithi097 bash[64240]: debug 2024-03-30T04:41:33.006+0000 7fcab6bd3200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:33 smithi097 bash[64240]: debug 2024-03-30T04:41:33.130+0000 7fcab6bd3200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:31.969209+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:31.980613+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:32.047261+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:32.060523+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:32.072184+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: cluster 2024-03-30T04:41:32.239728+0000 mgr.x (mgr.24680) 108 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:32.635715+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:32.649922+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[23956]: audit 2024-03-30T04:41:32.660135+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:31.969209+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:31.980613+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:32.047261+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:32.060523+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:32.072184+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: cluster 2024-03-30T04:41:32.239728+0000 mgr.x (mgr.24680) 108 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:32.635715+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:32.649922+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:32 smithi097 bash[18564]: audit 2024-03-30T04:41:32.660135+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:31.969209+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:31.980613+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:32.047261+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:32.060523+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:32.072184+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: cluster 2024-03-30T04:41:32.239728+0000 mgr.x (mgr.24680) 108 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:41:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:32.635715+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:32.649922+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:32 smithi105 bash[18682]: audit 2024-03-30T04:41:32.660135+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:33 smithi097 bash[64240]: debug 2024-03-30T04:41:33.450+0000 7fcab6bd3200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:33.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:33 smithi097 bash[64240]: debug 2024-03-30T04:41:33.570+0000 7fcab6bd3200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:33.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:33 smithi105 bash[48986]: ts=2024-03-30T04:41:33.510Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:34.295 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: debug 2024-03-30T04:41:34.038+0000 7fcab6bd3200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:34.295 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: debug 2024-03-30T04:41:34.166+0000 7fcab6bd3200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:34.295 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: [30/Mar/2024:04:41:34] ENGINE Bus STARTING 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: audit 2024-03-30T04:41:33.027229+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: audit 2024-03-30T04:41:33.045332+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: audit 2024-03-30T04:41:33.048823+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: audit 2024-03-30T04:41:33.050858+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: cluster 2024-03-30T04:41:33.055040+0000 mgr.x (mgr.24680) 109 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: audit 2024-03-30T04:41:33.062932+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: cluster 2024-03-30T04:41:33.070275+0000 mon.a (mon.0) 1310 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: audit 2024-03-30T04:41:33.135666+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: cephadm 2024-03-30T04:41:33.137105+0000 mgr.x (mgr.24680) 110 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:34.296 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[18564]: cephadm 2024-03-30T04:41:33.137762+0000 mgr.x (mgr.24680) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: audit 2024-03-30T04:41:33.027229+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: audit 2024-03-30T04:41:33.045332+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: audit 2024-03-30T04:41:33.048823+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: audit 2024-03-30T04:41:33.050858+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: cluster 2024-03-30T04:41:33.055040+0000 mgr.x (mgr.24680) 109 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: audit 2024-03-30T04:41:33.062932+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: cluster 2024-03-30T04:41:33.070275+0000 mon.a (mon.0) 1310 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: audit 2024-03-30T04:41:33.135666+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: cephadm 2024-03-30T04:41:33.137105+0000 mgr.x (mgr.24680) 110 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:34.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[23956]: cephadm 2024-03-30T04:41:33.137762+0000 mgr.x (mgr.24680) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: audit 2024-03-30T04:41:33.027229+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: audit 2024-03-30T04:41:33.045332+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: audit 2024-03-30T04:41:33.048823+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: audit 2024-03-30T04:41:33.050858+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: cluster 2024-03-30T04:41:33.055040+0000 mgr.x (mgr.24680) 109 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: audit 2024-03-30T04:41:33.062932+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: cluster 2024-03-30T04:41:33.070275+0000 mon.a (mon.0) 1310 : cluster [WRN] Health check failed: 1 Cephadm Agent(s) are not reporting. Hosts may be offline (CEPHADM_AGENT_DOWN) 2024-03-30T04:41:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: audit 2024-03-30T04:41:33.135666+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: cephadm 2024-03-30T04:41:33.137105+0000 mgr.x (mgr.24680) 110 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:34 smithi105 bash[18682]: cephadm 2024-03-30T04:41:33.137762+0000 mgr.x (mgr.24680) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:34.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: CherryPy Checker: 2024-03-30T04:41:34.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: The Application mounted at '' has an empty config. 2024-03-30T04:41:34.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: [30/Mar/2024:04:41:34] ENGINE Serving on http://:::9283 2024-03-30T04:41:34.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:34 smithi097 bash[64240]: [30/Mar/2024:04:41:34] ENGINE Bus STARTED 2024-03-30T04:41:35.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[18564]: cluster 2024-03-30T04:41:34.190599+0000 mon.a (mon.0) 1311 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:41:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[18564]: cluster 2024-03-30T04:41:34.190766+0000 mon.a (mon.0) 1312 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:41:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[18564]: audit 2024-03-30T04:41:34.195130+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:41:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[18564]: audit 2024-03-30T04:41:34.196178+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[18564]: audit 2024-03-30T04:41:34.199283+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:41:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[18564]: audit 2024-03-30T04:41:34.201287+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[23956]: cluster 2024-03-30T04:41:34.190599+0000 mon.a (mon.0) 1311 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:41:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[23956]: cluster 2024-03-30T04:41:34.190766+0000 mon.a (mon.0) 1312 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:41:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[23956]: audit 2024-03-30T04:41:34.195130+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:41:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[23956]: audit 2024-03-30T04:41:34.196178+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[23956]: audit 2024-03-30T04:41:34.199283+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:41:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:35 smithi097 bash[23956]: audit 2024-03-30T04:41:34.201287+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:35.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:35 smithi105 bash[18682]: cluster 2024-03-30T04:41:34.190599+0000 mon.a (mon.0) 1311 : cluster [DBG] Standby manager daemon y restarted 2024-03-30T04:41:35.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:35 smithi105 bash[18682]: cluster 2024-03-30T04:41:34.190766+0000 mon.a (mon.0) 1312 : cluster [DBG] Standby manager daemon y started 2024-03-30T04:41:35.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:35 smithi105 bash[18682]: audit 2024-03-30T04:41:34.195130+0000 mon.a (mon.0) 1313 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-03-30T04:41:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:35 smithi105 bash[18682]: audit 2024-03-30T04:41:34.196178+0000 mon.a (mon.0) 1314 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:35 smithi105 bash[18682]: audit 2024-03-30T04:41:34.199283+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-03-30T04:41:35.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:35 smithi105 bash[18682]: audit 2024-03-30T04:41:34.201287+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.? 172.21.15.97:0/3119237076' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:36.335 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:36 smithi105 bash[18682]: cluster 2024-03-30T04:41:35.044750+0000 mon.a (mon.0) 1317 : cluster [DBG] mgrmap e27: x(active, since 79s), standbys: y 2024-03-30T04:41:36.335 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:36 smithi105 bash[18682]: cluster 2024-03-30T04:41:35.055787+0000 mgr.x (mgr.24680) 112 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:36.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:36 smithi097 bash[18564]: cluster 2024-03-30T04:41:35.044750+0000 mon.a (mon.0) 1317 : cluster [DBG] mgrmap e27: x(active, since 79s), standbys: y 2024-03-30T04:41:36.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:36 smithi097 bash[18564]: cluster 2024-03-30T04:41:35.055787+0000 mgr.x (mgr.24680) 112 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:36.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:36 smithi097 bash[23956]: cluster 2024-03-30T04:41:35.044750+0000 mon.a (mon.0) 1317 : cluster [DBG] mgrmap e27: x(active, since 79s), standbys: y 2024-03-30T04:41:36.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:36 smithi097 bash[23956]: cluster 2024-03-30T04:41:35.055787+0000 mgr.x (mgr.24680) 112 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:37.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:37 smithi105 bash[18682]: cephadm 2024-03-30T04:41:36.308768+0000 mgr.x (mgr.24680) 113 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:41:37.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:37 smithi105 bash[18682]: audit 2024-03-30T04:41:36.309620+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:37.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:37 smithi105 bash[18682]: audit 2024-03-30T04:41:36.310600+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:37.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:37 smithi105 bash[18682]: audit 2024-03-30T04:41:36.312743+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:37.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:37 smithi105 bash[18682]: audit 2024-03-30T04:41:36.314543+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:37 smithi105 bash[18682]: cephadm 2024-03-30T04:41:36.316748+0000 mgr.x (mgr.24680) 114 : cephadm [INF] Deploying daemon mgr.y on smithi097 2024-03-30T04:41:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[18564]: cephadm 2024-03-30T04:41:36.308768+0000 mgr.x (mgr.24680) 113 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:41:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[18564]: audit 2024-03-30T04:41:36.309620+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[18564]: audit 2024-03-30T04:41:36.310600+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[18564]: audit 2024-03-30T04:41:36.312743+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[18564]: audit 2024-03-30T04:41:36.314543+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[18564]: cephadm 2024-03-30T04:41:36.316748+0000 mgr.x (mgr.24680) 114 : cephadm [INF] Deploying daemon mgr.y on smithi097 2024-03-30T04:41:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[23956]: cephadm 2024-03-30T04:41:36.308768+0000 mgr.x (mgr.24680) 113 : cephadm [INF] Upgrade: Updating mgr.y 2024-03-30T04:41:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[23956]: audit 2024-03-30T04:41:36.309620+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[23956]: audit 2024-03-30T04:41:36.310600+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:41:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[23956]: audit 2024-03-30T04:41:36.312743+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:41:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[23956]: audit 2024-03-30T04:41:36.314543+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:37 smithi097 bash[23956]: cephadm 2024-03-30T04:41:36.316748+0000 mgr.x (mgr.24680) 114 : cephadm [INF] Deploying daemon mgr.y on smithi097 2024-03-30T04:41:38.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:38 smithi097 bash[23956]: cluster 2024-03-30T04:41:37.056493+0000 mgr.x (mgr.24680) 115 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:38.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:38 smithi097 bash[18564]: cluster 2024-03-30T04:41:37.056493+0000 mgr.x (mgr.24680) 115 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:38 smithi105 bash[18682]: cluster 2024-03-30T04:41:37.056493+0000 mgr.x (mgr.24680) 115 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:38.931 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:38 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:41:38] "GET /metrics HTTP/1.1" 200 38154 "" "Prometheus/2.33.4" 2024-03-30T04:41:38.932 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:38 smithi105 bash[48986]: ts=2024-03-30T04:41:38.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:39.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.145 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.145 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.145 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.146 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.146 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.147 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.147 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:39.423 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: Stopping Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:41:40.087 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 bash[65721]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:41:40.087 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:41:40.087 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 bash[65779]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-y 2024-03-30T04:41:40.087 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service: Failed with result 'exit-code'. 2024-03-30T04:41:40.087 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:39 smithi097 systemd[1]: Stopped Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:40.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.374 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.374 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: Started Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:40.375 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.375 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.376 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:40.376 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:41:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:41:41.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: cluster 2024-03-30T04:41:39.057450+0000 mgr.x (mgr.24680) 116 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:39.843167+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:39.854910+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:39.866291+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.264472+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.275209+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.292217+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.297720+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.299493+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.307575+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.405116+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.416067+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: audit 2024-03-30T04:41:40.417022+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: cluster 2024-03-30T04:41:40.427640+0000 mon.a (mon.0) 1326 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:41:41.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[18564]: cluster 2024-03-30T04:41:40.518843+0000 mon.a (mon.0) 1327 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: cluster 2024-03-30T04:41:39.057450+0000 mgr.x (mgr.24680) 116 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:39.843167+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:39.854910+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:39.866291+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.264472+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.275209+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.292217+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.297720+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.299493+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.307575+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.405116+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.416067+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:41.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: audit 2024-03-30T04:41:40.417022+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:41.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: cluster 2024-03-30T04:41:40.427640+0000 mon.a (mon.0) 1326 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:41:41.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:40 smithi097 bash[23956]: cluster 2024-03-30T04:41:40.518843+0000 mon.a (mon.0) 1327 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: cluster 2024-03-30T04:41:39.057450+0000 mgr.x (mgr.24680) 116 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 946 B/s rd, 0 op/s 2024-03-30T04:41:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:39.843167+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:39.854910+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:39.866291+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.264472+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.275209+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.292217+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.297720+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.299493+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.307575+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.24680 ' entity='mgr.x' 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.405116+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.416067+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24680 172.21.15.105:0/191636611' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: audit 2024-03-30T04:41:40.417022+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: cluster 2024-03-30T04:41:40.427640+0000 mon.a (mon.0) 1326 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-03-30T04:41:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:40 smithi105 bash[18682]: cluster 2024-03-30T04:41:40.518843+0000 mon.a (mon.0) 1327 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:41.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[65835]: debug 2024-03-30T04:41:41.574+0000 7fc4697a7700 1 -- 172.21.15.97:0/1768290322 <== mon.1 v2:172.21.15.97:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555bf54ec5a0 con 0x555bf626cc00 2024-03-30T04:41:41.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[46781]: debug 2024-03-30T04:41:41.326+0000 7f1ad9c26700 -1 mgr handle_mgr_map I was active but no longer am 2024-03-30T04:41:41.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[46781]: ignoring --setuser ceph since I am not root 2024-03-30T04:41:41.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[46781]: ignoring --setgroup ceph since I am not root 2024-03-30T04:41:41.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[46781]: debug 2024-03-30T04:41:41.386+0000 7f43c8a73700 1 -- 172.21.15.105:0/4038411122 <== mon.2 v2:172.21.15.105:3300/0 3 ==== mon_map magic: 0 ==== 413+0+0 (secure 0 0 0) 0x55d885ace4e0 con 0x55d886850800 2024-03-30T04:41:41.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[46781]: debug 2024-03-30T04:41:41.386+0000 7f43c8a73700 1 -- 172.21.15.105:0/4038411122 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d885ad05a0 con 0x55d886850800 2024-03-30T04:41:41.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[46781]: debug 2024-03-30T04:41:41.530+0000 7f43d2864200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[65835]: debug 2024-03-30T04:41:41.722+0000 7fc4739b6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: audit 2024-03-30T04:41:40.128946+0000 mgr.x (mgr.24680) 117 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cluster 2024-03-30T04:41:40.302473+0000 mgr.x (mgr.24680) 118 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1017 B/s rd, 0 op/s 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cephadm 2024-03-30T04:41:40.312908+0000 mgr.x (mgr.24680) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cephadm 2024-03-30T04:41:40.407645+0000 mgr.x (mgr.24680) 120 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cephadm 2024-03-30T04:41:40.408830+0000 mgr.x (mgr.24680) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cephadm 2024-03-30T04:41:40.415510+0000 mgr.x (mgr.24680) 122 : cephadm [INF] Failing over to other MGR 2024-03-30T04:41:42.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cluster 2024-03-30T04:41:41.273506+0000 mon.a (mon.0) 1328 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cluster 2024-03-30T04:41:41.273569+0000 mon.a (mon.0) 1329 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: audit 2024-03-30T04:41:41.328037+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[23956]: cluster 2024-03-30T04:41:41.328258+0000 mon.a (mon.0) 1331 : cluster [DBG] mgrmap e28: y(active, starting, since 0.910495s), standbys: x 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: audit 2024-03-30T04:41:40.128946+0000 mgr.x (mgr.24680) 117 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cluster 2024-03-30T04:41:40.302473+0000 mgr.x (mgr.24680) 118 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1017 B/s rd, 0 op/s 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cephadm 2024-03-30T04:41:40.312908+0000 mgr.x (mgr.24680) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cephadm 2024-03-30T04:41:40.407645+0000 mgr.x (mgr.24680) 120 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cephadm 2024-03-30T04:41:40.408830+0000 mgr.x (mgr.24680) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cephadm 2024-03-30T04:41:40.415510+0000 mgr.x (mgr.24680) 122 : cephadm [INF] Failing over to other MGR 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cluster 2024-03-30T04:41:41.273506+0000 mon.a (mon.0) 1328 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cluster 2024-03-30T04:41:41.273569+0000 mon.a (mon.0) 1329 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: audit 2024-03-30T04:41:41.328037+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:41:42.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:41 smithi097 bash[18564]: cluster 2024-03-30T04:41:41.328258+0000 mon.a (mon.0) 1331 : cluster [DBG] mgrmap e28: y(active, starting, since 0.910495s), standbys: x 2024-03-30T04:41:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: audit 2024-03-30T04:41:40.128946+0000 mgr.x (mgr.24680) 117 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cluster 2024-03-30T04:41:40.302473+0000 mgr.x (mgr.24680) 118 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1017 B/s rd, 0 op/s 2024-03-30T04:41:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cephadm 2024-03-30T04:41:40.312908+0000 mgr.x (mgr.24680) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cephadm 2024-03-30T04:41:40.407645+0000 mgr.x (mgr.24680) 120 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cephadm 2024-03-30T04:41:40.408830+0000 mgr.x (mgr.24680) 121 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-03-30T04:41:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cephadm 2024-03-30T04:41:40.415510+0000 mgr.x (mgr.24680) 122 : cephadm [INF] Failing over to other MGR 2024-03-30T04:41:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cluster 2024-03-30T04:41:41.273506+0000 mon.a (mon.0) 1328 : cluster [INF] Health check cleared: CEPHADM_AGENT_DOWN (was: 1 Cephadm Agent(s) are not reporting. Hosts may be offline) 2024-03-30T04:41:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cluster 2024-03-30T04:41:41.273569+0000 mon.a (mon.0) 1329 : cluster [INF] Cluster is now healthy 2024-03-30T04:41:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: audit 2024-03-30T04:41:41.328037+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24680 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-03-30T04:41:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:41 smithi105 bash[18682]: cluster 2024-03-30T04:41:41.328258+0000 mon.a (mon.0) 1331 : cluster [DBG] mgrmap e28: y(active, starting, since 0.910495s), standbys: x 2024-03-30T04:41:42.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:42 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 2. 2024-03-30T04:41:42.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:42 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:42.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:42 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:43.457 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:43 smithi105 bash[46781]: debug 2024-03-30T04:41:43.130+0000 7f43d2864200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:43.457 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:43 smithi105 bash[46781]: debug 2024-03-30T04:41:43.230+0000 7f43d2864200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:43.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:43 smithi097 bash[65835]: debug 2024-03-30T04:41:43.338+0000 7fc4739b6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:41:43.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:43 smithi097 bash[65835]: debug 2024-03-30T04:41:43.434+0000 7fc4739b6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:41:43.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:43 smithi105 bash[46781]: debug 2024-03-30T04:41:43.482+0000 7f43d2864200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:43.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:43 smithi105 bash[51335]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:43.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:43 smithi105 bash[51335]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:43.710 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:43 smithi105 bash[48986]: ts=2024-03-30T04:41:43.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:44.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:43 smithi097 bash[65835]: debug 2024-03-30T04:41:43.694+0000 7fc4739b6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:41:44.524 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:44 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:44.525 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:44 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:44.525 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:44 smithi105 bash[46781]: debug 2024-03-30T04:41:44.310+0000 7f43d2864200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:44.525 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:44 smithi105 bash[46781]: debug 2024-03-30T04:41:44.422+0000 7f43d2864200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:44.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:44 smithi097 bash[65835]: debug 2024-03-30T04:41:44.502+0000 7fc4739b6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:44.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:44 smithi097 bash[65835]: debug 2024-03-30T04:41:44.614+0000 7fc4739b6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:41:44.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:44 smithi097 bash[65835]: debug 2024-03-30T04:41:44.718+0000 7fc4739b6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:44.886 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:44 smithi105 bash[46781]: debug 2024-03-30T04:41:44.526+0000 7f43d2864200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:41:45.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:44 smithi105 bash[46781]: debug 2024-03-30T04:41:44.890+0000 7f43d2864200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:45.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:45 smithi105 bash[46781]: debug 2024-03-30T04:41:45.002+0000 7f43d2864200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:45.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:45 smithi105 bash[46781]: debug 2024-03-30T04:41:45.110+0000 7f43d2864200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:45.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:45 smithi097 bash[65835]: debug 2024-03-30T04:41:45.078+0000 7fc4739b6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:41:45.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:45 smithi097 bash[65835]: debug 2024-03-30T04:41:45.194+0000 7fc4739b6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:41:45.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:45 smithi097 bash[65835]: debug 2024-03-30T04:41:45.298+0000 7fc4739b6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:41:45.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:45 smithi105 bash[46781]: debug 2024-03-30T04:41:45.474+0000 7f43d2864200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:45.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:45 smithi105 bash[46781]: debug 2024-03-30T04:41:45.714+0000 7f43d2864200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:46.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:45 smithi097 bash[65835]: debug 2024-03-30T04:41:45.658+0000 7fc4739b6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:41:46.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:45 smithi097 bash[65835]: debug 2024-03-30T04:41:45.902+0000 7fc4739b6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:41:46.388 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:45 smithi105 bash[46781]: debug 2024-03-30T04:41:45.990+0000 7f43d2864200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:46.389 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:46 smithi105 bash[46781]: debug 2024-03-30T04:41:46.106+0000 7f43d2864200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:46.421 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:46 smithi097 bash[65835]: debug 2024-03-30T04:41:46.166+0000 7fc4739b6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:41:46.421 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:46 smithi097 bash[65835]: debug 2024-03-30T04:41:46.282+0000 7fc4739b6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:41:46.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:46 smithi105 bash[46781]: debug 2024-03-30T04:41:46.390+0000 7f43d2864200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:46.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:46 smithi097 bash[65835]: debug 2024-03-30T04:41:46.566+0000 7fc4739b6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:41:47.062 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:46 smithi105 bash[46781]: debug 2024-03-30T04:41:46.818+0000 7f43d2864200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:47.311 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:46 smithi097 bash[65835]: debug 2024-03-30T04:41:46.994+0000 7fc4739b6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:47.311 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:47 smithi097 bash[65835]: debug 2024-03-30T04:41:47.242+0000 7fc4739b6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:47.442 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:47 smithi105 bash[46781]: debug 2024-03-30T04:41:47.066+0000 7f43d2864200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:41:47.442 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:47 smithi105 bash[46781]: debug 2024-03-30T04:41:47.186+0000 7f43d2864200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:47.572 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:47 smithi097 bash[65835]: debug 2024-03-30T04:41:47.370+0000 7fc4739b6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:41:47.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:47 smithi105 bash[46781]: debug 2024-03-30T04:41:47.446+0000 7f43d2864200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:47.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:47 smithi097 bash[65835]: debug 2024-03-30T04:41:47.630+0000 7fc4739b6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:41:48.922 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:48 smithi105 bash[46781]: debug 2024-03-30T04:41:48.494+0000 7f43d2864200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:48.922 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:48 smithi105 bash[46781]: debug 2024-03-30T04:41:48.618+0000 7f43d2864200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:48.923 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:48 smithi105 bash[48986]: ts=2024-03-30T04:41:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:49.109 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:48 smithi097 bash[65835]: debug 2024-03-30T04:41:48.666+0000 7fc4739b6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:41:49.110 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:48 smithi097 bash[65835]: debug 2024-03-30T04:41:48.786+0000 7fc4739b6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:41:49.200 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:48 smithi105 bash[46781]: debug 2024-03-30T04:41:48.926+0000 7f43d2864200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:49.200 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: debug 2024-03-30T04:41:49.042+0000 7f43d2864200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:49.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[65835]: debug 2024-03-30T04:41:49.114+0000 7fc4739b6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:41:49.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[65835]: debug 2024-03-30T04:41:49.234+0000 7fc4739b6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:41:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[18682]: cluster 2024-03-30T04:41:49.675278+0000 mon.a (mon.0) 1332 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[18682]: cluster 2024-03-30T04:41:49.675396+0000 mon.a (mon.0) 1333 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[18682]: audit 2024-03-30T04:41:49.676460+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[18682]: audit 2024-03-30T04:41:49.676905+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[18682]: audit 2024-03-30T04:41:49.679790+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[18682]: audit 2024-03-30T04:41:49.680281+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: debug 2024-03-30T04:41:49.538+0000 7f43d2864200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: debug 2024-03-30T04:41:49.670+0000 7f43d2864200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: [30/Mar/2024:04:41:49] ENGINE Bus STARTING 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: CherryPy Checker: 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: The Application mounted at '' has an empty config. 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: [30/Mar/2024:04:41:49] ENGINE Serving on http://:::9283 2024-03-30T04:41:49.961 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:49 smithi105 bash[46781]: [30/Mar/2024:04:41:49] ENGINE Bus STARTED 2024-03-30T04:41:50.094 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[65835]: debug 2024-03-30T04:41:49.706+0000 7fc4739b6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:41:50.094 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[65835]: debug 2024-03-30T04:41:49.842+0000 7fc4739b6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[23956]: cluster 2024-03-30T04:41:49.675278+0000 mon.a (mon.0) 1332 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[23956]: cluster 2024-03-30T04:41:49.675396+0000 mon.a (mon.0) 1333 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[23956]: audit 2024-03-30T04:41:49.676460+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[23956]: audit 2024-03-30T04:41:49.676905+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[23956]: audit 2024-03-30T04:41:49.679790+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[23956]: audit 2024-03-30T04:41:49.680281+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[18564]: cluster 2024-03-30T04:41:49.675278+0000 mon.a (mon.0) 1332 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[18564]: cluster 2024-03-30T04:41:49.675396+0000 mon.a (mon.0) 1333 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[18564]: audit 2024-03-30T04:41:49.676460+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[18564]: audit 2024-03-30T04:41:49.676905+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:41:50.095 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[18564]: audit 2024-03-30T04:41:49.679790+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:41:50.096 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:49 smithi097 bash[18564]: audit 2024-03-30T04:41:49.680281+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.? 172.21.15.105:0/3566402995' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:41:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[23956]: cluster 2024-03-30T04:41:49.736630+0000 mon.a (mon.0) 1334 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2024-03-30T04:41:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[23956]: cluster 2024-03-30T04:41:49.849993+0000 mon.a (mon.0) 1335 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:41:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[23956]: cluster 2024-03-30T04:41:49.850765+0000 mon.a (mon.0) 1336 : cluster [INF] Activating manager daemon y 2024-03-30T04:41:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[23956]: cluster 2024-03-30T04:41:49.855431+0000 mon.a (mon.0) 1337 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:41:50.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[18564]: cluster 2024-03-30T04:41:49.736630+0000 mon.a (mon.0) 1334 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2024-03-30T04:41:50.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[18564]: cluster 2024-03-30T04:41:49.849993+0000 mon.a (mon.0) 1335 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:41:50.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[18564]: cluster 2024-03-30T04:41:49.850765+0000 mon.a (mon.0) 1336 : cluster [INF] Activating manager daemon y 2024-03-30T04:41:50.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[18564]: cluster 2024-03-30T04:41:49.855431+0000 mon.a (mon.0) 1337 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:41:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:50 smithi105 bash[18682]: cluster 2024-03-30T04:41:49.736630+0000 mon.a (mon.0) 1334 : cluster [DBG] mgrmap e29: y(active, starting, since 9s), standbys: x 2024-03-30T04:41:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:50 smithi105 bash[18682]: cluster 2024-03-30T04:41:49.849993+0000 mon.a (mon.0) 1335 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:41:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:50 smithi105 bash[18682]: cluster 2024-03-30T04:41:49.850765+0000 mon.a (mon.0) 1336 : cluster [INF] Activating manager daemon y 2024-03-30T04:41:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:50 smithi105 bash[18682]: cluster 2024-03-30T04:41:49.855431+0000 mon.a (mon.0) 1337 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:41:51.345 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:50 smithi097 bash[65835]: [30/Mar/2024:04:41:50] ENGINE Bus STARTING 2024-03-30T04:41:51.345 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[65835]: CherryPy Checker: 2024-03-30T04:41:51.345 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[65835]: The Application mounted at '' has an empty config. 2024-03-30T04:41:51.345 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[65835]: [30/Mar/2024:04:41:51] ENGINE Serving on http://:::9283 2024-03-30T04:41:51.345 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[65835]: [30/Mar/2024:04:41:51] ENGINE Bus STARTED 2024-03-30T04:41:52.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: cluster 2024-03-30T04:41:50.763380+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e30: y(active, starting, since 0.912777s), standbys: x 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.774233+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.774690+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.775035+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.777595+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.778379+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.779166+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.779906+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.780501+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.781387+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.781942+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.782670+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.783294+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.784036+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.784764+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:41:52.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.785286+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.786439+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: cluster 2024-03-30T04:41:50.816003+0000 mon.a (mon.0) 1339 : cluster [INF] Manager daemon y is now available 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.865533+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: cluster 2024-03-30T04:41:50.763380+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e30: y(active, starting, since 0.912777s), standbys: x 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.774233+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.774690+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.775035+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.777595+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.778379+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:41:52.090 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.779166+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.779906+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.780501+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.781387+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.781942+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.782670+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.783294+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.784036+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.784764+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.785286+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.786439+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:41:52.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: cluster 2024-03-30T04:41:50.816003+0000 mon.a (mon.0) 1339 : cluster [INF] Manager daemon y is now available 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.865533+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.871263+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.877486+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.877808+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.878187+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.878472+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.897833+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:52.092 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.908247+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.908669+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.936966+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:50.937423+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:51.299905+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:51.300389+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:51.305300+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:51.305645+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:51.306592+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: audit 2024-03-30T04:41:51.307406+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:52.093 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.308677+0000 mgr.y (mgr.15330) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:41:52.094 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.308867+0000 mgr.y (mgr.15330) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:41:52.094 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.375572+0000 mgr.y (mgr.15330) 3 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Bus STARTING 2024-03-30T04:41:52.094 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.481665+0000 mgr.y (mgr.15330) 4 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Serving on http://172.21.15.97:8765 2024-03-30T04:41:52.094 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.871263+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:52.094 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.877486+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:52.094 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.877808+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.878187+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.878472+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.897833+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.908247+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.908669+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.936966+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:50.937423+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:51.299905+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:51.300389+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:51.305300+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:51.305645+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.095 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:51.306592+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:52.096 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: audit 2024-03-30T04:41:51.307406+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:52.096 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.308677+0000 mgr.y (mgr.15330) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:41:52.096 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.308867+0000 mgr.y (mgr.15330) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:41:52.096 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.375572+0000 mgr.y (mgr.15330) 3 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Bus STARTING 2024-03-30T04:41:52.096 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:51 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.481665+0000 mgr.y (mgr.15330) 4 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Serving on http://172.21.15.97:8765 2024-03-30T04:41:52.101 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: cluster 2024-03-30T04:41:50.763380+0000 mon.a (mon.0) 1338 : cluster [DBG] mgrmap e30: y(active, starting, since 0.912777s), standbys: x 2024-03-30T04:41:52.101 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.774233+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:41:52.101 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.774690+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:41:52.101 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.775035+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:41:52.101 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.777595+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:41:52.101 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.778379+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.779166+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.779906+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.780501+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.781387+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.781942+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.782670+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.783294+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.784036+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.784764+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.785286+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.786439+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: cluster 2024-03-30T04:41:50.816003+0000 mon.a (mon.0) 1339 : cluster [INF] Manager daemon y is now available 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.865533+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.871263+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:41:52.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.877486+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.877808+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.878187+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.878472+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.897833+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.908247+0000 mon.c (mon.1) 63 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.908669+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.936966+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:50.937423+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:51.299905+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:51.300389+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:51.305300+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:51.305645+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:51.306592+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: audit 2024-03-30T04:41:51.307406+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:41:52.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.308677+0000 mgr.y (mgr.15330) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:41:52.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.308867+0000 mgr.y (mgr.15330) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:41:52.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.375572+0000 mgr.y (mgr.15330) 3 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Bus STARTING 2024-03-30T04:41:52.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:51 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.481665+0000 mgr.y (mgr.15330) 4 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Serving on http://172.21.15.97:8765 2024-03-30T04:41:53.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cluster 2024-03-30T04:41:51.795711+0000 mon.a (mon.0) 1347 : cluster [DBG] mgrmap e31: y(active, since 1.94512s), standbys: x 2024-03-30T04:41:53.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:51.814342+0000 mgr.y (mgr.15330) 5 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:53.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.820407+0000 mgr.y (mgr.15330) 6 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:41:53.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.820532+0000 mgr.y (mgr.15330) 7 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Bus STARTED 2024-03-30T04:41:53.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cluster 2024-03-30T04:41:51.821281+0000 mgr.y (mgr.15330) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:53.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:51.868942+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:51.911234+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:51.915126+0000 mgr.y (mgr.15330) 9 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:51.966072+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:51.995885+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.065275+0000 mgr.y (mgr.15330) 10 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.091668+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.105074+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.180100+0000 mgr.y (mgr.15330) 11 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.344359+0000 mgr.y (mgr.15330) 12 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.381355+0000 mgr.y (mgr.15330) 13 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.517965+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.524798+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.546205+0000 mgr.y (mgr.15330) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:53.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.666123+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.673442+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.681354+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.686524+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.721349+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.721807+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[18564]: audit 2024-03-30T04:41:52.730441+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cluster 2024-03-30T04:41:51.795711+0000 mon.a (mon.0) 1347 : cluster [DBG] mgrmap e31: y(active, since 1.94512s), standbys: x 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:51.814342+0000 mgr.y (mgr.15330) 5 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.820407+0000 mgr.y (mgr.15330) 6 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:41:53.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.820532+0000 mgr.y (mgr.15330) 7 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Bus STARTED 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cluster 2024-03-30T04:41:51.821281+0000 mgr.y (mgr.15330) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:51.868942+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:51.911234+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:51.915126+0000 mgr.y (mgr.15330) 9 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:51.966072+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:51.995885+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.065275+0000 mgr.y (mgr.15330) 10 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.091668+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.105074+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.180100+0000 mgr.y (mgr.15330) 11 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.344359+0000 mgr.y (mgr.15330) 12 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.381355+0000 mgr.y (mgr.15330) 13 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.517965+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.524798+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.546205+0000 mgr.y (mgr.15330) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.666123+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.673442+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.681354+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.686524+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.721349+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.721807+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:53.039 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:52 smithi097 bash[23956]: audit 2024-03-30T04:41:52.730441+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:53.066 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cluster 2024-03-30T04:41:51.795711+0000 mon.a (mon.0) 1347 : cluster [DBG] mgrmap e31: y(active, since 1.94512s), standbys: x 2024-03-30T04:41:53.066 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:51.814342+0000 mgr.y (mgr.15330) 5 : audit [DBG] from='client.15198 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:41:53.066 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.820407+0000 mgr.y (mgr.15330) 6 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Serving on https://172.21.15.97:7150 2024-03-30T04:41:53.066 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.820532+0000 mgr.y (mgr.15330) 7 : cephadm [INF] [30/Mar/2024:04:41:51] ENGINE Bus STARTED 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cluster 2024-03-30T04:41:51.821281+0000 mgr.y (mgr.15330) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:51.868942+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:51.911234+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:51.915126+0000 mgr.y (mgr.15330) 9 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:51.966072+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:51.995885+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.065275+0000 mgr.y (mgr.15330) 10 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.091668+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.105074+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.180100+0000 mgr.y (mgr.15330) 11 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.344359+0000 mgr.y (mgr.15330) 12 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.381355+0000 mgr.y (mgr.15330) 13 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.517965+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.524798+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.546205+0000 mgr.y (mgr.15330) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.666123+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.673442+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.681354+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.686524+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.721349+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.721807+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:41:53.068 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:52 smithi105 bash[18682]: audit 2024-03-30T04:41:52.730441+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:41:53.849 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:53 smithi105 bash[48986]: ts=2024-03-30T04:41:53.509Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.681958+0000 mgr.y (mgr.15330) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.720931+0000 mgr.y (mgr.15330) 16 : cephadm [INF] Reconfiguring iscsi.foo.smithi097.dwmydq (dependencies changed)... 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[18564]: cephadm 2024-03-30T04:41:52.731329+0000 mgr.y (mgr.15330) 17 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[18564]: cluster 2024-03-30T04:41:52.780677+0000 mgr.y (mgr.15330) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[18564]: cluster 2024-03-30T04:41:52.891521+0000 mon.a (mon.0) 1361 : cluster [DBG] mgrmap e32: y(active, since 3s), standbys: x 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.681958+0000 mgr.y (mgr.15330) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.720931+0000 mgr.y (mgr.15330) 16 : cephadm [INF] Reconfiguring iscsi.foo.smithi097.dwmydq (dependencies changed)... 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[23956]: cephadm 2024-03-30T04:41:52.731329+0000 mgr.y (mgr.15330) 17 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[23956]: cluster 2024-03-30T04:41:52.780677+0000 mgr.y (mgr.15330) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:54.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:53 smithi097 bash[23956]: cluster 2024-03-30T04:41:52.891521+0000 mon.a (mon.0) 1361 : cluster [DBG] mgrmap e32: y(active, since 3s), standbys: x 2024-03-30T04:41:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:53 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.681958+0000 mgr.y (mgr.15330) 15 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:41:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:53 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.720931+0000 mgr.y (mgr.15330) 16 : cephadm [INF] Reconfiguring iscsi.foo.smithi097.dwmydq (dependencies changed)... 2024-03-30T04:41:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:53 smithi105 bash[18682]: cephadm 2024-03-30T04:41:52.731329+0000 mgr.y (mgr.15330) 17 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:41:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:53 smithi105 bash[18682]: cluster 2024-03-30T04:41:52.780677+0000 mgr.y (mgr.15330) 18 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:53 smithi105 bash[18682]: cluster 2024-03-30T04:41:52.891521+0000 mon.a (mon.0) 1361 : cluster [DBG] mgrmap e32: y(active, since 3s), standbys: x 2024-03-30T04:41:54.338 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:41:54.871 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:54 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 3. 2024-03-30T04:41:54.871 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:54 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:54.871 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:54 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:41:55.061 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:54 smithi097 bash[23956]: audit 2024-03-30T04:41:54.330574+0000 mgr.y (mgr.15330) 19 : audit [DBG] from='client.25279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:55.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:54 smithi097 bash[18564]: audit 2024-03-30T04:41:54.330574+0000 mgr.y (mgr.15330) 19 : audit [DBG] from='client.25279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:55.070 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:41:55.070 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 error 23s ago 14m - - 2024-03-30T04:41:55.070 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 15s ago 14m - - 2024-03-30T04:41:55.070 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (81s) 23s ago 7m 12.5M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:41:55.070 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (24s) 15s ago 7m - - dad864ee21e9 499a5532d5b2 2024-03-30T04:41:55.070 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (76s) 23s ago 5m 41.6M - 3.5 e1d6a67b021e 45f8e5224885 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283 running (108s) 15s ago 13m 494M - 19.0.0-2493-gd82c9aa1 3714003597ec cdfcc9699735 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 starting - - - - 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (15m) 23s ago 15m 55.4M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (13m) 15s ago 13m 41.3M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (13m) 23s ago 13m 39.6M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (91s) 23s ago 7m 8164k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (53s) 15s ago 7m 8859k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (13m) 23s ago 13m 54.6M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (12m) 23s ago 12m 56.4M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (11m) 23s ago 11m 49.6M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (11m) 23s ago 11m 55.0M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (10m) 15s ago 10m 57.4M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (10m) 15s ago 10m 52.5M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (9m) 15s ago 9m 51.0M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:41:55.071 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (8m) 15s ago 8m 54.7M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:41:55.072 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (57s) 15s ago 8m 50.4M - 2.33.4 514e6a882f6e 700976f0806f 2024-03-30T04:41:55.072 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (5m) 23s ago 5m 85.2M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:41:55.072 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (5m) 15s ago 5m 85.2M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:41:55.072 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (5m) 23s ago 5m 85.5M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:41:55.072 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (5m) 15s ago 5m 85.3M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:41:55.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:54 smithi105 bash[18682]: audit 2024-03-30T04:41:54.330574+0000 mgr.y (mgr.15330) 19 : audit [DBG] from='client.25279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:55.505 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:41:55.505 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:41:55.505 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:41:55.505 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:41:55.506 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:41:55.507 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:41:55.916 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "", 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "", 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:41:55.917 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: audit 2024-03-30T04:41:54.701355+0000 mgr.y (mgr.15330) 20 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: cluster 2024-03-30T04:41:54.781140+0000 mgr.y (mgr.15330) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: cluster 2024-03-30T04:41:54.893000+0000 mon.a (mon.0) 1362 : cluster [DBG] mgrmap e33: y(active, since 5s), standbys: x 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: audit 2024-03-30T04:41:55.060045+0000 mgr.y (mgr.15330) 22 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: audit 2024-03-30T04:41:55.512248+0000 mon.a (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.97:0/3144331289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: audit 2024-03-30T04:41:55.857930+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: audit 2024-03-30T04:41:55.866256+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[18564]: audit 2024-03-30T04:41:55.872385+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: audit 2024-03-30T04:41:54.701355+0000 mgr.y (mgr.15330) 20 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: cluster 2024-03-30T04:41:54.781140+0000 mgr.y (mgr.15330) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: cluster 2024-03-30T04:41:54.893000+0000 mon.a (mon.0) 1362 : cluster [DBG] mgrmap e33: y(active, since 5s), standbys: x 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: audit 2024-03-30T04:41:55.060045+0000 mgr.y (mgr.15330) 22 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: audit 2024-03-30T04:41:55.512248+0000 mon.a (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.97:0/3144331289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: audit 2024-03-30T04:41:55.857930+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: audit 2024-03-30T04:41:55.866256+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:55 smithi097 bash[23956]: audit 2024-03-30T04:41:55.872385+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: audit 2024-03-30T04:41:54.701355+0000 mgr.y (mgr.15330) 20 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: cluster 2024-03-30T04:41:54.781140+0000 mgr.y (mgr.15330) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: cluster 2024-03-30T04:41:54.893000+0000 mon.a (mon.0) 1362 : cluster [DBG] mgrmap e33: y(active, since 5s), standbys: x 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: audit 2024-03-30T04:41:55.060045+0000 mgr.y (mgr.15330) 22 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: audit 2024-03-30T04:41:55.512248+0000 mon.a (mon.0) 1363 : audit [DBG] from='client.? 172.21.15.97:0/3144331289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: audit 2024-03-30T04:41:55.857930+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: audit 2024-03-30T04:41:55.866256+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:55 smithi105 bash[18682]: audit 2024-03-30T04:41:55.872385+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:56.325 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:41:56.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[51991]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:56.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[51991]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[23956]: audit 2024-03-30T04:41:55.923582+0000 mgr.y (mgr.15330) 23 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[23956]: audit 2024-03-30T04:41:56.331899+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.97:0/3772646908' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[23956]: audit 2024-03-30T04:41:56.618313+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[23956]: audit 2024-03-30T04:41:56.625115+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[23956]: audit 2024-03-30T04:41:56.632401+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[18564]: audit 2024-03-30T04:41:55.923582+0000 mgr.y (mgr.15330) 23 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[18564]: audit 2024-03-30T04:41:56.331899+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.97:0/3772646908' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:57.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[18564]: audit 2024-03-30T04:41:56.618313+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[18564]: audit 2024-03-30T04:41:56.625115+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:56 smithi097 bash[18564]: audit 2024-03-30T04:41:56.632401+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[18682]: audit 2024-03-30T04:41:55.923582+0000 mgr.y (mgr.15330) 23 : audit [DBG] from='client.25303 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:41:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[18682]: audit 2024-03-30T04:41:56.331899+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.97:0/3772646908' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:41:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[18682]: audit 2024-03-30T04:41:56.618313+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[18682]: audit 2024-03-30T04:41:56.625115+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:56 smithi105 bash[18682]: audit 2024-03-30T04:41:56.632401+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:57.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:56 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:41:57.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:41:56 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:41:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:57 smithi105 bash[18682]: cluster 2024-03-30T04:41:56.626611+0000 mgr.y (mgr.15330) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:58.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:57 smithi105 bash[18682]: audit 2024-03-30T04:41:56.931271+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:58.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:57 smithi105 bash[18682]: audit 2024-03-30T04:41:56.937720+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:58.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:57 smithi105 bash[18682]: cephadm 2024-03-30T04:41:56.954970+0000 mgr.y (mgr.15330) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:41:58.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:57 smithi105 bash[18682]: cephadm 2024-03-30T04:41:57.184815+0000 mgr.y (mgr.15330) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:41:58.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:57 smithi105 bash[18682]: cluster 2024-03-30T04:41:57.623272+0000 mon.a (mon.0) 1372 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:58.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[23956]: cluster 2024-03-30T04:41:56.626611+0000 mgr.y (mgr.15330) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[23956]: audit 2024-03-30T04:41:56.931271+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[23956]: audit 2024-03-30T04:41:56.937720+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[23956]: cephadm 2024-03-30T04:41:56.954970+0000 mgr.y (mgr.15330) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[23956]: cephadm 2024-03-30T04:41:57.184815+0000 mgr.y (mgr.15330) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[23956]: cluster 2024-03-30T04:41:57.623272+0000 mon.a (mon.0) 1372 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[18564]: cluster 2024-03-30T04:41:56.626611+0000 mgr.y (mgr.15330) 24 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[18564]: audit 2024-03-30T04:41:56.931271+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[18564]: audit 2024-03-30T04:41:56.937720+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[18564]: cephadm 2024-03-30T04:41:56.954970+0000 mgr.y (mgr.15330) 25 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[18564]: cephadm 2024-03-30T04:41:57.184815+0000 mgr.y (mgr.15330) 26 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi105 2024-03-30T04:41:58.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:57 smithi097 bash[18564]: cluster 2024-03-30T04:41:57.623272+0000 mon.a (mon.0) 1372 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:41:59.125 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:41:58 smithi105 bash[46781]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:41:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: audit 2024-03-30T04:41:58.132330+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: audit 2024-03-30T04:41:58.150917+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: cluster 2024-03-30T04:41:58.156506+0000 mgr.y (mgr.15330) 27 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: audit 2024-03-30T04:41:58.167837+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: audit 2024-03-30T04:41:58.766185+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: audit 2024-03-30T04:41:58.777003+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[23956]: audit 2024-03-30T04:41:58.785930+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: audit 2024-03-30T04:41:58.132330+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.228 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: audit 2024-03-30T04:41:58.150917+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.229 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: cluster 2024-03-30T04:41:58.156506+0000 mgr.y (mgr.15330) 27 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:41:59.229 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: audit 2024-03-30T04:41:58.167837+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.229 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: audit 2024-03-30T04:41:58.766185+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.229 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: audit 2024-03-30T04:41:58.777003+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.229 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:41:59 smithi097 bash[18564]: audit 2024-03-30T04:41:58.785930+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: audit 2024-03-30T04:41:58.132330+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: audit 2024-03-30T04:41:58.150917+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: cluster 2024-03-30T04:41:58.156506+0000 mgr.y (mgr.15330) 27 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 0 B/s wr, 19 op/s 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: audit 2024-03-30T04:41:58.167837+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: audit 2024-03-30T04:41:58.766185+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: audit 2024-03-30T04:41:58.777003+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[18682]: audit 2024-03-30T04:41:58.785930+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:41:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[48986]: ts=2024-03-30T04:41:59.706Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.105:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.105:8765: connect: connection refused" 2024-03-30T04:41:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[48986]: ts=2024-03-30T04:41:59.708Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.105:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.105:8765: connect: connection refused" 2024-03-30T04:41:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[48986]: ts=2024-03-30T04:41:59.712Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.105:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.105:8765: connect: connection refused" 2024-03-30T04:41:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[48986]: ts=2024-03-30T04:41:59.712Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.105:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.105:8765: connect: connection refused" 2024-03-30T04:41:59.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:41:59 smithi105 bash[48986]: ts=2024-03-30T04:41:59.712Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.105:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.105:8765: connect: connection refused" 2024-03-30T04:42:00.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:00 smithi105 bash[18682]: cluster 2024-03-30T04:41:58.778471+0000 mgr.y (mgr.15330) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:42:00.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:00 smithi105 bash[18682]: audit 2024-03-30T04:41:59.220296+0000 mon.a (mon.0) 1379 : audit [DBG] from='client.? 172.21.15.97:0/4004216484' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:42:00.476 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:00 smithi097 bash[23956]: cluster 2024-03-30T04:41:58.778471+0000 mgr.y (mgr.15330) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:42:00.476 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:00 smithi097 bash[23956]: audit 2024-03-30T04:41:59.220296+0000 mon.a (mon.0) 1379 : audit [DBG] from='client.? 172.21.15.97:0/4004216484' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:42:00.476 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:00 smithi097 bash[18564]: cluster 2024-03-30T04:41:58.778471+0000 mgr.y (mgr.15330) 28 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-03-30T04:42:00.476 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:00 smithi097 bash[18564]: audit 2024-03-30T04:41:59.220296+0000 mon.a (mon.0) 1379 : audit [DBG] from='client.? 172.21.15.97:0/4004216484' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[23956]: audit 2024-03-30T04:42:00.458110+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[23956]: audit 2024-03-30T04:42:00.470822+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[23956]: cluster 2024-03-30T04:42:00.473158+0000 mgr.y (mgr.15330) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[23956]: cluster 2024-03-30T04:42:00.473439+0000 mgr.y (mgr.15330) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[23956]: audit 2024-03-30T04:42:00.481603+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[18564]: audit 2024-03-30T04:42:00.458110+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[18564]: audit 2024-03-30T04:42:00.470822+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[18564]: cluster 2024-03-30T04:42:00.473158+0000 mgr.y (mgr.15330) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:42:01.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[18564]: cluster 2024-03-30T04:42:00.473439+0000 mgr.y (mgr.15330) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:42:01.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:01 smithi097 bash[18564]: audit 2024-03-30T04:42:00.481603+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:01 smithi105 bash[18682]: audit 2024-03-30T04:42:00.458110+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:01 smithi105 bash[18682]: audit 2024-03-30T04:42:00.470822+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:01 smithi105 bash[18682]: cluster 2024-03-30T04:42:00.473158+0000 mgr.y (mgr.15330) 29 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 14 op/s 2024-03-30T04:42:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:01 smithi105 bash[18682]: cluster 2024-03-30T04:42:00.473439+0000 mgr.y (mgr.15330) 30 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 15 op/s 2024-03-30T04:42:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:01 smithi105 bash[18682]: audit 2024-03-30T04:42:00.481603+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:02.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[18682]: cluster 2024-03-30T04:42:02.475092+0000 mgr.y (mgr.15330) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:02.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 systemd[1]: Stopping Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[52887]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.775Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.776Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.776Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:42:02.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:02 smithi105 bash[48986]: ts=2024-03-30T04:42:02.776Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:42:03.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:02 smithi097 bash[23956]: cluster 2024-03-30T04:42:02.475092+0000 mgr.y (mgr.15330) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:03.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:02 smithi097 bash[18564]: cluster 2024-03-30T04:42:02.475092+0000 mgr.y (mgr.15330) 31 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:03.590 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:03 smithi105 bash[52896]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:42:03.591 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:03 smithi105 bash[52931]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus.a 2024-03-30T04:42:03.591 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:03 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:42:03.591 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:03 smithi105 systemd[1]: Stopped Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:03.591 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:03 smithi105 systemd[1]: Started Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.600239+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.610228+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.644744+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.646345+0000 mgr.y (mgr.15330) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.669156+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: cephadm 2024-03-30T04:42:03.671769+0000 mgr.y (mgr.15330) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.672223+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:42:04.859 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.673299+0000 mgr.y (mgr.15330) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:42:04.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.676808+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:42:04.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.678245+0000 mgr.y (mgr.15330) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:42:04.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.688286+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.699456+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:42:04.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.700556+0000 mgr.y (mgr.15330) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:42:04.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: audit 2024-03-30T04:42:03.718217+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[23956]: cluster 2024-03-30T04:42:04.475892+0000 mgr.y (mgr.15330) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:04.861 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.600239+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.861 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.610228+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.644744+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:42:04.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.646345+0000 mgr.y (mgr.15330) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:42:04.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.669156+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: cephadm 2024-03-30T04:42:03.671769+0000 mgr.y (mgr.15330) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:42:04.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.672223+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:42:04.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.673299+0000 mgr.y (mgr.15330) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:42:04.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.676808+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:42:04.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.678245+0000 mgr.y (mgr.15330) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:42:04.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.688286+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.699456+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:42:04.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.700556+0000 mgr.y (mgr.15330) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:42:04.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: audit 2024-03-30T04:42:03.718217+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:04 smithi097 bash[18564]: cluster 2024-03-30T04:42:04.475892+0000 mgr.y (mgr.15330) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:04.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.600239+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.610228+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.644744+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.646345+0000 mgr.y (mgr.15330) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.669156+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: cephadm 2024-03-30T04:42:03.671769+0000 mgr.y (mgr.15330) 33 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.97:5000 to Dashboard 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.672223+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.673299+0000 mgr.y (mgr.15330) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.676808+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.678245+0000 mgr.y (mgr.15330) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi097"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.688286+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.699456+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.700556+0000 mgr.y (mgr.15330) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: audit 2024-03-30T04:42:03.718217+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:04.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:04 smithi105 bash[18682]: cluster 2024-03-30T04:42:04.475892+0000 mgr.y (mgr.15330) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:05.571 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.438Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-03-30T04:42:05.572 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.439Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-03-30T04:42:05.572 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.439Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-03-30T04:42:05.572 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.439Z caller=main.go:518 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi105 (none))" 2024-03-30T04:42:05.572 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.439Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:42:05.573 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.439Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:42:05.573 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.440Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:42:05.573 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.441Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-03-30T04:42:05.573 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.443Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-03-30T04:42:05.573 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.446Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:42:05.573 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.446Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.583µs 2024-03-30T04:42:05.574 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.446Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:42:05.574 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.447Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-03-30T04:42:06.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[18564]: audit 2024-03-30T04:42:04.833021+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[18564]: audit 2024-03-30T04:42:04.848276+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[18564]: cluster 2024-03-30T04:42:04.852270+0000 mgr.y (mgr.15330) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 458 B/s rd, 0 op/s 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[18564]: cluster 2024-03-30T04:42:04.852985+0000 mgr.y (mgr.15330) 39 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 505 B/s rd, 0 op/s 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[18564]: audit 2024-03-30T04:42:04.862822+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[23956]: audit 2024-03-30T04:42:04.833021+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[23956]: audit 2024-03-30T04:42:04.848276+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[23956]: cluster 2024-03-30T04:42:04.852270+0000 mgr.y (mgr.15330) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 458 B/s rd, 0 op/s 2024-03-30T04:42:06.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[23956]: cluster 2024-03-30T04:42:04.852985+0000 mgr.y (mgr.15330) 39 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 505 B/s rd, 0 op/s 2024-03-30T04:42:06.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:05 smithi097 bash[23956]: audit 2024-03-30T04:42:04.862822+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[18682]: audit 2024-03-30T04:42:04.833021+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[18682]: audit 2024-03-30T04:42:04.848276+0000 mon.a (mon.0) 1388 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[18682]: cluster 2024-03-30T04:42:04.852270+0000 mgr.y (mgr.15330) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 458 B/s rd, 0 op/s 2024-03-30T04:42:06.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[18682]: cluster 2024-03-30T04:42:04.852985+0000 mgr.y (mgr.15330) 39 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 505 B/s rd, 0 op/s 2024-03-30T04:42:06.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[18682]: audit 2024-03-30T04:42:04.862822+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:06.132 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:05 smithi105 bash[52959]: ts=2024-03-30T04:42:05.923Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-03-30T04:42:06.132 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.137Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-03-30T04:42:06.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.138Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-03-30T04:42:06.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.138Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=213.79µs wal_replay_duration=692.012196ms total_replay_duration=692.265514ms 2024-03-30T04:42:06.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.144Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:42:06.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.144Z caller=main.go:947 level=info msg="TSDB started" 2024-03-30T04:42:06.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.144Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:42:06.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.185Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=40.541133ms db_storage=1.297µs remote_storage=2.418µs web_handler=869ns query_engine=1.143µs scrape=341.988µs scrape_sd=149.92µs notify=14.606µs notify_sd=12.251µs rules=39.479093ms 2024-03-30T04:42:06.461 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[52959]: ts=2024-03-30T04:42:06.185Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-03-30T04:42:07.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:06 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 4. 2024-03-30T04:42:07.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:06 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:07.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:06 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: audit 2024-03-30T04:42:05.905820+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: audit 2024-03-30T04:42:05.908359+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: cephadm 2024-03-30T04:42:06.364669+0000 mgr.y (mgr.15330) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: audit 2024-03-30T04:42:06.365714+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: audit 2024-03-30T04:42:06.366684+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: audit 2024-03-30T04:42:06.369276+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: audit 2024-03-30T04:42:06.371263+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: cephadm 2024-03-30T04:42:06.373380+0000 mgr.y (mgr.15330) 41 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:42:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:06 smithi105 bash[18682]: cluster 2024-03-30T04:42:06.800038+0000 mon.a (mon.0) 1392 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: audit 2024-03-30T04:42:05.905820+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: audit 2024-03-30T04:42:05.908359+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: cephadm 2024-03-30T04:42:06.364669+0000 mgr.y (mgr.15330) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: audit 2024-03-30T04:42:06.365714+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: audit 2024-03-30T04:42:06.366684+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: audit 2024-03-30T04:42:06.369276+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:42:07.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: audit 2024-03-30T04:42:06.371263+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: cephadm 2024-03-30T04:42:06.373380+0000 mgr.y (mgr.15330) 41 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[23956]: cluster 2024-03-30T04:42:06.800038+0000 mon.a (mon.0) 1392 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: audit 2024-03-30T04:42:05.905820+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: audit 2024-03-30T04:42:05.908359+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: cephadm 2024-03-30T04:42:06.364669+0000 mgr.y (mgr.15330) 40 : cephadm [INF] Upgrade: Updating mgr.x 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: audit 2024-03-30T04:42:06.365714+0000 mon.c (mon.1) 78 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: audit 2024-03-30T04:42:06.366684+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: audit 2024-03-30T04:42:06.369276+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: audit 2024-03-30T04:42:06.371263+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: cephadm 2024-03-30T04:42:06.373380+0000 mgr.y (mgr.15330) 41 : cephadm [INF] Deploying daemon mgr.x on smithi105 2024-03-30T04:42:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:06 smithi097 bash[18564]: cluster 2024-03-30T04:42:06.800038+0000 mon.a (mon.0) 1392 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:07 smithi105 bash[18682]: cluster 2024-03-30T04:42:06.854666+0000 mgr.y (mgr.15330) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:07 smithi105 bash[18682]: audit 2024-03-30T04:42:07.879332+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:07 smithi105 bash[18682]: audit 2024-03-30T04:42:07.886043+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:07 smithi105 bash[18682]: audit 2024-03-30T04:42:07.893132+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[18564]: cluster 2024-03-30T04:42:06.854666+0000 mgr.y (mgr.15330) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[18564]: audit 2024-03-30T04:42:07.879332+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[18564]: audit 2024-03-30T04:42:07.886043+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[18564]: audit 2024-03-30T04:42:07.893132+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[23956]: cluster 2024-03-30T04:42:06.854666+0000 mgr.y (mgr.15330) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[23956]: audit 2024-03-30T04:42:07.879332+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[23956]: audit 2024-03-30T04:42:07.886043+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:07 smithi097 bash[23956]: audit 2024-03-30T04:42:07.893132+0000 mon.a (mon.0) 1395 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.070 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:08 smithi105 bash[53237]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:09.070 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:08 smithi105 bash[53237]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:09.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: cluster 2024-03-30T04:42:07.887318+0000 mgr.y (mgr.15330) 43 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:09.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: cluster 2024-03-30T04:42:07.887560+0000 mgr.y (mgr.15330) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 945 B/s rd, 0 op/s 2024-03-30T04:42:09.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: audit 2024-03-30T04:42:08.353772+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: audit 2024-03-30T04:42:08.370318+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: cluster 2024-03-30T04:42:08.373076+0000 mgr.y (mgr.15330) 45 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: cluster 2024-03-30T04:42:08.373317+0000 mgr.y (mgr.15330) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[18564]: audit 2024-03-30T04:42:08.387874+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: cluster 2024-03-30T04:42:07.887318+0000 mgr.y (mgr.15330) 43 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: cluster 2024-03-30T04:42:07.887560+0000 mgr.y (mgr.15330) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 945 B/s rd, 0 op/s 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: audit 2024-03-30T04:42:08.353772+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: audit 2024-03-30T04:42:08.370318+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: cluster 2024-03-30T04:42:08.373076+0000 mgr.y (mgr.15330) 45 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: cluster 2024-03-30T04:42:08.373317+0000 mgr.y (mgr.15330) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:09 smithi097 bash[23956]: audit 2024-03-30T04:42:08.387874+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: cluster 2024-03-30T04:42:07.887318+0000 mgr.y (mgr.15330) 43 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: cluster 2024-03-30T04:42:07.887560+0000 mgr.y (mgr.15330) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 945 B/s rd, 0 op/s 2024-03-30T04:42:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: audit 2024-03-30T04:42:08.353772+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: audit 2024-03-30T04:42:08.370318+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: cluster 2024-03-30T04:42:08.373076+0000 mgr.y (mgr.15330) 45 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: cluster 2024-03-30T04:42:08.373317+0000 mgr.y (mgr.15330) 46 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:09 smithi105 bash[18682]: audit 2024-03-30T04:42:08.387874+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:10.349 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:10.349 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:10.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:10 smithi097 bash[23956]: audit 2024-03-30T04:42:08.901174+0000 mgr.y (mgr.15330) 47 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:10.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:10 smithi097 bash[18564]: audit 2024-03-30T04:42:08.901174+0000 mgr.y (mgr.15330) 47 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:10.631 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.632 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.632 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.632 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.633 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.633 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.633 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.634 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.634 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:10 smithi105 bash[18682]: audit 2024-03-30T04:42:08.901174+0000 mgr.y (mgr.15330) 47 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:10.634 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:10.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:10 smithi105 systemd[1]: Stopping Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:11.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:11 smithi097 bash[18564]: cluster 2024-03-30T04:42:10.374048+0000 mgr.y (mgr.15330) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-03-30T04:42:11.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:11 smithi097 bash[23956]: cluster 2024-03-30T04:42:10.374048+0000 mgr.y (mgr.15330) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-03-30T04:42:11.660 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 bash[53458]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:42:11.660 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:42:11.660 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 bash[53521]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mgr-x 2024-03-30T04:42:11.660 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service: Failed with result 'exit-code'. 2024-03-30T04:42:11.660 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: Stopped Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:11 smithi105 bash[18682]: cluster 2024-03-30T04:42:10.374048+0000 mgr.y (mgr.15330) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-03-30T04:42:11.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.960 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.961 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.961 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.961 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.962 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:11.962 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: Started Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:11.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:42:11 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:12.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:42:12] "GET /metrics HTTP/1.1" 200 38239 "" "Prometheus/2.33.4" 2024-03-30T04:42:12.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: cluster 2024-03-30T04:42:11.801853+0000 mon.a (mon.0) 1399 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:12.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:11.845605+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:11.862051+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:11.905543+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:11.911095+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:11.912747+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:11.930693+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.024002+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.028724+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.044802+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.048798+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.049406+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.061581+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:42:12.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.065620+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.066243+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.078328+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.083657+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.088740+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.090535+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: cluster 2024-03-30T04:42:11.801853+0000 mon.a (mon.0) 1399 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:11.845605+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:11.862051+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:11.905543+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:11.911095+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:11.912747+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:11.930693+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.024002+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.028724+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.044802+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.048798+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:12.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.049406+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.061581+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.065620+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.066243+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.078328+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.083657+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.088740+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.090535+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.107322+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.199321+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.203789+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.205870+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.210682+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.212316+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.226393+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.319274+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.322637+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.324622+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.327632+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.328842+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[18564]: audit 2024-03-30T04:42:12.343020+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.107322+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.199321+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.203789+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.205870+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.210682+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.212316+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.226393+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.319274+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.322637+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.324622+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.327632+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.328842+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:12 smithi097 bash[23956]: audit 2024-03-30T04:42:12.343020+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: cluster 2024-03-30T04:42:11.801853+0000 mon.a (mon.0) 1399 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:12.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:11.845605+0000 mon.a (mon.0) 1400 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:11.862051+0000 mon.a (mon.0) 1401 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:11.905543+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:11.911095+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:11.912747+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:11.930693+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.024002+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.028724+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.044802+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.048798+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.049406+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.061581+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.065620+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.066243+0000 mon.a (mon.0) 1406 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.078328+0000 mon.a (mon.0) 1407 : audit [INF] from='mgr.15330 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-03-30T04:42:12.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.083657+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.088740+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.090535+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.107322+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.199321+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.203789+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.205870+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.210682+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.212316+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.226393+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.319274+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.322637+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.324622+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.327632+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.328842+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:12.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:12 smithi105 bash[18682]: audit 2024-03-30T04:42:12.343020+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:11.916476+0000 mgr.y (mgr.15330) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1011 B/s rd, 0 op/s 2024-03-30T04:42:13.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:11.917005+0000 mgr.y (mgr.15330) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:13.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:11.934125+0000 mgr.y (mgr.15330) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.030290+0000 mgr.y (mgr.15330) 52 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.093651+0000 mgr.y (mgr.15330) 53 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.094041+0000 mgr.y (mgr.15330) 54 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.110548+0000 mgr.y (mgr.15330) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.215146+0000 mgr.y (mgr.15330) 56 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.215414+0000 mgr.y (mgr.15330) 57 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.229836+0000 mgr.y (mgr.15330) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.331188+0000 mgr.y (mgr.15330) 59 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.331613+0000 mgr.y (mgr.15330) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.347141+0000 mgr.y (mgr.15330) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.432528+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.436557+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.438641+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.442986+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.444509+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.447289+0000 mgr.y (mgr.15330) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:11.916476+0000 mgr.y (mgr.15330) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1011 B/s rd, 0 op/s 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:11.917005+0000 mgr.y (mgr.15330) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:11.934125+0000 mgr.y (mgr.15330) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.030290+0000 mgr.y (mgr.15330) 52 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.093651+0000 mgr.y (mgr.15330) 53 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.094041+0000 mgr.y (mgr.15330) 54 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.110548+0000 mgr.y (mgr.15330) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.215146+0000 mgr.y (mgr.15330) 56 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.215414+0000 mgr.y (mgr.15330) 57 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.229836+0000 mgr.y (mgr.15330) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.331188+0000 mgr.y (mgr.15330) 59 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.331613+0000 mgr.y (mgr.15330) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.347141+0000 mgr.y (mgr.15330) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.432528+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.436557+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.438641+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.442986+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.444509+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.447289+0000 mgr.y (mgr.15330) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.447562+0000 mgr.y (mgr.15330) 63 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.456290+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.458155+0000 mgr.y (mgr.15330) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.535195+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.537533+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.539120+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.542106+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.543581+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.545881+0000 mgr.y (mgr.15330) 65 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.546145+0000 mgr.y (mgr.15330) 66 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.554959+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.555901+0000 mgr.y (mgr.15330) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.631403+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.634185+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.635942+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.639273+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.640664+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.648686+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.739081+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.743492+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.447562+0000 mgr.y (mgr.15330) 63 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.456290+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.458155+0000 mgr.y (mgr.15330) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.535195+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.537533+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.539120+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.542106+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.543581+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.545881+0000 mgr.y (mgr.15330) 65 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.546145+0000 mgr.y (mgr.15330) 66 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.554959+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.555901+0000 mgr.y (mgr.15330) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.631403+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.634185+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.635942+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.639273+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.640664+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.648686+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.739081+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.743492+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.745629+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.750282+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.751857+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.763571+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.843620+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.846557+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.848053+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.851030+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.852709+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.860672+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.939297+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.941577+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.942555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.944827+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.945627+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:12.955396+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.043598+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.047815+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.049555+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.053528+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.745629+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.750282+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.751857+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.763571+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.843620+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.846557+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.848053+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.851030+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.852709+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.860672+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.939297+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.941577+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.942555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.944827+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.945627+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:12.955396+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.043598+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.047815+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.049555+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.053528+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.054903+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.069245+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.159535+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.163930+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.165947+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.170405+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.172023+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.184525+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.274574+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.279099+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.281366+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.285523+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.286851+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[18564]: audit 2024-03-30T04:42:13.301273+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.054903+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.069245+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.159535+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.163930+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.165947+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.170405+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.172023+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.184525+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.274574+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.279099+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.281366+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.285523+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.286851+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:13 smithi097 bash[23956]: audit 2024-03-30T04:42:13.301273+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.657 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[53578]: debug 2024-03-30T04:42:13.601+0000 7f62c58e5700 1 -- 172.21.15.105:0/1741437510 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5590deed25a0 con 0x5590dfc52400 2024-03-30T04:42:13.657 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[52959]: ts=2024-03-30T04:42:13.504Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:13.658 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:11.916476+0000 mgr.y (mgr.15330) 49 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1011 B/s rd, 0 op/s 2024-03-30T04:42:13.658 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:11.917005+0000 mgr.y (mgr.15330) 50 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:13.658 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:11.934125+0000 mgr.y (mgr.15330) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.658 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.030290+0000 mgr.y (mgr.15330) 52 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-30T04:42:13.658 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.093651+0000 mgr.y (mgr.15330) 53 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:42:13.658 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.094041+0000 mgr.y (mgr.15330) 54 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.110548+0000 mgr.y (mgr.15330) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.215146+0000 mgr.y (mgr.15330) 56 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.215414+0000 mgr.y (mgr.15330) 57 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.229836+0000 mgr.y (mgr.15330) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.331188+0000 mgr.y (mgr.15330) 59 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.331613+0000 mgr.y (mgr.15330) 60 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.347141+0000 mgr.y (mgr.15330) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.432528+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.436557+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.438641+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.442986+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.444509+0000 mon.c (mon.1) 105 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.447289+0000 mgr.y (mgr.15330) 62 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.447562+0000 mgr.y (mgr.15330) 63 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.456290+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.458155+0000 mgr.y (mgr.15330) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.535195+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.537533+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.539120+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.542106+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.543581+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.545881+0000 mgr.y (mgr.15330) 65 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.546145+0000 mgr.y (mgr.15330) 66 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.554959+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.555901+0000 mgr.y (mgr.15330) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.631403+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.634185+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.635942+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.639273+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.640664+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.648686+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.739081+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.743492+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.745629+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.750282+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.751857+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.763571+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.843620+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.846557+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.848053+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.851030+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.852709+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.860672+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.939297+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.941577+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.942555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.944827+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.945627+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:12.955396+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.043598+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.047815+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.049555+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.053528+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.054903+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.069245+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.159535+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.163930+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.165947+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.170405+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.172023+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.184525+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.274574+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.279099+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.281366+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.285523+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.286851+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:13.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[18682]: audit 2024-03-30T04:42:13.301273+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:13.959 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:13 smithi105 bash[53578]: debug 2024-03-30T04:42:13.757+0000 7f62cfaf4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.642995+0000 mgr.y (mgr.15330) 68 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.643599+0000 mgr.y (mgr.15330) 69 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.650890+0000 mgr.y (mgr.15330) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.754897+0000 mgr.y (mgr.15330) 71 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.755484+0000 mgr.y (mgr.15330) 72 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.765212+0000 mgr.y (mgr.15330) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.854770+0000 mgr.y (mgr.15330) 74 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.855015+0000 mgr.y (mgr.15330) 75 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.863520+0000 mgr.y (mgr.15330) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.947112+0000 mgr.y (mgr.15330) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:12.947362+0000 mgr.y (mgr.15330) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:12.956091+0000 mgr.y (mgr.15330) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.057453+0000 mgr.y (mgr.15330) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.057706+0000 mgr.y (mgr.15330) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.070444+0000 mgr.y (mgr.15330) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.174902+0000 mgr.y (mgr.15330) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.175385+0000 mgr.y (mgr.15330) 84 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.186005+0000 mgr.y (mgr.15330) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.289483+0000 mgr.y (mgr.15330) 86 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.290113+0000 mgr.y (mgr.15330) 87 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.302216+0000 mgr.y (mgr.15330) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.403678+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.407677+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.409350+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.413369+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.414220+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.416122+0000 mgr.y (mgr.15330) 89 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.416809+0000 mgr.y (mgr.15330) 90 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.423216+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.424052+0000 mgr.y (mgr.15330) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.498234+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.500886+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.502067+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.504992+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.506052+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.508063+0000 mgr.y (mgr.15330) 92 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.508672+0000 mgr.y (mgr.15330) 93 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.517161+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.517884+0000 mgr.y (mgr.15330) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.594492+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.597413+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.598896+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.602202+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.603546+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.612187+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.703736+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.707520+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.709066+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.712758+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.713991+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.724938+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.786101+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.788656+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.790388+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.794604+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.796067+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.805066+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.864442+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.871021+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.872215+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.874737+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.875586+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.882923+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.971683+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.975681+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.978329+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.982966+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.984667+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:13.997567+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.073835+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.078105+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.079819+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.083212+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.084584+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.094786+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.154518+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.156653+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.157650+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.160215+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.161088+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.168147+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.255875+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.260329+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.262260+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.267065+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.268686+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.281828+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:14 smithi105 bash[18682]: audit 2024-03-30T04:42:14.370815+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.642995+0000 mgr.y (mgr.15330) 68 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.643599+0000 mgr.y (mgr.15330) 69 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.650890+0000 mgr.y (mgr.15330) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.754897+0000 mgr.y (mgr.15330) 71 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.755484+0000 mgr.y (mgr.15330) 72 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.765212+0000 mgr.y (mgr.15330) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.854770+0000 mgr.y (mgr.15330) 74 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.855015+0000 mgr.y (mgr.15330) 75 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.863520+0000 mgr.y (mgr.15330) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.947112+0000 mgr.y (mgr.15330) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:12.947362+0000 mgr.y (mgr.15330) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:12.956091+0000 mgr.y (mgr.15330) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.057453+0000 mgr.y (mgr.15330) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.057706+0000 mgr.y (mgr.15330) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.070444+0000 mgr.y (mgr.15330) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.174902+0000 mgr.y (mgr.15330) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.175385+0000 mgr.y (mgr.15330) 84 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.186005+0000 mgr.y (mgr.15330) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.289483+0000 mgr.y (mgr.15330) 86 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.290113+0000 mgr.y (mgr.15330) 87 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.642995+0000 mgr.y (mgr.15330) 68 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.643599+0000 mgr.y (mgr.15330) 69 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.650890+0000 mgr.y (mgr.15330) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.754897+0000 mgr.y (mgr.15330) 71 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.755484+0000 mgr.y (mgr.15330) 72 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.765212+0000 mgr.y (mgr.15330) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.854770+0000 mgr.y (mgr.15330) 74 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.855015+0000 mgr.y (mgr.15330) 75 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.863520+0000 mgr.y (mgr.15330) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.947112+0000 mgr.y (mgr.15330) 77 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:12.947362+0000 mgr.y (mgr.15330) 78 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:12.956091+0000 mgr.y (mgr.15330) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.057453+0000 mgr.y (mgr.15330) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.057706+0000 mgr.y (mgr.15330) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.070444+0000 mgr.y (mgr.15330) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.174902+0000 mgr.y (mgr.15330) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.175385+0000 mgr.y (mgr.15330) 84 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.186005+0000 mgr.y (mgr.15330) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.289483+0000 mgr.y (mgr.15330) 86 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.290113+0000 mgr.y (mgr.15330) 87 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.302216+0000 mgr.y (mgr.15330) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.403678+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.407677+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.409350+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.413369+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.414220+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.416122+0000 mgr.y (mgr.15330) 89 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.416809+0000 mgr.y (mgr.15330) 90 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.423216+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.424052+0000 mgr.y (mgr.15330) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.498234+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.500886+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.502067+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.504992+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.506052+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.508063+0000 mgr.y (mgr.15330) 92 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.508672+0000 mgr.y (mgr.15330) 93 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.517161+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.517884+0000 mgr.y (mgr.15330) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.594492+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.597413+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.598896+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.602202+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.603546+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.612187+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.703736+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.707520+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.709066+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.712758+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.713991+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.724938+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.786101+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.788656+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.790388+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.794604+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.796067+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.805066+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.864442+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.871021+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.872215+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.302216+0000 mgr.y (mgr.15330) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.403678+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.407677+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.409350+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.413369+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.414220+0000 mon.c (mon.1) 150 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.416122+0000 mgr.y (mgr.15330) 89 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.416809+0000 mgr.y (mgr.15330) 90 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.423216+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.424052+0000 mgr.y (mgr.15330) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.498234+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.500886+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.502067+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.504992+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.506052+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.508063+0000 mgr.y (mgr.15330) 92 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.508672+0000 mgr.y (mgr.15330) 93 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.517161+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.517884+0000 mgr.y (mgr.15330) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.594492+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.874737+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.875586+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.882923+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.971683+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.975681+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.978329+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.982966+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.984667+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:13.997567+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.073835+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.078105+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.079819+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.083212+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.084584+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.094786+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.154518+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.156653+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.157650+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.160215+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.161088+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.168147+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.255875+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.260329+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.262260+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.267065+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.268686+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.281828+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[18564]: audit 2024-03-30T04:42:14.370815+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.597413+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.598896+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.602202+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.603546+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.612187+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.703736+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.707520+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.709066+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.712758+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.713991+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.724938+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.786101+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.788656+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.790388+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.794604+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.796067+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.805066+0000 mon.a (mon.0) 1424 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.864442+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.871021+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.872215+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.874737+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.875586+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.882923+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.971683+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.975681+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.978329+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.982966+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.984667+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:13.997567+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.073835+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.078105+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.079819+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.083212+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.084584+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.094786+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.154518+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.156653+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.157650+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.160215+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.161088+0000 mon.c (mon.1) 190 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.168147+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.255875+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.260329+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.262260+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.267065+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:14.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.268686+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:14.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.281828+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:14.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:14 smithi097 bash[23956]: audit 2024-03-30T04:42:14.370815+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[53578]: debug 2024-03-30T04:42:15.413+0000 7f62cfaf4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:42:15.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[53578]: debug 2024-03-30T04:42:15.513+0000 7f62cfaf4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:42:15.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.606084+0000 mgr.y (mgr.15330) 95 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.606652+0000 mgr.y (mgr.15330) 96 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.615001+0000 mgr.y (mgr.15330) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.716463+0000 mgr.y (mgr.15330) 98 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.716829+0000 mgr.y (mgr.15330) 99 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.726145+0000 mgr.y (mgr.15330) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.798428+0000 mgr.y (mgr.15330) 101 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.799021+0000 mgr.y (mgr.15330) 102 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.807449+0000 mgr.y (mgr.15330) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.877208+0000 mgr.y (mgr.15330) 104 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.877659+0000 mgr.y (mgr.15330) 105 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.883769+0000 mgr.y (mgr.15330) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.987654+0000 mgr.y (mgr.15330) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:13.988189+0000 mgr.y (mgr.15330) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:13.998894+0000 mgr.y (mgr.15330) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.086985+0000 mgr.y (mgr.15330) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.087235+0000 mgr.y (mgr.15330) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.095527+0000 mgr.y (mgr.15330) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.162661+0000 mgr.y (mgr.15330) 113 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.162880+0000 mgr.y (mgr.15330) 114 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.170928+0000 mgr.y (mgr.15330) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.271723+0000 mgr.y (mgr.15330) 116 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.272421+0000 mgr.y (mgr.15330) 117 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.282965+0000 mgr.y (mgr.15330) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.377467+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.399114+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.402091+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.403069+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.404904+0000 mgr.y (mgr.15330) 119 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.405174+0000 mgr.y (mgr.15330) 120 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.413052+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.415308+0000 mgr.y (mgr.15330) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.492452+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.495144+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.496166+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.498953+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.499823+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.501513+0000 mgr.y (mgr.15330) 122 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.501720+0000 mgr.y (mgr.15330) 123 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.508876+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.510772+0000 mgr.y (mgr.15330) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.573586+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.576489+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.578010+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.581006+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.581909+0000 mon.c (mon.1) 210 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.583689+0000 mgr.y (mgr.15330) 125 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.584097+0000 mgr.y (mgr.15330) 126 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.594485+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.675599+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.678400+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.679712+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.683042+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.684093+0000 mon.c (mon.1) 215 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.696482+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.786656+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.791312+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.793375+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.797771+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.799408+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.812747+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.905597+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.910044+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.912038+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.916116+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.917595+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:14.930633+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.003947+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.008257+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.010360+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.014924+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.016445+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.031534+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.110322+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.113207+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.114787+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.118375+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.119653+0000 mon.c (mon.1) 235 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.132056+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.221255+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.224994+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.226585+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.230455+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.231753+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.246043+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.291648+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.294025+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.295180+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.298242+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.299534+0000 mon.c (mon.1) 245 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[18682]: audit 2024-03-30T04:42:15.313674+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.606084+0000 mgr.y (mgr.15330) 95 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.606652+0000 mgr.y (mgr.15330) 96 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.615001+0000 mgr.y (mgr.15330) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.716463+0000 mgr.y (mgr.15330) 98 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.716829+0000 mgr.y (mgr.15330) 99 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.726145+0000 mgr.y (mgr.15330) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.798428+0000 mgr.y (mgr.15330) 101 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.799021+0000 mgr.y (mgr.15330) 102 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.807449+0000 mgr.y (mgr.15330) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.877208+0000 mgr.y (mgr.15330) 104 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.877659+0000 mgr.y (mgr.15330) 105 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.883769+0000 mgr.y (mgr.15330) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.987654+0000 mgr.y (mgr.15330) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:13.988189+0000 mgr.y (mgr.15330) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:13.998894+0000 mgr.y (mgr.15330) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.086985+0000 mgr.y (mgr.15330) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.087235+0000 mgr.y (mgr.15330) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.095527+0000 mgr.y (mgr.15330) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.162661+0000 mgr.y (mgr.15330) 113 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.162880+0000 mgr.y (mgr.15330) 114 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.606084+0000 mgr.y (mgr.15330) 95 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.606652+0000 mgr.y (mgr.15330) 96 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.615001+0000 mgr.y (mgr.15330) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.716463+0000 mgr.y (mgr.15330) 98 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.716829+0000 mgr.y (mgr.15330) 99 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.726145+0000 mgr.y (mgr.15330) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.798428+0000 mgr.y (mgr.15330) 101 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.799021+0000 mgr.y (mgr.15330) 102 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.807449+0000 mgr.y (mgr.15330) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.877208+0000 mgr.y (mgr.15330) 104 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.877659+0000 mgr.y (mgr.15330) 105 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.883769+0000 mgr.y (mgr.15330) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.987654+0000 mgr.y (mgr.15330) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:13.988189+0000 mgr.y (mgr.15330) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:13.998894+0000 mgr.y (mgr.15330) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.086985+0000 mgr.y (mgr.15330) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.087235+0000 mgr.y (mgr.15330) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.095527+0000 mgr.y (mgr.15330) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.162661+0000 mgr.y (mgr.15330) 113 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.162880+0000 mgr.y (mgr.15330) 114 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.170928+0000 mgr.y (mgr.15330) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.271723+0000 mgr.y (mgr.15330) 116 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.272421+0000 mgr.y (mgr.15330) 117 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.282965+0000 mgr.y (mgr.15330) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.377467+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.399114+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.402091+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.403069+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.404904+0000 mgr.y (mgr.15330) 119 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.405174+0000 mgr.y (mgr.15330) 120 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.413052+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.415308+0000 mgr.y (mgr.15330) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.492452+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.495144+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.496166+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.498953+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.499823+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.501513+0000 mgr.y (mgr.15330) 122 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.501720+0000 mgr.y (mgr.15330) 123 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.508876+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.170928+0000 mgr.y (mgr.15330) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.271723+0000 mgr.y (mgr.15330) 116 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.272421+0000 mgr.y (mgr.15330) 117 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.282965+0000 mgr.y (mgr.15330) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.377467+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.399114+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.402091+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.403069+0000 mon.c (mon.1) 200 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.404904+0000 mgr.y (mgr.15330) 119 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.405174+0000 mgr.y (mgr.15330) 120 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.413052+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.415308+0000 mgr.y (mgr.15330) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.492452+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.495144+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.496166+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.498953+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.499823+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.501513+0000 mgr.y (mgr.15330) 122 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.501720+0000 mgr.y (mgr.15330) 123 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.508876+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.510772+0000 mgr.y (mgr.15330) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.573586+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.576489+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.578010+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.581006+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.581909+0000 mon.c (mon.1) 210 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.583689+0000 mgr.y (mgr.15330) 125 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.584097+0000 mgr.y (mgr.15330) 126 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.594485+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.675599+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.678400+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.679712+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.683042+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.684093+0000 mon.c (mon.1) 215 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.696482+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.786656+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.791312+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.793375+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.797771+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.799408+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.510772+0000 mgr.y (mgr.15330) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.573586+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.576489+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.578010+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.581006+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.581909+0000 mon.c (mon.1) 210 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.583689+0000 mgr.y (mgr.15330) 125 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.584097+0000 mgr.y (mgr.15330) 126 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.594485+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.675599+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.678400+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.679712+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.683042+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.684093+0000 mon.c (mon.1) 215 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.696482+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.786656+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.791312+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.793375+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.797771+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.799408+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.812747+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.905597+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.910044+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.912038+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.916116+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.917595+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:14.930633+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.003947+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.008257+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.010360+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.014924+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.016445+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.031534+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.110322+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.113207+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.114787+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.118375+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.119653+0000 mon.c (mon.1) 235 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.132056+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.221255+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.224994+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.226585+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.230455+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.231753+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.246043+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.291648+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.294025+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.295180+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.298242+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.299534+0000 mon.c (mon.1) 245 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[18564]: audit 2024-03-30T04:42:15.313674+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.812747+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.905597+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.910044+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.912038+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.916116+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.917595+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:14.930633+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.003947+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.008257+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.010360+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.014924+0000 mon.c (mon.1) 229 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.016445+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.031534+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.110322+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.113207+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.114787+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.118375+0000 mon.c (mon.1) 234 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.119653+0000 mon.c (mon.1) 235 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.132056+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.221255+0000 mon.c (mon.1) 236 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.224994+0000 mon.c (mon.1) 237 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.226585+0000 mon.c (mon.1) 238 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.230455+0000 mon.c (mon.1) 239 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.231753+0000 mon.c (mon.1) 240 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.246043+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.291648+0000 mon.c (mon.1) 241 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.294025+0000 mon.c (mon.1) 242 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.295180+0000 mon.c (mon.1) 243 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.298242+0000 mon.c (mon.1) 244 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.299534+0000 mon.c (mon.1) 245 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:15.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:15 smithi097 bash[23956]: audit 2024-03-30T04:42:15.313674+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.209 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:15 smithi105 bash[53578]: debug 2024-03-30T04:42:15.781+0000 7f62cfaf4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:42:16.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.595646+0000 mgr.y (mgr.15330) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.686334+0000 mgr.y (mgr.15330) 128 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.686945+0000 mgr.y (mgr.15330) 129 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.697392+0000 mgr.y (mgr.15330) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.802300+0000 mgr.y (mgr.15330) 131 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.802954+0000 mgr.y (mgr.15330) 132 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.814043+0000 mgr.y (mgr.15330) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.920379+0000 mgr.y (mgr.15330) 134 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:14.920930+0000 mgr.y (mgr.15330) 135 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:14.931611+0000 mgr.y (mgr.15330) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.019245+0000 mgr.y (mgr.15330) 137 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.019848+0000 mgr.y (mgr.15330) 138 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.032489+0000 mgr.y (mgr.15330) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.121827+0000 mgr.y (mgr.15330) 140 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.122397+0000 mgr.y (mgr.15330) 141 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.133030+0000 mgr.y (mgr.15330) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.234328+0000 mgr.y (mgr.15330) 143 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.234814+0000 mgr.y (mgr.15330) 144 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.247025+0000 mgr.y (mgr.15330) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.301734+0000 mgr.y (mgr.15330) 146 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.302252+0000 mgr.y (mgr.15330) 147 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.314558+0000 mgr.y (mgr.15330) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.397091+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.410991+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.412144+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.414711+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.415508+0000 mon.c (mon.1) 250 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.417185+0000 mgr.y (mgr.15330) 149 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.417638+0000 mgr.y (mgr.15330) 150 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.422494+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.426456+0000 mgr.y (mgr.15330) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.514903+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.519517+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.521401+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.524430+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.525676+0000 mon.c (mon.1) 255 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.527844+0000 mgr.y (mgr.15330) 152 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.528414+0000 mgr.y (mgr.15330) 153 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.536877+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.537802+0000 mgr.y (mgr.15330) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.596047+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.598260+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.599673+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.601976+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.603004+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.611969+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.695305+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.698004+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.699173+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.702050+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.703094+0000 mon.c (mon.1) 265 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.715846+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.783189+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.786943+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.788461+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.792466+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.793821+0000 mon.c (mon.1) 270 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.804815+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.854261+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.652 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.857541+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.858858+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.861884+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.862838+0000 mon.c (mon.1) 275 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.872127+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.949824+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.953510+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.653 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.955396+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.959773+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.961260+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:15.972257+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.062375+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.066877+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.068856+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.072819+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.074413+0000 mon.c (mon.1) 285 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.085717+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.177088+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.181405+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.183446+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.654 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.187771+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.189176+0000 mon.c (mon.1) 290 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.199734+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.289877+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.294037+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.295666+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.298952+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.300378+0000 mon.c (mon.1) 295 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.314640+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.374498+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.377285+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.378777+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.382003+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[18682]: audit 2024-03-30T04:42:16.383020+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.595646+0000 mgr.y (mgr.15330) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.686334+0000 mgr.y (mgr.15330) 128 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.686945+0000 mgr.y (mgr.15330) 129 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.697392+0000 mgr.y (mgr.15330) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.802300+0000 mgr.y (mgr.15330) 131 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.802954+0000 mgr.y (mgr.15330) 132 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.814043+0000 mgr.y (mgr.15330) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.920379+0000 mgr.y (mgr.15330) 134 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:14.920930+0000 mgr.y (mgr.15330) 135 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:14.931611+0000 mgr.y (mgr.15330) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.019245+0000 mgr.y (mgr.15330) 137 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.019848+0000 mgr.y (mgr.15330) 138 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.032489+0000 mgr.y (mgr.15330) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.121827+0000 mgr.y (mgr.15330) 140 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.122397+0000 mgr.y (mgr.15330) 141 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.133030+0000 mgr.y (mgr.15330) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.234328+0000 mgr.y (mgr.15330) 143 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.234814+0000 mgr.y (mgr.15330) 144 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.247025+0000 mgr.y (mgr.15330) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.301734+0000 mgr.y (mgr.15330) 146 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.302252+0000 mgr.y (mgr.15330) 147 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.314558+0000 mgr.y (mgr.15330) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.397091+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.410991+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.412144+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.414711+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.415508+0000 mon.c (mon.1) 250 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.417185+0000 mgr.y (mgr.15330) 149 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.417638+0000 mgr.y (mgr.15330) 150 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.422494+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.426456+0000 mgr.y (mgr.15330) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.514903+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.519517+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.521401+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.524430+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.525676+0000 mon.c (mon.1) 255 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.527844+0000 mgr.y (mgr.15330) 152 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.528414+0000 mgr.y (mgr.15330) 153 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.536877+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.537802+0000 mgr.y (mgr.15330) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.595646+0000 mgr.y (mgr.15330) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.686334+0000 mgr.y (mgr.15330) 128 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.686945+0000 mgr.y (mgr.15330) 129 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.697392+0000 mgr.y (mgr.15330) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.802300+0000 mgr.y (mgr.15330) 131 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.802954+0000 mgr.y (mgr.15330) 132 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.814043+0000 mgr.y (mgr.15330) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.920379+0000 mgr.y (mgr.15330) 134 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:14.920930+0000 mgr.y (mgr.15330) 135 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:14.931611+0000 mgr.y (mgr.15330) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.019245+0000 mgr.y (mgr.15330) 137 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.019848+0000 mgr.y (mgr.15330) 138 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.032489+0000 mgr.y (mgr.15330) 139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.121827+0000 mgr.y (mgr.15330) 140 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.122397+0000 mgr.y (mgr.15330) 141 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.133030+0000 mgr.y (mgr.15330) 142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.234328+0000 mgr.y (mgr.15330) 143 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.234814+0000 mgr.y (mgr.15330) 144 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.247025+0000 mgr.y (mgr.15330) 145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.301734+0000 mgr.y (mgr.15330) 146 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.596047+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.598260+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.599673+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.601976+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.603004+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.611969+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.695305+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.698004+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.699173+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.702050+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.703094+0000 mon.c (mon.1) 265 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.715846+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.783189+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.786943+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.788461+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.792466+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.793821+0000 mon.c (mon.1) 270 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.804815+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.854261+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.857541+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.858858+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.861884+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.862838+0000 mon.c (mon.1) 275 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.872127+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.949824+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.953510+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.955396+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.959773+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.961260+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:15.972257+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.062375+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.066877+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.068856+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.072819+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.074413+0000 mon.c (mon.1) 285 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.085717+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.177088+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.181405+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.183446+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.302252+0000 mgr.y (mgr.15330) 147 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.314558+0000 mgr.y (mgr.15330) 148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.397091+0000 mon.c (mon.1) 246 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.410991+0000 mon.c (mon.1) 247 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.412144+0000 mon.c (mon.1) 248 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.414711+0000 mon.c (mon.1) 249 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.415508+0000 mon.c (mon.1) 250 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.417185+0000 mgr.y (mgr.15330) 149 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.417638+0000 mgr.y (mgr.15330) 150 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.422494+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.426456+0000 mgr.y (mgr.15330) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.514903+0000 mon.c (mon.1) 251 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.519517+0000 mon.c (mon.1) 252 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.521401+0000 mon.c (mon.1) 253 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.524430+0000 mon.c (mon.1) 254 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.525676+0000 mon.c (mon.1) 255 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.527844+0000 mgr.y (mgr.15330) 152 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.528414+0000 mgr.y (mgr.15330) 153 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.536877+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.537802+0000 mgr.y (mgr.15330) 154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.187771+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.189176+0000 mon.c (mon.1) 290 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.199734+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.289877+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.294037+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.295666+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.298952+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.300378+0000 mon.c (mon.1) 295 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.314640+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.374498+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.377285+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.378777+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.382003+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[23956]: audit 2024-03-30T04:42:16.383020+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.596047+0000 mon.c (mon.1) 256 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.598260+0000 mon.c (mon.1) 257 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.599673+0000 mon.c (mon.1) 258 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.601976+0000 mon.c (mon.1) 259 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.603004+0000 mon.c (mon.1) 260 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.611969+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.695305+0000 mon.c (mon.1) 261 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.698004+0000 mon.c (mon.1) 262 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.699173+0000 mon.c (mon.1) 263 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.702050+0000 mon.c (mon.1) 264 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.703094+0000 mon.c (mon.1) 265 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.715846+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.783189+0000 mon.c (mon.1) 266 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.786943+0000 mon.c (mon.1) 267 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.788461+0000 mon.c (mon.1) 268 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.792466+0000 mon.c (mon.1) 269 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.793821+0000 mon.c (mon.1) 270 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.804815+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.854261+0000 mon.c (mon.1) 271 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.857541+0000 mon.c (mon.1) 272 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.858858+0000 mon.c (mon.1) 273 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.861884+0000 mon.c (mon.1) 274 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.862838+0000 mon.c (mon.1) 275 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.872127+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.949824+0000 mon.c (mon.1) 276 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.953510+0000 mon.c (mon.1) 277 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.955396+0000 mon.c (mon.1) 278 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.959773+0000 mon.c (mon.1) 279 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.961260+0000 mon.c (mon.1) 280 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:15.972257+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.062375+0000 mon.c (mon.1) 281 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.066877+0000 mon.c (mon.1) 282 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.068856+0000 mon.c (mon.1) 283 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.072819+0000 mon.c (mon.1) 284 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.074413+0000 mon.c (mon.1) 285 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.085717+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.177088+0000 mon.c (mon.1) 286 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.181405+0000 mon.c (mon.1) 287 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.183446+0000 mon.c (mon.1) 288 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.187771+0000 mon.c (mon.1) 289 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.189176+0000 mon.c (mon.1) 290 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.199734+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.289877+0000 mon.c (mon.1) 291 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.294037+0000 mon.c (mon.1) 292 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.295666+0000 mon.c (mon.1) 293 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.298952+0000 mon.c (mon.1) 294 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.300378+0000 mon.c (mon.1) 295 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.314640+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.374498+0000 mon.c (mon.1) 296 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.377285+0000 mon.c (mon.1) 297 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.378777+0000 mon.c (mon.1) 298 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.382003+0000 mon.c (mon.1) 299 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:16.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:16 smithi097 bash[18564]: audit 2024-03-30T04:42:16.383020+0000 mon.c (mon.1) 300 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:16.959 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[53578]: debug 2024-03-30T04:42:16.649+0000 7f62cfaf4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:16.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[53578]: debug 2024-03-30T04:42:16.769+0000 7f62cfaf4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:42:16.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:16 smithi105 bash[53578]: debug 2024-03-30T04:42:16.881+0000 7f62cfaf4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:42:17.564 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[53578]: debug 2024-03-30T04:42:17.249+0000 7f62cfaf4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:42:17.564 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[53578]: debug 2024-03-30T04:42:17.369+0000 7f62cfaf4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:42:17.564 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[53578]: debug 2024-03-30T04:42:17.481+0000 7f62cfaf4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.604963+0000 mgr.y (mgr.15330) 155 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.605675+0000 mgr.y (mgr.15330) 156 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.615396+0000 mgr.y (mgr.15330) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.705074+0000 mgr.y (mgr.15330) 158 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.705667+0000 mgr.y (mgr.15330) 159 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.717733+0000 mgr.y (mgr.15330) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.796474+0000 mgr.y (mgr.15330) 161 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.797156+0000 mgr.y (mgr.15330) 162 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.805528+0000 mgr.y (mgr.15330) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.565 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.864711+0000 mgr.y (mgr.15330) 164 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.864958+0000 mgr.y (mgr.15330) 165 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.873636+0000 mgr.y (mgr.15330) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.963928+0000 mgr.y (mgr.15330) 167 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:15.964549+0000 mgr.y (mgr.15330) 168 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:15.973277+0000 mgr.y (mgr.15330) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.077334+0000 mgr.y (mgr.15330) 170 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.077965+0000 mgr.y (mgr.15330) 171 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.086918+0000 mgr.y (mgr.15330) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.192153+0000 mgr.y (mgr.15330) 173 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.192834+0000 mgr.y (mgr.15330) 174 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.201260+0000 mgr.y (mgr.15330) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.302938+0000 mgr.y (mgr.15330) 176 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.303254+0000 mgr.y (mgr.15330) 177 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.566 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.315409+0000 mgr.y (mgr.15330) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.384742+0000 mgr.y (mgr.15330) 179 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.385051+0000 mgr.y (mgr.15330) 180 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.407791+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.410188+0000 mgr.y (mgr.15330) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.452541+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.454541+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.455689+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.457589+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.458272+0000 mon.c (mon.1) 305 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.459515+0000 mgr.y (mgr.15330) 182 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.459777+0000 mgr.y (mgr.15330) 183 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.465439+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.466016+0000 mgr.y (mgr.15330) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.567 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.506352+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.508090+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.508928+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.510758+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.511428+0000 mon.c (mon.1) 310 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.512675+0000 mgr.y (mgr.15330) 185 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.512928+0000 mgr.y (mgr.15330) 186 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.517819+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.518428+0000 mgr.y (mgr.15330) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.559275+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.561266+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.562131+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.564000+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.568 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.564616+0000 mon.c (mon.1) 315 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.566047+0000 mgr.y (mgr.15330) 188 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.566259+0000 mgr.y (mgr.15330) 189 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.571027+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.571556+0000 mgr.y (mgr.15330) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.611865+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.613644+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.614499+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.616677+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.617393+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.624268+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.665350+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.667267+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.668158+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.670171+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.569 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.670987+0000 mon.c (mon.1) 325 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.678291+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.720951+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.723008+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.723958+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.726115+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.726883+0000 mon.c (mon.1) 330 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.733708+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.796751+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.799148+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.800224+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.802848+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.803583+0000 mon.c (mon.1) 335 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.828280+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.570 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.879851+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.882125+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.883359+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.885812+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.886594+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.893770+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.939971+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.942218+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.943201+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.945657+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.946335+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:16.953693+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.011139+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.013259+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.014359+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.571 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.016714+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.017481+0000 mon.c (mon.1) 350 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.024073+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.086887+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.089722+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.091224+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.094491+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.095464+0000 mon.c (mon.1) 355 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.102576+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.184614+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.187990+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.189585+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.192832+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.194058+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.204965+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.572 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.295580+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.573 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.300136+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.573 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.302178+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.573 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.306747+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.573 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.308379+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.573 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[18682]: audit 2024-03-30T04:42:17.319917+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.604963+0000 mgr.y (mgr.15330) 155 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.605675+0000 mgr.y (mgr.15330) 156 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.615396+0000 mgr.y (mgr.15330) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.705074+0000 mgr.y (mgr.15330) 158 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.705667+0000 mgr.y (mgr.15330) 159 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.717733+0000 mgr.y (mgr.15330) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.796474+0000 mgr.y (mgr.15330) 161 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.797156+0000 mgr.y (mgr.15330) 162 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.805528+0000 mgr.y (mgr.15330) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.864711+0000 mgr.y (mgr.15330) 164 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.864958+0000 mgr.y (mgr.15330) 165 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.873636+0000 mgr.y (mgr.15330) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.963928+0000 mgr.y (mgr.15330) 167 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:15.964549+0000 mgr.y (mgr.15330) 168 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:15.973277+0000 mgr.y (mgr.15330) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.077334+0000 mgr.y (mgr.15330) 170 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.077965+0000 mgr.y (mgr.15330) 171 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.086918+0000 mgr.y (mgr.15330) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.192153+0000 mgr.y (mgr.15330) 173 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.192834+0000 mgr.y (mgr.15330) 174 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.201260+0000 mgr.y (mgr.15330) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.302938+0000 mgr.y (mgr.15330) 176 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.303254+0000 mgr.y (mgr.15330) 177 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.315409+0000 mgr.y (mgr.15330) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.384742+0000 mgr.y (mgr.15330) 179 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.385051+0000 mgr.y (mgr.15330) 180 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.407791+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.410188+0000 mgr.y (mgr.15330) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.452541+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.454541+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.455689+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.457589+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.458272+0000 mon.c (mon.1) 305 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.459515+0000 mgr.y (mgr.15330) 182 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.459777+0000 mgr.y (mgr.15330) 183 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.465439+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.466016+0000 mgr.y (mgr.15330) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.506352+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.508090+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.508928+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.510758+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.511428+0000 mon.c (mon.1) 310 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.512675+0000 mgr.y (mgr.15330) 185 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.512928+0000 mgr.y (mgr.15330) 186 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.517819+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.518428+0000 mgr.y (mgr.15330) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.559275+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.561266+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.562131+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.564000+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.564616+0000 mon.c (mon.1) 315 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.566047+0000 mgr.y (mgr.15330) 188 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.566259+0000 mgr.y (mgr.15330) 189 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.571027+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.571556+0000 mgr.y (mgr.15330) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.611865+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.613644+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.614499+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.616677+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.617393+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.624268+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.665350+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.667267+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.668158+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.670171+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.670987+0000 mon.c (mon.1) 325 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.678291+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.720951+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.723008+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.723958+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.726115+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.726883+0000 mon.c (mon.1) 330 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.733708+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.796751+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.799148+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.800224+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.802848+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.803583+0000 mon.c (mon.1) 335 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.828280+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.879851+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.882125+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.883359+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.885812+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.886594+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.893770+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.939971+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.942218+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.943201+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.945657+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.946335+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:16.953693+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.011139+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.013259+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.014359+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.016714+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.017481+0000 mon.c (mon.1) 350 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.024073+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.086887+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.089722+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.091224+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.094491+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.095464+0000 mon.c (mon.1) 355 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.102576+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.184614+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.187990+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.189585+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.192832+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.194058+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.204965+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.295580+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.300136+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.302178+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.306747+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.308379+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[23956]: audit 2024-03-30T04:42:17.319917+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.604963+0000 mgr.y (mgr.15330) 155 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.605675+0000 mgr.y (mgr.15330) 156 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.615396+0000 mgr.y (mgr.15330) 157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.705074+0000 mgr.y (mgr.15330) 158 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.705667+0000 mgr.y (mgr.15330) 159 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.717733+0000 mgr.y (mgr.15330) 160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.796474+0000 mgr.y (mgr.15330) 161 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.797156+0000 mgr.y (mgr.15330) 162 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.805528+0000 mgr.y (mgr.15330) 163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.864711+0000 mgr.y (mgr.15330) 164 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.864958+0000 mgr.y (mgr.15330) 165 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.873636+0000 mgr.y (mgr.15330) 166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.963928+0000 mgr.y (mgr.15330) 167 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:15.964549+0000 mgr.y (mgr.15330) 168 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:15.973277+0000 mgr.y (mgr.15330) 169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.077334+0000 mgr.y (mgr.15330) 170 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.077965+0000 mgr.y (mgr.15330) 171 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.086918+0000 mgr.y (mgr.15330) 172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.192153+0000 mgr.y (mgr.15330) 173 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.192834+0000 mgr.y (mgr.15330) 174 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.201260+0000 mgr.y (mgr.15330) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.302938+0000 mgr.y (mgr.15330) 176 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.303254+0000 mgr.y (mgr.15330) 177 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.315409+0000 mgr.y (mgr.15330) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.384742+0000 mgr.y (mgr.15330) 179 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.385051+0000 mgr.y (mgr.15330) 180 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.407791+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.410188+0000 mgr.y (mgr.15330) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.452541+0000 mon.c (mon.1) 301 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.454541+0000 mon.c (mon.1) 302 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.455689+0000 mon.c (mon.1) 303 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.457589+0000 mon.c (mon.1) 304 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.458272+0000 mon.c (mon.1) 305 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.459515+0000 mgr.y (mgr.15330) 182 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.459777+0000 mgr.y (mgr.15330) 183 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.465439+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.466016+0000 mgr.y (mgr.15330) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.506352+0000 mon.c (mon.1) 306 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.508090+0000 mon.c (mon.1) 307 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.508928+0000 mon.c (mon.1) 308 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.510758+0000 mon.c (mon.1) 309 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.511428+0000 mon.c (mon.1) 310 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.512675+0000 mgr.y (mgr.15330) 185 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.512928+0000 mgr.y (mgr.15330) 186 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.517819+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.518428+0000 mgr.y (mgr.15330) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.559275+0000 mon.c (mon.1) 311 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.561266+0000 mon.c (mon.1) 312 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.562131+0000 mon.c (mon.1) 313 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.564000+0000 mon.c (mon.1) 314 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.564616+0000 mon.c (mon.1) 315 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.566047+0000 mgr.y (mgr.15330) 188 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.566259+0000 mgr.y (mgr.15330) 189 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.571027+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.571556+0000 mgr.y (mgr.15330) 190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.611865+0000 mon.c (mon.1) 316 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.613644+0000 mon.c (mon.1) 317 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.614499+0000 mon.c (mon.1) 318 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.616677+0000 mon.c (mon.1) 319 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.617393+0000 mon.c (mon.1) 320 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.624268+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.665350+0000 mon.c (mon.1) 321 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.667267+0000 mon.c (mon.1) 322 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.668158+0000 mon.c (mon.1) 323 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.670171+0000 mon.c (mon.1) 324 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.670987+0000 mon.c (mon.1) 325 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.678291+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.720951+0000 mon.c (mon.1) 326 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.723008+0000 mon.c (mon.1) 327 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.723958+0000 mon.c (mon.1) 328 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.726115+0000 mon.c (mon.1) 329 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.726883+0000 mon.c (mon.1) 330 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.733708+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.796751+0000 mon.c (mon.1) 331 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.799148+0000 mon.c (mon.1) 332 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.800224+0000 mon.c (mon.1) 333 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.802848+0000 mon.c (mon.1) 334 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.803583+0000 mon.c (mon.1) 335 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.828280+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.879851+0000 mon.c (mon.1) 336 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.882125+0000 mon.c (mon.1) 337 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.883359+0000 mon.c (mon.1) 338 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.885812+0000 mon.c (mon.1) 339 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.886594+0000 mon.c (mon.1) 340 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.893770+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.939971+0000 mon.c (mon.1) 341 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.942218+0000 mon.c (mon.1) 342 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.943201+0000 mon.c (mon.1) 343 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.945657+0000 mon.c (mon.1) 344 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.946335+0000 mon.c (mon.1) 345 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:16.953693+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.011139+0000 mon.c (mon.1) 346 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.013259+0000 mon.c (mon.1) 347 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.014359+0000 mon.c (mon.1) 348 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.016714+0000 mon.c (mon.1) 349 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.017481+0000 mon.c (mon.1) 350 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.024073+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.086887+0000 mon.c (mon.1) 351 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.089722+0000 mon.c (mon.1) 352 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.091224+0000 mon.c (mon.1) 353 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.094491+0000 mon.c (mon.1) 354 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.095464+0000 mon.c (mon.1) 355 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.102576+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.184614+0000 mon.c (mon.1) 356 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.187990+0000 mon.c (mon.1) 357 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.189585+0000 mon.c (mon.1) 358 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.192832+0000 mon.c (mon.1) 359 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.194058+0000 mon.c (mon.1) 360 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.204965+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.295580+0000 mon.c (mon.1) 361 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.300136+0000 mon.c (mon.1) 362 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.302178+0000 mon.c (mon.1) 363 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.306747+0000 mon.c (mon.1) 364 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:17.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.308379+0000 mon.c (mon.1) 365 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:17.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:17 smithi097 bash[18564]: audit 2024-03-30T04:42:17.319917+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.109 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:17 smithi105 bash[53578]: debug 2024-03-30T04:42:17.861+0000 7f62cfaf4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:42:18.384 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[53578]: debug 2024-03-30T04:42:18.113+0000 7f62cfaf4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:42:18.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[53578]: debug 2024-03-30T04:42:18.385+0000 7f62cfaf4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:42:18.641 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[53578]: debug 2024-03-30T04:42:18.509+0000 7f62cfaf4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:42:18.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.618724+0000 mgr.y (mgr.15330) 191 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.618959+0000 mgr.y (mgr.15330) 192 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.624851+0000 mgr.y (mgr.15330) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.672607+0000 mgr.y (mgr.15330) 194 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.673139+0000 mgr.y (mgr.15330) 195 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.680077+0000 mgr.y (mgr.15330) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.728655+0000 mgr.y (mgr.15330) 197 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.729203+0000 mgr.y (mgr.15330) 198 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.735255+0000 mgr.y (mgr.15330) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.805199+0000 mgr.y (mgr.15330) 200 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.805585+0000 mgr.y (mgr.15330) 201 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.829061+0000 mgr.y (mgr.15330) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.888368+0000 mgr.y (mgr.15330) 203 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.888587+0000 mgr.y (mgr.15330) 204 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.894456+0000 mgr.y (mgr.15330) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.947995+0000 mgr.y (mgr.15330) 206 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:16.948487+0000 mgr.y (mgr.15330) 207 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:16.954323+0000 mgr.y (mgr.15330) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.019150+0000 mgr.y (mgr.15330) 209 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.019678+0000 mgr.y (mgr.15330) 210 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.025074+0000 mgr.y (mgr.15330) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.097507+0000 mgr.y (mgr.15330) 212 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.098099+0000 mgr.y (mgr.15330) 213 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.104270+0000 mgr.y (mgr.15330) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.196500+0000 mgr.y (mgr.15330) 215 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.197088+0000 mgr.y (mgr.15330) 216 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.207304+0000 mgr.y (mgr.15330) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.311447+0000 mgr.y (mgr.15330) 218 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.311997+0000 mgr.y (mgr.15330) 219 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.321265+0000 mgr.y (mgr.15330) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.437618+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.441493+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.442798+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.445766+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.446744+0000 mon.c (mon.1) 370 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.448852+0000 mgr.y (mgr.15330) 221 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.449384+0000 mgr.y (mgr.15330) 222 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.455846+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.456511+0000 mgr.y (mgr.15330) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.530574+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.532720+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.533776+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.536190+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.537116+0000 mon.c (mon.1) 375 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.538756+0000 mgr.y (mgr.15330) 224 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.539277+0000 mgr.y (mgr.15330) 225 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.547285+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.548079+0000 mgr.y (mgr.15330) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.589153+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.591143+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.592060+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.594133+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.594835+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.602993+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.645594+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.647729+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.648741+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.650811+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.651514+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.660163+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.702742+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.704833+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.705843+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.707933+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.708641+0000 mon.c (mon.1) 390 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.716926+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.759516+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.761629+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.762634+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.764659+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.765340+0000 mon.c (mon.1) 395 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.771980+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.815284+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.817255+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.818180+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.820210+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.820955+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.827550+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.902898+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.907184+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.909308+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.913529+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.914578+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.922615+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:17.997345+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.001200+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.002576+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.005370+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.006538+0000 mon.c (mon.1) 410 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.014453+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.089633+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.091632+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.092635+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.094808+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.095757+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.104368+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.649 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.178792+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.180978+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.181981+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.184587+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.185344+0000 mon.c (mon.1) 420 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.192509+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.242262+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.245819+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.247490+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.251038+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.252296+0000 mon.c (mon.1) 425 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.260831+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.321878+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.650 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.324079+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.325200+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.328240+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.329157+0000 mon.c (mon.1) 430 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.338075+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.382497+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.385059+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.386466+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.389037+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.390072+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.651 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[18682]: audit 2024-03-30T04:42:18.398873+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.618724+0000 mgr.y (mgr.15330) 191 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.618959+0000 mgr.y (mgr.15330) 192 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.624851+0000 mgr.y (mgr.15330) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.672607+0000 mgr.y (mgr.15330) 194 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.673139+0000 mgr.y (mgr.15330) 195 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.680077+0000 mgr.y (mgr.15330) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.728655+0000 mgr.y (mgr.15330) 197 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.729203+0000 mgr.y (mgr.15330) 198 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.735255+0000 mgr.y (mgr.15330) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.805199+0000 mgr.y (mgr.15330) 200 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.805585+0000 mgr.y (mgr.15330) 201 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.829061+0000 mgr.y (mgr.15330) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.888368+0000 mgr.y (mgr.15330) 203 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.888587+0000 mgr.y (mgr.15330) 204 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.894456+0000 mgr.y (mgr.15330) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.947995+0000 mgr.y (mgr.15330) 206 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:16.948487+0000 mgr.y (mgr.15330) 207 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:16.954323+0000 mgr.y (mgr.15330) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.019150+0000 mgr.y (mgr.15330) 209 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.618724+0000 mgr.y (mgr.15330) 191 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.618959+0000 mgr.y (mgr.15330) 192 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.624851+0000 mgr.y (mgr.15330) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.672607+0000 mgr.y (mgr.15330) 194 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.673139+0000 mgr.y (mgr.15330) 195 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.680077+0000 mgr.y (mgr.15330) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.728655+0000 mgr.y (mgr.15330) 197 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.729203+0000 mgr.y (mgr.15330) 198 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.735255+0000 mgr.y (mgr.15330) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.805199+0000 mgr.y (mgr.15330) 200 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.805585+0000 mgr.y (mgr.15330) 201 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.829061+0000 mgr.y (mgr.15330) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.888368+0000 mgr.y (mgr.15330) 203 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.888587+0000 mgr.y (mgr.15330) 204 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.894456+0000 mgr.y (mgr.15330) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.947995+0000 mgr.y (mgr.15330) 206 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:16.948487+0000 mgr.y (mgr.15330) 207 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 22 op/s 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:16.954323+0000 mgr.y (mgr.15330) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.019150+0000 mgr.y (mgr.15330) 209 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.019678+0000 mgr.y (mgr.15330) 210 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.025074+0000 mgr.y (mgr.15330) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.097507+0000 mgr.y (mgr.15330) 212 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.098099+0000 mgr.y (mgr.15330) 213 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.104270+0000 mgr.y (mgr.15330) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.196500+0000 mgr.y (mgr.15330) 215 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.197088+0000 mgr.y (mgr.15330) 216 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.207304+0000 mgr.y (mgr.15330) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.311447+0000 mgr.y (mgr.15330) 218 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.311997+0000 mgr.y (mgr.15330) 219 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.321265+0000 mgr.y (mgr.15330) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.437618+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.441493+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.442798+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.445766+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.446744+0000 mon.c (mon.1) 370 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.448852+0000 mgr.y (mgr.15330) 221 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.449384+0000 mgr.y (mgr.15330) 222 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.455846+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.456511+0000 mgr.y (mgr.15330) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.530574+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.532720+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.533776+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.536190+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.537116+0000 mon.c (mon.1) 375 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.538756+0000 mgr.y (mgr.15330) 224 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.539277+0000 mgr.y (mgr.15330) 225 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.547285+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.548079+0000 mgr.y (mgr.15330) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.589153+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.591143+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.592060+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.594133+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.594835+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.602993+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.645594+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.647729+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.648741+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.650811+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.651514+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.019678+0000 mgr.y (mgr.15330) 210 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.025074+0000 mgr.y (mgr.15330) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.097507+0000 mgr.y (mgr.15330) 212 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.098099+0000 mgr.y (mgr.15330) 213 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.104270+0000 mgr.y (mgr.15330) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.196500+0000 mgr.y (mgr.15330) 215 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.197088+0000 mgr.y (mgr.15330) 216 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.207304+0000 mgr.y (mgr.15330) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.311447+0000 mgr.y (mgr.15330) 218 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.311997+0000 mgr.y (mgr.15330) 219 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.321265+0000 mgr.y (mgr.15330) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.437618+0000 mon.c (mon.1) 366 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.441493+0000 mon.c (mon.1) 367 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.442798+0000 mon.c (mon.1) 368 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.445766+0000 mon.c (mon.1) 369 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.446744+0000 mon.c (mon.1) 370 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.448852+0000 mgr.y (mgr.15330) 221 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.449384+0000 mgr.y (mgr.15330) 222 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.455846+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.456511+0000 mgr.y (mgr.15330) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.530574+0000 mon.c (mon.1) 371 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.660163+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.702742+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.704833+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.705843+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.707933+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.708641+0000 mon.c (mon.1) 390 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.716926+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.759516+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.761629+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.762634+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.764659+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.765340+0000 mon.c (mon.1) 395 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.771980+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.815284+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.817255+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.818180+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.820210+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.820955+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.827550+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.902898+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.532720+0000 mon.c (mon.1) 372 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.533776+0000 mon.c (mon.1) 373 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.536190+0000 mon.c (mon.1) 374 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.537116+0000 mon.c (mon.1) 375 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.538756+0000 mgr.y (mgr.15330) 224 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.539277+0000 mgr.y (mgr.15330) 225 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.547285+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.548079+0000 mgr.y (mgr.15330) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.589153+0000 mon.c (mon.1) 376 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.591143+0000 mon.c (mon.1) 377 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.592060+0000 mon.c (mon.1) 378 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.594133+0000 mon.c (mon.1) 379 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.594835+0000 mon.c (mon.1) 380 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.602993+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.645594+0000 mon.c (mon.1) 381 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.647729+0000 mon.c (mon.1) 382 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.648741+0000 mon.c (mon.1) 383 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.650811+0000 mon.c (mon.1) 384 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.651514+0000 mon.c (mon.1) 385 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.907184+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.909308+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.913529+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.914578+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.922615+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:17.997345+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.001200+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.002576+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.005370+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.006538+0000 mon.c (mon.1) 410 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.014453+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.089633+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.091632+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.092635+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.094808+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.095757+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.104368+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.178792+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.180978+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.660163+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.702742+0000 mon.c (mon.1) 386 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.704833+0000 mon.c (mon.1) 387 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.705843+0000 mon.c (mon.1) 388 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.707933+0000 mon.c (mon.1) 389 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.708641+0000 mon.c (mon.1) 390 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.716926+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.759516+0000 mon.c (mon.1) 391 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.761629+0000 mon.c (mon.1) 392 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.762634+0000 mon.c (mon.1) 393 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.764659+0000 mon.c (mon.1) 394 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.765340+0000 mon.c (mon.1) 395 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.771980+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.815284+0000 mon.c (mon.1) 396 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.817255+0000 mon.c (mon.1) 397 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.818180+0000 mon.c (mon.1) 398 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.820210+0000 mon.c (mon.1) 399 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.820955+0000 mon.c (mon.1) 400 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.827550+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.902898+0000 mon.c (mon.1) 401 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.181981+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.184587+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.185344+0000 mon.c (mon.1) 420 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.192509+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.242262+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.245819+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.247490+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.251038+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.252296+0000 mon.c (mon.1) 425 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.260831+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.321878+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.324079+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.325200+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.328240+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.329157+0000 mon.c (mon.1) 430 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.338075+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.382497+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.385059+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.386466+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.389037+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.390072+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[18564]: audit 2024-03-30T04:42:18.398873+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.907184+0000 mon.c (mon.1) 402 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.909308+0000 mon.c (mon.1) 403 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.913529+0000 mon.c (mon.1) 404 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.914578+0000 mon.c (mon.1) 405 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.922615+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:17.997345+0000 mon.c (mon.1) 406 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.001200+0000 mon.c (mon.1) 407 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.002576+0000 mon.c (mon.1) 408 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.005370+0000 mon.c (mon.1) 409 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.006538+0000 mon.c (mon.1) 410 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.014453+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.089633+0000 mon.c (mon.1) 411 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.091632+0000 mon.c (mon.1) 412 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.092635+0000 mon.c (mon.1) 413 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.094808+0000 mon.c (mon.1) 414 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.095757+0000 mon.c (mon.1) 415 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.104368+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.178792+0000 mon.c (mon.1) 416 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.180978+0000 mon.c (mon.1) 417 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.181981+0000 mon.c (mon.1) 418 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.184587+0000 mon.c (mon.1) 419 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.185344+0000 mon.c (mon.1) 420 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.192509+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.242262+0000 mon.c (mon.1) 421 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.245819+0000 mon.c (mon.1) 422 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.247490+0000 mon.c (mon.1) 423 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.251038+0000 mon.c (mon.1) 424 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.252296+0000 mon.c (mon.1) 425 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.260831+0000 mon.a (mon.0) 1475 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.321878+0000 mon.c (mon.1) 426 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.324079+0000 mon.c (mon.1) 427 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.325200+0000 mon.c (mon.1) 428 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.328240+0000 mon.c (mon.1) 429 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.329157+0000 mon.c (mon.1) 430 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.338075+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.382497+0000 mon.c (mon.1) 431 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.385059+0000 mon.c (mon.1) 432 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.386466+0000 mon.c (mon.1) 433 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:18.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.389037+0000 mon.c (mon.1) 434 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:18.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.390072+0000 mon.c (mon.1) 435 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:18.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:18 smithi097 bash[23956]: audit 2024-03-30T04:42:18.398873+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:18.910 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[53578]: debug 2024-03-30T04:42:18.821+0000 7f62cfaf4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:42:18.911 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:18 smithi105 bash[52959]: ts=2024-03-30T04:42:18.658Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:19.506 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[53578]: debug 2024-03-30T04:42:19.253+0000 7f62cfaf4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.596117+0000 mgr.y (mgr.15330) 227 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.596310+0000 mgr.y (mgr.15330) 228 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.604476+0000 mgr.y (mgr.15330) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.652885+0000 mgr.y (mgr.15330) 230 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.653098+0000 mgr.y (mgr.15330) 231 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.661692+0000 mgr.y (mgr.15330) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.507 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.709989+0000 mgr.y (mgr.15330) 233 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.710259+0000 mgr.y (mgr.15330) 234 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.718421+0000 mgr.y (mgr.15330) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.766640+0000 mgr.y (mgr.15330) 236 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.766899+0000 mgr.y (mgr.15330) 237 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.773446+0000 mgr.y (mgr.15330) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.822327+0000 mgr.y (mgr.15330) 239 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.822593+0000 mgr.y (mgr.15330) 240 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.828479+0000 mgr.y (mgr.15330) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.916661+0000 mgr.y (mgr.15330) 242 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:17.916956+0000 mgr.y (mgr.15330) 243 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:17.925812+0000 mgr.y (mgr.15330) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.008578+0000 mgr.y (mgr.15330) 245 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.508 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.008828+0000 mgr.y (mgr.15330) 246 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.509 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.015272+0000 mgr.y (mgr.15330) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.509 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.097549+0000 mgr.y (mgr.15330) 248 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.509 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.098093+0000 mgr.y (mgr.15330) 249 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.509 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.105006+0000 mgr.y (mgr.15330) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.509 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.186991+0000 mgr.y (mgr.15330) 251 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.187625+0000 mgr.y (mgr.15330) 252 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.193248+0000 mgr.y (mgr.15330) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.254115+0000 mgr.y (mgr.15330) 254 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.254554+0000 mgr.y (mgr.15330) 255 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.263271+0000 mgr.y (mgr.15330) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.331133+0000 mgr.y (mgr.15330) 257 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.331691+0000 mgr.y (mgr.15330) 258 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.340863+0000 mgr.y (mgr.15330) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.391934+0000 mgr.y (mgr.15330) 260 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.392547+0000 mgr.y (mgr.15330) 261 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.401734+0000 mgr.y (mgr.15330) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.461198+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.510 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.463078+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.463898+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.465799+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.466563+0000 mon.c (mon.1) 440 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.467899+0000 mgr.y (mgr.15330) 263 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.468203+0000 mgr.y (mgr.15330) 264 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.473447+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.474043+0000 mgr.y (mgr.15330) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.515316+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.517214+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.518188+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.520040+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.520651+0000 mon.c (mon.1) 445 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.521850+0000 mgr.y (mgr.15330) 266 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.522051+0000 mgr.y (mgr.15330) 267 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.529652+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.511 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.530206+0000 mgr.y (mgr.15330) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.575267+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.577439+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.578452+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.580296+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.580960+0000 mon.c (mon.1) 450 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.582197+0000 mgr.y (mgr.15330) 269 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.582404+0000 mgr.y (mgr.15330) 270 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.589212+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.630476+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.632759+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.633698+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.635660+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.636369+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.512 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.645565+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.688306+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.690349+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.691261+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.693185+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.693839+0000 mon.c (mon.1) 460 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.703202+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.744536+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.747322+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.748343+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.750773+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.751614+0000 mon.c (mon.1) 465 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.513 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.762942+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.804686+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.806501+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.807515+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.809642+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.810386+0000 mon.c (mon.1) 470 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.819692+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.865927+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.869515+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.871003+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.514 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.874059+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.875132+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.894475+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.989134+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.993252+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.995100+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:18.998852+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.000203+0000 mon.c (mon.1) 480 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.014355+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.100135+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.104406+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.106291+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.109736+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.515 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.111038+0000 mon.c (mon.1) 485 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.123400+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.208817+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.213235+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.215213+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.219608+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.221159+0000 mon.c (mon.1) 490 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.235187+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.325323+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.329785+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.331280+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.335348+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.336933+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.516 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[18682]: audit 2024-03-30T04:42:19.350245+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.596117+0000 mgr.y (mgr.15330) 227 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.596310+0000 mgr.y (mgr.15330) 228 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.604476+0000 mgr.y (mgr.15330) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.652885+0000 mgr.y (mgr.15330) 230 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.653098+0000 mgr.y (mgr.15330) 231 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.661692+0000 mgr.y (mgr.15330) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.677 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.709989+0000 mgr.y (mgr.15330) 233 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.710259+0000 mgr.y (mgr.15330) 234 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.718421+0000 mgr.y (mgr.15330) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.766640+0000 mgr.y (mgr.15330) 236 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.766899+0000 mgr.y (mgr.15330) 237 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.773446+0000 mgr.y (mgr.15330) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.822327+0000 mgr.y (mgr.15330) 239 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.822593+0000 mgr.y (mgr.15330) 240 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.828479+0000 mgr.y (mgr.15330) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.916661+0000 mgr.y (mgr.15330) 242 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.678 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:17.916956+0000 mgr.y (mgr.15330) 243 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:17.925812+0000 mgr.y (mgr.15330) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.008578+0000 mgr.y (mgr.15330) 245 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.008828+0000 mgr.y (mgr.15330) 246 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.015272+0000 mgr.y (mgr.15330) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.097549+0000 mgr.y (mgr.15330) 248 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.098093+0000 mgr.y (mgr.15330) 249 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.105006+0000 mgr.y (mgr.15330) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.186991+0000 mgr.y (mgr.15330) 251 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.187625+0000 mgr.y (mgr.15330) 252 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.193248+0000 mgr.y (mgr.15330) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.254115+0000 mgr.y (mgr.15330) 254 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.679 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.254554+0000 mgr.y (mgr.15330) 255 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.263271+0000 mgr.y (mgr.15330) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.331133+0000 mgr.y (mgr.15330) 257 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.331691+0000 mgr.y (mgr.15330) 258 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.340863+0000 mgr.y (mgr.15330) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.391934+0000 mgr.y (mgr.15330) 260 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.392547+0000 mgr.y (mgr.15330) 261 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.401734+0000 mgr.y (mgr.15330) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.461198+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.463078+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.463898+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.465799+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.596117+0000 mgr.y (mgr.15330) 227 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.596310+0000 mgr.y (mgr.15330) 228 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.604476+0000 mgr.y (mgr.15330) 229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.652885+0000 mgr.y (mgr.15330) 230 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.653098+0000 mgr.y (mgr.15330) 231 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.661692+0000 mgr.y (mgr.15330) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.709989+0000 mgr.y (mgr.15330) 233 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.710259+0000 mgr.y (mgr.15330) 234 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.718421+0000 mgr.y (mgr.15330) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.766640+0000 mgr.y (mgr.15330) 236 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.766899+0000 mgr.y (mgr.15330) 237 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.773446+0000 mgr.y (mgr.15330) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.822327+0000 mgr.y (mgr.15330) 239 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.822593+0000 mgr.y (mgr.15330) 240 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.828479+0000 mgr.y (mgr.15330) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.916661+0000 mgr.y (mgr.15330) 242 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:17.916956+0000 mgr.y (mgr.15330) 243 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:17.925812+0000 mgr.y (mgr.15330) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.008578+0000 mgr.y (mgr.15330) 245 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.008828+0000 mgr.y (mgr.15330) 246 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.466563+0000 mon.c (mon.1) 440 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.467899+0000 mgr.y (mgr.15330) 263 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.468203+0000 mgr.y (mgr.15330) 264 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.473447+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.474043+0000 mgr.y (mgr.15330) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.515316+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.517214+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.518188+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.520040+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.520651+0000 mon.c (mon.1) 445 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.683 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.521850+0000 mgr.y (mgr.15330) 266 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.522051+0000 mgr.y (mgr.15330) 267 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.529652+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.530206+0000 mgr.y (mgr.15330) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.575267+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.577439+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.578452+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.580296+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.580960+0000 mon.c (mon.1) 450 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.582197+0000 mgr.y (mgr.15330) 269 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.684 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.015272+0000 mgr.y (mgr.15330) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.097549+0000 mgr.y (mgr.15330) 248 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.098093+0000 mgr.y (mgr.15330) 249 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.105006+0000 mgr.y (mgr.15330) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.186991+0000 mgr.y (mgr.15330) 251 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.187625+0000 mgr.y (mgr.15330) 252 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.193248+0000 mgr.y (mgr.15330) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.254115+0000 mgr.y (mgr.15330) 254 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.254554+0000 mgr.y (mgr.15330) 255 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.263271+0000 mgr.y (mgr.15330) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.331133+0000 mgr.y (mgr.15330) 257 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.685 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.331691+0000 mgr.y (mgr.15330) 258 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.340863+0000 mgr.y (mgr.15330) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.391934+0000 mgr.y (mgr.15330) 260 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.392547+0000 mgr.y (mgr.15330) 261 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.401734+0000 mgr.y (mgr.15330) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.461198+0000 mon.c (mon.1) 436 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.463078+0000 mon.c (mon.1) 437 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.463898+0000 mon.c (mon.1) 438 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.465799+0000 mon.c (mon.1) 439 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.686 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.582404+0000 mgr.y (mgr.15330) 270 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.589212+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.630476+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.632759+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.633698+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.635660+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.636369+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.645565+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.688306+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.690349+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.691261+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.687 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.693185+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.693839+0000 mon.c (mon.1) 460 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.703202+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.744536+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.747322+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.748343+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.750773+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.751614+0000 mon.c (mon.1) 465 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.762942+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.688 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.466563+0000 mon.c (mon.1) 440 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.467899+0000 mgr.y (mgr.15330) 263 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.468203+0000 mgr.y (mgr.15330) 264 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.473447+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.474043+0000 mgr.y (mgr.15330) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.515316+0000 mon.c (mon.1) 441 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.517214+0000 mon.c (mon.1) 442 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.518188+0000 mon.c (mon.1) 443 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.520040+0000 mon.c (mon.1) 444 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.520651+0000 mon.c (mon.1) 445 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.521850+0000 mgr.y (mgr.15330) 266 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.522051+0000 mgr.y (mgr.15330) 267 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.689 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.529652+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.530206+0000 mgr.y (mgr.15330) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.575267+0000 mon.c (mon.1) 446 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.577439+0000 mon.c (mon.1) 447 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.578452+0000 mon.c (mon.1) 448 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.580296+0000 mon.c (mon.1) 449 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.580960+0000 mon.c (mon.1) 450 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.582197+0000 mgr.y (mgr.15330) 269 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.690 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.804686+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.806501+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.807515+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.809642+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.810386+0000 mon.c (mon.1) 470 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.819692+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.865927+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.869515+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.871003+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.874059+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.875132+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.894475+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.989134+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.993252+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.995100+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:18.998852+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.000203+0000 mon.c (mon.1) 480 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.014355+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.100135+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.582404+0000 mgr.y (mgr.15330) 270 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.589212+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.630476+0000 mon.c (mon.1) 451 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.632759+0000 mon.c (mon.1) 452 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.633698+0000 mon.c (mon.1) 453 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.635660+0000 mon.c (mon.1) 454 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.636369+0000 mon.c (mon.1) 455 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.645565+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.688306+0000 mon.c (mon.1) 456 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.690349+0000 mon.c (mon.1) 457 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.691261+0000 mon.c (mon.1) 458 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.693185+0000 mon.c (mon.1) 459 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.693839+0000 mon.c (mon.1) 460 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.703202+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.744536+0000 mon.c (mon.1) 461 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.747322+0000 mon.c (mon.1) 462 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.748343+0000 mon.c (mon.1) 463 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.750773+0000 mon.c (mon.1) 464 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.751614+0000 mon.c (mon.1) 465 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.762942+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.104406+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.106291+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.109736+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.111038+0000 mon.c (mon.1) 485 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.123400+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.208817+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.213235+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.215213+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.219608+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.221159+0000 mon.c (mon.1) 490 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.235187+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.325323+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.329785+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.331280+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.335348+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.336933+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[23956]: audit 2024-03-30T04:42:19.350245+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.804686+0000 mon.c (mon.1) 466 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.806501+0000 mon.c (mon.1) 467 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.807515+0000 mon.c (mon.1) 468 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.809642+0000 mon.c (mon.1) 469 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.810386+0000 mon.c (mon.1) 470 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.819692+0000 mon.a (mon.0) 1484 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.865927+0000 mon.c (mon.1) 471 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.869515+0000 mon.c (mon.1) 472 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.871003+0000 mon.c (mon.1) 473 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.874059+0000 mon.c (mon.1) 474 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.875132+0000 mon.c (mon.1) 475 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.894475+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.989134+0000 mon.c (mon.1) 476 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.993252+0000 mon.c (mon.1) 477 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.995100+0000 mon.c (mon.1) 478 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:18.998852+0000 mon.c (mon.1) 479 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.000203+0000 mon.c (mon.1) 480 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.014355+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.100135+0000 mon.c (mon.1) 481 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.104406+0000 mon.c (mon.1) 482 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.106291+0000 mon.c (mon.1) 483 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.109736+0000 mon.c (mon.1) 484 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.111038+0000 mon.c (mon.1) 485 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.123400+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.208817+0000 mon.c (mon.1) 486 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.213235+0000 mon.c (mon.1) 487 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.215213+0000 mon.c (mon.1) 488 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.219608+0000 mon.c (mon.1) 489 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.221159+0000 mon.c (mon.1) 490 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.235187+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.325323+0000 mon.c (mon.1) 491 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.329785+0000 mon.c (mon.1) 492 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:19.699 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.331280+0000 mon.c (mon.1) 493 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:19.699 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.335348+0000 mon.c (mon.1) 494 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:19.699 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.336933+0000 mon.c (mon.1) 495 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:19.699 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:19 smithi097 bash[18564]: audit 2024-03-30T04:42:19.350245+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:19.909 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[53578]: debug 2024-03-30T04:42:19.509+0000 7f62cfaf4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:19.909 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[53578]: debug 2024-03-30T04:42:19.641+0000 7f62cfaf4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:42:20.178 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:20 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 5. 2024-03-30T04:42:20.178 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:20 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:20.178 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:20 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:20.178 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:19 smithi105 bash[53578]: debug 2024-03-30T04:42:19.913+0000 7f62cfaf4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.589859+0000 mgr.y (mgr.15330) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.637775+0000 mgr.y (mgr.15330) 272 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.638010+0000 mgr.y (mgr.15330) 273 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.646126+0000 mgr.y (mgr.15330) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.695081+0000 mgr.y (mgr.15330) 275 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.695296+0000 mgr.y (mgr.15330) 276 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.703934+0000 mgr.y (mgr.15330) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.753501+0000 mgr.y (mgr.15330) 278 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.753722+0000 mgr.y (mgr.15330) 279 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.763622+0000 mgr.y (mgr.15330) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.811762+0000 mgr.y (mgr.15330) 281 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.812001+0000 mgr.y (mgr.15330) 282 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.820565+0000 mgr.y (mgr.15330) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.877222+0000 mgr.y (mgr.15330) 284 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:18.877693+0000 mgr.y (mgr.15330) 285 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:18.897560+0000 mgr.y (mgr.15330) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:18.908874+0000 mgr.y (mgr.15330) 287 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.002564+0000 mgr.y (mgr.15330) 288 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.002989+0000 mgr.y (mgr.15330) 289 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.015322+0000 mgr.y (mgr.15330) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.113632+0000 mgr.y (mgr.15330) 291 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.114319+0000 mgr.y (mgr.15330) 292 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.125662+0000 mgr.y (mgr.15330) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.223795+0000 mgr.y (mgr.15330) 294 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.224091+0000 mgr.y (mgr.15330) 295 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.236364+0000 mgr.y (mgr.15330) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.339885+0000 mgr.y (mgr.15330) 297 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.340537+0000 mgr.y (mgr.15330) 298 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.351728+0000 mgr.y (mgr.15330) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.440292+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.444449+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.447468+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.450598+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.451707+0000 mon.c (mon.1) 500 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.453919+0000 mgr.y (mgr.15330) 300 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.454440+0000 mgr.y (mgr.15330) 301 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.461034+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.462233+0000 mgr.y (mgr.15330) 302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.537133+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.539762+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.540926+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.544316+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.545156+0000 mon.c (mon.1) 505 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.546624+0000 mgr.y (mgr.15330) 303 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.546839+0000 mgr.y (mgr.15330) 304 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.551711+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.553399+0000 mgr.y (mgr.15330) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.629830+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.631726+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.632925+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.634858+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.635538+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.641324+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.688542+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.690361+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.691327+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.693368+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.694067+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.699810+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.743230+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.745041+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.745873+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.747796+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.748562+0000 mon.c (mon.1) 520 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.755007+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.798891+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.800954+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.801950+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.803942+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.804643+0000 mon.c (mon.1) 525 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.810737+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.853792+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.856222+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.857468+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.859253+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.859920+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.866695+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.926403+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.928225+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.929198+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.930999+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.931670+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.937739+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.994511+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.996276+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.997147+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.998935+0000 mon.c (mon.1) 539 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:19.999608+0000 mon.c (mon.1) 540 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.008546+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.049127+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.051629+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.052981+0000 mon.c (mon.1) 543 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.055884+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.056906+0000 mon.c (mon.1) 545 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.067554+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.108942+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.110717+0000 mon.c (mon.1) 547 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.111616+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.113580+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.114313+0000 mon.c (mon.1) 550 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.123707+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.166651+0000 mon.c (mon.1) 551 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.168666+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.169571+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.171464+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.172175+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.180540+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.221404+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.223370+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.224398+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.226329+0000 mon.c (mon.1) 559 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.227283+0000 mon.c (mon.1) 560 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.236524+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.277339+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.279083+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.279901+0000 mon.c (mon.1) 563 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.281686+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.282324+0000 mon.c (mon.1) 565 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.291229+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.332173+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.334075+0000 mon.c (mon.1) 567 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.334863+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.336582+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.337223+0000 mon.c (mon.1) 570 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.345121+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.386205+0000 mon.c (mon.1) 571 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.388093+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.388947+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.390764+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.391402+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:20 smithi105 bash[18682]: audit 2024-03-30T04:42:20.399425+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.589859+0000 mgr.y (mgr.15330) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.637775+0000 mgr.y (mgr.15330) 272 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.638010+0000 mgr.y (mgr.15330) 273 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.646126+0000 mgr.y (mgr.15330) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.695081+0000 mgr.y (mgr.15330) 275 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.695296+0000 mgr.y (mgr.15330) 276 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.703934+0000 mgr.y (mgr.15330) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.753501+0000 mgr.y (mgr.15330) 278 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.753722+0000 mgr.y (mgr.15330) 279 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.763622+0000 mgr.y (mgr.15330) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.811762+0000 mgr.y (mgr.15330) 281 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.812001+0000 mgr.y (mgr.15330) 282 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.820565+0000 mgr.y (mgr.15330) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.877222+0000 mgr.y (mgr.15330) 284 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:18.877693+0000 mgr.y (mgr.15330) 285 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:18.897560+0000 mgr.y (mgr.15330) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:18.908874+0000 mgr.y (mgr.15330) 287 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.002564+0000 mgr.y (mgr.15330) 288 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.002989+0000 mgr.y (mgr.15330) 289 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.015322+0000 mgr.y (mgr.15330) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.589859+0000 mgr.y (mgr.15330) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.637775+0000 mgr.y (mgr.15330) 272 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.638010+0000 mgr.y (mgr.15330) 273 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.646126+0000 mgr.y (mgr.15330) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.695081+0000 mgr.y (mgr.15330) 275 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.695296+0000 mgr.y (mgr.15330) 276 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.703934+0000 mgr.y (mgr.15330) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.753501+0000 mgr.y (mgr.15330) 278 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.753722+0000 mgr.y (mgr.15330) 279 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.763622+0000 mgr.y (mgr.15330) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.811762+0000 mgr.y (mgr.15330) 281 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.812001+0000 mgr.y (mgr.15330) 282 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.820565+0000 mgr.y (mgr.15330) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.877222+0000 mgr.y (mgr.15330) 284 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:18.877693+0000 mgr.y (mgr.15330) 285 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:18.897560+0000 mgr.y (mgr.15330) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:18.908874+0000 mgr.y (mgr.15330) 287 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.002564+0000 mgr.y (mgr.15330) 288 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.002989+0000 mgr.y (mgr.15330) 289 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.015322+0000 mgr.y (mgr.15330) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.113632+0000 mgr.y (mgr.15330) 291 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.114319+0000 mgr.y (mgr.15330) 292 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.125662+0000 mgr.y (mgr.15330) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.223795+0000 mgr.y (mgr.15330) 294 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.224091+0000 mgr.y (mgr.15330) 295 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.236364+0000 mgr.y (mgr.15330) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.339885+0000 mgr.y (mgr.15330) 297 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.340537+0000 mgr.y (mgr.15330) 298 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.351728+0000 mgr.y (mgr.15330) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.440292+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.444449+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.447468+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.450598+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.451707+0000 mon.c (mon.1) 500 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.453919+0000 mgr.y (mgr.15330) 300 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.454440+0000 mgr.y (mgr.15330) 301 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.461034+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.462233+0000 mgr.y (mgr.15330) 302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.537133+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.539762+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.113632+0000 mgr.y (mgr.15330) 291 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.114319+0000 mgr.y (mgr.15330) 292 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.125662+0000 mgr.y (mgr.15330) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.223795+0000 mgr.y (mgr.15330) 294 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.224091+0000 mgr.y (mgr.15330) 295 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.236364+0000 mgr.y (mgr.15330) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.339885+0000 mgr.y (mgr.15330) 297 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.340537+0000 mgr.y (mgr.15330) 298 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.351728+0000 mgr.y (mgr.15330) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.440292+0000 mon.c (mon.1) 496 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.444449+0000 mon.c (mon.1) 497 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.447468+0000 mon.c (mon.1) 498 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.450598+0000 mon.c (mon.1) 499 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.451707+0000 mon.c (mon.1) 500 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.453919+0000 mgr.y (mgr.15330) 300 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.454440+0000 mgr.y (mgr.15330) 301 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.461034+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.462233+0000 mgr.y (mgr.15330) 302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.537133+0000 mon.c (mon.1) 501 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.539762+0000 mon.c (mon.1) 502 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.540926+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.544316+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.545156+0000 mon.c (mon.1) 505 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.546624+0000 mgr.y (mgr.15330) 303 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.546839+0000 mgr.y (mgr.15330) 304 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.551711+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.553399+0000 mgr.y (mgr.15330) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.629830+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.631726+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.632925+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.634858+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.635538+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.641324+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.688542+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.690361+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.691327+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.693368+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.694067+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.699810+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.743230+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.540926+0000 mon.c (mon.1) 503 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.544316+0000 mon.c (mon.1) 504 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.545156+0000 mon.c (mon.1) 505 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.546624+0000 mgr.y (mgr.15330) 303 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.546839+0000 mgr.y (mgr.15330) 304 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.551711+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.553399+0000 mgr.y (mgr.15330) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.629830+0000 mon.c (mon.1) 506 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.631726+0000 mon.c (mon.1) 507 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.632925+0000 mon.c (mon.1) 508 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.634858+0000 mon.c (mon.1) 509 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.635538+0000 mon.c (mon.1) 510 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.641324+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.688542+0000 mon.c (mon.1) 511 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.690361+0000 mon.c (mon.1) 512 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.691327+0000 mon.c (mon.1) 513 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.693368+0000 mon.c (mon.1) 514 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.694067+0000 mon.c (mon.1) 515 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.699810+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.743230+0000 mon.c (mon.1) 516 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.745041+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.745873+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.747796+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.748562+0000 mon.c (mon.1) 520 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.755007+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.798891+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.800954+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.801950+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.803942+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.804643+0000 mon.c (mon.1) 525 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.810737+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.853792+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.856222+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.857468+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.859253+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.859920+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.866695+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.926403+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.928225+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.745041+0000 mon.c (mon.1) 517 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.745873+0000 mon.c (mon.1) 518 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.747796+0000 mon.c (mon.1) 519 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.748562+0000 mon.c (mon.1) 520 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.755007+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.798891+0000 mon.c (mon.1) 521 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.800954+0000 mon.c (mon.1) 522 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.801950+0000 mon.c (mon.1) 523 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.803942+0000 mon.c (mon.1) 524 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.804643+0000 mon.c (mon.1) 525 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.810737+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.853792+0000 mon.c (mon.1) 526 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.856222+0000 mon.c (mon.1) 527 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.857468+0000 mon.c (mon.1) 528 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.859253+0000 mon.c (mon.1) 529 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.859920+0000 mon.c (mon.1) 530 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.866695+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.926403+0000 mon.c (mon.1) 531 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.928225+0000 mon.c (mon.1) 532 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.742 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.929198+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.930999+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.931670+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.937739+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.994511+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.996276+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.997147+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.998935+0000 mon.c (mon.1) 539 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:19.999608+0000 mon.c (mon.1) 540 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.008546+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.049127+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.051629+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.052981+0000 mon.c (mon.1) 543 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.055884+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.056906+0000 mon.c (mon.1) 545 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.067554+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.108942+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.110717+0000 mon.c (mon.1) 547 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.111616+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.113580+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.929198+0000 mon.c (mon.1) 533 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.930999+0000 mon.c (mon.1) 534 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.931670+0000 mon.c (mon.1) 535 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.937739+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.994511+0000 mon.c (mon.1) 536 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.744 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.996276+0000 mon.c (mon.1) 537 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.997147+0000 mon.c (mon.1) 538 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.998935+0000 mon.c (mon.1) 539 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:19.999608+0000 mon.c (mon.1) 540 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.008546+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.049127+0000 mon.c (mon.1) 541 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.051629+0000 mon.c (mon.1) 542 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.052981+0000 mon.c (mon.1) 543 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.055884+0000 mon.c (mon.1) 544 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.056906+0000 mon.c (mon.1) 545 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.067554+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.108942+0000 mon.c (mon.1) 546 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.110717+0000 mon.c (mon.1) 547 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.111616+0000 mon.c (mon.1) 548 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.745 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.113580+0000 mon.c (mon.1) 549 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.114313+0000 mon.c (mon.1) 550 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.123707+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.166651+0000 mon.c (mon.1) 551 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.168666+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.169571+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.171464+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.172175+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.180540+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.221404+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.223370+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.224398+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.226329+0000 mon.c (mon.1) 559 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.227283+0000 mon.c (mon.1) 560 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.236524+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.277339+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.279083+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.279901+0000 mon.c (mon.1) 563 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.281686+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.282324+0000 mon.c (mon.1) 565 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.114313+0000 mon.c (mon.1) 550 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.123707+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.747 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.166651+0000 mon.c (mon.1) 551 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.168666+0000 mon.c (mon.1) 552 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.169571+0000 mon.c (mon.1) 553 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.171464+0000 mon.c (mon.1) 554 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.172175+0000 mon.c (mon.1) 555 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.180540+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.221404+0000 mon.c (mon.1) 556 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.223370+0000 mon.c (mon.1) 557 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.224398+0000 mon.c (mon.1) 558 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.226329+0000 mon.c (mon.1) 559 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.227283+0000 mon.c (mon.1) 560 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.236524+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.277339+0000 mon.c (mon.1) 561 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.279083+0000 mon.c (mon.1) 562 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.748 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.279901+0000 mon.c (mon.1) 563 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.281686+0000 mon.c (mon.1) 564 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.282324+0000 mon.c (mon.1) 565 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.291229+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.332173+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.334075+0000 mon.c (mon.1) 567 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.334863+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.336582+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.337223+0000 mon.c (mon.1) 570 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.345121+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.386205+0000 mon.c (mon.1) 571 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.749 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.388093+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.388947+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.390764+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.391402+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[23956]: audit 2024-03-30T04:42:20.399425+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.291229+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.332173+0000 mon.c (mon.1) 566 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.334075+0000 mon.c (mon.1) 567 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.334863+0000 mon.c (mon.1) 568 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.336582+0000 mon.c (mon.1) 569 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.337223+0000 mon.c (mon.1) 570 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.345121+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:20.750 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.386205+0000 mon.c (mon.1) 571 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.751 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.388093+0000 mon.c (mon.1) 572 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:20.751 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.388947+0000 mon.c (mon.1) 573 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:20.751 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.390764+0000 mon.c (mon.1) 574 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:20.751 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.391402+0000 mon.c (mon.1) 575 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:20.751 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:20 smithi097 bash[18564]: audit 2024-03-30T04:42:20.399425+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.417 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[53578]: debug 2024-03-30T04:42:21.037+0000 7f62cfaf4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:42:21.417 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[53578]: debug 2024-03-30T04:42:21.161+0000 7f62cfaf4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:42:21.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[53578]: debug 2024-03-30T04:42:21.493+0000 7f62cfaf4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:42:21.710 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[53578]: debug 2024-03-30T04:42:21.617+0000 7f62cfaf4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.636744+0000 mgr.y (mgr.15330) 306 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.636971+0000 mgr.y (mgr.15330) 307 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.644359+0000 mgr.y (mgr.15330) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.695300+0000 mgr.y (mgr.15330) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.695481+0000 mgr.y (mgr.15330) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.702630+0000 mgr.y (mgr.15330) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.749996+0000 mgr.y (mgr.15330) 312 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.750233+0000 mgr.y (mgr.15330) 313 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.758601+0000 mgr.y (mgr.15330) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.806226+0000 mgr.y (mgr.15330) 315 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.806715+0000 mgr.y (mgr.15330) 316 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.813462+0000 mgr.y (mgr.15330) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.861173+0000 mgr.y (mgr.15330) 318 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.861386+0000 mgr.y (mgr.15330) 319 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.869464+0000 mgr.y (mgr.15330) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.932874+0000 mgr.y (mgr.15330) 321 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:19.933101+0000 mgr.y (mgr.15330) 322 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:19.938262+0000 mgr.y (mgr.15330) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.000819+0000 mgr.y (mgr.15330) 324 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.001006+0000 mgr.y (mgr.15330) 325 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.009121+0000 mgr.y (mgr.15330) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.058457+0000 mgr.y (mgr.15330) 327 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.058696+0000 mgr.y (mgr.15330) 328 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.068086+0000 mgr.y (mgr.15330) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.115724+0000 mgr.y (mgr.15330) 330 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.115958+0000 mgr.y (mgr.15330) 331 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.124259+0000 mgr.y (mgr.15330) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.173472+0000 mgr.y (mgr.15330) 333 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.173736+0000 mgr.y (mgr.15330) 334 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.181083+0000 mgr.y (mgr.15330) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.228685+0000 mgr.y (mgr.15330) 336 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.228932+0000 mgr.y (mgr.15330) 337 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.237296+0000 mgr.y (mgr.15330) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.283566+0000 mgr.y (mgr.15330) 339 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.283810+0000 mgr.y (mgr.15330) 340 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.291785+0000 mgr.y (mgr.15330) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.338466+0000 mgr.y (mgr.15330) 342 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.338711+0000 mgr.y (mgr.15330) 343 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.345771+0000 mgr.y (mgr.15330) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.392655+0000 mgr.y (mgr.15330) 345 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.392886+0000 mgr.y (mgr.15330) 346 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.399953+0000 mgr.y (mgr.15330) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.447238+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.448994+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.449838+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.451587+0000 mon.c (mon.1) 579 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.452252+0000 mon.c (mon.1) 580 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.453601+0000 mgr.y (mgr.15330) 348 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.453856+0000 mgr.y (mgr.15330) 349 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.457949+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.460934+0000 mgr.y (mgr.15330) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.500894+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.502777+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.503634+0000 mon.c (mon.1) 583 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.505515+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.506167+0000 mon.c (mon.1) 585 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.507430+0000 mgr.y (mgr.15330) 351 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.507674+0000 mgr.y (mgr.15330) 352 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.514582+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.517931+0000 mgr.y (mgr.15330) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.558038+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.559852+0000 mon.c (mon.1) 587 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.560665+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.562396+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.562995+0000 mon.c (mon.1) 590 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.564212+0000 mgr.y (mgr.15330) 354 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.564443+0000 mgr.y (mgr.15330) 355 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.569501+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.570611+0000 mgr.y (mgr.15330) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.610742+0000 mon.c (mon.1) 591 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.612605+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.613408+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.615197+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.615824+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.622257+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.664108+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.665878+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.666744+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.668494+0000 mon.c (mon.1) 599 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.669128+0000 mon.c (mon.1) 600 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.675015+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.715423+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.717195+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.718009+0000 mon.c (mon.1) 603 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.719764+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.720394+0000 mon.c (mon.1) 605 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.726112+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.768268+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.770289+0000 mon.c (mon.1) 607 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.771176+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.773292+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.773984+0000 mon.c (mon.1) 610 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.779741+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.820983+0000 mon.c (mon.1) 611 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.822762+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.823931+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.825871+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.826472+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.832008+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.878208+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.636744+0000 mgr.y (mgr.15330) 306 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.636971+0000 mgr.y (mgr.15330) 307 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.644359+0000 mgr.y (mgr.15330) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.695300+0000 mgr.y (mgr.15330) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.695481+0000 mgr.y (mgr.15330) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.718 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.702630+0000 mgr.y (mgr.15330) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.749996+0000 mgr.y (mgr.15330) 312 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.750233+0000 mgr.y (mgr.15330) 313 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.758601+0000 mgr.y (mgr.15330) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.806226+0000 mgr.y (mgr.15330) 315 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.806715+0000 mgr.y (mgr.15330) 316 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.813462+0000 mgr.y (mgr.15330) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.861173+0000 mgr.y (mgr.15330) 318 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.861386+0000 mgr.y (mgr.15330) 319 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.869464+0000 mgr.y (mgr.15330) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.932874+0000 mgr.y (mgr.15330) 321 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:19.933101+0000 mgr.y (mgr.15330) 322 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.719 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:19.938262+0000 mgr.y (mgr.15330) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.720 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.000819+0000 mgr.y (mgr.15330) 324 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.720 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.001006+0000 mgr.y (mgr.15330) 325 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.720 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.636744+0000 mgr.y (mgr.15330) 306 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.720 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.636971+0000 mgr.y (mgr.15330) 307 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.720 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.644359+0000 mgr.y (mgr.15330) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.695300+0000 mgr.y (mgr.15330) 309 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.695481+0000 mgr.y (mgr.15330) 310 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.702630+0000 mgr.y (mgr.15330) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.749996+0000 mgr.y (mgr.15330) 312 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.750233+0000 mgr.y (mgr.15330) 313 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.758601+0000 mgr.y (mgr.15330) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.806226+0000 mgr.y (mgr.15330) 315 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.806715+0000 mgr.y (mgr.15330) 316 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.813462+0000 mgr.y (mgr.15330) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.861173+0000 mgr.y (mgr.15330) 318 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.861386+0000 mgr.y (mgr.15330) 319 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.869464+0000 mgr.y (mgr.15330) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.932874+0000 mgr.y (mgr.15330) 321 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:19.933101+0000 mgr.y (mgr.15330) 322 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.721 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:19.938262+0000 mgr.y (mgr.15330) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.000819+0000 mgr.y (mgr.15330) 324 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.001006+0000 mgr.y (mgr.15330) 325 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.009121+0000 mgr.y (mgr.15330) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.058457+0000 mgr.y (mgr.15330) 327 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.058696+0000 mgr.y (mgr.15330) 328 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.068086+0000 mgr.y (mgr.15330) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.115724+0000 mgr.y (mgr.15330) 330 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.115958+0000 mgr.y (mgr.15330) 331 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.124259+0000 mgr.y (mgr.15330) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.173472+0000 mgr.y (mgr.15330) 333 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.722 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.173736+0000 mgr.y (mgr.15330) 334 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.181083+0000 mgr.y (mgr.15330) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.228685+0000 mgr.y (mgr.15330) 336 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.228932+0000 mgr.y (mgr.15330) 337 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.237296+0000 mgr.y (mgr.15330) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.283566+0000 mgr.y (mgr.15330) 339 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.283810+0000 mgr.y (mgr.15330) 340 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.291785+0000 mgr.y (mgr.15330) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.338466+0000 mgr.y (mgr.15330) 342 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.338711+0000 mgr.y (mgr.15330) 343 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.345771+0000 mgr.y (mgr.15330) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.392655+0000 mgr.y (mgr.15330) 345 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.723 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.392886+0000 mgr.y (mgr.15330) 346 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.880500+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.881734+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.888977+0000 mon.c (mon.1) 619 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.889679+0000 mon.c (mon.1) 620 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.897155+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.898592+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.993344+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.995364+0000 mon.c (mon.1) 623 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.996489+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:20.999970+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.000848+0000 mon.c (mon.1) 626 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.009602+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.055212+0000 mon.c (mon.1) 627 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.057347+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.058446+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.060500+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.061190+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.067522+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.109357+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.111588+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.112459+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.114343+0000 mon.c (mon.1) 635 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.115038+0000 mon.c (mon.1) 636 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.122292+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.163446+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.165298+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.166171+0000 mon.c (mon.1) 639 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.168290+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.168963+0000 mon.c (mon.1) 641 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.176126+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.217439+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.219410+0000 mon.c (mon.1) 643 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.220382+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.222396+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.223106+0000 mon.c (mon.1) 646 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.229623+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.272919+0000 mon.c (mon.1) 647 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.274931+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.275787+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.277584+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.278300+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.285465+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.344898+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.347686+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.349081+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.351529+0000 mon.c (mon.1) 655 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.352406+0000 mon.c (mon.1) 656 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.358573+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.402914+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.404808+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.405749+0000 mon.c (mon.1) 659 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.407663+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.408348+0000 mon.c (mon.1) 661 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[18682]: audit 2024-03-30T04:42:21.415302+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.009121+0000 mgr.y (mgr.15330) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.058457+0000 mgr.y (mgr.15330) 327 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.058696+0000 mgr.y (mgr.15330) 328 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.068086+0000 mgr.y (mgr.15330) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.115724+0000 mgr.y (mgr.15330) 330 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.115958+0000 mgr.y (mgr.15330) 331 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.124259+0000 mgr.y (mgr.15330) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.173472+0000 mgr.y (mgr.15330) 333 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.173736+0000 mgr.y (mgr.15330) 334 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.181083+0000 mgr.y (mgr.15330) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.228685+0000 mgr.y (mgr.15330) 336 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.228932+0000 mgr.y (mgr.15330) 337 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.237296+0000 mgr.y (mgr.15330) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.283566+0000 mgr.y (mgr.15330) 339 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.283810+0000 mgr.y (mgr.15330) 340 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.291785+0000 mgr.y (mgr.15330) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.338466+0000 mgr.y (mgr.15330) 342 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.338711+0000 mgr.y (mgr.15330) 343 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.345771+0000 mgr.y (mgr.15330) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.392655+0000 mgr.y (mgr.15330) 345 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.392886+0000 mgr.y (mgr.15330) 346 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.399953+0000 mgr.y (mgr.15330) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.447238+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.448994+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.449838+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.451587+0000 mon.c (mon.1) 579 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.452252+0000 mon.c (mon.1) 580 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.453601+0000 mgr.y (mgr.15330) 348 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.729 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.453856+0000 mgr.y (mgr.15330) 349 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.457949+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.460934+0000 mgr.y (mgr.15330) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.500894+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.502777+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.503634+0000 mon.c (mon.1) 583 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.505515+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.506167+0000 mon.c (mon.1) 585 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.507430+0000 mgr.y (mgr.15330) 351 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.507674+0000 mgr.y (mgr.15330) 352 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.514582+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.517931+0000 mgr.y (mgr.15330) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.558038+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.559852+0000 mon.c (mon.1) 587 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.560665+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.730 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.562396+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.562995+0000 mon.c (mon.1) 590 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.564212+0000 mgr.y (mgr.15330) 354 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.564443+0000 mgr.y (mgr.15330) 355 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.569501+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.570611+0000 mgr.y (mgr.15330) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.610742+0000 mon.c (mon.1) 591 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.612605+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.613408+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.615197+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.615824+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.622257+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.664108+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.665878+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.666744+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.668494+0000 mon.c (mon.1) 599 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.669128+0000 mon.c (mon.1) 600 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.399953+0000 mgr.y (mgr.15330) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.732 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.447238+0000 mon.c (mon.1) 576 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.448994+0000 mon.c (mon.1) 577 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.449838+0000 mon.c (mon.1) 578 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.451587+0000 mon.c (mon.1) 579 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.452252+0000 mon.c (mon.1) 580 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.453601+0000 mgr.y (mgr.15330) 348 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.453856+0000 mgr.y (mgr.15330) 349 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.457949+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.460934+0000 mgr.y (mgr.15330) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.500894+0000 mon.c (mon.1) 581 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.502777+0000 mon.c (mon.1) 582 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.503634+0000 mon.c (mon.1) 583 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.505515+0000 mon.c (mon.1) 584 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.506167+0000 mon.c (mon.1) 585 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.733 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.507430+0000 mgr.y (mgr.15330) 351 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.507674+0000 mgr.y (mgr.15330) 352 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.514582+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.517931+0000 mgr.y (mgr.15330) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.558038+0000 mon.c (mon.1) 586 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.675015+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.715423+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.717195+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.718009+0000 mon.c (mon.1) 603 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.719764+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.720394+0000 mon.c (mon.1) 605 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.726112+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.768268+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.770289+0000 mon.c (mon.1) 607 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.771176+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.773292+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.773984+0000 mon.c (mon.1) 610 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.779741+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.820983+0000 mon.c (mon.1) 611 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.822762+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.823931+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.825871+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.826472+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.832008+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.878208+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.559852+0000 mon.c (mon.1) 587 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.560665+0000 mon.c (mon.1) 588 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.562396+0000 mon.c (mon.1) 589 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.562995+0000 mon.c (mon.1) 590 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.564212+0000 mgr.y (mgr.15330) 354 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.564443+0000 mgr.y (mgr.15330) 355 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.569501+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.570611+0000 mgr.y (mgr.15330) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.610742+0000 mon.c (mon.1) 591 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.612605+0000 mon.c (mon.1) 592 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.736 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.613408+0000 mon.c (mon.1) 593 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.615197+0000 mon.c (mon.1) 594 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.615824+0000 mon.c (mon.1) 595 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.622257+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.664108+0000 mon.c (mon.1) 596 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.665878+0000 mon.c (mon.1) 597 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.666744+0000 mon.c (mon.1) 598 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.668494+0000 mon.c (mon.1) 599 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.669128+0000 mon.c (mon.1) 600 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.880500+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.881734+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.888977+0000 mon.c (mon.1) 619 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.889679+0000 mon.c (mon.1) 620 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.897155+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.898592+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.993344+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.995364+0000 mon.c (mon.1) 623 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.996489+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:20.999970+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.000848+0000 mon.c (mon.1) 626 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.009602+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.055212+0000 mon.c (mon.1) 627 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.057347+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.058446+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.060500+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.061190+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.067522+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.109357+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.675015+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.715423+0000 mon.c (mon.1) 601 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.717195+0000 mon.c (mon.1) 602 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.718009+0000 mon.c (mon.1) 603 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.719764+0000 mon.c (mon.1) 604 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.720394+0000 mon.c (mon.1) 605 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.726112+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.739 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.768268+0000 mon.c (mon.1) 606 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.770289+0000 mon.c (mon.1) 607 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.771176+0000 mon.c (mon.1) 608 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.773292+0000 mon.c (mon.1) 609 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.773984+0000 mon.c (mon.1) 610 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.779741+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.820983+0000 mon.c (mon.1) 611 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.822762+0000 mon.c (mon.1) 612 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.823931+0000 mon.c (mon.1) 613 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.825871+0000 mon.c (mon.1) 614 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.826472+0000 mon.c (mon.1) 615 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.832008+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.740 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.878208+0000 mon.c (mon.1) 616 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.111588+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.112459+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.114343+0000 mon.c (mon.1) 635 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.115038+0000 mon.c (mon.1) 636 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.122292+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.163446+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.165298+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.166171+0000 mon.c (mon.1) 639 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.168290+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.168963+0000 mon.c (mon.1) 641 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.176126+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.217439+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.219410+0000 mon.c (mon.1) 643 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.220382+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.222396+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.223106+0000 mon.c (mon.1) 646 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.229623+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.272919+0000 mon.c (mon.1) 647 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.274931+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.275787+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.277584+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.278300+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.285465+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.344898+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.347686+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.349081+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.742 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.351529+0000 mon.c (mon.1) 655 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.352406+0000 mon.c (mon.1) 656 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.358573+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.402914+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.404808+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.405749+0000 mon.c (mon.1) 659 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.407663+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.408348+0000 mon.c (mon.1) 661 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[18564]: audit 2024-03-30T04:42:21.415302+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.743 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.880500+0000 mon.c (mon.1) 617 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.881734+0000 mon.c (mon.1) 618 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.888977+0000 mon.c (mon.1) 619 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.889679+0000 mon.c (mon.1) 620 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.897155+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.898592+0000 mon.c (mon.1) 621 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.993344+0000 mon.c (mon.1) 622 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.995364+0000 mon.c (mon.1) 623 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.996489+0000 mon.c (mon.1) 624 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:20.999970+0000 mon.c (mon.1) 625 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.000848+0000 mon.c (mon.1) 626 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.009602+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.055212+0000 mon.c (mon.1) 627 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.057347+0000 mon.c (mon.1) 628 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.744 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.058446+0000 mon.c (mon.1) 629 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.060500+0000 mon.c (mon.1) 630 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.061190+0000 mon.c (mon.1) 631 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.067522+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.109357+0000 mon.c (mon.1) 632 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.111588+0000 mon.c (mon.1) 633 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.112459+0000 mon.c (mon.1) 634 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.114343+0000 mon.c (mon.1) 635 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.115038+0000 mon.c (mon.1) 636 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.122292+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.163446+0000 mon.c (mon.1) 637 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.165298+0000 mon.c (mon.1) 638 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.166171+0000 mon.c (mon.1) 639 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.168290+0000 mon.c (mon.1) 640 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.168963+0000 mon.c (mon.1) 641 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.745 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.176126+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.217439+0000 mon.c (mon.1) 642 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.219410+0000 mon.c (mon.1) 643 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.220382+0000 mon.c (mon.1) 644 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.222396+0000 mon.c (mon.1) 645 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.223106+0000 mon.c (mon.1) 646 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.229623+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.272919+0000 mon.c (mon.1) 647 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.274931+0000 mon.c (mon.1) 648 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.275787+0000 mon.c (mon.1) 649 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.277584+0000 mon.c (mon.1) 650 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.278300+0000 mon.c (mon.1) 651 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.285465+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.344898+0000 mon.c (mon.1) 652 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.347686+0000 mon.c (mon.1) 653 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.349081+0000 mon.c (mon.1) 654 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.351529+0000 mon.c (mon.1) 655 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.352406+0000 mon.c (mon.1) 656 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.358573+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.402914+0000 mon.c (mon.1) 657 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.404808+0000 mon.c (mon.1) 658 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.405749+0000 mon.c (mon.1) 659 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.407663+0000 mon.c (mon.1) 660 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.408348+0000 mon.c (mon.1) 661 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:21.747 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:21 smithi097 bash[23956]: audit 2024-03-30T04:42:21.415302+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.052 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[54352]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:22.052 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:21 smithi105 bash[54352]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:22.366 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: debug 2024-03-30T04:42:22.109+0000 7f62cfaf4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:22.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: debug 2024-03-30T04:42:22.237+0000 7f62cfaf4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:22.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: [30/Mar/2024:04:42:22] ENGINE Bus STARTING 2024-03-30T04:42:22.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: CherryPy Checker: 2024-03-30T04:42:22.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: The Application mounted at '' has an empty config. 2024-03-30T04:42:22.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: [30/Mar/2024:04:42:22] ENGINE Serving on http://:::9283 2024-03-30T04:42:22.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[53578]: [30/Mar/2024:04:42:22] ENGINE Bus STARTED 2024-03-30T04:42:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.617072+0000 mgr.y (mgr.15330) 357 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.617311+0000 mgr.y (mgr.15330) 358 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.623399+0000 mgr.y (mgr.15330) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.670333+0000 mgr.y (mgr.15330) 360 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.670572+0000 mgr.y (mgr.15330) 361 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.675622+0000 mgr.y (mgr.15330) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.721592+0000 mgr.y (mgr.15330) 363 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.721831+0000 mgr.y (mgr.15330) 364 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.726718+0000 mgr.y (mgr.15330) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.775326+0000 mgr.y (mgr.15330) 366 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.775664+0000 mgr.y (mgr.15330) 367 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.780446+0000 mgr.y (mgr.15330) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.827631+0000 mgr.y (mgr.15330) 369 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.827831+0000 mgr.y (mgr.15330) 370 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.832611+0000 mgr.y (mgr.15330) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.890928+0000 mgr.y (mgr.15330) 372 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:20.891151+0000 mgr.y (mgr.15330) 373 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:20.898633+0000 mgr.y (mgr.15330) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.002373+0000 mgr.y (mgr.15330) 375 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.002608+0000 mgr.y (mgr.15330) 376 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.010384+0000 mgr.y (mgr.15330) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.062424+0000 mgr.y (mgr.15330) 378 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.062641+0000 mgr.y (mgr.15330) 379 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.068549+0000 mgr.y (mgr.15330) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.116300+0000 mgr.y (mgr.15330) 381 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.116512+0000 mgr.y (mgr.15330) 382 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.122812+0000 mgr.y (mgr.15330) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.170202+0000 mgr.y (mgr.15330) 384 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.170398+0000 mgr.y (mgr.15330) 385 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.176631+0000 mgr.y (mgr.15330) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.224395+0000 mgr.y (mgr.15330) 387 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.224615+0000 mgr.y (mgr.15330) 388 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.230390+0000 mgr.y (mgr.15330) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.279655+0000 mgr.y (mgr.15330) 390 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.279829+0000 mgr.y (mgr.15330) 391 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.286381+0000 mgr.y (mgr.15330) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.354241+0000 mgr.y (mgr.15330) 393 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.361754+0000 mgr.y (mgr.15330) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.409712+0000 mgr.y (mgr.15330) 395 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.409925+0000 mgr.y (mgr.15330) 396 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.416084+0000 mgr.y (mgr.15330) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.480500+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.483617+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.486498+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.488468+0000 mon.c (mon.1) 663 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.488691+0000 mgr.y (mgr.15330) 398 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.491154+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.494917+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:21.495563+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cephadm 2024-03-30T04:42:21.496176+0000 mgr.y (mgr.15330) 399 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.882941+0000 mon.a (mon.0) 1526 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:21.882971+0000 mon.a (mon.0) 1527 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:22.267244+0000 mon.a (mon.0) 1528 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: cluster 2024-03-30T04:42:22.267658+0000 mon.a (mon.0) 1529 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:22.268838+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:22.269205+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:22.271084+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:22 smithi105 bash[18682]: audit 2024-03-30T04:42:22.272523+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:22.839 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:42:22] "GET /metrics HTTP/1.1" 200 38235 "" "Prometheus/2.33.4" 2024-03-30T04:42:22.839 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.617072+0000 mgr.y (mgr.15330) 357 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.839 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.617311+0000 mgr.y (mgr.15330) 358 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.839 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.623399+0000 mgr.y (mgr.15330) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.839 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.670333+0000 mgr.y (mgr.15330) 360 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.670572+0000 mgr.y (mgr.15330) 361 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.675622+0000 mgr.y (mgr.15330) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.721592+0000 mgr.y (mgr.15330) 363 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.721831+0000 mgr.y (mgr.15330) 364 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.726718+0000 mgr.y (mgr.15330) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.775326+0000 mgr.y (mgr.15330) 366 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.775664+0000 mgr.y (mgr.15330) 367 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.780446+0000 mgr.y (mgr.15330) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.827631+0000 mgr.y (mgr.15330) 369 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.827831+0000 mgr.y (mgr.15330) 370 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.832611+0000 mgr.y (mgr.15330) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.890928+0000 mgr.y (mgr.15330) 372 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.840 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:20.891151+0000 mgr.y (mgr.15330) 373 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:20.898633+0000 mgr.y (mgr.15330) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.002373+0000 mgr.y (mgr.15330) 375 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.002608+0000 mgr.y (mgr.15330) 376 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.617072+0000 mgr.y (mgr.15330) 357 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.617311+0000 mgr.y (mgr.15330) 358 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.623399+0000 mgr.y (mgr.15330) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.670333+0000 mgr.y (mgr.15330) 360 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.670572+0000 mgr.y (mgr.15330) 361 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.675622+0000 mgr.y (mgr.15330) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.841 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.721592+0000 mgr.y (mgr.15330) 363 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.721831+0000 mgr.y (mgr.15330) 364 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.726718+0000 mgr.y (mgr.15330) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.775326+0000 mgr.y (mgr.15330) 366 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.775664+0000 mgr.y (mgr.15330) 367 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.780446+0000 mgr.y (mgr.15330) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.827631+0000 mgr.y (mgr.15330) 369 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.827831+0000 mgr.y (mgr.15330) 370 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.832611+0000 mgr.y (mgr.15330) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.890928+0000 mgr.y (mgr.15330) 372 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:20.891151+0000 mgr.y (mgr.15330) 373 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:20.898633+0000 mgr.y (mgr.15330) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.002373+0000 mgr.y (mgr.15330) 375 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.842 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.002608+0000 mgr.y (mgr.15330) 376 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.010384+0000 mgr.y (mgr.15330) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.062424+0000 mgr.y (mgr.15330) 378 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.062641+0000 mgr.y (mgr.15330) 379 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.068549+0000 mgr.y (mgr.15330) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.116300+0000 mgr.y (mgr.15330) 381 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.116512+0000 mgr.y (mgr.15330) 382 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.122812+0000 mgr.y (mgr.15330) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.170202+0000 mgr.y (mgr.15330) 384 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.170398+0000 mgr.y (mgr.15330) 385 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.843 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.176631+0000 mgr.y (mgr.15330) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.224395+0000 mgr.y (mgr.15330) 387 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.224615+0000 mgr.y (mgr.15330) 388 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.230390+0000 mgr.y (mgr.15330) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.279655+0000 mgr.y (mgr.15330) 390 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.279829+0000 mgr.y (mgr.15330) 391 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.286381+0000 mgr.y (mgr.15330) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.354241+0000 mgr.y (mgr.15330) 393 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.361754+0000 mgr.y (mgr.15330) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.409712+0000 mgr.y (mgr.15330) 395 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.409925+0000 mgr.y (mgr.15330) 396 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.416084+0000 mgr.y (mgr.15330) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.844 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.010384+0000 mgr.y (mgr.15330) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.062424+0000 mgr.y (mgr.15330) 378 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.062641+0000 mgr.y (mgr.15330) 379 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.068549+0000 mgr.y (mgr.15330) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.116300+0000 mgr.y (mgr.15330) 381 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.116512+0000 mgr.y (mgr.15330) 382 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.122812+0000 mgr.y (mgr.15330) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.170202+0000 mgr.y (mgr.15330) 384 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.170398+0000 mgr.y (mgr.15330) 385 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.176631+0000 mgr.y (mgr.15330) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.224395+0000 mgr.y (mgr.15330) 387 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.224615+0000 mgr.y (mgr.15330) 388 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.230390+0000 mgr.y (mgr.15330) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.845 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.279655+0000 mgr.y (mgr.15330) 390 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.279829+0000 mgr.y (mgr.15330) 391 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.286381+0000 mgr.y (mgr.15330) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.354241+0000 mgr.y (mgr.15330) 393 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.361754+0000 mgr.y (mgr.15330) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.409712+0000 mgr.y (mgr.15330) 395 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.409925+0000 mgr.y (mgr.15330) 396 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.416084+0000 mgr.y (mgr.15330) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.480500+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.483617+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.486498+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.846 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.488468+0000 mon.c (mon.1) 663 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.488691+0000 mgr.y (mgr.15330) 398 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.491154+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.494917+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:21.495563+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cephadm 2024-03-30T04:42:21.496176+0000 mgr.y (mgr.15330) 399 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.882941+0000 mon.a (mon.0) 1526 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:21.882971+0000 mon.a (mon.0) 1527 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:22.267244+0000 mon.a (mon.0) 1528 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: cluster 2024-03-30T04:42:22.267658+0000 mon.a (mon.0) 1529 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:22.268838+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:22.269205+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:22.271084+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[18564]: audit 2024-03-30T04:42:22.272523+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:22.847 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.480500+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.483617+0000 mon.c (mon.1) 662 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.486498+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.488468+0000 mon.c (mon.1) 663 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.488691+0000 mgr.y (mgr.15330) 398 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.491154+0000 mon.c (mon.1) 664 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.494917+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:21.495563+0000 mon.c (mon.1) 665 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cephadm 2024-03-30T04:42:21.496176+0000 mgr.y (mgr.15330) 399 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.882941+0000 mon.a (mon.0) 1526 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:21.882971+0000 mon.a (mon.0) 1527 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:22.267244+0000 mon.a (mon.0) 1528 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: cluster 2024-03-30T04:42:22.267658+0000 mon.a (mon.0) 1529 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:22.268838+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:22.269205+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:22.271084+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:22.848 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:22 smithi097 bash[23956]: audit 2024-03-30T04:42:22.272523+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.? 172.21.15.105:0/676147591' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:23.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:22 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:23.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:22 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:23.802 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:23 smithi105 bash[52959]: ts=2024-03-30T04:42:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:23 smithi105 bash[18682]: cluster 2024-03-30T04:42:22.900685+0000 mon.a (mon.0) 1530 : cluster [DBG] mgrmap e34: y(active, since 33s), standbys: x 2024-03-30T04:42:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:23 smithi105 bash[18682]: audit 2024-03-30T04:42:23.060248+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:23 smithi105 bash[18682]: audit 2024-03-30T04:42:23.071988+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:23 smithi105 bash[18682]: audit 2024-03-30T04:42:23.083064+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:23 smithi105 bash[18682]: cluster 2024-03-30T04:42:23.489421+0000 mgr.y (mgr.15330) 400 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[18564]: cluster 2024-03-30T04:42:22.900685+0000 mon.a (mon.0) 1530 : cluster [DBG] mgrmap e34: y(active, since 33s), standbys: x 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[18564]: audit 2024-03-30T04:42:23.060248+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[18564]: audit 2024-03-30T04:42:23.071988+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[18564]: audit 2024-03-30T04:42:23.083064+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[18564]: cluster 2024-03-30T04:42:23.489421+0000 mgr.y (mgr.15330) 400 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[23956]: cluster 2024-03-30T04:42:22.900685+0000 mon.a (mon.0) 1530 : cluster [DBG] mgrmap e34: y(active, since 33s), standbys: x 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[23956]: audit 2024-03-30T04:42:23.060248+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[23956]: audit 2024-03-30T04:42:23.071988+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[23956]: audit 2024-03-30T04:42:23.083064+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:24.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:23 smithi097 bash[23956]: cluster 2024-03-30T04:42:23.489421+0000 mgr.y (mgr.15330) 400 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:42:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: cephadm 2024-03-30T04:42:24.216603+0000 mgr.y (mgr.15330) 401 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:42:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.223147+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.224534+0000 mon.c (mon.1) 666 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.225722+0000 mon.c (mon.1) 667 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.226742+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: cephadm 2024-03-30T04:42:24.227999+0000 mgr.y (mgr.15330) 402 : cephadm [INF] Deploying daemon mon.a on smithi097 2024-03-30T04:42:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.546973+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.554768+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: cluster 2024-03-30T04:42:24.556451+0000 mgr.y (mgr.15330) 403 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:42:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:25 smithi105 bash[18682]: audit 2024-03-30T04:42:24.562505+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: cephadm 2024-03-30T04:42:24.216603+0000 mgr.y (mgr.15330) 401 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:42:25.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.223147+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.224534+0000 mon.c (mon.1) 666 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:25.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.225722+0000 mon.c (mon.1) 667 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:25.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.226742+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: cephadm 2024-03-30T04:42:24.227999+0000 mgr.y (mgr.15330) 402 : cephadm [INF] Deploying daemon mon.a on smithi097 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.546973+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.554768+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: cluster 2024-03-30T04:42:24.556451+0000 mgr.y (mgr.15330) 403 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[18564]: audit 2024-03-30T04:42:24.562505+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: cephadm 2024-03-30T04:42:24.216603+0000 mgr.y (mgr.15330) 401 : cephadm [INF] Upgrade: Updating mon.a 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.223147+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.224534+0000 mon.c (mon.1) 666 : audit [INF] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.225722+0000 mon.c (mon.1) 667 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.226742+0000 mon.c (mon.1) 668 : audit [DBG] from='mgr.15330 172.21.15.97:0/1002751993' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: cephadm 2024-03-30T04:42:24.227999+0000 mgr.y (mgr.15330) 402 : cephadm [INF] Deploying daemon mon.a on smithi097 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.546973+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.554768+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:25.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: cluster 2024-03-30T04:42:24.556451+0000 mgr.y (mgr.15330) 403 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:42:25.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:25 smithi097 bash[23956]: audit 2024-03-30T04:42:24.562505+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.15330 ' entity='mgr.y' 2024-03-30T04:42:26.518 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:26 smithi097 bash[23956]: cluster 2024-03-30T04:42:25.552329+0000 mon.a (mon.0) 1538 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:26.518 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:26 smithi097 bash[18564]: cluster 2024-03-30T04:42:25.552329+0000 mon.a (mon.0) 1538 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:26.521 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:26 smithi105 bash[18682]: cluster 2024-03-30T04:42:25.552329+0000 mon.a (mon.0) 1538 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:26.711 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:42:27.312 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.312 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.313 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.313 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.313 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.314 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.314 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:27 smithi097 bash[23956]: cluster 2024-03-30T04:42:26.556947+0000 mgr.y (mgr.15330) 404 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 984 B/s rd, 0 op/s 2024-03-30T04:42:27.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:27 smithi097 bash[18564]: cluster 2024-03-30T04:42:26.556947+0000 mgr.y (mgr.15330) 404 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 984 B/s rd, 0 op/s 2024-03-30T04:42:27.314 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.315 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 4s ago 15m - - 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 2s ago 14m - - 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (114s) 4s ago 8m 12.6M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 unknown 2s ago 7m - - 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (29s) 4s ago 6m 41.4M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (15s) 2s ago 14m 434M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (47s) 4s ago 16m 494M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (16m) 4s ago 16m 70.9M 2048M 17.2.0 e1d6a67b021e d17f6948853c 2024-03-30T04:42:27.466 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (14m) 2s ago 14m 50.2M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (14m) 4s ago 14m 48.2M 2048M 17.2.0 e1d6a67b021e fad3ebf7ca4a 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (2m) 4s ago 8m 8640k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (85s) 2s ago 8m 8636k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (13m) 4s ago 13m 55.2M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (13m) 4s ago 13m 56.8M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (12m) 4s ago 12m 50.2M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (11m) 4s ago 11m 55.8M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (11m) 2s ago 11m 58.2M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (10m) 2s ago 10m 53.4M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (10m) 2s ago 10m 52.0M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (9m) 2s ago 9m 55.6M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (23s) 2s ago 8m 53.1M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (6m) 4s ago 6m 86.1M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (6m) 2s ago 6m 86.1M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:42:27.467 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (6m) 4s ago 6m 86.1M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:42:27.468 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (6m) 2s ago 6m 86.6M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:42:27.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:27 smithi097 systemd[1]: Stopping Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:27.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:27 smithi097 bash[18564]: debug 2024-03-30T04:42:27.429+0000 7f9e667d1700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:42:27.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:27 smithi097 bash[18564]: debug 2024-03-30T04:42:27.429+0000 7f9e667d1700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-30T04:42:27.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:27 smithi105 bash[18682]: cluster 2024-03-30T04:42:26.556947+0000 mgr.y (mgr.15330) 404 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 984 B/s rd, 0 op/s 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:42:27.871 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "mds": {}, 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:42:27.872 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:42:28.224 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "2/23 daemons upgraded", 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:42:28.225 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:42:28.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:28 smithi097 bash[69314]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:42:28.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:28 smithi097 bash[69421]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-a 2024-03-30T04:42:28.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-03-30T04:42:28.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: Stopped Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:28.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: Started Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:28.627 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.628 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.628 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.628 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.629 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.629 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:42:28 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:28.642 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:28.642 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:28.642 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:42:28.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:28 smithi105 bash[52959]: ts=2024-03-30T04:42:28.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:29.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.485+0000 7f23377dac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.485+0000 7f23377dac80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.485+0000 7f23377dac80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.489+0000 7f23377dac80 0 load: jerasure load: lrc 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Git sha 0 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: DB SUMMARY 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: DB Session ID: FIALOVKEBY78YQ4E6SNJ 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:42:29.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1729 Bytes 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000042.sst 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000040.log size: 870971 ; 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.env: 0x55d35b4c0c60 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.info_log: 0x55d35c0ebb20 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:42:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:42:29.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:42:29.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:42:29.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:42:29.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:42:29.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.wal_dir: 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:42:29.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.write_buffer_manager: 0x55d35c0bc820 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:42:29.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.row_cache: None 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:42:29.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:42:29.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:42:29.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:42:29.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:42:29.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:42:29.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:42:29.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:42:29.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:42:29.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.merge_operator: 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d35c0ebd00) 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: cache_index_and_filter_blocks: 1 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:42:29.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: pin_top_level_index_and_filter: 1 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: index_type: 0 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: data_block_index_type: 0 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: index_shortening: 1 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: checksum: 4 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: no_block_cache: 0 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_cache: 0x55d35c0ed090 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_cache_name: BinnedLRUCache 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_cache_options: 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: capacity : 536870912 2024-03-30T04:42:29.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: num_shard_bits : 4 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: strict_capacity_limit : 0 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: high_pri_pool_ratio: 0.000 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_cache_compressed: (nil) 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: persistent_cache: (nil) 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_size: 4096 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_size_deviation: 10 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_restart_interval: 16 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: index_block_restart_interval: 1 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: metadata_block_size: 4096 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: partition_filters: 0 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: use_delta_encoding: 1 2024-03-30T04:42:29.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: filter_policy: bloomfilter 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: whole_key_filtering: 1 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: verify_compression: 0 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: read_amp_bytes_per_bit: 0 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: format_version: 5 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: enable_index_compression: 1 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: block_align: 0 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: max_auto_readahead_size: 262144 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: prepopulate_block_cache: 0 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: initial_auto_readahead_size: 8192 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:42:29.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:42:29.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:42:29.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:42:29.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:42:29.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:42:29.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:42:29.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:29.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:42:29.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:42:29.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:42:29.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:42:29.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f232cf43700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 42.sst 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 44, last_sequence is 20190, log_number is 40,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:42:29.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 40 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 656dc8f0-fbe7-4c59-955a-4d0b59720f8a 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773749498717, "job": 1, "event": "recovery_started", "wal_files": [40]} 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.493+0000 7f23377dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #40 mode 2 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.497+0000 7f23377dac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773749503278, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 45, "file_size": 847078, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 20184, "largest_seqno": 20911, "table_properties": {"data_size": 843211, "index_size": 1547, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1285, "raw_key_size": 12652, "raw_average_key_size": 25, "raw_value_size": 834644, "raw_average_value_size": 1703, "num_data_blocks": 61, "num_entries": 490, "num_filter_entries": 490, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711773749, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "656dc8f0-fbe7-4c59-955a-4d0b59720f8a", "db_session_id": "FIALOVKEBY78YQ4E6SNJ", "orig_file_number": 45, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.497+0000 7f23377dac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773749503389, "job": 1, "event": "recovery_finished"} 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.497+0000 7f23377dac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 47 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.497+0000 7f23377dac80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000040.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d35c1e0000 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 4 rocksdb: DB pointer 0x55d35c1ca000 2024-03-30T04:42:29.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f2325f35700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f2325f35700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: ** DB Stats ** 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: ** Compaction Stats [default] ** 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:42:29.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: L0 1/0 827.22 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 297.4 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: L6 1/0 10.45 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 0.0 0.0 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Sum 2/0 11.26 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 297.4 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 297.4 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: ** Compaction Stats [default] ** 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 297.4 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:42:29.901 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Flush(GB): cumulative 0.001, interval 0.001 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Cumulative compaction: 0.00 GB write, 110.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Interval compaction: 0.00 GB write, 110.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Block cache BinnedLRUCache@0x55d35c0ed090#7 capacity: 512.00 MB usage: 3.23 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: Block cache entry stats(count,size,portion): FilterBlock(1,1.41 KB,0.000268221%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] at bind addrs [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:29.902 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 1 mon.a@-1(???) e3 preinit fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 mon.a@-1(???).mds e1 new map 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 mon.a@-1(???).mds e1 print_map 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: e1 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: legacy client fscid: -1 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: No filesystems configured 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 mon.a@-1(???).osd e105 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:29.903 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.501+0000 7f23377dac80 0 mon.a@-1(???).osd e105 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:42:29.904 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:29 smithi097 bash[69502]: debug 2024-03-30T04:42:29.505+0000 7f23377dac80 1 mon.a@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2024-03-30T04:42:31.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[65835]: ignoring --setuser ceph since I am not root 2024-03-30T04:42:31.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[65835]: ignoring --setgroup ceph since I am not root 2024-03-30T04:42:31.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[65835]: debug 2024-03-30T04:42:31.061+0000 7fdd50500700 1 -- 172.21.15.97:0/1761683701 <== mon.1 v2:172.21.15.97:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5651198c85a0 con 0x56511a646400 2024-03-30T04:42:31.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[65835]: debug 2024-03-30T04:42:31.205+0000 7fdd5a2f1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:26.702843+0000 mgr.y (mgr.15330) 405 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:27.094577+0000 mgr.y (mgr.15330) 406 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:27.456471+0000 mgr.y (mgr.15330) 407 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:27.877746+0000 mon.c (mon.1) 669 : audit [DBG] from='client.? 172.21.15.97:0/956803080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:28.231204+0000 mgr.y (mgr.15330) 408 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:28.557857+0000 mgr.y (mgr.15330) 409 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:28.649625+0000 mon.c (mon.1) 670 : audit [DBG] from='client.? 172.21.15.97:0/1749012200' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:28.917179+0000 mgr.y (mgr.15330) 410 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.558554+0000 mgr.y (mgr.15330) 411 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.926779+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.949670+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961023+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961069+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961097+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961119+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961140+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961163+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961187+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961208+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.961232+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.962426+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.962489+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:31.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:26.702843+0000 mgr.y (mgr.15330) 405 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:27.094577+0000 mgr.y (mgr.15330) 406 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:27.456471+0000 mgr.y (mgr.15330) 407 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:27.877746+0000 mon.c (mon.1) 669 : audit [DBG] from='client.? 172.21.15.97:0/956803080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:28.231204+0000 mgr.y (mgr.15330) 408 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:28.557857+0000 mgr.y (mgr.15330) 409 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:28.649625+0000 mon.c (mon.1) 670 : audit [DBG] from='client.? 172.21.15.97:0/1749012200' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:28.917179+0000 mgr.y (mgr.15330) 410 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.558554+0000 mgr.y (mgr.15330) 411 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.926779+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.949670+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961023+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961069+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961097+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:42:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961119+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961140+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961163+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961187+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961208+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.961232+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.962426+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.962489+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.964937+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e34: y(active, since 41s), standbys: x 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.966382+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.966429+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.966449+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: audit 2024-03-30T04:42:30.984244+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15330 ' entity='' 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[69502]: cluster 2024-03-30T04:42:30.985196+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e35: y(active, since 41s), standbys: x 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.964937+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e34: y(active, since 41s), standbys: x 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.966382+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.966429+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.966449+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: audit 2024-03-30T04:42:30.984244+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15330 ' entity='' 2024-03-30T04:42:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:31 smithi097 bash[23956]: cluster 2024-03-30T04:42:30.985196+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e35: y(active, since 41s), standbys: x 2024-03-30T04:42:31.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[53578]: ignoring --setuser ceph since I am not root 2024-03-30T04:42:31.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[53578]: ignoring --setgroup ceph since I am not root 2024-03-30T04:42:31.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[53578]: debug 2024-03-30T04:42:31.053+0000 7f7307b89700 1 -- 172.21.15.105:0/1381885153 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c1092e65a0 con 0x55c10a064c00 2024-03-30T04:42:31.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[53578]: debug 2024-03-30T04:42:31.197+0000 7f731197a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-30T04:42:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:26.702843+0000 mgr.y (mgr.15330) 405 : audit [DBG] from='client.25345 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:27.094577+0000 mgr.y (mgr.15330) 406 : audit [DBG] from='client.25351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:27.456471+0000 mgr.y (mgr.15330) 407 : audit [DBG] from='client.25357 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:27.877746+0000 mon.c (mon.1) 669 : audit [DBG] from='client.? 172.21.15.97:0/956803080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:28.231204+0000 mgr.y (mgr.15330) 408 : audit [DBG] from='client.25369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:28.557857+0000 mgr.y (mgr.15330) 409 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:28.649625+0000 mon.c (mon.1) 670 : audit [DBG] from='client.? 172.21.15.97:0/1749012200' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:28.917179+0000 mgr.y (mgr.15330) 410 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.558554+0000 mgr.y (mgr.15330) 411 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.926779+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.949670+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961023+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961069+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:42:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961097+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961119+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961140+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961163+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961187+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961208+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.961232+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.962426+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.962489+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.964937+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e34: y(active, since 41s), standbys: x 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.966382+0000 mon.a (mon.0) 15 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.966429+0000 mon.a (mon.0) 16 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.966449+0000 mon.a (mon.0) 17 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: audit 2024-03-30T04:42:30.984244+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15330 ' entity='' 2024-03-30T04:42:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:31 smithi105 bash[18682]: cluster 2024-03-30T04:42:30.985196+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e35: y(active, since 41s), standbys: x 2024-03-30T04:42:33.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:32 smithi097 bash[69502]: cluster 2024-03-30T04:42:31.991496+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e36: y(active, since 42s), standbys: x 2024-03-30T04:42:33.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:32 smithi097 bash[23956]: cluster 2024-03-30T04:42:31.991496+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e36: y(active, since 42s), standbys: x 2024-03-30T04:42:33.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:32 smithi097 bash[65835]: debug 2024-03-30T04:42:32.793+0000 7fdd5a2f1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:42:33.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:32 smithi097 bash[65835]: debug 2024-03-30T04:42:32.893+0000 7fdd5a2f1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:42:33.127 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:32 smithi105 bash[18682]: cluster 2024-03-30T04:42:31.991496+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e36: y(active, since 42s), standbys: x 2024-03-30T04:42:33.127 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:32 smithi105 bash[53578]: debug 2024-03-30T04:42:32.773+0000 7f731197a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-30T04:42:33.128 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:32 smithi105 bash[53578]: debug 2024-03-30T04:42:32.873+0000 7f731197a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-30T04:42:33.128 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:32 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 6. 2024-03-30T04:42:33.128 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:32 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:33.128 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:32 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:33.459 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:33 smithi105 bash[53578]: debug 2024-03-30T04:42:33.129+0000 7f731197a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:42:33.623 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:33 smithi097 bash[65835]: debug 2024-03-30T04:42:33.149+0000 7fdd5a2f1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-30T04:42:33.937 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:33 smithi105 bash[52959]: ts=2024-03-30T04:42:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:34.209 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:33 smithi105 bash[53578]: debug 2024-03-30T04:42:33.941+0000 7f731197a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:34.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[53578]: debug 2024-03-30T04:42:34.057+0000 7f731197a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:42:34.210 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[53578]: debug 2024-03-30T04:42:34.169+0000 7f731197a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:42:34.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[55351]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:34.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[55351]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:34.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:33 smithi097 bash[65835]: debug 2024-03-30T04:42:33.953+0000 7fdd5a2f1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:34.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:34 smithi097 bash[65835]: debug 2024-03-30T04:42:34.069+0000 7fdd5a2f1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-30T04:42:34.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:34 smithi097 bash[65835]: debug 2024-03-30T04:42:34.177+0000 7fdd5a2f1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-30T04:42:34.806 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[53578]: debug 2024-03-30T04:42:34.533+0000 7f731197a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:42:34.806 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[53578]: debug 2024-03-30T04:42:34.649+0000 7f731197a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:42:34.806 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:34 smithi105 bash[53578]: debug 2024-03-30T04:42:34.753+0000 7f731197a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:42:34.873 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:34 smithi097 bash[65835]: debug 2024-03-30T04:42:34.541+0000 7fdd5a2f1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-30T04:42:34.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:34 smithi097 bash[65835]: debug 2024-03-30T04:42:34.653+0000 7fdd5a2f1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-30T04:42:34.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:34 smithi097 bash[65835]: debug 2024-03-30T04:42:34.761+0000 7fdd5a2f1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-30T04:42:35.121 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:34 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:35.121 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:34 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:35.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:35 smithi105 bash[53578]: debug 2024-03-30T04:42:35.125+0000 7f731197a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:42:35.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:35 smithi105 bash[53578]: debug 2024-03-30T04:42:35.369+0000 7f731197a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:42:35.623 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:35 smithi097 bash[65835]: debug 2024-03-30T04:42:35.133+0000 7fdd5a2f1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-30T04:42:35.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:35 smithi097 bash[65835]: debug 2024-03-30T04:42:35.377+0000 7fdd5a2f1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-30T04:42:35.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:35 smithi105 bash[53578]: debug 2024-03-30T04:42:35.633+0000 7f731197a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:42:35.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:35 smithi105 bash[53578]: debug 2024-03-30T04:42:35.753+0000 7f731197a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:42:36.057 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:35 smithi097 bash[65835]: debug 2024-03-30T04:42:35.649+0000 7fdd5a2f1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-30T04:42:36.057 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:35 smithi097 bash[65835]: debug 2024-03-30T04:42:35.773+0000 7fdd5a2f1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-30T04:42:36.373 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:36 smithi097 bash[65835]: debug 2024-03-30T04:42:36.057+0000 7fdd5a2f1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:42:36.459 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:36 smithi105 bash[53578]: debug 2024-03-30T04:42:36.045+0000 7f731197a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-30T04:42:36.837 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:36 smithi105 bash[53578]: debug 2024-03-30T04:42:36.473+0000 7f731197a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:36.837 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:36 smithi105 bash[53578]: debug 2024-03-30T04:42:36.717+0000 7f731197a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:36.849 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:36 smithi097 bash[65835]: debug 2024-03-30T04:42:36.481+0000 7fdd5a2f1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:36.850 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:36 smithi097 bash[65835]: debug 2024-03-30T04:42:36.725+0000 7fdd5a2f1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-30T04:42:36.850 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:36 smithi097 bash[65835]: debug 2024-03-30T04:42:36.849+0000 7fdd5a2f1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:42:37.093 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:36 smithi105 bash[53578]: debug 2024-03-30T04:42:36.841+0000 7f731197a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-30T04:42:37.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:37 smithi097 bash[65835]: debug 2024-03-30T04:42:37.113+0000 7fdd5a2f1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:38.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:37 smithi105 bash[53578]: debug 2024-03-30T04:42:37.097+0000 7f731197a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-30T04:42:38.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:38 smithi105 bash[53578]: debug 2024-03-30T04:42:38.121+0000 7f731197a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:42:38.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:38 smithi105 bash[53578]: debug 2024-03-30T04:42:38.237+0000 7f731197a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:42:38.610 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:38 smithi097 bash[65835]: debug 2024-03-30T04:42:38.185+0000 7fdd5a2f1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-30T04:42:38.611 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:38 smithi097 bash[65835]: debug 2024-03-30T04:42:38.305+0000 7fdd5a2f1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-30T04:42:38.873 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:38 smithi097 bash[65835]: debug 2024-03-30T04:42:38.609+0000 7fdd5a2f1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:42:38.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:38 smithi097 bash[65835]: debug 2024-03-30T04:42:38.729+0000 7fdd5a2f1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:42:38.959 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:38 smithi105 bash[53578]: debug 2024-03-30T04:42:38.541+0000 7f731197a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-30T04:42:38.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:38 smithi105 bash[53578]: debug 2024-03-30T04:42:38.657+0000 7f731197a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-30T04:42:39.374 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.271387+0000 mon.a (mon.0) 21 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:39.374 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.271565+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:39.374 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[18682]: audit 2024-03-30T04:42:39.274298+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:39.374 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[18682]: audit 2024-03-30T04:42:39.277857+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:39.375 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[18682]: audit 2024-03-30T04:42:39.280944+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:39.375 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[18682]: audit 2024-03-30T04:42:39.281535+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:39.375 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: debug 2024-03-30T04:42:39.121+0000 7f731197a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:39.375 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: debug 2024-03-30T04:42:39.245+0000 7f731197a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:39.375 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: [30/Mar/2024:04:42:39] ENGINE Bus STARTING 2024-03-30T04:42:39.470 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: debug 2024-03-30T04:42:39.209+0000 7fdd5a2f1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-30T04:42:39.470 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: debug 2024-03-30T04:42:39.349+0000 7fdd5a2f1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-30T04:42:39.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.271387+0000 mon.a (mon.0) 21 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:39.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.271565+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:39.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[23956]: audit 2024-03-30T04:42:39.274298+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:39.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[23956]: audit 2024-03-30T04:42:39.277857+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:39.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[23956]: audit 2024-03-30T04:42:39.280944+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:39.472 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[23956]: audit 2024-03-30T04:42:39.281535+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:39.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.271387+0000 mon.a (mon.0) 21 : cluster [DBG] Standby manager daemon x restarted 2024-03-30T04:42:39.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.271565+0000 mon.a (mon.0) 22 : cluster [DBG] Standby manager daemon x started 2024-03-30T04:42:39.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[69502]: audit 2024-03-30T04:42:39.274298+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-03-30T04:42:39.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[69502]: audit 2024-03-30T04:42:39.277857+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-30T04:42:39.473 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[69502]: audit 2024-03-30T04:42:39.280944+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-03-30T04:42:39.473 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[69502]: audit 2024-03-30T04:42:39.281535+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.? 172.21.15.105:0/1627550252' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-30T04:42:39.711 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: CherryPy Checker: 2024-03-30T04:42:39.711 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: The Application mounted at '' has an empty config. 2024-03-30T04:42:39.711 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: [30/Mar/2024:04:42:39] ENGINE Serving on http://:::9283 2024-03-30T04:42:39.711 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:42:39 smithi105 bash[53578]: [30/Mar/2024:04:42:39] ENGINE Bus STARTED 2024-03-30T04:42:39.873 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: [30/Mar/2024:04:42:39] ENGINE Bus STARTING 2024-03-30T04:42:39.873 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: CherryPy Checker: 2024-03-30T04:42:39.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: The Application mounted at '' has an empty config. 2024-03-30T04:42:39.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: [30/Mar/2024:04:42:39] ENGINE Serving on http://:::9283 2024-03-30T04:42:39.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:39 smithi097 bash[65835]: [30/Mar/2024:04:42:39] ENGINE Bus STARTED 2024-03-30T04:42:40.613 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[65835]: debug 2024-03-30T04:42:40.365+0000 7fdd18a51700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.329592+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e37: y(active, since 49s), standbys: x 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.357226+0000 mon.a (mon.0) 24 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.357673+0000 mon.a (mon.0) 25 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.368966+0000 mon.a (mon.0) 26 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.370640+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e38: y(active, starting, since 0.0130503s), standbys: x 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.373237+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.373420+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.373583+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.375021+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:40.614 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.375270+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.375484+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.375748+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.376001+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.376251+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.376478+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.376743+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.376971+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.377215+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.377465+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.377656+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:40.615 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.329592+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e37: y(active, since 49s), standbys: x 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.357226+0000 mon.a (mon.0) 24 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.357673+0000 mon.a (mon.0) 25 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.368966+0000 mon.a (mon.0) 26 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.370640+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e38: y(active, starting, since 0.0130503s), standbys: x 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.373237+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.373420+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.373583+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.375021+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.375270+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.375484+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.375748+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.376001+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.376251+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.376478+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:40.616 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.376743+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.376971+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.377215+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.377465+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.377656+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.378132+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cluster 2024-03-30T04:42:39.387196+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.433480+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.437263+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.442307+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.442957+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:40.617 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.444107+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.444909+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cephadm 2024-03-30T04:42:39.446872+0000 mgr.y (mgr.25387) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cephadm 2024-03-30T04:42:39.447399+0000 mgr.y (mgr.25387) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.473910+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.476631+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: audit 2024-03-30T04:42:39.519481+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[69502]: cephadm 2024-03-30T04:42:39.905884+0000 mgr.y (mgr.25387) 3 : cephadm [INF] [30/Mar/2024:04:42:39] ENGINE Bus STARTING 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.378132+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cluster 2024-03-30T04:42:39.387196+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.433480+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.437263+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:40.618 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.442307+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.442957+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.444107+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.444909+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cephadm 2024-03-30T04:42:39.446872+0000 mgr.y (mgr.25387) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cephadm 2024-03-30T04:42:39.447399+0000 mgr.y (mgr.25387) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.473910+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.476631+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: audit 2024-03-30T04:42:39.519481+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:40.619 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:40 smithi097 bash[23956]: cephadm 2024-03-30T04:42:39.905884+0000 mgr.y (mgr.25387) 3 : cephadm [INF] [30/Mar/2024:04:42:39] ENGINE Bus STARTING 2024-03-30T04:42:40.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.329592+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e37: y(active, since 49s), standbys: x 2024-03-30T04:42:40.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.357226+0000 mon.a (mon.0) 24 : cluster [INF] Active manager daemon y restarted 2024-03-30T04:42:40.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.357673+0000 mon.a (mon.0) 25 : cluster [INF] Activating manager daemon y 2024-03-30T04:42:40.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.368966+0000 mon.a (mon.0) 26 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:42:40.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.370640+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e38: y(active, starting, since 0.0130503s), standbys: x 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.373237+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.373420+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.373583+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.375021+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.375270+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.375484+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.375748+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.376001+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.376251+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.376478+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.376743+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.376971+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.377215+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:42:40.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.377465+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.377656+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.378132+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cluster 2024-03-30T04:42:39.387196+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon y is now available 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.433480+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.437263+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.442307+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.442957+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.444107+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.444909+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cephadm 2024-03-30T04:42:39.446872+0000 mgr.y (mgr.25387) 1 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cephadm 2024-03-30T04:42:39.447399+0000 mgr.y (mgr.25387) 2 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.473910+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.476631+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: audit 2024-03-30T04:42:39.519481+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-03-30T04:42:40.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:40 smithi105 bash[18682]: cephadm 2024-03-30T04:42:39.905884+0000 mgr.y (mgr.25387) 3 : cephadm [INF] [30/Mar/2024:04:42:39] ENGINE Bus STARTING 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.278101+0000 mgr.y (mgr.25387) 4 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Serving on https://172.21.15.97:7151 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.327094+0000 mgr.y (mgr.25387) 5 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.327537+0000 mgr.y (mgr.25387) 6 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cluster 2024-03-30T04:42:40.369111+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e39: y(active, since 1.01154s), standbys: x 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.376124+0000 mgr.y (mgr.25387) 7 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.382990+0000 mgr.y (mgr.25387) 8 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Serving on http://172.21.15.97:8765 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.383282+0000 mgr.y (mgr.25387) 9 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Bus STARTED 2024-03-30T04:42:41.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cluster 2024-03-30T04:42:40.384544+0000 mgr.y (mgr.25387) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.491961+0000 mgr.y (mgr.25387) 11 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.492681+0000 mgr.y (mgr.25387) 12 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.656424+0000 mgr.y (mgr.25387) 13 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cephadm 2024-03-30T04:42:40.657252+0000 mgr.y (mgr.25387) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.830427+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.838193+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.847282+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.857557+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: cluster 2024-03-30T04:42:40.860290+0000 mgr.y (mgr.25387) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.872199+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.882582+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[23956]: audit 2024-03-30T04:42:40.958954+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:42:41.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.278101+0000 mgr.y (mgr.25387) 4 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Serving on https://172.21.15.97:7151 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.327094+0000 mgr.y (mgr.25387) 5 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.327537+0000 mgr.y (mgr.25387) 6 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cluster 2024-03-30T04:42:40.369111+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e39: y(active, since 1.01154s), standbys: x 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.376124+0000 mgr.y (mgr.25387) 7 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.382990+0000 mgr.y (mgr.25387) 8 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Serving on http://172.21.15.97:8765 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.383282+0000 mgr.y (mgr.25387) 9 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Bus STARTED 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cluster 2024-03-30T04:42:40.384544+0000 mgr.y (mgr.25387) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.491961+0000 mgr.y (mgr.25387) 11 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.492681+0000 mgr.y (mgr.25387) 12 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.656424+0000 mgr.y (mgr.25387) 13 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cephadm 2024-03-30T04:42:40.657252+0000 mgr.y (mgr.25387) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.830427+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.838193+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.847282+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.857557+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: cluster 2024-03-30T04:42:40.860290+0000 mgr.y (mgr.25387) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:41.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.872199+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.882582+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:41 smithi097 bash[69502]: audit 2024-03-30T04:42:40.958954+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:42:41.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.278101+0000 mgr.y (mgr.25387) 4 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Serving on https://172.21.15.97:7151 2024-03-30T04:42:41.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.327094+0000 mgr.y (mgr.25387) 5 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.327537+0000 mgr.y (mgr.25387) 6 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cluster 2024-03-30T04:42:40.369111+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e39: y(active, since 1.01154s), standbys: x 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.376124+0000 mgr.y (mgr.25387) 7 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.382990+0000 mgr.y (mgr.25387) 8 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Serving on http://172.21.15.97:8765 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.383282+0000 mgr.y (mgr.25387) 9 : cephadm [INF] [30/Mar/2024:04:42:40] ENGINE Bus STARTED 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cluster 2024-03-30T04:42:40.384544+0000 mgr.y (mgr.25387) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.491961+0000 mgr.y (mgr.25387) 11 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.492681+0000 mgr.y (mgr.25387) 12 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.656424+0000 mgr.y (mgr.25387) 13 : cephadm [INF] Updating smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cephadm 2024-03-30T04:42:40.657252+0000 mgr.y (mgr.25387) 14 : cephadm [INF] Updating smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.830427+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.838193+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.847282+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.857557+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: cluster 2024-03-30T04:42:40.860290+0000 mgr.y (mgr.25387) 15 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:41.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.872199+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.882582+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:41.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:41 smithi105 bash[18682]: audit 2024-03-30T04:42:40.958954+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:42:42.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:42 smithi097 bash[69502]: audit 2024-03-30T04:42:42.105695+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:42:42.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:42:42] "GET /metrics HTTP/1.1" 200 35450 "" "Prometheus/2.33.4" 2024-03-30T04:42:42.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:42 smithi097 bash[23956]: audit 2024-03-30T04:42:42.105695+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:42:42.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:42 smithi105 bash[18682]: audit 2024-03-30T04:42:42.105695+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:42:43.638 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: cluster 2024-03-30T04:42:42.386728+0000 mon.a (mon.0) 63 : cluster [DBG] mgrmap e40: y(active, since 3s), standbys: x 2024-03-30T04:42:43.638 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:42.798018+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:43.638 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:42.799939+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:43.638 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:42.800839+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:43.638 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:42.802788+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:42:43.638 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:42.802954+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:42:43.639 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: cluster 2024-03-30T04:42:42.860800+0000 mgr.y (mgr.25387) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:43.639 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:43.038939+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.639 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:43.083429+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.639 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:43.091235+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.639 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:43.100547+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.639 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[18682]: audit 2024-03-30T04:42:43.229980+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.639 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:43 smithi105 bash[52959]: ts=2024-03-30T04:42:43.505Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:43.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: cluster 2024-03-30T04:42:42.386728+0000 mon.a (mon.0) 63 : cluster [DBG] mgrmap e40: y(active, since 3s), standbys: x 2024-03-30T04:42:43.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:42.798018+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:43.680 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:42.799939+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:42.800839+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:42.802788+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:42.802954+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: cluster 2024-03-30T04:42:42.860800+0000 mgr.y (mgr.25387) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:43.038939+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:43.083429+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:43.091235+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:43.100547+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[23956]: audit 2024-03-30T04:42:43.229980+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.681 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: cluster 2024-03-30T04:42:42.386728+0000 mon.a (mon.0) 63 : cluster [DBG] mgrmap e40: y(active, since 3s), standbys: x 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:42.798018+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:42.799939+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:42.800839+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:42.802788+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]: dispatch 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:42.802954+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi105", "caps": []}]: dispatch 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: cluster 2024-03-30T04:42:42.860800+0000 mgr.y (mgr.25387) 16 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:43.038939+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:43.083429+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:43.091235+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:43.100547+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:43.682 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:43 smithi097 bash[69502]: audit 2024-03-30T04:42:43.229980+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: cluster 2024-03-30T04:42:43.092694+0000 mgr.y (mgr.25387) 17 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: cluster 2024-03-30T04:42:43.092942+0000 mgr.y (mgr.25387) 18 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:43.384098+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:43.499264+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:43.574425+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:43.643355+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:43.818803+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.243730+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e41: y(active, since 4s), standbys: x 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.244094+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.248377+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.255986+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.312647+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.314607+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.315938+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.317663+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.318258+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.323754+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.380509+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.382157+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.383124+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.385084+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.385687+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:44 smithi105 bash[18682]: audit 2024-03-30T04:42:44.392074+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.690 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: cluster 2024-03-30T04:42:43.092694+0000 mgr.y (mgr.25387) 17 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:44.690 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: cluster 2024-03-30T04:42:43.092942+0000 mgr.y (mgr.25387) 18 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:44.690 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:43.384098+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:43.499264+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:43.574425+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:43.643355+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:43.818803+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.243730+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e41: y(active, since 4s), standbys: x 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.244094+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.248377+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.255986+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.312647+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.314607+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.315938+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.317663+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.318258+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.323754+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.380509+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.382157+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.383124+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.385084+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.385687+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[23956]: audit 2024-03-30T04:42:44.392074+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: cluster 2024-03-30T04:42:43.092694+0000 mgr.y (mgr.25387) 17 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: cluster 2024-03-30T04:42:43.092942+0000 mgr.y (mgr.25387) 18 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:43.384098+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:43.499264+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:43.574425+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:43.643355+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:43.818803+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.243730+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e41: y(active, since 4s), standbys: x 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.244094+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.248377+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.255986+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.312647+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.314607+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.315938+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.317663+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.318258+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.323754+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.380509+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.382157+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:44.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.383124+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:44.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.385084+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:44.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.385687+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:44.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:44 smithi097 bash[69502]: audit 2024-03-30T04:42:44.392074+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:44.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:44 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 7. 2024-03-30T04:42:44.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:44 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:44.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:44 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.250252+0000 mgr.y (mgr.25387) 19 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.250548+0000 mgr.y (mgr.25387) 20 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.256635+0000 mgr.y (mgr.25387) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.319380+0000 mgr.y (mgr.25387) 22 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.319620+0000 mgr.y (mgr.25387) 23 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.324178+0000 mgr.y (mgr.25387) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.386876+0000 mgr.y (mgr.25387) 25 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.387118+0000 mgr.y (mgr.25387) 26 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.392555+0000 mgr.y (mgr.25387) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.448741+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.450221+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.450975+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.452824+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.453417+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.454595+0000 mgr.y (mgr.25387) 28 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.454851+0000 mgr.y (mgr.25387) 29 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.459588+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.460076+0000 mgr.y (mgr.25387) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.516762+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.518444+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.250252+0000 mgr.y (mgr.25387) 19 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.250548+0000 mgr.y (mgr.25387) 20 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.256635+0000 mgr.y (mgr.25387) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.319380+0000 mgr.y (mgr.25387) 22 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.319620+0000 mgr.y (mgr.25387) 23 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.324178+0000 mgr.y (mgr.25387) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.386876+0000 mgr.y (mgr.25387) 25 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.387118+0000 mgr.y (mgr.25387) 26 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.392555+0000 mgr.y (mgr.25387) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.448741+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.450221+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.450975+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.452824+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.453417+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.454595+0000 mgr.y (mgr.25387) 28 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.454851+0000 mgr.y (mgr.25387) 29 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.459588+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.460076+0000 mgr.y (mgr.25387) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.516762+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.518444+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.519402+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.521249+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.521863+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.523047+0000 mgr.y (mgr.25387) 31 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.523291+0000 mgr.y (mgr.25387) 32 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.528081+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.528528+0000 mgr.y (mgr.25387) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.585183+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.586857+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.587818+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.589917+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.590543+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.591842+0000 mgr.y (mgr.25387) 34 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.592164+0000 mgr.y (mgr.25387) 35 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.596178+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.596795+0000 mgr.y (mgr.25387) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.612693+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.653908+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.655450+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.656596+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.658771+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.659407+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.660683+0000 mgr.y (mgr.25387) 37 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.660926+0000 mgr.y (mgr.25387) 38 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.666226+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.667711+0000 mgr.y (mgr.25387) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.695769+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.711994+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.716083+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.717106+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.719342+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.720035+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.721396+0000 mgr.y (mgr.25387) 40 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.721649+0000 mgr.y (mgr.25387) 41 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.726713+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.727288+0000 mgr.y (mgr.25387) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.768077+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.769913+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.770975+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.519402+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.521249+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.521863+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.523047+0000 mgr.y (mgr.25387) 31 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.523291+0000 mgr.y (mgr.25387) 32 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.528081+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.528528+0000 mgr.y (mgr.25387) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.585183+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.586857+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.587818+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.589917+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.590543+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.591842+0000 mgr.y (mgr.25387) 34 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.592164+0000 mgr.y (mgr.25387) 35 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.596178+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.596795+0000 mgr.y (mgr.25387) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.612693+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.653908+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.655450+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.773309+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.774056+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.775516+0000 mgr.y (mgr.25387) 43 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.775755+0000 mgr.y (mgr.25387) 44 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.780756+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.781473+0000 mgr.y (mgr.25387) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.828429+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.831629+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.833554+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.834569+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.836357+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.836932+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.838133+0000 mgr.y (mgr.25387) 46 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.838370+0000 mgr.y (mgr.25387) 47 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.841920+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.842409+0000 mgr.y (mgr.25387) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.883193+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.884750+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.885510+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.887315+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.656596+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.658771+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.659407+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.660683+0000 mgr.y (mgr.25387) 37 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.660926+0000 mgr.y (mgr.25387) 38 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.666226+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.667711+0000 mgr.y (mgr.25387) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.695769+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.711994+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.716083+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.717106+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.719342+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.720035+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.721396+0000 mgr.y (mgr.25387) 40 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.721649+0000 mgr.y (mgr.25387) 41 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.726713+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.727288+0000 mgr.y (mgr.25387) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.768077+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.769913+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.770975+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.887873+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.889052+0000 mgr.y (mgr.25387) 49 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.889356+0000 mgr.y (mgr.25387) 50 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.893252+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.893757+0000 mgr.y (mgr.25387) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.938394+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.940236+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.941121+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.943056+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.943699+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.945028+0000 mgr.y (mgr.25387) 52 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.945281+0000 mgr.y (mgr.25387) 53 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.949151+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:44.949623+0000 mgr.y (mgr.25387) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.991935+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.993599+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.994508+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.996435+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:44.997114+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.998436+0000 mgr.y (mgr.25387) 55 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.773309+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.774056+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.775516+0000 mgr.y (mgr.25387) 43 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.775755+0000 mgr.y (mgr.25387) 44 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.780756+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.781473+0000 mgr.y (mgr.25387) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.828429+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.831629+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.833554+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.834569+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.836357+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.836932+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.838133+0000 mgr.y (mgr.25387) 46 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.838370+0000 mgr.y (mgr.25387) 47 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.841920+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.842409+0000 mgr.y (mgr.25387) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.883193+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.884750+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.885510+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.887315+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:44.998691+0000 mgr.y (mgr.25387) 56 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.003615+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.004565+0000 mgr.y (mgr.25387) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.045278+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.047381+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.048280+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.050228+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.050908+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.052219+0000 mgr.y (mgr.25387) 58 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.052451+0000 mgr.y (mgr.25387) 59 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.056188+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.056653+0000 mgr.y (mgr.25387) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.101515+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.103766+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.104783+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.107263+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.107998+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.114445+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.160185+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.887873+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.889052+0000 mgr.y (mgr.25387) 49 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.889356+0000 mgr.y (mgr.25387) 50 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.893252+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.893757+0000 mgr.y (mgr.25387) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.938394+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.940236+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.941121+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.943056+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.943699+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.945028+0000 mgr.y (mgr.25387) 52 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.945281+0000 mgr.y (mgr.25387) 53 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.949151+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:44.949623+0000 mgr.y (mgr.25387) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.991935+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.993599+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.994508+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.996435+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:44.997114+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.998436+0000 mgr.y (mgr.25387) 55 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.162151+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.163145+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.165283+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.165973+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.171791+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.212894+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.214543+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.215711+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.217680+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.218338+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.223876+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.247252+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.253972+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.259838+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.283298+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.285353+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.286171+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.288124+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.288762+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.295374+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:44.998691+0000 mgr.y (mgr.25387) 56 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.003615+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.004565+0000 mgr.y (mgr.25387) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.045278+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.047381+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.048280+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.050228+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.050908+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.052219+0000 mgr.y (mgr.25387) 58 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.052451+0000 mgr.y (mgr.25387) 59 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.056188+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.056653+0000 mgr.y (mgr.25387) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.101515+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.103766+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.104783+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.107263+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.107998+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.114445+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.160185+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.340492+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.342728+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.343736+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.345620+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.346249+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.352932+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.397822+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.399756+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.400518+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[23956]: audit 2024-03-30T04:42:45.402459+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.162151+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.163145+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.165283+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.165973+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.171791+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.212894+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.214543+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.215711+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.217680+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.218338+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.223876+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.247252+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.253972+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.259838+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.283298+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.285353+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.286171+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.288124+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.288762+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.295374+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.340492+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.342728+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.343736+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.345620+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.346249+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.352932+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.397822+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.399756+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.400518+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:45 smithi097 bash[69502]: audit 2024-03-30T04:42:45.402459+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.743 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.250252+0000 mgr.y (mgr.25387) 19 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.743 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.250548+0000 mgr.y (mgr.25387) 20 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.743 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.256635+0000 mgr.y (mgr.25387) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.743 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.319380+0000 mgr.y (mgr.25387) 22 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.743 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.319620+0000 mgr.y (mgr.25387) 23 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.743 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.324178+0000 mgr.y (mgr.25387) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.386876+0000 mgr.y (mgr.25387) 25 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.387118+0000 mgr.y (mgr.25387) 26 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.392555+0000 mgr.y (mgr.25387) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.448741+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.450221+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.450975+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.452824+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.453417+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.454595+0000 mgr.y (mgr.25387) 28 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.454851+0000 mgr.y (mgr.25387) 29 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.459588+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.460076+0000 mgr.y (mgr.25387) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.516762+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.518444+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.519402+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.521249+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.521863+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.523047+0000 mgr.y (mgr.25387) 31 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.523291+0000 mgr.y (mgr.25387) 32 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.528081+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.528528+0000 mgr.y (mgr.25387) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.745 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.585183+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.586857+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.587818+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.589917+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.590543+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.591842+0000 mgr.y (mgr.25387) 34 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.592164+0000 mgr.y (mgr.25387) 35 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.596178+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.596795+0000 mgr.y (mgr.25387) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.612693+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.653908+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.655450+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.656596+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.658771+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.746 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.659407+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.660683+0000 mgr.y (mgr.25387) 37 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.660926+0000 mgr.y (mgr.25387) 38 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.666226+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.667711+0000 mgr.y (mgr.25387) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.695769+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.711994+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.716083+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.717106+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.719342+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.720035+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.721396+0000 mgr.y (mgr.25387) 40 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.721649+0000 mgr.y (mgr.25387) 41 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.726713+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.727288+0000 mgr.y (mgr.25387) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.748 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.768077+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.748 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.769913+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.748 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.770975+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.773309+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.774056+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.775516+0000 mgr.y (mgr.25387) 43 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.775755+0000 mgr.y (mgr.25387) 44 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.780756+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.781473+0000 mgr.y (mgr.25387) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.828429+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.831629+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.833554+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.834569+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.836357+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.836932+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.838133+0000 mgr.y (mgr.25387) 46 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.749 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.838370+0000 mgr.y (mgr.25387) 47 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.841920+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.842409+0000 mgr.y (mgr.25387) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.883193+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.884750+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.885510+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.887315+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.887873+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.889052+0000 mgr.y (mgr.25387) 49 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.889356+0000 mgr.y (mgr.25387) 50 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.893252+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.893757+0000 mgr.y (mgr.25387) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.938394+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.940236+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.941121+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.943056+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.943699+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.945028+0000 mgr.y (mgr.25387) 52 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.945281+0000 mgr.y (mgr.25387) 53 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.949151+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:44.949623+0000 mgr.y (mgr.25387) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.991935+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.993599+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.994508+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.996435+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.751 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:44.997114+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.998436+0000 mgr.y (mgr.25387) 55 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:44.998691+0000 mgr.y (mgr.25387) 56 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.003615+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.004565+0000 mgr.y (mgr.25387) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.045278+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.047381+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.048280+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.050228+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.050908+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.052219+0000 mgr.y (mgr.25387) 58 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.052451+0000 mgr.y (mgr.25387) 59 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.056188+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.056653+0000 mgr.y (mgr.25387) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:45.752 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.101515+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.103766+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.104783+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.107263+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.107998+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.114445+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.160185+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.162151+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.163145+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.165283+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.165973+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.171791+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.212894+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.214543+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.215711+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.217680+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.218338+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.223876+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.247252+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.253972+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.259838+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.283298+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.285353+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.286171+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.288124+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.288762+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.295374+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.340492+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.342728+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.343736+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.345620+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.346249+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.352932+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.397822+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.399756+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:45.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.400518+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:45.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:45 smithi105 bash[18682]: audit 2024-03-30T04:42:45.402459+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.109694+0000 mgr.y (mgr.25387) 61 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.109946+0000 mgr.y (mgr.25387) 62 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.115053+0000 mgr.y (mgr.25387) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.167315+0000 mgr.y (mgr.25387) 64 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.167560+0000 mgr.y (mgr.25387) 65 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.172360+0000 mgr.y (mgr.25387) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.219605+0000 mgr.y (mgr.25387) 67 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.219850+0000 mgr.y (mgr.25387) 68 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.224452+0000 mgr.y (mgr.25387) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:45.255246+0000 mgr.y (mgr.25387) 70 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.295870+0000 mgr.y (mgr.25387) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.353353+0000 mgr.y (mgr.25387) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.404131+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.425702+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.426241+0000 mgr.y (mgr.25387) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.466313+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.468084+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.468861+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.470501+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.471069+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.477553+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.477973+0000 mgr.y (mgr.25387) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.522321+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.524228+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.525364+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.527705+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.528457+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.535503+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.535888+0000 mgr.y (mgr.25387) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.608677+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.610559+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.611588+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.613811+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.614469+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.619520+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.619903+0000 mgr.y (mgr.25387) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.676229+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.677938+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.678773+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.680863+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.681510+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.688842+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.689371+0000 mgr.y (mgr.25387) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.762519+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.764486+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.765484+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.767918+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.768788+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.775137+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.775639+0000 mgr.y (mgr.25387) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.835773+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.838083+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.839279+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.841488+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.842216+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.847752+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.848341+0000 mgr.y (mgr.25387) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.914716+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.917442+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.918544+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.920717+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.921417+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.926702+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.927185+0000 mgr.y (mgr.25387) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.984213+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.985906+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.986914+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.988629+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.989208+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:45.993595+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cephadm 2024-03-30T04:42:45.994011+0000 mgr.y (mgr.25387) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.058353+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.061204+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.062517+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.064888+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.065805+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.075155+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.132196+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.134195+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.135265+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.138368+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.139546+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.148026+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.233893+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.237763+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.239699+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.244073+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.245570+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.256913+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:46.257709+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: cluster 2024-03-30T04:42:46.257785+0000 mon.a (mon.0) 270 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.334843+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.338361+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.339760+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.342712+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.343653+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:46 smithi105 bash[18682]: audit 2024-03-30T04:42:46.351484+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.109694+0000 mgr.y (mgr.25387) 61 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.109946+0000 mgr.y (mgr.25387) 62 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.115053+0000 mgr.y (mgr.25387) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.167315+0000 mgr.y (mgr.25387) 64 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.167560+0000 mgr.y (mgr.25387) 65 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.172360+0000 mgr.y (mgr.25387) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.219605+0000 mgr.y (mgr.25387) 67 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.219850+0000 mgr.y (mgr.25387) 68 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.224452+0000 mgr.y (mgr.25387) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.860 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:45.255246+0000 mgr.y (mgr.25387) 70 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.295870+0000 mgr.y (mgr.25387) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.353353+0000 mgr.y (mgr.25387) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.404131+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.425702+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.426241+0000 mgr.y (mgr.25387) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.466313+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.468084+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.468861+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.470501+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.471069+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.861 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.109694+0000 mgr.y (mgr.25387) 61 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.109946+0000 mgr.y (mgr.25387) 62 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.115053+0000 mgr.y (mgr.25387) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.167315+0000 mgr.y (mgr.25387) 64 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.167560+0000 mgr.y (mgr.25387) 65 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.172360+0000 mgr.y (mgr.25387) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.219605+0000 mgr.y (mgr.25387) 67 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.219850+0000 mgr.y (mgr.25387) 68 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.224452+0000 mgr.y (mgr.25387) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:45.255246+0000 mgr.y (mgr.25387) 70 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.295870+0000 mgr.y (mgr.25387) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.353353+0000 mgr.y (mgr.25387) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.404131+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.425702+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.862 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.426241+0000 mgr.y (mgr.25387) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.466313+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.468084+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.468861+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.470501+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.471069+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.477553+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.477973+0000 mgr.y (mgr.25387) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.522321+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.524228+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.525364+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.863 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.527705+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.528457+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.535503+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.535888+0000 mgr.y (mgr.25387) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.608677+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.610559+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.611588+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.613811+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.614469+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.619520+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.619903+0000 mgr.y (mgr.25387) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.676229+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.677938+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.678773+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.864 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.680863+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.477553+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.477973+0000 mgr.y (mgr.25387) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.522321+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.524228+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.525364+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.527705+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.528457+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.535503+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.535888+0000 mgr.y (mgr.25387) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.608677+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.610559+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.611588+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.613811+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.614469+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.619520+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.619903+0000 mgr.y (mgr.25387) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.676229+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.677938+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.678773+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.680863+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.681510+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.688842+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.689371+0000 mgr.y (mgr.25387) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.762519+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.764486+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.765484+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.767918+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.768788+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.775137+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.775639+0000 mgr.y (mgr.25387) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.835773+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.838083+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.839279+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.841488+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.842216+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.847752+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.848341+0000 mgr.y (mgr.25387) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.914716+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.917442+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.681510+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.688842+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.689371+0000 mgr.y (mgr.25387) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.762519+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.764486+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.765484+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.767918+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.768788+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.775137+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.775639+0000 mgr.y (mgr.25387) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.835773+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.838083+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.839279+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.841488+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.842216+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.847752+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.848341+0000 mgr.y (mgr.25387) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.914716+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.917442+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.918544+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.920717+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.921417+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.926702+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.927185+0000 mgr.y (mgr.25387) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.984213+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.985906+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.986914+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.988629+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.989208+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:45.993595+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cephadm 2024-03-30T04:42:45.994011+0000 mgr.y (mgr.25387) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.058353+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.061204+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.062517+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.064888+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.065805+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.075155+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.132196+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.134195+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.918544+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.920717+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.921417+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.926702+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.927185+0000 mgr.y (mgr.25387) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.984213+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.985906+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.986914+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.988629+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.989208+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:45.993595+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cephadm 2024-03-30T04:42:45.994011+0000 mgr.y (mgr.25387) 81 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.058353+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.061204+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.062517+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.064888+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.065805+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.075155+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.132196+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.134195+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.135265+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.138368+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.139546+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.148026+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.233893+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.237763+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.239699+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.244073+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.245570+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.256913+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:46.257709+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: cluster 2024-03-30T04:42:46.257785+0000 mon.a (mon.0) 270 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.334843+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.338361+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.339760+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.342712+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.343653+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[23956]: audit 2024-03-30T04:42:46.351484+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.135265+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.138368+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.139546+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.148026+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.233893+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.237763+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.239699+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.244073+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.245570+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.256913+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:46.257709+0000 mon.a (mon.0) 269 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: cluster 2024-03-30T04:42:46.257785+0000 mon.a (mon.0) 270 : cluster [INF] Cluster is now healthy 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.334843+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.338361+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.339760+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.342712+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.343653+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:46 smithi097 bash[69502]: audit 2024-03-30T04:42:46.351484+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.408 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[55741]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:47.408 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[55741]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:42:47.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.075715+0000 mgr.y (mgr.25387) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.148743+0000 mgr.y (mgr.25387) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.257609+0000 mgr.y (mgr.25387) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.351953+0000 mgr.y (mgr.25387) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.429711+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.431922+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.432952+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.434935+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.435518+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.441256+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.441907+0000 mgr.y (mgr.25387) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.483073+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.485540+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.486496+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.488533+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.489189+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.495481+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.496102+0000 mgr.y (mgr.25387) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.538199+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.540190+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.541327+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.543190+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.543823+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.550243+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.550788+0000 mgr.y (mgr.25387) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.592701+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.594628+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.595469+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.597503+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.598150+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.604058+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.604640+0000 mgr.y (mgr.25387) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.646348+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.661605+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.663285+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.664023+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.665702+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.666268+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.670932+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.671337+0000 mgr.y (mgr.25387) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.711668+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.713649+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.714796+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.716883+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.717537+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.723538+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.723997+0000 mgr.y (mgr.25387) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.763596+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.765304+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.766061+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.767730+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.768313+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.773091+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.773511+0000 mgr.y (mgr.25387) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.814125+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.815873+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.816728+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.818558+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.819249+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.825347+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.825801+0000 mgr.y (mgr.25387) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.867419+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.869890+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.870791+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.872650+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.873230+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.878951+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.879409+0000 mgr.y (mgr.25387) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.936212+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.938275+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.939255+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.941267+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.941991+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:46.948084+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:46.948648+0000 mgr.y (mgr.25387) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.004996+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.006733+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.007535+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.009446+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.010071+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.015857+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.016387+0000 mgr.y (mgr.25387) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.072370+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.074305+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.075660+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.678 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.078166+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.678 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.078997+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.678 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.087373+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.678 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.128144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.678 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.129873+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.678 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.130719+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.679 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.132552+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.679 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.133207+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.679 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.140759+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.679 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.186145+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.679 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.188535+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.680 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.189724+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.680 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.192814+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.680 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.193654+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.680 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.201306+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.680 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.241924+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.680 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.243861+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.245019+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.246836+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.247713+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.255330+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.301586+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.303667+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.304975+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.306940+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.307588+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.314954+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.371933+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.373689+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.374567+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.376405+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.377086+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:47 smithi105 bash[18682]: audit 2024-03-30T04:42:47.385443+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.075715+0000 mgr.y (mgr.25387) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.148743+0000 mgr.y (mgr.25387) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.257609+0000 mgr.y (mgr.25387) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.351953+0000 mgr.y (mgr.25387) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.429711+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.431922+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.432952+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.434935+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.435518+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.441256+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.441907+0000 mgr.y (mgr.25387) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.483073+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.485540+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.486496+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.488533+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.489189+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.495481+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.496102+0000 mgr.y (mgr.25387) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.538199+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.540190+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.075715+0000 mgr.y (mgr.25387) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.148743+0000 mgr.y (mgr.25387) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.257609+0000 mgr.y (mgr.25387) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.351953+0000 mgr.y (mgr.25387) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.429711+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.431922+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.432952+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.434935+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.435518+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.441256+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.441907+0000 mgr.y (mgr.25387) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.483073+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.485540+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.486496+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.488533+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.489189+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.495481+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.496102+0000 mgr.y (mgr.25387) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.538199+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.540190+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.541327+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.543190+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.543823+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.550243+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.550788+0000 mgr.y (mgr.25387) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.592701+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.594628+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.595469+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.597503+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.598150+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.604058+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.604640+0000 mgr.y (mgr.25387) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.646348+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.661605+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.663285+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.664023+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.665702+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.666268+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.670932+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.671337+0000 mgr.y (mgr.25387) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.711668+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.713649+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.714796+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.716883+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.717537+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.723538+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.723997+0000 mgr.y (mgr.25387) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.763596+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.765304+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.766061+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.767730+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.768313+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.773091+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.773511+0000 mgr.y (mgr.25387) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.814125+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.815873+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.816728+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.818558+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.819249+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.541327+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.543190+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.543823+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.550243+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.550788+0000 mgr.y (mgr.25387) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.592701+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.594628+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.595469+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.597503+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.598150+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.604058+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.604640+0000 mgr.y (mgr.25387) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.646348+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.661605+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.663285+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.664023+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.665702+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.666268+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.670932+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.825347+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.825801+0000 mgr.y (mgr.25387) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.867419+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.869890+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.870791+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.872650+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.873230+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.878951+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.879409+0000 mgr.y (mgr.25387) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.936212+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.938275+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.939255+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.941267+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.941991+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:46.948084+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:46.948648+0000 mgr.y (mgr.25387) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.004996+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.006733+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.007535+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.671337+0000 mgr.y (mgr.25387) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.711668+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.713649+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.714796+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.716883+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.717537+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.723538+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.723997+0000 mgr.y (mgr.25387) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.763596+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.765304+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.766061+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.767730+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.768313+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.773091+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.773511+0000 mgr.y (mgr.25387) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.814125+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.815873+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.816728+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.818558+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.819249+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.009446+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.010071+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.015857+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.016387+0000 mgr.y (mgr.25387) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.072370+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.074305+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.075660+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.078166+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.078997+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.087373+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.128144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.129873+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.130719+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.132552+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.133207+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.140759+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.186145+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.188535+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.189724+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.192814+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.825347+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.825801+0000 mgr.y (mgr.25387) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.867419+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.869890+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.870791+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.872650+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.873230+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.878951+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.879409+0000 mgr.y (mgr.25387) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.936212+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.938275+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.939255+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.941267+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.941991+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:46.948084+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:46.948648+0000 mgr.y (mgr.25387) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.004996+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.006733+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.007535+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.193654+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.201306+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.241924+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.243861+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.245019+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.246836+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.247713+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.255330+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.301586+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.303667+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.304975+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.306940+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.307588+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.314954+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.371933+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.373689+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.374567+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.376405+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.377086+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[69502]: audit 2024-03-30T04:42:47.385443+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.009446+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.010071+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.015857+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.016387+0000 mgr.y (mgr.25387) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.072370+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.074305+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.075660+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.078166+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.078997+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.087373+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.128144+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.129873+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.130719+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.132552+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.133207+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.140759+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.186145+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.188535+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.189724+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.192814+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.193654+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.201306+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.241924+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.243861+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.245019+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.246836+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.247713+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.255330+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.301586+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.303667+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.304975+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.306940+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.307588+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.314954+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.371933+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.373689+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.374567+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.376405+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.377086+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:47 smithi097 bash[23956]: audit 2024-03-30T04:42:47.385443+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.667 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[52959]: ts=2024-03-30T04:42:48.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.088019+0000 mgr.y (mgr.25387) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.141320+0000 mgr.y (mgr.25387) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.201896+0000 mgr.y (mgr.25387) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cluster 2024-03-30T04:42:47.256108+0000 mgr.y (mgr.25387) 100 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 56 op/s 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.256130+0000 mgr.y (mgr.25387) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.315437+0000 mgr.y (mgr.25387) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.385929+0000 mgr.y (mgr.25387) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.432918+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.434568+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.435366+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.437071+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.437673+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.444463+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.444906+0000 mgr.y (mgr.25387) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.485597+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.487383+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.488374+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.490388+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.490987+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.497640+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.498151+0000 mgr.y (mgr.25387) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.538076+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.539921+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.540922+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.542998+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.543654+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.551122+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.551812+0000 mgr.y (mgr.25387) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.592437+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.594188+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.595018+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.596710+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.597319+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.603901+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.604289+0000 mgr.y (mgr.25387) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.644951+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.646781+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.647641+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.649587+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.650276+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.654812+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.655270+0000 mgr.y (mgr.25387) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.696228+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.698052+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.698998+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.701108+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.701801+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.707430+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.707950+0000 mgr.y (mgr.25387) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.748907+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.750535+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.751491+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.753295+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.754172+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.758496+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.759103+0000 mgr.y (mgr.25387) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.800223+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.801886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.802609+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.804222+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.804759+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.809231+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.809666+0000 mgr.y (mgr.25387) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.849564+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.851310+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.852066+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.853850+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.854496+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.859510+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.860070+0000 mgr.y (mgr.25387) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.900708+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.902598+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.903551+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.905627+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.906347+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.911160+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.911596+0000 mgr.y (mgr.25387) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.967909+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.969629+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.970408+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.972129+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.972739+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:47.977399+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:47.977947+0000 mgr.y (mgr.25387) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.033859+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.035575+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.036614+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.038618+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.039250+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.044163+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.044618+0000 mgr.y (mgr.25387) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.084612+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.086333+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.087089+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.088776+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.089357+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.093941+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.134491+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.136429+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.137493+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.139684+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.140455+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.146043+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.219361+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.221266+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.222171+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.224547+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.225229+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.229834+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.304989+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.307318+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.308399+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.310473+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.311314+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.316734+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.390497+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.392498+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.393640+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.395943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.396622+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:48 smithi105 bash[18682]: audit 2024-03-30T04:42:48.401707+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.756 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.088019+0000 mgr.y (mgr.25387) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.141320+0000 mgr.y (mgr.25387) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.201896+0000 mgr.y (mgr.25387) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cluster 2024-03-30T04:42:47.256108+0000 mgr.y (mgr.25387) 100 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 56 op/s 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.256130+0000 mgr.y (mgr.25387) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.315437+0000 mgr.y (mgr.25387) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.385929+0000 mgr.y (mgr.25387) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.432918+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.434568+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.435366+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.437071+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.437673+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.444463+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.757 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.444906+0000 mgr.y (mgr.25387) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.485597+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.487383+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.488374+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.490388+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.490987+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.497640+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.498151+0000 mgr.y (mgr.25387) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.538076+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.539921+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.540922+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.542998+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.543654+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.551122+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.551812+0000 mgr.y (mgr.25387) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.592437+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.594188+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.595018+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.596710+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.597319+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.603901+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.604289+0000 mgr.y (mgr.25387) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.644951+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.646781+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.647641+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.649587+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.650276+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.654812+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.655270+0000 mgr.y (mgr.25387) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.696228+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.698052+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.698998+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.701108+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.701801+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.707430+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.707950+0000 mgr.y (mgr.25387) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.748907+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.750535+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.751491+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.753295+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.754172+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.758496+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.760 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.759103+0000 mgr.y (mgr.25387) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.800223+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.801886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.802609+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.804222+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.804759+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.809231+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.809666+0000 mgr.y (mgr.25387) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.849564+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.851310+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.852066+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.853850+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.854496+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.859510+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.761 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.860070+0000 mgr.y (mgr.25387) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.900708+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.902598+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.903551+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.905627+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.906347+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.911160+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.911596+0000 mgr.y (mgr.25387) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.967909+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.088019+0000 mgr.y (mgr.25387) 97 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.762 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.141320+0000 mgr.y (mgr.25387) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.201896+0000 mgr.y (mgr.25387) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cluster 2024-03-30T04:42:47.256108+0000 mgr.y (mgr.25387) 100 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 56 op/s 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.256130+0000 mgr.y (mgr.25387) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.315437+0000 mgr.y (mgr.25387) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.385929+0000 mgr.y (mgr.25387) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.432918+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.434568+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.435366+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.437071+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.437673+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.444463+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.444906+0000 mgr.y (mgr.25387) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.485597+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.763 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.487383+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.488374+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.490388+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.490987+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.497640+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.498151+0000 mgr.y (mgr.25387) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.538076+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.539921+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.540922+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.542998+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.543654+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.551122+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.551812+0000 mgr.y (mgr.25387) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.592437+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.764 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.594188+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.595018+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.596710+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.597319+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.603901+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.604289+0000 mgr.y (mgr.25387) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.644951+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.646781+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.647641+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.649587+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.650276+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.654812+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.655270+0000 mgr.y (mgr.25387) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.696228+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.698052+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.765 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.698998+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.701108+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.701801+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.707430+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.707950+0000 mgr.y (mgr.25387) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.748907+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.750535+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.751491+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.753295+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.754172+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.758496+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.759103+0000 mgr.y (mgr.25387) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.800223+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.801886+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.766 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.802609+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.804222+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.804759+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.809231+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.809666+0000 mgr.y (mgr.25387) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.849564+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.851310+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.852066+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.853850+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.854496+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.859510+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.860070+0000 mgr.y (mgr.25387) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.900708+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.902598+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.903551+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.767 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.905627+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.906347+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.911160+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.911596+0000 mgr.y (mgr.25387) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.967909+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.969629+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.970408+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.972129+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.972739+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:47.977399+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:47.977947+0000 mgr.y (mgr.25387) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.033859+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.035575+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.036614+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.768 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.038618+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.039250+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.044163+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.044618+0000 mgr.y (mgr.25387) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.084612+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.086333+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.087089+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.088776+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.089357+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.093941+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.134491+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.136429+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.137493+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.139684+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.769 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.140455+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.146043+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.219361+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.221266+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.222171+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.224547+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.225229+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.229834+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.304989+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.307318+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.308399+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.310473+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.311314+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.316734+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.390497+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.771 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.392498+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.771 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.393640+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.771 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.395943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.771 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.396622+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.771 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[23956]: audit 2024-03-30T04:42:48.401707+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.771 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.969629+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.970408+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.972129+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.972739+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:47.977399+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:47.977947+0000 mgr.y (mgr.25387) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.033859+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.035575+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.036614+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.038618+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.039250+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.044163+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.044618+0000 mgr.y (mgr.25387) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.084612+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.086333+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.087089+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.088776+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.089357+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.093941+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.134491+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.136429+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.137493+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.139684+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.140455+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.146043+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.219361+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.221266+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.222171+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.773 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.224547+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.225229+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.229834+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.304989+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.307318+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.308399+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.310473+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.311314+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.316734+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.390497+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.392498+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.393640+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.395943+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.396622+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:48.774 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:48 smithi097 bash[69502]: audit 2024-03-30T04:42:48.401707+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:48 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:42:49.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:48 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.094355+0000 mgr.y (mgr.25387) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.146625+0000 mgr.y (mgr.25387) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.230428+0000 mgr.y (mgr.25387) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.317212+0000 mgr.y (mgr.25387) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.402218+0000 mgr.y (mgr.25387) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.475250+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.478911+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.480131+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.482637+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.483533+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.490678+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.491204+0000 mgr.y (mgr.25387) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.548124+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.551724+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.553228+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.556328+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.557258+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.563515+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.564126+0000 mgr.y (mgr.25387) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.622744+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.094355+0000 mgr.y (mgr.25387) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.146625+0000 mgr.y (mgr.25387) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.230428+0000 mgr.y (mgr.25387) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.317212+0000 mgr.y (mgr.25387) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.402218+0000 mgr.y (mgr.25387) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.475250+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.478911+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.480131+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.482637+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.483533+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.490678+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.491204+0000 mgr.y (mgr.25387) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.548124+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.551724+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.553228+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.556328+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.557258+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.563515+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.564126+0000 mgr.y (mgr.25387) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.622744+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.624715+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.625564+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.627520+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.628131+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.632921+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.633338+0000 mgr.y (mgr.25387) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.673827+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.675597+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.676423+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.678399+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.679127+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.684920+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.685406+0000 mgr.y (mgr.25387) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.725774+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.727843+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.728795+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.730775+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.731464+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.736730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.624715+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.625564+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.627520+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.628131+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.632921+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.633338+0000 mgr.y (mgr.25387) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.673827+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.675597+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.676423+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.678399+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.679127+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.684920+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.685406+0000 mgr.y (mgr.25387) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.725774+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.727843+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.728795+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.730775+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.731464+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.736730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.737261+0000 mgr.y (mgr.25387) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.782631+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.784667+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.785474+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.787356+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.787994+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.792897+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.793325+0000 mgr.y (mgr.25387) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.838086+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.840030+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.840811+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.842617+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.843206+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.847936+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.848359+0000 mgr.y (mgr.25387) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.893145+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.895306+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.896212+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.898084+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.898722+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.737261+0000 mgr.y (mgr.25387) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.782631+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.784667+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.785474+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.787356+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.787994+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.792897+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.793325+0000 mgr.y (mgr.25387) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.838086+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.840030+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.840811+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.842617+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.843206+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.847936+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.848359+0000 mgr.y (mgr.25387) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.893145+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.895306+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.896212+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.898084+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.898722+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.904635+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.905093+0000 mgr.y (mgr.25387) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.945179+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.946966+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.947709+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.949862+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.950421+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.955013+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:48.955418+0000 mgr.y (mgr.25387) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.996094+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.997874+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:48.998896+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.000833+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.001452+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.006224+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.006689+0000 mgr.y (mgr.25387) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.051862+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.054024+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.054923+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.904635+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.905093+0000 mgr.y (mgr.25387) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.945179+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.946966+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.947709+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.949862+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.950421+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.955013+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:48.955418+0000 mgr.y (mgr.25387) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.996094+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.997874+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:48.998896+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.000833+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.001452+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.006224+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.006689+0000 mgr.y (mgr.25387) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.051862+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.054024+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.054923+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.056938+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.057615+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.062893+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.063316+0000 mgr.y (mgr.25387) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.119985+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.121812+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.122670+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.124519+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.125159+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.129909+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.170548+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.172325+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.173105+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.174804+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.175394+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.180195+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.224312+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.226092+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.227007+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.229060+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.056938+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.057615+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.062893+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.063316+0000 mgr.y (mgr.25387) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.119985+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.121812+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.122670+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.124519+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.125159+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.129909+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.170548+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.172325+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.173105+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.174804+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.175394+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.180195+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.224312+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.226092+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.227007+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.229060+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.230052+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.235267+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.276635+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.278741+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.279781+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.282008+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.282791+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.287641+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.330236+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.332820+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.333960+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.336710+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.337522+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.342547+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.387237+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.389463+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.390336+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.392364+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.393344+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[23956]: audit 2024-03-30T04:42:49.398719+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.230052+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.235267+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.276635+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.278741+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.279781+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.282008+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.282791+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.287641+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.330236+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.332820+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.333960+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.336710+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.337522+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.342547+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.387237+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.389463+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.390336+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.392364+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.393344+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:49 smithi097 bash[69502]: audit 2024-03-30T04:42:49.398719+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.094355+0000 mgr.y (mgr.25387) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.146625+0000 mgr.y (mgr.25387) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.230428+0000 mgr.y (mgr.25387) 118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.317212+0000 mgr.y (mgr.25387) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.402218+0000 mgr.y (mgr.25387) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.475250+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.478911+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.480131+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.482637+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.483533+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.490678+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.491204+0000 mgr.y (mgr.25387) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.548124+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.551724+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.553228+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.556328+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.557258+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.563515+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.564126+0000 mgr.y (mgr.25387) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.622744+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.624715+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.625564+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.627520+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.628131+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.632921+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.633338+0000 mgr.y (mgr.25387) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.673827+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.675597+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.676423+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.678399+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.679127+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.684920+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.685406+0000 mgr.y (mgr.25387) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.725774+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.727843+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.728795+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.730775+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.731464+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.736730+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.737261+0000 mgr.y (mgr.25387) 125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.782631+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.784667+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.785474+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.787356+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.787994+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.792897+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.793325+0000 mgr.y (mgr.25387) 126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.838086+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.840030+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.840811+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.842617+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.843206+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.847936+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.848359+0000 mgr.y (mgr.25387) 127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.893145+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.895306+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.896212+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.898084+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.898722+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.904635+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.905093+0000 mgr.y (mgr.25387) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.945179+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.946966+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.947709+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.949862+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.950421+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.955013+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:48.955418+0000 mgr.y (mgr.25387) 129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.996094+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.997874+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:48.998896+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.000833+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.001452+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.006224+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.006689+0000 mgr.y (mgr.25387) 130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.051862+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.054024+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.054923+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.056938+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.057615+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.062893+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.063316+0000 mgr.y (mgr.25387) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.119985+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.121812+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.122670+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.124519+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.125159+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.129909+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.170548+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.172325+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.173105+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.174804+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.175394+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.180195+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.224312+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.226092+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.227007+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.229060+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.230052+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.235267+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.276635+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.278741+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.279781+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.282008+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.282791+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.287641+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.330236+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.332820+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.333960+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.336710+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.337522+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.342547+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.387237+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.389463+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.390336+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.392364+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.393344+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:42:49.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:49 smithi105 bash[18682]: audit 2024-03-30T04:42:49.398719+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.130389+0000 mgr.y (mgr.25387) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.180639+0000 mgr.y (mgr.25387) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.235873+0000 mgr.y (mgr.25387) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cluster 2024-03-30T04:42:49.256497+0000 mgr.y (mgr.25387) 135 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 29 op/s 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.288182+0000 mgr.y (mgr.25387) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.342967+0000 mgr.y (mgr.25387) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.399322+0000 mgr.y (mgr.25387) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.418681+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.434568+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.439806+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.457827+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.459692+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.460823+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.461443+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cephadm 2024-03-30T04:42:49.461896+0000 mgr.y (mgr.25387) 139 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.499317+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.506010+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cluster 2024-03-30T04:42:49.507321+0000 mgr.y (mgr.25387) 140 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 27 op/s 2024-03-30T04:42:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: audit 2024-03-30T04:42:49.513064+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:50 smithi105 bash[18682]: cluster 2024-03-30T04:42:50.233313+0000 mon.a (mon.0) 594 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:50.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.130389+0000 mgr.y (mgr.25387) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.180639+0000 mgr.y (mgr.25387) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.235873+0000 mgr.y (mgr.25387) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cluster 2024-03-30T04:42:49.256497+0000 mgr.y (mgr.25387) 135 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 29 op/s 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.288182+0000 mgr.y (mgr.25387) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.342967+0000 mgr.y (mgr.25387) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.399322+0000 mgr.y (mgr.25387) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.418681+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.434568+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.439806+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.457827+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.459692+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.460823+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.461443+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cephadm 2024-03-30T04:42:49.461896+0000 mgr.y (mgr.25387) 139 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:50.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.499317+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.506010+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cluster 2024-03-30T04:42:49.507321+0000 mgr.y (mgr.25387) 140 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 27 op/s 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: audit 2024-03-30T04:42:49.513064+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[23956]: cluster 2024-03-30T04:42:50.233313+0000 mon.a (mon.0) 594 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.130389+0000 mgr.y (mgr.25387) 132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.180639+0000 mgr.y (mgr.25387) 133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.235873+0000 mgr.y (mgr.25387) 134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cluster 2024-03-30T04:42:49.256497+0000 mgr.y (mgr.25387) 135 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 29 op/s 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.288182+0000 mgr.y (mgr.25387) 136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.342967+0000 mgr.y (mgr.25387) 137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.399322+0000 mgr.y (mgr.25387) 138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.418681+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.434568+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.439806+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.457827+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.459692+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.460823+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.461443+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cephadm 2024-03-30T04:42:49.461896+0000 mgr.y (mgr.25387) 139 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.499317+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.506010+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cluster 2024-03-30T04:42:49.507321+0000 mgr.y (mgr.25387) 140 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 27 op/s 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: audit 2024-03-30T04:42:49.513064+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:50 smithi097 bash[69502]: cluster 2024-03-30T04:42:50.233313+0000 mon.a (mon.0) 594 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:42:52.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:51 smithi105 bash[18682]: audit 2024-03-30T04:42:50.385707+0000 mgr.y (mgr.25387) 141 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.042 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:51 smithi105 bash[18682]: audit 2024-03-30T04:42:50.843902+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.042 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:51 smithi105 bash[18682]: audit 2024-03-30T04:42:50.853917+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.042 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:51 smithi105 bash[18682]: cluster 2024-03-30T04:42:50.857215+0000 mgr.y (mgr.25387) 142 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 22 op/s 2024-03-30T04:42:52.042 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:51 smithi105 bash[18682]: cluster 2024-03-30T04:42:50.857843+0000 mgr.y (mgr.25387) 143 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 22 op/s 2024-03-30T04:42:52.042 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:51 smithi105 bash[18682]: audit 2024-03-30T04:42:50.866835+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[23956]: audit 2024-03-30T04:42:50.385707+0000 mgr.y (mgr.25387) 141 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[23956]: audit 2024-03-30T04:42:50.843902+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[23956]: audit 2024-03-30T04:42:50.853917+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[23956]: cluster 2024-03-30T04:42:50.857215+0000 mgr.y (mgr.25387) 142 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 22 op/s 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[23956]: cluster 2024-03-30T04:42:50.857843+0000 mgr.y (mgr.25387) 143 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 22 op/s 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[23956]: audit 2024-03-30T04:42:50.866835+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[69502]: audit 2024-03-30T04:42:50.385707+0000 mgr.y (mgr.25387) 141 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:42:52.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[69502]: audit 2024-03-30T04:42:50.843902+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[69502]: audit 2024-03-30T04:42:50.853917+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[69502]: cluster 2024-03-30T04:42:50.857215+0000 mgr.y (mgr.25387) 142 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 22 op/s 2024-03-30T04:42:52.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[69502]: cluster 2024-03-30T04:42:50.857843+0000 mgr.y (mgr.25387) 143 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 22 op/s 2024-03-30T04:42:52.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:51 smithi097 bash[69502]: audit 2024-03-30T04:42:50.866835+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:52.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:42:52] "GET /metrics HTTP/1.1" 200 35450 "" "Prometheus/2.33.4" 2024-03-30T04:42:53.710 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[52959]: ts=2024-03-30T04:42:53.505Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: cluster 2024-03-30T04:42:52.858687+0000 mgr.y (mgr.25387) 144 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: cephadm 2024-03-30T04:42:52.939962+0000 mgr.y (mgr.25387) 145 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: audit 2024-03-30T04:42:52.946302+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: audit 2024-03-30T04:42:52.948114+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: audit 2024-03-30T04:42:52.949040+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: audit 2024-03-30T04:42:52.949895+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:54.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:53 smithi105 bash[18682]: cephadm 2024-03-30T04:42:52.950919+0000 mgr.y (mgr.25387) 146 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:42:54.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: cluster 2024-03-30T04:42:52.858687+0000 mgr.y (mgr.25387) 144 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:54.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: cephadm 2024-03-30T04:42:52.939962+0000 mgr.y (mgr.25387) 145 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:54.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: audit 2024-03-30T04:42:52.946302+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:54.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: audit 2024-03-30T04:42:52.948114+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: audit 2024-03-30T04:42:52.949040+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: audit 2024-03-30T04:42:52.949895+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[69502]: cephadm 2024-03-30T04:42:52.950919+0000 mgr.y (mgr.25387) 146 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: cluster 2024-03-30T04:42:52.858687+0000 mgr.y (mgr.25387) 144 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: cephadm 2024-03-30T04:42:52.939962+0000 mgr.y (mgr.25387) 145 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: audit 2024-03-30T04:42:52.946302+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: audit 2024-03-30T04:42:52.948114+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: audit 2024-03-30T04:42:52.949040+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: audit 2024-03-30T04:42:52.949895+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:42:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:53 smithi097 bash[23956]: cephadm 2024-03-30T04:42:52.950919+0000 mgr.y (mgr.25387) 146 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:42:55.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:54 smithi105 bash[18682]: audit 2024-03-30T04:42:54.475057+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:55.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:54 smithi097 bash[69502]: audit 2024-03-30T04:42:54.475057+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:55.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:54 smithi097 bash[23956]: audit 2024-03-30T04:42:54.475057+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:42:56.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:55 smithi105 bash[18682]: cluster 2024-03-30T04:42:54.859476+0000 mgr.y (mgr.25387) 147 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 673 B/s rd, 0 op/s 2024-03-30T04:42:56.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:55 smithi105 bash[18682]: audit 2024-03-30T04:42:55.521656+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:55 smithi105 bash[18682]: audit 2024-03-30T04:42:55.527273+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:55 smithi105 bash[18682]: audit 2024-03-30T04:42:55.536166+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[23956]: cluster 2024-03-30T04:42:54.859476+0000 mgr.y (mgr.25387) 147 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 673 B/s rd, 0 op/s 2024-03-30T04:42:56.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[23956]: audit 2024-03-30T04:42:55.521656+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[23956]: audit 2024-03-30T04:42:55.527273+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[23956]: audit 2024-03-30T04:42:55.536166+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[69502]: cluster 2024-03-30T04:42:54.859476+0000 mgr.y (mgr.25387) 147 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 673 B/s rd, 0 op/s 2024-03-30T04:42:56.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[69502]: audit 2024-03-30T04:42:55.521656+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[69502]: audit 2024-03-30T04:42:55.527273+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:56.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:55 smithi097 bash[69502]: audit 2024-03-30T04:42:55.536166+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:42:57.116 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.116 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.117 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:42:56 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.117 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.117 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.118 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:56 smithi097 bash[23956]: cluster 2024-03-30T04:42:55.528708+0000 mgr.y (mgr.25387) 148 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:42:57.118 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:56 smithi097 bash[23956]: cluster 2024-03-30T04:42:55.528987+0000 mgr.y (mgr.25387) 149 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:42:57.118 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.118 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: Stopping Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:42:57.118 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:56 smithi097 bash[69502]: cluster 2024-03-30T04:42:55.528708+0000 mgr.y (mgr.25387) 148 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:42:57.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:56 smithi097 bash[69502]: cluster 2024-03-30T04:42:55.528987+0000 mgr.y (mgr.25387) 149 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:42:57.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.119 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:42:57 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:56 smithi105 bash[18682]: cluster 2024-03-30T04:42:55.528708+0000 mgr.y (mgr.25387) 148 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:42:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:42:56 smithi105 bash[18682]: cluster 2024-03-30T04:42:55.528987+0000 mgr.y (mgr.25387) 149 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:42:57.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:57 smithi097 bash[23956]: debug 2024-03-30T04:42:57.237+0000 7fbe15e9b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:42:57.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:57 smithi097 bash[23956]: debug 2024-03-30T04:42:57.237+0000 7fbe15e9b700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:42:58.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:57 smithi097 bash[71837]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:42:58.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:58 smithi097 bash[71899]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:42:58.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-03-30T04:42:58.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: Stopped Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:58.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.625 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.625 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.625 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.625 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: Started Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:58.626 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:42:58 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:42:58.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:42:58 smithi105 bash[52959]: ts=2024-03-30T04:42:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:42:59.016 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:42:59.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:58 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 8. 2024-03-30T04:42:59.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:58 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:59.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:58 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:42:59.748 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 10s ago 15m - - 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 4s ago 15m - - 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (2m) 10s ago 8m 12.8M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 unknown 4s ago 8m - - 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (62s) 10s ago 6m 42.2M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (47s) 4s ago 14m 434M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (79s) 10s ago 16m 486M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (31s) 10s ago 16m 40.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (14m) 4s ago 14m 55.2M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 starting - - - 2048M 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (2m) 10s ago 9m 9207k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (117s) 4s ago 9m 9016k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:42:59.749 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (14m) 10s ago 14m 55.4M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (13m) 10s ago 13m 57.1M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (13m) 10s ago 13m 50.3M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (12m) 10s ago 12m 56.0M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (11m) 4s ago 11m 58.3M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (11m) 4s ago 11m 52.4M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (10m) 4s ago 10m 52.2M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (10m) 4s ago 10m 55.0M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (56s) 4s ago 9m 58.4M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (7m) 10s ago 7m 86.7M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (7m) 4s ago 7m 86.7M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (6m) 10s ago 6m 86.6M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:42:59.750 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (6m) 4s ago 6m 86.8M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:43:00.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.881+0000 7fa30e41ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:43:00.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.881+0000 7fa30e41ec80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:43:00.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.881+0000 7fa30e41ec80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:43:00.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 0 load: jerasure load: lrc 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Git sha 0 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: DB SUMMARY 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: DB Session ID: KU4NB19EQFJ3E12S9QRK 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1654 Bytes 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000036.sst 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000034.log size: 6083607 ; 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:43:00.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.env: 0x55df31ca5c60 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.info_log: 0x55df33bf5b20 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:43:00.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.wal_dir: 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.write_buffer_manager: 0x55df33bc6820 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:43:00.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:43:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:43:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:43:00.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:43:00.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:43:00.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:43:00.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:43:00.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:43:00.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:43:00.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.row_cache: None 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:43:00.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:43:00.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:43:00.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.merge_operator: 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55df33bf5d00) 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: cache_index_and_filter_blocks: 1 2024-03-30T04:43:00.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: pin_top_level_index_and_filter: 1 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: index_type: 0 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: data_block_index_type: 0 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: index_shortening: 1 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: checksum: 4 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: no_block_cache: 0 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_cache: 0x55df33bf7090 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_cache_name: BinnedLRUCache 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_cache_options: 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: capacity : 536870912 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: num_shard_bits : 4 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: strict_capacity_limit : 0 2024-03-30T04:43:00.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: high_pri_pool_ratio: 0.000 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_cache_compressed: (nil) 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: persistent_cache: (nil) 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_size: 4096 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_size_deviation: 10 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_restart_interval: 16 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: index_block_restart_interval: 1 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: metadata_block_size: 4096 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: partition_filters: 0 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: use_delta_encoding: 1 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: filter_policy: bloomfilter 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: whole_key_filtering: 1 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: verify_compression: 0 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: read_amp_bytes_per_bit: 0 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: format_version: 5 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: enable_index_compression: 1 2024-03-30T04:43:00.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: block_align: 0 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: max_auto_readahead_size: 262144 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: prepopulate_block_cache: 0 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: initial_auto_readahead_size: 8192 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:43:00.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:43:00.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:43:00.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:43:00.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:43:00.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa303b87700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 36.sst 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:00.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 38, last_sequence is 21495, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2b3d3d7e-8031-4cfd-936c-756d8b5ec4eb 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773779896377, "job": 1, "event": "recovery_started", "wal_files": [34]} 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.889+0000 7fa30e41ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.909+0000 7fa30e41ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773779914359, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 3845610, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21492, "largest_seqno": 24316, "table_properties": {"data_size": 3835208, "index_size": 5324, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4037, "raw_key_size": 39494, "raw_average_key_size": 24, "raw_value_size": 3807891, "raw_average_value_size": 2388, "num_data_blocks": 223, "num_entries": 1594, "num_filter_entries": 1594, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711773779, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2b3d3d7e-8031-4cfd-936c-756d8b5ec4eb", "db_session_id": "KU4NB19EQFJ3E12S9QRK", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.909+0000 7fa30e41ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773779914473, "job": 1, "event": "recovery_finished"} 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.909+0000 7fa30e41ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.909+0000 7fa30e41ec80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.913+0000 7fa30e41ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000034.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.913+0000 7fa30e41ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55df33cea000 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.913+0000 7fa30e41ec80 4 rocksdb: DB pointer 0x55df33cd4000 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.913+0000 7fa2fcb79700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.913+0000 7fa2fcb79700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:43:00.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: ** DB Stats ** 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: ** Compaction Stats [default] ** 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: L0 1/0 3.67 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 488.1 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: L6 1/0 10.45 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 0.0 0.0 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Sum 2/0 14.12 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 488.1 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 488.1 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: ** Compaction Stats [default] ** 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:43:00.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 488.1 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Flush(GB): cumulative 0.004, interval 0.004 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Cumulative compaction: 0.00 GB write, 152.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Interval compaction: 0.00 GB write, 152.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Block cache BinnedLRUCache@0x55df33bf7090#7 capacity: 512.00 MB usage: 10.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: Block cache entry stats(count,size,portion): FilterBlock(1,4.03 KB,0.0007689%) IndexBlock(1,6.08 KB,0.00115931%) Misc(1,0.00 KB,0%) 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:43:00.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.913+0000 7fa30e41ec80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] at bind addrs [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 1 mon.c@-1(???) e3 preinit fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 0 mon.c@-1(???).mds e1 new map 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 0 mon.c@-1(???).mds e1 print_map 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: e1 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: legacy client fscid: -1 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: No filesystems configured 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 0 mon.c@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:00.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:42:59 smithi097 bash[71958]: debug 2024-03-30T04:42:59.917+0000 7fa30e41ec80 1 mon.c@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-03-30T04:43:00.180 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:43:00.180 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:43:00.180 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:43:00.180 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:43:00.180 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:00.180 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:43:00.181 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:43:00.182 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:59 smithi105 bash[56539]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:00.182 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:42:59 smithi105 bash[56539]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "3/23 daemons upgraded", 2024-03-30T04:43:00.539 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:43:00.540 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:43:00.540 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:43:00.959 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:00.959 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:00.959 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:00.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:00 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:43:00.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:00 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:02.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:42:59.008129+0000 mgr.y (mgr.25387) 151 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:42:59.381402+0000 mgr.y (mgr.25387) 152 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:42:59.530033+0000 mgr.y (mgr.25387) 153 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:42:59.735480+0000 mgr.y (mgr.25387) 154 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.129790+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:00.186918+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.97:0/2836894829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:00.392858+0000 mgr.y (mgr.25387) 155 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:00.545391+0000 mgr.y (mgr.25387) 156 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.945947+0000 mon.a (mon.0) 607 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.965667+0000 mon.a (mon.0) 608 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:00.966271+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.97:0/2861025587' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972720+0000 mon.a (mon.0) 610 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972746+0000 mon.a (mon.0) 611 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972760+0000 mon.a (mon.0) 612 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972774+0000 mon.a (mon.0) 613 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972786+0000 mon.a (mon.0) 614 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972797+0000 mon.a (mon.0) 615 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972809+0000 mon.a (mon.0) 616 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972820+0000 mon.a (mon.0) 617 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.972832+0000 mon.a (mon.0) 618 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.993020+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.993057+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.993391+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e41: y(active, since 21s), standbys: x 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:42:59.008129+0000 mgr.y (mgr.25387) 151 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:42:59.381402+0000 mgr.y (mgr.25387) 152 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:42:59.530033+0000 mgr.y (mgr.25387) 153 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:42:59.735480+0000 mgr.y (mgr.25387) 154 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.129790+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:00.186918+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.97:0/2836894829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:00.392858+0000 mgr.y (mgr.25387) 155 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:00.545391+0000 mgr.y (mgr.25387) 156 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.945947+0000 mon.a (mon.0) 607 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.965667+0000 mon.a (mon.0) 608 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:00.966271+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.97:0/2861025587' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972720+0000 mon.a (mon.0) 610 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972746+0000 mon.a (mon.0) 611 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972760+0000 mon.a (mon.0) 612 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972774+0000 mon.a (mon.0) 613 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972786+0000 mon.a (mon.0) 614 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972797+0000 mon.a (mon.0) 615 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972809+0000 mon.a (mon.0) 616 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972820+0000 mon.a (mon.0) 617 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:02.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.972832+0000 mon.a (mon.0) 618 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.993020+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.993057+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.993391+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e41: y(active, since 21s), standbys: x 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.993548+0000 mon.a (mon.0) 622 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.993562+0000 mon.a (mon.0) 623 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:00.993576+0000 mon.a (mon.0) 624 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:00.997647+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.003505+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.053353+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.058623+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.060802+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.065447+0000 mgr.y (mgr.25387) 157 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.065989+0000 mgr.y (mgr.25387) 158 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.074591+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.166012+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.170627+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.173488+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.178040+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.179617+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.191958+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.271486+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.274731+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.276485+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.993548+0000 mon.a (mon.0) 622 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.993562+0000 mon.a (mon.0) 623 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:00.993576+0000 mon.a (mon.0) 624 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:00.997647+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.003505+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.053353+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.058623+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.060802+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.065447+0000 mgr.y (mgr.25387) 157 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.065989+0000 mgr.y (mgr.25387) 158 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.074591+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.166012+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.170627+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.173488+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.178040+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.179617+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.191958+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.271486+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.274731+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.276485+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.280789+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.282154+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.292262+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.382850+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.385664+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.387275+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.390482+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.391514+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.404035+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.479671+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.481509+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.482506+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.484244+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.484885+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.492745+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.549401+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.551142+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.551922+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.553810+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.280789+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.282154+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.292262+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.382850+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.385664+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.387275+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.390482+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.391514+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.404035+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.479671+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.481509+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.482506+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.484244+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.484885+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.492745+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.549401+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.551142+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.551922+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.553810+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.554389+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.561713+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.618465+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.620259+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.620999+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.622878+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.623536+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.632071+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.689361+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.691148+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.691954+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.693674+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.694240+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.702271+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.761678+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.763587+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.764502+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.767866+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.768547+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.554389+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.561713+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.618465+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.620259+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.620999+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.622878+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.623536+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.632071+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.689361+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.691148+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.691954+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.693674+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.694240+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.702271+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.761678+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.763587+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.764502+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.767866+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.768547+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.776923+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.838021+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.840297+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.841286+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.843296+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.843952+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.852830+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.911069+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.913136+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.914380+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.916456+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.917095+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[71958]: audit 2024-03-30T04:43:01.925512+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.776923+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.838021+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.840297+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.841286+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.843296+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.843952+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.852830+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.911069+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.913136+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.914380+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.916456+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.917095+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:01 smithi097 bash[69502]: audit 2024-03-30T04:43:01.925512+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:42:59.008129+0000 mgr.y (mgr.25387) 151 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:42:59.381402+0000 mgr.y (mgr.25387) 152 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:42:59.530033+0000 mgr.y (mgr.25387) 153 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 590 B/s rd, 0 op/s 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:42:59.735480+0000 mgr.y (mgr.25387) 154 : audit [DBG] from='client.34146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.129790+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:00.186918+0000 mon.a (mon.0) 606 : audit [DBG] from='client.? 172.21.15.97:0/2836894829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:00.392858+0000 mgr.y (mgr.25387) 155 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:00.545391+0000 mgr.y (mgr.25387) 156 : audit [DBG] from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.945947+0000 mon.a (mon.0) 607 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.965667+0000 mon.a (mon.0) 608 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:00.966271+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.97:0/2861025587' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972720+0000 mon.a (mon.0) 610 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:02.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972746+0000 mon.a (mon.0) 611 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972760+0000 mon.a (mon.0) 612 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972774+0000 mon.a (mon.0) 613 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972786+0000 mon.a (mon.0) 614 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972797+0000 mon.a (mon.0) 615 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972809+0000 mon.a (mon.0) 616 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972820+0000 mon.a (mon.0) 617 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.972832+0000 mon.a (mon.0) 618 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.993020+0000 mon.a (mon.0) 619 : cluster [DBG] fsmap 2024-03-30T04:43:02.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.993057+0000 mon.a (mon.0) 620 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:02.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.993391+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e41: y(active, since 21s), standbys: x 2024-03-30T04:43:02.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.993548+0000 mon.a (mon.0) 622 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:02.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.993562+0000 mon.a (mon.0) 623 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:00.993576+0000 mon.a (mon.0) 624 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:00.997647+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.003505+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.053353+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.058623+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.060802+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.065447+0000 mgr.y (mgr.25387) 157 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.065989+0000 mgr.y (mgr.25387) 158 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.074591+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.166012+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.170627+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.173488+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.178040+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.179617+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.191958+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.271486+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.274731+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.276485+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.280789+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.282154+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.292262+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.382850+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.385664+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.387275+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.390482+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.391514+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.404035+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.479671+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.481509+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.482506+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.484244+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.484885+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.492745+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.549401+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.551142+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.551922+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.553810+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.554389+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.561713+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.618465+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.620259+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.620999+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.622878+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.623536+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.632071+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.689361+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.691148+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.691954+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.693674+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.694240+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.702271+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.761678+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.763587+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.764502+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.767866+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.768547+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.776923+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.838021+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.840297+0000 mon.a (mon.0) 680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.841286+0000 mon.a (mon.0) 681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.843296+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.843952+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.852830+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.911069+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.913136+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:02.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.914380+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:02.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.916456+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:02.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.917095+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:02.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:01 smithi105 bash[18682]: audit 2024-03-30T04:43:01.925512+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:02.718 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:43:02] "GET /metrics HTTP/1.1" 200 38249 "" "Prometheus/2.33.4" 2024-03-30T04:43:03.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.075595+0000 mgr.y (mgr.25387) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.182864+0000 mgr.y (mgr.25387) 160 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:43:03.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.183568+0000 mgr.y (mgr.25387) 161 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.192727+0000 mgr.y (mgr.25387) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.284494+0000 mgr.y (mgr.25387) 163 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.285222+0000 mgr.y (mgr.25387) 164 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.292968+0000 mgr.y (mgr.25387) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.393205+0000 mgr.y (mgr.25387) 166 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.393453+0000 mgr.y (mgr.25387) 167 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.404959+0000 mgr.y (mgr.25387) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.486088+0000 mgr.y (mgr.25387) 169 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.486333+0000 mgr.y (mgr.25387) 170 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.493159+0000 mgr.y (mgr.25387) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.555630+0000 mgr.y (mgr.25387) 172 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.555867+0000 mgr.y (mgr.25387) 173 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.562147+0000 mgr.y (mgr.25387) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.624779+0000 mgr.y (mgr.25387) 175 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.625031+0000 mgr.y (mgr.25387) 176 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.632525+0000 mgr.y (mgr.25387) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.695443+0000 mgr.y (mgr.25387) 178 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.075595+0000 mgr.y (mgr.25387) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.182864+0000 mgr.y (mgr.25387) 160 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.183568+0000 mgr.y (mgr.25387) 161 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:43:03.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.192727+0000 mgr.y (mgr.25387) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.284494+0000 mgr.y (mgr.25387) 163 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.285222+0000 mgr.y (mgr.25387) 164 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.292968+0000 mgr.y (mgr.25387) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.393205+0000 mgr.y (mgr.25387) 166 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.393453+0000 mgr.y (mgr.25387) 167 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.404959+0000 mgr.y (mgr.25387) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.486088+0000 mgr.y (mgr.25387) 169 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.486333+0000 mgr.y (mgr.25387) 170 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.493159+0000 mgr.y (mgr.25387) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.555630+0000 mgr.y (mgr.25387) 172 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.555867+0000 mgr.y (mgr.25387) 173 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.562147+0000 mgr.y (mgr.25387) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.624779+0000 mgr.y (mgr.25387) 175 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.625031+0000 mgr.y (mgr.25387) 176 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.632525+0000 mgr.y (mgr.25387) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.695443+0000 mgr.y (mgr.25387) 178 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.695695+0000 mgr.y (mgr.25387) 179 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.702709+0000 mgr.y (mgr.25387) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.770273+0000 mgr.y (mgr.25387) 181 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.770544+0000 mgr.y (mgr.25387) 182 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.777331+0000 mgr.y (mgr.25387) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.845258+0000 mgr.y (mgr.25387) 184 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.845554+0000 mgr.y (mgr.25387) 185 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.853311+0000 mgr.y (mgr.25387) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.918345+0000 mgr.y (mgr.25387) 187 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.918547+0000 mgr.y (mgr.25387) 188 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:01.925982+0000 mgr.y (mgr.25387) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:01.989594+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:01.991637+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:01.992635+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:01.994725+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:01.995583+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.996894+0000 mgr.y (mgr.25387) 190 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:01.997089+0000 mgr.y (mgr.25387) 191 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.000979+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.001433+0000 mgr.y (mgr.25387) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.695695+0000 mgr.y (mgr.25387) 179 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.702709+0000 mgr.y (mgr.25387) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.770273+0000 mgr.y (mgr.25387) 181 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.770544+0000 mgr.y (mgr.25387) 182 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.777331+0000 mgr.y (mgr.25387) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.845258+0000 mgr.y (mgr.25387) 184 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.845554+0000 mgr.y (mgr.25387) 185 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.853311+0000 mgr.y (mgr.25387) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.918345+0000 mgr.y (mgr.25387) 187 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.918547+0000 mgr.y (mgr.25387) 188 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:01.925982+0000 mgr.y (mgr.25387) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:01.989594+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:01.991637+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:01.992635+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:01.994725+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:01.995583+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.996894+0000 mgr.y (mgr.25387) 190 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:01.997089+0000 mgr.y (mgr.25387) 191 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.000979+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.001433+0000 mgr.y (mgr.25387) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.058853+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.061645+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.063069+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.066623+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.067469+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.068950+0000 mgr.y (mgr.25387) 193 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.069190+0000 mgr.y (mgr.25387) 194 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.075330+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[71958]: audit 2024-03-30T04:43:02.165215+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.168830+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.170350+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.173464+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.174592+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.183503+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.269707+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.273738+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.275441+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.279118+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.280136+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.058853+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.061645+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.063069+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.066623+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.067469+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.068950+0000 mgr.y (mgr.25387) 193 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.069190+0000 mgr.y (mgr.25387) 194 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.075330+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:02 smithi097 bash[69502]: audit 2024-03-30T04:43:02.165215+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.168830+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.170350+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.173464+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.174592+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.183503+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.269707+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.273738+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.275441+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.279118+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.280136+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.287822+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.365601+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.367872+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.368962+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.371739+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.372674+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.380547+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.456906+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.459217+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.460366+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.462587+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.463290+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.469398+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.526820+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.528539+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.529343+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.531095+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.531709+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.537182+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.287822+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.365601+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.367872+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.368962+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.371739+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.372674+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.380547+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.456906+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.459217+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.460366+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.462587+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.463290+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.469398+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.526820+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.528539+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.529343+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.531095+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.531709+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.537182+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.593903+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.595697+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.596537+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.598375+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.598987+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.604536+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.661682+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.663564+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.664349+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.666071+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.666683+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.672596+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.731011+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.733335+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.734123+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.735992+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.736607+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.742245+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.783500+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.785449+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.593903+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.595697+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.596537+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.598375+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.598987+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.604536+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.661682+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.663564+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.664349+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.666071+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.666683+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.672596+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.731011+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.733335+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.734123+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.735992+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.736607+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.742245+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.783500+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.785449+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.786396+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.788786+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.789384+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.795116+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.856623+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.858692+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.859708+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.861812+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.862494+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.868531+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.928480+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.930983+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.932267+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.934713+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.935525+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[71958]: audit 2024-03-30T04:43:02.943279+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.786396+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.788786+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.789384+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.795116+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.856623+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.858692+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.859708+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.861812+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.862494+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.868531+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.928480+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.930983+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.932267+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.934713+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.935525+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:03 smithi097 bash[69502]: audit 2024-03-30T04:43:02.943279+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.075595+0000 mgr.y (mgr.25387) 159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.182864+0000 mgr.y (mgr.25387) 160 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.183568+0000 mgr.y (mgr.25387) 161 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 905 B/s rd, 0 op/s 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.192727+0000 mgr.y (mgr.25387) 162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.284494+0000 mgr.y (mgr.25387) 163 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.285222+0000 mgr.y (mgr.25387) 164 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2 op/s 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.292968+0000 mgr.y (mgr.25387) 165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.393205+0000 mgr.y (mgr.25387) 166 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.393453+0000 mgr.y (mgr.25387) 167 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.404959+0000 mgr.y (mgr.25387) 168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.486088+0000 mgr.y (mgr.25387) 169 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.486333+0000 mgr.y (mgr.25387) 170 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.493159+0000 mgr.y (mgr.25387) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.555630+0000 mgr.y (mgr.25387) 172 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.555867+0000 mgr.y (mgr.25387) 173 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.562147+0000 mgr.y (mgr.25387) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.624779+0000 mgr.y (mgr.25387) 175 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.625031+0000 mgr.y (mgr.25387) 176 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.632525+0000 mgr.y (mgr.25387) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.695443+0000 mgr.y (mgr.25387) 178 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.695695+0000 mgr.y (mgr.25387) 179 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.702709+0000 mgr.y (mgr.25387) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.770273+0000 mgr.y (mgr.25387) 181 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.770544+0000 mgr.y (mgr.25387) 182 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.777331+0000 mgr.y (mgr.25387) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.845258+0000 mgr.y (mgr.25387) 184 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.845554+0000 mgr.y (mgr.25387) 185 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.853311+0000 mgr.y (mgr.25387) 186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.918345+0000 mgr.y (mgr.25387) 187 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.918547+0000 mgr.y (mgr.25387) 188 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:01.925982+0000 mgr.y (mgr.25387) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:01.989594+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:01.991637+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:01.992635+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:01.994725+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:01.995583+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.996894+0000 mgr.y (mgr.25387) 190 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cluster 2024-03-30T04:43:01.997089+0000 mgr.y (mgr.25387) 191 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:02.000979+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.001433+0000 mgr.y (mgr.25387) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:02 smithi105 bash[18682]: audit 2024-03-30T04:43:02.058853+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.061645+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.063069+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.066623+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.067469+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.068950+0000 mgr.y (mgr.25387) 193 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.069190+0000 mgr.y (mgr.25387) 194 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.075330+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.165215+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.168830+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.170350+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.173464+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.174592+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.183503+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.269707+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.273738+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.275441+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.279118+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.280136+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.287822+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.365601+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.367872+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.368962+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.371739+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.372674+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.380547+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.456906+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.459217+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.460366+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.462587+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.463290+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.469398+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.526820+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.528539+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.529343+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.531095+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.531709+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.537182+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.593903+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.595697+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.596537+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.598375+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.598987+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.604536+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.661682+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.663564+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.664349+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.666071+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.666683+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.672596+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.731011+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.733335+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.734123+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.735992+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.736607+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.742245+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.783500+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.785449+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.786396+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.788786+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.789384+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.795116+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.856623+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.858692+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.859708+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.861812+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.862494+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.868531+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.928480+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.930983+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.932267+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.934713+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.935525+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:03.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[18682]: audit 2024-03-30T04:43:02.943279+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:03.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:03 smithi105 bash[52959]: ts=2024-03-30T04:43:03.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.075802+0000 mgr.y (mgr.25387) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.176685+0000 mgr.y (mgr.25387) 196 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.177068+0000 mgr.y (mgr.25387) 197 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.184381+0000 mgr.y (mgr.25387) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.282058+0000 mgr.y (mgr.25387) 199 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.282593+0000 mgr.y (mgr.25387) 200 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.288549+0000 mgr.y (mgr.25387) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.374779+0000 mgr.y (mgr.25387) 202 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.375026+0000 mgr.y (mgr.25387) 203 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.381234+0000 mgr.y (mgr.25387) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.464669+0000 mgr.y (mgr.25387) 205 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.465106+0000 mgr.y (mgr.25387) 206 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.469960+0000 mgr.y (mgr.25387) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.532904+0000 mgr.y (mgr.25387) 208 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.533148+0000 mgr.y (mgr.25387) 209 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.537602+0000 mgr.y (mgr.25387) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.600188+0000 mgr.y (mgr.25387) 211 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.600431+0000 mgr.y (mgr.25387) 212 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.605005+0000 mgr.y (mgr.25387) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.667838+0000 mgr.y (mgr.25387) 214 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.075802+0000 mgr.y (mgr.25387) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.176685+0000 mgr.y (mgr.25387) 196 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.177068+0000 mgr.y (mgr.25387) 197 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.184381+0000 mgr.y (mgr.25387) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.282058+0000 mgr.y (mgr.25387) 199 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.282593+0000 mgr.y (mgr.25387) 200 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.288549+0000 mgr.y (mgr.25387) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.374779+0000 mgr.y (mgr.25387) 202 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.375026+0000 mgr.y (mgr.25387) 203 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.381234+0000 mgr.y (mgr.25387) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.464669+0000 mgr.y (mgr.25387) 205 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.465106+0000 mgr.y (mgr.25387) 206 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.469960+0000 mgr.y (mgr.25387) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.532904+0000 mgr.y (mgr.25387) 208 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.533148+0000 mgr.y (mgr.25387) 209 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.537602+0000 mgr.y (mgr.25387) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.600188+0000 mgr.y (mgr.25387) 211 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.600431+0000 mgr.y (mgr.25387) 212 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.605005+0000 mgr.y (mgr.25387) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.667838+0000 mgr.y (mgr.25387) 214 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.668054+0000 mgr.y (mgr.25387) 215 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.673249+0000 mgr.y (mgr.25387) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.737779+0000 mgr.y (mgr.25387) 217 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.738004+0000 mgr.y (mgr.25387) 218 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.742713+0000 mgr.y (mgr.25387) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.790683+0000 mgr.y (mgr.25387) 220 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.790893+0000 mgr.y (mgr.25387) 221 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.795651+0000 mgr.y (mgr.25387) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.863731+0000 mgr.y (mgr.25387) 223 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.864077+0000 mgr.y (mgr.25387) 224 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.869016+0000 mgr.y (mgr.25387) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.937356+0000 mgr.y (mgr.25387) 226 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:02.937926+0000 mgr.y (mgr.25387) 227 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:02.943903+0000 mgr.y (mgr.25387) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.005807+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.008092+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.009283+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.011351+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.012033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.013353+0000 mgr.y (mgr.25387) 229 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.668054+0000 mgr.y (mgr.25387) 215 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.673249+0000 mgr.y (mgr.25387) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.737779+0000 mgr.y (mgr.25387) 217 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.738004+0000 mgr.y (mgr.25387) 218 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.742713+0000 mgr.y (mgr.25387) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.790683+0000 mgr.y (mgr.25387) 220 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.790893+0000 mgr.y (mgr.25387) 221 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.795651+0000 mgr.y (mgr.25387) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.863731+0000 mgr.y (mgr.25387) 223 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.864077+0000 mgr.y (mgr.25387) 224 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.869016+0000 mgr.y (mgr.25387) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.937356+0000 mgr.y (mgr.25387) 226 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:02.937926+0000 mgr.y (mgr.25387) 227 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:02.943903+0000 mgr.y (mgr.25387) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.005807+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.008092+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.009283+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.011351+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.012033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.013353+0000 mgr.y (mgr.25387) 229 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.013666+0000 mgr.y (mgr.25387) 230 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.018201+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.018752+0000 mgr.y (mgr.25387) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.080299+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.082507+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.083674+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.087218+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.088174+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.097531+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.186783+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.191100+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.192915+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.333 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.197442+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.198802+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.210106+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.287004+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.290542+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.291789+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.295312+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.296558+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.013666+0000 mgr.y (mgr.25387) 230 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.018201+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.018752+0000 mgr.y (mgr.25387) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.080299+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.082507+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.083674+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.087218+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.088174+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.097531+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.186783+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.191100+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.192915+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.197442+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.198802+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.210106+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.287004+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.290542+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.291789+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.295312+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.296558+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.306778+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.369026+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.371287+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.372329+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.374691+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.375584+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.383431+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.429784+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.431682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.336 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.432659+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.434615+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.435268+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.440660+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.497707+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.499592+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.500445+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.502246+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.502886+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.508280+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.306778+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.369026+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.371287+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.372329+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.374691+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.375584+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.383431+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.429784+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.431682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.432659+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.434615+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.435268+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.440660+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.497707+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.499592+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.500445+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.502246+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.502886+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.508280+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.549329+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.551069+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.551879+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.553645+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.339 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.554269+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.559740+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.600443+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.602236+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.603102+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.604970+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.605675+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.611555+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.684501+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.686473+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.688084+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.690857+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.691703+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.699140+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.758222+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.760225+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.761101+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.762985+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.763659+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.769600+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.826116+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.827877+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.828674+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.830332+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.830867+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.836356+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.892955+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.894753+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.895580+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.897425+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.898020+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.904064+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.977072+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.978998+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.979913+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.981815+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.982434+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[69502]: audit 2024-03-30T04:43:03.989155+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.549329+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.551069+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.551879+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.553645+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.554269+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.559740+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.600443+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.602236+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.603102+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.604970+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.605675+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.611555+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.684501+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.686473+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.688084+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.690857+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.691703+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.699140+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.758222+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.343 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.760225+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.761101+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.762985+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.763659+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.769600+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.826116+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.827877+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.828674+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.830332+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.830867+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.836356+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.892955+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.894753+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.895580+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.897425+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.344 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.898020+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.904064+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.977072+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.978998+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.979913+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.981815+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.982434+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.345 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[71958]: audit 2024-03-30T04:43:03.989155+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.075802+0000 mgr.y (mgr.25387) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.176685+0000 mgr.y (mgr.25387) 196 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.177068+0000 mgr.y (mgr.25387) 197 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.184381+0000 mgr.y (mgr.25387) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.282058+0000 mgr.y (mgr.25387) 199 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.282593+0000 mgr.y (mgr.25387) 200 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.288549+0000 mgr.y (mgr.25387) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.374779+0000 mgr.y (mgr.25387) 202 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.375026+0000 mgr.y (mgr.25387) 203 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.381234+0000 mgr.y (mgr.25387) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.464669+0000 mgr.y (mgr.25387) 205 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.465106+0000 mgr.y (mgr.25387) 206 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.469960+0000 mgr.y (mgr.25387) 207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.532904+0000 mgr.y (mgr.25387) 208 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.533148+0000 mgr.y (mgr.25387) 209 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.537602+0000 mgr.y (mgr.25387) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.600188+0000 mgr.y (mgr.25387) 211 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.600431+0000 mgr.y (mgr.25387) 212 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.605005+0000 mgr.y (mgr.25387) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.667838+0000 mgr.y (mgr.25387) 214 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.668054+0000 mgr.y (mgr.25387) 215 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.673249+0000 mgr.y (mgr.25387) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.737779+0000 mgr.y (mgr.25387) 217 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.738004+0000 mgr.y (mgr.25387) 218 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.742713+0000 mgr.y (mgr.25387) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.790683+0000 mgr.y (mgr.25387) 220 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.790893+0000 mgr.y (mgr.25387) 221 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.795651+0000 mgr.y (mgr.25387) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.863731+0000 mgr.y (mgr.25387) 223 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.864077+0000 mgr.y (mgr.25387) 224 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.869016+0000 mgr.y (mgr.25387) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.937356+0000 mgr.y (mgr.25387) 226 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:02.937926+0000 mgr.y (mgr.25387) 227 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:02.943903+0000 mgr.y (mgr.25387) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.005807+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.008092+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.009283+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.011351+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.012033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.013353+0000 mgr.y (mgr.25387) 229 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.013666+0000 mgr.y (mgr.25387) 230 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.018201+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.018752+0000 mgr.y (mgr.25387) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.080299+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.082507+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.083674+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.087218+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.088174+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.097531+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.186783+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.191100+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.192915+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.197442+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.198802+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.210106+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.287004+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.290542+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.291789+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.295312+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.296558+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.306778+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.369026+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.371287+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.372329+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.374691+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.375584+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.383431+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.429784+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.431682+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.432659+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.434615+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.435268+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.440660+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.497707+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.499592+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.500445+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.502246+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.502886+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.508280+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.549329+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.551069+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.551879+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.553645+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.554269+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.559740+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.600443+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.602236+0000 mon.a (mon.0) 818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.603102+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.604970+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.605675+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.611555+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.684501+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.686473+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.688084+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.690857+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.691703+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.699140+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.758222+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.760225+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.761101+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.762985+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.763659+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.769600+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.826116+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.827877+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.828674+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.830332+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.830867+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.836356+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.892955+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.894753+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.895580+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.897425+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.898020+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.904064+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.977072+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.978998+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.979913+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.981815+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:04.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.982434+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:04.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:04 smithi105 bash[18682]: audit 2024-03-30T04:43:03.989155+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.374 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:04 smithi097 bash[65835]: debug 2024-03-30T04:43:04.924+0000 7fdd18a51700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.090498+0000 mgr.y (mgr.25387) 232 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.091048+0000 mgr.y (mgr.25387) 233 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.098363+0000 mgr.y (mgr.25387) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.201381+0000 mgr.y (mgr.25387) 235 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.201859+0000 mgr.y (mgr.25387) 236 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.210991+0000 mgr.y (mgr.25387) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.298966+0000 mgr.y (mgr.25387) 238 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.299305+0000 mgr.y (mgr.25387) 239 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.307465+0000 mgr.y (mgr.25387) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.377008+0000 mgr.y (mgr.25387) 241 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.377256+0000 mgr.y (mgr.25387) 242 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.384102+0000 mgr.y (mgr.25387) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.436437+0000 mgr.y (mgr.25387) 244 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.436682+0000 mgr.y (mgr.25387) 245 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.441142+0000 mgr.y (mgr.25387) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.504073+0000 mgr.y (mgr.25387) 247 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.504280+0000 mgr.y (mgr.25387) 248 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.508723+0000 mgr.y (mgr.25387) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.555417+0000 mgr.y (mgr.25387) 250 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.555662+0000 mgr.y (mgr.25387) 251 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.090498+0000 mgr.y (mgr.25387) 232 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.091048+0000 mgr.y (mgr.25387) 233 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.098363+0000 mgr.y (mgr.25387) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.201381+0000 mgr.y (mgr.25387) 235 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.201859+0000 mgr.y (mgr.25387) 236 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.210991+0000 mgr.y (mgr.25387) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.298966+0000 mgr.y (mgr.25387) 238 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.299305+0000 mgr.y (mgr.25387) 239 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.307465+0000 mgr.y (mgr.25387) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.377008+0000 mgr.y (mgr.25387) 241 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.377256+0000 mgr.y (mgr.25387) 242 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.384102+0000 mgr.y (mgr.25387) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.436437+0000 mgr.y (mgr.25387) 244 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.436682+0000 mgr.y (mgr.25387) 245 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.441142+0000 mgr.y (mgr.25387) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.504073+0000 mgr.y (mgr.25387) 247 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.504280+0000 mgr.y (mgr.25387) 248 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.508723+0000 mgr.y (mgr.25387) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.555417+0000 mgr.y (mgr.25387) 250 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.555662+0000 mgr.y (mgr.25387) 251 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.560186+0000 mgr.y (mgr.25387) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.606934+0000 mgr.y (mgr.25387) 253 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.607157+0000 mgr.y (mgr.25387) 254 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.612052+0000 mgr.y (mgr.25387) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.693422+0000 mgr.y (mgr.25387) 256 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.693949+0000 mgr.y (mgr.25387) 257 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.699644+0000 mgr.y (mgr.25387) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.764961+0000 mgr.y (mgr.25387) 259 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.765193+0000 mgr.y (mgr.25387) 260 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.770023+0000 mgr.y (mgr.25387) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.831958+0000 mgr.y (mgr.25387) 262 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.832162+0000 mgr.y (mgr.25387) 263 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.836787+0000 mgr.y (mgr.25387) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.899519+0000 mgr.y (mgr.25387) 265 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.900036+0000 mgr.y (mgr.25387) 266 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.904552+0000 mgr.y (mgr.25387) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.983895+0000 mgr.y (mgr.25387) 268 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:03.984175+0000 mgr.y (mgr.25387) 269 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:03.989711+0000 mgr.y (mgr.25387) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.047665+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.049547+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.560186+0000 mgr.y (mgr.25387) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.606934+0000 mgr.y (mgr.25387) 253 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.607157+0000 mgr.y (mgr.25387) 254 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.612052+0000 mgr.y (mgr.25387) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.693422+0000 mgr.y (mgr.25387) 256 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.693949+0000 mgr.y (mgr.25387) 257 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.699644+0000 mgr.y (mgr.25387) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.764961+0000 mgr.y (mgr.25387) 259 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.765193+0000 mgr.y (mgr.25387) 260 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.770023+0000 mgr.y (mgr.25387) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.831958+0000 mgr.y (mgr.25387) 262 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.832162+0000 mgr.y (mgr.25387) 263 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.836787+0000 mgr.y (mgr.25387) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.899519+0000 mgr.y (mgr.25387) 265 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.900036+0000 mgr.y (mgr.25387) 266 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.904552+0000 mgr.y (mgr.25387) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.983895+0000 mgr.y (mgr.25387) 268 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:03.984175+0000 mgr.y (mgr.25387) 269 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:03.989711+0000 mgr.y (mgr.25387) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.047665+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.049547+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.050387+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.052697+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.053447+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.054753+0000 mgr.y (mgr.25387) 271 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.054995+0000 mgr.y (mgr.25387) 272 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.061537+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.062112+0000 mgr.y (mgr.25387) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.120754+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.122527+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.123551+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.125383+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.125953+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.133828+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.179397+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.181118+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.181853+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.183549+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.184116+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.191709+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.050387+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.052697+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.053447+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.054753+0000 mgr.y (mgr.25387) 271 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.054995+0000 mgr.y (mgr.25387) 272 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.061537+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.062112+0000 mgr.y (mgr.25387) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.120754+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.122527+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.123551+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.125383+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.125953+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.133828+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.179397+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.181118+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.181853+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.183549+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.184116+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.191709+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.248854+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.250545+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.251301+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.253048+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.253631+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.261188+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.330229+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.332477+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.333801+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.336154+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.336859+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.345028+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.402396+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.404355+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.405351+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.407367+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.407986+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.415648+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.472373+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.248854+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.250545+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.251301+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.253048+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.253631+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.261188+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.330229+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.332477+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.333801+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.336154+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.336859+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.345028+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.402396+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.404355+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.405351+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.407367+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.407986+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.415648+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.472373+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.474318+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.475481+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.477951+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.478775+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.487046+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.532473+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.534496+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.535327+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.537294+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.537908+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.545421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.590877+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.592687+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.593526+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.595375+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.595998+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.603777+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.645138+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.646989+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.474318+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.475481+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.477951+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.478775+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.487046+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.532473+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.534496+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.535327+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.537294+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.537908+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.545421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.590877+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.592687+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.593526+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.595375+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.595998+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.603777+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.645138+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.646989+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.647973+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.649908+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.650514+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.655931+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.697243+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.698967+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.700006+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.701746+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.702361+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.707837+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.765459+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.767540+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.768791+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.770770+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.771352+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.778860+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.835660+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.837392+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.838184+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.839899+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.840488+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.845881+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.890713+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.892441+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.893240+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.894907+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.895508+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.900841+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.957362+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.959223+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.960137+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.962123+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.962762+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[71958]: audit 2024-03-30T04:43:04.969195+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.647973+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.649908+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.650514+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.655931+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.697243+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.698967+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.700006+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.701746+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.702361+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.707837+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.765459+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.767540+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.768791+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.770770+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.771352+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.778860+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.835660+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.837392+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.838184+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.839899+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.840488+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.845881+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.890713+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.892441+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.893240+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.894907+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.895508+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.900841+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.957362+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.959223+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.960137+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.962123+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.962762+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:05 smithi097 bash[69502]: audit 2024-03-30T04:43:04.969195+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.090498+0000 mgr.y (mgr.25387) 232 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.091048+0000 mgr.y (mgr.25387) 233 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.098363+0000 mgr.y (mgr.25387) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.201381+0000 mgr.y (mgr.25387) 235 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.201859+0000 mgr.y (mgr.25387) 236 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.210991+0000 mgr.y (mgr.25387) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.298966+0000 mgr.y (mgr.25387) 238 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.299305+0000 mgr.y (mgr.25387) 239 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.307465+0000 mgr.y (mgr.25387) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.377008+0000 mgr.y (mgr.25387) 241 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.377256+0000 mgr.y (mgr.25387) 242 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.384102+0000 mgr.y (mgr.25387) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.436437+0000 mgr.y (mgr.25387) 244 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.436682+0000 mgr.y (mgr.25387) 245 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.441142+0000 mgr.y (mgr.25387) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.504073+0000 mgr.y (mgr.25387) 247 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.504280+0000 mgr.y (mgr.25387) 248 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.508723+0000 mgr.y (mgr.25387) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.555417+0000 mgr.y (mgr.25387) 250 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.555662+0000 mgr.y (mgr.25387) 251 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.560186+0000 mgr.y (mgr.25387) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.606934+0000 mgr.y (mgr.25387) 253 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.607157+0000 mgr.y (mgr.25387) 254 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.612052+0000 mgr.y (mgr.25387) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.693422+0000 mgr.y (mgr.25387) 256 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.693949+0000 mgr.y (mgr.25387) 257 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.699644+0000 mgr.y (mgr.25387) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.764961+0000 mgr.y (mgr.25387) 259 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.765193+0000 mgr.y (mgr.25387) 260 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.770023+0000 mgr.y (mgr.25387) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.831958+0000 mgr.y (mgr.25387) 262 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.832162+0000 mgr.y (mgr.25387) 263 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.836787+0000 mgr.y (mgr.25387) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.899519+0000 mgr.y (mgr.25387) 265 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.900036+0000 mgr.y (mgr.25387) 266 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.904552+0000 mgr.y (mgr.25387) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.983895+0000 mgr.y (mgr.25387) 268 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:03.984175+0000 mgr.y (mgr.25387) 269 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:03.989711+0000 mgr.y (mgr.25387) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.047665+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.049547+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.050387+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.052697+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.053447+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.054753+0000 mgr.y (mgr.25387) 271 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.054995+0000 mgr.y (mgr.25387) 272 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.061537+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.062112+0000 mgr.y (mgr.25387) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.120754+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.122527+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.123551+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.125383+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.125953+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.133828+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.179397+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.181118+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.181853+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.183549+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.184116+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.191709+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.248854+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.250545+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.251301+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.253048+0000 mon.a (mon.0) 874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.253631+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.261188+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.330229+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.332477+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.333801+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.336154+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.336859+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.345028+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.402396+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.404355+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.405351+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.407367+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.407986+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.415648+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.472373+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.474318+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.475481+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.477951+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.478775+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.487046+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.532473+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.534496+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.535327+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.537294+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.537908+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.545421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.590877+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.592687+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.593526+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.595375+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.595998+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.603777+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.645138+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.646989+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.647973+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.649908+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.650514+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.655931+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.697243+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.698967+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.700006+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.701746+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.702361+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.707837+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.765459+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.767540+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.768791+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.770770+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.771352+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.778860+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.835660+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.837392+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.838184+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.839899+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.840488+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.845881+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.890713+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.892441+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.893240+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.894907+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.895508+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.900841+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.957362+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.959223+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:05.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.960137+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:05.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.962123+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:05.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.962762+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:05.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:05 smithi105 bash[18682]: audit 2024-03-30T04:43:04.969195+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.127128+0000 mgr.y (mgr.25387) 274 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.127349+0000 mgr.y (mgr.25387) 275 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.134353+0000 mgr.y (mgr.25387) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.185241+0000 mgr.y (mgr.25387) 277 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.185486+0000 mgr.y (mgr.25387) 278 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.192160+0000 mgr.y (mgr.25387) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.254762+0000 mgr.y (mgr.25387) 280 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.254980+0000 mgr.y (mgr.25387) 281 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.261702+0000 mgr.y (mgr.25387) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.338121+0000 mgr.y (mgr.25387) 283 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.338373+0000 mgr.y (mgr.25387) 284 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.345535+0000 mgr.y (mgr.25387) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.409246+0000 mgr.y (mgr.25387) 286 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.409486+0000 mgr.y (mgr.25387) 287 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.416168+0000 mgr.y (mgr.25387) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.480288+0000 mgr.y (mgr.25387) 289 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.480627+0000 mgr.y (mgr.25387) 290 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.487752+0000 mgr.y (mgr.25387) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.539206+0000 mgr.y (mgr.25387) 292 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.539476+0000 mgr.y (mgr.25387) 293 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.545862+0000 mgr.y (mgr.25387) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.597348+0000 mgr.y (mgr.25387) 295 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.597610+0000 mgr.y (mgr.25387) 296 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.604358+0000 mgr.y (mgr.25387) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.651672+0000 mgr.y (mgr.25387) 298 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.651876+0000 mgr.y (mgr.25387) 299 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.656341+0000 mgr.y (mgr.25387) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.703496+0000 mgr.y (mgr.25387) 301 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.703733+0000 mgr.y (mgr.25387) 302 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.708317+0000 mgr.y (mgr.25387) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.772525+0000 mgr.y (mgr.25387) 304 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.772736+0000 mgr.y (mgr.25387) 305 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.779281+0000 mgr.y (mgr.25387) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.841668+0000 mgr.y (mgr.25387) 307 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.841888+0000 mgr.y (mgr.25387) 308 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.846246+0000 mgr.y (mgr.25387) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.896650+0000 mgr.y (mgr.25387) 310 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.896869+0000 mgr.y (mgr.25387) 311 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.901255+0000 mgr.y (mgr.25387) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.964002+0000 mgr.y (mgr.25387) 313 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:04.964203+0000 mgr.y (mgr.25387) 314 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.127128+0000 mgr.y (mgr.25387) 274 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.127349+0000 mgr.y (mgr.25387) 275 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.134353+0000 mgr.y (mgr.25387) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.185241+0000 mgr.y (mgr.25387) 277 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.185486+0000 mgr.y (mgr.25387) 278 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.192160+0000 mgr.y (mgr.25387) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.254762+0000 mgr.y (mgr.25387) 280 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.254980+0000 mgr.y (mgr.25387) 281 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.261702+0000 mgr.y (mgr.25387) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.338121+0000 mgr.y (mgr.25387) 283 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.338373+0000 mgr.y (mgr.25387) 284 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.345535+0000 mgr.y (mgr.25387) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.409246+0000 mgr.y (mgr.25387) 286 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.409486+0000 mgr.y (mgr.25387) 287 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.416168+0000 mgr.y (mgr.25387) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.480288+0000 mgr.y (mgr.25387) 289 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.480627+0000 mgr.y (mgr.25387) 290 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.276 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.487752+0000 mgr.y (mgr.25387) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.539206+0000 mgr.y (mgr.25387) 292 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.539476+0000 mgr.y (mgr.25387) 293 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:04.969619+0000 mgr.y (mgr.25387) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.026781+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.028503+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.029294+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.030998+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.031580+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.032720+0000 mgr.y (mgr.25387) 316 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.032923+0000 mgr.y (mgr.25387) 317 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.039612+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.040060+0000 mgr.y (mgr.25387) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.080539+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.082440+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.083228+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.085030+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.085683+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.091274+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.131912+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.133664+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.134479+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.545862+0000 mgr.y (mgr.25387) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.597348+0000 mgr.y (mgr.25387) 295 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.597610+0000 mgr.y (mgr.25387) 296 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.604358+0000 mgr.y (mgr.25387) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.651672+0000 mgr.y (mgr.25387) 298 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.651876+0000 mgr.y (mgr.25387) 299 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.656341+0000 mgr.y (mgr.25387) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.703496+0000 mgr.y (mgr.25387) 301 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.703733+0000 mgr.y (mgr.25387) 302 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.708317+0000 mgr.y (mgr.25387) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.772525+0000 mgr.y (mgr.25387) 304 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.772736+0000 mgr.y (mgr.25387) 305 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.779281+0000 mgr.y (mgr.25387) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.841668+0000 mgr.y (mgr.25387) 307 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.841888+0000 mgr.y (mgr.25387) 308 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.846246+0000 mgr.y (mgr.25387) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.279 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.896650+0000 mgr.y (mgr.25387) 310 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.896869+0000 mgr.y (mgr.25387) 311 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.901255+0000 mgr.y (mgr.25387) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.964002+0000 mgr.y (mgr.25387) 313 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:04.964203+0000 mgr.y (mgr.25387) 314 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.136205+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.136821+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.142901+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.183850+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.185490+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.186214+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.187937+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.188486+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.193759+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.234946+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.236743+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.237568+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.239374+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.239987+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.247232+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.288332+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.290193+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.291017+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.292724+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:04.969619+0000 mgr.y (mgr.25387) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.026781+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.028503+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.029294+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.030998+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.031580+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.032720+0000 mgr.y (mgr.25387) 316 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.032923+0000 mgr.y (mgr.25387) 317 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.039612+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.040060+0000 mgr.y (mgr.25387) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.080539+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.082440+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.083228+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.085030+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.085683+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.091274+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.131912+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.133664+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.134479+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.293328+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.300674+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.340934+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.342823+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.343683+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.345478+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.346144+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.353726+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.410654+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.412345+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.413146+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.414824+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.415388+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.423284+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.464227+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.465941+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.466779+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.468784+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.469434+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.474716+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.136205+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.136821+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.142901+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.183850+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.185490+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.186214+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.187937+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.188486+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.193759+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.234946+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.236743+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.237568+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.239374+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.239987+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.247232+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.288332+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.290193+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.291017+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.292724+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.515513+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.517370+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.518290+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.520132+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.520777+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.525926+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.566067+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.568349+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.569176+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.571023+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.571595+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.577140+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.617889+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.619651+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.620616+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.622467+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.623106+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.629216+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.669670+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.293328+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.300674+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.340934+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.342823+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.343683+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.345478+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.346144+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.353726+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.410654+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.412345+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.413146+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.414824+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.415388+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.423284+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.464227+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.465941+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.466779+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.468784+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.469434+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.474716+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.671516+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.672405+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.674297+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.674904+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.681045+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.725899+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.728217+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.729196+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.731290+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.731961+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.737364+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.815008+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.817250+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.818112+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.820611+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.821372+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.827427+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.915556+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.919069+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.515513+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.517370+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.518290+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.520132+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.520777+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.525926+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.566067+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.568349+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.569176+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.571023+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.571595+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.577140+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.617889+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.619651+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.620616+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.622467+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.623106+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.629216+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.292 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.669670+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.920275+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.923360+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.924374+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.931190+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.990186+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.992405+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.993642+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.995748+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:05.996440+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.293 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[69502]: audit 2024-03-30T04:43:06.003967+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.671516+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.672405+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.674297+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.674904+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.681045+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.725899+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.728217+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.729196+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.731290+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.731961+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.737364+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.294 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.815008+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.817250+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.818112+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.820611+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.821372+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.827427+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.915556+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.919069+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.920275+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.923360+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.924374+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.931190+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.990186+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.992405+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.993642+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.995748+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.295 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:05.996440+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.296 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:06 smithi097 bash[71958]: audit 2024-03-30T04:43:06.003967+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.127128+0000 mgr.y (mgr.25387) 274 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.127349+0000 mgr.y (mgr.25387) 275 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.134353+0000 mgr.y (mgr.25387) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.185241+0000 mgr.y (mgr.25387) 277 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.185486+0000 mgr.y (mgr.25387) 278 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.192160+0000 mgr.y (mgr.25387) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.254762+0000 mgr.y (mgr.25387) 280 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.254980+0000 mgr.y (mgr.25387) 281 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.261702+0000 mgr.y (mgr.25387) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.338121+0000 mgr.y (mgr.25387) 283 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.338373+0000 mgr.y (mgr.25387) 284 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.345535+0000 mgr.y (mgr.25387) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.409246+0000 mgr.y (mgr.25387) 286 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.409486+0000 mgr.y (mgr.25387) 287 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.416168+0000 mgr.y (mgr.25387) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.480288+0000 mgr.y (mgr.25387) 289 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.480627+0000 mgr.y (mgr.25387) 290 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.487752+0000 mgr.y (mgr.25387) 291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.539206+0000 mgr.y (mgr.25387) 292 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.539476+0000 mgr.y (mgr.25387) 293 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.545862+0000 mgr.y (mgr.25387) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.597348+0000 mgr.y (mgr.25387) 295 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.597610+0000 mgr.y (mgr.25387) 296 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.604358+0000 mgr.y (mgr.25387) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.651672+0000 mgr.y (mgr.25387) 298 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.651876+0000 mgr.y (mgr.25387) 299 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.656341+0000 mgr.y (mgr.25387) 300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.703496+0000 mgr.y (mgr.25387) 301 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.703733+0000 mgr.y (mgr.25387) 302 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.708317+0000 mgr.y (mgr.25387) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.772525+0000 mgr.y (mgr.25387) 304 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.772736+0000 mgr.y (mgr.25387) 305 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.779281+0000 mgr.y (mgr.25387) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.841668+0000 mgr.y (mgr.25387) 307 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.841888+0000 mgr.y (mgr.25387) 308 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.846246+0000 mgr.y (mgr.25387) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.896650+0000 mgr.y (mgr.25387) 310 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.896869+0000 mgr.y (mgr.25387) 311 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.901255+0000 mgr.y (mgr.25387) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.964002+0000 mgr.y (mgr.25387) 313 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:04.964203+0000 mgr.y (mgr.25387) 314 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:04.969619+0000 mgr.y (mgr.25387) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.026781+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.028503+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.029294+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.030998+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.031580+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.032720+0000 mgr.y (mgr.25387) 316 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.032923+0000 mgr.y (mgr.25387) 317 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.039612+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.040060+0000 mgr.y (mgr.25387) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.080539+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.082440+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.083228+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.085030+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.085683+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.091274+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.131912+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.133664+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.134479+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.136205+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.136821+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.142901+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.183850+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.185490+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.186214+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.187937+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.188486+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.193759+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.234946+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.236743+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.237568+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.239374+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.239987+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.247232+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.288332+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.290193+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.291017+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.292724+0000 mon.a (mon.0) 976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.293328+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.300674+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.340934+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.342823+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.343683+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.345478+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.346144+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.353726+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.410654+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.412345+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.413146+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.414824+0000 mon.a (mon.0) 988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.415388+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.423284+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.464227+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.465941+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.466779+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.468784+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.469434+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.474716+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.515513+0000 mon.a (mon.0) 997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.517370+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.518290+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.520132+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.520777+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.525926+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.566067+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.568349+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.569176+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.571023+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.571595+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.577140+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.617889+0000 mon.a (mon.0) 1009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.619651+0000 mon.a (mon.0) 1010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.620616+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.622467+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.623106+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.629216+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.669670+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.671516+0000 mon.a (mon.0) 1016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.672405+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.674297+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.674904+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.681045+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.725899+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.728217+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.729196+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.731290+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.731961+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.737364+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.815008+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.817250+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.818112+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.820611+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.821372+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.827427+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.915556+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.919069+0000 mon.a (mon.0) 1034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.920275+0000 mon.a (mon.0) 1035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.923360+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.924374+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.931190+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.990186+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.992405+0000 mon.a (mon.0) 1040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.993642+0000 mon.a (mon.0) 1041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.995748+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:05.996440+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:06.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:06 smithi105 bash[18682]: audit 2024-03-30T04:43:06.003967+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.308 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.086847+0000 mgr.y (mgr.25387) 319 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.308 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.087074+0000 mgr.y (mgr.25387) 320 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.308 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.091752+0000 mgr.y (mgr.25387) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.137969+0000 mgr.y (mgr.25387) 322 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.138185+0000 mgr.y (mgr.25387) 323 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.143541+0000 mgr.y (mgr.25387) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.189615+0000 mgr.y (mgr.25387) 325 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.189811+0000 mgr.y (mgr.25387) 326 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.194223+0000 mgr.y (mgr.25387) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.241205+0000 mgr.y (mgr.25387) 328 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.241444+0000 mgr.y (mgr.25387) 329 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.247616+0000 mgr.y (mgr.25387) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.294458+0000 mgr.y (mgr.25387) 331 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.294699+0000 mgr.y (mgr.25387) 332 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.301099+0000 mgr.y (mgr.25387) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.309 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.347511+0000 mgr.y (mgr.25387) 334 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.347787+0000 mgr.y (mgr.25387) 335 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.354213+0000 mgr.y (mgr.25387) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.416923+0000 mgr.y (mgr.25387) 337 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.417196+0000 mgr.y (mgr.25387) 338 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.423716+0000 mgr.y (mgr.25387) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.470613+0000 mgr.y (mgr.25387) 340 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.470858+0000 mgr.y (mgr.25387) 341 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.475168+0000 mgr.y (mgr.25387) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.521996+0000 mgr.y (mgr.25387) 343 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.522235+0000 mgr.y (mgr.25387) 344 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.526399+0000 mgr.y (mgr.25387) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.572762+0000 mgr.y (mgr.25387) 346 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.573005+0000 mgr.y (mgr.25387) 347 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.310 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.577581+0000 mgr.y (mgr.25387) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.624240+0000 mgr.y (mgr.25387) 349 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.624420+0000 mgr.y (mgr.25387) 350 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.629650+0000 mgr.y (mgr.25387) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.676081+0000 mgr.y (mgr.25387) 352 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.676337+0000 mgr.y (mgr.25387) 353 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.681491+0000 mgr.y (mgr.25387) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.733218+0000 mgr.y (mgr.25387) 355 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.733416+0000 mgr.y (mgr.25387) 356 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.737796+0000 mgr.y (mgr.25387) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.822988+0000 mgr.y (mgr.25387) 358 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.823479+0000 mgr.y (mgr.25387) 359 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.828113+0000 mgr.y (mgr.25387) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.926436+0000 mgr.y (mgr.25387) 361 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.311 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.926656+0000 mgr.y (mgr.25387) 362 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:05.931590+0000 mgr.y (mgr.25387) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.997854+0000 mgr.y (mgr.25387) 364 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:05.998084+0000 mgr.y (mgr.25387) 365 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.004457+0000 mgr.y (mgr.25387) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.062915+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.064972+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.066238+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.068091+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.068669+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.069821+0000 mgr.y (mgr.25387) 367 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.070010+0000 mgr.y (mgr.25387) 368 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.073701+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.312 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.074304+0000 mgr.y (mgr.25387) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.114768+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.116501+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.117238+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.118884+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.119447+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.126554+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.172494+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.174368+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.313 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.175143+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.176897+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.177491+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.185604+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.234736+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.237600+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.238545+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.240629+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.241315+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.250584+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.323733+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.325716+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.326675+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.314 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.328559+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.329253+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.339920+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.397470+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.399233+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.400027+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.401740+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.402335+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.410702+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.474508+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.477270+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.478401+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.480471+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.315 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.481282+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.488812+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.552486+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.555091+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.556113+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.558258+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.559067+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.565016+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.612869+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.614673+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.615594+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.617540+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.618256+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.625080+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.682825+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.316 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.685595+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.686929+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.689615+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.690282+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.698890+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.773126+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.774921+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.775687+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.777600+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.778470+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.784515+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.841888+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.843664+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.844720+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.317 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.846928+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.847609+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.854344+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.905058+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.907518+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.908410+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.910476+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.911080+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.917809+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.959745+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.961560+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.962337+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.964107+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.964686+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.318 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[69502]: audit 2024-03-30T04:43:06.971090+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.086847+0000 mgr.y (mgr.25387) 319 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.087074+0000 mgr.y (mgr.25387) 320 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.091752+0000 mgr.y (mgr.25387) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.137969+0000 mgr.y (mgr.25387) 322 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.138185+0000 mgr.y (mgr.25387) 323 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.143541+0000 mgr.y (mgr.25387) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.189615+0000 mgr.y (mgr.25387) 325 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.189811+0000 mgr.y (mgr.25387) 326 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.194223+0000 mgr.y (mgr.25387) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.241205+0000 mgr.y (mgr.25387) 328 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.319 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.241444+0000 mgr.y (mgr.25387) 329 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.247616+0000 mgr.y (mgr.25387) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.294458+0000 mgr.y (mgr.25387) 331 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.294699+0000 mgr.y (mgr.25387) 332 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.301099+0000 mgr.y (mgr.25387) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.347511+0000 mgr.y (mgr.25387) 334 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.347787+0000 mgr.y (mgr.25387) 335 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.354213+0000 mgr.y (mgr.25387) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.416923+0000 mgr.y (mgr.25387) 337 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.417196+0000 mgr.y (mgr.25387) 338 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.423716+0000 mgr.y (mgr.25387) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.470613+0000 mgr.y (mgr.25387) 340 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.470858+0000 mgr.y (mgr.25387) 341 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.475168+0000 mgr.y (mgr.25387) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.521996+0000 mgr.y (mgr.25387) 343 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.320 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.522235+0000 mgr.y (mgr.25387) 344 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.526399+0000 mgr.y (mgr.25387) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.572762+0000 mgr.y (mgr.25387) 346 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.573005+0000 mgr.y (mgr.25387) 347 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.577581+0000 mgr.y (mgr.25387) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.624240+0000 mgr.y (mgr.25387) 349 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.624420+0000 mgr.y (mgr.25387) 350 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.629650+0000 mgr.y (mgr.25387) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.676081+0000 mgr.y (mgr.25387) 352 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.676337+0000 mgr.y (mgr.25387) 353 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.681491+0000 mgr.y (mgr.25387) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.733218+0000 mgr.y (mgr.25387) 355 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.733416+0000 mgr.y (mgr.25387) 356 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.737796+0000 mgr.y (mgr.25387) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.822988+0000 mgr.y (mgr.25387) 358 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.321 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.823479+0000 mgr.y (mgr.25387) 359 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.828113+0000 mgr.y (mgr.25387) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.926436+0000 mgr.y (mgr.25387) 361 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.926656+0000 mgr.y (mgr.25387) 362 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:05.931590+0000 mgr.y (mgr.25387) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.997854+0000 mgr.y (mgr.25387) 364 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:05.998084+0000 mgr.y (mgr.25387) 365 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.004457+0000 mgr.y (mgr.25387) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.062915+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.064972+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.066238+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.068091+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.068669+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.069821+0000 mgr.y (mgr.25387) 367 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.322 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.070010+0000 mgr.y (mgr.25387) 368 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.073701+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.074304+0000 mgr.y (mgr.25387) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.114768+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.116501+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.117238+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.118884+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.119447+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.126554+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.172494+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.174368+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.175143+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.176897+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.177491+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.185604+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.234736+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.323 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.237600+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.238545+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.240629+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.241315+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.250584+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.323733+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.325716+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.326675+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.328559+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.329253+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.339920+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.397470+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.399233+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.400027+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.324 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.401740+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.402335+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.410702+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.474508+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.477270+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.478401+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.480471+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.481282+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.488812+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.552486+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.555091+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.556113+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.558258+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.559067+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.565016+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.612869+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.325 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.614673+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.615594+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.617540+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.618256+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.625080+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.682825+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.685595+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.686929+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.689615+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.690282+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.698890+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.773126+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.774921+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.775687+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.326 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.777600+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.778470+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.784515+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.841888+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.843664+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.844720+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.846928+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.847609+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.854344+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.905058+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.907518+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.908410+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.910476+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.327 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.911080+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.917809+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.959745+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.961560+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.962337+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.964107+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.964686+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.328 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:07 smithi097 bash[71958]: audit 2024-03-30T04:43:06.971090+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.086847+0000 mgr.y (mgr.25387) 319 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.087074+0000 mgr.y (mgr.25387) 320 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.091752+0000 mgr.y (mgr.25387) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.137969+0000 mgr.y (mgr.25387) 322 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.138185+0000 mgr.y (mgr.25387) 323 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.143541+0000 mgr.y (mgr.25387) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.189615+0000 mgr.y (mgr.25387) 325 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.189811+0000 mgr.y (mgr.25387) 326 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.194223+0000 mgr.y (mgr.25387) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.241205+0000 mgr.y (mgr.25387) 328 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.241444+0000 mgr.y (mgr.25387) 329 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.247616+0000 mgr.y (mgr.25387) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.294458+0000 mgr.y (mgr.25387) 331 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.294699+0000 mgr.y (mgr.25387) 332 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.301099+0000 mgr.y (mgr.25387) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.347511+0000 mgr.y (mgr.25387) 334 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.347787+0000 mgr.y (mgr.25387) 335 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.354213+0000 mgr.y (mgr.25387) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.416923+0000 mgr.y (mgr.25387) 337 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.417196+0000 mgr.y (mgr.25387) 338 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.423716+0000 mgr.y (mgr.25387) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.470613+0000 mgr.y (mgr.25387) 340 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.470858+0000 mgr.y (mgr.25387) 341 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.475168+0000 mgr.y (mgr.25387) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.521996+0000 mgr.y (mgr.25387) 343 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.522235+0000 mgr.y (mgr.25387) 344 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.526399+0000 mgr.y (mgr.25387) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.572762+0000 mgr.y (mgr.25387) 346 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.573005+0000 mgr.y (mgr.25387) 347 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.577581+0000 mgr.y (mgr.25387) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.624240+0000 mgr.y (mgr.25387) 349 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.624420+0000 mgr.y (mgr.25387) 350 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.629650+0000 mgr.y (mgr.25387) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.676081+0000 mgr.y (mgr.25387) 352 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.676337+0000 mgr.y (mgr.25387) 353 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.681491+0000 mgr.y (mgr.25387) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.733218+0000 mgr.y (mgr.25387) 355 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.733416+0000 mgr.y (mgr.25387) 356 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.737796+0000 mgr.y (mgr.25387) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.822988+0000 mgr.y (mgr.25387) 358 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.823479+0000 mgr.y (mgr.25387) 359 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.828113+0000 mgr.y (mgr.25387) 360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.926436+0000 mgr.y (mgr.25387) 361 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.926656+0000 mgr.y (mgr.25387) 362 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:05.931590+0000 mgr.y (mgr.25387) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.997854+0000 mgr.y (mgr.25387) 364 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:05.998084+0000 mgr.y (mgr.25387) 365 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.004457+0000 mgr.y (mgr.25387) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.062915+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.064972+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.066238+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.068091+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.068669+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.069821+0000 mgr.y (mgr.25387) 367 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.070010+0000 mgr.y (mgr.25387) 368 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.073701+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.074304+0000 mgr.y (mgr.25387) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.114768+0000 mon.a (mon.0) 1051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.116501+0000 mon.a (mon.0) 1052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.117238+0000 mon.a (mon.0) 1053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.118884+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.119447+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.126554+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.172494+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.174368+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.175143+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.176897+0000 mon.a (mon.0) 1060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.177491+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.185604+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.234736+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.237600+0000 mon.a (mon.0) 1064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.238545+0000 mon.a (mon.0) 1065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.240629+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.241315+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.250584+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.323733+0000 mon.a (mon.0) 1069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.325716+0000 mon.a (mon.0) 1070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.326675+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.328559+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.329253+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.339920+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.397470+0000 mon.a (mon.0) 1075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.399233+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.400027+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.401740+0000 mon.a (mon.0) 1078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.402335+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.410702+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.474508+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.477270+0000 mon.a (mon.0) 1082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.478401+0000 mon.a (mon.0) 1083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.480471+0000 mon.a (mon.0) 1084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.481282+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.488812+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.552486+0000 mon.a (mon.0) 1087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.555091+0000 mon.a (mon.0) 1088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.556113+0000 mon.a (mon.0) 1089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.558258+0000 mon.a (mon.0) 1090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.559067+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.565016+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.612869+0000 mon.a (mon.0) 1093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.614673+0000 mon.a (mon.0) 1094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.615594+0000 mon.a (mon.0) 1095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.617540+0000 mon.a (mon.0) 1096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.618256+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.625080+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.682825+0000 mon.a (mon.0) 1099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.685595+0000 mon.a (mon.0) 1100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.686929+0000 mon.a (mon.0) 1101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.689615+0000 mon.a (mon.0) 1102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.690282+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.698890+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.773126+0000 mon.a (mon.0) 1105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.774921+0000 mon.a (mon.0) 1106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.775687+0000 mon.a (mon.0) 1107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.777600+0000 mon.a (mon.0) 1108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.778470+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.784515+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.841888+0000 mon.a (mon.0) 1111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.843664+0000 mon.a (mon.0) 1112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.844720+0000 mon.a (mon.0) 1113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.846928+0000 mon.a (mon.0) 1114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.847609+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.854344+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.905058+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.907518+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.908410+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.910476+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.911080+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.917809+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.959745+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.961560+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.962337+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.964107+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.964686+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:07.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:07 smithi105 bash[18682]: audit 2024-03-30T04:43:06.971090+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.120559+0000 mgr.y (mgr.25387) 370 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.120771+0000 mgr.y (mgr.25387) 371 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.126899+0000 mgr.y (mgr.25387) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.178623+0000 mgr.y (mgr.25387) 373 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.178840+0000 mgr.y (mgr.25387) 374 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.186002+0000 mgr.y (mgr.25387) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.242703+0000 mgr.y (mgr.25387) 376 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.242935+0000 mgr.y (mgr.25387) 377 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.251052+0000 mgr.y (mgr.25387) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.330769+0000 mgr.y (mgr.25387) 379 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.331008+0000 mgr.y (mgr.25387) 380 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.340387+0000 mgr.y (mgr.25387) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.403495+0000 mgr.y (mgr.25387) 382 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.403714+0000 mgr.y (mgr.25387) 383 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.411113+0000 mgr.y (mgr.25387) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.482800+0000 mgr.y (mgr.25387) 385 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.483238+0000 mgr.y (mgr.25387) 386 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.489295+0000 mgr.y (mgr.25387) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.560806+0000 mgr.y (mgr.25387) 388 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.561235+0000 mgr.y (mgr.25387) 389 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.120559+0000 mgr.y (mgr.25387) 370 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.120771+0000 mgr.y (mgr.25387) 371 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.126899+0000 mgr.y (mgr.25387) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.178623+0000 mgr.y (mgr.25387) 373 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.178840+0000 mgr.y (mgr.25387) 374 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.186002+0000 mgr.y (mgr.25387) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.242703+0000 mgr.y (mgr.25387) 376 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.242935+0000 mgr.y (mgr.25387) 377 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.251052+0000 mgr.y (mgr.25387) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.330769+0000 mgr.y (mgr.25387) 379 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.331008+0000 mgr.y (mgr.25387) 380 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.340387+0000 mgr.y (mgr.25387) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.403495+0000 mgr.y (mgr.25387) 382 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.403714+0000 mgr.y (mgr.25387) 383 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.411113+0000 mgr.y (mgr.25387) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.482800+0000 mgr.y (mgr.25387) 385 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.483238+0000 mgr.y (mgr.25387) 386 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.489295+0000 mgr.y (mgr.25387) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.560806+0000 mgr.y (mgr.25387) 388 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.561235+0000 mgr.y (mgr.25387) 389 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.565579+0000 mgr.y (mgr.25387) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.619523+0000 mgr.y (mgr.25387) 391 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.619707+0000 mgr.y (mgr.25387) 392 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.625603+0000 mgr.y (mgr.25387) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.691694+0000 mgr.y (mgr.25387) 394 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.691935+0000 mgr.y (mgr.25387) 395 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.699398+0000 mgr.y (mgr.25387) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.779849+0000 mgr.y (mgr.25387) 397 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.780068+0000 mgr.y (mgr.25387) 398 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.785105+0000 mgr.y (mgr.25387) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.848938+0000 mgr.y (mgr.25387) 400 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.849175+0000 mgr.y (mgr.25387) 401 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.854778+0000 mgr.y (mgr.25387) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.912342+0000 mgr.y (mgr.25387) 403 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.912592+0000 mgr.y (mgr.25387) 404 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.918271+0000 mgr.y (mgr.25387) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.965856+0000 mgr.y (mgr.25387) 406 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:06.966087+0000 mgr.y (mgr.25387) 407 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:06.971646+0000 mgr.y (mgr.25387) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.036293+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.038507+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.565579+0000 mgr.y (mgr.25387) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.619523+0000 mgr.y (mgr.25387) 391 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.619707+0000 mgr.y (mgr.25387) 392 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.625603+0000 mgr.y (mgr.25387) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.691694+0000 mgr.y (mgr.25387) 394 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.691935+0000 mgr.y (mgr.25387) 395 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.699398+0000 mgr.y (mgr.25387) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.779849+0000 mgr.y (mgr.25387) 397 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.780068+0000 mgr.y (mgr.25387) 398 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.785105+0000 mgr.y (mgr.25387) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.848938+0000 mgr.y (mgr.25387) 400 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.849175+0000 mgr.y (mgr.25387) 401 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.854778+0000 mgr.y (mgr.25387) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.912342+0000 mgr.y (mgr.25387) 403 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.912592+0000 mgr.y (mgr.25387) 404 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.918271+0000 mgr.y (mgr.25387) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.965856+0000 mgr.y (mgr.25387) 406 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:06.966087+0000 mgr.y (mgr.25387) 407 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:06.971646+0000 mgr.y (mgr.25387) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.036293+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.038507+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.039467+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.041467+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.042149+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.043533+0000 mgr.y (mgr.25387) 409 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.043780+0000 mgr.y (mgr.25387) 410 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.055217+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.055662+0000 mgr.y (mgr.25387) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.111639+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.113335+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.114170+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.115962+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.116546+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.122141+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.179646+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.181474+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.182658+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.184814+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.185514+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.191515+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.039467+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.041467+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.042149+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.043533+0000 mgr.y (mgr.25387) 409 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.043780+0000 mgr.y (mgr.25387) 410 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.055217+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.055662+0000 mgr.y (mgr.25387) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.111639+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.113335+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.114170+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.115962+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.116546+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.122141+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.179646+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.181474+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.182658+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.184814+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.185514+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.191515+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.248513+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.250229+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.250968+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.252703+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.253349+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.260033+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.318945+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.320685+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.321502+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.323306+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.323917+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.329570+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.370335+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.372225+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.373083+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.374938+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.375528+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.381201+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.426261+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.248513+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.250229+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.250968+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.252703+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.253349+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.260033+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.318945+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.320685+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.321502+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.323306+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.323917+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.329570+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.370335+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.372225+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.373083+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.374938+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.375528+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.381201+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.426261+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.428239+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.429079+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.430982+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.431609+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.437418+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.482700+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.484674+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.485513+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.487347+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.487948+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.493545+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.534629+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.536500+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.537465+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.539182+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.539812+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.546300+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.586680+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.588399+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.428239+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.429079+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.430982+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.431609+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.437418+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.482700+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.484674+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.485513+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.487347+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.487948+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.493545+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.534629+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.536500+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.537465+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.539182+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.539812+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.546300+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.586680+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.588399+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.589175+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.590959+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.591598+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.597828+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.638420+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.640153+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.640916+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.642664+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.643244+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.649485+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.690141+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.691876+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.692645+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.694274+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.694790+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.700387+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.741282+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.743186+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.743994+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.589175+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.590959+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.591598+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.597828+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.638420+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.640153+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.640916+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.642664+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.643244+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.649485+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.690141+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.691876+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.692645+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.694274+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.694790+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.700387+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.741282+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.743186+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.743994+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.745786+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.746388+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.754316+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.796120+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.797921+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.798707+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.800649+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.801212+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.808678+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.849200+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.851061+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.851845+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.853587+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.854221+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.861691+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.902282+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.904017+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.904807+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.906691+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.745786+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.746388+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.754316+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.796120+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.797921+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.798707+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.800649+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.801212+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.808678+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.849200+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.851061+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.851845+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.853587+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.854221+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.861691+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.902282+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.904017+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.904807+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.906691+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.907331+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.914968+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.955429+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.957308+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.958322+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.960080+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.960665+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:07.968050+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:08.008917+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:08.011649+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:08.012991+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:08.015464+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[69502]: audit 2024-03-30T04:43:08.016443+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.907331+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.914968+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.955429+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.957308+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.958322+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.960080+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.960665+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:07.968050+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:08.008917+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:08.011649+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:08.012991+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:08.015464+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:08 smithi097 bash[71958]: audit 2024-03-30T04:43:08.016443+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.120559+0000 mgr.y (mgr.25387) 370 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.120771+0000 mgr.y (mgr.25387) 371 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.126899+0000 mgr.y (mgr.25387) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.178623+0000 mgr.y (mgr.25387) 373 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.178840+0000 mgr.y (mgr.25387) 374 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.186002+0000 mgr.y (mgr.25387) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.242703+0000 mgr.y (mgr.25387) 376 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.242935+0000 mgr.y (mgr.25387) 377 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.251052+0000 mgr.y (mgr.25387) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.330769+0000 mgr.y (mgr.25387) 379 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.331008+0000 mgr.y (mgr.25387) 380 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.340387+0000 mgr.y (mgr.25387) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.403495+0000 mgr.y (mgr.25387) 382 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.403714+0000 mgr.y (mgr.25387) 383 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.411113+0000 mgr.y (mgr.25387) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.482800+0000 mgr.y (mgr.25387) 385 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.483238+0000 mgr.y (mgr.25387) 386 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.489295+0000 mgr.y (mgr.25387) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.560806+0000 mgr.y (mgr.25387) 388 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.561235+0000 mgr.y (mgr.25387) 389 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.565579+0000 mgr.y (mgr.25387) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.619523+0000 mgr.y (mgr.25387) 391 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.619707+0000 mgr.y (mgr.25387) 392 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.625603+0000 mgr.y (mgr.25387) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.691694+0000 mgr.y (mgr.25387) 394 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.691935+0000 mgr.y (mgr.25387) 395 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.699398+0000 mgr.y (mgr.25387) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.779849+0000 mgr.y (mgr.25387) 397 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.780068+0000 mgr.y (mgr.25387) 398 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.785105+0000 mgr.y (mgr.25387) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.848938+0000 mgr.y (mgr.25387) 400 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.849175+0000 mgr.y (mgr.25387) 401 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.854778+0000 mgr.y (mgr.25387) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.912342+0000 mgr.y (mgr.25387) 403 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.912592+0000 mgr.y (mgr.25387) 404 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.918271+0000 mgr.y (mgr.25387) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.965856+0000 mgr.y (mgr.25387) 406 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:06.966087+0000 mgr.y (mgr.25387) 407 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:06.971646+0000 mgr.y (mgr.25387) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.036293+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.038507+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.039467+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.041467+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.042149+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.043533+0000 mgr.y (mgr.25387) 409 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.043780+0000 mgr.y (mgr.25387) 410 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.055217+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.055662+0000 mgr.y (mgr.25387) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.111639+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.113335+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.114170+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.115962+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.116546+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.122141+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.179646+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.181474+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.182658+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.184814+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.185514+0000 mon.a (mon.0) 1145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.191515+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.248513+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.250229+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.250968+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.252703+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.253349+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.260033+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.318945+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.320685+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.321502+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.323306+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.323917+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.329570+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.370335+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.372225+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.373083+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.374938+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.375528+0000 mon.a (mon.0) 1163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.381201+0000 mon.a (mon.0) 1164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.426261+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.428239+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.429079+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.430982+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.431609+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.437418+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.482700+0000 mon.a (mon.0) 1171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.484674+0000 mon.a (mon.0) 1172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.485513+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.487347+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.487948+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.493545+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.534629+0000 mon.a (mon.0) 1177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.536500+0000 mon.a (mon.0) 1178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.537465+0000 mon.a (mon.0) 1179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.539182+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.539812+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.546300+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.586680+0000 mon.a (mon.0) 1183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.588399+0000 mon.a (mon.0) 1184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.589175+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.590959+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.591598+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.597828+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.638420+0000 mon.a (mon.0) 1189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.640153+0000 mon.a (mon.0) 1190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.640916+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.642664+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.643244+0000 mon.a (mon.0) 1193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.649485+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.690141+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.691876+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.692645+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.694274+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.694790+0000 mon.a (mon.0) 1199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.700387+0000 mon.a (mon.0) 1200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.741282+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.743186+0000 mon.a (mon.0) 1202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.743994+0000 mon.a (mon.0) 1203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.745786+0000 mon.a (mon.0) 1204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.746388+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.754316+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.796120+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.797921+0000 mon.a (mon.0) 1208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.798707+0000 mon.a (mon.0) 1209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.800649+0000 mon.a (mon.0) 1210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.801212+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.808678+0000 mon.a (mon.0) 1212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.849200+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.851061+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.851845+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.853587+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.854221+0000 mon.a (mon.0) 1217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.861691+0000 mon.a (mon.0) 1218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.902282+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.904017+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.904807+0000 mon.a (mon.0) 1221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.906691+0000 mon.a (mon.0) 1222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.907331+0000 mon.a (mon.0) 1223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.914968+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.955429+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.957308+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.958322+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.960080+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.960665+0000 mon.a (mon.0) 1229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:07.968050+0000 mon.a (mon.0) 1230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:08.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:08.008917+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:08.011649+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:08.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:08.012991+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:08.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:08.015464+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:08.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[18682]: audit 2024-03-30T04:43:08.016443+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:08.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:08 smithi105 bash[52959]: ts=2024-03-30T04:43:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.117701+0000 mgr.y (mgr.25387) 412 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.117911+0000 mgr.y (mgr.25387) 413 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.122507+0000 mgr.y (mgr.25387) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.186772+0000 mgr.y (mgr.25387) 415 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.187018+0000 mgr.y (mgr.25387) 416 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.191953+0000 mgr.y (mgr.25387) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.254834+0000 mgr.y (mgr.25387) 418 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.255152+0000 mgr.y (mgr.25387) 419 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.260846+0000 mgr.y (mgr.25387) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.325137+0000 mgr.y (mgr.25387) 421 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.325320+0000 mgr.y (mgr.25387) 422 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.329947+0000 mgr.y (mgr.25387) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.376745+0000 mgr.y (mgr.25387) 424 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.376997+0000 mgr.y (mgr.25387) 425 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.381607+0000 mgr.y (mgr.25387) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.432907+0000 mgr.y (mgr.25387) 427 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.433187+0000 mgr.y (mgr.25387) 428 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.437941+0000 mgr.y (mgr.25387) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.489170+0000 mgr.y (mgr.25387) 430 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.489377+0000 mgr.y (mgr.25387) 431 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.117701+0000 mgr.y (mgr.25387) 412 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.117911+0000 mgr.y (mgr.25387) 413 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.122507+0000 mgr.y (mgr.25387) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.186772+0000 mgr.y (mgr.25387) 415 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.187018+0000 mgr.y (mgr.25387) 416 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.191953+0000 mgr.y (mgr.25387) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.254834+0000 mgr.y (mgr.25387) 418 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.255152+0000 mgr.y (mgr.25387) 419 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.260846+0000 mgr.y (mgr.25387) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.325137+0000 mgr.y (mgr.25387) 421 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.325320+0000 mgr.y (mgr.25387) 422 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.329947+0000 mgr.y (mgr.25387) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.376745+0000 mgr.y (mgr.25387) 424 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.376997+0000 mgr.y (mgr.25387) 425 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.381607+0000 mgr.y (mgr.25387) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.432907+0000 mgr.y (mgr.25387) 427 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.433187+0000 mgr.y (mgr.25387) 428 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.437941+0000 mgr.y (mgr.25387) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.489170+0000 mgr.y (mgr.25387) 430 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.489377+0000 mgr.y (mgr.25387) 431 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.493974+0000 mgr.y (mgr.25387) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.541110+0000 mgr.y (mgr.25387) 433 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.541331+0000 mgr.y (mgr.25387) 434 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.546750+0000 mgr.y (mgr.25387) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.592749+0000 mgr.y (mgr.25387) 436 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.592999+0000 mgr.y (mgr.25387) 437 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.598246+0000 mgr.y (mgr.25387) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.644379+0000 mgr.y (mgr.25387) 439 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.644634+0000 mgr.y (mgr.25387) 440 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.649938+0000 mgr.y (mgr.25387) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.695892+0000 mgr.y (mgr.25387) 442 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.696093+0000 mgr.y (mgr.25387) 443 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.700875+0000 mgr.y (mgr.25387) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.747530+0000 mgr.y (mgr.25387) 445 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.747744+0000 mgr.y (mgr.25387) 446 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.755094+0000 mgr.y (mgr.25387) 447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.802359+0000 mgr.y (mgr.25387) 448 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.802563+0000 mgr.y (mgr.25387) 449 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.809138+0000 mgr.y (mgr.25387) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.855386+0000 mgr.y (mgr.25387) 451 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.855584+0000 mgr.y (mgr.25387) 452 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.493974+0000 mgr.y (mgr.25387) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.541110+0000 mgr.y (mgr.25387) 433 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.541331+0000 mgr.y (mgr.25387) 434 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.546750+0000 mgr.y (mgr.25387) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.592749+0000 mgr.y (mgr.25387) 436 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.592999+0000 mgr.y (mgr.25387) 437 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.598246+0000 mgr.y (mgr.25387) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.644379+0000 mgr.y (mgr.25387) 439 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.250 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.644634+0000 mgr.y (mgr.25387) 440 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.649938+0000 mgr.y (mgr.25387) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.695892+0000 mgr.y (mgr.25387) 442 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.696093+0000 mgr.y (mgr.25387) 443 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.700875+0000 mgr.y (mgr.25387) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.747530+0000 mgr.y (mgr.25387) 445 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.747744+0000 mgr.y (mgr.25387) 446 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.755094+0000 mgr.y (mgr.25387) 447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.802359+0000 mgr.y (mgr.25387) 448 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.802563+0000 mgr.y (mgr.25387) 449 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.809138+0000 mgr.y (mgr.25387) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.855386+0000 mgr.y (mgr.25387) 451 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.855584+0000 mgr.y (mgr.25387) 452 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.862185+0000 mgr.y (mgr.25387) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.908507+0000 mgr.y (mgr.25387) 454 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.908736+0000 mgr.y (mgr.25387) 455 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.915397+0000 mgr.y (mgr.25387) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.961839+0000 mgr.y (mgr.25387) 457 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:07.962086+0000 mgr.y (mgr.25387) 458 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:07.968603+0000 mgr.y (mgr.25387) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.017970+0000 mgr.y (mgr.25387) 460 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.018229+0000 mgr.y (mgr.25387) 461 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.027195+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.027699+0000 mgr.y (mgr.25387) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.087259+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.090083+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.091788+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.094371+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.095379+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.103208+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.149754+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.152614+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.153962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.156317+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.156976+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.162292+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.208018+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.209930+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.210817+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.212929+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.213623+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.220407+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.267414+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.269522+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.270338+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.272288+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.272899+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.278271+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.334827+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.336447+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.337163+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.338743+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.862185+0000 mgr.y (mgr.25387) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.908507+0000 mgr.y (mgr.25387) 454 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.908736+0000 mgr.y (mgr.25387) 455 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.915397+0000 mgr.y (mgr.25387) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.961839+0000 mgr.y (mgr.25387) 457 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:07.962086+0000 mgr.y (mgr.25387) 458 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:07.968603+0000 mgr.y (mgr.25387) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.017970+0000 mgr.y (mgr.25387) 460 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.018229+0000 mgr.y (mgr.25387) 461 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.027195+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.027699+0000 mgr.y (mgr.25387) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.087259+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.090083+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.091788+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.094371+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.095379+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.103208+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.149754+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.152614+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.153962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.339252+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.344558+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.401285+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.402942+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.403666+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.405330+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.405910+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.413211+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.453384+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.455146+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.455949+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.458808+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.459648+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.469632+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.512088+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.514304+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.515173+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.517118+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.517817+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.156317+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.156976+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.162292+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.208018+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.209930+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.210817+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.212929+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.213623+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.220407+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.267414+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.269522+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.270338+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.272288+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.272899+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.278271+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.334827+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.336447+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.337163+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.338743+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.525271+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.571394+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.573401+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.574453+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.576598+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.577290+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.585794+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.626704+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.628686+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.629589+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.631333+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.631900+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.639275+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.679908+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.681762+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.682942+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.684781+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.685414+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.694357+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.339252+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.344558+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.401285+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.402942+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.403666+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.405330+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.405910+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.413211+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.453384+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.455146+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.455949+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.458808+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.459648+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.469632+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.512088+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.514304+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.515173+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.517118+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.517817+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.525271+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.571394+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.573401+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.574453+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.576598+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.577290+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.585794+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.626704+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.628686+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.629589+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.631333+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.631900+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.639275+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.679908+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.681762+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.682942+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.684781+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.685414+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.694357+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.736558+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.738420+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.739256+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.741115+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.741709+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.750460+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.792525+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.794408+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.795221+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.796992+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.797604+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.805866+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.847074+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.849060+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.850006+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.852223+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.852943+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.861926+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.903676+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.905454+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.906269+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.908024+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.908638+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.917220+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.974817+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.976609+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.977458+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.979702+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.980455+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[71958]: audit 2024-03-30T04:43:08.989348+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.736558+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.738420+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.739256+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.741115+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.741709+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.750460+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.792525+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.794408+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.795221+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.796992+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.797604+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.805866+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.847074+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.849060+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.850006+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.852223+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.852943+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.861926+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.903676+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.905454+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.906269+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.908024+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.908638+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.917220+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.974817+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.976609+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.977458+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.979702+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.980455+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:09 smithi097 bash[69502]: audit 2024-03-30T04:43:08.989348+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.117701+0000 mgr.y (mgr.25387) 412 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.117911+0000 mgr.y (mgr.25387) 413 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.122507+0000 mgr.y (mgr.25387) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.186772+0000 mgr.y (mgr.25387) 415 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.187018+0000 mgr.y (mgr.25387) 416 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.191953+0000 mgr.y (mgr.25387) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.254834+0000 mgr.y (mgr.25387) 418 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.255152+0000 mgr.y (mgr.25387) 419 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.260846+0000 mgr.y (mgr.25387) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.325137+0000 mgr.y (mgr.25387) 421 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.325320+0000 mgr.y (mgr.25387) 422 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.329947+0000 mgr.y (mgr.25387) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.376745+0000 mgr.y (mgr.25387) 424 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.376997+0000 mgr.y (mgr.25387) 425 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.381607+0000 mgr.y (mgr.25387) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.432907+0000 mgr.y (mgr.25387) 427 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.433187+0000 mgr.y (mgr.25387) 428 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.437941+0000 mgr.y (mgr.25387) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.489170+0000 mgr.y (mgr.25387) 430 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.489377+0000 mgr.y (mgr.25387) 431 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.493974+0000 mgr.y (mgr.25387) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.541110+0000 mgr.y (mgr.25387) 433 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.541331+0000 mgr.y (mgr.25387) 434 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.546750+0000 mgr.y (mgr.25387) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.592749+0000 mgr.y (mgr.25387) 436 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.592999+0000 mgr.y (mgr.25387) 437 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.598246+0000 mgr.y (mgr.25387) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.644379+0000 mgr.y (mgr.25387) 439 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.644634+0000 mgr.y (mgr.25387) 440 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.649938+0000 mgr.y (mgr.25387) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.695892+0000 mgr.y (mgr.25387) 442 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.696093+0000 mgr.y (mgr.25387) 443 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.700875+0000 mgr.y (mgr.25387) 444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.747530+0000 mgr.y (mgr.25387) 445 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.747744+0000 mgr.y (mgr.25387) 446 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.755094+0000 mgr.y (mgr.25387) 447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.802359+0000 mgr.y (mgr.25387) 448 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.802563+0000 mgr.y (mgr.25387) 449 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.809138+0000 mgr.y (mgr.25387) 450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.855386+0000 mgr.y (mgr.25387) 451 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.855584+0000 mgr.y (mgr.25387) 452 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.862185+0000 mgr.y (mgr.25387) 453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.908507+0000 mgr.y (mgr.25387) 454 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.908736+0000 mgr.y (mgr.25387) 455 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.915397+0000 mgr.y (mgr.25387) 456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.961839+0000 mgr.y (mgr.25387) 457 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:07.962086+0000 mgr.y (mgr.25387) 458 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:07.968603+0000 mgr.y (mgr.25387) 459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.017970+0000 mgr.y (mgr.25387) 460 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.018229+0000 mgr.y (mgr.25387) 461 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.027195+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.027699+0000 mgr.y (mgr.25387) 462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.087259+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.090083+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.091788+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.094371+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.095379+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.103208+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.149754+0000 mon.a (mon.0) 1243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.152614+0000 mon.a (mon.0) 1244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.153962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.156317+0000 mon.a (mon.0) 1246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.156976+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.162292+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.208018+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.209930+0000 mon.a (mon.0) 1250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.210817+0000 mon.a (mon.0) 1251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.212929+0000 mon.a (mon.0) 1252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.213623+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.220407+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.267414+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.269522+0000 mon.a (mon.0) 1256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.270338+0000 mon.a (mon.0) 1257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.272288+0000 mon.a (mon.0) 1258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.272899+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.278271+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.334827+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.336447+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.337163+0000 mon.a (mon.0) 1263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.338743+0000 mon.a (mon.0) 1264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.339252+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.344558+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.401285+0000 mon.a (mon.0) 1267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.402942+0000 mon.a (mon.0) 1268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.403666+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.405330+0000 mon.a (mon.0) 1270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.405910+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.413211+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.453384+0000 mon.a (mon.0) 1273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.455146+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.455949+0000 mon.a (mon.0) 1275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.458808+0000 mon.a (mon.0) 1276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.459648+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.469632+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.512088+0000 mon.a (mon.0) 1279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.514304+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.515173+0000 mon.a (mon.0) 1281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.517118+0000 mon.a (mon.0) 1282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.517817+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.525271+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.571394+0000 mon.a (mon.0) 1285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.573401+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.574453+0000 mon.a (mon.0) 1287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.576598+0000 mon.a (mon.0) 1288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.577290+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.585794+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.626704+0000 mon.a (mon.0) 1291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.628686+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.629589+0000 mon.a (mon.0) 1293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.631333+0000 mon.a (mon.0) 1294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.631900+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.639275+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.679908+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.681762+0000 mon.a (mon.0) 1298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.682942+0000 mon.a (mon.0) 1299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.684781+0000 mon.a (mon.0) 1300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.685414+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.694357+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.736558+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.738420+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.739256+0000 mon.a (mon.0) 1305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.741115+0000 mon.a (mon.0) 1306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.741709+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.750460+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.792525+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.794408+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.795221+0000 mon.a (mon.0) 1311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.796992+0000 mon.a (mon.0) 1312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.797604+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.805866+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.847074+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.849060+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.850006+0000 mon.a (mon.0) 1317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.852223+0000 mon.a (mon.0) 1318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.852943+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.861926+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.903676+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.905454+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.906269+0000 mon.a (mon.0) 1323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.908024+0000 mon.a (mon.0) 1324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.908638+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.917220+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.974817+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.976609+0000 mon.a (mon.0) 1328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.977458+0000 mon.a (mon.0) 1329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.979702+0000 mon.a (mon.0) 1330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.980455+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:09.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:09 smithi105 bash[18682]: audit 2024-03-30T04:43:08.989348+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.096920+0000 mgr.y (mgr.25387) 463 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.097153+0000 mgr.y (mgr.25387) 464 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.103714+0000 mgr.y (mgr.25387) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.158209+0000 mgr.y (mgr.25387) 466 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.158401+0000 mgr.y (mgr.25387) 467 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.162661+0000 mgr.y (mgr.25387) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.214983+0000 mgr.y (mgr.25387) 469 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.215257+0000 mgr.y (mgr.25387) 470 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.221486+0000 mgr.y (mgr.25387) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.274111+0000 mgr.y (mgr.25387) 472 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.274318+0000 mgr.y (mgr.25387) 473 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.278650+0000 mgr.y (mgr.25387) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.340308+0000 mgr.y (mgr.25387) 475 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.340489+0000 mgr.y (mgr.25387) 476 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.344898+0000 mgr.y (mgr.25387) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.407002+0000 mgr.y (mgr.25387) 478 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.407218+0000 mgr.y (mgr.25387) 479 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.413594+0000 mgr.y (mgr.25387) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.461254+0000 mgr.y (mgr.25387) 481 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.461495+0000 mgr.y (mgr.25387) 482 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.096920+0000 mgr.y (mgr.25387) 463 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.097153+0000 mgr.y (mgr.25387) 464 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.103714+0000 mgr.y (mgr.25387) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.158209+0000 mgr.y (mgr.25387) 466 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.158401+0000 mgr.y (mgr.25387) 467 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.162661+0000 mgr.y (mgr.25387) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.214983+0000 mgr.y (mgr.25387) 469 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.215257+0000 mgr.y (mgr.25387) 470 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.221486+0000 mgr.y (mgr.25387) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.274111+0000 mgr.y (mgr.25387) 472 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.274318+0000 mgr.y (mgr.25387) 473 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.278650+0000 mgr.y (mgr.25387) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.340308+0000 mgr.y (mgr.25387) 475 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.340489+0000 mgr.y (mgr.25387) 476 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.344898+0000 mgr.y (mgr.25387) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.407002+0000 mgr.y (mgr.25387) 478 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.407218+0000 mgr.y (mgr.25387) 479 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.413594+0000 mgr.y (mgr.25387) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.461254+0000 mgr.y (mgr.25387) 481 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.461495+0000 mgr.y (mgr.25387) 482 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.470062+0000 mgr.y (mgr.25387) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.519136+0000 mgr.y (mgr.25387) 484 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.519371+0000 mgr.y (mgr.25387) 485 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.525668+0000 mgr.y (mgr.25387) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.578557+0000 mgr.y (mgr.25387) 487 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.578737+0000 mgr.y (mgr.25387) 488 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.586149+0000 mgr.y (mgr.25387) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.633006+0000 mgr.y (mgr.25387) 490 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.633234+0000 mgr.y (mgr.25387) 491 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.639627+0000 mgr.y (mgr.25387) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.686565+0000 mgr.y (mgr.25387) 493 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.686788+0000 mgr.y (mgr.25387) 494 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.695850+0000 mgr.y (mgr.25387) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.742838+0000 mgr.y (mgr.25387) 496 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.743030+0000 mgr.y (mgr.25387) 497 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.750882+0000 mgr.y (mgr.25387) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.798923+0000 mgr.y (mgr.25387) 499 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.806355+0000 mgr.y (mgr.25387) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.854475+0000 mgr.y (mgr.25387) 501 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.862495+0000 mgr.y (mgr.25387) 502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.909975+0000 mgr.y (mgr.25387) 503 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.470062+0000 mgr.y (mgr.25387) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.519136+0000 mgr.y (mgr.25387) 484 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.519371+0000 mgr.y (mgr.25387) 485 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.525668+0000 mgr.y (mgr.25387) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.578557+0000 mgr.y (mgr.25387) 487 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.578737+0000 mgr.y (mgr.25387) 488 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.586149+0000 mgr.y (mgr.25387) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.633006+0000 mgr.y (mgr.25387) 490 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.633234+0000 mgr.y (mgr.25387) 491 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.639627+0000 mgr.y (mgr.25387) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.686565+0000 mgr.y (mgr.25387) 493 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.686788+0000 mgr.y (mgr.25387) 494 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.695850+0000 mgr.y (mgr.25387) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.742838+0000 mgr.y (mgr.25387) 496 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.743030+0000 mgr.y (mgr.25387) 497 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.750882+0000 mgr.y (mgr.25387) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.798923+0000 mgr.y (mgr.25387) 499 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.806355+0000 mgr.y (mgr.25387) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.854475+0000 mgr.y (mgr.25387) 501 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.862495+0000 mgr.y (mgr.25387) 502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.909975+0000 mgr.y (mgr.25387) 503 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.910240+0000 mgr.y (mgr.25387) 504 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.917735+0000 mgr.y (mgr.25387) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.981916+0000 mgr.y (mgr.25387) 506 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:08.982174+0000 mgr.y (mgr.25387) 507 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cephadm 2024-03-30T04:43:08.990014+0000 mgr.y (mgr.25387) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.054082+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.056243+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.057600+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.060354+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.061270+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.062789+0000 mgr.y (mgr.25387) 509 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.063081+0000 mgr.y (mgr.25387) 510 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.081604+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.139894+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.141721+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.142574+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.144444+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.145244+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.152988+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.910240+0000 mgr.y (mgr.25387) 504 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.917735+0000 mgr.y (mgr.25387) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.981916+0000 mgr.y (mgr.25387) 506 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:08.982174+0000 mgr.y (mgr.25387) 507 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cephadm 2024-03-30T04:43:08.990014+0000 mgr.y (mgr.25387) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.054082+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.056243+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.057600+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.060354+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.061270+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.062789+0000 mgr.y (mgr.25387) 509 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.063081+0000 mgr.y (mgr.25387) 510 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.081604+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.139894+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.141721+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.142574+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.144444+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.145244+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.152988+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.211036+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.213165+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.214140+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.216163+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.216826+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.225195+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.299568+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.301671+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.302705+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.304908+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.305695+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.314841+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.372729+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.374620+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.375507+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.377455+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.378123+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.384756+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.429255+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.211036+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.213165+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.214140+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.216163+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.216826+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.225195+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.299568+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.301671+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.302705+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.304908+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.305695+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.314841+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.372729+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.374620+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.375507+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.377455+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.378123+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.384756+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.429255+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.430930+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.431753+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.433512+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.434110+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.440253+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.474904+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.558572+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.562215+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.563171+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.565761+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.568765+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.582708+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.602351+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.608510+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.617607+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.665453+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.667797+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.669280+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.670092+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.944333+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.953059+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[71958]: audit 2024-03-30T04:43:09.962312+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.430930+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.431753+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.433512+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.434110+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.440253+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.474904+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.558572+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.562215+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.563171+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.565761+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.568765+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.582708+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.602351+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.608510+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.617607+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.665453+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.667797+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.669280+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.670092+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:43:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.944333+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.953059+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:10 smithi097 bash[69502]: audit 2024-03-30T04:43:09.962312+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.401 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.096920+0000 mgr.y (mgr.25387) 463 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.401 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.097153+0000 mgr.y (mgr.25387) 464 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.401 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.103714+0000 mgr.y (mgr.25387) 465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.401 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.158209+0000 mgr.y (mgr.25387) 466 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.401 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.158401+0000 mgr.y (mgr.25387) 467 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.162661+0000 mgr.y (mgr.25387) 468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.214983+0000 mgr.y (mgr.25387) 469 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.215257+0000 mgr.y (mgr.25387) 470 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.221486+0000 mgr.y (mgr.25387) 471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.274111+0000 mgr.y (mgr.25387) 472 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.274318+0000 mgr.y (mgr.25387) 473 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.278650+0000 mgr.y (mgr.25387) 474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.340308+0000 mgr.y (mgr.25387) 475 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.340489+0000 mgr.y (mgr.25387) 476 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.344898+0000 mgr.y (mgr.25387) 477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.407002+0000 mgr.y (mgr.25387) 478 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.407218+0000 mgr.y (mgr.25387) 479 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.402 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.413594+0000 mgr.y (mgr.25387) 480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.461254+0000 mgr.y (mgr.25387) 481 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.461495+0000 mgr.y (mgr.25387) 482 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.470062+0000 mgr.y (mgr.25387) 483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.519136+0000 mgr.y (mgr.25387) 484 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.519371+0000 mgr.y (mgr.25387) 485 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.525668+0000 mgr.y (mgr.25387) 486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.578557+0000 mgr.y (mgr.25387) 487 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.578737+0000 mgr.y (mgr.25387) 488 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.586149+0000 mgr.y (mgr.25387) 489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.633006+0000 mgr.y (mgr.25387) 490 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.633234+0000 mgr.y (mgr.25387) 491 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.639627+0000 mgr.y (mgr.25387) 492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.686565+0000 mgr.y (mgr.25387) 493 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.686788+0000 mgr.y (mgr.25387) 494 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.695850+0000 mgr.y (mgr.25387) 495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.742838+0000 mgr.y (mgr.25387) 496 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.743030+0000 mgr.y (mgr.25387) 497 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.750882+0000 mgr.y (mgr.25387) 498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.798923+0000 mgr.y (mgr.25387) 499 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.806355+0000 mgr.y (mgr.25387) 500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.854475+0000 mgr.y (mgr.25387) 501 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.862495+0000 mgr.y (mgr.25387) 502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.909975+0000 mgr.y (mgr.25387) 503 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.910240+0000 mgr.y (mgr.25387) 504 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.917735+0000 mgr.y (mgr.25387) 505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.981916+0000 mgr.y (mgr.25387) 506 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:08.982174+0000 mgr.y (mgr.25387) 507 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cephadm 2024-03-30T04:43:08.990014+0000 mgr.y (mgr.25387) 508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.054082+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.056243+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.057600+0000 mon.a (mon.0) 1335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.060354+0000 mon.a (mon.0) 1336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.061270+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.062789+0000 mgr.y (mgr.25387) 509 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.063081+0000 mgr.y (mgr.25387) 510 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.081604+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.139894+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.405 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.141721+0000 mon.a (mon.0) 1340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.142574+0000 mon.a (mon.0) 1341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.144444+0000 mon.a (mon.0) 1342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.145244+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.152988+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.211036+0000 mon.a (mon.0) 1345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.213165+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.214140+0000 mon.a (mon.0) 1347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.216163+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.216826+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.225195+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.299568+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.301671+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.302705+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.304908+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.406 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.305695+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.314841+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.372729+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.374620+0000 mon.a (mon.0) 1358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.375507+0000 mon.a (mon.0) 1359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.377455+0000 mon.a (mon.0) 1360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.378123+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.384756+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.429255+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.430930+0000 mon.a (mon.0) 1364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.431753+0000 mon.a (mon.0) 1365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.433512+0000 mon.a (mon.0) 1366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.434110+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.407 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.440253+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.474904+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.558572+0000 mon.a (mon.0) 1370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.562215+0000 mon.a (mon.0) 1371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.563171+0000 mon.a (mon.0) 1372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.565761+0000 mon.a (mon.0) 1373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.568765+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.582708+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.602351+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.608510+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.617607+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.665453+0000 mon.a (mon.0) 1379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.667797+0000 mon.a (mon.0) 1380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.669280+0000 mon.a (mon.0) 1381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.670092+0000 mon.a (mon.0) 1382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-03-30T04:43:10.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.944333+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.953059+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:10.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:10 smithi105 bash[18682]: audit 2024-03-30T04:43:09.962312+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:11.071 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:10 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 9. 2024-03-30T04:43:11.071 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:10 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:11.072 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:10 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.082096+0000 mgr.y (mgr.25387) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.146616+0000 mgr.y (mgr.25387) 512 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.146896+0000 mgr.y (mgr.25387) 513 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.153643+0000 mgr.y (mgr.25387) 514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.218130+0000 mgr.y (mgr.25387) 515 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.218401+0000 mgr.y (mgr.25387) 516 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.225778+0000 mgr.y (mgr.25387) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.308494+0000 mgr.y (mgr.25387) 518 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.308792+0000 mgr.y (mgr.25387) 519 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.315586+0000 mgr.y (mgr.25387) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.379417+0000 mgr.y (mgr.25387) 521 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.379664+0000 mgr.y (mgr.25387) 522 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.385380+0000 mgr.y (mgr.25387) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.082096+0000 mgr.y (mgr.25387) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.146616+0000 mgr.y (mgr.25387) 512 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.146896+0000 mgr.y (mgr.25387) 513 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.153643+0000 mgr.y (mgr.25387) 514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.218130+0000 mgr.y (mgr.25387) 515 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.218401+0000 mgr.y (mgr.25387) 516 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.225778+0000 mgr.y (mgr.25387) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.308494+0000 mgr.y (mgr.25387) 518 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.308792+0000 mgr.y (mgr.25387) 519 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.315586+0000 mgr.y (mgr.25387) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.379417+0000 mgr.y (mgr.25387) 521 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.379664+0000 mgr.y (mgr.25387) 522 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.385380+0000 mgr.y (mgr.25387) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.435326+0000 mgr.y (mgr.25387) 524 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.435585+0000 mgr.y (mgr.25387) 525 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.440880+0000 mgr.y (mgr.25387) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.570347+0000 mgr.y (mgr.25387) 527 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.082096+0000 mgr.y (mgr.25387) 511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.146616+0000 mgr.y (mgr.25387) 512 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.146896+0000 mgr.y (mgr.25387) 513 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.153643+0000 mgr.y (mgr.25387) 514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.218130+0000 mgr.y (mgr.25387) 515 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.218401+0000 mgr.y (mgr.25387) 516 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.225778+0000 mgr.y (mgr.25387) 517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.308494+0000 mgr.y (mgr.25387) 518 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.308792+0000 mgr.y (mgr.25387) 519 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.315586+0000 mgr.y (mgr.25387) 520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.379417+0000 mgr.y (mgr.25387) 521 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.379664+0000 mgr.y (mgr.25387) 522 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.385380+0000 mgr.y (mgr.25387) 523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.435326+0000 mgr.y (mgr.25387) 524 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.435585+0000 mgr.y (mgr.25387) 525 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.440880+0000 mgr.y (mgr.25387) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.570347+0000 mgr.y (mgr.25387) 527 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.571281+0000 mgr.y (mgr.25387) 528 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.583526+0000 mgr.y (mgr.25387) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.609745+0000 mgr.y (mgr.25387) 530 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.610111+0000 mgr.y (mgr.25387) 531 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cephadm 2024-03-30T04:43:09.670623+0000 mgr.y (mgr.25387) 532 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.954209+0000 mgr.y (mgr.25387) 533 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:11 smithi105 bash[18682]: cluster 2024-03-30T04:43:09.954468+0000 mgr.y (mgr.25387) 534 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.435326+0000 mgr.y (mgr.25387) 524 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.435585+0000 mgr.y (mgr.25387) 525 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.440880+0000 mgr.y (mgr.25387) 526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.570347+0000 mgr.y (mgr.25387) 527 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.571281+0000 mgr.y (mgr.25387) 528 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.583526+0000 mgr.y (mgr.25387) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.609745+0000 mgr.y (mgr.25387) 530 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.610111+0000 mgr.y (mgr.25387) 531 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cephadm 2024-03-30T04:43:09.670623+0000 mgr.y (mgr.25387) 532 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.954209+0000 mgr.y (mgr.25387) 533 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[71958]: cluster 2024-03-30T04:43:09.954468+0000 mgr.y (mgr.25387) 534 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.571281+0000 mgr.y (mgr.25387) 528 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.583526+0000 mgr.y (mgr.25387) 529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:11.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.609745+0000 mgr.y (mgr.25387) 530 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.610111+0000 mgr.y (mgr.25387) 531 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cephadm 2024-03-30T04:43:09.670623+0000 mgr.y (mgr.25387) 532 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-03-30T04:43:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.954209+0000 mgr.y (mgr.25387) 533 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:11 smithi097 bash[69502]: cluster 2024-03-30T04:43:09.954468+0000 mgr.y (mgr.25387) 534 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:12.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:12 smithi097 bash[69502]: audit 2024-03-30T04:43:10.403328+0000 mgr.y (mgr.25387) 535 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:12.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:12 smithi097 bash[71958]: audit 2024-03-30T04:43:10.403328+0000 mgr.y (mgr.25387) 535 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:12.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:12 smithi105 bash[18682]: audit 2024-03-30T04:43:10.403328+0000 mgr.y (mgr.25387) 535 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:12.649 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:12 smithi105 bash[56976]: Failed to start grafana. error: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:12.649 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:12 smithi105 bash[56976]: failed to create log directory "/usr/share/grafana/data/log": mkdir /usr/share/grafana/data: permission denied 2024-03-30T04:43:12.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:43:12] "GET /metrics HTTP/1.1" 200 38261 "" "Prometheus/2.33.4" 2024-03-30T04:43:13.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:13 smithi097 bash[71958]: cluster 2024-03-30T04:43:11.955218+0000 mgr.y (mgr.25387) 536 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:43:13.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:13 smithi097 bash[69502]: cluster 2024-03-30T04:43:11.955218+0000 mgr.y (mgr.25387) 536 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:43:13.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:13 smithi105 bash[18682]: cluster 2024-03-30T04:43:11.955218+0000 mgr.y (mgr.25387) 536 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:43:13.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:13 smithi105 bash[52959]: ts=2024-03-30T04:43:13.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:14.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[69502]: cephadm 2024-03-30T04:43:13.444909+0000 mgr.y (mgr.25387) 537 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:43:14.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[69502]: audit 2024-03-30T04:43:13.447039+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:14.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[69502]: audit 2024-03-30T04:43:13.448423+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:14.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[69502]: audit 2024-03-30T04:43:13.449802+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[69502]: cephadm 2024-03-30T04:43:13.451228+0000 mgr.y (mgr.25387) 538 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[69502]: cluster 2024-03-30T04:43:13.955613+0000 mgr.y (mgr.25387) 539 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[71958]: cephadm 2024-03-30T04:43:13.444909+0000 mgr.y (mgr.25387) 537 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[71958]: audit 2024-03-30T04:43:13.447039+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[71958]: audit 2024-03-30T04:43:13.448423+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[71958]: audit 2024-03-30T04:43:13.449802+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[71958]: cephadm 2024-03-30T04:43:13.451228+0000 mgr.y (mgr.25387) 538 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:43:14.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:14 smithi097 bash[71958]: cluster 2024-03-30T04:43:13.955613+0000 mgr.y (mgr.25387) 539 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:14.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:14 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-03-30T04:43:14.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:14 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:14 smithi105 bash[18682]: cephadm 2024-03-30T04:43:13.444909+0000 mgr.y (mgr.25387) 537 : cephadm [INF] Upgrade: Updating mon.c 2024-03-30T04:43:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:14 smithi105 bash[18682]: audit 2024-03-30T04:43:13.447039+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:14 smithi105 bash[18682]: audit 2024-03-30T04:43:13.448423+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:14 smithi105 bash[18682]: audit 2024-03-30T04:43:13.449802+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:14 smithi105 bash[18682]: cephadm 2024-03-30T04:43:13.451228+0000 mgr.y (mgr.25387) 538 : cephadm [INF] Deploying daemon mon.c on smithi097 2024-03-30T04:43:14.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:14 smithi105 bash[18682]: cluster 2024-03-30T04:43:13.955613+0000 mgr.y (mgr.25387) 539 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[69502]: audit 2024-03-30T04:43:14.120619+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[69502]: audit 2024-03-30T04:43:14.127201+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[69502]: cluster 2024-03-30T04:43:14.128813+0000 mgr.y (mgr.25387) 540 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[69502]: cluster 2024-03-30T04:43:14.129100+0000 mgr.y (mgr.25387) 541 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[69502]: audit 2024-03-30T04:43:14.135114+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[71958]: audit 2024-03-30T04:43:14.120619+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[71958]: audit 2024-03-30T04:43:14.127201+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[71958]: cluster 2024-03-30T04:43:14.128813+0000 mgr.y (mgr.25387) 540 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[71958]: cluster 2024-03-30T04:43:14.129100+0000 mgr.y (mgr.25387) 541 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:15 smithi097 bash[71958]: audit 2024-03-30T04:43:14.135114+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:15 smithi105 bash[18682]: audit 2024-03-30T04:43:14.120619+0000 mon.a (mon.0) 1389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:15 smithi105 bash[18682]: audit 2024-03-30T04:43:14.127201+0000 mon.a (mon.0) 1390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:15.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:15 smithi105 bash[18682]: cluster 2024-03-30T04:43:14.128813+0000 mgr.y (mgr.25387) 540 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:15 smithi105 bash[18682]: cluster 2024-03-30T04:43:14.129100+0000 mgr.y (mgr.25387) 541 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:15.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:15 smithi105 bash[18682]: audit 2024-03-30T04:43:14.135114+0000 mon.a (mon.0) 1391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:16.251 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.252 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.252 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.252 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.253 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.253 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.253 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:16.510 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:16 smithi097 systemd[1]: Stopping Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:43:16.510 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:16 smithi097 bash[71958]: debug 2024-03-30T04:43:16.376+0000 7fa30538a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:43:16.510 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:16 smithi097 bash[71958]: debug 2024-03-30T04:43:16.376+0000 7fa30538a700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:43:17.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:17 smithi097 bash[73814]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:43:17.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:17 smithi097 bash[73875]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-c 2024-03-30T04:43:17.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-03-30T04:43:17.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: Stopped Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:17.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.875 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.875 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.875 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.876 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: Started Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:17.876 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:17.877 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:43:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:18.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:18 smithi105 bash[52959]: ts=2024-03-30T04:43:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.944+0000 7fe388655c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:43:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.944+0000 7fe388655c80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:43:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.944+0000 7fe388655c80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:43:19.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 0 load: jerasure load: lrc 2024-03-30T04:43:19.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:43:19.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Git sha 0 2024-03-30T04:43:19.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:43:19.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: DB SUMMARY 2024-03-30T04:43:19.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: DB Session ID: KD36E0UPSN21W4O1K39P 2024-03-30T04:43:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:43:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:43:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: MANIFEST file: MANIFEST-000041 size: 760 Bytes 2024-03-30T04:43:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000049.sst 2024-03-30T04:43:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000047.log size: 738536 ; 2024-03-30T04:43:19.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.env: 0x564e66d07c60 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:43:19.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.info_log: 0x564e68a07b20 2024-03-30T04:43:19.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:43:19.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:43:19.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:43:19.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:43:19.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.wal_dir: 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:43:19.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.write_buffer_manager: 0x564e689d8820 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:43:19.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.row_cache: None 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:43:19.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:43:19.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:43:19.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000041 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.merge_operator: 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:43:19.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564e68a07d00) 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: cache_index_and_filter_blocks: 1 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: pin_top_level_index_and_filter: 1 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: index_type: 0 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: data_block_index_type: 0 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: index_shortening: 1 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: checksum: 4 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: no_block_cache: 0 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_cache: 0x564e68a09090 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_cache_name: BinnedLRUCache 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_cache_options: 2024-03-30T04:43:19.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: capacity : 536870912 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: num_shard_bits : 4 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: strict_capacity_limit : 0 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: high_pri_pool_ratio: 0.000 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_cache_compressed: (nil) 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: persistent_cache: (nil) 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_size: 4096 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_size_deviation: 10 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_restart_interval: 16 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: index_block_restart_interval: 1 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: metadata_block_size: 4096 2024-03-30T04:43:19.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: partition_filters: 0 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: use_delta_encoding: 1 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: filter_policy: bloomfilter 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: whole_key_filtering: 1 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: verify_compression: 0 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: read_amp_bytes_per_bit: 0 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: format_version: 5 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: enable_index_compression: 1 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: block_align: 0 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: max_auto_readahead_size: 262144 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: prepopulate_block_cache: 0 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: initial_auto_readahead_size: 8192 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:43:19.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:19.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:43:19.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:43:19.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:43:19.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:43:19.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:43:19.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:43:19.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:43:19.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:43:19.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:43:19.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000041 succeeded,manifest_file_number is 41, next_file_number is 51, last_sequence is 27096, log_number is 47,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 47 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 47 2024-03-30T04:43:19.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2b3d3d7e-8031-4cfd-936c-756d8b5ec4eb 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773798959115, "job": 1, "event": "recovery_started", "wal_files": [47]} 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.952+0000 7fe388655c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #47 mode 2 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.956+0000 7fe388655c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773798963365, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 52, "file_size": 455830, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27101, "largest_seqno": 27414, "table_properties": {"data_size": 453235, "index_size": 1043, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 5231, "raw_average_key_size": 26, "raw_value_size": 449195, "raw_average_value_size": 2257, "num_data_blocks": 43, "num_entries": 199, "num_filter_entries": 199, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711773798, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2b3d3d7e-8031-4cfd-936c-756d8b5ec4eb", "db_session_id": "KD36E0UPSN21W4O1K39P", "orig_file_number": 52, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.956+0000 7fe388655c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773798963493, "job": 1, "event": "recovery_finished"} 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.956+0000 7fe388655c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 54 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.956+0000 7fe388655c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000047.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564e68afc000 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 4 rocksdb: DB pointer 0x564e68ae6000 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe376db0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe376db0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: ** DB Stats ** 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:19.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: ** Compaction Stats [default] ** 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: L0 1/0 445.15 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 197.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: L6 1/0 12.98 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 0.0 0.0 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Sum 2/0 13.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 197.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 197.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: ** Compaction Stats [default] ** 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:43:19.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 197.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Cumulative compaction: 0.00 GB write, 61.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Interval compaction: 0.00 GB write, 61.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Block cache BinnedLRUCache@0x564e68a09090#7 capacity: 512.00 MB usage: 1.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: Block cache entry stats(count,size,portion): FilterBlock(1,0.59 KB,0.000113249%) IndexBlock(1,1.20 KB,0.000229478%) Misc(1,0.00 KB,0%) 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] at bind addrs [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:19.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 1 mon.c@-1(???) e3 preinit fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 mon.c@-1(???).mds e1 new map 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 mon.c@-1(???).mds e1 print_map 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: e1 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: legacy client fscid: -1 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: No filesystems configured 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 mon.c@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.960+0000 7fe388655c80 0 mon.c@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:19.150 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:18 smithi097 bash[73934]: debug 2024-03-30T04:43:18.964+0000 7fe388655c80 1 mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-03-30T04:43:20.052 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[73934]: audit 2024-03-30T04:43:15.704271+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[73934]: audit 2024-03-30T04:43:15.718998+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[73934]: cluster 2024-03-30T04:43:15.722545+0000 mgr.y (mgr.25387) 542 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[73934]: cluster 2024-03-30T04:43:15.723228+0000 mgr.y (mgr.25387) 543 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[73934]: audit 2024-03-30T04:43:15.733135+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[69502]: audit 2024-03-30T04:43:15.704271+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[69502]: audit 2024-03-30T04:43:15.718998+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[69502]: cluster 2024-03-30T04:43:15.722545+0000 mgr.y (mgr.25387) 542 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:43:20.053 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[69502]: cluster 2024-03-30T04:43:15.723228+0000 mgr.y (mgr.25387) 543 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:43:20.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:19 smithi097 bash[69502]: audit 2024-03-30T04:43:15.733135+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:19 smithi105 bash[18682]: audit 2024-03-30T04:43:15.704271+0000 mon.a (mon.0) 1392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:19 smithi105 bash[18682]: audit 2024-03-30T04:43:15.718998+0000 mon.a (mon.0) 1393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:20.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:19 smithi105 bash[18682]: cluster 2024-03-30T04:43:15.722545+0000 mgr.y (mgr.25387) 542 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:43:20.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:19 smithi105 bash[18682]: cluster 2024-03-30T04:43:15.723228+0000 mgr.y (mgr.25387) 543 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:43:20.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:19 smithi105 bash[18682]: audit 2024-03-30T04:43:15.733135+0000 mon.a (mon.0) 1394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:17.723883+0000 mgr.y (mgr.25387) 544 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.182146+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.711677+0000 mon.a (mon.0) 1395 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.715218+0000 mon.a (mon.0) 1396 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724284+0000 mon.a (mon.0) 1397 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724304+0000 mon.a (mon.0) 1398 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724350+0000 mon.a (mon.0) 1399 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724369+0000 mon.a (mon.0) 1400 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724373+0000 mgr.y (mgr.25387) 545 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724398+0000 mon.a (mon.0) 1401 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724413+0000 mon.a (mon.0) 1402 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724427+0000 mon.a (mon.0) 1403 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724435+0000 mon.a (mon.0) 1404 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724445+0000 mon.a (mon.0) 1405 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.724990+0000 mon.a (mon.0) 1406 : cluster [DBG] fsmap 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.725018+0000 mon.a (mon.0) 1407 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.725445+0000 mon.a (mon.0) 1408 : cluster [DBG] mgrmap e41: y(active, since 40s), standbys: x 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.725621+0000 mon.a (mon.0) 1409 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.725638+0000 mon.a (mon.0) 1410 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.725659+0000 mon.a (mon.0) 1411 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.736457+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.743878+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.780147+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.783208+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.784440+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.786910+0000 mgr.y (mgr.25387) 546 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.787195+0000 mgr.y (mgr.25387) 547 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.795750+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cephadm 2024-03-30T04:43:19.796706+0000 mgr.y (mgr.25387) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.856562+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.859038+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.860437+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.862877+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.863782+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.865532+0000 mgr.y (mgr.25387) 549 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.865868+0000 mgr.y (mgr.25387) 550 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.874929+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cephadm 2024-03-30T04:43:19.875583+0000 mgr.y (mgr.25387) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.932934+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.936098+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.937234+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.939384+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.940117+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.941670+0000 mgr.y (mgr.25387) 552 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:19.941966+0000 mgr.y (mgr.25387) 553 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:19.949588+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cephadm 2024-03-30T04:43:19.950353+0000 mgr.y (mgr.25387) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.008849+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.010894+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.011861+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.014557+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.015354+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.017056+0000 mgr.y (mgr.25387) 555 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.022504+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.023006+0000 mgr.y (mgr.25387) 556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.096382+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.098198+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.099036+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.100926+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.101571+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.109540+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.167161+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.169334+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.170324+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.172559+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.173420+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.182685+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.257504+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.260172+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.261607+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.264861+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.265899+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.278745+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.358525+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.361254+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.362635+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.366357+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.367362+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.382512+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.458872+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.460854+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.461709+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.463631+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.464283+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.472946+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.531249+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.533593+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.534696+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.536826+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.537533+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.546500+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.604727+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.606702+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.607564+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.609514+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.610168+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.619109+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.676483+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.678554+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.679451+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.681771+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.682442+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[73934]: audit 2024-03-30T04:43:20.692123+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:17.723883+0000 mgr.y (mgr.25387) 544 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:43:21.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.182146+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.711677+0000 mon.a (mon.0) 1395 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.715218+0000 mon.a (mon.0) 1396 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724284+0000 mon.a (mon.0) 1397 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724304+0000 mon.a (mon.0) 1398 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724350+0000 mon.a (mon.0) 1399 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724369+0000 mon.a (mon.0) 1400 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724373+0000 mgr.y (mgr.25387) 545 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724398+0000 mon.a (mon.0) 1401 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724413+0000 mon.a (mon.0) 1402 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724427+0000 mon.a (mon.0) 1403 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724435+0000 mon.a (mon.0) 1404 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:21.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724445+0000 mon.a (mon.0) 1405 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.724990+0000 mon.a (mon.0) 1406 : cluster [DBG] fsmap 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.725018+0000 mon.a (mon.0) 1407 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.725445+0000 mon.a (mon.0) 1408 : cluster [DBG] mgrmap e41: y(active, since 40s), standbys: x 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.725621+0000 mon.a (mon.0) 1409 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.725638+0000 mon.a (mon.0) 1410 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.725659+0000 mon.a (mon.0) 1411 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.736457+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.743878+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.780147+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.783208+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.784440+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.786910+0000 mgr.y (mgr.25387) 546 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.787195+0000 mgr.y (mgr.25387) 547 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.795750+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cephadm 2024-03-30T04:43:19.796706+0000 mgr.y (mgr.25387) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.856562+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.859038+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.860437+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.862877+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.863782+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.865532+0000 mgr.y (mgr.25387) 549 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.865868+0000 mgr.y (mgr.25387) 550 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.874929+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cephadm 2024-03-30T04:43:19.875583+0000 mgr.y (mgr.25387) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.932934+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.936098+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.937234+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.939384+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.940117+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.941670+0000 mgr.y (mgr.25387) 552 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:19.941966+0000 mgr.y (mgr.25387) 553 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:19.949588+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cephadm 2024-03-30T04:43:19.950353+0000 mgr.y (mgr.25387) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.008849+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.010894+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.011861+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.014557+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.015354+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.017056+0000 mgr.y (mgr.25387) 555 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.022504+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.023006+0000 mgr.y (mgr.25387) 556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.096382+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.098198+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.099036+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.100926+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.101571+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.109540+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.167161+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.169334+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.170324+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.172559+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.173420+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.182685+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.257504+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.260172+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.261607+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.264861+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.265899+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.278745+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.358525+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.361254+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.362635+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.366357+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.367362+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.382512+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.458872+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.460854+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.461709+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.463631+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.464283+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.472946+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.531249+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.533593+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.534696+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.536826+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.537533+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.546500+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.604727+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.606702+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.607564+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.609514+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.610168+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.619109+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.676483+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.678554+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.679451+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.681771+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.682442+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:20 smithi097 bash[69502]: audit 2024-03-30T04:43:20.692123+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:17.723883+0000 mgr.y (mgr.25387) 544 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.182146+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.711677+0000 mon.a (mon.0) 1395 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.715218+0000 mon.a (mon.0) 1396 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724284+0000 mon.a (mon.0) 1397 : cluster [DBG] monmap epoch 3 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724304+0000 mon.a (mon.0) 1398 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724350+0000 mon.a (mon.0) 1399 : cluster [DBG] last_changed 2024-03-30T04:28:03.036395+0000 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724369+0000 mon.a (mon.0) 1400 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724373+0000 mgr.y (mgr.25387) 545 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724398+0000 mon.a (mon.0) 1401 : cluster [DBG] min_mon_release 17 (quincy) 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724413+0000 mon.a (mon.0) 1402 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724427+0000 mon.a (mon.0) 1403 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724435+0000 mon.a (mon.0) 1404 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:21.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724445+0000 mon.a (mon.0) 1405 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.724990+0000 mon.a (mon.0) 1406 : cluster [DBG] fsmap 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.725018+0000 mon.a (mon.0) 1407 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.725445+0000 mon.a (mon.0) 1408 : cluster [DBG] mgrmap e41: y(active, since 40s), standbys: x 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.725621+0000 mon.a (mon.0) 1409 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.725638+0000 mon.a (mon.0) 1410 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.725659+0000 mon.a (mon.0) 1411 : cluster [WRN] daemon grafana.a on smithi105 is in unknown state 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.736457+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.743878+0000 mon.a (mon.0) 1413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.780147+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.783208+0000 mon.a (mon.0) 1415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.784440+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.786910+0000 mgr.y (mgr.25387) 546 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2024-03-30T04:43:21.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.787195+0000 mgr.y (mgr.25387) 547 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 904 B/s rd, 0 op/s 2024-03-30T04:43:21.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.795750+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cephadm 2024-03-30T04:43:19.796706+0000 mgr.y (mgr.25387) 548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.856562+0000 mon.a (mon.0) 1418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.859038+0000 mon.a (mon.0) 1419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.860437+0000 mon.a (mon.0) 1420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.862877+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.863782+0000 mon.a (mon.0) 1422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.865532+0000 mgr.y (mgr.25387) 549 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.865868+0000 mgr.y (mgr.25387) 550 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.874929+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cephadm 2024-03-30T04:43:19.875583+0000 mgr.y (mgr.25387) 551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.932934+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.936098+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.937234+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.939384+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.940117+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.941670+0000 mgr.y (mgr.25387) 552 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:19.941966+0000 mgr.y (mgr.25387) 553 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:19.949588+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cephadm 2024-03-30T04:43:19.950353+0000 mgr.y (mgr.25387) 554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.008849+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.010894+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.011861+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.014557+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.015354+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.017056+0000 mgr.y (mgr.25387) 555 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.022504+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.023006+0000 mgr.y (mgr.25387) 556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.096382+0000 mon.a (mon.0) 1436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.098198+0000 mon.a (mon.0) 1437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.099036+0000 mon.a (mon.0) 1438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.100926+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.101571+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.109540+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.167161+0000 mon.a (mon.0) 1442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.169334+0000 mon.a (mon.0) 1443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.170324+0000 mon.a (mon.0) 1444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.172559+0000 mon.a (mon.0) 1445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.173420+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.182685+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.257504+0000 mon.a (mon.0) 1448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.260172+0000 mon.a (mon.0) 1449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.261607+0000 mon.a (mon.0) 1450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.264861+0000 mon.a (mon.0) 1451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.265899+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.278745+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.358525+0000 mon.a (mon.0) 1454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.361254+0000 mon.a (mon.0) 1455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.362635+0000 mon.a (mon.0) 1456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.366357+0000 mon.a (mon.0) 1457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.367362+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.382512+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.458872+0000 mon.a (mon.0) 1460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.460854+0000 mon.a (mon.0) 1461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.461709+0000 mon.a (mon.0) 1462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.463631+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.464283+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.472946+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.531249+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.533593+0000 mon.a (mon.0) 1467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.534696+0000 mon.a (mon.0) 1468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.536826+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.537533+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.546500+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.604727+0000 mon.a (mon.0) 1472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.606702+0000 mon.a (mon.0) 1473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.607564+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.609514+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.610168+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.619109+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.676483+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.678554+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.679451+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.681771+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.682442+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:21.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:20 smithi105 bash[18682]: audit 2024-03-30T04:43:20.692123+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.102878+0000 mgr.y (mgr.25387) 557 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.103124+0000 mgr.y (mgr.25387) 558 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.110004+0000 mgr.y (mgr.25387) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.175254+0000 mgr.y (mgr.25387) 560 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.175776+0000 mgr.y (mgr.25387) 561 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.183413+0000 mgr.y (mgr.25387) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.267923+0000 mgr.y (mgr.25387) 563 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.268457+0000 mgr.y (mgr.25387) 564 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.279423+0000 mgr.y (mgr.25387) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.369513+0000 mgr.y (mgr.25387) 566 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.067 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.370108+0000 mgr.y (mgr.25387) 567 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.383709+0000 mgr.y (mgr.25387) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.413323+0000 mgr.y (mgr.25387) 569 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.465893+0000 mgr.y (mgr.25387) 570 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.466101+0000 mgr.y (mgr.25387) 571 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.473387+0000 mgr.y (mgr.25387) 572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.538838+0000 mgr.y (mgr.25387) 573 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.539094+0000 mgr.y (mgr.25387) 574 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.547110+0000 mgr.y (mgr.25387) 575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.102878+0000 mgr.y (mgr.25387) 557 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.103124+0000 mgr.y (mgr.25387) 558 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.068 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.110004+0000 mgr.y (mgr.25387) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.175254+0000 mgr.y (mgr.25387) 560 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.175776+0000 mgr.y (mgr.25387) 561 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.183413+0000 mgr.y (mgr.25387) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.267923+0000 mgr.y (mgr.25387) 563 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.268457+0000 mgr.y (mgr.25387) 564 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.279423+0000 mgr.y (mgr.25387) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.369513+0000 mgr.y (mgr.25387) 566 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.370108+0000 mgr.y (mgr.25387) 567 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.383709+0000 mgr.y (mgr.25387) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.413323+0000 mgr.y (mgr.25387) 569 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.465893+0000 mgr.y (mgr.25387) 570 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.466101+0000 mgr.y (mgr.25387) 571 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.473387+0000 mgr.y (mgr.25387) 572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.069 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.538838+0000 mgr.y (mgr.25387) 573 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.539094+0000 mgr.y (mgr.25387) 574 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.547110+0000 mgr.y (mgr.25387) 575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.611453+0000 mgr.y (mgr.25387) 576 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.611677+0000 mgr.y (mgr.25387) 577 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.619723+0000 mgr.y (mgr.25387) 578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.684023+0000 mgr.y (mgr.25387) 579 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.070 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.684554+0000 mgr.y (mgr.25387) 580 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.692739+0000 mgr.y (mgr.25387) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.750959+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.753017+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.753919+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.755930+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.756662+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.757947+0000 mgr.y (mgr.25387) 582 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.758166+0000 mgr.y (mgr.25387) 583 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.761833+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.762190+0000 mgr.y (mgr.25387) 584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.803266+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.805121+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.805895+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.071 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.807683+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.808269+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.809426+0000 mgr.y (mgr.25387) 585 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.809638+0000 mgr.y (mgr.25387) 586 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.815385+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.815777+0000 mgr.y (mgr.25387) 587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.872931+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.874731+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.875534+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.877315+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.878132+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.879551+0000 mgr.y (mgr.25387) 588 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.879734+0000 mgr.y (mgr.25387) 589 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.883919+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.072 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.884389+0000 mgr.y (mgr.25387) 590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.924845+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.926700+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.927591+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.929708+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.930368+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.931521+0000 mgr.y (mgr.25387) 591 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.611453+0000 mgr.y (mgr.25387) 576 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.611677+0000 mgr.y (mgr.25387) 577 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:43:22.073 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.619723+0000 mgr.y (mgr.25387) 578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.684023+0000 mgr.y (mgr.25387) 579 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.684554+0000 mgr.y (mgr.25387) 580 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.692739+0000 mgr.y (mgr.25387) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.750959+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.753017+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.753919+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.755930+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.756662+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.757947+0000 mgr.y (mgr.25387) 582 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.758166+0000 mgr.y (mgr.25387) 583 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.761833+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.762190+0000 mgr.y (mgr.25387) 584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.803266+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.074 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.805121+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.805895+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.807683+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.808269+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.809426+0000 mgr.y (mgr.25387) 585 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.809638+0000 mgr.y (mgr.25387) 586 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.815385+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.815777+0000 mgr.y (mgr.25387) 587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.872931+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.874731+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.875534+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.877315+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.878132+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.879551+0000 mgr.y (mgr.25387) 588 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.075 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.879734+0000 mgr.y (mgr.25387) 589 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.883919+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.884389+0000 mgr.y (mgr.25387) 590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.924845+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.926700+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.927591+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.929708+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.930368+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.931521+0000 mgr.y (mgr.25387) 591 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.931776+0000 mgr.y (mgr.25387) 592 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.936885+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.937277+0000 mgr.y (mgr.25387) 593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.076 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.977619+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.979587+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.980415+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.982242+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.982836+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.983989+0000 mgr.y (mgr.25387) 594 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:20.984232+0000 mgr.y (mgr.25387) 595 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:20.988984+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:20.989406+0000 mgr.y (mgr.25387) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.045692+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.047611+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.048680+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.050808+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.077 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.051404+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.052623+0000 mgr.y (mgr.25387) 597 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.052870+0000 mgr.y (mgr.25387) 598 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.058447+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.931776+0000 mgr.y (mgr.25387) 592 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.936885+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.937277+0000 mgr.y (mgr.25387) 593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.977619+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.979587+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.980415+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.982242+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.078 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.982836+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.983989+0000 mgr.y (mgr.25387) 594 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:20.984232+0000 mgr.y (mgr.25387) 595 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:20.988984+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:20.989406+0000 mgr.y (mgr.25387) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.045692+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.047611+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.048680+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.050808+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.051404+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.052623+0000 mgr.y (mgr.25387) 597 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.052870+0000 mgr.y (mgr.25387) 598 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.079 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.058447+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.058913+0000 mgr.y (mgr.25387) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.115733+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.117555+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.118424+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.120338+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.121014+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.128434+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.204873+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.207029+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.207951+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.210436+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.211228+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.080 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.217768+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.264253+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.266861+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.268099+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.270745+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.271598+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.283049+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.058913+0000 mgr.y (mgr.25387) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.115733+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.117555+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.118424+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.081 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.120338+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.121014+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.128434+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.204873+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.207029+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.207951+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.210436+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.211228+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.217768+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.264253+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.266861+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.268099+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.270745+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.271598+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.283049+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.324186+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.326160+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.327143+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.329220+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.329929+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.338418+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.397688+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.399920+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.401239+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.083 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.403511+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.404237+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.414444+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.459432+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.461548+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.462654+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.465679+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.466740+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.474894+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.519323+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.324186+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.084 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.326160+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.327143+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.329220+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.329929+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.338418+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.397688+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.399920+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.401239+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.403511+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.404237+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.414444+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.459432+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.461548+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.462654+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.085 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.465679+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.466740+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.474894+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.519323+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.521187+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.522025+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.523910+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.524592+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.530793+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.572309+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.574049+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.086 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.574791+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.576624+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.577720+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.583229+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.640908+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.642769+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.643672+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.645931+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.646586+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.655396+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[73934]: audit 2024-03-30T04:43:21.728625+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.521187+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.087 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.522025+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.523910+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.524592+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.530793+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.572309+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.574049+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.574791+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.576624+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.577720+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.583229+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.640908+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.642769+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.643672+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.645931+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.646586+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.655396+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.089 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:21 smithi097 bash[69502]: audit 2024-03-30T04:43:21.728625+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.102878+0000 mgr.y (mgr.25387) 557 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.103124+0000 mgr.y (mgr.25387) 558 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.110004+0000 mgr.y (mgr.25387) 559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.175254+0000 mgr.y (mgr.25387) 560 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.175776+0000 mgr.y (mgr.25387) 561 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.183413+0000 mgr.y (mgr.25387) 562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.267923+0000 mgr.y (mgr.25387) 563 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.268457+0000 mgr.y (mgr.25387) 564 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.279423+0000 mgr.y (mgr.25387) 565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.369513+0000 mgr.y (mgr.25387) 566 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.370108+0000 mgr.y (mgr.25387) 567 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.383709+0000 mgr.y (mgr.25387) 568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.413323+0000 mgr.y (mgr.25387) 569 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.465893+0000 mgr.y (mgr.25387) 570 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.466101+0000 mgr.y (mgr.25387) 571 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:22.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.473387+0000 mgr.y (mgr.25387) 572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.538838+0000 mgr.y (mgr.25387) 573 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.539094+0000 mgr.y (mgr.25387) 574 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 18 op/s 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.547110+0000 mgr.y (mgr.25387) 575 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.611453+0000 mgr.y (mgr.25387) 576 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.611677+0000 mgr.y (mgr.25387) 577 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.619723+0000 mgr.y (mgr.25387) 578 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.684023+0000 mgr.y (mgr.25387) 579 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.684554+0000 mgr.y (mgr.25387) 580 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.692739+0000 mgr.y (mgr.25387) 581 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.750959+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.753017+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.753919+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.755930+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.756662+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.757947+0000 mgr.y (mgr.25387) 582 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.758166+0000 mgr.y (mgr.25387) 583 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.761833+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.762190+0000 mgr.y (mgr.25387) 584 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.803266+0000 mon.a (mon.0) 1490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.805121+0000 mon.a (mon.0) 1491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.805895+0000 mon.a (mon.0) 1492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.807683+0000 mon.a (mon.0) 1493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.808269+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.809426+0000 mgr.y (mgr.25387) 585 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.809638+0000 mgr.y (mgr.25387) 586 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.815385+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.815777+0000 mgr.y (mgr.25387) 587 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.872931+0000 mon.a (mon.0) 1496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.874731+0000 mon.a (mon.0) 1497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.875534+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.877315+0000 mon.a (mon.0) 1499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.878132+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.879551+0000 mgr.y (mgr.25387) 588 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.879734+0000 mgr.y (mgr.25387) 589 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.883919+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.884389+0000 mgr.y (mgr.25387) 590 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.924845+0000 mon.a (mon.0) 1502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.926700+0000 mon.a (mon.0) 1503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.927591+0000 mon.a (mon.0) 1504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.929708+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.930368+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.931521+0000 mgr.y (mgr.25387) 591 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.931776+0000 mgr.y (mgr.25387) 592 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.936885+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.937277+0000 mgr.y (mgr.25387) 593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.977619+0000 mon.a (mon.0) 1508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.979587+0000 mon.a (mon.0) 1509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.980415+0000 mon.a (mon.0) 1510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.982242+0000 mon.a (mon.0) 1511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.982836+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.983989+0000 mgr.y (mgr.25387) 594 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:20.984232+0000 mgr.y (mgr.25387) 595 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:20.988984+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:20.989406+0000 mgr.y (mgr.25387) 596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.045692+0000 mon.a (mon.0) 1514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.047611+0000 mon.a (mon.0) 1515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.048680+0000 mon.a (mon.0) 1516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.050808+0000 mon.a (mon.0) 1517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.051404+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.052623+0000 mgr.y (mgr.25387) 597 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.052870+0000 mgr.y (mgr.25387) 598 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:22.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.058447+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.058913+0000 mgr.y (mgr.25387) 599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:22.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.115733+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.117555+0000 mon.a (mon.0) 1521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.118424+0000 mon.a (mon.0) 1522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.120338+0000 mon.a (mon.0) 1523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.121014+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.128434+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.204873+0000 mon.a (mon.0) 1526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.207029+0000 mon.a (mon.0) 1527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.207951+0000 mon.a (mon.0) 1528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.210436+0000 mon.a (mon.0) 1529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.211228+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.217768+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.264253+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.266861+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.268099+0000 mon.a (mon.0) 1534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.270745+0000 mon.a (mon.0) 1535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.271598+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.283049+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.324186+0000 mon.a (mon.0) 1538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.326160+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.327143+0000 mon.a (mon.0) 1540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.329220+0000 mon.a (mon.0) 1541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.329929+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.338418+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.397688+0000 mon.a (mon.0) 1544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.399920+0000 mon.a (mon.0) 1545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.401239+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.403511+0000 mon.a (mon.0) 1547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.404237+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.414444+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.459432+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.461548+0000 mon.a (mon.0) 1551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.462654+0000 mon.a (mon.0) 1552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.465679+0000 mon.a (mon.0) 1553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.466740+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.474894+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.519323+0000 mon.a (mon.0) 1556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.521187+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.522025+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.523910+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.524592+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.530793+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.572309+0000 mon.a (mon.0) 1562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.574049+0000 mon.a (mon.0) 1563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.574791+0000 mon.a (mon.0) 1564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.576624+0000 mon.a (mon.0) 1565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.577720+0000 mon.a (mon.0) 1566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.583229+0000 mon.a (mon.0) 1567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.640908+0000 mon.a (mon.0) 1568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.642769+0000 mon.a (mon.0) 1569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:22.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.643672+0000 mon.a (mon.0) 1570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.645931+0000 mon.a (mon.0) 1571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:22.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.646586+0000 mon.a (mon.0) 1572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:22.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.655396+0000 mon.a (mon.0) 1573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:22.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:21 smithi105 bash[18682]: audit 2024-03-30T04:43:21.728625+0000 mon.a (mon.0) 1574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:22.742 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:43:22] "GET /metrics HTTP/1.1" 200 38261 "" "Prometheus/2.33.4" 2024-03-30T04:43:23.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.122417+0000 mgr.y (mgr.25387) 600 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.122655+0000 mgr.y (mgr.25387) 601 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.129003+0000 mgr.y (mgr.25387) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.212614+0000 mgr.y (mgr.25387) 603 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.212905+0000 mgr.y (mgr.25387) 604 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.219265+0000 mgr.y (mgr.25387) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.273146+0000 mgr.y (mgr.25387) 606 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.273373+0000 mgr.y (mgr.25387) 607 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.283662+0000 mgr.y (mgr.25387) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.331334+0000 mgr.y (mgr.25387) 609 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.331579+0000 mgr.y (mgr.25387) 610 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.339100+0000 mgr.y (mgr.25387) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.405691+0000 mgr.y (mgr.25387) 612 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.405908+0000 mgr.y (mgr.25387) 613 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.415236+0000 mgr.y (mgr.25387) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.468278+0000 mgr.y (mgr.25387) 615 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.468534+0000 mgr.y (mgr.25387) 616 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.477437+0000 mgr.y (mgr.25387) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.525913+0000 mgr.y (mgr.25387) 618 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.526133+0000 mgr.y (mgr.25387) 619 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.122417+0000 mgr.y (mgr.25387) 600 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.122655+0000 mgr.y (mgr.25387) 601 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.129003+0000 mgr.y (mgr.25387) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.212614+0000 mgr.y (mgr.25387) 603 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.212905+0000 mgr.y (mgr.25387) 604 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.219265+0000 mgr.y (mgr.25387) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.273146+0000 mgr.y (mgr.25387) 606 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.273373+0000 mgr.y (mgr.25387) 607 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.283662+0000 mgr.y (mgr.25387) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.331334+0000 mgr.y (mgr.25387) 609 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.331579+0000 mgr.y (mgr.25387) 610 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.339100+0000 mgr.y (mgr.25387) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.405691+0000 mgr.y (mgr.25387) 612 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.405908+0000 mgr.y (mgr.25387) 613 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.415236+0000 mgr.y (mgr.25387) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.468278+0000 mgr.y (mgr.25387) 615 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.468534+0000 mgr.y (mgr.25387) 616 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.477437+0000 mgr.y (mgr.25387) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.525913+0000 mgr.y (mgr.25387) 618 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.526133+0000 mgr.y (mgr.25387) 619 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.531321+0000 mgr.y (mgr.25387) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.578881+0000 mgr.y (mgr.25387) 621 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.579137+0000 mgr.y (mgr.25387) 622 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.583665+0000 mgr.y (mgr.25387) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.647882+0000 mgr.y (mgr.25387) 624 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.648075+0000 mgr.y (mgr.25387) 625 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.656006+0000 mgr.y (mgr.25387) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.730803+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.734374+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.736758+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.737756+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.757938+0000 mgr.y (mgr.25387) 627 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.758800+0000 mgr.y (mgr.25387) 628 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.769640+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.770139+0000 mgr.y (mgr.25387) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.827496+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.829716+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.830696+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.832647+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.833329+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.531321+0000 mgr.y (mgr.25387) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.578881+0000 mgr.y (mgr.25387) 621 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.579137+0000 mgr.y (mgr.25387) 622 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.583665+0000 mgr.y (mgr.25387) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.647882+0000 mgr.y (mgr.25387) 624 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.648075+0000 mgr.y (mgr.25387) 625 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.656006+0000 mgr.y (mgr.25387) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.730803+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.734374+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.736758+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.737756+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.757938+0000 mgr.y (mgr.25387) 627 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.758800+0000 mgr.y (mgr.25387) 628 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.769640+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.770139+0000 mgr.y (mgr.25387) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.827496+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.829716+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.830696+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.832647+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.833329+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.834577+0000 mgr.y (mgr.25387) 630 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.834824+0000 mgr.y (mgr.25387) 631 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.839805+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.840243+0000 mgr.y (mgr.25387) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.880636+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.882335+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.883084+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.885181+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.885876+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.887182+0000 mgr.y (mgr.25387) 633 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.887429+0000 mgr.y (mgr.25387) 634 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.891601+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.892088+0000 mgr.y (mgr.25387) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.948393+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.950151+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.950945+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.952651+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.953254+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.954423+0000 mgr.y (mgr.25387) 636 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.834577+0000 mgr.y (mgr.25387) 630 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.834824+0000 mgr.y (mgr.25387) 631 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.839805+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.840243+0000 mgr.y (mgr.25387) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.880636+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.882335+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.883084+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.885181+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.885876+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.887182+0000 mgr.y (mgr.25387) 633 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.887429+0000 mgr.y (mgr.25387) 634 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.891601+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.892088+0000 mgr.y (mgr.25387) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.948393+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.950151+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.950945+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.952651+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.953254+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.954423+0000 mgr.y (mgr.25387) 636 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:21.954617+0000 mgr.y (mgr.25387) 637 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.959060+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:21.959484+0000 mgr.y (mgr.25387) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:21.999813+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.001639+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.002463+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.004201+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.004808+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.005987+0000 mgr.y (mgr.25387) 639 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.006246+0000 mgr.y (mgr.25387) 640 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.010463+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.010944+0000 mgr.y (mgr.25387) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.055307+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.057336+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.058161+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.060002+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.060657+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.061915+0000 mgr.y (mgr.25387) 642 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.062103+0000 mgr.y (mgr.25387) 643 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.067191+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:21.954617+0000 mgr.y (mgr.25387) 637 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.959060+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:21.959484+0000 mgr.y (mgr.25387) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:21.999813+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.001639+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.002463+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.004201+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.004808+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.005987+0000 mgr.y (mgr.25387) 639 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.006246+0000 mgr.y (mgr.25387) 640 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.010463+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.010944+0000 mgr.y (mgr.25387) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.055307+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.057336+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.058161+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.060002+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.060657+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.061915+0000 mgr.y (mgr.25387) 642 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.062103+0000 mgr.y (mgr.25387) 643 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.067191+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.067634+0000 mgr.y (mgr.25387) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.108216+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.109989+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.110764+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.112452+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.113031+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.118810+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.161388+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.163518+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.164412+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.166498+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.167169+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.174440+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.248393+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.250548+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.251692+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.253994+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.254818+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.260857+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.067634+0000 mgr.y (mgr.25387) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.108216+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.109989+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.110764+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.112452+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.113031+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.118810+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.161388+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.163518+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.164412+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.166498+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.167169+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.174440+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.248393+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.250548+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.251692+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.253994+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.254818+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.260857+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.333932+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.336732+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.338306+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.342266+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.343304+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.351308+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.425263+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.428052+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.430022+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.433802+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.434959+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.442903+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.518334+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.520204+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.521053+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.523027+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.523672+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.531933+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.573417+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.333932+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.336732+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.338306+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.342266+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.343304+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.351308+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.425263+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.428052+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.430022+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.433802+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.434959+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.442903+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.518334+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.520204+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.521053+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.523027+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.523672+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.531933+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.573417+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.575484+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.576445+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.578504+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.579210+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.589551+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.664936+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.667154+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.668134+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.670318+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.670929+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.679669+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[73934]: audit 2024-03-30T04:43:22.737519+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.575484+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.576445+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.578504+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.579210+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.589551+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.664936+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.667154+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.668134+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.670318+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.670929+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.679669+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:22 smithi097 bash[69502]: audit 2024-03-30T04:43:22.737519+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.122417+0000 mgr.y (mgr.25387) 600 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.122655+0000 mgr.y (mgr.25387) 601 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.129003+0000 mgr.y (mgr.25387) 602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.212614+0000 mgr.y (mgr.25387) 603 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.212905+0000 mgr.y (mgr.25387) 604 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.219265+0000 mgr.y (mgr.25387) 605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.273146+0000 mgr.y (mgr.25387) 606 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.273373+0000 mgr.y (mgr.25387) 607 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.283662+0000 mgr.y (mgr.25387) 608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.331334+0000 mgr.y (mgr.25387) 609 : cluster [DBG] pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.331579+0000 mgr.y (mgr.25387) 610 : cluster [DBG] pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.339100+0000 mgr.y (mgr.25387) 611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.405691+0000 mgr.y (mgr.25387) 612 : cluster [DBG] pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.405908+0000 mgr.y (mgr.25387) 613 : cluster [DBG] pgmap v358: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.415236+0000 mgr.y (mgr.25387) 614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.468278+0000 mgr.y (mgr.25387) 615 : cluster [DBG] pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.468534+0000 mgr.y (mgr.25387) 616 : cluster [DBG] pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.477437+0000 mgr.y (mgr.25387) 617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.525913+0000 mgr.y (mgr.25387) 618 : cluster [DBG] pgmap v361: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.526133+0000 mgr.y (mgr.25387) 619 : cluster [DBG] pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.531321+0000 mgr.y (mgr.25387) 620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.578881+0000 mgr.y (mgr.25387) 621 : cluster [DBG] pgmap v363: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.579137+0000 mgr.y (mgr.25387) 622 : cluster [DBG] pgmap v364: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.583665+0000 mgr.y (mgr.25387) 623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.647882+0000 mgr.y (mgr.25387) 624 : cluster [DBG] pgmap v365: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.648075+0000 mgr.y (mgr.25387) 625 : cluster [DBG] pgmap v366: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.656006+0000 mgr.y (mgr.25387) 626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.730803+0000 mon.a (mon.0) 1575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.734374+0000 mon.a (mon.0) 1576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.736758+0000 mon.a (mon.0) 1577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.737756+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.757938+0000 mgr.y (mgr.25387) 627 : cluster [DBG] pgmap v367: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.758800+0000 mgr.y (mgr.25387) 628 : cluster [DBG] pgmap v368: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.769640+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.770139+0000 mgr.y (mgr.25387) 629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.827496+0000 mon.a (mon.0) 1580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.829716+0000 mon.a (mon.0) 1581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.830696+0000 mon.a (mon.0) 1582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.832647+0000 mon.a (mon.0) 1583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.833329+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.834577+0000 mgr.y (mgr.25387) 630 : cluster [DBG] pgmap v369: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.834824+0000 mgr.y (mgr.25387) 631 : cluster [DBG] pgmap v370: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.839805+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.840243+0000 mgr.y (mgr.25387) 632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.880636+0000 mon.a (mon.0) 1586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.882335+0000 mon.a (mon.0) 1587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.883084+0000 mon.a (mon.0) 1588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.885181+0000 mon.a (mon.0) 1589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.885876+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.887182+0000 mgr.y (mgr.25387) 633 : cluster [DBG] pgmap v371: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.887429+0000 mgr.y (mgr.25387) 634 : cluster [DBG] pgmap v372: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.891601+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.892088+0000 mgr.y (mgr.25387) 635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.948393+0000 mon.a (mon.0) 1592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.950151+0000 mon.a (mon.0) 1593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.950945+0000 mon.a (mon.0) 1594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.952651+0000 mon.a (mon.0) 1595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.953254+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.954423+0000 mgr.y (mgr.25387) 636 : cluster [DBG] pgmap v373: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:21.954617+0000 mgr.y (mgr.25387) 637 : cluster [DBG] pgmap v374: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.959060+0000 mon.a (mon.0) 1597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:21.959484+0000 mgr.y (mgr.25387) 638 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:21.999813+0000 mon.a (mon.0) 1598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.001639+0000 mon.a (mon.0) 1599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.002463+0000 mon.a (mon.0) 1600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.004201+0000 mon.a (mon.0) 1601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.004808+0000 mon.a (mon.0) 1602 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.005987+0000 mgr.y (mgr.25387) 639 : cluster [DBG] pgmap v375: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.006246+0000 mgr.y (mgr.25387) 640 : cluster [DBG] pgmap v376: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.010463+0000 mon.a (mon.0) 1603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.010944+0000 mgr.y (mgr.25387) 641 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.055307+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.057336+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.058161+0000 mon.a (mon.0) 1606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.060002+0000 mon.a (mon.0) 1607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.060657+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.061915+0000 mgr.y (mgr.25387) 642 : cluster [DBG] pgmap v377: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.062103+0000 mgr.y (mgr.25387) 643 : cluster [DBG] pgmap v378: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.067191+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.067634+0000 mgr.y (mgr.25387) 644 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.108216+0000 mon.a (mon.0) 1610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.109989+0000 mon.a (mon.0) 1611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.110764+0000 mon.a (mon.0) 1612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.112452+0000 mon.a (mon.0) 1613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.113031+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.118810+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.161388+0000 mon.a (mon.0) 1616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.163518+0000 mon.a (mon.0) 1617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.164412+0000 mon.a (mon.0) 1618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.166498+0000 mon.a (mon.0) 1619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.167169+0000 mon.a (mon.0) 1620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.174440+0000 mon.a (mon.0) 1621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.248393+0000 mon.a (mon.0) 1622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.250548+0000 mon.a (mon.0) 1623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.251692+0000 mon.a (mon.0) 1624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.253994+0000 mon.a (mon.0) 1625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.254818+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.260857+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.333932+0000 mon.a (mon.0) 1628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.336732+0000 mon.a (mon.0) 1629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.338306+0000 mon.a (mon.0) 1630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.342266+0000 mon.a (mon.0) 1631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.343304+0000 mon.a (mon.0) 1632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.351308+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.425263+0000 mon.a (mon.0) 1634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.428052+0000 mon.a (mon.0) 1635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.430022+0000 mon.a (mon.0) 1636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.433802+0000 mon.a (mon.0) 1637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.434959+0000 mon.a (mon.0) 1638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.442903+0000 mon.a (mon.0) 1639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.518334+0000 mon.a (mon.0) 1640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.520204+0000 mon.a (mon.0) 1641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.521053+0000 mon.a (mon.0) 1642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.523027+0000 mon.a (mon.0) 1643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.523672+0000 mon.a (mon.0) 1644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.531933+0000 mon.a (mon.0) 1645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.573417+0000 mon.a (mon.0) 1646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.575484+0000 mon.a (mon.0) 1647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.576445+0000 mon.a (mon.0) 1648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.578504+0000 mon.a (mon.0) 1649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.579210+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.589551+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.664936+0000 mon.a (mon.0) 1652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.667154+0000 mon.a (mon.0) 1653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.668134+0000 mon.a (mon.0) 1654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.670318+0000 mon.a (mon.0) 1655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.670929+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.679669+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:22 smithi105 bash[18682]: audit 2024-03-30T04:43:22.737519+0000 mon.a (mon.0) 1658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.753 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[52959]: ts=2024-03-30T04:43:23.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:23.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.114209+0000 mgr.y (mgr.25387) 645 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.114455+0000 mgr.y (mgr.25387) 646 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.119244+0000 mgr.y (mgr.25387) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.168695+0000 mgr.y (mgr.25387) 648 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.753 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.169153+0000 mgr.y (mgr.25387) 649 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.175025+0000 mgr.y (mgr.25387) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.256485+0000 mgr.y (mgr.25387) 651 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.256977+0000 mgr.y (mgr.25387) 652 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.261330+0000 mgr.y (mgr.25387) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.345154+0000 mgr.y (mgr.25387) 654 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.345702+0000 mgr.y (mgr.25387) 655 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.351835+0000 mgr.y (mgr.25387) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.436981+0000 mgr.y (mgr.25387) 657 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.437558+0000 mgr.y (mgr.25387) 658 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.443376+0000 mgr.y (mgr.25387) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.524981+0000 mgr.y (mgr.25387) 660 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.525269+0000 mgr.y (mgr.25387) 661 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.532401+0000 mgr.y (mgr.25387) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.580527+0000 mgr.y (mgr.25387) 663 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.580789+0000 mgr.y (mgr.25387) 664 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.590040+0000 mgr.y (mgr.25387) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.672244+0000 mgr.y (mgr.25387) 666 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.672445+0000 mgr.y (mgr.25387) 667 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.755 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.680155+0000 mgr.y (mgr.25387) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.740007+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.740886+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.743987+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.744749+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.746086+0000 mgr.y (mgr.25387) 669 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.746296+0000 mgr.y (mgr.25387) 670 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.775826+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.776384+0000 mgr.y (mgr.25387) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.832794+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.834528+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.835300+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.837003+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.756 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.837596+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.838769+0000 mgr.y (mgr.25387) 672 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.838981+0000 mgr.y (mgr.25387) 673 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.843132+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.843595+0000 mgr.y (mgr.25387) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.884261+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.885989+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.886772+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.888699+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.889306+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.890530+0000 mgr.y (mgr.25387) 675 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.890768+0000 mgr.y (mgr.25387) 676 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.897037+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.897455+0000 mgr.y (mgr.25387) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.954949+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.957359+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.958824+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.961157+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.961801+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.963005+0000 mgr.y (mgr.25387) 678 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:22.963238+0000 mgr.y (mgr.25387) 679 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:22.967223+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:22.967642+0000 mgr.y (mgr.25387) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.024010+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.025965+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.026784+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.028799+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.029432+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:23.758 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.030592+0000 mgr.y (mgr.25387) 681 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.030807+0000 mgr.y (mgr.25387) 682 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:23.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.034975+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:23.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.035349+0000 mgr.y (mgr.25387) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:23.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.091578+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.114209+0000 mgr.y (mgr.25387) 645 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.114455+0000 mgr.y (mgr.25387) 646 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.119244+0000 mgr.y (mgr.25387) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.168695+0000 mgr.y (mgr.25387) 648 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.169153+0000 mgr.y (mgr.25387) 649 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.175025+0000 mgr.y (mgr.25387) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.256485+0000 mgr.y (mgr.25387) 651 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.256977+0000 mgr.y (mgr.25387) 652 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.261330+0000 mgr.y (mgr.25387) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.345154+0000 mgr.y (mgr.25387) 654 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.345702+0000 mgr.y (mgr.25387) 655 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.351835+0000 mgr.y (mgr.25387) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.436981+0000 mgr.y (mgr.25387) 657 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.437558+0000 mgr.y (mgr.25387) 658 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.443376+0000 mgr.y (mgr.25387) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.524981+0000 mgr.y (mgr.25387) 660 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.525269+0000 mgr.y (mgr.25387) 661 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.532401+0000 mgr.y (mgr.25387) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.580527+0000 mgr.y (mgr.25387) 663 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.580789+0000 mgr.y (mgr.25387) 664 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.114209+0000 mgr.y (mgr.25387) 645 : cluster [DBG] pgmap v379: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.114455+0000 mgr.y (mgr.25387) 646 : cluster [DBG] pgmap v380: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.119244+0000 mgr.y (mgr.25387) 647 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.168695+0000 mgr.y (mgr.25387) 648 : cluster [DBG] pgmap v381: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.169153+0000 mgr.y (mgr.25387) 649 : cluster [DBG] pgmap v382: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.175025+0000 mgr.y (mgr.25387) 650 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.256485+0000 mgr.y (mgr.25387) 651 : cluster [DBG] pgmap v383: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.256977+0000 mgr.y (mgr.25387) 652 : cluster [DBG] pgmap v384: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.261330+0000 mgr.y (mgr.25387) 653 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.345154+0000 mgr.y (mgr.25387) 654 : cluster [DBG] pgmap v385: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.345702+0000 mgr.y (mgr.25387) 655 : cluster [DBG] pgmap v386: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.351835+0000 mgr.y (mgr.25387) 656 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.436981+0000 mgr.y (mgr.25387) 657 : cluster [DBG] pgmap v387: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.437558+0000 mgr.y (mgr.25387) 658 : cluster [DBG] pgmap v388: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.443376+0000 mgr.y (mgr.25387) 659 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.524981+0000 mgr.y (mgr.25387) 660 : cluster [DBG] pgmap v389: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.525269+0000 mgr.y (mgr.25387) 661 : cluster [DBG] pgmap v390: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.532401+0000 mgr.y (mgr.25387) 662 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.580527+0000 mgr.y (mgr.25387) 663 : cluster [DBG] pgmap v391: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.580789+0000 mgr.y (mgr.25387) 664 : cluster [DBG] pgmap v392: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.590040+0000 mgr.y (mgr.25387) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.672244+0000 mgr.y (mgr.25387) 666 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.672445+0000 mgr.y (mgr.25387) 667 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.680155+0000 mgr.y (mgr.25387) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.740007+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.740886+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.743987+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.744749+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.746086+0000 mgr.y (mgr.25387) 669 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.746296+0000 mgr.y (mgr.25387) 670 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.775826+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.776384+0000 mgr.y (mgr.25387) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.832794+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.834528+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.835300+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.837003+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.837596+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.838769+0000 mgr.y (mgr.25387) 672 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.838981+0000 mgr.y (mgr.25387) 673 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.843132+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.590040+0000 mgr.y (mgr.25387) 665 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.672244+0000 mgr.y (mgr.25387) 666 : cluster [DBG] pgmap v393: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.672445+0000 mgr.y (mgr.25387) 667 : cluster [DBG] pgmap v394: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.680155+0000 mgr.y (mgr.25387) 668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.740007+0000 mon.a (mon.0) 1659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.740886+0000 mon.a (mon.0) 1660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.743987+0000 mon.a (mon.0) 1661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.744749+0000 mon.a (mon.0) 1662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.746086+0000 mgr.y (mgr.25387) 669 : cluster [DBG] pgmap v395: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.746296+0000 mgr.y (mgr.25387) 670 : cluster [DBG] pgmap v396: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.775826+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.776384+0000 mgr.y (mgr.25387) 671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.832794+0000 mon.a (mon.0) 1664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.834528+0000 mon.a (mon.0) 1665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.835300+0000 mon.a (mon.0) 1666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.837003+0000 mon.a (mon.0) 1667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.837596+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.838769+0000 mgr.y (mgr.25387) 672 : cluster [DBG] pgmap v397: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.838981+0000 mgr.y (mgr.25387) 673 : cluster [DBG] pgmap v398: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.843132+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.843595+0000 mgr.y (mgr.25387) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.884261+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.885989+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.886772+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.888699+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.889306+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.890530+0000 mgr.y (mgr.25387) 675 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.890768+0000 mgr.y (mgr.25387) 676 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.897037+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.897455+0000 mgr.y (mgr.25387) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.954949+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.957359+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.958824+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.961157+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.961801+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.963005+0000 mgr.y (mgr.25387) 678 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:22.963238+0000 mgr.y (mgr.25387) 679 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:22.967223+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:22.967642+0000 mgr.y (mgr.25387) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.843595+0000 mgr.y (mgr.25387) 674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.884261+0000 mon.a (mon.0) 1670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.885989+0000 mon.a (mon.0) 1671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.886772+0000 mon.a (mon.0) 1672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.888699+0000 mon.a (mon.0) 1673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.889306+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.890530+0000 mgr.y (mgr.25387) 675 : cluster [DBG] pgmap v399: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.890768+0000 mgr.y (mgr.25387) 676 : cluster [DBG] pgmap v400: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.897037+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.897455+0000 mgr.y (mgr.25387) 677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.954949+0000 mon.a (mon.0) 1676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.957359+0000 mon.a (mon.0) 1677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.958824+0000 mon.a (mon.0) 1678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.961157+0000 mon.a (mon.0) 1679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.961801+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.963005+0000 mgr.y (mgr.25387) 678 : cluster [DBG] pgmap v401: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:22.963238+0000 mgr.y (mgr.25387) 679 : cluster [DBG] pgmap v402: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:22.967223+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:22.967642+0000 mgr.y (mgr.25387) 680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.024010+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.025965+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.026784+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.028799+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.029432+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.030592+0000 mgr.y (mgr.25387) 681 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.030807+0000 mgr.y (mgr.25387) 682 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.034975+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.035349+0000 mgr.y (mgr.25387) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.091578+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.093285+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.094018+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.095770+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.096322+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.101850+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.143631+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.145346+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.146165+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.147893+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.148495+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.024010+0000 mon.a (mon.0) 1682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.025965+0000 mon.a (mon.0) 1683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.026784+0000 mon.a (mon.0) 1684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.028799+0000 mon.a (mon.0) 1685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.029432+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.030592+0000 mgr.y (mgr.25387) 681 : cluster [DBG] pgmap v403: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.030807+0000 mgr.y (mgr.25387) 682 : cluster [DBG] pgmap v404: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.034975+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.035349+0000 mgr.y (mgr.25387) 683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.091578+0000 mon.a (mon.0) 1688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.093285+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.094018+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.095770+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.096322+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.101850+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.143631+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.145346+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.146165+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.147893+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.148495+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.154157+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.195183+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.197149+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.197958+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.199943+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.200669+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.209271+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.269641+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.271908+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.272905+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.274913+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.275560+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.281991+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.340147+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.342134+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.343255+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.345248+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.345904+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.351499+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.154157+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.195183+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.197149+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.197958+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.199943+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.200669+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.209271+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.269641+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.271908+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.272905+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.274913+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.275560+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.281991+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.340147+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.342134+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.343255+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.345248+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.345904+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.351499+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.392092+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.393999+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.394838+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.396713+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.397362+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.402761+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.444400+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.446112+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.446859+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.448539+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.449138+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.454488+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.496521+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.498888+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.499893+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.502071+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.503409+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.509921+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.552619+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.392092+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.393999+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.394838+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.396713+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.397362+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.402761+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.444400+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.446112+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.446859+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.448539+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.449138+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.454488+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.496521+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.498888+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.499893+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.502071+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.503409+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.509921+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.552619+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.554567+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.555306+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.557038+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.557624+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.564001+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.619169+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.622088+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.623422+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.626043+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.626819+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.632710+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.710945+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.712693+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.713421+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.715082+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.715632+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[73934]: audit 2024-03-30T04:43:23.721404+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.554567+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.555306+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.557038+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.557624+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.564001+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.619169+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.622088+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.623422+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.626043+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.626819+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.632710+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.710945+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.712693+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.713421+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.715082+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.715632+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:23 smithi097 bash[69502]: audit 2024-03-30T04:43:23.721404+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.093285+0000 mon.a (mon.0) 1689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.094018+0000 mon.a (mon.0) 1690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.095770+0000 mon.a (mon.0) 1691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.096322+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.101850+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.143631+0000 mon.a (mon.0) 1694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.145346+0000 mon.a (mon.0) 1695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.146165+0000 mon.a (mon.0) 1696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.147893+0000 mon.a (mon.0) 1697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.148495+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.154157+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.195183+0000 mon.a (mon.0) 1700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.197149+0000 mon.a (mon.0) 1701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.197958+0000 mon.a (mon.0) 1702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.199943+0000 mon.a (mon.0) 1703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.200669+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.209271+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.269641+0000 mon.a (mon.0) 1706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.271908+0000 mon.a (mon.0) 1707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.272905+0000 mon.a (mon.0) 1708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.274913+0000 mon.a (mon.0) 1709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.275560+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.281991+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.340147+0000 mon.a (mon.0) 1712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.342134+0000 mon.a (mon.0) 1713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.343255+0000 mon.a (mon.0) 1714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.345248+0000 mon.a (mon.0) 1715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.345904+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.351499+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.392092+0000 mon.a (mon.0) 1718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.393999+0000 mon.a (mon.0) 1719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.394838+0000 mon.a (mon.0) 1720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.396713+0000 mon.a (mon.0) 1721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.397362+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.402761+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.444400+0000 mon.a (mon.0) 1724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.446112+0000 mon.a (mon.0) 1725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.446859+0000 mon.a (mon.0) 1726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.448539+0000 mon.a (mon.0) 1727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.449138+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.454488+0000 mon.a (mon.0) 1729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.496521+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.498888+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.499893+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.502071+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.503409+0000 mon.a (mon.0) 1734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.509921+0000 mon.a (mon.0) 1735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.552619+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.554567+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.555306+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.557038+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.557624+0000 mon.a (mon.0) 1740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.564001+0000 mon.a (mon.0) 1741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.619169+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.622088+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.623422+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.626043+0000 mon.a (mon.0) 1745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.626819+0000 mon.a (mon.0) 1746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.632710+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.710945+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.712693+0000 mon.a (mon.0) 1749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.713421+0000 mon.a (mon.0) 1750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.715082+0000 mon.a (mon.0) 1751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.715632+0000 mon.a (mon.0) 1752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:23 smithi105 bash[18682]: audit 2024-03-30T04:43:23.721404+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:24.758 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:24 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Scheduled restart job, restart counter is at 10. 2024-03-30T04:43:24.759 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:24 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:24.759 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:24 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Start request repeated too quickly. 2024-03-30T04:43:24.759 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:24 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Failed with result 'exit-code'. 2024-03-30T04:43:24.759 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:24 smithi105 systemd[1]: Failed to start Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:25.027 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.097523+0000 mgr.y (mgr.25387) 684 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.027 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.097742+0000 mgr.y (mgr.25387) 685 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.027 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.102293+0000 mgr.y (mgr.25387) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.027 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.149683+0000 mgr.y (mgr.25387) 687 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.149916+0000 mgr.y (mgr.25387) 688 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.154583+0000 mgr.y (mgr.25387) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.201900+0000 mgr.y (mgr.25387) 690 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.202106+0000 mgr.y (mgr.25387) 691 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.209835+0000 mgr.y (mgr.25387) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.276939+0000 mgr.y (mgr.25387) 693 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.277233+0000 mgr.y (mgr.25387) 694 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.282524+0000 mgr.y (mgr.25387) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.347122+0000 mgr.y (mgr.25387) 696 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.347374+0000 mgr.y (mgr.25387) 697 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.351890+0000 mgr.y (mgr.25387) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.398590+0000 mgr.y (mgr.25387) 699 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.398832+0000 mgr.y (mgr.25387) 700 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.403155+0000 mgr.y (mgr.25387) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.450238+0000 mgr.y (mgr.25387) 702 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.450479+0000 mgr.y (mgr.25387) 703 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.097523+0000 mgr.y (mgr.25387) 684 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.097742+0000 mgr.y (mgr.25387) 685 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.102293+0000 mgr.y (mgr.25387) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.149683+0000 mgr.y (mgr.25387) 687 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.149916+0000 mgr.y (mgr.25387) 688 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.154583+0000 mgr.y (mgr.25387) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.201900+0000 mgr.y (mgr.25387) 690 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.202106+0000 mgr.y (mgr.25387) 691 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.209835+0000 mgr.y (mgr.25387) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.276939+0000 mgr.y (mgr.25387) 693 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.277233+0000 mgr.y (mgr.25387) 694 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.282524+0000 mgr.y (mgr.25387) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.347122+0000 mgr.y (mgr.25387) 696 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.347374+0000 mgr.y (mgr.25387) 697 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.351890+0000 mgr.y (mgr.25387) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.398590+0000 mgr.y (mgr.25387) 699 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.398832+0000 mgr.y (mgr.25387) 700 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.403155+0000 mgr.y (mgr.25387) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.450238+0000 mgr.y (mgr.25387) 702 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.030 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.450479+0000 mgr.y (mgr.25387) 703 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.456626+0000 mgr.y (mgr.25387) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.504944+0000 mgr.y (mgr.25387) 705 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.505201+0000 mgr.y (mgr.25387) 706 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.510369+0000 mgr.y (mgr.25387) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.558788+0000 mgr.y (mgr.25387) 708 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.559010+0000 mgr.y (mgr.25387) 709 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.564464+0000 mgr.y (mgr.25387) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.628480+0000 mgr.y (mgr.25387) 711 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.628709+0000 mgr.y (mgr.25387) 712 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.633119+0000 mgr.y (mgr.25387) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.716801+0000 mgr.y (mgr.25387) 714 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.717032+0000 mgr.y (mgr.25387) 715 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.721836+0000 mgr.y (mgr.25387) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.780148+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.782241+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.783205+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.785077+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.785641+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.786819+0000 mgr.y (mgr.25387) 717 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.787155+0000 mgr.y (mgr.25387) 718 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.456626+0000 mgr.y (mgr.25387) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.504944+0000 mgr.y (mgr.25387) 705 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.505201+0000 mgr.y (mgr.25387) 706 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.510369+0000 mgr.y (mgr.25387) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.558788+0000 mgr.y (mgr.25387) 708 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.559010+0000 mgr.y (mgr.25387) 709 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.564464+0000 mgr.y (mgr.25387) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.628480+0000 mgr.y (mgr.25387) 711 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.628709+0000 mgr.y (mgr.25387) 712 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.633119+0000 mgr.y (mgr.25387) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.716801+0000 mgr.y (mgr.25387) 714 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.717032+0000 mgr.y (mgr.25387) 715 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.721836+0000 mgr.y (mgr.25387) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.780148+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.782241+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.783205+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.785077+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.785641+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.786819+0000 mgr.y (mgr.25387) 717 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.787155+0000 mgr.y (mgr.25387) 718 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.790740+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.791196+0000 mgr.y (mgr.25387) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.847772+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.849588+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.850412+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.852217+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.852839+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.854120+0000 mgr.y (mgr.25387) 720 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.854370+0000 mgr.y (mgr.25387) 721 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.858624+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.859127+0000 mgr.y (mgr.25387) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.899934+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.901986+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.903329+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.905256+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.905886+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.907081+0000 mgr.y (mgr.25387) 723 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.907312+0000 mgr.y (mgr.25387) 724 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.912335+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.912830+0000 mgr.y (mgr.25387) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.790740+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.791196+0000 mgr.y (mgr.25387) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.847772+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.849588+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.850412+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.852217+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.852839+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.854120+0000 mgr.y (mgr.25387) 720 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.854370+0000 mgr.y (mgr.25387) 721 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.858624+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.859127+0000 mgr.y (mgr.25387) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.899934+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.901986+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.903329+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.905256+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.905886+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.907081+0000 mgr.y (mgr.25387) 723 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.907312+0000 mgr.y (mgr.25387) 724 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.912335+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.912830+0000 mgr.y (mgr.25387) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.952947+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.954683+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.955425+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.957191+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.957761+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.958911+0000 mgr.y (mgr.25387) 726 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:23.959166+0000 mgr.y (mgr.25387) 727 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:23.964229+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:23.964719+0000 mgr.y (mgr.25387) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.005409+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.007454+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.008384+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.010340+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.010950+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.012117+0000 mgr.y (mgr.25387) 729 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.012339+0000 mgr.y (mgr.25387) 730 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.016268+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.016838+0000 mgr.y (mgr.25387) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.056750+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.952947+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.954683+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.955425+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.957191+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.957761+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.958911+0000 mgr.y (mgr.25387) 726 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:23.959166+0000 mgr.y (mgr.25387) 727 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:23.964229+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:23.964719+0000 mgr.y (mgr.25387) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.005409+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.007454+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.008384+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.010340+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.010950+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.012117+0000 mgr.y (mgr.25387) 729 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.012339+0000 mgr.y (mgr.25387) 730 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.016268+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.016838+0000 mgr.y (mgr.25387) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.056750+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.058738+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.059702+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.061740+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.062422+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.063744+0000 mgr.y (mgr.25387) 732 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.063983+0000 mgr.y (mgr.25387) 733 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.068100+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.068684+0000 mgr.y (mgr.25387) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.040 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.109694+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.111470+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.112220+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.113909+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.114461+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.119749+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.160212+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.162060+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.163046+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.164910+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.165507+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.041 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.171722+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.058738+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.059702+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.061740+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.062422+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.063744+0000 mgr.y (mgr.25387) 732 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.063983+0000 mgr.y (mgr.25387) 733 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.068100+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.068684+0000 mgr.y (mgr.25387) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.109694+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.111470+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.112220+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.113909+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.114461+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.119749+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.160212+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.162060+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.163046+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.164910+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.165507+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.171722+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.212719+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.214389+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.215136+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.216820+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.217499+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.223323+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.475471+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.478204+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.480897+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.482504+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.496131+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.498011+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.543634+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.631509+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.635405+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.637366+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.641518+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.642794+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.654229+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.732032+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.735474+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.737067+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.740734+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[73934]: audit 2024-03-30T04:43:24.741833+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.212719+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.214389+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.215136+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.216820+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.217499+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.223323+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.475471+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.478204+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.480897+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.482504+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.496131+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.498011+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.543634+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.631509+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.635405+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.637366+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.641518+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.642794+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.654229+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.732032+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.735474+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.737067+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.740734+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:24 smithi097 bash[69502]: audit 2024-03-30T04:43:24.741833+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.097523+0000 mgr.y (mgr.25387) 684 : cluster [DBG] pgmap v405: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.097742+0000 mgr.y (mgr.25387) 685 : cluster [DBG] pgmap v406: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.102293+0000 mgr.y (mgr.25387) 686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.149683+0000 mgr.y (mgr.25387) 687 : cluster [DBG] pgmap v407: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.149916+0000 mgr.y (mgr.25387) 688 : cluster [DBG] pgmap v408: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.154583+0000 mgr.y (mgr.25387) 689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.201900+0000 mgr.y (mgr.25387) 690 : cluster [DBG] pgmap v409: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.202106+0000 mgr.y (mgr.25387) 691 : cluster [DBG] pgmap v410: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.209835+0000 mgr.y (mgr.25387) 692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.276939+0000 mgr.y (mgr.25387) 693 : cluster [DBG] pgmap v411: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.277233+0000 mgr.y (mgr.25387) 694 : cluster [DBG] pgmap v412: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.282524+0000 mgr.y (mgr.25387) 695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.347122+0000 mgr.y (mgr.25387) 696 : cluster [DBG] pgmap v413: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.347374+0000 mgr.y (mgr.25387) 697 : cluster [DBG] pgmap v414: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.351890+0000 mgr.y (mgr.25387) 698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.398590+0000 mgr.y (mgr.25387) 699 : cluster [DBG] pgmap v415: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.398832+0000 mgr.y (mgr.25387) 700 : cluster [DBG] pgmap v416: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.403155+0000 mgr.y (mgr.25387) 701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.450238+0000 mgr.y (mgr.25387) 702 : cluster [DBG] pgmap v417: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.450479+0000 mgr.y (mgr.25387) 703 : cluster [DBG] pgmap v418: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.456626+0000 mgr.y (mgr.25387) 704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.504944+0000 mgr.y (mgr.25387) 705 : cluster [DBG] pgmap v419: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.505201+0000 mgr.y (mgr.25387) 706 : cluster [DBG] pgmap v420: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.510369+0000 mgr.y (mgr.25387) 707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.558788+0000 mgr.y (mgr.25387) 708 : cluster [DBG] pgmap v421: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.559010+0000 mgr.y (mgr.25387) 709 : cluster [DBG] pgmap v422: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.564464+0000 mgr.y (mgr.25387) 710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.628480+0000 mgr.y (mgr.25387) 711 : cluster [DBG] pgmap v423: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.628709+0000 mgr.y (mgr.25387) 712 : cluster [DBG] pgmap v424: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.633119+0000 mgr.y (mgr.25387) 713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.716801+0000 mgr.y (mgr.25387) 714 : cluster [DBG] pgmap v425: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.717032+0000 mgr.y (mgr.25387) 715 : cluster [DBG] pgmap v426: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.721836+0000 mgr.y (mgr.25387) 716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.780148+0000 mon.a (mon.0) 1754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.782241+0000 mon.a (mon.0) 1755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.783205+0000 mon.a (mon.0) 1756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.785077+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.785641+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.786819+0000 mgr.y (mgr.25387) 717 : cluster [DBG] pgmap v427: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.787155+0000 mgr.y (mgr.25387) 718 : cluster [DBG] pgmap v428: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.790740+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.791196+0000 mgr.y (mgr.25387) 719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.847772+0000 mon.a (mon.0) 1760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.849588+0000 mon.a (mon.0) 1761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.850412+0000 mon.a (mon.0) 1762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.852217+0000 mon.a (mon.0) 1763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.852839+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.854120+0000 mgr.y (mgr.25387) 720 : cluster [DBG] pgmap v429: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.854370+0000 mgr.y (mgr.25387) 721 : cluster [DBG] pgmap v430: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.858624+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.859127+0000 mgr.y (mgr.25387) 722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.899934+0000 mon.a (mon.0) 1766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.901986+0000 mon.a (mon.0) 1767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.903329+0000 mon.a (mon.0) 1768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.905256+0000 mon.a (mon.0) 1769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.905886+0000 mon.a (mon.0) 1770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.907081+0000 mgr.y (mgr.25387) 723 : cluster [DBG] pgmap v431: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.907312+0000 mgr.y (mgr.25387) 724 : cluster [DBG] pgmap v432: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.912335+0000 mon.a (mon.0) 1771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.912830+0000 mgr.y (mgr.25387) 725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.952947+0000 mon.a (mon.0) 1772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.954683+0000 mon.a (mon.0) 1773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.955425+0000 mon.a (mon.0) 1774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.957191+0000 mon.a (mon.0) 1775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.957761+0000 mon.a (mon.0) 1776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.958911+0000 mgr.y (mgr.25387) 726 : cluster [DBG] pgmap v433: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:23.959166+0000 mgr.y (mgr.25387) 727 : cluster [DBG] pgmap v434: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:23.964229+0000 mon.a (mon.0) 1777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:23.964719+0000 mgr.y (mgr.25387) 728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.005409+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.007454+0000 mon.a (mon.0) 1779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.008384+0000 mon.a (mon.0) 1780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.010340+0000 mon.a (mon.0) 1781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.010950+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.012117+0000 mgr.y (mgr.25387) 729 : cluster [DBG] pgmap v435: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.012339+0000 mgr.y (mgr.25387) 730 : cluster [DBG] pgmap v436: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.016268+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.016838+0000 mgr.y (mgr.25387) 731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.056750+0000 mon.a (mon.0) 1784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.058738+0000 mon.a (mon.0) 1785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.059702+0000 mon.a (mon.0) 1786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.061740+0000 mon.a (mon.0) 1787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.062422+0000 mon.a (mon.0) 1788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.063744+0000 mgr.y (mgr.25387) 732 : cluster [DBG] pgmap v437: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.063983+0000 mgr.y (mgr.25387) 733 : cluster [DBG] pgmap v438: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.068100+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.068684+0000 mgr.y (mgr.25387) 734 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.109694+0000 mon.a (mon.0) 1790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.111470+0000 mon.a (mon.0) 1791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.112220+0000 mon.a (mon.0) 1792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.113909+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.114461+0000 mon.a (mon.0) 1794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.119749+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.160212+0000 mon.a (mon.0) 1796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.162060+0000 mon.a (mon.0) 1797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.163046+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.164910+0000 mon.a (mon.0) 1799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.165507+0000 mon.a (mon.0) 1800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.171722+0000 mon.a (mon.0) 1801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.212719+0000 mon.a (mon.0) 1802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.214389+0000 mon.a (mon.0) 1803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.215136+0000 mon.a (mon.0) 1804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.216820+0000 mon.a (mon.0) 1805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.217499+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.223323+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.475471+0000 mon.a (mon.0) 1808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.478204+0000 mon.a (mon.0) 1809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.480897+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.482504+0000 mon.a (mon.0) 1811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.496131+0000 mon.a (mon.0) 1812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.498011+0000 mon.a (mon.0) 1813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.543634+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.631509+0000 mon.a (mon.0) 1815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.635405+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.637366+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.641518+0000 mon.a (mon.0) 1818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.642794+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.654229+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.732032+0000 mon.a (mon.0) 1821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.735474+0000 mon.a (mon.0) 1822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.737067+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.740734+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:24 smithi105 bash[18682]: audit 2024-03-30T04:43:24.741833+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.115570+0000 mgr.y (mgr.25387) 735 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.115812+0000 mgr.y (mgr.25387) 736 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.120196+0000 mgr.y (mgr.25387) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.166661+0000 mgr.y (mgr.25387) 738 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.166844+0000 mgr.y (mgr.25387) 739 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.172192+0000 mgr.y (mgr.25387) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.218796+0000 mgr.y (mgr.25387) 741 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.219030+0000 mgr.y (mgr.25387) 742 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.224022+0000 mgr.y (mgr.25387) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.530201+0000 mgr.y (mgr.25387) 744 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.530520+0000 mgr.y (mgr.25387) 745 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.544222+0000 mgr.y (mgr.25387) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.645186+0000 mgr.y (mgr.25387) 747 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.645447+0000 mgr.y (mgr.25387) 748 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.654742+0000 mgr.y (mgr.25387) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.743919+0000 mgr.y (mgr.25387) 750 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.744146+0000 mgr.y (mgr.25387) 751 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.752370+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.752908+0000 mgr.y (mgr.25387) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.832956+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.115570+0000 mgr.y (mgr.25387) 735 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.115812+0000 mgr.y (mgr.25387) 736 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.120196+0000 mgr.y (mgr.25387) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.166661+0000 mgr.y (mgr.25387) 738 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.166844+0000 mgr.y (mgr.25387) 739 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.172192+0000 mgr.y (mgr.25387) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.218796+0000 mgr.y (mgr.25387) 741 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.219030+0000 mgr.y (mgr.25387) 742 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.224022+0000 mgr.y (mgr.25387) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.530201+0000 mgr.y (mgr.25387) 744 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.530520+0000 mgr.y (mgr.25387) 745 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.544222+0000 mgr.y (mgr.25387) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.645186+0000 mgr.y (mgr.25387) 747 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.645447+0000 mgr.y (mgr.25387) 748 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.654742+0000 mgr.y (mgr.25387) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.743919+0000 mgr.y (mgr.25387) 750 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.744146+0000 mgr.y (mgr.25387) 751 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.752370+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.752908+0000 mgr.y (mgr.25387) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.832956+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.835093+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.836185+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.838823+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.839587+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.841269+0000 mgr.y (mgr.25387) 753 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.841518+0000 mgr.y (mgr.25387) 754 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.845761+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.846575+0000 mgr.y (mgr.25387) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.892139+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.894138+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.894905+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.896909+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.897495+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.898621+0000 mgr.y (mgr.25387) 756 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.898866+0000 mgr.y (mgr.25387) 757 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.902929+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.903392+0000 mgr.y (mgr.25387) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.948139+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.950540+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.951492+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.953598+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.954293+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.955639+0000 mgr.y (mgr.25387) 759 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:24.955850+0000 mgr.y (mgr.25387) 760 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:24.960271+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:24.960932+0000 mgr.y (mgr.25387) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.022735+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.024752+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.025679+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.027562+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.028220+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.029450+0000 mgr.y (mgr.25387) 762 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.029675+0000 mgr.y (mgr.25387) 763 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.034267+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.036227+0000 mgr.y (mgr.25387) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.081419+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.083497+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.084345+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.086495+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.835093+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.836185+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.838823+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.839587+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.841269+0000 mgr.y (mgr.25387) 753 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.841518+0000 mgr.y (mgr.25387) 754 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.845761+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.846575+0000 mgr.y (mgr.25387) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.892139+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.894138+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.894905+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.896909+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.897495+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.898621+0000 mgr.y (mgr.25387) 756 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.898866+0000 mgr.y (mgr.25387) 757 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.902929+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.903392+0000 mgr.y (mgr.25387) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.948139+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.950540+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.951492+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.087146+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.092708+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.149835+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.151657+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.152463+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.154338+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.154961+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.161812+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.203842+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.205648+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.206491+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.208299+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.208970+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.214349+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.255077+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.256871+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.257819+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.259534+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.260113+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.265595+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.306405+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.308093+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.308837+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.310495+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.311042+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.317339+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.386328+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.388713+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.389719+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.392086+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.392798+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.401892+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.490592+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.495121+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.497002+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.501486+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.502931+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.517882+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.592752+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.595739+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.597091+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.600237+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.601735+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.611756+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.686843+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.689081+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.690449+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.692665+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.693313+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[73934]: audit 2024-03-30T04:43:25.701173+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.953598+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.954293+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.955639+0000 mgr.y (mgr.25387) 759 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:24.955850+0000 mgr.y (mgr.25387) 760 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:24.960271+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:24.960932+0000 mgr.y (mgr.25387) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.022735+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.024752+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.025679+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.027562+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.028220+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.029450+0000 mgr.y (mgr.25387) 762 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.029675+0000 mgr.y (mgr.25387) 763 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.034267+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.036227+0000 mgr.y (mgr.25387) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.081419+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.083497+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.084345+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.086495+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.087146+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.092708+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.149835+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.151657+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.152463+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.154338+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.154961+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.161812+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.203842+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.205648+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.206491+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.208299+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.208970+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.214349+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.255077+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.256871+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.257819+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.259534+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.260113+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.265595+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.306405+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.308093+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.308837+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.310495+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.311042+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.317339+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.386328+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.388713+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.389719+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.392086+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.392798+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.401892+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.490592+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.495121+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.497002+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.501486+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.502931+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.517882+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.592752+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.595739+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.597091+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.600237+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.601735+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.611756+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.686843+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.689081+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.690449+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.692665+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.693313+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:25 smithi097 bash[69502]: audit 2024-03-30T04:43:25.701173+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.115570+0000 mgr.y (mgr.25387) 735 : cluster [DBG] pgmap v439: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.115812+0000 mgr.y (mgr.25387) 736 : cluster [DBG] pgmap v440: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.120196+0000 mgr.y (mgr.25387) 737 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.166661+0000 mgr.y (mgr.25387) 738 : cluster [DBG] pgmap v441: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.166844+0000 mgr.y (mgr.25387) 739 : cluster [DBG] pgmap v442: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.172192+0000 mgr.y (mgr.25387) 740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.218796+0000 mgr.y (mgr.25387) 741 : cluster [DBG] pgmap v443: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.219030+0000 mgr.y (mgr.25387) 742 : cluster [DBG] pgmap v444: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.224022+0000 mgr.y (mgr.25387) 743 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.530201+0000 mgr.y (mgr.25387) 744 : cluster [DBG] pgmap v445: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.530520+0000 mgr.y (mgr.25387) 745 : cluster [DBG] pgmap v446: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.544222+0000 mgr.y (mgr.25387) 746 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.645186+0000 mgr.y (mgr.25387) 747 : cluster [DBG] pgmap v447: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.645447+0000 mgr.y (mgr.25387) 748 : cluster [DBG] pgmap v448: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.654742+0000 mgr.y (mgr.25387) 749 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.743919+0000 mgr.y (mgr.25387) 750 : cluster [DBG] pgmap v449: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.744146+0000 mgr.y (mgr.25387) 751 : cluster [DBG] pgmap v450: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.752370+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.752908+0000 mgr.y (mgr.25387) 752 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.832956+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.835093+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.836185+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.838823+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.839587+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.841269+0000 mgr.y (mgr.25387) 753 : cluster [DBG] pgmap v451: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.841518+0000 mgr.y (mgr.25387) 754 : cluster [DBG] pgmap v452: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.845761+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.846575+0000 mgr.y (mgr.25387) 755 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.892139+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.894138+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.894905+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.896909+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.897495+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.898621+0000 mgr.y (mgr.25387) 756 : cluster [DBG] pgmap v453: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.898866+0000 mgr.y (mgr.25387) 757 : cluster [DBG] pgmap v454: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.902929+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.903392+0000 mgr.y (mgr.25387) 758 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.948139+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.950540+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.951492+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.953598+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.954293+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.955639+0000 mgr.y (mgr.25387) 759 : cluster [DBG] pgmap v455: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:24.955850+0000 mgr.y (mgr.25387) 760 : cluster [DBG] pgmap v456: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:24.960271+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:24.960932+0000 mgr.y (mgr.25387) 761 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.022735+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.024752+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.025679+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.027562+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.028220+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.029450+0000 mgr.y (mgr.25387) 762 : cluster [DBG] pgmap v457: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.029675+0000 mgr.y (mgr.25387) 763 : cluster [DBG] pgmap v458: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.034267+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.036227+0000 mgr.y (mgr.25387) 764 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.081419+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.083497+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.084345+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.086495+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.087146+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.092708+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.149835+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.151657+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.152463+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.154338+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.154961+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.161812+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.203842+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.205648+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.206491+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.208299+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.208970+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.214349+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.255077+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.256871+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.257819+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.259534+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.260113+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.265595+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.306405+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.308093+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.308837+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.310495+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.311042+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.317339+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.386328+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.388713+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.389719+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.392086+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.392798+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.401892+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.490592+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.495121+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.497002+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.501486+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.502931+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.517882+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.592752+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.595739+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.597091+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.600237+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.601735+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.611756+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.686843+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.689081+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.690449+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.692665+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.693313+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:25 smithi105 bash[18682]: audit 2024-03-30T04:43:25.701173+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.088388+0000 mgr.y (mgr.25387) 765 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.088623+0000 mgr.y (mgr.25387) 766 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.093114+0000 mgr.y (mgr.25387) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.156316+0000 mgr.y (mgr.25387) 768 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.156595+0000 mgr.y (mgr.25387) 769 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.162263+0000 mgr.y (mgr.25387) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.210174+0000 mgr.y (mgr.25387) 771 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.210360+0000 mgr.y (mgr.25387) 772 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.214786+0000 mgr.y (mgr.25387) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.261227+0000 mgr.y (mgr.25387) 774 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.261465+0000 mgr.y (mgr.25387) 775 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.265996+0000 mgr.y (mgr.25387) 776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.312186+0000 mgr.y (mgr.25387) 777 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.312390+0000 mgr.y (mgr.25387) 778 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.317753+0000 mgr.y (mgr.25387) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.395163+0000 mgr.y (mgr.25387) 780 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.395569+0000 mgr.y (mgr.25387) 781 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.402330+0000 mgr.y (mgr.25387) 782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.505703+0000 mgr.y (mgr.25387) 783 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:43:27.042 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.506350+0000 mgr.y (mgr.25387) 784 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.088388+0000 mgr.y (mgr.25387) 765 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.088623+0000 mgr.y (mgr.25387) 766 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.093114+0000 mgr.y (mgr.25387) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.156316+0000 mgr.y (mgr.25387) 768 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.156595+0000 mgr.y (mgr.25387) 769 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.162263+0000 mgr.y (mgr.25387) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.210174+0000 mgr.y (mgr.25387) 771 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.210360+0000 mgr.y (mgr.25387) 772 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.214786+0000 mgr.y (mgr.25387) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.043 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.261227+0000 mgr.y (mgr.25387) 774 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.261465+0000 mgr.y (mgr.25387) 775 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.265996+0000 mgr.y (mgr.25387) 776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.312186+0000 mgr.y (mgr.25387) 777 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.312390+0000 mgr.y (mgr.25387) 778 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.317753+0000 mgr.y (mgr.25387) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.395163+0000 mgr.y (mgr.25387) 780 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.395569+0000 mgr.y (mgr.25387) 781 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.402330+0000 mgr.y (mgr.25387) 782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.505703+0000 mgr.y (mgr.25387) 783 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.506350+0000 mgr.y (mgr.25387) 784 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:43:27.044 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.518522+0000 mgr.y (mgr.25387) 785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.603507+0000 mgr.y (mgr.25387) 786 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.603697+0000 mgr.y (mgr.25387) 787 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.612227+0000 mgr.y (mgr.25387) 788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.694725+0000 mgr.y (mgr.25387) 789 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.694905+0000 mgr.y (mgr.25387) 790 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.701881+0000 mgr.y (mgr.25387) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.780760+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.782883+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.783932+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.786106+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.786689+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.787833+0000 mgr.y (mgr.25387) 792 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.788016+0000 mgr.y (mgr.25387) 793 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.045 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.798666+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.799116+0000 mgr.y (mgr.25387) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.839979+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.841975+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.842836+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.518522+0000 mgr.y (mgr.25387) 785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.603507+0000 mgr.y (mgr.25387) 786 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.603697+0000 mgr.y (mgr.25387) 787 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.612227+0000 mgr.y (mgr.25387) 788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.694725+0000 mgr.y (mgr.25387) 789 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.046 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.694905+0000 mgr.y (mgr.25387) 790 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.701881+0000 mgr.y (mgr.25387) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.780760+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.782883+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.783932+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.786106+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.786689+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.787833+0000 mgr.y (mgr.25387) 792 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.788016+0000 mgr.y (mgr.25387) 793 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.798666+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.799116+0000 mgr.y (mgr.25387) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.839979+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.841975+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.842836+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.844804+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.845423+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.846745+0000 mgr.y (mgr.25387) 795 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.847083+0000 mgr.y (mgr.25387) 796 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.851532+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.852070+0000 mgr.y (mgr.25387) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.909478+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.911272+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.912111+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.913952+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.048 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.914614+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.916081+0000 mgr.y (mgr.25387) 798 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:25.916550+0000 mgr.y (mgr.25387) 799 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:25.921603+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:25.922203+0000 mgr.y (mgr.25387) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.002637+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.005070+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.005925+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.008103+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.008775+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.844804+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.049 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.845423+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.846745+0000 mgr.y (mgr.25387) 795 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.847083+0000 mgr.y (mgr.25387) 796 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.851532+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.852070+0000 mgr.y (mgr.25387) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.909478+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.911272+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.912111+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.913952+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.914614+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.916081+0000 mgr.y (mgr.25387) 798 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:25.916550+0000 mgr.y (mgr.25387) 799 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:25.921603+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:25.922203+0000 mgr.y (mgr.25387) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.002637+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.050 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.005070+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.005925+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.008103+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.008775+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.010173+0000 mgr.y (mgr.25387) 801 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.010533+0000 mgr.y (mgr.25387) 802 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.015571+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.015986+0000 mgr.y (mgr.25387) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.056880+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.058740+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.051 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.059532+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.061360+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.061960+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.063162+0000 mgr.y (mgr.25387) 804 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.063407+0000 mgr.y (mgr.25387) 805 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.068432+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.068908+0000 mgr.y (mgr.25387) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.109094+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.111006+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.111898+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.113845+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.114529+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.052 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.122966+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.010173+0000 mgr.y (mgr.25387) 801 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.010533+0000 mgr.y (mgr.25387) 802 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.015571+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.015986+0000 mgr.y (mgr.25387) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.056880+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.058740+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.059532+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.061360+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.061960+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.063162+0000 mgr.y (mgr.25387) 804 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.063407+0000 mgr.y (mgr.25387) 805 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.068432+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.053 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.068908+0000 mgr.y (mgr.25387) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.109094+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.111006+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.111898+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.113845+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.114529+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.122966+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.180952+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.182883+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.184193+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.185966+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.054 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.186636+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.194408+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.252142+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.253865+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.254647+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.256365+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.256961+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.264339+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.305303+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.307119+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.307927+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.309697+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.310344+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.317917+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.055 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.358708+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.180952+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.182883+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.184193+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.185966+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.186636+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.194408+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.252142+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.253865+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.254647+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.256365+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.056 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.256961+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.264339+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.305303+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.307119+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.307927+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.309697+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.310344+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.317917+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.358708+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.360707+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.361457+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.057 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.363438+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.364013+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.369657+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.410587+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.412370+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.413170+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.414999+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.415627+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.422100+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.464783+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.466792+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.467808+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.469703+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.470344+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.058 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.476407+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.518807+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.520836+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.360707+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.361457+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.363438+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.364013+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.369657+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.410587+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.412370+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.059 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.413170+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.414999+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.415627+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.422100+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.464783+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.466792+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.467808+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.469703+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.470344+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.476407+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.518807+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.060 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.520836+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.521786+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.523881+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.524545+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.530728+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.593488+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.597341+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.598719+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.601735+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.602793+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.609612+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.681539+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.685223+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.686595+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.061 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.690442+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.691466+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.698209+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.757660+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.759523+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.760371+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.762315+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.762936+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[69502]: audit 2024-03-30T04:43:26.768497+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.062 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.521786+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.523881+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.524545+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.530728+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.593488+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.597341+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.598719+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.601735+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.602793+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.609612+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.681539+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.685223+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.686595+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.690442+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.691466+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.063 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.698209+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.064 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.757660+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.064 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.759523+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.064 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.760371+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.064 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.762315+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.064 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.762936+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.064 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:26 smithi097 bash[73934]: audit 2024-03-30T04:43:26.768497+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.088388+0000 mgr.y (mgr.25387) 765 : cluster [DBG] pgmap v459: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.088623+0000 mgr.y (mgr.25387) 766 : cluster [DBG] pgmap v460: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.093114+0000 mgr.y (mgr.25387) 767 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.156316+0000 mgr.y (mgr.25387) 768 : cluster [DBG] pgmap v461: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.156595+0000 mgr.y (mgr.25387) 769 : cluster [DBG] pgmap v462: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.162263+0000 mgr.y (mgr.25387) 770 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.210174+0000 mgr.y (mgr.25387) 771 : cluster [DBG] pgmap v463: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.210360+0000 mgr.y (mgr.25387) 772 : cluster [DBG] pgmap v464: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.214786+0000 mgr.y (mgr.25387) 773 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.261227+0000 mgr.y (mgr.25387) 774 : cluster [DBG] pgmap v465: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.261465+0000 mgr.y (mgr.25387) 775 : cluster [DBG] pgmap v466: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.265996+0000 mgr.y (mgr.25387) 776 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.312186+0000 mgr.y (mgr.25387) 777 : cluster [DBG] pgmap v467: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.312390+0000 mgr.y (mgr.25387) 778 : cluster [DBG] pgmap v468: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.317753+0000 mgr.y (mgr.25387) 779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.395163+0000 mgr.y (mgr.25387) 780 : cluster [DBG] pgmap v469: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.395569+0000 mgr.y (mgr.25387) 781 : cluster [DBG] pgmap v470: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.402330+0000 mgr.y (mgr.25387) 782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.505703+0000 mgr.y (mgr.25387) 783 : cluster [DBG] pgmap v471: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.506350+0000 mgr.y (mgr.25387) 784 : cluster [DBG] pgmap v472: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s 2024-03-30T04:43:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.518522+0000 mgr.y (mgr.25387) 785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.603507+0000 mgr.y (mgr.25387) 786 : cluster [DBG] pgmap v473: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.603697+0000 mgr.y (mgr.25387) 787 : cluster [DBG] pgmap v474: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.612227+0000 mgr.y (mgr.25387) 788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.694725+0000 mgr.y (mgr.25387) 789 : cluster [DBG] pgmap v475: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.694905+0000 mgr.y (mgr.25387) 790 : cluster [DBG] pgmap v476: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.701881+0000 mgr.y (mgr.25387) 791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.780760+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.782883+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.783932+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.786106+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.786689+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.787833+0000 mgr.y (mgr.25387) 792 : cluster [DBG] pgmap v477: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.788016+0000 mgr.y (mgr.25387) 793 : cluster [DBG] pgmap v478: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.798666+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.799116+0000 mgr.y (mgr.25387) 794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.839979+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.841975+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.842836+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.844804+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.845423+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.846745+0000 mgr.y (mgr.25387) 795 : cluster [DBG] pgmap v479: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.847083+0000 mgr.y (mgr.25387) 796 : cluster [DBG] pgmap v480: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.851532+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.852070+0000 mgr.y (mgr.25387) 797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.909478+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.911272+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.912111+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.913952+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.914614+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.916081+0000 mgr.y (mgr.25387) 798 : cluster [DBG] pgmap v481: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:25.916550+0000 mgr.y (mgr.25387) 799 : cluster [DBG] pgmap v482: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:25.921603+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:25.922203+0000 mgr.y (mgr.25387) 800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.002637+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.005070+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.005925+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.008103+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.008775+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.010173+0000 mgr.y (mgr.25387) 801 : cluster [DBG] pgmap v483: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.010533+0000 mgr.y (mgr.25387) 802 : cluster [DBG] pgmap v484: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.015571+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.015986+0000 mgr.y (mgr.25387) 803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.056880+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.058740+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.059532+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.061360+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.061960+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.063162+0000 mgr.y (mgr.25387) 804 : cluster [DBG] pgmap v485: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.063407+0000 mgr.y (mgr.25387) 805 : cluster [DBG] pgmap v486: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.068432+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.068908+0000 mgr.y (mgr.25387) 806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.109094+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.111006+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.111898+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.113845+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.114529+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.122966+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.180952+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.182883+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.184193+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.185966+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.186636+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.194408+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.252142+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.253865+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.254647+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.256365+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.256961+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.264339+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.305303+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.307119+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.307927+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.309697+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.310344+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.317917+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.358708+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.360707+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.361457+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.363438+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.364013+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.369657+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.410587+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.412370+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.413170+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.414999+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.415627+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.422100+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.464783+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.466792+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.467808+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.469703+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.470344+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.476407+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.518807+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.520836+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.521786+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.523881+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.524545+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.530728+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.593488+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.597341+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.598719+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.601735+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.602793+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.609612+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.681539+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.685223+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.686595+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.690442+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.691466+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.698209+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.757660+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.759523+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.760371+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.762315+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.762936+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:27.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:26 smithi105 bash[18682]: audit 2024-03-30T04:43:26.768497+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.115823+0000 mgr.y (mgr.25387) 807 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.116110+0000 mgr.y (mgr.25387) 808 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.123430+0000 mgr.y (mgr.25387) 809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.187853+0000 mgr.y (mgr.25387) 810 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.188062+0000 mgr.y (mgr.25387) 811 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.194990+0000 mgr.y (mgr.25387) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.258088+0000 mgr.y (mgr.25387) 813 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.258294+0000 mgr.y (mgr.25387) 814 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.264857+0000 mgr.y (mgr.25387) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.311522+0000 mgr.y (mgr.25387) 816 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.311756+0000 mgr.y (mgr.25387) 817 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.318378+0000 mgr.y (mgr.25387) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.365159+0000 mgr.y (mgr.25387) 819 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.365409+0000 mgr.y (mgr.25387) 820 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.370146+0000 mgr.y (mgr.25387) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.416770+0000 mgr.y (mgr.25387) 822 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.416950+0000 mgr.y (mgr.25387) 823 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.422608+0000 mgr.y (mgr.25387) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.471620+0000 mgr.y (mgr.25387) 825 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.471860+0000 mgr.y (mgr.25387) 826 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.115823+0000 mgr.y (mgr.25387) 807 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.116110+0000 mgr.y (mgr.25387) 808 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.123430+0000 mgr.y (mgr.25387) 809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.187853+0000 mgr.y (mgr.25387) 810 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.188062+0000 mgr.y (mgr.25387) 811 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.194990+0000 mgr.y (mgr.25387) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.258088+0000 mgr.y (mgr.25387) 813 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.258294+0000 mgr.y (mgr.25387) 814 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.264857+0000 mgr.y (mgr.25387) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.311522+0000 mgr.y (mgr.25387) 816 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.311756+0000 mgr.y (mgr.25387) 817 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.318378+0000 mgr.y (mgr.25387) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.365159+0000 mgr.y (mgr.25387) 819 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.365409+0000 mgr.y (mgr.25387) 820 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.370146+0000 mgr.y (mgr.25387) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.416770+0000 mgr.y (mgr.25387) 822 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.416950+0000 mgr.y (mgr.25387) 823 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.422608+0000 mgr.y (mgr.25387) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.471620+0000 mgr.y (mgr.25387) 825 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.471860+0000 mgr.y (mgr.25387) 826 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.476915+0000 mgr.y (mgr.25387) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.525846+0000 mgr.y (mgr.25387) 828 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.526092+0000 mgr.y (mgr.25387) 829 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.531166+0000 mgr.y (mgr.25387) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.604962+0000 mgr.y (mgr.25387) 831 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.605218+0000 mgr.y (mgr.25387) 832 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.609976+0000 mgr.y (mgr.25387) 833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.693515+0000 mgr.y (mgr.25387) 834 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.693782+0000 mgr.y (mgr.25387) 835 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.698638+0000 mgr.y (mgr.25387) 836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.764183+0000 mgr.y (mgr.25387) 837 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.764425+0000 mgr.y (mgr.25387) 838 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.768945+0000 mgr.y (mgr.25387) 839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.825795+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.827623+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.828468+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.830293+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.830939+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.832166+0000 mgr.y (mgr.25387) 840 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.832414+0000 mgr.y (mgr.25387) 841 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.476915+0000 mgr.y (mgr.25387) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.525846+0000 mgr.y (mgr.25387) 828 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.526092+0000 mgr.y (mgr.25387) 829 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.531166+0000 mgr.y (mgr.25387) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.604962+0000 mgr.y (mgr.25387) 831 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.605218+0000 mgr.y (mgr.25387) 832 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.609976+0000 mgr.y (mgr.25387) 833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.693515+0000 mgr.y (mgr.25387) 834 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.693782+0000 mgr.y (mgr.25387) 835 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.698638+0000 mgr.y (mgr.25387) 836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.764183+0000 mgr.y (mgr.25387) 837 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.764425+0000 mgr.y (mgr.25387) 838 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.768945+0000 mgr.y (mgr.25387) 839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.825795+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.827623+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.828468+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.830293+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.830939+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.832166+0000 mgr.y (mgr.25387) 840 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.832414+0000 mgr.y (mgr.25387) 841 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.836345+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.836860+0000 mgr.y (mgr.25387) 842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.881725+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.883519+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.884334+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.886081+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.886715+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.887971+0000 mgr.y (mgr.25387) 843 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.888230+0000 mgr.y (mgr.25387) 844 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.892228+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.892653+0000 mgr.y (mgr.25387) 845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.933416+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.935302+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.936091+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.937855+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.938413+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.939533+0000 mgr.y (mgr.25387) 846 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.939764+0000 mgr.y (mgr.25387) 847 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.943740+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.944168+0000 mgr.y (mgr.25387) 848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.836345+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.836860+0000 mgr.y (mgr.25387) 842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.881725+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.883519+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.884334+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.886081+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.886715+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.887971+0000 mgr.y (mgr.25387) 843 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.888230+0000 mgr.y (mgr.25387) 844 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.892228+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.892653+0000 mgr.y (mgr.25387) 845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.933416+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.935302+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.936091+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.937855+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.938413+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.939533+0000 mgr.y (mgr.25387) 846 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.939764+0000 mgr.y (mgr.25387) 847 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.943740+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.944168+0000 mgr.y (mgr.25387) 848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.984113+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.985923+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.986798+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.988698+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.989345+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.990508+0000 mgr.y (mgr.25387) 849 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:26.990713+0000 mgr.y (mgr.25387) 850 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:26.995635+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:26.996070+0000 mgr.y (mgr.25387) 851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.036137+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.037826+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.038589+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.040270+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.040883+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.042092+0000 mgr.y (mgr.25387) 852 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.042296+0000 mgr.y (mgr.25387) 853 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.046464+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.047067+0000 mgr.y (mgr.25387) 854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.088607+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.984113+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.985923+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.986798+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.988698+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.989345+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.990508+0000 mgr.y (mgr.25387) 849 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:26.990713+0000 mgr.y (mgr.25387) 850 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:26.995635+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:26.996070+0000 mgr.y (mgr.25387) 851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.036137+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.037826+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.038589+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.040270+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.040883+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.042092+0000 mgr.y (mgr.25387) 852 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.042296+0000 mgr.y (mgr.25387) 853 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.046464+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.047067+0000 mgr.y (mgr.25387) 854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.088607+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.090660+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.091432+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.093185+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.093772+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.099299+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.157113+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.158847+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.159587+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.161285+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.161818+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.167552+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.208598+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.210264+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.210974+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.212666+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.213261+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.220465+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.277715+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.280244+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.090660+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.091432+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.093185+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.093772+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.099299+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.157113+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.158847+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.159587+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.161285+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.161818+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.167552+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.208598+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.210264+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.210974+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.212666+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.213261+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.220465+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.277715+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.280244+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.281676+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.284743+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.285801+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.293554+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.335628+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.337396+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.338165+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.339990+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.340719+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.348544+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.406131+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.407985+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.408893+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.411002+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.411693+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.419068+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.460266+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.462022+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.462778+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.281676+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.284743+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.285801+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.293554+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.335628+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.337396+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.338165+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.339990+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.340719+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.348544+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.406131+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.407985+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.408893+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.411002+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.411693+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.419068+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.460266+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.462022+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.462778+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.464730+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.465326+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.472672+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.513118+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.515046+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.515945+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.517882+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.518525+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.526168+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.567846+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.569738+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.570662+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.572548+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.573183+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.581391+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.621712+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.623412+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.624167+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.625963+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.464730+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.465326+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.472672+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.513118+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.515046+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.515945+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.517882+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.518525+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.526168+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.567846+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.569738+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.570662+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.572548+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.573183+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.581391+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.621712+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.623412+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.624167+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.625963+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.626540+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.634160+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.675092+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.677078+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.677995+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.679883+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.680488+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.688226+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.745371+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.747414+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.748473+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.750800+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.751494+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[73934]: audit 2024-03-30T04:43:27.760624+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.626540+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.634160+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.675092+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.677078+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.677995+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.679883+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.680488+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.688226+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.745371+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.747414+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.748473+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.150 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.750800+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.150 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.751494+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.150 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:27 smithi097 bash[69502]: audit 2024-03-30T04:43:27.760624+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.115823+0000 mgr.y (mgr.25387) 807 : cluster [DBG] pgmap v487: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.116110+0000 mgr.y (mgr.25387) 808 : cluster [DBG] pgmap v488: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.123430+0000 mgr.y (mgr.25387) 809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.187853+0000 mgr.y (mgr.25387) 810 : cluster [DBG] pgmap v489: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.188062+0000 mgr.y (mgr.25387) 811 : cluster [DBG] pgmap v490: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.194990+0000 mgr.y (mgr.25387) 812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.258088+0000 mgr.y (mgr.25387) 813 : cluster [DBG] pgmap v491: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.258294+0000 mgr.y (mgr.25387) 814 : cluster [DBG] pgmap v492: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.264857+0000 mgr.y (mgr.25387) 815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.311522+0000 mgr.y (mgr.25387) 816 : cluster [DBG] pgmap v493: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.311756+0000 mgr.y (mgr.25387) 817 : cluster [DBG] pgmap v494: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.318378+0000 mgr.y (mgr.25387) 818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.365159+0000 mgr.y (mgr.25387) 819 : cluster [DBG] pgmap v495: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.365409+0000 mgr.y (mgr.25387) 820 : cluster [DBG] pgmap v496: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.370146+0000 mgr.y (mgr.25387) 821 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.416770+0000 mgr.y (mgr.25387) 822 : cluster [DBG] pgmap v497: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.416950+0000 mgr.y (mgr.25387) 823 : cluster [DBG] pgmap v498: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.422608+0000 mgr.y (mgr.25387) 824 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.471620+0000 mgr.y (mgr.25387) 825 : cluster [DBG] pgmap v499: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.471860+0000 mgr.y (mgr.25387) 826 : cluster [DBG] pgmap v500: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.476915+0000 mgr.y (mgr.25387) 827 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.525846+0000 mgr.y (mgr.25387) 828 : cluster [DBG] pgmap v501: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.526092+0000 mgr.y (mgr.25387) 829 : cluster [DBG] pgmap v502: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.531166+0000 mgr.y (mgr.25387) 830 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.604962+0000 mgr.y (mgr.25387) 831 : cluster [DBG] pgmap v503: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.605218+0000 mgr.y (mgr.25387) 832 : cluster [DBG] pgmap v504: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.609976+0000 mgr.y (mgr.25387) 833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.693515+0000 mgr.y (mgr.25387) 834 : cluster [DBG] pgmap v505: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.693782+0000 mgr.y (mgr.25387) 835 : cluster [DBG] pgmap v506: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.698638+0000 mgr.y (mgr.25387) 836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.764183+0000 mgr.y (mgr.25387) 837 : cluster [DBG] pgmap v507: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.764425+0000 mgr.y (mgr.25387) 838 : cluster [DBG] pgmap v508: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.768945+0000 mgr.y (mgr.25387) 839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.825795+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.827623+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.828468+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.830293+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.830939+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.832166+0000 mgr.y (mgr.25387) 840 : cluster [DBG] pgmap v509: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.832414+0000 mgr.y (mgr.25387) 841 : cluster [DBG] pgmap v510: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.836345+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.836860+0000 mgr.y (mgr.25387) 842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.881725+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.883519+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.884334+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.886081+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.886715+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.887971+0000 mgr.y (mgr.25387) 843 : cluster [DBG] pgmap v511: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.888230+0000 mgr.y (mgr.25387) 844 : cluster [DBG] pgmap v512: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.892228+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.892653+0000 mgr.y (mgr.25387) 845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.933416+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.935302+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.936091+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.937855+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.938413+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.939533+0000 mgr.y (mgr.25387) 846 : cluster [DBG] pgmap v513: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.939764+0000 mgr.y (mgr.25387) 847 : cluster [DBG] pgmap v514: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.943740+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.944168+0000 mgr.y (mgr.25387) 848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.984113+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.985923+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.986798+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.988698+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.989345+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.990508+0000 mgr.y (mgr.25387) 849 : cluster [DBG] pgmap v515: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:26.990713+0000 mgr.y (mgr.25387) 850 : cluster [DBG] pgmap v516: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:26.995635+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:26.996070+0000 mgr.y (mgr.25387) 851 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.036137+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.037826+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.038589+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.040270+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.040883+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.042092+0000 mgr.y (mgr.25387) 852 : cluster [DBG] pgmap v517: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.042296+0000 mgr.y (mgr.25387) 853 : cluster [DBG] pgmap v518: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.046464+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.047067+0000 mgr.y (mgr.25387) 854 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.088607+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.090660+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.091432+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.093185+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.093772+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.099299+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.157113+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.158847+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.159587+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.161285+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.161818+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.167552+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.208598+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.210264+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.210974+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.212666+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.213261+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.220465+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.277715+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.280244+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.281676+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.284743+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.285801+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.293554+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.335628+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.337396+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.338165+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.339990+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.340719+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.348544+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.406131+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.407985+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.408893+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.411002+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.411693+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.419068+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.460266+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.462022+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.462778+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.464730+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.465326+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.472672+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.513118+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.515046+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.515945+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.517882+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.518525+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.526168+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.567846+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.569738+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.570662+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.572548+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.573183+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.581391+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.621712+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.623412+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.624167+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.625963+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.626540+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.634160+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.675092+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.677078+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.677995+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.679883+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.680488+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.688226+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.745371+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.747414+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.748473+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.750800+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.751494+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:27 smithi105 bash[18682]: audit 2024-03-30T04:43:27.760624+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[52959]: ts=2024-03-30T04:43:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:28.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.094997+0000 mgr.y (mgr.25387) 855 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.095247+0000 mgr.y (mgr.25387) 856 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.099731+0000 mgr.y (mgr.25387) 857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.163018+0000 mgr.y (mgr.25387) 858 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.163257+0000 mgr.y (mgr.25387) 859 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.167907+0000 mgr.y (mgr.25387) 860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.214434+0000 mgr.y (mgr.25387) 861 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.214663+0000 mgr.y (mgr.25387) 862 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.220780+0000 mgr.y (mgr.25387) 863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.287555+0000 mgr.y (mgr.25387) 864 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.287810+0000 mgr.y (mgr.25387) 865 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.293992+0000 mgr.y (mgr.25387) 866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.342039+0000 mgr.y (mgr.25387) 867 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.342280+0000 mgr.y (mgr.25387) 868 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.349017+0000 mgr.y (mgr.25387) 869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.413195+0000 mgr.y (mgr.25387) 870 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.413588+0000 mgr.y (mgr.25387) 871 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.419517+0000 mgr.y (mgr.25387) 872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.466470+0000 mgr.y (mgr.25387) 873 : cluster [DBG] pgmap v531: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.466694+0000 mgr.y (mgr.25387) 874 : cluster [DBG] pgmap v532: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.473017+0000 mgr.y (mgr.25387) 875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.519744+0000 mgr.y (mgr.25387) 876 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.519972+0000 mgr.y (mgr.25387) 877 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.526566+0000 mgr.y (mgr.25387) 878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.574404+0000 mgr.y (mgr.25387) 879 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.574654+0000 mgr.y (mgr.25387) 880 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.581851+0000 mgr.y (mgr.25387) 881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.627722+0000 mgr.y (mgr.25387) 882 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.627962+0000 mgr.y (mgr.25387) 883 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.634641+0000 mgr.y (mgr.25387) 884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.681736+0000 mgr.y (mgr.25387) 885 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.682009+0000 mgr.y (mgr.25387) 886 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.688726+0000 mgr.y (mgr.25387) 887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.752943+0000 mgr.y (mgr.25387) 888 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.753267+0000 mgr.y (mgr.25387) 889 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.761199+0000 mgr.y (mgr.25387) 890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.838211+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.840405+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.841379+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.843457+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.844157+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.845504+0000 mgr.y (mgr.25387) 891 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.845813+0000 mgr.y (mgr.25387) 892 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.849473+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.849866+0000 mgr.y (mgr.25387) 893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.894821+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.896889+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.897676+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.899636+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.900232+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.901553+0000 mgr.y (mgr.25387) 894 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.901830+0000 mgr.y (mgr.25387) 895 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.905868+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.906359+0000 mgr.y (mgr.25387) 896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.967133+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.969209+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.970119+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.972027+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.972670+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.974073+0000 mgr.y (mgr.25387) 897 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:27.974414+0000 mgr.y (mgr.25387) 898 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:27.978313+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:27.978763+0000 mgr.y (mgr.25387) 899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.023588+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.025862+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.026850+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.028967+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.029636+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.030917+0000 mgr.y (mgr.25387) 900 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.031121+0000 mgr.y (mgr.25387) 901 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.036147+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.036641+0000 mgr.y (mgr.25387) 902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.081581+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.084045+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.085229+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.088384+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.089305+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.095699+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.136792+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.138790+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.139632+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.141547+0000 mon.a (mon.0) 2136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.142151+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.148595+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.193913+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.196080+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.196933+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.198868+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.199540+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.205790+0000 mon.a (mon.0) 2144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.250896+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.253096+0000 mon.a (mon.0) 2146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.254283+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.256330+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.257031+0000 mon.a (mon.0) 2149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.263693+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.304496+0000 mon.a (mon.0) 2151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.306483+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.307549+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.309650+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.310318+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.315755+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.356670+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.358577+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.359658+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.361543+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.362209+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.368155+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.425846+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.427706+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.428579+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.430539+0000 mon.a (mon.0) 2166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.431188+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.437258+0000 mon.a (mon.0) 2168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.494997+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.497411+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.498330+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.500708+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.501511+0000 mon.a (mon.0) 2173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.507971+0000 mon.a (mon.0) 2174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.549576+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.551409+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.552259+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.554189+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.554838+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.561340+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.602494+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.604401+0000 mon.a (mon.0) 2182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.605654+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.607741+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.608367+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.613948+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.675765+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.678264+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.679157+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.681232+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.681886+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.687531+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.744981+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.746876+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:28.972 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.748119+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:28.973 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.751274+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:28.973 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.751960+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:28.973 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:28 smithi105 bash[18682]: audit 2024-03-30T04:43:28.759141+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.094997+0000 mgr.y (mgr.25387) 855 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.095247+0000 mgr.y (mgr.25387) 856 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.099731+0000 mgr.y (mgr.25387) 857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.163018+0000 mgr.y (mgr.25387) 858 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.163257+0000 mgr.y (mgr.25387) 859 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.167907+0000 mgr.y (mgr.25387) 860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.214434+0000 mgr.y (mgr.25387) 861 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.214663+0000 mgr.y (mgr.25387) 862 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.220780+0000 mgr.y (mgr.25387) 863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.287555+0000 mgr.y (mgr.25387) 864 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.287810+0000 mgr.y (mgr.25387) 865 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.293992+0000 mgr.y (mgr.25387) 866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.342039+0000 mgr.y (mgr.25387) 867 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.342280+0000 mgr.y (mgr.25387) 868 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.349017+0000 mgr.y (mgr.25387) 869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.413195+0000 mgr.y (mgr.25387) 870 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.413588+0000 mgr.y (mgr.25387) 871 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.419517+0000 mgr.y (mgr.25387) 872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.466470+0000 mgr.y (mgr.25387) 873 : cluster [DBG] pgmap v531: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.466694+0000 mgr.y (mgr.25387) 874 : cluster [DBG] pgmap v532: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.473017+0000 mgr.y (mgr.25387) 875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.519744+0000 mgr.y (mgr.25387) 876 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.519972+0000 mgr.y (mgr.25387) 877 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.526566+0000 mgr.y (mgr.25387) 878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.574404+0000 mgr.y (mgr.25387) 879 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.574654+0000 mgr.y (mgr.25387) 880 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.581851+0000 mgr.y (mgr.25387) 881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.627722+0000 mgr.y (mgr.25387) 882 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.627962+0000 mgr.y (mgr.25387) 883 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.634641+0000 mgr.y (mgr.25387) 884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.681736+0000 mgr.y (mgr.25387) 885 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.682009+0000 mgr.y (mgr.25387) 886 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.688726+0000 mgr.y (mgr.25387) 887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.752943+0000 mgr.y (mgr.25387) 888 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.753267+0000 mgr.y (mgr.25387) 889 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.761199+0000 mgr.y (mgr.25387) 890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.838211+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.840405+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.841379+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.843457+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.844157+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.845504+0000 mgr.y (mgr.25387) 891 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.845813+0000 mgr.y (mgr.25387) 892 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.849473+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.849866+0000 mgr.y (mgr.25387) 893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.894821+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.896889+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.897676+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.899636+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.900232+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.901553+0000 mgr.y (mgr.25387) 894 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.901830+0000 mgr.y (mgr.25387) 895 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.905868+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.906359+0000 mgr.y (mgr.25387) 896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.967133+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.969209+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.970119+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.972027+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.972670+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.974073+0000 mgr.y (mgr.25387) 897 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:27.974414+0000 mgr.y (mgr.25387) 898 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:27.978313+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:27.978763+0000 mgr.y (mgr.25387) 899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.023588+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.025862+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.026850+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.028967+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.029636+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.030917+0000 mgr.y (mgr.25387) 900 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.031121+0000 mgr.y (mgr.25387) 901 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.036147+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.036641+0000 mgr.y (mgr.25387) 902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.081581+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.084045+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.085229+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.088384+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.089305+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.095699+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.136792+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.138790+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.139632+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.141547+0000 mon.a (mon.0) 2136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.142151+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.148595+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.193913+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.196080+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.196933+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.198868+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.199540+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.205790+0000 mon.a (mon.0) 2144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.250896+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.253096+0000 mon.a (mon.0) 2146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.254283+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.256330+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.257031+0000 mon.a (mon.0) 2149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.263693+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.304496+0000 mon.a (mon.0) 2151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.306483+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.307549+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.309650+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.310318+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.315755+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.356670+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.358577+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.359658+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.361543+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.362209+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.368155+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.425846+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.427706+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.428579+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.430539+0000 mon.a (mon.0) 2166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.431188+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.437258+0000 mon.a (mon.0) 2168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.494997+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.497411+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.498330+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.094997+0000 mgr.y (mgr.25387) 855 : cluster [DBG] pgmap v519: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.095247+0000 mgr.y (mgr.25387) 856 : cluster [DBG] pgmap v520: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.099731+0000 mgr.y (mgr.25387) 857 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.163018+0000 mgr.y (mgr.25387) 858 : cluster [DBG] pgmap v521: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.163257+0000 mgr.y (mgr.25387) 859 : cluster [DBG] pgmap v522: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.167907+0000 mgr.y (mgr.25387) 860 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.214434+0000 mgr.y (mgr.25387) 861 : cluster [DBG] pgmap v523: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.214663+0000 mgr.y (mgr.25387) 862 : cluster [DBG] pgmap v524: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.220780+0000 mgr.y (mgr.25387) 863 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.287555+0000 mgr.y (mgr.25387) 864 : cluster [DBG] pgmap v525: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.287810+0000 mgr.y (mgr.25387) 865 : cluster [DBG] pgmap v526: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.293992+0000 mgr.y (mgr.25387) 866 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.342039+0000 mgr.y (mgr.25387) 867 : cluster [DBG] pgmap v527: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.342280+0000 mgr.y (mgr.25387) 868 : cluster [DBG] pgmap v528: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.349017+0000 mgr.y (mgr.25387) 869 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.413195+0000 mgr.y (mgr.25387) 870 : cluster [DBG] pgmap v529: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.413588+0000 mgr.y (mgr.25387) 871 : cluster [DBG] pgmap v530: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.419517+0000 mgr.y (mgr.25387) 872 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.466470+0000 mgr.y (mgr.25387) 873 : cluster [DBG] pgmap v531: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.466694+0000 mgr.y (mgr.25387) 874 : cluster [DBG] pgmap v532: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.473017+0000 mgr.y (mgr.25387) 875 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.519744+0000 mgr.y (mgr.25387) 876 : cluster [DBG] pgmap v533: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.519972+0000 mgr.y (mgr.25387) 877 : cluster [DBG] pgmap v534: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.526566+0000 mgr.y (mgr.25387) 878 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.574404+0000 mgr.y (mgr.25387) 879 : cluster [DBG] pgmap v535: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.574654+0000 mgr.y (mgr.25387) 880 : cluster [DBG] pgmap v536: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.581851+0000 mgr.y (mgr.25387) 881 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.627722+0000 mgr.y (mgr.25387) 882 : cluster [DBG] pgmap v537: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.627962+0000 mgr.y (mgr.25387) 883 : cluster [DBG] pgmap v538: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.634641+0000 mgr.y (mgr.25387) 884 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.681736+0000 mgr.y (mgr.25387) 885 : cluster [DBG] pgmap v539: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.682009+0000 mgr.y (mgr.25387) 886 : cluster [DBG] pgmap v540: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.688726+0000 mgr.y (mgr.25387) 887 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.752943+0000 mgr.y (mgr.25387) 888 : cluster [DBG] pgmap v541: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.753267+0000 mgr.y (mgr.25387) 889 : cluster [DBG] pgmap v542: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.761199+0000 mgr.y (mgr.25387) 890 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.838211+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.840405+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.841379+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.843457+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.844157+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.845504+0000 mgr.y (mgr.25387) 891 : cluster [DBG] pgmap v543: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.845813+0000 mgr.y (mgr.25387) 892 : cluster [DBG] pgmap v544: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.849473+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.849866+0000 mgr.y (mgr.25387) 893 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.894821+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.896889+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.897676+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.899636+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.900232+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.901553+0000 mgr.y (mgr.25387) 894 : cluster [DBG] pgmap v545: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.901830+0000 mgr.y (mgr.25387) 895 : cluster [DBG] pgmap v546: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.905868+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.906359+0000 mgr.y (mgr.25387) 896 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.967133+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.969209+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.970119+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.972027+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.972670+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.974073+0000 mgr.y (mgr.25387) 897 : cluster [DBG] pgmap v547: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:27.974414+0000 mgr.y (mgr.25387) 898 : cluster [DBG] pgmap v548: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:27.978313+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:27.978763+0000 mgr.y (mgr.25387) 899 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.023588+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.025862+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.026850+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.028967+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.029636+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.030917+0000 mgr.y (mgr.25387) 900 : cluster [DBG] pgmap v549: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.031121+0000 mgr.y (mgr.25387) 901 : cluster [DBG] pgmap v550: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.036147+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.036641+0000 mgr.y (mgr.25387) 902 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.081581+0000 mon.a (mon.0) 2127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.084045+0000 mon.a (mon.0) 2128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.085229+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.088384+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.089305+0000 mon.a (mon.0) 2131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.095699+0000 mon.a (mon.0) 2132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.136792+0000 mon.a (mon.0) 2133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.138790+0000 mon.a (mon.0) 2134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.139632+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.141547+0000 mon.a (mon.0) 2136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.142151+0000 mon.a (mon.0) 2137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.148595+0000 mon.a (mon.0) 2138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.193913+0000 mon.a (mon.0) 2139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.196080+0000 mon.a (mon.0) 2140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.196933+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.198868+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.199540+0000 mon.a (mon.0) 2143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.205790+0000 mon.a (mon.0) 2144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.250896+0000 mon.a (mon.0) 2145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.253096+0000 mon.a (mon.0) 2146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.254283+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.256330+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.257031+0000 mon.a (mon.0) 2149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.263693+0000 mon.a (mon.0) 2150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.304496+0000 mon.a (mon.0) 2151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.306483+0000 mon.a (mon.0) 2152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.307549+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.309650+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.310318+0000 mon.a (mon.0) 2155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.315755+0000 mon.a (mon.0) 2156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.356670+0000 mon.a (mon.0) 2157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.358577+0000 mon.a (mon.0) 2158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.359658+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.361543+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.362209+0000 mon.a (mon.0) 2161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.368155+0000 mon.a (mon.0) 2162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.425846+0000 mon.a (mon.0) 2163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.427706+0000 mon.a (mon.0) 2164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.428579+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.430539+0000 mon.a (mon.0) 2166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.431188+0000 mon.a (mon.0) 2167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.437258+0000 mon.a (mon.0) 2168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.494997+0000 mon.a (mon.0) 2169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.497411+0000 mon.a (mon.0) 2170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.498330+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.500708+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.501511+0000 mon.a (mon.0) 2173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.507971+0000 mon.a (mon.0) 2174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.549576+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.551409+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.552259+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.554189+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.554838+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.561340+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.602494+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.604401+0000 mon.a (mon.0) 2182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.605654+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.607741+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.608367+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.613948+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.675765+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.678264+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.679157+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.681232+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.681886+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.687531+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.744981+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.746876+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.748119+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.751274+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.751960+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[73934]: audit 2024-03-30T04:43:28.759141+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.500708+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.501511+0000 mon.a (mon.0) 2173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.507971+0000 mon.a (mon.0) 2174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.549576+0000 mon.a (mon.0) 2175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.551409+0000 mon.a (mon.0) 2176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.552259+0000 mon.a (mon.0) 2177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.554189+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.554838+0000 mon.a (mon.0) 2179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.561340+0000 mon.a (mon.0) 2180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.602494+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.604401+0000 mon.a (mon.0) 2182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.605654+0000 mon.a (mon.0) 2183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.607741+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.608367+0000 mon.a (mon.0) 2185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.613948+0000 mon.a (mon.0) 2186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.675765+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.678264+0000 mon.a (mon.0) 2188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.679157+0000 mon.a (mon.0) 2189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.681232+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.681886+0000 mon.a (mon.0) 2191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.687531+0000 mon.a (mon.0) 2192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.744981+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.746876+0000 mon.a (mon.0) 2194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.748119+0000 mon.a (mon.0) 2195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.751274+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.751960+0000 mon.a (mon.0) 2197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:29.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:28 smithi097 bash[69502]: audit 2024-03-30T04:43:28.759141+0000 mon.a (mon.0) 2198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.090855+0000 mgr.y (mgr.25387) 903 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.096230+0000 mgr.y (mgr.25387) 904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.143321+0000 mgr.y (mgr.25387) 905 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.143555+0000 mgr.y (mgr.25387) 906 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.148972+0000 mgr.y (mgr.25387) 907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.200890+0000 mgr.y (mgr.25387) 908 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.201099+0000 mgr.y (mgr.25387) 909 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.206387+0000 mgr.y (mgr.25387) 910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.258453+0000 mgr.y (mgr.25387) 911 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.258662+0000 mgr.y (mgr.25387) 912 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.264255+0000 mgr.y (mgr.25387) 913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.311574+0000 mgr.y (mgr.25387) 914 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.311808+0000 mgr.y (mgr.25387) 915 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.316229+0000 mgr.y (mgr.25387) 916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.363432+0000 mgr.y (mgr.25387) 917 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.363660+0000 mgr.y (mgr.25387) 918 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.368664+0000 mgr.y (mgr.25387) 919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.432463+0000 mgr.y (mgr.25387) 920 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.432723+0000 mgr.y (mgr.25387) 921 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.437882+0000 mgr.y (mgr.25387) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.502875+0000 mgr.y (mgr.25387) 923 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.503066+0000 mgr.y (mgr.25387) 924 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.508504+0000 mgr.y (mgr.25387) 925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.556092+0000 mgr.y (mgr.25387) 926 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.556319+0000 mgr.y (mgr.25387) 927 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.561893+0000 mgr.y (mgr.25387) 928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.609628+0000 mgr.y (mgr.25387) 929 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.609873+0000 mgr.y (mgr.25387) 930 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.614583+0000 mgr.y (mgr.25387) 931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.683237+0000 mgr.y (mgr.25387) 932 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.683441+0000 mgr.y (mgr.25387) 933 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.688060+0000 mgr.y (mgr.25387) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.753475+0000 mgr.y (mgr.25387) 935 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.753789+0000 mgr.y (mgr.25387) 936 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.759687+0000 mgr.y (mgr.25387) 937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.817593+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.821289+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.822425+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.824830+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.825495+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.090855+0000 mgr.y (mgr.25387) 903 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.096230+0000 mgr.y (mgr.25387) 904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.143321+0000 mgr.y (mgr.25387) 905 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.143555+0000 mgr.y (mgr.25387) 906 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.148972+0000 mgr.y (mgr.25387) 907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.200890+0000 mgr.y (mgr.25387) 908 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.201099+0000 mgr.y (mgr.25387) 909 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.206387+0000 mgr.y (mgr.25387) 910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.258453+0000 mgr.y (mgr.25387) 911 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.258662+0000 mgr.y (mgr.25387) 912 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.264255+0000 mgr.y (mgr.25387) 913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.311574+0000 mgr.y (mgr.25387) 914 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.311808+0000 mgr.y (mgr.25387) 915 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.316229+0000 mgr.y (mgr.25387) 916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.363432+0000 mgr.y (mgr.25387) 917 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.363660+0000 mgr.y (mgr.25387) 918 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.368664+0000 mgr.y (mgr.25387) 919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.432463+0000 mgr.y (mgr.25387) 920 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.432723+0000 mgr.y (mgr.25387) 921 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.437882+0000 mgr.y (mgr.25387) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.826743+0000 mgr.y (mgr.25387) 938 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.826983+0000 mgr.y (mgr.25387) 939 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.835281+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.836296+0000 mgr.y (mgr.25387) 940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.893760+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.896035+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.897603+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.901083+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.901887+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.903355+0000 mgr.y (mgr.25387) 941 : cluster [DBG] pgmap v576: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.903595+0000 mgr.y (mgr.25387) 942 : cluster [DBG] pgmap v577: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.911705+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.912374+0000 mgr.y (mgr.25387) 943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.969817+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.971866+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.972842+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.975402+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.976266+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.978025+0000 mgr.y (mgr.25387) 944 : cluster [DBG] pgmap v578: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:28.978304+0000 mgr.y (mgr.25387) 945 : cluster [DBG] pgmap v579: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:28.985771+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:28.986505+0000 mgr.y (mgr.25387) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.048031+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.050631+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.051905+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.054472+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.055311+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.057191+0000 mgr.y (mgr.25387) 947 : cluster [DBG] pgmap v580: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.057445+0000 mgr.y (mgr.25387) 948 : cluster [DBG] pgmap v581: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.062922+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.063514+0000 mgr.y (mgr.25387) 949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.120678+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.123063+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.124017+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.125898+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.126543+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.133635+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.207483+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.209263+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.502875+0000 mgr.y (mgr.25387) 923 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.503066+0000 mgr.y (mgr.25387) 924 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.508504+0000 mgr.y (mgr.25387) 925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.556092+0000 mgr.y (mgr.25387) 926 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.556319+0000 mgr.y (mgr.25387) 927 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.561893+0000 mgr.y (mgr.25387) 928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.609628+0000 mgr.y (mgr.25387) 929 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.609873+0000 mgr.y (mgr.25387) 930 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.614583+0000 mgr.y (mgr.25387) 931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.683237+0000 mgr.y (mgr.25387) 932 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.683441+0000 mgr.y (mgr.25387) 933 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.688060+0000 mgr.y (mgr.25387) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.753475+0000 mgr.y (mgr.25387) 935 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.753789+0000 mgr.y (mgr.25387) 936 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.759687+0000 mgr.y (mgr.25387) 937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.817593+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.821289+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.822425+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.824830+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.825495+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.210012+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.211833+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.212456+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.219155+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.292748+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.294733+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.295654+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.298006+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.298651+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.305477+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.347454+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.349318+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.350138+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.351941+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.352555+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.359274+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.400008+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.401730+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.402565+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.404670+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.405353+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.414105+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.422580+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.430871+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.439274+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.489525+0000 mon.a (mon.0) 2256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.491706+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.492936+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:30.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[73934]: audit 2024-03-30T04:43:29.493588+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.826743+0000 mgr.y (mgr.25387) 938 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.826983+0000 mgr.y (mgr.25387) 939 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.835281+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.836296+0000 mgr.y (mgr.25387) 940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.893760+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.896035+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.897603+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.901083+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.901887+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.903355+0000 mgr.y (mgr.25387) 941 : cluster [DBG] pgmap v576: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.903595+0000 mgr.y (mgr.25387) 942 : cluster [DBG] pgmap v577: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.911705+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.912374+0000 mgr.y (mgr.25387) 943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.969817+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.971866+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.972842+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.975402+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.976266+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.978025+0000 mgr.y (mgr.25387) 944 : cluster [DBG] pgmap v578: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:28.978304+0000 mgr.y (mgr.25387) 945 : cluster [DBG] pgmap v579: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:28.985771+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:28.986505+0000 mgr.y (mgr.25387) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.048031+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.050631+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.051905+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.054472+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.055311+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.057191+0000 mgr.y (mgr.25387) 947 : cluster [DBG] pgmap v580: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.057445+0000 mgr.y (mgr.25387) 948 : cluster [DBG] pgmap v581: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.062922+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.063514+0000 mgr.y (mgr.25387) 949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.120678+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.123063+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.124017+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.125898+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.126543+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.133635+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.207483+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.209263+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.210012+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.211833+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.212456+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.219155+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.292748+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.294733+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.295654+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.298006+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.298651+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.305477+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.347454+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.349318+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.350138+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.351941+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.352555+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.359274+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.400008+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.401730+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.402565+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.404670+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.405353+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.414105+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.422580+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.430871+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.439274+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.489525+0000 mon.a (mon.0) 2256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.491706+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.492936+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:30.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:29 smithi097 bash[69502]: audit 2024-03-30T04:43:29.493588+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:43:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.090855+0000 mgr.y (mgr.25387) 903 : cluster [DBG] pgmap v551: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.096230+0000 mgr.y (mgr.25387) 904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.143321+0000 mgr.y (mgr.25387) 905 : cluster [DBG] pgmap v552: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.143555+0000 mgr.y (mgr.25387) 906 : cluster [DBG] pgmap v553: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.148972+0000 mgr.y (mgr.25387) 907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.200890+0000 mgr.y (mgr.25387) 908 : cluster [DBG] pgmap v554: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.201099+0000 mgr.y (mgr.25387) 909 : cluster [DBG] pgmap v555: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.206387+0000 mgr.y (mgr.25387) 910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.258453+0000 mgr.y (mgr.25387) 911 : cluster [DBG] pgmap v556: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.258662+0000 mgr.y (mgr.25387) 912 : cluster [DBG] pgmap v557: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.264255+0000 mgr.y (mgr.25387) 913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.311574+0000 mgr.y (mgr.25387) 914 : cluster [DBG] pgmap v558: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.311808+0000 mgr.y (mgr.25387) 915 : cluster [DBG] pgmap v559: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.316229+0000 mgr.y (mgr.25387) 916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.363432+0000 mgr.y (mgr.25387) 917 : cluster [DBG] pgmap v560: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.363660+0000 mgr.y (mgr.25387) 918 : cluster [DBG] pgmap v561: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.368664+0000 mgr.y (mgr.25387) 919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.432463+0000 mgr.y (mgr.25387) 920 : cluster [DBG] pgmap v562: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.432723+0000 mgr.y (mgr.25387) 921 : cluster [DBG] pgmap v563: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.437882+0000 mgr.y (mgr.25387) 922 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.502875+0000 mgr.y (mgr.25387) 923 : cluster [DBG] pgmap v564: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.503066+0000 mgr.y (mgr.25387) 924 : cluster [DBG] pgmap v565: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.508504+0000 mgr.y (mgr.25387) 925 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.556092+0000 mgr.y (mgr.25387) 926 : cluster [DBG] pgmap v566: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.556319+0000 mgr.y (mgr.25387) 927 : cluster [DBG] pgmap v567: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.561893+0000 mgr.y (mgr.25387) 928 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.609628+0000 mgr.y (mgr.25387) 929 : cluster [DBG] pgmap v568: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.609873+0000 mgr.y (mgr.25387) 930 : cluster [DBG] pgmap v569: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.614583+0000 mgr.y (mgr.25387) 931 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.683237+0000 mgr.y (mgr.25387) 932 : cluster [DBG] pgmap v570: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.683441+0000 mgr.y (mgr.25387) 933 : cluster [DBG] pgmap v571: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.688060+0000 mgr.y (mgr.25387) 934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.753475+0000 mgr.y (mgr.25387) 935 : cluster [DBG] pgmap v572: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.753789+0000 mgr.y (mgr.25387) 936 : cluster [DBG] pgmap v573: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.759687+0000 mgr.y (mgr.25387) 937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.817593+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.821289+0000 mon.a (mon.0) 2200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.822425+0000 mon.a (mon.0) 2201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.824830+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.825495+0000 mon.a (mon.0) 2203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.826743+0000 mgr.y (mgr.25387) 938 : cluster [DBG] pgmap v574: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.826983+0000 mgr.y (mgr.25387) 939 : cluster [DBG] pgmap v575: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.835281+0000 mon.a (mon.0) 2204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.836296+0000 mgr.y (mgr.25387) 940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.893760+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.896035+0000 mon.a (mon.0) 2206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.897603+0000 mon.a (mon.0) 2207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.901083+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.901887+0000 mon.a (mon.0) 2209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.903355+0000 mgr.y (mgr.25387) 941 : cluster [DBG] pgmap v576: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.903595+0000 mgr.y (mgr.25387) 942 : cluster [DBG] pgmap v577: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.911705+0000 mon.a (mon.0) 2210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.912374+0000 mgr.y (mgr.25387) 943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.969817+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.971866+0000 mon.a (mon.0) 2212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.972842+0000 mon.a (mon.0) 2213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.975402+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.976266+0000 mon.a (mon.0) 2215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.978025+0000 mgr.y (mgr.25387) 944 : cluster [DBG] pgmap v578: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:28.978304+0000 mgr.y (mgr.25387) 945 : cluster [DBG] pgmap v579: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:28.985771+0000 mon.a (mon.0) 2216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:28.986505+0000 mgr.y (mgr.25387) 946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.048031+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.050631+0000 mon.a (mon.0) 2218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.051905+0000 mon.a (mon.0) 2219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.054472+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.055311+0000 mon.a (mon.0) 2221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.057191+0000 mgr.y (mgr.25387) 947 : cluster [DBG] pgmap v580: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.057445+0000 mgr.y (mgr.25387) 948 : cluster [DBG] pgmap v581: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.062922+0000 mon.a (mon.0) 2222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.063514+0000 mgr.y (mgr.25387) 949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.120678+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.123063+0000 mon.a (mon.0) 2224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.124017+0000 mon.a (mon.0) 2225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.125898+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.126543+0000 mon.a (mon.0) 2227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.133635+0000 mon.a (mon.0) 2228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.207483+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.209263+0000 mon.a (mon.0) 2230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.210012+0000 mon.a (mon.0) 2231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.211833+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.212456+0000 mon.a (mon.0) 2233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.219155+0000 mon.a (mon.0) 2234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.292748+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.294733+0000 mon.a (mon.0) 2236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.295654+0000 mon.a (mon.0) 2237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.298006+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.298651+0000 mon.a (mon.0) 2239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.305477+0000 mon.a (mon.0) 2240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.347454+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.349318+0000 mon.a (mon.0) 2242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.350138+0000 mon.a (mon.0) 2243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.351941+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.352555+0000 mon.a (mon.0) 2245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.359274+0000 mon.a (mon.0) 2246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.400008+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.401730+0000 mon.a (mon.0) 2248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.402565+0000 mon.a (mon.0) 2249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.404670+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.405353+0000 mon.a (mon.0) 2251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.414105+0000 mon.a (mon.0) 2252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.422580+0000 mon.a (mon.0) 2253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.430871+0000 mon.a (mon.0) 2254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.439274+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.489525+0000 mon.a (mon.0) 2256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.491706+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:30.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.492936+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-30T04:43:30.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:29 smithi105 bash[18682]: audit 2024-03-30T04:43:29.493588+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.127878+0000 mgr.y (mgr.25387) 950 : cluster [DBG] pgmap v582: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.128167+0000 mgr.y (mgr.25387) 951 : cluster [DBG] pgmap v583: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.134521+0000 mgr.y (mgr.25387) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.213759+0000 mgr.y (mgr.25387) 953 : cluster [DBG] pgmap v584: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.214037+0000 mgr.y (mgr.25387) 954 : cluster [DBG] pgmap v585: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.219801+0000 mgr.y (mgr.25387) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.299873+0000 mgr.y (mgr.25387) 956 : cluster [DBG] pgmap v586: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.300121+0000 mgr.y (mgr.25387) 957 : cluster [DBG] pgmap v587: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.306097+0000 mgr.y (mgr.25387) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.353801+0000 mgr.y (mgr.25387) 959 : cluster [DBG] pgmap v588: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.934 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.354049+0000 mgr.y (mgr.25387) 960 : cluster [DBG] pgmap v589: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:30.935 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.359752+0000 mgr.y (mgr.25387) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.127878+0000 mgr.y (mgr.25387) 950 : cluster [DBG] pgmap v582: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.128167+0000 mgr.y (mgr.25387) 951 : cluster [DBG] pgmap v583: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.134521+0000 mgr.y (mgr.25387) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.213759+0000 mgr.y (mgr.25387) 953 : cluster [DBG] pgmap v584: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.214037+0000 mgr.y (mgr.25387) 954 : cluster [DBG] pgmap v585: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.219801+0000 mgr.y (mgr.25387) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.299873+0000 mgr.y (mgr.25387) 956 : cluster [DBG] pgmap v586: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.300121+0000 mgr.y (mgr.25387) 957 : cluster [DBG] pgmap v587: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.306097+0000 mgr.y (mgr.25387) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.353801+0000 mgr.y (mgr.25387) 959 : cluster [DBG] pgmap v588: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.354049+0000 mgr.y (mgr.25387) 960 : cluster [DBG] pgmap v589: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.359752+0000 mgr.y (mgr.25387) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.406712+0000 mgr.y (mgr.25387) 962 : cluster [DBG] pgmap v590: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.406961+0000 mgr.y (mgr.25387) 963 : cluster [DBG] pgmap v591: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.416061+0000 mgr.y (mgr.25387) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.432114+0000 mgr.y (mgr.25387) 965 : cluster [DBG] pgmap v592: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cluster 2024-03-30T04:43:29.432377+0000 mgr.y (mgr.25387) 966 : cluster [DBG] pgmap v593: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[69502]: cephadm 2024-03-30T04:43:29.494100+0000 mgr.y (mgr.25387) 967 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.127878+0000 mgr.y (mgr.25387) 950 : cluster [DBG] pgmap v582: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.128167+0000 mgr.y (mgr.25387) 951 : cluster [DBG] pgmap v583: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.134521+0000 mgr.y (mgr.25387) 952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.213759+0000 mgr.y (mgr.25387) 953 : cluster [DBG] pgmap v584: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.214037+0000 mgr.y (mgr.25387) 954 : cluster [DBG] pgmap v585: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.219801+0000 mgr.y (mgr.25387) 955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.299873+0000 mgr.y (mgr.25387) 956 : cluster [DBG] pgmap v586: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.300121+0000 mgr.y (mgr.25387) 957 : cluster [DBG] pgmap v587: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.306097+0000 mgr.y (mgr.25387) 958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.353801+0000 mgr.y (mgr.25387) 959 : cluster [DBG] pgmap v588: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.354049+0000 mgr.y (mgr.25387) 960 : cluster [DBG] pgmap v589: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.359752+0000 mgr.y (mgr.25387) 961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.406712+0000 mgr.y (mgr.25387) 962 : cluster [DBG] pgmap v590: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.406961+0000 mgr.y (mgr.25387) 963 : cluster [DBG] pgmap v591: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.416061+0000 mgr.y (mgr.25387) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.432114+0000 mgr.y (mgr.25387) 965 : cluster [DBG] pgmap v592: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cluster 2024-03-30T04:43:29.432377+0000 mgr.y (mgr.25387) 966 : cluster [DBG] pgmap v593: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:30 smithi097 bash[73934]: cephadm 2024-03-30T04:43:29.494100+0000 mgr.y (mgr.25387) 967 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:43:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.406712+0000 mgr.y (mgr.25387) 962 : cluster [DBG] pgmap v590: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.406961+0000 mgr.y (mgr.25387) 963 : cluster [DBG] pgmap v591: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.416061+0000 mgr.y (mgr.25387) 964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.432114+0000 mgr.y (mgr.25387) 965 : cluster [DBG] pgmap v592: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cluster 2024-03-30T04:43:29.432377+0000 mgr.y (mgr.25387) 966 : cluster [DBG] pgmap v593: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:43:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:30 smithi105 bash[18682]: cephadm 2024-03-30T04:43:29.494100+0000 mgr.y (mgr.25387) 967 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-03-30T04:43:31.357 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 2s ago 16m - - 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 1s ago 15m - - 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (2m) 2s ago 9m 13.5M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 1s ago 9m - - 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (94s) 2s ago 7m 43.6M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (80s) 1s ago 15m 435M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (111s) 2s ago 17m 499M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (63s) 2s ago 17m 56.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (15m) 1s ago 15m 59.9M 2048M 17.2.0 e1d6a67b021e 80641e575a16 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (14s) 2s ago 15m 25.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:43:32.104 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (3m) 2s ago 9m 9224k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (2m) 1s ago 9m 9220k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (14m) 2s ago 14m 55.8M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (14m) 2s ago 14m 57.1M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (13m) 2s ago 13m 50.5M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (12m) 2s ago 12m 56.1M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (12m) 1s ago 12m 58.7M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (11m) 1s ago 11m 52.7M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (11m) 1s ago 11m 52.6M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (10m) 1s ago 10m 55.5M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (88s) 1s ago 9m 61.7M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (7m) 2s ago 7m 86.7M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (7m) 1s ago 7m 86.6M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (7m) 2s ago 7m 86.8M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:43:32.105 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (7m) 1s ago 7m 86.7M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:43:32.106 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[73934]: audit 2024-03-30T04:43:30.421206+0000 mgr.y (mgr.25387) 968 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[73934]: audit 2024-03-30T04:43:30.897512+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[73934]: audit 2024-03-30T04:43:30.911603+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[73934]: cluster 2024-03-30T04:43:30.915211+0000 mgr.y (mgr.25387) 969 : cluster [DBG] pgmap v594: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[73934]: cluster 2024-03-30T04:43:30.915891+0000 mgr.y (mgr.25387) 970 : cluster [DBG] pgmap v595: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[73934]: audit 2024-03-30T04:43:30.927340+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[69502]: audit 2024-03-30T04:43:30.421206+0000 mgr.y (mgr.25387) 968 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[69502]: audit 2024-03-30T04:43:30.897512+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[69502]: audit 2024-03-30T04:43:30.911603+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[69502]: cluster 2024-03-30T04:43:30.915211+0000 mgr.y (mgr.25387) 969 : cluster [DBG] pgmap v594: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[69502]: cluster 2024-03-30T04:43:30.915891+0000 mgr.y (mgr.25387) 970 : cluster [DBG] pgmap v595: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:43:32.107 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:31 smithi097 bash[69502]: audit 2024-03-30T04:43:30.927340+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:31 smithi105 bash[18682]: audit 2024-03-30T04:43:30.421206+0000 mgr.y (mgr.25387) 968 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:32.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:31 smithi105 bash[18682]: audit 2024-03-30T04:43:30.897512+0000 mon.a (mon.0) 2260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:31 smithi105 bash[18682]: audit 2024-03-30T04:43:30.911603+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:31 smithi105 bash[18682]: cluster 2024-03-30T04:43:30.915211+0000 mgr.y (mgr.25387) 969 : cluster [DBG] pgmap v594: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:43:32.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:31 smithi105 bash[18682]: cluster 2024-03-30T04:43:30.915891+0000 mgr.y (mgr.25387) 970 : cluster [DBG] pgmap v595: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 3 op/s 2024-03-30T04:43:32.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:31 smithi105 bash[18682]: audit 2024-03-30T04:43:30.927340+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:32.520 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:43:32.521 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:43:32.522 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-03-30T04:43:32.522 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:43:32.522 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:43:32.522 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:43:32.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:43:32] "GET /metrics HTTP/1.1" 200 38257 "" "Prometheus/2.33.4" 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "4/23 daemons upgraded", 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:43:32.885 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:43:33.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:32 smithi105 bash[18682]: audit 2024-03-30T04:43:31.349215+0000 mgr.y (mgr.25387) 971 : audit [DBG] from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:33.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:32 smithi105 bash[18682]: audit 2024-03-30T04:43:31.724188+0000 mgr.y (mgr.25387) 972 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:33.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:32 smithi105 bash[18682]: audit 2024-03-30T04:43:32.526759+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.97:0/576482684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:33.324 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:33.325 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:33.325 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:43:33.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[73934]: audit 2024-03-30T04:43:31.349215+0000 mgr.y (mgr.25387) 971 : audit [DBG] from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:33.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[73934]: audit 2024-03-30T04:43:31.724188+0000 mgr.y (mgr.25387) 972 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:33.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[73934]: audit 2024-03-30T04:43:32.526759+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.97:0/576482684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:33.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[69502]: audit 2024-03-30T04:43:31.349215+0000 mgr.y (mgr.25387) 971 : audit [DBG] from='client.34170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:33.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[69502]: audit 2024-03-30T04:43:31.724188+0000 mgr.y (mgr.25387) 972 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:33.342 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:32 smithi097 bash[69502]: audit 2024-03-30T04:43:32.526759+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.97:0/576482684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:43:33.915 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[52959]: ts=2024-03-30T04:43:33.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:32.088113+0000 mgr.y (mgr.25387) 973 : audit [DBG] from='client.54115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:32.890343+0000 mgr.y (mgr.25387) 974 : audit [DBG] from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: cluster 2024-03-30T04:43:32.916431+0000 mgr.y (mgr.25387) 975 : cluster [DBG] pgmap v596: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.169667+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.171796+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.172394+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.173048+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.331266+0000 mon.a (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.97:0/1360214434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.334779+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.341053+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:33 smithi105 bash[18682]: audit 2024-03-30T04:43:33.347646+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:32.088113+0000 mgr.y (mgr.25387) 973 : audit [DBG] from='client.54115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:34.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:32.890343+0000 mgr.y (mgr.25387) 974 : audit [DBG] from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:34.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: cluster 2024-03-30T04:43:32.916431+0000 mgr.y (mgr.25387) 975 : cluster [DBG] pgmap v596: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:43:34.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.169667+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.171796+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.172394+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.173048+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.331266+0000 mon.a (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.97:0/1360214434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.334779+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.341053+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[69502]: audit 2024-03-30T04:43:33.347646+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:32.088113+0000 mgr.y (mgr.25387) 973 : audit [DBG] from='client.54115 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:32.890343+0000 mgr.y (mgr.25387) 974 : audit [DBG] from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: cluster 2024-03-30T04:43:32.916431+0000 mgr.y (mgr.25387) 975 : cluster [DBG] pgmap v596: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.169667+0000 mon.a (mon.0) 2263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.171796+0000 mon.a (mon.0) 2264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.172394+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.173048+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.331266+0000 mon.a (mon.0) 2267 : audit [DBG] from='client.? 172.21.15.97:0/1360214434' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:43:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.334779+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.341053+0000 mon.a (mon.0) 2269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:33 smithi097 bash[73934]: audit 2024-03-30T04:43:33.347646+0000 mon.a (mon.0) 2270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:34 smithi105 bash[18682]: cephadm 2024-03-30T04:43:33.164883+0000 mgr.y (mgr.25387) 976 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:43:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:34 smithi105 bash[18682]: cephadm 2024-03-30T04:43:33.173935+0000 mgr.y (mgr.25387) 977 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-03-30T04:43:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:34 smithi105 bash[18682]: cluster 2024-03-30T04:43:33.342163+0000 mgr.y (mgr.25387) 978 : cluster [DBG] pgmap v597: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:34 smithi105 bash[18682]: cluster 2024-03-30T04:43:33.342411+0000 mgr.y (mgr.25387) 979 : cluster [DBG] pgmap v598: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:35.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[69502]: cephadm 2024-03-30T04:43:33.164883+0000 mgr.y (mgr.25387) 976 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[69502]: cephadm 2024-03-30T04:43:33.173935+0000 mgr.y (mgr.25387) 977 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[69502]: cluster 2024-03-30T04:43:33.342163+0000 mgr.y (mgr.25387) 978 : cluster [DBG] pgmap v597: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[69502]: cluster 2024-03-30T04:43:33.342411+0000 mgr.y (mgr.25387) 979 : cluster [DBG] pgmap v598: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[73934]: cephadm 2024-03-30T04:43:33.164883+0000 mgr.y (mgr.25387) 976 : cephadm [INF] Upgrade: Updating mon.b 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[73934]: cephadm 2024-03-30T04:43:33.173935+0000 mgr.y (mgr.25387) 977 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[73934]: cluster 2024-03-30T04:43:33.342163+0000 mgr.y (mgr.25387) 978 : cluster [DBG] pgmap v597: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:34 smithi097 bash[73934]: cluster 2024-03-30T04:43:33.342411+0000 mgr.y (mgr.25387) 979 : cluster [DBG] pgmap v598: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:43:37.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:36 smithi105 bash[18682]: cluster 2024-03-30T04:43:35.343137+0000 mgr.y (mgr.25387) 980 : cluster [DBG] pgmap v599: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-03-30T04:43:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:36 smithi097 bash[69502]: cluster 2024-03-30T04:43:35.343137+0000 mgr.y (mgr.25387) 980 : cluster [DBG] pgmap v599: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-03-30T04:43:37.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:36 smithi097 bash[73934]: cluster 2024-03-30T04:43:35.343137+0000 mgr.y (mgr.25387) 980 : cluster [DBG] pgmap v599: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 866 B/s rd, 0 op/s 2024-03-30T04:43:38.447 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.447 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.447 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.448 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: Stopping Ceph mon.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:43:38.448 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.449 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.449 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.449 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:38.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:38 smithi105 bash[18682]: debug 2024-03-30T04:43:38.448+0000 7f7f14135700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:43:38.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:38 smithi105 bash[18682]: debug 2024-03-30T04:43:38.448+0000 7f7f14135700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-30T04:43:38.710 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:38 smithi105 bash[52959]: ts=2024-03-30T04:43:38.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:39.599 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:39 smithi105 bash[58010]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:43:39.599 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:39 smithi105 bash[58070]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:43:39.599 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.b.service: Deactivated successfully. 2024-03-30T04:43:39.599 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: Stopped Ceph mon.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:39.959 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.960 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.961 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.961 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.962 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:43:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:39 smithi105 systemd[1]: Started Ceph mon.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:43:41.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.804+0000 7f5d14102c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.804+0000 7f5d14102c80 0 ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev), process ceph-mon, pid 7 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.804+0000 7f5d14102c80 0 pidfile_write: ignore empty --pid-file 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.808+0000 7f5d14102c80 0 load: jerasure load: lrc 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Git sha 0 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Compile date 2024-03-27 20:59:58 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: DB SUMMARY 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: DB Session ID: 41G6YPP15ZIGJZ00AWZF 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: CURRENT file: CURRENT 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 2225 Bytes 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000045.sst 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000043.log size: 1206909 ; 2024-03-30T04:43:41.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.error_if_exists: 0 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.create_if_missing: 0 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.env: 0x5610e8377c60 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.info_log: 0x5610e9623b20 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.statistics: (nil) 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.use_fsync: 0 2024-03-30T04:43:41.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-30T04:43:41.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.db_log_dir: 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.wal_dir: 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.write_buffer_manager: 0x5610e95f4820 2024-03-30T04:43:41.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.unordered_write: 0 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.row_cache: None 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.wal_filter: None 2024-03-30T04:43:41.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.two_write_queues: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.wal_compression: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.atomic_flush: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-30T04:43:41.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_open_files: -1 2024-03-30T04:43:41.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Compression algorithms supported: 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kZSTD supported: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kXpressCompression supported: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kZlibCompression supported: 1 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-30T04:43:41.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-30T04:43:41.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-30T04:43:41.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.merge_operator: 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_filter: None 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5610e9623d00) 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: cache_index_and_filter_blocks: 1 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-30T04:43:41.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: pin_top_level_index_and_filter: 1 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: index_type: 0 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: data_block_index_type: 0 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: index_shortening: 1 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: data_block_hash_table_util_ratio: 0.750000 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: checksum: 4 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: no_block_cache: 0 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_cache: 0x5610e9625090 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_cache_name: BinnedLRUCache 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_cache_options: 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: capacity : 536870912 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: num_shard_bits : 4 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: strict_capacity_limit : 0 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: high_pri_pool_ratio: 0.000 2024-03-30T04:43:41.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_cache_compressed: (nil) 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: persistent_cache: (nil) 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_size: 4096 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_size_deviation: 10 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_restart_interval: 16 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: index_block_restart_interval: 1 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: metadata_block_size: 4096 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: partition_filters: 0 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: use_delta_encoding: 1 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: filter_policy: bloomfilter 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: whole_key_filtering: 1 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: verify_compression: 0 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: read_amp_bytes_per_bit: 0 2024-03-30T04:43:41.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: format_version: 5 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: enable_index_compression: 1 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: block_align: 0 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: max_auto_readahead_size: 262144 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: prepopulate_block_cache: 0 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: initial_auto_readahead_size: 8192 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: num_file_reads_for_auto_readahead: 2 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression: NoCompression 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.num_levels: 7 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-30T04:43:41.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-30T04:43:41.224 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-30T04:43:41.225 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-30T04:43:41.226 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-30T04:43:41.227 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.bloom_locality: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.ttl: 2592000 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.enable_blob_files: false 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.min_blob_size: 0 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-30T04:43:41.228 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d0986b700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 45.sst 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 47, last_sequence is 29431, log_number is 43,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 43 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ebc505e0-d982-46cf-ad58-807614e92379 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773820818204, "job": 1, "event": "recovery_started", "wal_files": [43]} 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.812+0000 7f5d14102c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #43 mode 2 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773820823792, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 48, "file_size": 774836, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 29436, "largest_seqno": 30368, "table_properties": {"data_size": 770564, "index_size": 1760, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1477, "raw_key_size": 15201, "raw_average_key_size": 25, "raw_value_size": 760528, "raw_average_value_size": 1293, "num_data_blocks": 69, "num_entries": 588, "num_filter_entries": 588, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711773820, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ebc505e0-d982-46cf-ad58-807614e92379", "db_session_id": "41G6YPP15ZIGJZ00AWZF", "orig_file_number": 48, "seqno_to_time_mapping": "N/A"}} 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711773820823921, "job": 1, "event": "recovery_finished"} 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 50 2024-03-30T04:43:41.229 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000043.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5610e9718000 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 4 rocksdb: DB pointer 0x5610e9702000 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d0285d700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d0285d700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: ** DB Stats ** 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-30T04:43:41.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: ** Compaction Stats [default] ** 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: L0 1/0 756.68 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 260.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: L6 1/0 12.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Sum 2/0 12.99 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 260.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 260.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: ** Compaction Stats [default] ** 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: 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 Rblob(GB) Wblob(GB) 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 260.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Flush(GB): cumulative 0.001, interval 0.001 2024-03-30T04:43:41.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: AddFile(Total Files): cumulative 0, interval 0 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: AddFile(Keys): cumulative 0, interval 0 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Cumulative compaction: 0.00 GB write, 84.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Interval compaction: 0.00 GB write, 84.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Block cache BinnedLRUCache@0x5610e9625090#7 capacity: 512.00 MB usage: 3.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: Block cache entry stats(count,size,portion): FilterBlock(1,1.53 KB,0.000292063%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: ** File Read Latency Histogram By Level [default] ** 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] at bind addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.820+0000 7f5d14102c80 1 mon.b@-1(???) e3 preinit fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 0 mon.b@-1(???).mds e1 new map 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 0 mon.b@-1(???).mds e1 print_map 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: e1 2024-03-30T04:43:41.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: legacy client fscid: -1 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: No filesystems configured 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 0 mon.b@-1(???).osd e106 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 0 mon.b@-1(???).osd e106 crush map has features 432629239337189376, adjusting msgr requires 2024-03-30T04:43:41.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:40 smithi105 bash[58125]: debug 2024-03-30T04:43:40.824+0000 7f5d14102c80 1 mon.b@-1(???).paxosservice(auth 1..28) refresh upgraded, format 0 -> 3 2024-03-30T04:43:42.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:41 smithi097 bash[69502]: cluster 2024-03-30T04:43:37.344862+0000 mgr.y (mgr.25387) 981 : cluster [DBG] pgmap v600: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 0 op/s 2024-03-30T04:43:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:41 smithi097 bash[73934]: cluster 2024-03-30T04:43:37.344862+0000 mgr.y (mgr.25387) 981 : cluster [DBG] pgmap v600: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 0 op/s 2024-03-30T04:43:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:41 smithi105 bash[58125]: cluster 2024-03-30T04:43:37.344862+0000 mgr.y (mgr.25387) 981 : cluster [DBG] pgmap v600: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 796 B/s rd, 0 op/s 2024-03-30T04:43:42.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:43:42] "GET /metrics HTTP/1.1" 200 38252 "" "Prometheus/2.33.4" 2024-03-30T04:43:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:41.347412+0000 mgr.y (mgr.25387) 984 : cluster [DBG] pgmap v602: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.021644+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:43:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.022176+0000 mon.a (mon.0) 2290 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.022460+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.022713+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.024683+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.025073+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.025904+0000 mon.a (mon.0) 2293 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037508+0000 mon.a (mon.0) 2294 : cluster [DBG] monmap epoch 4 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037546+0000 mon.a (mon.0) 2295 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037570+0000 mon.a (mon.0) 2296 : cluster [DBG] last_changed 2024-03-30T04:43:41.983873+0000 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037592+0000 mon.a (mon.0) 2297 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037617+0000 mon.a (mon.0) 2298 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037643+0000 mon.a (mon.0) 2299 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037669+0000 mon.a (mon.0) 2300 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037695+0000 mon.a (mon.0) 2301 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.037721+0000 mon.a (mon.0) 2302 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.038727+0000 mon.a (mon.0) 2303 : cluster [DBG] fsmap 2024-03-30T04:43:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.038792+0000 mon.a (mon.0) 2304 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.039443+0000 mon.a (mon.0) 2305 : cluster [DBG] mgrmap e41: y(active, since 62s), standbys: x 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.039773+0000 mon.a (mon.0) 2306 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.039810+0000 mon.a (mon.0) 2307 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.039839+0000 mon.a (mon.0) 2308 : cluster [WRN] daemon grafana.a on smithi105 is in error state 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.057566+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:41.347412+0000 mgr.y (mgr.25387) 984 : cluster [DBG] pgmap v602: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.021644+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.022176+0000 mon.a (mon.0) 2290 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.022460+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.022713+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:43:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.024683+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.025073+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.025904+0000 mon.a (mon.0) 2293 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037508+0000 mon.a (mon.0) 2294 : cluster [DBG] monmap epoch 4 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037546+0000 mon.a (mon.0) 2295 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037570+0000 mon.a (mon.0) 2296 : cluster [DBG] last_changed 2024-03-30T04:43:41.983873+0000 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037592+0000 mon.a (mon.0) 2297 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037617+0000 mon.a (mon.0) 2298 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037643+0000 mon.a (mon.0) 2299 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037669+0000 mon.a (mon.0) 2300 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037695+0000 mon.a (mon.0) 2301 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.037721+0000 mon.a (mon.0) 2302 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.038727+0000 mon.a (mon.0) 2303 : cluster [DBG] fsmap 2024-03-30T04:43:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.038792+0000 mon.a (mon.0) 2304 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.039443+0000 mon.a (mon.0) 2305 : cluster [DBG] mgrmap e41: y(active, since 62s), standbys: x 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.039773+0000 mon.a (mon.0) 2306 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.039810+0000 mon.a (mon.0) 2307 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.039839+0000 mon.a (mon.0) 2308 : cluster [WRN] daemon grafana.a on smithi105 is in error state 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.057566+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.070238+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.121342+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.126811+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.128602+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.141506+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.212393+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.214079+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[69502]: audit 2024-03-30T04:43:42.215596+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.070238+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.121342+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.126811+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.128602+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.141506+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.212393+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.214079+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:43 smithi097 bash[73934]: audit 2024-03-30T04:43:42.215596+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:41.347412+0000 mgr.y (mgr.25387) 984 : cluster [DBG] pgmap v602: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:43:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.021644+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.022176+0000 mon.a (mon.0) 2290 : cluster [INF] mon.a calling monitor election 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.022460+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.022713+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.024683+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.025073+0000 mon.a (mon.0) 2292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.025904+0000 mon.a (mon.0) 2293 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037508+0000 mon.a (mon.0) 2294 : cluster [DBG] monmap epoch 4 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037546+0000 mon.a (mon.0) 2295 : cluster [DBG] fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037570+0000 mon.a (mon.0) 2296 : cluster [DBG] last_changed 2024-03-30T04:43:41.983873+0000 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037592+0000 mon.a (mon.0) 2297 : cluster [DBG] created 2024-03-30T04:26:11.722062+0000 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037617+0000 mon.a (mon.0) 2298 : cluster [DBG] min_mon_release 19 (squid) 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037643+0000 mon.a (mon.0) 2299 : cluster [DBG] election_strategy: 1 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037669+0000 mon.a (mon.0) 2300 : cluster [DBG] 0: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.a 2024-03-30T04:43:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037695+0000 mon.a (mon.0) 2301 : cluster [DBG] 1: [v2:172.21.15.97:3301/0,v1:172.21.15.97:6790/0] mon.c 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.037721+0000 mon.a (mon.0) 2302 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.038727+0000 mon.a (mon.0) 2303 : cluster [DBG] fsmap 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.038792+0000 mon.a (mon.0) 2304 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.039443+0000 mon.a (mon.0) 2305 : cluster [DBG] mgrmap e41: y(active, since 62s), standbys: x 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.039773+0000 mon.a (mon.0) 2306 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.039810+0000 mon.a (mon.0) 2307 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.039839+0000 mon.a (mon.0) 2308 : cluster [WRN] daemon grafana.a on smithi105 is in error state 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.057566+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.070238+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.121342+0000 mon.a (mon.0) 2311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.126811+0000 mon.a (mon.0) 2312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.128602+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.141506+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.212393+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.214079+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[58125]: audit 2024-03-30T04:43:42.215596+0000 mon.a (mon.0) 2317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:43.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:43 smithi105 bash[52959]: ts=2024-03-30T04:43:43.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:44.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.132010+0000 mgr.y (mgr.25387) 985 : cluster [DBG] pgmap v603: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:44.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[69502]: cluster 2024-03-30T04:43:42.132722+0000 mgr.y (mgr.25387) 986 : cluster [DBG] pgmap v604: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[69502]: cephadm 2024-03-30T04:43:42.142606+0000 mgr.y (mgr.25387) 987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[69502]: cephadm 2024-03-30T04:43:42.211694+0000 mgr.y (mgr.25387) 988 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[69502]: cephadm 2024-03-30T04:43:42.217601+0000 mgr.y (mgr.25387) 989 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.132010+0000 mgr.y (mgr.25387) 985 : cluster [DBG] pgmap v603: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[73934]: cluster 2024-03-30T04:43:42.132722+0000 mgr.y (mgr.25387) 986 : cluster [DBG] pgmap v604: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[73934]: cephadm 2024-03-30T04:43:42.142606+0000 mgr.y (mgr.25387) 987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[73934]: cephadm 2024-03-30T04:43:42.211694+0000 mgr.y (mgr.25387) 988 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:43:44.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:44 smithi097 bash[73934]: cephadm 2024-03-30T04:43:42.217601+0000 mgr.y (mgr.25387) 989 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:43:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:44 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.132010+0000 mgr.y (mgr.25387) 985 : cluster [DBG] pgmap v603: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:44 smithi105 bash[58125]: cluster 2024-03-30T04:43:42.132722+0000 mgr.y (mgr.25387) 986 : cluster [DBG] pgmap v604: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:44 smithi105 bash[58125]: cephadm 2024-03-30T04:43:42.142606+0000 mgr.y (mgr.25387) 987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:43:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:44 smithi105 bash[58125]: cephadm 2024-03-30T04:43:42.211694+0000 mgr.y (mgr.25387) 988 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-30T04:43:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:44 smithi105 bash[58125]: cephadm 2024-03-30T04:43:42.217601+0000 mgr.y (mgr.25387) 989 : cephadm [INF] Reconfiguring daemon mon.a on smithi097 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: cluster 2024-03-30T04:43:44.133416+0000 mgr.y (mgr.25387) 990 : cluster [DBG] pgmap v605: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: audit 2024-03-30T04:43:44.517414+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: audit 2024-03-30T04:43:44.528857+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: cephadm 2024-03-30T04:43:44.537392+0000 mgr.y (mgr.25387) 991 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: audit 2024-03-30T04:43:44.538020+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: audit 2024-03-30T04:43:44.539710+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: audit 2024-03-30T04:43:44.541286+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.797 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[69502]: cephadm 2024-03-30T04:43:44.543023+0000 mgr.y (mgr.25387) 992 : cephadm [INF] Reconfiguring daemon mgr.y on smithi097 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: cluster 2024-03-30T04:43:44.133416+0000 mgr.y (mgr.25387) 990 : cluster [DBG] pgmap v605: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: audit 2024-03-30T04:43:44.517414+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: audit 2024-03-30T04:43:44.528857+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: cephadm 2024-03-30T04:43:44.537392+0000 mgr.y (mgr.25387) 991 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: audit 2024-03-30T04:43:44.538020+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: audit 2024-03-30T04:43:44.539710+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: audit 2024-03-30T04:43:44.541286+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.798 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[73934]: cephadm 2024-03-30T04:43:44.543023+0000 mgr.y (mgr.25387) 992 : cephadm [INF] Reconfiguring daemon mgr.y on smithi097 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: cluster 2024-03-30T04:43:44.133416+0000 mgr.y (mgr.25387) 990 : cluster [DBG] pgmap v605: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: audit 2024-03-30T04:43:44.517414+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: audit 2024-03-30T04:43:44.528857+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: cephadm 2024-03-30T04:43:44.537392+0000 mgr.y (mgr.25387) 991 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: audit 2024-03-30T04:43:44.538020+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: audit 2024-03-30T04:43:44.539710+0000 mon.a (mon.0) 2321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: audit 2024-03-30T04:43:44.541286+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:45 smithi105 bash[58125]: cephadm 2024-03-30T04:43:44.543023+0000 mgr.y (mgr.25387) 992 : cephadm [INF] Reconfiguring daemon mgr.y on smithi097 2024-03-30T04:43:46.124 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:45 smithi097 bash[65835]: debug 2024-03-30T04:43:45.835+0000 7fdd18a51700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: cluster 2024-03-30T04:43:46.135033+0000 mgr.y (mgr.25387) 993 : cluster [DBG] pgmap v606: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: audit 2024-03-30T04:43:46.602795+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: audit 2024-03-30T04:43:46.616532+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: cephadm 2024-03-30T04:43:46.662426+0000 mgr.y (mgr.25387) 994 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: audit 2024-03-30T04:43:46.663168+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: audit 2024-03-30T04:43:46.665092+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: audit 2024-03-30T04:43:46.666493+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[69502]: cephadm 2024-03-30T04:43:46.668152+0000 mgr.y (mgr.25387) 995 : cephadm [INF] Reconfiguring daemon mon.c on smithi097 2024-03-30T04:43:47.600 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: cluster 2024-03-30T04:43:46.135033+0000 mgr.y (mgr.25387) 993 : cluster [DBG] pgmap v606: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:47.600 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: audit 2024-03-30T04:43:46.602795+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:47.600 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: audit 2024-03-30T04:43:46.616532+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:47.600 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: cephadm 2024-03-30T04:43:46.662426+0000 mgr.y (mgr.25387) 994 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:43:47.600 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: audit 2024-03-30T04:43:46.663168+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:47.600 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: audit 2024-03-30T04:43:46.665092+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:47.851 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: audit 2024-03-30T04:43:46.666493+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.851 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:47 smithi097 bash[73934]: cephadm 2024-03-30T04:43:46.668152+0000 mgr.y (mgr.25387) 995 : cephadm [INF] Reconfiguring daemon mon.c on smithi097 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: cluster 2024-03-30T04:43:46.135033+0000 mgr.y (mgr.25387) 993 : cluster [DBG] pgmap v606: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: audit 2024-03-30T04:43:46.602795+0000 mon.a (mon.0) 2323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: audit 2024-03-30T04:43:46.616532+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: cephadm 2024-03-30T04:43:46.662426+0000 mgr.y (mgr.25387) 994 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: audit 2024-03-30T04:43:46.663168+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: audit 2024-03-30T04:43:46.665092+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: audit 2024-03-30T04:43:46.666493+0000 mon.a (mon.0) 2327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:47 smithi105 bash[58125]: cephadm 2024-03-30T04:43:46.668152+0000 mgr.y (mgr.25387) 995 : cephadm [INF] Reconfiguring daemon mon.c on smithi097 2024-03-30T04:43:48.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:48 smithi105 bash[52959]: ts=2024-03-30T04:43:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: cluster 2024-03-30T04:43:48.135861+0000 mgr.y (mgr.25387) 996 : cluster [DBG] pgmap v607: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: audit 2024-03-30T04:43:48.689579+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: audit 2024-03-30T04:43:48.700654+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: cephadm 2024-03-30T04:43:48.736827+0000 mgr.y (mgr.25387) 997 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: audit 2024-03-30T04:43:48.737478+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: audit 2024-03-30T04:43:48.739276+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:49 smithi105 bash[58125]: cephadm 2024-03-30T04:43:48.743645+0000 mgr.y (mgr.25387) 998 : cephadm [INF] Reconfiguring daemon osd.0 on smithi097 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: cluster 2024-03-30T04:43:48.135861+0000 mgr.y (mgr.25387) 996 : cluster [DBG] pgmap v607: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: audit 2024-03-30T04:43:48.689579+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: audit 2024-03-30T04:43:48.700654+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: cephadm 2024-03-30T04:43:48.736827+0000 mgr.y (mgr.25387) 997 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: audit 2024-03-30T04:43:48.737478+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: audit 2024-03-30T04:43:48.739276+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.993 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[73934]: cephadm 2024-03-30T04:43:48.743645+0000 mgr.y (mgr.25387) 998 : cephadm [INF] Reconfiguring daemon osd.0 on smithi097 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: cluster 2024-03-30T04:43:48.135861+0000 mgr.y (mgr.25387) 996 : cluster [DBG] pgmap v607: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: audit 2024-03-30T04:43:48.689579+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: audit 2024-03-30T04:43:48.700654+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: cephadm 2024-03-30T04:43:48.736827+0000 mgr.y (mgr.25387) 997 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: audit 2024-03-30T04:43:48.737478+0000 mon.a (mon.0) 2330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: audit 2024-03-30T04:43:48.739276+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:49.994 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:49 smithi097 bash[69502]: cephadm 2024-03-30T04:43:48.743645+0000 mgr.y (mgr.25387) 998 : cephadm [INF] Reconfiguring daemon osd.0 on smithi097 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: cluster 2024-03-30T04:43:50.136605+0000 mgr.y (mgr.25387) 999 : cluster [DBG] pgmap v608: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 582 B/s rd, 0 op/s 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:50.441224+0000 mgr.y (mgr.25387) 1000 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:50.709278+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:50.715694+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: cephadm 2024-03-30T04:43:50.761832+0000 mgr.y (mgr.25387) 1001 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:50.762363+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:43:51.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:50.763715+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:51.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: cephadm 2024-03-30T04:43:50.768967+0000 mgr.y (mgr.25387) 1002 : cephadm [INF] Reconfiguring daemon osd.1 on smithi097 2024-03-30T04:43:51.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:51.097239+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:51.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:51.110209+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:51.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:51 smithi105 bash[58125]: audit 2024-03-30T04:43:51.123648+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: cluster 2024-03-30T04:43:50.136605+0000 mgr.y (mgr.25387) 999 : cluster [DBG] pgmap v608: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 582 B/s rd, 0 op/s 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:50.441224+0000 mgr.y (mgr.25387) 1000 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:50.709278+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:50.715694+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: cephadm 2024-03-30T04:43:50.761832+0000 mgr.y (mgr.25387) 1001 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:50.762363+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:50.763715+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: cephadm 2024-03-30T04:43:50.768967+0000 mgr.y (mgr.25387) 1002 : cephadm [INF] Reconfiguring daemon osd.1 on smithi097 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:51.097239+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:51.110209+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[69502]: audit 2024-03-30T04:43:51.123648+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: cluster 2024-03-30T04:43:50.136605+0000 mgr.y (mgr.25387) 999 : cluster [DBG] pgmap v608: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 582 B/s rd, 0 op/s 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:50.441224+0000 mgr.y (mgr.25387) 1000 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:50.709278+0000 mon.a (mon.0) 2332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:50.715694+0000 mon.a (mon.0) 2333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: cephadm 2024-03-30T04:43:50.761832+0000 mgr.y (mgr.25387) 1001 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:50.762363+0000 mon.a (mon.0) 2334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:50.763715+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: cephadm 2024-03-30T04:43:50.768967+0000 mgr.y (mgr.25387) 1002 : cephadm [INF] Reconfiguring daemon osd.1 on smithi097 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:51.097239+0000 mon.a (mon.0) 2336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:51.110209+0000 mon.a (mon.0) 2337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:51 smithi097 bash[73934]: audit 2024-03-30T04:43:51.123648+0000 mon.a (mon.0) 2338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:52.624 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:43:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:43:52] "GET /metrics HTTP/1.1" 200 38252 "" "Prometheus/2.33.4" 2024-03-30T04:43:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:52 smithi105 bash[58125]: cluster 2024-03-30T04:43:51.113590+0000 mgr.y (mgr.25387) 1003 : cluster [DBG] pgmap v609: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:52 smithi105 bash[58125]: cluster 2024-03-30T04:43:51.114071+0000 mgr.y (mgr.25387) 1004 : cluster [DBG] pgmap v610: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:53.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:52 smithi097 bash[69502]: cluster 2024-03-30T04:43:51.113590+0000 mgr.y (mgr.25387) 1003 : cluster [DBG] pgmap v609: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:53.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:52 smithi097 bash[69502]: cluster 2024-03-30T04:43:51.114071+0000 mgr.y (mgr.25387) 1004 : cluster [DBG] pgmap v610: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:53.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:52 smithi097 bash[73934]: cluster 2024-03-30T04:43:51.113590+0000 mgr.y (mgr.25387) 1003 : cluster [DBG] pgmap v609: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:53.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:52 smithi097 bash[73934]: cluster 2024-03-30T04:43:51.114071+0000 mgr.y (mgr.25387) 1004 : cluster [DBG] pgmap v610: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:53.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:53 smithi105 bash[52959]: ts=2024-03-30T04:43:53.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:54.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: cluster 2024-03-30T04:43:53.114751+0000 mgr.y (mgr.25387) 1005 : cluster [DBG] pgmap v611: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.522727+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.532811+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: cluster 2024-03-30T04:43:53.534809+0000 mgr.y (mgr.25387) 1006 : cluster [DBG] pgmap v612: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 691 B/s rd, 0 op/s 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: cluster 2024-03-30T04:43:53.535098+0000 mgr.y (mgr.25387) 1007 : cluster [DBG] pgmap v613: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 948 B/s rd, 0 op/s 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.544673+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.683864+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.696067+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: cephadm 2024-03-30T04:43:53.743878+0000 mgr.y (mgr.25387) 1008 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.744426+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:53.745651+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: cephadm 2024-03-30T04:43:53.748407+0000 mgr.y (mgr.25387) 1009 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-03-30T04:43:54.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[69502]: audit 2024-03-30T04:43:54.482819+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: cluster 2024-03-30T04:43:53.114751+0000 mgr.y (mgr.25387) 1005 : cluster [DBG] pgmap v611: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.522727+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.532811+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: cluster 2024-03-30T04:43:53.534809+0000 mgr.y (mgr.25387) 1006 : cluster [DBG] pgmap v612: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 691 B/s rd, 0 op/s 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: cluster 2024-03-30T04:43:53.535098+0000 mgr.y (mgr.25387) 1007 : cluster [DBG] pgmap v613: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 948 B/s rd, 0 op/s 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.544673+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.683864+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.696067+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: cephadm 2024-03-30T04:43:53.743878+0000 mgr.y (mgr.25387) 1008 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.744426+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:53.745651+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: cephadm 2024-03-30T04:43:53.748407+0000 mgr.y (mgr.25387) 1009 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-03-30T04:43:54.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:54 smithi097 bash[73934]: audit 2024-03-30T04:43:54.482819+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: cluster 2024-03-30T04:43:53.114751+0000 mgr.y (mgr.25387) 1005 : cluster [DBG] pgmap v611: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.522727+0000 mon.a (mon.0) 2339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.532811+0000 mon.a (mon.0) 2340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: cluster 2024-03-30T04:43:53.534809+0000 mgr.y (mgr.25387) 1006 : cluster [DBG] pgmap v612: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 691 B/s rd, 0 op/s 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: cluster 2024-03-30T04:43:53.535098+0000 mgr.y (mgr.25387) 1007 : cluster [DBG] pgmap v613: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 948 B/s rd, 0 op/s 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.544673+0000 mon.a (mon.0) 2341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.683864+0000 mon.a (mon.0) 2342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.696067+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: cephadm 2024-03-30T04:43:53.743878+0000 mgr.y (mgr.25387) 1008 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.744426+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:53.745651+0000 mon.a (mon.0) 2345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: cephadm 2024-03-30T04:43:53.748407+0000 mgr.y (mgr.25387) 1009 : cephadm [INF] Reconfiguring daemon osd.2 on smithi097 2024-03-30T04:43:54.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:54 smithi105 bash[58125]: audit 2024-03-30T04:43:54.482819+0000 mon.a (mon.0) 2346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:43:56.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:56 smithi105 bash[58125]: cluster 2024-03-30T04:43:55.536779+0000 mgr.y (mgr.25387) 1010 : cluster [DBG] pgmap v614: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-03-30T04:43:56.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:56 smithi097 bash[69502]: cluster 2024-03-30T04:43:55.536779+0000 mgr.y (mgr.25387) 1010 : cluster [DBG] pgmap v614: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-03-30T04:43:56.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:56 smithi097 bash[73934]: cluster 2024-03-30T04:43:55.536779+0000 mgr.y (mgr.25387) 1010 : cluster [DBG] pgmap v614: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-03-30T04:43:58.612 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:57.288697+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.612 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:57.301302+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.612 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: cluster 2024-03-30T04:43:57.303608+0000 mgr.y (mgr.25387) 1011 : cluster [DBG] pgmap v615: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 826 B/s rd, 0 op/s 2024-03-30T04:43:58.612 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: cluster 2024-03-30T04:43:57.303922+0000 mgr.y (mgr.25387) 1012 : cluster [DBG] pgmap v616: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-30T04:43:58.612 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:57.313700+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.612 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:58.150268+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:58.160364+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:58.174313+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[73934]: audit 2024-03-30T04:43:58.176166+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:57.288697+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:57.301302+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: cluster 2024-03-30T04:43:57.303608+0000 mgr.y (mgr.25387) 1011 : cluster [DBG] pgmap v615: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 826 B/s rd, 0 op/s 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: cluster 2024-03-30T04:43:57.303922+0000 mgr.y (mgr.25387) 1012 : cluster [DBG] pgmap v616: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:57.313700+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:58.150268+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:58.160364+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:58.174313+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:43:58.613 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:58 smithi097 bash[69502]: audit 2024-03-30T04:43:58.176166+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:58.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:57.288697+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:57.301302+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: cluster 2024-03-30T04:43:57.303608+0000 mgr.y (mgr.25387) 1011 : cluster [DBG] pgmap v615: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 826 B/s rd, 0 op/s 2024-03-30T04:43:58.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: cluster 2024-03-30T04:43:57.303922+0000 mgr.y (mgr.25387) 1012 : cluster [DBG] pgmap v616: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-30T04:43:58.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:57.313700+0000 mon.a (mon.0) 2349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.655 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:58.150268+0000 mon.a (mon.0) 2350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.656 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:58.160364+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:43:58.656 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:58.174313+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:43:58.656 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[58125]: audit 2024-03-30T04:43:58.176166+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:43:58.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:43:58 smithi105 bash[52959]: ts=2024-03-30T04:43:58.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:43:59.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:59 smithi097 bash[73934]: cephadm 2024-03-30T04:43:58.173641+0000 mgr.y (mgr.25387) 1013 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:43:59.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:43:59 smithi097 bash[73934]: cephadm 2024-03-30T04:43:58.181672+0000 mgr.y (mgr.25387) 1014 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-03-30T04:43:59.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:59 smithi097 bash[69502]: cephadm 2024-03-30T04:43:58.173641+0000 mgr.y (mgr.25387) 1013 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:43:59.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:43:59 smithi097 bash[69502]: cephadm 2024-03-30T04:43:58.181672+0000 mgr.y (mgr.25387) 1014 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-03-30T04:43:59.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:59 smithi105 bash[58125]: cephadm 2024-03-30T04:43:58.173641+0000 mgr.y (mgr.25387) 1013 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-03-30T04:43:59.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:43:59 smithi105 bash[58125]: cephadm 2024-03-30T04:43:58.181672+0000 mgr.y (mgr.25387) 1014 : cephadm [INF] Reconfiguring daemon osd.3 on smithi097 2024-03-30T04:44:00.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[69502]: cluster 2024-03-30T04:43:59.304506+0000 mgr.y (mgr.25387) 1015 : cluster [DBG] pgmap v617: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[69502]: audit 2024-03-30T04:44:00.213766+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[69502]: audit 2024-03-30T04:44:00.223231+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[69502]: audit 2024-03-30T04:44:00.251253+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[69502]: audit 2024-03-30T04:44:00.254349+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[73934]: cluster 2024-03-30T04:43:59.304506+0000 mgr.y (mgr.25387) 1015 : cluster [DBG] pgmap v617: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[73934]: audit 2024-03-30T04:44:00.213766+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[73934]: audit 2024-03-30T04:44:00.223231+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:00.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[73934]: audit 2024-03-30T04:44:00.251253+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:00 smithi097 bash[73934]: audit 2024-03-30T04:44:00.254349+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:00 smithi105 bash[58125]: cluster 2024-03-30T04:43:59.304506+0000 mgr.y (mgr.25387) 1015 : cluster [DBG] pgmap v617: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2024-03-30T04:44:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:00 smithi105 bash[58125]: audit 2024-03-30T04:44:00.213766+0000 mon.a (mon.0) 2354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:00 smithi105 bash[58125]: audit 2024-03-30T04:44:00.223231+0000 mon.a (mon.0) 2355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:00 smithi105 bash[58125]: audit 2024-03-30T04:44:00.251253+0000 mon.a (mon.0) 2356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:00 smithi105 bash[58125]: audit 2024-03-30T04:44:00.254349+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:01.599 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:01 smithi097 bash[73934]: cephadm 2024-03-30T04:44:00.250602+0000 mgr.y (mgr.25387) 1016 : cephadm [INF] Reconfiguring rgw.foo.smithi097.ujiisa (monmap changed)... 2024-03-30T04:44:01.599 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:01 smithi097 bash[73934]: cephadm 2024-03-30T04:44:00.255986+0000 mgr.y (mgr.25387) 1017 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:44:01.599 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:01 smithi097 bash[73934]: audit 2024-03-30T04:44:00.452445+0000 mgr.y (mgr.25387) 1018 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:01.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:01 smithi097 bash[69502]: cephadm 2024-03-30T04:44:00.250602+0000 mgr.y (mgr.25387) 1016 : cephadm [INF] Reconfiguring rgw.foo.smithi097.ujiisa (monmap changed)... 2024-03-30T04:44:01.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:01 smithi097 bash[69502]: cephadm 2024-03-30T04:44:00.255986+0000 mgr.y (mgr.25387) 1017 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:44:01.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:01 smithi097 bash[69502]: audit 2024-03-30T04:44:00.452445+0000 mgr.y (mgr.25387) 1018 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:01 smithi105 bash[58125]: cephadm 2024-03-30T04:44:00.250602+0000 mgr.y (mgr.25387) 1016 : cephadm [INF] Reconfiguring rgw.foo.smithi097.ujiisa (monmap changed)... 2024-03-30T04:44:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:01 smithi105 bash[58125]: cephadm 2024-03-30T04:44:00.255986+0000 mgr.y (mgr.25387) 1017 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:44:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:01 smithi105 bash[58125]: audit 2024-03-30T04:44:00.452445+0000 mgr.y (mgr.25387) 1018 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:02.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:02 smithi097 bash[69502]: cluster 2024-03-30T04:44:01.305893+0000 mgr.y (mgr.25387) 1019 : cluster [DBG] pgmap v618: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:44:02.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:02 smithi097 bash[73934]: cluster 2024-03-30T04:44:01.305893+0000 mgr.y (mgr.25387) 1019 : cluster [DBG] pgmap v618: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:44:02.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:44:02] "GET /metrics HTTP/1.1" 200 38266 "" "Prometheus/2.33.4" 2024-03-30T04:44:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:02 smithi105 bash[58125]: cluster 2024-03-30T04:44:01.305893+0000 mgr.y (mgr.25387) 1019 : cluster [DBG] pgmap v618: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:44:03.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[73934]: audit 2024-03-30T04:44:02.383798+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:03.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[73934]: audit 2024-03-30T04:44:02.396883+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:03.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[73934]: cephadm 2024-03-30T04:44:02.425134+0000 mgr.y (mgr.25387) 1020 : cephadm [INF] Reconfiguring rgw.smpl.smithi097.nsyvyq (monmap changed)... 2024-03-30T04:44:03.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[73934]: audit 2024-03-30T04:44:02.425671+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:03.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[73934]: audit 2024-03-30T04:44:02.428430+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[73934]: cephadm 2024-03-30T04:44:02.430181+0000 mgr.y (mgr.25387) 1021 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[69502]: audit 2024-03-30T04:44:02.383798+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[69502]: audit 2024-03-30T04:44:02.396883+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[69502]: cephadm 2024-03-30T04:44:02.425134+0000 mgr.y (mgr.25387) 1020 : cephadm [INF] Reconfiguring rgw.smpl.smithi097.nsyvyq (monmap changed)... 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[69502]: audit 2024-03-30T04:44:02.425671+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[69502]: audit 2024-03-30T04:44:02.428430+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:03 smithi097 bash[69502]: cephadm 2024-03-30T04:44:02.430181+0000 mgr.y (mgr.25387) 1021 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:44:03.709 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[52959]: ts=2024-03-30T04:44:03.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[58125]: audit 2024-03-30T04:44:02.383798+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[58125]: audit 2024-03-30T04:44:02.396883+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[58125]: cephadm 2024-03-30T04:44:02.425134+0000 mgr.y (mgr.25387) 1020 : cephadm [INF] Reconfiguring rgw.smpl.smithi097.nsyvyq (monmap changed)... 2024-03-30T04:44:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[58125]: audit 2024-03-30T04:44:02.425671+0000 mon.a (mon.0) 2360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[58125]: audit 2024-03-30T04:44:02.428430+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:03 smithi105 bash[58125]: cephadm 2024-03-30T04:44:02.430181+0000 mgr.y (mgr.25387) 1021 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:44:03.738 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 10s ago 16m - - 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 7s ago 16m - - 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (3m) 10s ago 9m 13.5M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 7s ago 9m - - 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (2m) 10s ago 7m 43.7M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:44:04.457 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (112s) 7s ago 15m 436M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (2m) 10s ago 17m 501M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (95s) 10s ago 17m 63.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (24s) 7s ago 16m 22.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (46s) 10s ago 16m 35.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (3m) 10s ago 10m 8863k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (3m) 7s ago 10m 8811k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (15m) 10s ago 15m 55.8M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (14m) 10s ago 14m 57.1M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (14m) 10s ago 14m 50.5M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (13m) 10s ago 13m 56.2M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (12m) 7s ago 12m 59.0M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (12m) 7s ago 12m 52.8M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (11m) 7s ago 11m 52.9M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:44:04.458 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (11m) 7s ago 11m 55.8M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:44:04.459 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (2m) 7s ago 10m 62.3M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:44:04.459 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (8m) 10s ago 8m 86.7M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:44:04.459 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (8m) 7s ago 8m 86.8M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:44:04.459 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (7m) 10s ago 7m 86.8M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:44:04.459 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (7m) 7s ago 7m 87.0M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:44:04.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:04 smithi105 bash[58125]: cluster 2024-03-30T04:44:03.306612+0000 mgr.y (mgr.25387) 1022 : cluster [DBG] pgmap v619: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:04.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:04 smithi105 bash[58125]: audit 2024-03-30T04:44:03.730649+0000 mgr.y (mgr.25387) 1023 : audit [DBG] from='client.54139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:04.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:04 smithi105 bash[58125]: audit 2024-03-30T04:44:04.084515+0000 mgr.y (mgr.25387) 1024 : audit [DBG] from='client.54145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:04.869 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:44:04.870 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:04.871 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:44:04.871 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-03-30T04:44:04.871 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:44:04.871 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:44:04.871 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:44:04.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:04 smithi097 bash[73934]: cluster 2024-03-30T04:44:03.306612+0000 mgr.y (mgr.25387) 1022 : cluster [DBG] pgmap v619: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:04.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:04 smithi097 bash[73934]: audit 2024-03-30T04:44:03.730649+0000 mgr.y (mgr.25387) 1023 : audit [DBG] from='client.54139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:04.874 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:04 smithi097 bash[73934]: audit 2024-03-30T04:44:04.084515+0000 mgr.y (mgr.25387) 1024 : audit [DBG] from='client.54145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:04.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:04 smithi097 bash[69502]: cluster 2024-03-30T04:44:03.306612+0000 mgr.y (mgr.25387) 1022 : cluster [DBG] pgmap v619: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:04.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:04 smithi097 bash[69502]: audit 2024-03-30T04:44:03.730649+0000 mgr.y (mgr.25387) 1023 : audit [DBG] from='client.54139 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:04.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:04 smithi097 bash[69502]: audit 2024-03-30T04:44:04.084515+0000 mgr.y (mgr.25387) 1024 : audit [DBG] from='client.54145 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:05.226 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:44:05.226 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:44:05.226 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:44:05.226 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:44:05.226 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:44:05.226 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:44:05.227 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:44:05.227 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:44:05.227 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "5/23 daemons upgraded", 2024-03-30T04:44:05.227 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading mon daemons", 2024-03-30T04:44:05.227 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:44:05.227 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:44:05.660 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:44:05.660 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:44:05.660 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:44:05.858 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.432677+0000 mgr.y (mgr.25387) 1025 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:05.858 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.474094+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:05.858 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.483061+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:05.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: cephadm 2024-03-30T04:44:04.503104+0000 mgr.y (mgr.25387) 1026 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:44:05.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.503540+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:44:05.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.505032+0000 mon.a (mon.0) 2365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:44:05.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.506356+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:05.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: cephadm 2024-03-30T04:44:04.507889+0000 mgr.y (mgr.25387) 1027 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-03-30T04:44:05.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:05 smithi105 bash[58125]: audit 2024-03-30T04:44:04.875418+0000 mon.a (mon.0) 2367 : audit [DBG] from='client.? 172.21.15.97:0/360636228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.432677+0000 mgr.y (mgr.25387) 1025 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.474094+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.483061+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: cephadm 2024-03-30T04:44:04.503104+0000 mgr.y (mgr.25387) 1026 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.503540+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.505032+0000 mon.a (mon.0) 2365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.506356+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: cephadm 2024-03-30T04:44:04.507889+0000 mgr.y (mgr.25387) 1027 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[69502]: audit 2024-03-30T04:44:04.875418+0000 mon.a (mon.0) 2367 : audit [DBG] from='client.? 172.21.15.97:0/360636228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:05.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.432677+0000 mgr.y (mgr.25387) 1025 : audit [DBG] from='client.34218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.474094+0000 mon.a (mon.0) 2362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.483061+0000 mon.a (mon.0) 2363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: cephadm 2024-03-30T04:44:04.503104+0000 mgr.y (mgr.25387) 1026 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.503540+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.505032+0000 mon.a (mon.0) 2365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.506356+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: cephadm 2024-03-30T04:44:04.507889+0000 mgr.y (mgr.25387) 1027 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-03-30T04:44:05.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:05 smithi097 bash[73934]: audit 2024-03-30T04:44:04.875418+0000 mon.a (mon.0) 2367 : audit [DBG] from='client.? 172.21.15.97:0/360636228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:06.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:06 smithi097 bash[73934]: audit 2024-03-30T04:44:05.231503+0000 mgr.y (mgr.25387) 1028 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:06.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:06 smithi097 bash[73934]: cluster 2024-03-30T04:44:05.307312+0000 mgr.y (mgr.25387) 1029 : cluster [DBG] pgmap v620: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 523 B/s rd, 0 op/s 2024-03-30T04:44:06.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:06 smithi097 bash[73934]: audit 2024-03-30T04:44:05.665927+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.97:0/2694928417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:06.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:06 smithi097 bash[69502]: audit 2024-03-30T04:44:05.231503+0000 mgr.y (mgr.25387) 1028 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:06.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:06 smithi097 bash[69502]: cluster 2024-03-30T04:44:05.307312+0000 mgr.y (mgr.25387) 1029 : cluster [DBG] pgmap v620: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 523 B/s rd, 0 op/s 2024-03-30T04:44:06.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:06 smithi097 bash[69502]: audit 2024-03-30T04:44:05.665927+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.97:0/2694928417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:06.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:06 smithi105 bash[58125]: audit 2024-03-30T04:44:05.231503+0000 mgr.y (mgr.25387) 1028 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:06.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:06 smithi105 bash[58125]: cluster 2024-03-30T04:44:05.307312+0000 mgr.y (mgr.25387) 1029 : cluster [DBG] pgmap v620: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 523 B/s rd, 0 op/s 2024-03-30T04:44:06.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:06 smithi105 bash[58125]: audit 2024-03-30T04:44:05.665927+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.97:0/2694928417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: audit 2024-03-30T04:44:06.710259+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: audit 2024-03-30T04:44:06.724471+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: cephadm 2024-03-30T04:44:06.776889+0000 mgr.y (mgr.25387) 1030 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: audit 2024-03-30T04:44:06.777657+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: audit 2024-03-30T04:44:06.779712+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: audit 2024-03-30T04:44:06.781400+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:07 smithi105 bash[58125]: cephadm 2024-03-30T04:44:06.783402+0000 mgr.y (mgr.25387) 1031 : cephadm [INF] Reconfiguring daemon mgr.x on smithi105 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: audit 2024-03-30T04:44:06.710259+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: audit 2024-03-30T04:44:06.724471+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: cephadm 2024-03-30T04:44:06.776889+0000 mgr.y (mgr.25387) 1030 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: audit 2024-03-30T04:44:06.777657+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: audit 2024-03-30T04:44:06.779712+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: audit 2024-03-30T04:44:06.781400+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[69502]: cephadm 2024-03-30T04:44:06.783402+0000 mgr.y (mgr.25387) 1031 : cephadm [INF] Reconfiguring daemon mgr.x on smithi105 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: audit 2024-03-30T04:44:06.710259+0000 mon.a (mon.0) 2368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:08.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: audit 2024-03-30T04:44:06.724471+0000 mon.a (mon.0) 2369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: cephadm 2024-03-30T04:44:06.776889+0000 mgr.y (mgr.25387) 1030 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-03-30T04:44:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: audit 2024-03-30T04:44:06.777657+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-30T04:44:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: audit 2024-03-30T04:44:06.779712+0000 mon.a (mon.0) 2371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-30T04:44:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: audit 2024-03-30T04:44:06.781400+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:08.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:07 smithi097 bash[73934]: cephadm 2024-03-30T04:44:06.783402+0000 mgr.y (mgr.25387) 1031 : cephadm [INF] Reconfiguring daemon mgr.x on smithi105 2024-03-30T04:44:08.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:08 smithi105 bash[58125]: cluster 2024-03-30T04:44:07.308956+0000 mgr.y (mgr.25387) 1032 : cluster [DBG] pgmap v621: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:08.962 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:08 smithi105 bash[52959]: ts=2024-03-30T04:44:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:09.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:08 smithi097 bash[73934]: cluster 2024-03-30T04:44:07.308956+0000 mgr.y (mgr.25387) 1032 : cluster [DBG] pgmap v621: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:09.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:08 smithi097 bash[69502]: cluster 2024-03-30T04:44:07.308956+0000 mgr.y (mgr.25387) 1032 : cluster [DBG] pgmap v621: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:10.323 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: audit 2024-03-30T04:44:08.973831+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:10.324 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: audit 2024-03-30T04:44:08.986645+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:10.324 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: cephadm 2024-03-30T04:44:09.004301+0000 mgr.y (mgr.25387) 1033 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:44:10.324 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: audit 2024-03-30T04:44:09.005015+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:44:10.324 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: audit 2024-03-30T04:44:09.007083+0000 mon.a (mon.0) 2376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:10.324 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: cephadm 2024-03-30T04:44:09.013856+0000 mgr.y (mgr.25387) 1034 : cephadm [INF] Reconfiguring daemon osd.4 on smithi105 2024-03-30T04:44:10.324 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:09 smithi105 bash[58125]: audit 2024-03-30T04:44:09.483674+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: audit 2024-03-30T04:44:08.973831+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: audit 2024-03-30T04:44:08.986645+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: cephadm 2024-03-30T04:44:09.004301+0000 mgr.y (mgr.25387) 1033 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: audit 2024-03-30T04:44:09.005015+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: audit 2024-03-30T04:44:09.007083+0000 mon.a (mon.0) 2376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: cephadm 2024-03-30T04:44:09.013856+0000 mgr.y (mgr.25387) 1034 : cephadm [INF] Reconfiguring daemon osd.4 on smithi105 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[69502]: audit 2024-03-30T04:44:09.483674+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: audit 2024-03-30T04:44:08.973831+0000 mon.a (mon.0) 2373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: audit 2024-03-30T04:44:08.986645+0000 mon.a (mon.0) 2374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: cephadm 2024-03-30T04:44:09.004301+0000 mgr.y (mgr.25387) 1033 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-03-30T04:44:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: audit 2024-03-30T04:44:09.005015+0000 mon.a (mon.0) 2375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:44:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: audit 2024-03-30T04:44:09.007083+0000 mon.a (mon.0) 2376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: cephadm 2024-03-30T04:44:09.013856+0000 mgr.y (mgr.25387) 1034 : cephadm [INF] Reconfiguring daemon osd.4 on smithi105 2024-03-30T04:44:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:09 smithi097 bash[73934]: audit 2024-03-30T04:44:09.483674+0000 mon.a (mon.0) 2377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:11.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:10 smithi097 bash[73934]: cluster 2024-03-30T04:44:09.309655+0000 mgr.y (mgr.25387) 1035 : cluster [DBG] pgmap v622: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:11.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:10 smithi097 bash[69502]: cluster 2024-03-30T04:44:09.309655+0000 mgr.y (mgr.25387) 1035 : cluster [DBG] pgmap v622: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:11.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:10 smithi105 bash[58125]: cluster 2024-03-30T04:44:09.309655+0000 mgr.y (mgr.25387) 1035 : cluster [DBG] pgmap v622: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[73934]: audit 2024-03-30T04:44:10.463619+0000 mgr.y (mgr.25387) 1036 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[73934]: audit 2024-03-30T04:44:11.695027+0000 mon.a (mon.0) 2378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[73934]: audit 2024-03-30T04:44:11.707174+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[73934]: audit 2024-03-30T04:44:11.745225+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[73934]: audit 2024-03-30T04:44:11.747153+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[69502]: audit 2024-03-30T04:44:10.463619+0000 mgr.y (mgr.25387) 1036 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[69502]: audit 2024-03-30T04:44:11.695027+0000 mon.a (mon.0) 2378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[69502]: audit 2024-03-30T04:44:11.707174+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[69502]: audit 2024-03-30T04:44:11.745225+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:44:12.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:11 smithi097 bash[69502]: audit 2024-03-30T04:44:11.747153+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:11 smithi105 bash[58125]: audit 2024-03-30T04:44:10.463619+0000 mgr.y (mgr.25387) 1036 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:12.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:11 smithi105 bash[58125]: audit 2024-03-30T04:44:11.695027+0000 mon.a (mon.0) 2378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:12.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:11 smithi105 bash[58125]: audit 2024-03-30T04:44:11.707174+0000 mon.a (mon.0) 2379 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:12.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:11 smithi105 bash[58125]: audit 2024-03-30T04:44:11.745225+0000 mon.a (mon.0) 2380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:44:12.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:11 smithi105 bash[58125]: audit 2024-03-30T04:44:11.747153+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:12.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:44:12] "GET /metrics HTTP/1.1" 200 38266 "" "Prometheus/2.33.4" 2024-03-30T04:44:13.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:12 smithi105 bash[58125]: cluster 2024-03-30T04:44:11.311351+0000 mgr.y (mgr.25387) 1037 : cluster [DBG] pgmap v623: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:13.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:12 smithi105 bash[58125]: cephadm 2024-03-30T04:44:11.744406+0000 mgr.y (mgr.25387) 1038 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:44:13.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:12 smithi105 bash[58125]: cephadm 2024-03-30T04:44:11.753800+0000 mgr.y (mgr.25387) 1039 : cephadm [INF] Reconfiguring daemon osd.5 on smithi105 2024-03-30T04:44:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:13 smithi097 bash[73934]: cluster 2024-03-30T04:44:11.311351+0000 mgr.y (mgr.25387) 1037 : cluster [DBG] pgmap v623: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:13 smithi097 bash[73934]: cephadm 2024-03-30T04:44:11.744406+0000 mgr.y (mgr.25387) 1038 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:44:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:13 smithi097 bash[73934]: cephadm 2024-03-30T04:44:11.753800+0000 mgr.y (mgr.25387) 1039 : cephadm [INF] Reconfiguring daemon osd.5 on smithi105 2024-03-30T04:44:13.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:12 smithi097 bash[69502]: cluster 2024-03-30T04:44:11.311351+0000 mgr.y (mgr.25387) 1037 : cluster [DBG] pgmap v623: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:13.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:12 smithi097 bash[69502]: cephadm 2024-03-30T04:44:11.744406+0000 mgr.y (mgr.25387) 1038 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-03-30T04:44:13.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:12 smithi097 bash[69502]: cephadm 2024-03-30T04:44:11.753800+0000 mgr.y (mgr.25387) 1039 : cephadm [INF] Reconfiguring daemon osd.5 on smithi105 2024-03-30T04:44:13.764 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:13 smithi105 bash[52959]: ts=2024-03-30T04:44:13.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:14.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: cluster 2024-03-30T04:44:13.312101+0000 mgr.y (mgr.25387) 1040 : cluster [DBG] pgmap v624: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:14.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:13.653541+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:14.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:13.659096+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:14.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: cluster 2024-03-30T04:44:13.660119+0000 mgr.y (mgr.25387) 1041 : cluster [DBG] pgmap v625: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 989 B/s rd, 0 op/s 2024-03-30T04:44:14.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: cluster 2024-03-30T04:44:13.660334+0000 mgr.y (mgr.25387) 1042 : cluster [DBG] pgmap v626: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:14.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:13.664465+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:14.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:14.589669+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:14.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:14.601178+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:14.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:14.626734+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:44:14.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:14 smithi105 bash[58125]: audit 2024-03-30T04:44:14.628693+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: cluster 2024-03-30T04:44:13.312101+0000 mgr.y (mgr.25387) 1040 : cluster [DBG] pgmap v624: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:13.653541+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:13.659096+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: cluster 2024-03-30T04:44:13.660119+0000 mgr.y (mgr.25387) 1041 : cluster [DBG] pgmap v625: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 989 B/s rd, 0 op/s 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: cluster 2024-03-30T04:44:13.660334+0000 mgr.y (mgr.25387) 1042 : cluster [DBG] pgmap v626: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:13.664465+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:14.589669+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:14.601178+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:14.626734+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[69502]: audit 2024-03-30T04:44:14.628693+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: cluster 2024-03-30T04:44:13.312101+0000 mgr.y (mgr.25387) 1040 : cluster [DBG] pgmap v624: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:13.653541+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:13.659096+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: cluster 2024-03-30T04:44:13.660119+0000 mgr.y (mgr.25387) 1041 : cluster [DBG] pgmap v625: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 989 B/s rd, 0 op/s 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: cluster 2024-03-30T04:44:13.660334+0000 mgr.y (mgr.25387) 1042 : cluster [DBG] pgmap v626: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:13.664465+0000 mon.a (mon.0) 2384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:14.589669+0000 mon.a (mon.0) 2385 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:14.601178+0000 mon.a (mon.0) 2386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:14.626734+0000 mon.a (mon.0) 2387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:44:15.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:14 smithi097 bash[73934]: audit 2024-03-30T04:44:14.628693+0000 mon.a (mon.0) 2388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:15.781 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:15 smithi105 bash[58125]: cephadm 2024-03-30T04:44:14.626032+0000 mgr.y (mgr.25387) 1043 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:44:15.781 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:15 smithi105 bash[58125]: cephadm 2024-03-30T04:44:14.634349+0000 mgr.y (mgr.25387) 1044 : cephadm [INF] Reconfiguring daemon osd.6 on smithi105 2024-03-30T04:44:16.124 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:15 smithi097 bash[73934]: cephadm 2024-03-30T04:44:14.626032+0000 mgr.y (mgr.25387) 1043 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:44:16.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:15 smithi097 bash[73934]: cephadm 2024-03-30T04:44:14.634349+0000 mgr.y (mgr.25387) 1044 : cephadm [INF] Reconfiguring daemon osd.6 on smithi105 2024-03-30T04:44:16.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:15 smithi097 bash[69502]: cephadm 2024-03-30T04:44:14.626032+0000 mgr.y (mgr.25387) 1043 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-03-30T04:44:16.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:15 smithi097 bash[69502]: cephadm 2024-03-30T04:44:14.634349+0000 mgr.y (mgr.25387) 1044 : cephadm [INF] Reconfiguring daemon osd.6 on smithi105 2024-03-30T04:44:17.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:16 smithi105 bash[58125]: cluster 2024-03-30T04:44:15.661336+0000 mgr.y (mgr.25387) 1045 : cluster [DBG] pgmap v627: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:17.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:16 smithi105 bash[58125]: audit 2024-03-30T04:44:15.987573+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:16 smithi105 bash[58125]: audit 2024-03-30T04:44:15.997883+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:16 smithi105 bash[58125]: cluster 2024-03-30T04:44:16.000201+0000 mgr.y (mgr.25387) 1046 : cluster [DBG] pgmap v628: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:44:17.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:16 smithi105 bash[58125]: cluster 2024-03-30T04:44:16.000785+0000 mgr.y (mgr.25387) 1047 : cluster [DBG] pgmap v629: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:17.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:16 smithi105 bash[58125]: audit 2024-03-30T04:44:16.011562+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[69502]: cluster 2024-03-30T04:44:15.661336+0000 mgr.y (mgr.25387) 1045 : cluster [DBG] pgmap v627: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[69502]: audit 2024-03-30T04:44:15.987573+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[69502]: audit 2024-03-30T04:44:15.997883+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[69502]: cluster 2024-03-30T04:44:16.000201+0000 mgr.y (mgr.25387) 1046 : cluster [DBG] pgmap v628: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[69502]: cluster 2024-03-30T04:44:16.000785+0000 mgr.y (mgr.25387) 1047 : cluster [DBG] pgmap v629: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[69502]: audit 2024-03-30T04:44:16.011562+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[73934]: cluster 2024-03-30T04:44:15.661336+0000 mgr.y (mgr.25387) 1045 : cluster [DBG] pgmap v627: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:17.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[73934]: audit 2024-03-30T04:44:15.987573+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[73934]: audit 2024-03-30T04:44:15.997883+0000 mon.a (mon.0) 2390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:17.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[73934]: cluster 2024-03-30T04:44:16.000201+0000 mgr.y (mgr.25387) 1046 : cluster [DBG] pgmap v628: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:44:17.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[73934]: cluster 2024-03-30T04:44:16.000785+0000 mgr.y (mgr.25387) 1047 : cluster [DBG] pgmap v629: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:17.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:16 smithi097 bash[73934]: audit 2024-03-30T04:44:16.011562+0000 mon.a (mon.0) 2391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:18.779 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:18 smithi105 bash[52959]: ts=2024-03-30T04:44:18.659Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:19.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:19 smithi097 bash[73934]: cluster 2024-03-30T04:44:18.001469+0000 mgr.y (mgr.25387) 1048 : cluster [DBG] pgmap v630: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:19 smithi097 bash[69502]: cluster 2024-03-30T04:44:18.001469+0000 mgr.y (mgr.25387) 1048 : cluster [DBG] pgmap v630: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:19 smithi105 bash[58125]: cluster 2024-03-30T04:44:18.001469+0000 mgr.y (mgr.25387) 1048 : cluster [DBG] pgmap v630: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:44:20.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: audit 2024-03-30T04:44:19.435627+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: audit 2024-03-30T04:44:19.450461+0000 mon.a (mon.0) 2393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: cephadm 2024-03-30T04:44:19.462270+0000 mgr.y (mgr.25387) 1049 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:44:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: audit 2024-03-30T04:44:19.462972+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:44:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: audit 2024-03-30T04:44:19.464958+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: cephadm 2024-03-30T04:44:19.470758+0000 mgr.y (mgr.25387) 1050 : cephadm [INF] Reconfiguring daemon osd.7 on smithi105 2024-03-30T04:44:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:20 smithi105 bash[58125]: cluster 2024-03-30T04:44:20.002319+0000 mgr.y (mgr.25387) 1051 : cluster [DBG] pgmap v631: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 807 B/s rd, 0 op/s 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: audit 2024-03-30T04:44:19.435627+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: audit 2024-03-30T04:44:19.450461+0000 mon.a (mon.0) 2393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: cephadm 2024-03-30T04:44:19.462270+0000 mgr.y (mgr.25387) 1049 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: audit 2024-03-30T04:44:19.462972+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: audit 2024-03-30T04:44:19.464958+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: cephadm 2024-03-30T04:44:19.470758+0000 mgr.y (mgr.25387) 1050 : cephadm [INF] Reconfiguring daemon osd.7 on smithi105 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[73934]: cluster 2024-03-30T04:44:20.002319+0000 mgr.y (mgr.25387) 1051 : cluster [DBG] pgmap v631: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 807 B/s rd, 0 op/s 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: audit 2024-03-30T04:44:19.435627+0000 mon.a (mon.0) 2392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: audit 2024-03-30T04:44:19.450461+0000 mon.a (mon.0) 2393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: cephadm 2024-03-30T04:44:19.462270+0000 mgr.y (mgr.25387) 1049 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-03-30T04:44:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: audit 2024-03-30T04:44:19.462972+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:44:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: audit 2024-03-30T04:44:19.464958+0000 mon.a (mon.0) 2395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: cephadm 2024-03-30T04:44:19.470758+0000 mgr.y (mgr.25387) 1050 : cephadm [INF] Reconfiguring daemon osd.7 on smithi105 2024-03-30T04:44:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:20 smithi097 bash[69502]: cluster 2024-03-30T04:44:20.002319+0000 mgr.y (mgr.25387) 1051 : cluster [DBG] pgmap v631: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 807 B/s rd, 0 op/s 2024-03-30T04:44:21.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:21 smithi105 bash[58125]: audit 2024-03-30T04:44:20.473204+0000 mgr.y (mgr.25387) 1052 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:21.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:21 smithi097 bash[69502]: audit 2024-03-30T04:44:20.473204+0000 mgr.y (mgr.25387) 1052 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:21 smithi097 bash[73934]: audit 2024-03-30T04:44:20.473204+0000 mgr.y (mgr.25387) 1052 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:22.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:44:22] "GET /metrics HTTP/1.1" 200 38266 "" "Prometheus/2.33.4" 2024-03-30T04:44:22.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: audit 2024-03-30T04:44:21.693682+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:22.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: audit 2024-03-30T04:44:21.709519+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:22.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: cephadm 2024-03-30T04:44:21.744234+0000 mgr.y (mgr.25387) 1053 : cephadm [INF] Reconfiguring rgw.foo.smithi105.gjphdm (monmap changed)... 2024-03-30T04:44:22.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: audit 2024-03-30T04:44:21.745008+0000 mon.a (mon.0) 2398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:22.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: audit 2024-03-30T04:44:21.749376+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: cephadm 2024-03-30T04:44:21.752047+0000 mgr.y (mgr.25387) 1054 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[73934]: cluster 2024-03-30T04:44:22.003979+0000 mgr.y (mgr.25387) 1055 : cluster [DBG] pgmap v632: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: audit 2024-03-30T04:44:21.693682+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: audit 2024-03-30T04:44:21.709519+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: cephadm 2024-03-30T04:44:21.744234+0000 mgr.y (mgr.25387) 1053 : cephadm [INF] Reconfiguring rgw.foo.smithi105.gjphdm (monmap changed)... 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: audit 2024-03-30T04:44:21.745008+0000 mon.a (mon.0) 2398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: audit 2024-03-30T04:44:21.749376+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: cephadm 2024-03-30T04:44:21.752047+0000 mgr.y (mgr.25387) 1054 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:44:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:22 smithi097 bash[69502]: cluster 2024-03-30T04:44:22.003979+0000 mgr.y (mgr.25387) 1055 : cluster [DBG] pgmap v632: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:22.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: audit 2024-03-30T04:44:21.693682+0000 mon.a (mon.0) 2396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: audit 2024-03-30T04:44:21.709519+0000 mon.a (mon.0) 2397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: cephadm 2024-03-30T04:44:21.744234+0000 mgr.y (mgr.25387) 1053 : cephadm [INF] Reconfiguring rgw.foo.smithi105.gjphdm (monmap changed)... 2024-03-30T04:44:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: audit 2024-03-30T04:44:21.745008+0000 mon.a (mon.0) 2398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: audit 2024-03-30T04:44:21.749376+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: cephadm 2024-03-30T04:44:21.752047+0000 mgr.y (mgr.25387) 1054 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:44:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:22 smithi105 bash[58125]: cluster 2024-03-30T04:44:22.003979+0000 mgr.y (mgr.25387) 1055 : cluster [DBG] pgmap v632: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:23.709 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:23 smithi105 bash[52959]: ts=2024-03-30T04:44:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: audit 2024-03-30T04:44:23.886913+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: audit 2024-03-30T04:44:23.900897+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: cephadm 2024-03-30T04:44:23.922023+0000 mgr.y (mgr.25387) 1056 : cephadm [INF] Reconfiguring rgw.smpl.smithi105.hjqely (monmap changed)... 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: audit 2024-03-30T04:44:23.922782+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: audit 2024-03-30T04:44:23.926677+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: cephadm 2024-03-30T04:44:23.928882+0000 mgr.y (mgr.25387) 1057 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:44:25.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: cluster 2024-03-30T04:44:24.004723+0000 mgr.y (mgr.25387) 1058 : cluster [DBG] pgmap v633: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 613 B/s rd, 0 op/s 2024-03-30T04:44:25.206 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:24 smithi105 bash[58125]: audit 2024-03-30T04:44:24.484141+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: audit 2024-03-30T04:44:23.886913+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: audit 2024-03-30T04:44:23.900897+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: cephadm 2024-03-30T04:44:23.922023+0000 mgr.y (mgr.25387) 1056 : cephadm [INF] Reconfiguring rgw.smpl.smithi105.hjqely (monmap changed)... 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: audit 2024-03-30T04:44:23.922782+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: audit 2024-03-30T04:44:23.926677+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: cephadm 2024-03-30T04:44:23.928882+0000 mgr.y (mgr.25387) 1057 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: cluster 2024-03-30T04:44:24.004723+0000 mgr.y (mgr.25387) 1058 : cluster [DBG] pgmap v633: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 613 B/s rd, 0 op/s 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[69502]: audit 2024-03-30T04:44:24.484141+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: audit 2024-03-30T04:44:23.886913+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: audit 2024-03-30T04:44:23.900897+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: cephadm 2024-03-30T04:44:23.922023+0000 mgr.y (mgr.25387) 1056 : cephadm [INF] Reconfiguring rgw.smpl.smithi105.hjqely (monmap changed)... 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: audit 2024-03-30T04:44:23.922782+0000 mon.a (mon.0) 2402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: audit 2024-03-30T04:44:23.926677+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: cephadm 2024-03-30T04:44:23.928882+0000 mgr.y (mgr.25387) 1057 : cephadm [INF] Reconfiguring daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: cluster 2024-03-30T04:44:24.004723+0000 mgr.y (mgr.25387) 1058 : cluster [DBG] pgmap v633: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 613 B/s rd, 0 op/s 2024-03-30T04:44:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:24 smithi097 bash[73934]: audit 2024-03-30T04:44:24.484141+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:27.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: cluster 2024-03-30T04:44:26.006314+0000 mgr.y (mgr.25387) 1059 : cluster [DBG] pgmap v634: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:27.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.043319+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.055490+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.120911+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.126039+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.130152+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.138578+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.143201+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.149013+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.153349+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.161201+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.167004+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.174734+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.181696+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.190136+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[69502]: audit 2024-03-30T04:44:26.196177+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: cluster 2024-03-30T04:44:26.006314+0000 mgr.y (mgr.25387) 1059 : cluster [DBG] pgmap v634: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.043319+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.055490+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.120911+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.126039+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.130152+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.138578+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.143201+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.149013+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.153349+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.161201+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.167004+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.174734+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:44:27.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.181696+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.190136+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:27 smithi097 bash[73934]: audit 2024-03-30T04:44:26.196177+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: cluster 2024-03-30T04:44:26.006314+0000 mgr.y (mgr.25387) 1059 : cluster [DBG] pgmap v634: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.043319+0000 mon.a (mon.0) 2405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.055490+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.120911+0000 mon.a (mon.0) 2407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.126039+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.130152+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.138578+0000 mon.a (mon.0) 2410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.143201+0000 mon.a (mon.0) 2411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.149013+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.153349+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-03-30T04:44:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.161201+0000 mon.a (mon.0) 2414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-03-30T04:44:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.167004+0000 mon.a (mon.0) 2415 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-03-30T04:44:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.174734+0000 mon.a (mon.0) 2416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-03-30T04:44:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.181696+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.190136+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:27 smithi105 bash[58125]: audit 2024-03-30T04:44:26.196177+0000 mon.a (mon.0) 2419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[69502]: cephadm 2024-03-30T04:44:26.131793+0000 mgr.y (mgr.25387) 1060 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[69502]: cephadm 2024-03-30T04:44:26.183479+0000 mgr.y (mgr.25387) 1061 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[69502]: audit 2024-03-30T04:44:26.196535+0000 mgr.y (mgr.25387) 1062 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[69502]: cephadm 2024-03-30T04:44:26.199033+0000 mgr.y (mgr.25387) 1063 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[73934]: cephadm 2024-03-30T04:44:26.131793+0000 mgr.y (mgr.25387) 1060 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[73934]: cephadm 2024-03-30T04:44:26.183479+0000 mgr.y (mgr.25387) 1061 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[73934]: audit 2024-03-30T04:44:26.196535+0000 mgr.y (mgr.25387) 1062 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:28.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:28 smithi097 bash[73934]: cephadm 2024-03-30T04:44:26.199033+0000 mgr.y (mgr.25387) 1063 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:44:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:28 smithi105 bash[58125]: cephadm 2024-03-30T04:44:26.131793+0000 mgr.y (mgr.25387) 1060 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-03-30T04:44:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:28 smithi105 bash[58125]: cephadm 2024-03-30T04:44:26.183479+0000 mgr.y (mgr.25387) 1061 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-03-30T04:44:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:28 smithi105 bash[58125]: audit 2024-03-30T04:44:26.196535+0000 mgr.y (mgr.25387) 1062 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-30T04:44:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:28 smithi105 bash[58125]: cephadm 2024-03-30T04:44:26.199033+0000 mgr.y (mgr.25387) 1063 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-03-30T04:44:28.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:28 smithi105 bash[52959]: ts=2024-03-30T04:44:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[69502]: cluster 2024-03-30T04:44:28.007063+0000 mgr.y (mgr.25387) 1064 : cluster [DBG] pgmap v635: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[69502]: audit 2024-03-30T04:44:28.475673+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[69502]: audit 2024-03-30T04:44:28.479882+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[69502]: audit 2024-03-30T04:44:28.480983+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[73934]: cluster 2024-03-30T04:44:28.007063+0000 mgr.y (mgr.25387) 1064 : cluster [DBG] pgmap v635: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[73934]: audit 2024-03-30T04:44:28.475673+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[73934]: audit 2024-03-30T04:44:28.479882+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:44:29.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:29 smithi097 bash[73934]: audit 2024-03-30T04:44:28.480983+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:29 smithi105 bash[58125]: cluster 2024-03-30T04:44:28.007063+0000 mgr.y (mgr.25387) 1064 : cluster [DBG] pgmap v635: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:29 smithi105 bash[58125]: audit 2024-03-30T04:44:28.475673+0000 mon.a (mon.0) 2420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:29 smithi105 bash[58125]: audit 2024-03-30T04:44:28.479882+0000 mon.a (mon.0) 2421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-30T04:44:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:29 smithi105 bash[58125]: audit 2024-03-30T04:44:28.480983+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:30.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:30 smithi097 bash[69502]: cephadm 2024-03-30T04:44:28.468755+0000 mgr.y (mgr.25387) 1065 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:44:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:30 smithi097 bash[69502]: cephadm 2024-03-30T04:44:28.485822+0000 mgr.y (mgr.25387) 1066 : cephadm [INF] Deploying daemon osd.0 on smithi097 2024-03-30T04:44:30.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:30 smithi097 bash[73934]: cephadm 2024-03-30T04:44:28.468755+0000 mgr.y (mgr.25387) 1065 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:44:30.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:30 smithi097 bash[73934]: cephadm 2024-03-30T04:44:28.485822+0000 mgr.y (mgr.25387) 1066 : cephadm [INF] Deploying daemon osd.0 on smithi097 2024-03-30T04:44:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:30 smithi105 bash[58125]: cephadm 2024-03-30T04:44:28.468755+0000 mgr.y (mgr.25387) 1065 : cephadm [INF] Upgrade: Updating osd.0 2024-03-30T04:44:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:30 smithi105 bash[58125]: cephadm 2024-03-30T04:44:28.485822+0000 mgr.y (mgr.25387) 1066 : cephadm [INF] Deploying daemon osd.0 on smithi097 2024-03-30T04:44:31.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:31 smithi097 bash[69502]: cluster 2024-03-30T04:44:30.007570+0000 mgr.y (mgr.25387) 1067 : cluster [DBG] pgmap v636: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:31.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:31 smithi097 bash[73934]: cluster 2024-03-30T04:44:30.007570+0000 mgr.y (mgr.25387) 1067 : cluster [DBG] pgmap v636: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:31 smithi105 bash[58125]: cluster 2024-03-30T04:44:30.007570+0000 mgr.y (mgr.25387) 1067 : cluster [DBG] pgmap v636: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:44:32.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:32 smithi097 bash[69502]: audit 2024-03-30T04:44:30.484628+0000 mgr.y (mgr.25387) 1068 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:32 smithi097 bash[73934]: audit 2024-03-30T04:44:30.484628+0000 mgr.y (mgr.25387) 1068 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:32 smithi105 bash[58125]: audit 2024-03-30T04:44:30.484628+0000 mgr.y (mgr.25387) 1068 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:32.848 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:44:32] "GET /metrics HTTP/1.1" 200 38267 "" "Prometheus/2.33.4" 2024-03-30T04:44:33.127 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.127 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.127 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.128 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.128 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.128 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:33 smithi097 bash[73934]: cluster 2024-03-30T04:44:32.008532+0000 mgr.y (mgr.25387) 1069 : cluster [DBG] pgmap v637: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:33.129 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:33.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:33 smithi097 bash[69502]: cluster 2024-03-30T04:44:32.008532+0000 mgr.y (mgr.25387) 1069 : cluster [DBG] pgmap v637: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:33 smithi105 bash[58125]: cluster 2024-03-30T04:44:32.008532+0000 mgr.y (mgr.25387) 1069 : cluster [DBG] pgmap v637: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:33.624 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:33 smithi097 systemd[1]: Stopping Ceph osd.0 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:44:33.879 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:33 smithi105 bash[52959]: ts=2024-03-30T04:44:33.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:34.071 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:33 smithi097 bash[27528]: debug 2024-03-30T04:44:33.646+0000 7f4518723700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:44:34.071 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:33 smithi097 bash[27528]: debug 2024-03-30T04:44:33.646+0000 7f4518723700 -1 osd.0 106 *** Got signal Terminated *** 2024-03-30T04:44:34.072 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:33 smithi097 bash[27528]: debug 2024-03-30T04:44:33.646+0000 7f4518723700 -1 osd.0 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:44:34.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:34 smithi105 bash[58125]: cluster 2024-03-30T04:44:33.651167+0000 mon.a (mon.0) 2423 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:44:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:34 smithi105 bash[58125]: audit 2024-03-30T04:44:33.819239+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:34 smithi105 bash[58125]: audit 2024-03-30T04:44:33.828743+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:34 smithi105 bash[58125]: audit 2024-03-30T04:44:33.836356+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[69502]: cluster 2024-03-30T04:44:33.651167+0000 mon.a (mon.0) 2423 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:44:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[69502]: audit 2024-03-30T04:44:33.819239+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[69502]: audit 2024-03-30T04:44:33.828743+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[69502]: audit 2024-03-30T04:44:33.836356+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[73934]: cluster 2024-03-30T04:44:33.651167+0000 mon.a (mon.0) 2423 : cluster [INF] osd.0 marked itself down and dead 2024-03-30T04:44:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[73934]: audit 2024-03-30T04:44:33.819239+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[73934]: audit 2024-03-30T04:44:33.828743+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:34 smithi097 bash[73934]: audit 2024-03-30T04:44:33.836356+0000 mon.a (mon.0) 2426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: cluster 2024-03-30T04:44:33.830522+0000 mgr.y (mgr.25387) 1070 : cluster [DBG] pgmap v638: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 865 B/s rd, 0 op/s 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: cluster 2024-03-30T04:44:33.830777+0000 mgr.y (mgr.25387) 1071 : cluster [DBG] pgmap v639: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: cluster 2024-03-30T04:44:34.074548+0000 mon.a (mon.0) 2427 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: cluster 2024-03-30T04:44:34.096138+0000 mon.a (mon.0) 2428 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: audit 2024-03-30T04:44:34.779222+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: audit 2024-03-30T04:44:34.785747+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: audit 2024-03-30T04:44:34.793094+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:35 smithi105 bash[58125]: cluster 2024-03-30T04:44:34.826150+0000 mon.a (mon.0) 2432 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:35.374 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[77524]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: cluster 2024-03-30T04:44:33.830522+0000 mgr.y (mgr.25387) 1070 : cluster [DBG] pgmap v638: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 865 B/s rd, 0 op/s 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: cluster 2024-03-30T04:44:33.830777+0000 mgr.y (mgr.25387) 1071 : cluster [DBG] pgmap v639: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: cluster 2024-03-30T04:44:34.074548+0000 mon.a (mon.0) 2427 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: cluster 2024-03-30T04:44:34.096138+0000 mon.a (mon.0) 2428 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: audit 2024-03-30T04:44:34.779222+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: audit 2024-03-30T04:44:34.785747+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: audit 2024-03-30T04:44:34.793094+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[69502]: cluster 2024-03-30T04:44:34.826150+0000 mon.a (mon.0) 2432 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: cluster 2024-03-30T04:44:33.830522+0000 mgr.y (mgr.25387) 1070 : cluster [DBG] pgmap v638: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 865 B/s rd, 0 op/s 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: cluster 2024-03-30T04:44:33.830777+0000 mgr.y (mgr.25387) 1071 : cluster [DBG] pgmap v639: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: cluster 2024-03-30T04:44:34.074548+0000 mon.a (mon.0) 2427 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: cluster 2024-03-30T04:44:34.096138+0000 mon.a (mon.0) 2428 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: audit 2024-03-30T04:44:34.779222+0000 mon.a (mon.0) 2429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: audit 2024-03-30T04:44:34.785747+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: audit 2024-03-30T04:44:34.793094+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[73934]: cluster 2024-03-30T04:44:34.826150+0000 mon.a (mon.0) 2432 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:35.874 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:35 smithi097 bash[77739]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:44:36.060 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:44:36.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:36 smithi097 bash[73934]: cluster 2024-03-30T04:44:34.787003+0000 mgr.y (mgr.25387) 1072 : cluster [DBG] pgmap v641: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 755 B/s rd, 0 op/s 2024-03-30T04:44:36.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:36 smithi097 bash[73934]: cluster 2024-03-30T04:44:34.787265+0000 mgr.y (mgr.25387) 1073 : cluster [DBG] pgmap v642: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:36.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:36 smithi097 bash[73934]: cluster 2024-03-30T04:44:35.095058+0000 mon.a (mon.0) 2433 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-03-30T04:44:36.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:36 smithi097 bash[69502]: cluster 2024-03-30T04:44:34.787003+0000 mgr.y (mgr.25387) 1072 : cluster [DBG] pgmap v641: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 755 B/s rd, 0 op/s 2024-03-30T04:44:36.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:36 smithi097 bash[69502]: cluster 2024-03-30T04:44:34.787265+0000 mgr.y (mgr.25387) 1073 : cluster [DBG] pgmap v642: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:36.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:36 smithi097 bash[69502]: cluster 2024-03-30T04:44:35.095058+0000 mon.a (mon.0) 2433 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-03-30T04:44:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:36 smithi105 bash[58125]: cluster 2024-03-30T04:44:34.787003+0000 mgr.y (mgr.25387) 1072 : cluster [DBG] pgmap v641: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 755 B/s rd, 0 op/s 2024-03-30T04:44:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:36 smithi105 bash[58125]: cluster 2024-03-30T04:44:34.787265+0000 mgr.y (mgr.25387) 1073 : cluster [DBG] pgmap v642: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:44:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:36 smithi105 bash[58125]: cluster 2024-03-30T04:44:35.095058+0000 mon.a (mon.0) 2433 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 2s ago 17m - - 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 0s ago 16m - - 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (4m) 2s ago 10m 13.6M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 0s ago 10m - - 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (2m) 2s ago 8m 44.2M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:44:36.812 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (2m) 0s ago 16m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (2m) 2s ago 18m 506M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (2m) 2s ago 18m 68.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (57s) 0s ago 16m 32.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (79s) 2s ago 16m 41.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (4m) 2s ago 10m 9396k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (3m) 0s ago 10m 9264k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 unknown 2s ago 15m 56.0M 4096M 17.2.0 e1d6a67b021e e2cfea645262 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (15m) 2s ago 15m 57.5M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (14m) 2s ago 14m 51.0M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (14m) 2s ago 14m 56.5M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (13m) 0s ago 13m 59.4M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (12m) 0s ago 12m 53.0M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:44:36.813 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (12m) 0s ago 12m 53.2M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:44:36.814 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (11m) 0s ago 11m 56.1M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:44:36.814 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (2m) 0s ago 10m 65.5M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:44:36.814 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (8m) 2s ago 8m 86.9M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:44:36.814 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (8m) 0s ago 8m 87.0M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:44:36.814 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (8m) 2s ago 8m 87.1M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:44:36.814 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (8m) 0s ago 8m 87.1M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:44:37.229 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:44:37.230 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:44:37.231 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:44:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[69502]: audit 2024-03-30T04:44:36.050943+0000 mgr.y (mgr.25387) 1074 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:37.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[69502]: audit 2024-03-30T04:44:36.132867+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[69502]: audit 2024-03-30T04:44:36.139232+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[69502]: audit 2024-03-30T04:44:36.149370+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[73934]: audit 2024-03-30T04:44:36.050943+0000 mgr.y (mgr.25387) 1074 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[73934]: audit 2024-03-30T04:44:36.132867+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[73934]: audit 2024-03-30T04:44:36.139232+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:37 smithi097 bash[73934]: audit 2024-03-30T04:44:36.149370+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:37 smithi105 bash[58125]: audit 2024-03-30T04:44:36.050943+0000 mgr.y (mgr.25387) 1074 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:37 smithi105 bash[58125]: audit 2024-03-30T04:44:36.132867+0000 mon.a (mon.0) 2434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:37 smithi105 bash[58125]: audit 2024-03-30T04:44:36.139232+0000 mon.a (mon.0) 2435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:37 smithi105 bash[58125]: audit 2024-03-30T04:44:36.149370+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:44:37.593 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:44:37.594 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "5/23 daemons upgraded", 2024-03-30T04:44:37.594 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:44:37.594 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:44:37.594 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:44:37.711 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.711 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.711 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.712 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.0.service: Deactivated successfully. 2024-03-30T04:44:37.712 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: Stopped Ceph osd.0 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:37.712 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.712 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.712 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.713 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.713 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:37.713 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:44:38.065 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 2 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 75/726 objects degraded (10.331%), 21 pgs degraded 2024-03-30T04:44:38.065 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:44:38.065 INFO:teuthology.orchestra.run.smithi097.stdout: daemon osd.0 on smithi097 is in unknown state 2024-03-30T04:44:38.065 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:44:38.065 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:44:38.065 INFO:teuthology.orchestra.run.smithi097.stdout: osd.0 (root=default,host=smithi097) is down 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 75/726 objects degraded (10.331%), 21 pgs degraded 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.0 is active+undersized+degraded, acting [7,1] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.5 is active+undersized+degraded, acting [7,4] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.1f is active+undersized+degraded, acting [7,4] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2024-03-30T04:44:38.066 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2024-03-30T04:44:38.067 INFO:teuthology.orchestra.run.smithi097.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2024-03-30T04:44:38.088 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:37 smithi097 systemd[1]: Started Ceph osd.0 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:44:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: cluster 2024-03-30T04:44:36.141345+0000 mgr.y (mgr.25387) 1075 : cluster [DBG] pgmap v644: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: cluster 2024-03-30T04:44:36.141887+0000 mgr.y (mgr.25387) 1076 : cluster [DBG] pgmap v645: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:36.439556+0000 mgr.y (mgr.25387) 1077 : audit [DBG] from='client.54181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:36.802059+0000 mgr.y (mgr.25387) 1078 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.136688+0000 mon.a (mon.0) 2437 : cluster [WRN] Health check failed: Degraded data redundancy: 75/726 objects degraded (10.331%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.234817+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.97:0/3939640156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.758021+0000 mon.a (mon.0) 2438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.766345+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.772403+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.774925+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.775632+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.781540+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.838823+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.840555+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.841597+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.843496+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.844168+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.850199+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: cluster 2024-03-30T04:44:36.141345+0000 mgr.y (mgr.25387) 1075 : cluster [DBG] pgmap v644: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: cluster 2024-03-30T04:44:36.141887+0000 mgr.y (mgr.25387) 1076 : cluster [DBG] pgmap v645: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:38.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:36.439556+0000 mgr.y (mgr.25387) 1077 : audit [DBG] from='client.54181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:38.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:36.802059+0000 mgr.y (mgr.25387) 1078 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:38.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.136688+0000 mon.a (mon.0) 2437 : cluster [WRN] Health check failed: Degraded data redundancy: 75/726 objects degraded (10.331%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:38.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.234817+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.97:0/3939640156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.758021+0000 mon.a (mon.0) 2438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.766345+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.772403+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.774925+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.775632+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.781540+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.838823+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.840555+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.841597+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.843496+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.844168+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.850199+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.891893+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.893992+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.894848+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.896855+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.897537+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.903710+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.944866+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.946659+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.947467+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.949339+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.950117+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:37.956668+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.003330+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.005759+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.006721+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.009059+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.009800+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.016642+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.070144+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.97:0/2165253276' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:38.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.891893+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.893992+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.894848+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.896855+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.897537+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.903710+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.944866+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.946659+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.947467+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.949339+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.950117+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:37.956668+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.003330+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.005759+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.006721+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.009059+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.009800+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.016642+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.070144+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.97:0/2165253276' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:38.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.074251+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.076016+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.076802+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.078763+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.079417+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[73934]: audit 2024-03-30T04:44:38.085820+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.074251+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.076016+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.076802+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.078763+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.079417+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:38 smithi097 bash[69502]: audit 2024-03-30T04:44:38.085820+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: cluster 2024-03-30T04:44:36.141345+0000 mgr.y (mgr.25387) 1075 : cluster [DBG] pgmap v644: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: cluster 2024-03-30T04:44:36.141887+0000 mgr.y (mgr.25387) 1076 : cluster [DBG] pgmap v645: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:36.439556+0000 mgr.y (mgr.25387) 1077 : audit [DBG] from='client.54181 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:36.802059+0000 mgr.y (mgr.25387) 1078 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.136688+0000 mon.a (mon.0) 2437 : cluster [WRN] Health check failed: Degraded data redundancy: 75/726 objects degraded (10.331%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.234817+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.97:0/3939640156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.758021+0000 mon.a (mon.0) 2438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.766345+0000 mon.a (mon.0) 2439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.772403+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.774925+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.775632+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.781540+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.838823+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.840555+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.841597+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.843496+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.844168+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.850199+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.891893+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.893992+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.894848+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.896855+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.897537+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.903710+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.944866+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.946659+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.947467+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.949339+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.950117+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:37.956668+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.003330+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.005759+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.006721+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.009059+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.009800+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.016642+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.070144+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.97:0/2165253276' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.074251+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.076016+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:38.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.076802+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:38.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.078763+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:38.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.079417+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:38.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[58125]: audit 2024-03-30T04:44:38.085820+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:38.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:38 smithi105 bash[52959]: ts=2024-03-30T04:44:38.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:37.599112+0000 mgr.y (mgr.25387) 1079 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.777147+0000 mgr.y (mgr.25387) 1080 : cluster [DBG] pgmap v646: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.777563+0000 mgr.y (mgr.25387) 1081 : cluster [DBG] pgmap v647: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cephadm 2024-03-30T04:44:37.781983+0000 mgr.y (mgr.25387) 1082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.845687+0000 mgr.y (mgr.25387) 1083 : cluster [DBG] pgmap v648: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.846082+0000 mgr.y (mgr.25387) 1084 : cluster [DBG] pgmap v649: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cephadm 2024-03-30T04:44:37.850621+0000 mgr.y (mgr.25387) 1085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.899013+0000 mgr.y (mgr.25387) 1086 : cluster [DBG] pgmap v650: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.899409+0000 mgr.y (mgr.25387) 1087 : cluster [DBG] pgmap v651: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cephadm 2024-03-30T04:44:37.904120+0000 mgr.y (mgr.25387) 1088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.951353+0000 mgr.y (mgr.25387) 1089 : cluster [DBG] pgmap v652: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:37.951636+0000 mgr.y (mgr.25387) 1090 : cluster [DBG] pgmap v653: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cephadm 2024-03-30T04:44:37.957310+0000 mgr.y (mgr.25387) 1091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.011271+0000 mgr.y (mgr.25387) 1092 : cluster [DBG] pgmap v654: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.011637+0000 mgr.y (mgr.25387) 1093 : cluster [DBG] pgmap v655: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:37.599112+0000 mgr.y (mgr.25387) 1079 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.777147+0000 mgr.y (mgr.25387) 1080 : cluster [DBG] pgmap v646: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.777563+0000 mgr.y (mgr.25387) 1081 : cluster [DBG] pgmap v647: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cephadm 2024-03-30T04:44:37.781983+0000 mgr.y (mgr.25387) 1082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.845687+0000 mgr.y (mgr.25387) 1083 : cluster [DBG] pgmap v648: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.846082+0000 mgr.y (mgr.25387) 1084 : cluster [DBG] pgmap v649: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cephadm 2024-03-30T04:44:37.850621+0000 mgr.y (mgr.25387) 1085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.899013+0000 mgr.y (mgr.25387) 1086 : cluster [DBG] pgmap v650: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.899409+0000 mgr.y (mgr.25387) 1087 : cluster [DBG] pgmap v651: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cephadm 2024-03-30T04:44:37.904120+0000 mgr.y (mgr.25387) 1088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.951353+0000 mgr.y (mgr.25387) 1089 : cluster [DBG] pgmap v652: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:37.951636+0000 mgr.y (mgr.25387) 1090 : cluster [DBG] pgmap v653: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cephadm 2024-03-30T04:44:37.957310+0000 mgr.y (mgr.25387) 1091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.011271+0000 mgr.y (mgr.25387) 1092 : cluster [DBG] pgmap v654: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.011637+0000 mgr.y (mgr.25387) 1093 : cluster [DBG] pgmap v655: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.017150+0000 mgr.y (mgr.25387) 1094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.080786+0000 mgr.y (mgr.25387) 1095 : cluster [DBG] pgmap v656: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.081160+0000 mgr.y (mgr.25387) 1096 : cluster [DBG] pgmap v657: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.086433+0000 mgr.y (mgr.25387) 1097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.159297+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.161096+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.161911+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.163731+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.164300+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.170277+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.227277+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.229146+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.230291+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.232486+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.233238+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.239324+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.296212+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.299691+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.300987+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.303606+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.304449+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.310651+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.372177+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.375020+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.376430+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.379729+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.380828+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.390262+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.467524+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.470003+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.471054+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.473334+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.474015+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.481471+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.558884+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.561665+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.563098+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.566259+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.017150+0000 mgr.y (mgr.25387) 1094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.080786+0000 mgr.y (mgr.25387) 1095 : cluster [DBG] pgmap v656: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.081160+0000 mgr.y (mgr.25387) 1096 : cluster [DBG] pgmap v657: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.086433+0000 mgr.y (mgr.25387) 1097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.159297+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.161096+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.161911+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.163731+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.164300+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.170277+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.227277+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.229146+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.230291+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.232486+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.233238+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.239324+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.296212+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.299691+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.300987+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.567320+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.576554+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.649783+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.652313+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.654007+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.657677+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.658826+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.669394+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.742392+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.744215+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.745065+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.746969+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.747574+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.754902+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.827334+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.829265+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.830087+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.831851+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.832439+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.838352+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.882515+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.884408+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.885384+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.887460+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.888112+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.894042+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.939806+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.941944+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.942734+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.944650+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.945304+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:38.951479+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:39.013024+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:39.015968+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:39.017542+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:39.021366+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:39.022544+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[73934]: audit 2024-03-30T04:44:39.033536+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.303606+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.304449+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.310651+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.372177+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.375020+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.376430+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.379729+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.380828+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.390262+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.467524+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.470003+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.471054+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.473334+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.474015+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.481471+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.558884+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.561665+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.563098+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.566259+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.567320+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.576554+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.649783+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.652313+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.654007+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.657677+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.658826+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.669394+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.742392+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.744215+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.745065+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.746969+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.747574+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.754902+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.827334+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.829265+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.830087+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.831851+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.832439+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.838352+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.882515+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.884408+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.885384+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.887460+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.888112+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.894042+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.939806+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.941944+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.942734+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.944650+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.945304+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:38.951479+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:39.013024+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:39.015968+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:39.017542+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:39.021366+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:39.022544+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[69502]: audit 2024-03-30T04:44:39.033536+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:37.599112+0000 mgr.y (mgr.25387) 1079 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.777147+0000 mgr.y (mgr.25387) 1080 : cluster [DBG] pgmap v646: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.777563+0000 mgr.y (mgr.25387) 1081 : cluster [DBG] pgmap v647: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cephadm 2024-03-30T04:44:37.781983+0000 mgr.y (mgr.25387) 1082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.845687+0000 mgr.y (mgr.25387) 1083 : cluster [DBG] pgmap v648: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.846082+0000 mgr.y (mgr.25387) 1084 : cluster [DBG] pgmap v649: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cephadm 2024-03-30T04:44:37.850621+0000 mgr.y (mgr.25387) 1085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.899013+0000 mgr.y (mgr.25387) 1086 : cluster [DBG] pgmap v650: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.899409+0000 mgr.y (mgr.25387) 1087 : cluster [DBG] pgmap v651: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cephadm 2024-03-30T04:44:37.904120+0000 mgr.y (mgr.25387) 1088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.951353+0000 mgr.y (mgr.25387) 1089 : cluster [DBG] pgmap v652: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:37.951636+0000 mgr.y (mgr.25387) 1090 : cluster [DBG] pgmap v653: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cephadm 2024-03-30T04:44:37.957310+0000 mgr.y (mgr.25387) 1091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.011271+0000 mgr.y (mgr.25387) 1092 : cluster [DBG] pgmap v654: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.011637+0000 mgr.y (mgr.25387) 1093 : cluster [DBG] pgmap v655: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.017150+0000 mgr.y (mgr.25387) 1094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.080786+0000 mgr.y (mgr.25387) 1095 : cluster [DBG] pgmap v656: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.081160+0000 mgr.y (mgr.25387) 1096 : cluster [DBG] pgmap v657: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.086433+0000 mgr.y (mgr.25387) 1097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.159297+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.161096+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.161911+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.163731+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.164300+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.170277+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.227277+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.229146+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.230291+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.232486+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.233238+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.239324+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.296212+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.299691+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.300987+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.303606+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.304449+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.310651+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.372177+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.375020+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.376430+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.379729+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.380828+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.390262+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.467524+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.470003+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.471054+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.473334+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.474015+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.481471+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.558884+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.561665+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.563098+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.566259+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.567320+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.576554+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.649783+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.652313+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.654007+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.657677+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.658826+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.669394+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.742392+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.744215+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.745065+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.746969+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.747574+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.754902+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.827334+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.829265+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.830087+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.831851+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.832439+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.838352+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.882515+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.884408+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.885384+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.887460+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.888112+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.894042+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.939806+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.941944+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.942734+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.944650+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.945304+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:38.951479+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:39.013024+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:39.015968+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:39.017542+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:39.021366+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:39.022544+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:39.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:39 smithi105 bash[58125]: audit 2024-03-30T04:44:39.033536+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.096 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-30T04:44:40.096 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-30T04:44:40.096 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-30T04:44:40.096 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-30T04:44:40.096 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-30T04:44:40.097 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-30T04:44:40.097 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:39 smithi097 bash[78031]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-30T04:44:40.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.165709+0000 mgr.y (mgr.25387) 1098 : cluster [DBG] pgmap v658: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.165998+0000 mgr.y (mgr.25387) 1099 : cluster [DBG] pgmap v659: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.170772+0000 mgr.y (mgr.25387) 1100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.235051+0000 mgr.y (mgr.25387) 1101 : cluster [DBG] pgmap v660: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.235936+0000 mgr.y (mgr.25387) 1102 : cluster [DBG] pgmap v661: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.239787+0000 mgr.y (mgr.25387) 1103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.306197+0000 mgr.y (mgr.25387) 1104 : cluster [DBG] pgmap v662: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.306549+0000 mgr.y (mgr.25387) 1105 : cluster [DBG] pgmap v663: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.311182+0000 mgr.y (mgr.25387) 1106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.382934+0000 mgr.y (mgr.25387) 1107 : cluster [DBG] pgmap v664: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.383311+0000 mgr.y (mgr.25387) 1108 : cluster [DBG] pgmap v665: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.390781+0000 mgr.y (mgr.25387) 1109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.475433+0000 mgr.y (mgr.25387) 1110 : cluster [DBG] pgmap v666: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.475758+0000 mgr.y (mgr.25387) 1111 : cluster [DBG] pgmap v667: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.481959+0000 mgr.y (mgr.25387) 1112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.165709+0000 mgr.y (mgr.25387) 1098 : cluster [DBG] pgmap v658: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.165998+0000 mgr.y (mgr.25387) 1099 : cluster [DBG] pgmap v659: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.170772+0000 mgr.y (mgr.25387) 1100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.235051+0000 mgr.y (mgr.25387) 1101 : cluster [DBG] pgmap v660: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.235936+0000 mgr.y (mgr.25387) 1102 : cluster [DBG] pgmap v661: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.239787+0000 mgr.y (mgr.25387) 1103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.306197+0000 mgr.y (mgr.25387) 1104 : cluster [DBG] pgmap v662: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.306549+0000 mgr.y (mgr.25387) 1105 : cluster [DBG] pgmap v663: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.311182+0000 mgr.y (mgr.25387) 1106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.382934+0000 mgr.y (mgr.25387) 1107 : cluster [DBG] pgmap v664: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.383311+0000 mgr.y (mgr.25387) 1108 : cluster [DBG] pgmap v665: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.390781+0000 mgr.y (mgr.25387) 1109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.475433+0000 mgr.y (mgr.25387) 1110 : cluster [DBG] pgmap v666: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.475758+0000 mgr.y (mgr.25387) 1111 : cluster [DBG] pgmap v667: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.481959+0000 mgr.y (mgr.25387) 1112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.569728+0000 mgr.y (mgr.25387) 1113 : cluster [DBG] pgmap v668: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.570490+0000 mgr.y (mgr.25387) 1114 : cluster [DBG] pgmap v669: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.577135+0000 mgr.y (mgr.25387) 1115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.660703+0000 mgr.y (mgr.25387) 1116 : cluster [DBG] pgmap v670: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.661162+0000 mgr.y (mgr.25387) 1117 : cluster [DBG] pgmap v671: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.669954+0000 mgr.y (mgr.25387) 1118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.748986+0000 mgr.y (mgr.25387) 1119 : cluster [DBG] pgmap v672: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.749352+0000 mgr.y (mgr.25387) 1120 : cluster [DBG] pgmap v673: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.755336+0000 mgr.y (mgr.25387) 1121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.833731+0000 mgr.y (mgr.25387) 1122 : cluster [DBG] pgmap v674: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.833994+0000 mgr.y (mgr.25387) 1123 : cluster [DBG] pgmap v675: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.838882+0000 mgr.y (mgr.25387) 1124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.889576+0000 mgr.y (mgr.25387) 1125 : cluster [DBG] pgmap v676: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.890064+0000 mgr.y (mgr.25387) 1126 : cluster [DBG] pgmap v677: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.894501+0000 mgr.y (mgr.25387) 1127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.946697+0000 mgr.y (mgr.25387) 1128 : cluster [DBG] pgmap v678: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.569728+0000 mgr.y (mgr.25387) 1113 : cluster [DBG] pgmap v668: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.570490+0000 mgr.y (mgr.25387) 1114 : cluster [DBG] pgmap v669: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.577135+0000 mgr.y (mgr.25387) 1115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.660703+0000 mgr.y (mgr.25387) 1116 : cluster [DBG] pgmap v670: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.661162+0000 mgr.y (mgr.25387) 1117 : cluster [DBG] pgmap v671: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.669954+0000 mgr.y (mgr.25387) 1118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.748986+0000 mgr.y (mgr.25387) 1119 : cluster [DBG] pgmap v672: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.749352+0000 mgr.y (mgr.25387) 1120 : cluster [DBG] pgmap v673: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.755336+0000 mgr.y (mgr.25387) 1121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.833731+0000 mgr.y (mgr.25387) 1122 : cluster [DBG] pgmap v674: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.833994+0000 mgr.y (mgr.25387) 1123 : cluster [DBG] pgmap v675: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.838882+0000 mgr.y (mgr.25387) 1124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.889576+0000 mgr.y (mgr.25387) 1125 : cluster [DBG] pgmap v676: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.890064+0000 mgr.y (mgr.25387) 1126 : cluster [DBG] pgmap v677: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.894501+0000 mgr.y (mgr.25387) 1127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.946697+0000 mgr.y (mgr.25387) 1128 : cluster [DBG] pgmap v678: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:38.947074+0000 mgr.y (mgr.25387) 1129 : cluster [DBG] pgmap v679: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:38.951923+0000 mgr.y (mgr.25387) 1130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.024861+0000 mgr.y (mgr.25387) 1131 : cluster [DBG] pgmap v680: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.025713+0000 mgr.y (mgr.25387) 1132 : cluster [DBG] pgmap v681: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.034719+0000 mgr.y (mgr.25387) 1133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.119207+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.121972+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.123263+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.125969+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.126835+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.137387+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.213177+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.215180+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.216136+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.219356+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.220248+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.227149+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.304923+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:38.947074+0000 mgr.y (mgr.25387) 1129 : cluster [DBG] pgmap v679: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:38.951923+0000 mgr.y (mgr.25387) 1130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.024861+0000 mgr.y (mgr.25387) 1131 : cluster [DBG] pgmap v680: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.025713+0000 mgr.y (mgr.25387) 1132 : cluster [DBG] pgmap v681: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.034719+0000 mgr.y (mgr.25387) 1133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.119207+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.121972+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.123263+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.125969+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.126835+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.137387+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.213177+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.215180+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.216136+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.219356+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.220248+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.227149+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.304923+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.307554+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.308661+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.310942+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.311775+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.322340+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.402027+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.404703+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.406136+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.408375+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.409156+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.417922+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.489574+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.491466+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.492015+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.494855+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.499919+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.535413+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.552556+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.563458+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.621199+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.307554+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.308661+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.310942+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.311775+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.322340+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.402027+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.404703+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.406136+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.408375+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.409156+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.417922+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.489574+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.491466+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.492015+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.494855+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.499919+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.535413+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.552556+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.563458+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.621199+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.623332+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.624273+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.628279+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.629219+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.636298+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.678228+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.680039+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.680894+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.683014+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.683742+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.690675+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.737114+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.739432+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.740390+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.742734+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.743584+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.750958+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.808923+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.811036+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.623332+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.624273+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.628279+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.629219+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.636298+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.678228+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.680039+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.680894+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.683014+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.683742+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.690675+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.737114+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.739432+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.740390+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.742734+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.743584+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.750958+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.808923+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.811036+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.812073+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.814386+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.815057+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.822913+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.867017+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.869460+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.870401+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.872592+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.873306+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.880382+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.925817+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.927857+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.928779+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.930648+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.931271+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.938208+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.983618+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.985646+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.987398+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.812073+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.814386+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.815057+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.822913+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.867017+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.869460+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.870401+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.872592+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.873306+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.880382+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.925817+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.927857+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.928779+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.930648+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.931271+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.938208+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.983618+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.985646+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.987398+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.989842+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.990526+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:39.997334+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:40.058669+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:40.060720+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:40.061528+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:40.063467+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:40.064080+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[73934]: audit 2024-03-30T04:44:40.070619+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.989842+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.990526+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:39.997334+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:40.058669+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:40.060720+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:40.061528+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:40.063467+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:40.064080+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:40 smithi097 bash[69502]: audit 2024-03-30T04:44:40.070619+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.165709+0000 mgr.y (mgr.25387) 1098 : cluster [DBG] pgmap v658: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.165998+0000 mgr.y (mgr.25387) 1099 : cluster [DBG] pgmap v659: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.170772+0000 mgr.y (mgr.25387) 1100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.235051+0000 mgr.y (mgr.25387) 1101 : cluster [DBG] pgmap v660: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.235936+0000 mgr.y (mgr.25387) 1102 : cluster [DBG] pgmap v661: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.239787+0000 mgr.y (mgr.25387) 1103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.306197+0000 mgr.y (mgr.25387) 1104 : cluster [DBG] pgmap v662: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.306549+0000 mgr.y (mgr.25387) 1105 : cluster [DBG] pgmap v663: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.311182+0000 mgr.y (mgr.25387) 1106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.382934+0000 mgr.y (mgr.25387) 1107 : cluster [DBG] pgmap v664: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.383311+0000 mgr.y (mgr.25387) 1108 : cluster [DBG] pgmap v665: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.390781+0000 mgr.y (mgr.25387) 1109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.475433+0000 mgr.y (mgr.25387) 1110 : cluster [DBG] pgmap v666: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.475758+0000 mgr.y (mgr.25387) 1111 : cluster [DBG] pgmap v667: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.481959+0000 mgr.y (mgr.25387) 1112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.569728+0000 mgr.y (mgr.25387) 1113 : cluster [DBG] pgmap v668: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.570490+0000 mgr.y (mgr.25387) 1114 : cluster [DBG] pgmap v669: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.577135+0000 mgr.y (mgr.25387) 1115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.660703+0000 mgr.y (mgr.25387) 1116 : cluster [DBG] pgmap v670: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.661162+0000 mgr.y (mgr.25387) 1117 : cluster [DBG] pgmap v671: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.669954+0000 mgr.y (mgr.25387) 1118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.748986+0000 mgr.y (mgr.25387) 1119 : cluster [DBG] pgmap v672: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.749352+0000 mgr.y (mgr.25387) 1120 : cluster [DBG] pgmap v673: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.755336+0000 mgr.y (mgr.25387) 1121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.833731+0000 mgr.y (mgr.25387) 1122 : cluster [DBG] pgmap v674: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.833994+0000 mgr.y (mgr.25387) 1123 : cluster [DBG] pgmap v675: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.838882+0000 mgr.y (mgr.25387) 1124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.889576+0000 mgr.y (mgr.25387) 1125 : cluster [DBG] pgmap v676: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.890064+0000 mgr.y (mgr.25387) 1126 : cluster [DBG] pgmap v677: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.894501+0000 mgr.y (mgr.25387) 1127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.946697+0000 mgr.y (mgr.25387) 1128 : cluster [DBG] pgmap v678: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:38.947074+0000 mgr.y (mgr.25387) 1129 : cluster [DBG] pgmap v679: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:38.951923+0000 mgr.y (mgr.25387) 1130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.024861+0000 mgr.y (mgr.25387) 1131 : cluster [DBG] pgmap v680: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.025713+0000 mgr.y (mgr.25387) 1132 : cluster [DBG] pgmap v681: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.034719+0000 mgr.y (mgr.25387) 1133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.119207+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.121972+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.123263+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.125969+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.126835+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.137387+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.213177+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.215180+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.216136+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.219356+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.220248+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.227149+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.304923+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.307554+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.308661+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.310942+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.311775+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.322340+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.402027+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.404703+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.406136+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.408375+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.409156+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.417922+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.489574+0000 mon.a (mon.0) 2570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.491466+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.492015+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.494855+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.499919+0000 mon.a (mon.0) 2574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.535413+0000 mon.a (mon.0) 2575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.552556+0000 mon.a (mon.0) 2576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.563458+0000 mon.a (mon.0) 2577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.621199+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.623332+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.624273+0000 mon.a (mon.0) 2580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.628279+0000 mon.a (mon.0) 2581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.629219+0000 mon.a (mon.0) 2582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.636298+0000 mon.a (mon.0) 2583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.678228+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.680039+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.680894+0000 mon.a (mon.0) 2586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.683014+0000 mon.a (mon.0) 2587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.683742+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.690675+0000 mon.a (mon.0) 2589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.737114+0000 mon.a (mon.0) 2590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.739432+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.740390+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.742734+0000 mon.a (mon.0) 2593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.743584+0000 mon.a (mon.0) 2594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.750958+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.808923+0000 mon.a (mon.0) 2596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.811036+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.812073+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.814386+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.815057+0000 mon.a (mon.0) 2600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.822913+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.867017+0000 mon.a (mon.0) 2602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.869460+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.870401+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.872592+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.873306+0000 mon.a (mon.0) 2606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.880382+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.925817+0000 mon.a (mon.0) 2608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.927857+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.928779+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.930648+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.931271+0000 mon.a (mon.0) 2612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.938208+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.983618+0000 mon.a (mon.0) 2614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.985646+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.987398+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.989842+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.990526+0000 mon.a (mon.0) 2618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:39.997334+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:40.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:40.058669+0000 mon.a (mon.0) 2620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:40.060720+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:40.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:40.061528+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:40.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:40.063467+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:40.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:40.064080+0000 mon.a (mon.0) 2624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:40.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:40 smithi105 bash[58125]: audit 2024-03-30T04:44:40.070619+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.128651+0000 mgr.y (mgr.25387) 1134 : cluster [DBG] pgmap v682: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.128945+0000 mgr.y (mgr.25387) 1135 : cluster [DBG] pgmap v683: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.138013+0000 mgr.y (mgr.25387) 1136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.222456+0000 mgr.y (mgr.25387) 1137 : cluster [DBG] pgmap v684: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.223036+0000 mgr.y (mgr.25387) 1138 : cluster [DBG] pgmap v685: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.227768+0000 mgr.y (mgr.25387) 1139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.313511+0000 mgr.y (mgr.25387) 1140 : cluster [DBG] pgmap v686: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.313824+0000 mgr.y (mgr.25387) 1141 : cluster [DBG] pgmap v687: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.322972+0000 mgr.y (mgr.25387) 1142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.410648+0000 mgr.y (mgr.25387) 1143 : cluster [DBG] pgmap v688: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.410959+0000 mgr.y (mgr.25387) 1144 : cluster [DBG] pgmap v689: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.418579+0000 mgr.y (mgr.25387) 1145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.558881+0000 mgr.y (mgr.25387) 1146 : cluster [DBG] pgmap v690: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.559238+0000 mgr.y (mgr.25387) 1147 : cluster [DBG] pgmap v691: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.563963+0000 mgr.y (mgr.25387) 1148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.128651+0000 mgr.y (mgr.25387) 1134 : cluster [DBG] pgmap v682: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.128945+0000 mgr.y (mgr.25387) 1135 : cluster [DBG] pgmap v683: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.138013+0000 mgr.y (mgr.25387) 1136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.222456+0000 mgr.y (mgr.25387) 1137 : cluster [DBG] pgmap v684: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.223036+0000 mgr.y (mgr.25387) 1138 : cluster [DBG] pgmap v685: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.227768+0000 mgr.y (mgr.25387) 1139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.313511+0000 mgr.y (mgr.25387) 1140 : cluster [DBG] pgmap v686: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.313824+0000 mgr.y (mgr.25387) 1141 : cluster [DBG] pgmap v687: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.322972+0000 mgr.y (mgr.25387) 1142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.410648+0000 mgr.y (mgr.25387) 1143 : cluster [DBG] pgmap v688: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.410959+0000 mgr.y (mgr.25387) 1144 : cluster [DBG] pgmap v689: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.418579+0000 mgr.y (mgr.25387) 1145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.558881+0000 mgr.y (mgr.25387) 1146 : cluster [DBG] pgmap v690: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.559238+0000 mgr.y (mgr.25387) 1147 : cluster [DBG] pgmap v691: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.563963+0000 mgr.y (mgr.25387) 1148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.630881+0000 mgr.y (mgr.25387) 1149 : cluster [DBG] pgmap v692: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.631304+0000 mgr.y (mgr.25387) 1150 : cluster [DBG] pgmap v693: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.636964+0000 mgr.y (mgr.25387) 1151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.685201+0000 mgr.y (mgr.25387) 1152 : cluster [DBG] pgmap v694: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.685523+0000 mgr.y (mgr.25387) 1153 : cluster [DBG] pgmap v695: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.691269+0000 mgr.y (mgr.25387) 1154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.745208+0000 mgr.y (mgr.25387) 1155 : cluster [DBG] pgmap v696: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.745517+0000 mgr.y (mgr.25387) 1156 : cluster [DBG] pgmap v697: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.751514+0000 mgr.y (mgr.25387) 1157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.816558+0000 mgr.y (mgr.25387) 1158 : cluster [DBG] pgmap v698: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.816929+0000 mgr.y (mgr.25387) 1159 : cluster [DBG] pgmap v699: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.823512+0000 mgr.y (mgr.25387) 1160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.874802+0000 mgr.y (mgr.25387) 1161 : cluster [DBG] pgmap v700: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.875217+0000 mgr.y (mgr.25387) 1162 : cluster [DBG] pgmap v701: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.880903+0000 mgr.y (mgr.25387) 1163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.932695+0000 mgr.y (mgr.25387) 1164 : cluster [DBG] pgmap v702: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.630881+0000 mgr.y (mgr.25387) 1149 : cluster [DBG] pgmap v692: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.631304+0000 mgr.y (mgr.25387) 1150 : cluster [DBG] pgmap v693: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.636964+0000 mgr.y (mgr.25387) 1151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.685201+0000 mgr.y (mgr.25387) 1152 : cluster [DBG] pgmap v694: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.685523+0000 mgr.y (mgr.25387) 1153 : cluster [DBG] pgmap v695: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.691269+0000 mgr.y (mgr.25387) 1154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.745208+0000 mgr.y (mgr.25387) 1155 : cluster [DBG] pgmap v696: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.745517+0000 mgr.y (mgr.25387) 1156 : cluster [DBG] pgmap v697: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.751514+0000 mgr.y (mgr.25387) 1157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.816558+0000 mgr.y (mgr.25387) 1158 : cluster [DBG] pgmap v698: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.816929+0000 mgr.y (mgr.25387) 1159 : cluster [DBG] pgmap v699: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.823512+0000 mgr.y (mgr.25387) 1160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.874802+0000 mgr.y (mgr.25387) 1161 : cluster [DBG] pgmap v700: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.875217+0000 mgr.y (mgr.25387) 1162 : cluster [DBG] pgmap v701: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.880903+0000 mgr.y (mgr.25387) 1163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.932695+0000 mgr.y (mgr.25387) 1164 : cluster [DBG] pgmap v702: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.933018+0000 mgr.y (mgr.25387) 1165 : cluster [DBG] pgmap v703: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.938633+0000 mgr.y (mgr.25387) 1166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.991888+0000 mgr.y (mgr.25387) 1167 : cluster [DBG] pgmap v704: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:39.992178+0000 mgr.y (mgr.25387) 1168 : cluster [DBG] pgmap v705: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:39.997793+0000 mgr.y (mgr.25387) 1169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.065428+0000 mgr.y (mgr.25387) 1170 : cluster [DBG] pgmap v706: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.065704+0000 mgr.y (mgr.25387) 1171 : cluster [DBG] pgmap v707: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.070976+0000 mgr.y (mgr.25387) 1172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.130657+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.132447+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.133247+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.135079+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.135687+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.136974+0000 mgr.y (mgr.25387) 1173 : cluster [DBG] pgmap v708: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.137291+0000 mgr.y (mgr.25387) 1174 : cluster [DBG] pgmap v709: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.141338+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.141761+0000 mgr.y (mgr.25387) 1175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.933018+0000 mgr.y (mgr.25387) 1165 : cluster [DBG] pgmap v703: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.938633+0000 mgr.y (mgr.25387) 1166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.991888+0000 mgr.y (mgr.25387) 1167 : cluster [DBG] pgmap v704: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:39.992178+0000 mgr.y (mgr.25387) 1168 : cluster [DBG] pgmap v705: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:39.997793+0000 mgr.y (mgr.25387) 1169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.065428+0000 mgr.y (mgr.25387) 1170 : cluster [DBG] pgmap v706: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.065704+0000 mgr.y (mgr.25387) 1171 : cluster [DBG] pgmap v707: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.070976+0000 mgr.y (mgr.25387) 1172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.130657+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.132447+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.133247+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.135079+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.135687+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.136974+0000 mgr.y (mgr.25387) 1173 : cluster [DBG] pgmap v708: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.137291+0000 mgr.y (mgr.25387) 1174 : cluster [DBG] pgmap v709: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.141338+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.141761+0000 mgr.y (mgr.25387) 1175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.198198+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.199926+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.200946+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.202690+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.203306+0000 mon.a (mon.0) 2636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.204501+0000 mgr.y (mgr.25387) 1176 : cluster [DBG] pgmap v710: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.204812+0000 mgr.y (mgr.25387) 1177 : cluster [DBG] pgmap v711: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.209009+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.209566+0000 mgr.y (mgr.25387) 1178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.270389+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.272402+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.273244+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.275218+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.275839+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.277181+0000 mgr.y (mgr.25387) 1179 : cluster [DBG] pgmap v712: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.277521+0000 mgr.y (mgr.25387) 1180 : cluster [DBG] pgmap v713: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.281535+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.281974+0000 mgr.y (mgr.25387) 1181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.198198+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.199926+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.200946+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.202690+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.203306+0000 mon.a (mon.0) 2636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.204501+0000 mgr.y (mgr.25387) 1176 : cluster [DBG] pgmap v710: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.204812+0000 mgr.y (mgr.25387) 1177 : cluster [DBG] pgmap v711: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.209009+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.209566+0000 mgr.y (mgr.25387) 1178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.270389+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.272402+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.273244+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.275218+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.275839+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.277181+0000 mgr.y (mgr.25387) 1179 : cluster [DBG] pgmap v712: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.277521+0000 mgr.y (mgr.25387) 1180 : cluster [DBG] pgmap v713: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.281535+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.281974+0000 mgr.y (mgr.25387) 1181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.342529+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.344681+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.345506+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.347466+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.348037+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.349366+0000 mgr.y (mgr.25387) 1182 : cluster [DBG] pgmap v714: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.349689+0000 mgr.y (mgr.25387) 1183 : cluster [DBG] pgmap v715: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.353665+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.354074+0000 mgr.y (mgr.25387) 1184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.394475+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.396229+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.397078+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.398831+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.399423+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.401022+0000 mgr.y (mgr.25387) 1185 : cluster [DBG] pgmap v716: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.401404+0000 mgr.y (mgr.25387) 1186 : cluster [DBG] pgmap v717: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.405404+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.405869+0000 mgr.y (mgr.25387) 1187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.342529+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.344681+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.345506+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.347466+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.348037+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.349366+0000 mgr.y (mgr.25387) 1182 : cluster [DBG] pgmap v714: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.349689+0000 mgr.y (mgr.25387) 1183 : cluster [DBG] pgmap v715: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.353665+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.354074+0000 mgr.y (mgr.25387) 1184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.394475+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.396229+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.397078+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.398831+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.399423+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.401022+0000 mgr.y (mgr.25387) 1185 : cluster [DBG] pgmap v716: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.401404+0000 mgr.y (mgr.25387) 1186 : cluster [DBG] pgmap v717: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.405404+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.405869+0000 mgr.y (mgr.25387) 1187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.468274+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.470225+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.471426+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.475338+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.476293+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.477973+0000 mgr.y (mgr.25387) 1188 : cluster [DBG] pgmap v718: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.478381+0000 mgr.y (mgr.25387) 1189 : cluster [DBG] pgmap v719: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.483825+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.484415+0000 mgr.y (mgr.25387) 1190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.493853+0000 mgr.y (mgr.25387) 1191 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.540718+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.542500+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.543314+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.545250+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.545855+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.547080+0000 mgr.y (mgr.25387) 1192 : cluster [DBG] pgmap v720: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.547364+0000 mgr.y (mgr.25387) 1193 : cluster [DBG] pgmap v721: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.468274+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.470225+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.471426+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.475338+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.476293+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.477973+0000 mgr.y (mgr.25387) 1188 : cluster [DBG] pgmap v718: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.478381+0000 mgr.y (mgr.25387) 1189 : cluster [DBG] pgmap v719: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.483825+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.484415+0000 mgr.y (mgr.25387) 1190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.493853+0000 mgr.y (mgr.25387) 1191 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.540718+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.542500+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.543314+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.545250+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.545855+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.547080+0000 mgr.y (mgr.25387) 1192 : cluster [DBG] pgmap v720: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.547364+0000 mgr.y (mgr.25387) 1193 : cluster [DBG] pgmap v721: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.551685+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.552137+0000 mgr.y (mgr.25387) 1194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.592142+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.593853+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.594640+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.596372+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.596935+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.598117+0000 mgr.y (mgr.25387) 1195 : cluster [DBG] pgmap v722: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.598448+0000 mgr.y (mgr.25387) 1196 : cluster [DBG] pgmap v723: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.602510+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.602888+0000 mgr.y (mgr.25387) 1197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.642764+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.644483+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.645232+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.646965+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.647522+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.648736+0000 mgr.y (mgr.25387) 1198 : cluster [DBG] pgmap v724: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.649077+0000 mgr.y (mgr.25387) 1199 : cluster [DBG] pgmap v725: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.551685+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.552137+0000 mgr.y (mgr.25387) 1194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.592142+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.593853+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.594640+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.596372+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.596935+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.598117+0000 mgr.y (mgr.25387) 1195 : cluster [DBG] pgmap v722: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.598448+0000 mgr.y (mgr.25387) 1196 : cluster [DBG] pgmap v723: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.602510+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.602888+0000 mgr.y (mgr.25387) 1197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.642764+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.644483+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.645232+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.646965+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.647522+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.648736+0000 mgr.y (mgr.25387) 1198 : cluster [DBG] pgmap v724: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.649077+0000 mgr.y (mgr.25387) 1199 : cluster [DBG] pgmap v725: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.653159+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.653572+0000 mgr.y (mgr.25387) 1200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.694222+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.696292+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.697160+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.699210+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.699930+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.701492+0000 mgr.y (mgr.25387) 1201 : cluster [DBG] pgmap v726: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.701812+0000 mgr.y (mgr.25387) 1202 : cluster [DBG] pgmap v727: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.706085+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.706670+0000 mgr.y (mgr.25387) 1203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.762759+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.764423+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.765179+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.766889+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.767533+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.771225+0000 mgr.y (mgr.25387) 1204 : cluster [DBG] pgmap v728: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.653159+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.653572+0000 mgr.y (mgr.25387) 1200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.694222+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.696292+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.697160+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.699210+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.699930+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.701492+0000 mgr.y (mgr.25387) 1201 : cluster [DBG] pgmap v726: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.701812+0000 mgr.y (mgr.25387) 1202 : cluster [DBG] pgmap v727: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.706085+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.706670+0000 mgr.y (mgr.25387) 1203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.762759+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.764423+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.765179+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.766889+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.767533+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.771225+0000 mgr.y (mgr.25387) 1204 : cluster [DBG] pgmap v728: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.771540+0000 mgr.y (mgr.25387) 1205 : cluster [DBG] pgmap v729: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.775424+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.775897+0000 mgr.y (mgr.25387) 1206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.816125+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.817895+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.818661+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.820377+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.820933+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.822133+0000 mgr.y (mgr.25387) 1207 : cluster [DBG] pgmap v730: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.822407+0000 mgr.y (mgr.25387) 1208 : cluster [DBG] pgmap v731: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.826353+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.826748+0000 mgr.y (mgr.25387) 1209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.868055+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.869801+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.870818+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.872677+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.873287+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.874625+0000 mgr.y (mgr.25387) 1210 : cluster [DBG] pgmap v732: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.771540+0000 mgr.y (mgr.25387) 1205 : cluster [DBG] pgmap v729: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.775424+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.775897+0000 mgr.y (mgr.25387) 1206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.816125+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.817895+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.818661+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.820377+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.820933+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.822133+0000 mgr.y (mgr.25387) 1207 : cluster [DBG] pgmap v730: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.822407+0000 mgr.y (mgr.25387) 1208 : cluster [DBG] pgmap v731: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.826353+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.826748+0000 mgr.y (mgr.25387) 1209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.868055+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.869801+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.870818+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.872677+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.873287+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.874625+0000 mgr.y (mgr.25387) 1210 : cluster [DBG] pgmap v732: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.874976+0000 mgr.y (mgr.25387) 1211 : cluster [DBG] pgmap v733: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.878910+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.879342+0000 mgr.y (mgr.25387) 1212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.919990+0000 mon.a (mon.0) 2704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.921682+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.922431+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.924117+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.924679+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.925975+0000 mgr.y (mgr.25387) 1213 : cluster [DBG] pgmap v734: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.926281+0000 mgr.y (mgr.25387) 1214 : cluster [DBG] pgmap v735: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.930179+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.930596+0000 mgr.y (mgr.25387) 1215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.970345+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.972057+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.972804+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.974556+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.975122+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.976358+0000 mgr.y (mgr.25387) 1216 : cluster [DBG] pgmap v736: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.874976+0000 mgr.y (mgr.25387) 1211 : cluster [DBG] pgmap v733: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.878910+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.879342+0000 mgr.y (mgr.25387) 1212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.919990+0000 mon.a (mon.0) 2704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.921682+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.922431+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.924117+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.924679+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.925975+0000 mgr.y (mgr.25387) 1213 : cluster [DBG] pgmap v734: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.926281+0000 mgr.y (mgr.25387) 1214 : cluster [DBG] pgmap v735: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.930179+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.930596+0000 mgr.y (mgr.25387) 1215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.970345+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.972057+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.972804+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.974556+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.975122+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.976358+0000 mgr.y (mgr.25387) 1216 : cluster [DBG] pgmap v736: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:40.976644+0000 mgr.y (mgr.25387) 1217 : cluster [DBG] pgmap v737: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:40.980904+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:40.981328+0000 mgr.y (mgr.25387) 1218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.021172+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.023598+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.024514+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.406 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.026789+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.406 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.027518+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.029092+0000 mgr.y (mgr.25387) 1219 : cluster [DBG] pgmap v738: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.029425+0000 mgr.y (mgr.25387) 1220 : cluster [DBG] pgmap v739: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.034306+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.034782+0000 mgr.y (mgr.25387) 1221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.075025+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.076742+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.077492+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.079205+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.079769+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.081006+0000 mgr.y (mgr.25387) 1222 : cluster [DBG] pgmap v740: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.081288+0000 mgr.y (mgr.25387) 1223 : cluster [DBG] pgmap v741: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: audit 2024-03-30T04:44:41.085382+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.085833+0000 mgr.y (mgr.25387) 1224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:40.976644+0000 mgr.y (mgr.25387) 1217 : cluster [DBG] pgmap v737: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:40.980904+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:40.981328+0000 mgr.y (mgr.25387) 1218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.021172+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.023598+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.024514+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.026789+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.027518+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.029092+0000 mgr.y (mgr.25387) 1219 : cluster [DBG] pgmap v738: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.029425+0000 mgr.y (mgr.25387) 1220 : cluster [DBG] pgmap v739: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.034306+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.034782+0000 mgr.y (mgr.25387) 1221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.075025+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.076742+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.077492+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.079205+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.079769+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.081006+0000 mgr.y (mgr.25387) 1222 : cluster [DBG] pgmap v740: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.081288+0000 mgr.y (mgr.25387) 1223 : cluster [DBG] pgmap v741: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: audit 2024-03-30T04:44:41.085382+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:41 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.085833+0000 mgr.y (mgr.25387) 1224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.128651+0000 mgr.y (mgr.25387) 1134 : cluster [DBG] pgmap v682: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.128945+0000 mgr.y (mgr.25387) 1135 : cluster [DBG] pgmap v683: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.138013+0000 mgr.y (mgr.25387) 1136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.222456+0000 mgr.y (mgr.25387) 1137 : cluster [DBG] pgmap v684: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.223036+0000 mgr.y (mgr.25387) 1138 : cluster [DBG] pgmap v685: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.227768+0000 mgr.y (mgr.25387) 1139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.313511+0000 mgr.y (mgr.25387) 1140 : cluster [DBG] pgmap v686: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.313824+0000 mgr.y (mgr.25387) 1141 : cluster [DBG] pgmap v687: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.322972+0000 mgr.y (mgr.25387) 1142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.410648+0000 mgr.y (mgr.25387) 1143 : cluster [DBG] pgmap v688: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.410959+0000 mgr.y (mgr.25387) 1144 : cluster [DBG] pgmap v689: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.418579+0000 mgr.y (mgr.25387) 1145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.558881+0000 mgr.y (mgr.25387) 1146 : cluster [DBG] pgmap v690: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.559238+0000 mgr.y (mgr.25387) 1147 : cluster [DBG] pgmap v691: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.563963+0000 mgr.y (mgr.25387) 1148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.630881+0000 mgr.y (mgr.25387) 1149 : cluster [DBG] pgmap v692: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.631304+0000 mgr.y (mgr.25387) 1150 : cluster [DBG] pgmap v693: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.636964+0000 mgr.y (mgr.25387) 1151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.685201+0000 mgr.y (mgr.25387) 1152 : cluster [DBG] pgmap v694: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.685523+0000 mgr.y (mgr.25387) 1153 : cluster [DBG] pgmap v695: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.691269+0000 mgr.y (mgr.25387) 1154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.745208+0000 mgr.y (mgr.25387) 1155 : cluster [DBG] pgmap v696: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.745517+0000 mgr.y (mgr.25387) 1156 : cluster [DBG] pgmap v697: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.751514+0000 mgr.y (mgr.25387) 1157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.816558+0000 mgr.y (mgr.25387) 1158 : cluster [DBG] pgmap v698: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.816929+0000 mgr.y (mgr.25387) 1159 : cluster [DBG] pgmap v699: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.823512+0000 mgr.y (mgr.25387) 1160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.874802+0000 mgr.y (mgr.25387) 1161 : cluster [DBG] pgmap v700: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.875217+0000 mgr.y (mgr.25387) 1162 : cluster [DBG] pgmap v701: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.880903+0000 mgr.y (mgr.25387) 1163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.932695+0000 mgr.y (mgr.25387) 1164 : cluster [DBG] pgmap v702: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.933018+0000 mgr.y (mgr.25387) 1165 : cluster [DBG] pgmap v703: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.938633+0000 mgr.y (mgr.25387) 1166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.991888+0000 mgr.y (mgr.25387) 1167 : cluster [DBG] pgmap v704: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:39.992178+0000 mgr.y (mgr.25387) 1168 : cluster [DBG] pgmap v705: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:39.997793+0000 mgr.y (mgr.25387) 1169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.065428+0000 mgr.y (mgr.25387) 1170 : cluster [DBG] pgmap v706: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.065704+0000 mgr.y (mgr.25387) 1171 : cluster [DBG] pgmap v707: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.070976+0000 mgr.y (mgr.25387) 1172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.130657+0000 mon.a (mon.0) 2626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.132447+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.133247+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.135079+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.135687+0000 mon.a (mon.0) 2630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.136974+0000 mgr.y (mgr.25387) 1173 : cluster [DBG] pgmap v708: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.137291+0000 mgr.y (mgr.25387) 1174 : cluster [DBG] pgmap v709: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.141338+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.141761+0000 mgr.y (mgr.25387) 1175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.198198+0000 mon.a (mon.0) 2632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.199926+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.200946+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.202690+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.203306+0000 mon.a (mon.0) 2636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.204501+0000 mgr.y (mgr.25387) 1176 : cluster [DBG] pgmap v710: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.204812+0000 mgr.y (mgr.25387) 1177 : cluster [DBG] pgmap v711: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.209009+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.209566+0000 mgr.y (mgr.25387) 1178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.270389+0000 mon.a (mon.0) 2638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.272402+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.273244+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.275218+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.275839+0000 mon.a (mon.0) 2642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.277181+0000 mgr.y (mgr.25387) 1179 : cluster [DBG] pgmap v712: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.277521+0000 mgr.y (mgr.25387) 1180 : cluster [DBG] pgmap v713: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.281535+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.281974+0000 mgr.y (mgr.25387) 1181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.342529+0000 mon.a (mon.0) 2644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.344681+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.345506+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.347466+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.348037+0000 mon.a (mon.0) 2648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.349366+0000 mgr.y (mgr.25387) 1182 : cluster [DBG] pgmap v714: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.349689+0000 mgr.y (mgr.25387) 1183 : cluster [DBG] pgmap v715: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.353665+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.354074+0000 mgr.y (mgr.25387) 1184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.394475+0000 mon.a (mon.0) 2650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.396229+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.397078+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.398831+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.399423+0000 mon.a (mon.0) 2654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.401022+0000 mgr.y (mgr.25387) 1185 : cluster [DBG] pgmap v716: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.401404+0000 mgr.y (mgr.25387) 1186 : cluster [DBG] pgmap v717: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.405404+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.405869+0000 mgr.y (mgr.25387) 1187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.468274+0000 mon.a (mon.0) 2656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.470225+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.471426+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.475338+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.476293+0000 mon.a (mon.0) 2660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.477973+0000 mgr.y (mgr.25387) 1188 : cluster [DBG] pgmap v718: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.478381+0000 mgr.y (mgr.25387) 1189 : cluster [DBG] pgmap v719: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.483825+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.484415+0000 mgr.y (mgr.25387) 1190 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.493853+0000 mgr.y (mgr.25387) 1191 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.540718+0000 mon.a (mon.0) 2662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.542500+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.543314+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.545250+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.545855+0000 mon.a (mon.0) 2666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.547080+0000 mgr.y (mgr.25387) 1192 : cluster [DBG] pgmap v720: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.547364+0000 mgr.y (mgr.25387) 1193 : cluster [DBG] pgmap v721: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.551685+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.552137+0000 mgr.y (mgr.25387) 1194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.592142+0000 mon.a (mon.0) 2668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.593853+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.594640+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.596372+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.596935+0000 mon.a (mon.0) 2672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.598117+0000 mgr.y (mgr.25387) 1195 : cluster [DBG] pgmap v722: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.598448+0000 mgr.y (mgr.25387) 1196 : cluster [DBG] pgmap v723: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.602510+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.602888+0000 mgr.y (mgr.25387) 1197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.642764+0000 mon.a (mon.0) 2674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.644483+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.645232+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.646965+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.647522+0000 mon.a (mon.0) 2678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.648736+0000 mgr.y (mgr.25387) 1198 : cluster [DBG] pgmap v724: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.649077+0000 mgr.y (mgr.25387) 1199 : cluster [DBG] pgmap v725: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.653159+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.653572+0000 mgr.y (mgr.25387) 1200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.694222+0000 mon.a (mon.0) 2680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.696292+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.697160+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.699210+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.699930+0000 mon.a (mon.0) 2684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.701492+0000 mgr.y (mgr.25387) 1201 : cluster [DBG] pgmap v726: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.701812+0000 mgr.y (mgr.25387) 1202 : cluster [DBG] pgmap v727: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.706085+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.706670+0000 mgr.y (mgr.25387) 1203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.762759+0000 mon.a (mon.0) 2686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.764423+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.765179+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.766889+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.767533+0000 mon.a (mon.0) 2690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.771225+0000 mgr.y (mgr.25387) 1204 : cluster [DBG] pgmap v728: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.771540+0000 mgr.y (mgr.25387) 1205 : cluster [DBG] pgmap v729: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.775424+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.775897+0000 mgr.y (mgr.25387) 1206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.816125+0000 mon.a (mon.0) 2692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.817895+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.818661+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.820377+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.820933+0000 mon.a (mon.0) 2696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.822133+0000 mgr.y (mgr.25387) 1207 : cluster [DBG] pgmap v730: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.822407+0000 mgr.y (mgr.25387) 1208 : cluster [DBG] pgmap v731: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.826353+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.826748+0000 mgr.y (mgr.25387) 1209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.868055+0000 mon.a (mon.0) 2698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.869801+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.870818+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.872677+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.873287+0000 mon.a (mon.0) 2702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.874625+0000 mgr.y (mgr.25387) 1210 : cluster [DBG] pgmap v732: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.874976+0000 mgr.y (mgr.25387) 1211 : cluster [DBG] pgmap v733: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.878910+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.879342+0000 mgr.y (mgr.25387) 1212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.919990+0000 mon.a (mon.0) 2704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.921682+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.922431+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.924117+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.924679+0000 mon.a (mon.0) 2708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.925975+0000 mgr.y (mgr.25387) 1213 : cluster [DBG] pgmap v734: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.926281+0000 mgr.y (mgr.25387) 1214 : cluster [DBG] pgmap v735: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.930179+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.930596+0000 mgr.y (mgr.25387) 1215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.970345+0000 mon.a (mon.0) 2710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.972057+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.972804+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.974556+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.975122+0000 mon.a (mon.0) 2714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.976358+0000 mgr.y (mgr.25387) 1216 : cluster [DBG] pgmap v736: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:40.976644+0000 mgr.y (mgr.25387) 1217 : cluster [DBG] pgmap v737: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:40.980904+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:40.981328+0000 mgr.y (mgr.25387) 1218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.021172+0000 mon.a (mon.0) 2716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.023598+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.024514+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.026789+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.027518+0000 mon.a (mon.0) 2720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.029092+0000 mgr.y (mgr.25387) 1219 : cluster [DBG] pgmap v738: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.029425+0000 mgr.y (mgr.25387) 1220 : cluster [DBG] pgmap v739: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.034306+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.034782+0000 mgr.y (mgr.25387) 1221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.075025+0000 mon.a (mon.0) 2722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.474 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.076742+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.077492+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.079205+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.079769+0000 mon.a (mon.0) 2726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.081006+0000 mgr.y (mgr.25387) 1222 : cluster [DBG] pgmap v740: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.081288+0000 mgr.y (mgr.25387) 1223 : cluster [DBG] pgmap v741: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: audit 2024-03-30T04:44:41.085382+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:41.475 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:41 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.085833+0000 mgr.y (mgr.25387) 1224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.147547+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.149744+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.150811+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.153093+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.153897+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.155799+0000 mgr.y (mgr.25387) 1225 : cluster [DBG] pgmap v742: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.156616+0000 mgr.y (mgr.25387) 1226 : cluster [DBG] pgmap v743: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.159781+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.104 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.160338+0000 mgr.y (mgr.25387) 1227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.105 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.203533+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.105 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.205674+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.105 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.206496+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.147547+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.149744+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.150811+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.153093+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.153897+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.155799+0000 mgr.y (mgr.25387) 1225 : cluster [DBG] pgmap v742: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.156616+0000 mgr.y (mgr.25387) 1226 : cluster [DBG] pgmap v743: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.159781+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.160338+0000 mgr.y (mgr.25387) 1227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.203533+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.205674+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.206496+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.208410+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.209127+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.210606+0000 mgr.y (mgr.25387) 1228 : cluster [DBG] pgmap v744: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.210969+0000 mgr.y (mgr.25387) 1229 : cluster [DBG] pgmap v745: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.215326+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.208410+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.209127+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.210606+0000 mgr.y (mgr.25387) 1228 : cluster [DBG] pgmap v744: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.210969+0000 mgr.y (mgr.25387) 1229 : cluster [DBG] pgmap v745: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.215326+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.215813+0000 mgr.y (mgr.25387) 1230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.273437+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.275485+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.276445+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.278478+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.279196+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.280583+0000 mgr.y (mgr.25387) 1231 : cluster [DBG] pgmap v746: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.280946+0000 mgr.y (mgr.25387) 1232 : cluster [DBG] pgmap v747: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.285050+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.285515+0000 mgr.y (mgr.25387) 1233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.347881+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.350646+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.215813+0000 mgr.y (mgr.25387) 1230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.273437+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.275485+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.276445+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.278478+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.279196+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.280583+0000 mgr.y (mgr.25387) 1231 : cluster [DBG] pgmap v746: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.280946+0000 mgr.y (mgr.25387) 1232 : cluster [DBG] pgmap v747: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.285050+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.285515+0000 mgr.y (mgr.25387) 1233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.347881+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.350646+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.351976+0000 mon.a (mon.0) 2748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.354512+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.355405+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.357176+0000 mgr.y (mgr.25387) 1234 : cluster [DBG] pgmap v748: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.357520+0000 mgr.y (mgr.25387) 1235 : cluster [DBG] pgmap v749: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.362336+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.362879+0000 mgr.y (mgr.25387) 1236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.407742+0000 mon.a (mon.0) 2752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.409807+0000 mon.a (mon.0) 2753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.410651+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.412685+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.413315+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.414730+0000 mgr.y (mgr.25387) 1237 : cluster [DBG] pgmap v750: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.415079+0000 mgr.y (mgr.25387) 1238 : cluster [DBG] pgmap v751: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.419274+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.419722+0000 mgr.y (mgr.25387) 1239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.477793+0000 mon.a (mon.0) 2758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.479893+0000 mon.a (mon.0) 2759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.480927+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.483032+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.483850+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.485526+0000 mgr.y (mgr.25387) 1240 : cluster [DBG] pgmap v752: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.485875+0000 mgr.y (mgr.25387) 1241 : cluster [DBG] pgmap v753: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.490709+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.351976+0000 mon.a (mon.0) 2748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.354512+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.355405+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.357176+0000 mgr.y (mgr.25387) 1234 : cluster [DBG] pgmap v748: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.357520+0000 mgr.y (mgr.25387) 1235 : cluster [DBG] pgmap v749: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.362336+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.362879+0000 mgr.y (mgr.25387) 1236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.407742+0000 mon.a (mon.0) 2752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.409807+0000 mon.a (mon.0) 2753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.410651+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.412685+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.413315+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.414730+0000 mgr.y (mgr.25387) 1237 : cluster [DBG] pgmap v750: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.415079+0000 mgr.y (mgr.25387) 1238 : cluster [DBG] pgmap v751: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.419274+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.419722+0000 mgr.y (mgr.25387) 1239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.477793+0000 mon.a (mon.0) 2758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.479893+0000 mon.a (mon.0) 2759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.492312+0000 mgr.y (mgr.25387) 1242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.548729+0000 mon.a (mon.0) 2764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.550714+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.551459+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.553154+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.553745+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.555155+0000 mgr.y (mgr.25387) 1243 : cluster [DBG] pgmap v754: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.555516+0000 mgr.y (mgr.25387) 1244 : cluster [DBG] pgmap v755: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.559636+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.560037+0000 mgr.y (mgr.25387) 1245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.616674+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.618552+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.619313+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.621255+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.621866+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.623231+0000 mgr.y (mgr.25387) 1246 : cluster [DBG] pgmap v756: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.623588+0000 mgr.y (mgr.25387) 1247 : cluster [DBG] pgmap v757: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.627386+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.480927+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.483032+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.483850+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.485526+0000 mgr.y (mgr.25387) 1240 : cluster [DBG] pgmap v752: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.485875+0000 mgr.y (mgr.25387) 1241 : cluster [DBG] pgmap v753: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.490709+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.492312+0000 mgr.y (mgr.25387) 1242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.548729+0000 mon.a (mon.0) 2764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.550714+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.551459+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.553154+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.553745+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.555155+0000 mgr.y (mgr.25387) 1243 : cluster [DBG] pgmap v754: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.555516+0000 mgr.y (mgr.25387) 1244 : cluster [DBG] pgmap v755: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.559636+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.560037+0000 mgr.y (mgr.25387) 1245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.616674+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.618552+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.627825+0000 mgr.y (mgr.25387) 1248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.690805+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.694517+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.696031+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.698490+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.699317+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.700946+0000 mgr.y (mgr.25387) 1249 : cluster [DBG] pgmap v758: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.701281+0000 mgr.y (mgr.25387) 1250 : cluster [DBG] pgmap v759: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.707169+0000 mon.a (mon.0) 2781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.707597+0000 mgr.y (mgr.25387) 1251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.780373+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.782454+0000 mon.a (mon.0) 2783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.783659+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.786639+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.787816+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.790125+0000 mgr.y (mgr.25387) 1252 : cluster [DBG] pgmap v760: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.790487+0000 mgr.y (mgr.25387) 1253 : cluster [DBG] pgmap v761: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.799485+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.800058+0000 mgr.y (mgr.25387) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.874963+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.877109+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.878904+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.881082+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.881686+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.883015+0000 mgr.y (mgr.25387) 1255 : cluster [DBG] pgmap v762: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.883311+0000 mgr.y (mgr.25387) 1256 : cluster [DBG] pgmap v763: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.888435+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.889056+0000 mgr.y (mgr.25387) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.948351+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.950373+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.951192+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.953310+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.953987+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.955453+0000 mgr.y (mgr.25387) 1258 : cluster [DBG] pgmap v764: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:41.955828+0000 mgr.y (mgr.25387) 1259 : cluster [DBG] pgmap v765: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.619313+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.621255+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.621866+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.623231+0000 mgr.y (mgr.25387) 1246 : cluster [DBG] pgmap v756: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.623588+0000 mgr.y (mgr.25387) 1247 : cluster [DBG] pgmap v757: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.627386+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.627825+0000 mgr.y (mgr.25387) 1248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.690805+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.694517+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.696031+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.698490+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.699317+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.700946+0000 mgr.y (mgr.25387) 1249 : cluster [DBG] pgmap v758: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.701281+0000 mgr.y (mgr.25387) 1250 : cluster [DBG] pgmap v759: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.707169+0000 mon.a (mon.0) 2781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.707597+0000 mgr.y (mgr.25387) 1251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.780373+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.782454+0000 mon.a (mon.0) 2783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:41.960657+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:41.961136+0000 mgr.y (mgr.25387) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.001219+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.002892+0000 mon.a (mon.0) 2801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.003876+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.005847+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.006465+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.007729+0000 mgr.y (mgr.25387) 1261 : cluster [DBG] pgmap v766: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.008070+0000 mgr.y (mgr.25387) 1262 : cluster [DBG] pgmap v767: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.013163+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.013575+0000 mgr.y (mgr.25387) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.070016+0000 mon.a (mon.0) 2806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.071802+0000 mon.a (mon.0) 2807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.072561+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.074409+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.074994+0000 mon.a (mon.0) 2810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.076186+0000 mgr.y (mgr.25387) 1264 : cluster [DBG] pgmap v768: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.076529+0000 mgr.y (mgr.25387) 1265 : cluster [DBG] pgmap v769: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: audit 2024-03-30T04:44:42.083334+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.083766+0000 mgr.y (mgr.25387) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.783659+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.786639+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.787816+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.790125+0000 mgr.y (mgr.25387) 1252 : cluster [DBG] pgmap v760: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.790487+0000 mgr.y (mgr.25387) 1253 : cluster [DBG] pgmap v761: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.799485+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.800058+0000 mgr.y (mgr.25387) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.874963+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.877109+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.878904+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.881082+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.881686+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.883015+0000 mgr.y (mgr.25387) 1255 : cluster [DBG] pgmap v762: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.883311+0000 mgr.y (mgr.25387) 1256 : cluster [DBG] pgmap v763: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.888435+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.889056+0000 mgr.y (mgr.25387) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.948351+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.950373+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.951192+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.953310+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.953987+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.955453+0000 mgr.y (mgr.25387) 1258 : cluster [DBG] pgmap v764: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:41.955828+0000 mgr.y (mgr.25387) 1259 : cluster [DBG] pgmap v765: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:41.960657+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:41.961136+0000 mgr.y (mgr.25387) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.001219+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.002892+0000 mon.a (mon.0) 2801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.003876+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.005847+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.006465+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.007729+0000 mgr.y (mgr.25387) 1261 : cluster [DBG] pgmap v766: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.008070+0000 mgr.y (mgr.25387) 1262 : cluster [DBG] pgmap v767: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.013163+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.013575+0000 mgr.y (mgr.25387) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.070016+0000 mon.a (mon.0) 2806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.071802+0000 mon.a (mon.0) 2807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.072561+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.074409+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.074994+0000 mon.a (mon.0) 2810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.076186+0000 mgr.y (mgr.25387) 1264 : cluster [DBG] pgmap v768: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.076529+0000 mgr.y (mgr.25387) 1265 : cluster [DBG] pgmap v769: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: audit 2024-03-30T04:44:42.083334+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.083766+0000 mgr.y (mgr.25387) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.147547+0000 mon.a (mon.0) 2728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.149744+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.150811+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.153093+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.153897+0000 mon.a (mon.0) 2732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.155799+0000 mgr.y (mgr.25387) 1225 : cluster [DBG] pgmap v742: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.156616+0000 mgr.y (mgr.25387) 1226 : cluster [DBG] pgmap v743: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.159781+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.160338+0000 mgr.y (mgr.25387) 1227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.203533+0000 mon.a (mon.0) 2734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.205674+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.206496+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.208410+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.209127+0000 mon.a (mon.0) 2738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.210606+0000 mgr.y (mgr.25387) 1228 : cluster [DBG] pgmap v744: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.210969+0000 mgr.y (mgr.25387) 1229 : cluster [DBG] pgmap v745: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.215326+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.215813+0000 mgr.y (mgr.25387) 1230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.273437+0000 mon.a (mon.0) 2740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.275485+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.276445+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.278478+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.279196+0000 mon.a (mon.0) 2744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.280583+0000 mgr.y (mgr.25387) 1231 : cluster [DBG] pgmap v746: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.280946+0000 mgr.y (mgr.25387) 1232 : cluster [DBG] pgmap v747: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.285050+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.285515+0000 mgr.y (mgr.25387) 1233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.347881+0000 mon.a (mon.0) 2746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.350646+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.351976+0000 mon.a (mon.0) 2748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.354512+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.355405+0000 mon.a (mon.0) 2750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.357176+0000 mgr.y (mgr.25387) 1234 : cluster [DBG] pgmap v748: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.357520+0000 mgr.y (mgr.25387) 1235 : cluster [DBG] pgmap v749: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.362336+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.362879+0000 mgr.y (mgr.25387) 1236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.407742+0000 mon.a (mon.0) 2752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.409807+0000 mon.a (mon.0) 2753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.410651+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.412685+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.413315+0000 mon.a (mon.0) 2756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.414730+0000 mgr.y (mgr.25387) 1237 : cluster [DBG] pgmap v750: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.415079+0000 mgr.y (mgr.25387) 1238 : cluster [DBG] pgmap v751: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.419274+0000 mon.a (mon.0) 2757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.419722+0000 mgr.y (mgr.25387) 1239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.477793+0000 mon.a (mon.0) 2758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.479893+0000 mon.a (mon.0) 2759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.480927+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.483032+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.483850+0000 mon.a (mon.0) 2762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.485526+0000 mgr.y (mgr.25387) 1240 : cluster [DBG] pgmap v752: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.485875+0000 mgr.y (mgr.25387) 1241 : cluster [DBG] pgmap v753: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.490709+0000 mon.a (mon.0) 2763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.492312+0000 mgr.y (mgr.25387) 1242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.548729+0000 mon.a (mon.0) 2764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.550714+0000 mon.a (mon.0) 2765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.551459+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.553154+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.553745+0000 mon.a (mon.0) 2768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.555155+0000 mgr.y (mgr.25387) 1243 : cluster [DBG] pgmap v754: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.555516+0000 mgr.y (mgr.25387) 1244 : cluster [DBG] pgmap v755: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.559636+0000 mon.a (mon.0) 2769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.560037+0000 mgr.y (mgr.25387) 1245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.616674+0000 mon.a (mon.0) 2770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.618552+0000 mon.a (mon.0) 2771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.619313+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.621255+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.621866+0000 mon.a (mon.0) 2774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.623231+0000 mgr.y (mgr.25387) 1246 : cluster [DBG] pgmap v756: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.623588+0000 mgr.y (mgr.25387) 1247 : cluster [DBG] pgmap v757: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.627386+0000 mon.a (mon.0) 2775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.627825+0000 mgr.y (mgr.25387) 1248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.690805+0000 mon.a (mon.0) 2776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.694517+0000 mon.a (mon.0) 2777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.696031+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.698490+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.699317+0000 mon.a (mon.0) 2780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.700946+0000 mgr.y (mgr.25387) 1249 : cluster [DBG] pgmap v758: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.701281+0000 mgr.y (mgr.25387) 1250 : cluster [DBG] pgmap v759: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.707169+0000 mon.a (mon.0) 2781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.707597+0000 mgr.y (mgr.25387) 1251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.780373+0000 mon.a (mon.0) 2782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.782454+0000 mon.a (mon.0) 2783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.783659+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.786639+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.787816+0000 mon.a (mon.0) 2786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.790125+0000 mgr.y (mgr.25387) 1252 : cluster [DBG] pgmap v760: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.790487+0000 mgr.y (mgr.25387) 1253 : cluster [DBG] pgmap v761: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.799485+0000 mon.a (mon.0) 2787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.800058+0000 mgr.y (mgr.25387) 1254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.874963+0000 mon.a (mon.0) 2788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.877109+0000 mon.a (mon.0) 2789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.878904+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.881082+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.881686+0000 mon.a (mon.0) 2792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.883015+0000 mgr.y (mgr.25387) 1255 : cluster [DBG] pgmap v762: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.883311+0000 mgr.y (mgr.25387) 1256 : cluster [DBG] pgmap v763: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.888435+0000 mon.a (mon.0) 2793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.889056+0000 mgr.y (mgr.25387) 1257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.948351+0000 mon.a (mon.0) 2794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.950373+0000 mon.a (mon.0) 2795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.951192+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.953310+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.953987+0000 mon.a (mon.0) 2798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.955453+0000 mgr.y (mgr.25387) 1258 : cluster [DBG] pgmap v764: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:41.955828+0000 mgr.y (mgr.25387) 1259 : cluster [DBG] pgmap v765: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:41.960657+0000 mon.a (mon.0) 2799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:41.961136+0000 mgr.y (mgr.25387) 1260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.001219+0000 mon.a (mon.0) 2800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.002892+0000 mon.a (mon.0) 2801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.003876+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.005847+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.006465+0000 mon.a (mon.0) 2804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.007729+0000 mgr.y (mgr.25387) 1261 : cluster [DBG] pgmap v766: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.008070+0000 mgr.y (mgr.25387) 1262 : cluster [DBG] pgmap v767: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.013163+0000 mon.a (mon.0) 2805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.013575+0000 mgr.y (mgr.25387) 1263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.070016+0000 mon.a (mon.0) 2806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.071802+0000 mon.a (mon.0) 2807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.072561+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.074409+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.074994+0000 mon.a (mon.0) 2810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.076186+0000 mgr.y (mgr.25387) 1264 : cluster [DBG] pgmap v768: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.076529+0000 mgr.y (mgr.25387) 1265 : cluster [DBG] pgmap v769: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: audit 2024-03-30T04:44:42.083334+0000 mon.a (mon.0) 2811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:42.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:42 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.083766+0000 mgr.y (mgr.25387) 1266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:42.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:44:42] "GET /metrics HTTP/1.1" 200 38399 "" "Prometheus/2.33.4" 2024-03-30T04:44:42.875 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:42 smithi097 bash[78452]: debug 2024-03-30T04:44:42.666+0000 7efd22dda700 1 -- 172.21.15.97:0/979006779 <== mon.1 v2:172.21.15.97:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563b5bff3680 con 0x563b5c030800 2024-03-30T04:44:43.356 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[78452]: debug 2024-03-30T04:44:43.226+0000 7efd2bf727c0 -1 Falling back to public interface 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.141160+0000 mon.a (mon.0) 2812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.142852+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.143736+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.145889+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.146640+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.148193+0000 mgr.y (mgr.25387) 1267 : cluster [DBG] pgmap v770: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.148473+0000 mgr.y (mgr.25387) 1268 : cluster [DBG] pgmap v771: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.154241+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.154809+0000 mgr.y (mgr.25387) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.219829+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.223085+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.224356+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.227690+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.228714+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.230588+0000 mgr.y (mgr.25387) 1270 : cluster [DBG] pgmap v772: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.230965+0000 mgr.y (mgr.25387) 1271 : cluster [DBG] pgmap v773: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.236734+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.141160+0000 mon.a (mon.0) 2812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.142852+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.143736+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.145889+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.146640+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.148193+0000 mgr.y (mgr.25387) 1267 : cluster [DBG] pgmap v770: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.148473+0000 mgr.y (mgr.25387) 1268 : cluster [DBG] pgmap v771: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.154241+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.154809+0000 mgr.y (mgr.25387) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.219829+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.223085+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.224356+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.227690+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.228714+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.230588+0000 mgr.y (mgr.25387) 1270 : cluster [DBG] pgmap v772: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.230965+0000 mgr.y (mgr.25387) 1271 : cluster [DBG] pgmap v773: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.359 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.236734+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.237136+0000 mgr.y (mgr.25387) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.310487+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.313056+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.314310+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.316810+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.317761+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.319938+0000 mgr.y (mgr.25387) 1273 : cluster [DBG] pgmap v774: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.320985+0000 mgr.y (mgr.25387) 1274 : cluster [DBG] pgmap v775: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.326423+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.326906+0000 mgr.y (mgr.25387) 1275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.401560+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.403608+0000 mon.a (mon.0) 2831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.404611+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.406672+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.407334+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.408687+0000 mgr.y (mgr.25387) 1276 : cluster [DBG] pgmap v776: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.409027+0000 mgr.y (mgr.25387) 1277 : cluster [DBG] pgmap v777: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.413465+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.237136+0000 mgr.y (mgr.25387) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.310487+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.313056+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.314310+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.316810+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.317761+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.319938+0000 mgr.y (mgr.25387) 1273 : cluster [DBG] pgmap v774: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.320985+0000 mgr.y (mgr.25387) 1274 : cluster [DBG] pgmap v775: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.326423+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.326906+0000 mgr.y (mgr.25387) 1275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.401560+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.403608+0000 mon.a (mon.0) 2831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.404611+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.406672+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.407334+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.408687+0000 mgr.y (mgr.25387) 1276 : cluster [DBG] pgmap v776: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.409027+0000 mgr.y (mgr.25387) 1277 : cluster [DBG] pgmap v777: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.413465+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.413927+0000 mgr.y (mgr.25387) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.454402+0000 mon.a (mon.0) 2836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.456100+0000 mon.a (mon.0) 2837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.456853+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.458619+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.459186+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.460377+0000 mgr.y (mgr.25387) 1279 : cluster [DBG] pgmap v778: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.460745+0000 mgr.y (mgr.25387) 1280 : cluster [DBG] pgmap v779: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.464919+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.465329+0000 mgr.y (mgr.25387) 1281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.521394+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.523446+0000 mon.a (mon.0) 2843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.524386+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.526342+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.526931+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.528230+0000 mgr.y (mgr.25387) 1282 : cluster [DBG] pgmap v780: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.528516+0000 mgr.y (mgr.25387) 1283 : cluster [DBG] pgmap v781: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.536137+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.413927+0000 mgr.y (mgr.25387) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.454402+0000 mon.a (mon.0) 2836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.456100+0000 mon.a (mon.0) 2837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.456853+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.458619+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.459186+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.460377+0000 mgr.y (mgr.25387) 1279 : cluster [DBG] pgmap v778: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.460745+0000 mgr.y (mgr.25387) 1280 : cluster [DBG] pgmap v779: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.464919+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.465329+0000 mgr.y (mgr.25387) 1281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.521394+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.523446+0000 mon.a (mon.0) 2843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.524386+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.526342+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.526931+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.528230+0000 mgr.y (mgr.25387) 1282 : cluster [DBG] pgmap v780: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.528516+0000 mgr.y (mgr.25387) 1283 : cluster [DBG] pgmap v781: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.536137+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.536631+0000 mgr.y (mgr.25387) 1284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.608981+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.611150+0000 mon.a (mon.0) 2849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.611998+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.614168+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.614887+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.616880+0000 mgr.y (mgr.25387) 1285 : cluster [DBG] pgmap v782: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.617192+0000 mgr.y (mgr.25387) 1286 : cluster [DBG] pgmap v783: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.622014+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.623604+0000 mgr.y (mgr.25387) 1287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.664343+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.666320+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.667204+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.669380+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.670083+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.671664+0000 mgr.y (mgr.25387) 1288 : cluster [DBG] pgmap v784: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.672071+0000 mgr.y (mgr.25387) 1289 : cluster [DBG] pgmap v785: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.676672+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.536631+0000 mgr.y (mgr.25387) 1284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.608981+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.611150+0000 mon.a (mon.0) 2849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.611998+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.614168+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.614887+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.616880+0000 mgr.y (mgr.25387) 1285 : cluster [DBG] pgmap v782: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.617192+0000 mgr.y (mgr.25387) 1286 : cluster [DBG] pgmap v783: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.622014+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.623604+0000 mgr.y (mgr.25387) 1287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.664343+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.666320+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.667204+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.669380+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.670083+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.671664+0000 mgr.y (mgr.25387) 1288 : cluster [DBG] pgmap v784: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.672071+0000 mgr.y (mgr.25387) 1289 : cluster [DBG] pgmap v785: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.676672+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.677237+0000 mgr.y (mgr.25387) 1290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.717275+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.718970+0000 mon.a (mon.0) 2861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.719691+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.721458+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.722029+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.723239+0000 mgr.y (mgr.25387) 1291 : cluster [DBG] pgmap v786: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.723585+0000 mgr.y (mgr.25387) 1292 : cluster [DBG] pgmap v787: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.728008+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.728451+0000 mgr.y (mgr.25387) 1293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.768650+0000 mon.a (mon.0) 2866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.770509+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.773197+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.775245+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.775987+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.777345+0000 mgr.y (mgr.25387) 1294 : cluster [DBG] pgmap v788: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.777638+0000 mgr.y (mgr.25387) 1295 : cluster [DBG] pgmap v789: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.781515+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.677237+0000 mgr.y (mgr.25387) 1290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.717275+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.718970+0000 mon.a (mon.0) 2861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.719691+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.721458+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.722029+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.723239+0000 mgr.y (mgr.25387) 1291 : cluster [DBG] pgmap v786: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.723585+0000 mgr.y (mgr.25387) 1292 : cluster [DBG] pgmap v787: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.728008+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.728451+0000 mgr.y (mgr.25387) 1293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.768650+0000 mon.a (mon.0) 2866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.770509+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.773197+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.775245+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.775987+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.777345+0000 mgr.y (mgr.25387) 1294 : cluster [DBG] pgmap v788: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.777638+0000 mgr.y (mgr.25387) 1295 : cluster [DBG] pgmap v789: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.781515+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.781992+0000 mgr.y (mgr.25387) 1296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.822456+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.824798+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.825556+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.827418+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.828034+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.829451+0000 mgr.y (mgr.25387) 1297 : cluster [DBG] pgmap v790: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.829855+0000 mgr.y (mgr.25387) 1298 : cluster [DBG] pgmap v791: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.833873+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.834336+0000 mgr.y (mgr.25387) 1299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.875008+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.876904+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.877898+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.879796+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.880350+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.881829+0000 mgr.y (mgr.25387) 1300 : cluster [DBG] pgmap v792: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.882293+0000 mgr.y (mgr.25387) 1301 : cluster [DBG] pgmap v793: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.781992+0000 mgr.y (mgr.25387) 1296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.822456+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.824798+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.825556+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.827418+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.828034+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.829451+0000 mgr.y (mgr.25387) 1297 : cluster [DBG] pgmap v790: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.829855+0000 mgr.y (mgr.25387) 1298 : cluster [DBG] pgmap v791: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.833873+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.834336+0000 mgr.y (mgr.25387) 1299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.875008+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.876904+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.877898+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.879796+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.880350+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.881829+0000 mgr.y (mgr.25387) 1300 : cluster [DBG] pgmap v792: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.882293+0000 mgr.y (mgr.25387) 1301 : cluster [DBG] pgmap v793: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.887669+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.888104+0000 mgr.y (mgr.25387) 1302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.945199+0000 mon.a (mon.0) 2884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.947159+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.948116+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.950019+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.950685+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.951991+0000 mgr.y (mgr.25387) 1303 : cluster [DBG] pgmap v794: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:42.952339+0000 mgr.y (mgr.25387) 1304 : cluster [DBG] pgmap v795: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:42.956351+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:42.956807+0000 mgr.y (mgr.25387) 1305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.013326+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.015202+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.015914+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.017717+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.018244+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.019527+0000 mgr.y (mgr.25387) 1306 : cluster [DBG] pgmap v796: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.019892+0000 mgr.y (mgr.25387) 1307 : cluster [DBG] pgmap v797: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.887669+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.888104+0000 mgr.y (mgr.25387) 1302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.945199+0000 mon.a (mon.0) 2884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.947159+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.948116+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.950019+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.950685+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.951991+0000 mgr.y (mgr.25387) 1303 : cluster [DBG] pgmap v794: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:42.952339+0000 mgr.y (mgr.25387) 1304 : cluster [DBG] pgmap v795: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:42.956351+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:42.956807+0000 mgr.y (mgr.25387) 1305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.013326+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.015202+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.015914+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.017717+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.018244+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.019527+0000 mgr.y (mgr.25387) 1306 : cluster [DBG] pgmap v796: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.019892+0000 mgr.y (mgr.25387) 1307 : cluster [DBG] pgmap v797: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.023771+0000 mon.a (mon.0) 2895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.024241+0000 mgr.y (mgr.25387) 1308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.080519+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.082232+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.083019+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.084847+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.085425+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.086797+0000 mgr.y (mgr.25387) 1309 : cluster [DBG] pgmap v798: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.087165+0000 mgr.y (mgr.25387) 1310 : cluster [DBG] pgmap v799: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: audit 2024-03-30T04:44:43.091012+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.091485+0000 mgr.y (mgr.25387) 1311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.023771+0000 mon.a (mon.0) 2895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.024241+0000 mgr.y (mgr.25387) 1308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.080519+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.082232+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.083019+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.084847+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.085425+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.086797+0000 mgr.y (mgr.25387) 1309 : cluster [DBG] pgmap v798: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.087165+0000 mgr.y (mgr.25387) 1310 : cluster [DBG] pgmap v799: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: audit 2024-03-30T04:44:43.091012+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:43 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.091485+0000 mgr.y (mgr.25387) 1311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.141160+0000 mon.a (mon.0) 2812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.142852+0000 mon.a (mon.0) 2813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.143736+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.145889+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.146640+0000 mon.a (mon.0) 2816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.148193+0000 mgr.y (mgr.25387) 1267 : cluster [DBG] pgmap v770: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.148473+0000 mgr.y (mgr.25387) 1268 : cluster [DBG] pgmap v771: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.154241+0000 mon.a (mon.0) 2817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.154809+0000 mgr.y (mgr.25387) 1269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.219829+0000 mon.a (mon.0) 2818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.223085+0000 mon.a (mon.0) 2819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.224356+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.227690+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.228714+0000 mon.a (mon.0) 2822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.230588+0000 mgr.y (mgr.25387) 1270 : cluster [DBG] pgmap v772: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.230965+0000 mgr.y (mgr.25387) 1271 : cluster [DBG] pgmap v773: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.236734+0000 mon.a (mon.0) 2823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.237136+0000 mgr.y (mgr.25387) 1272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.310487+0000 mon.a (mon.0) 2824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.313056+0000 mon.a (mon.0) 2825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.314310+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.316810+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.317761+0000 mon.a (mon.0) 2828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.319938+0000 mgr.y (mgr.25387) 1273 : cluster [DBG] pgmap v774: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.320985+0000 mgr.y (mgr.25387) 1274 : cluster [DBG] pgmap v775: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.326423+0000 mon.a (mon.0) 2829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.326906+0000 mgr.y (mgr.25387) 1275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.401560+0000 mon.a (mon.0) 2830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.403608+0000 mon.a (mon.0) 2831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.404611+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.406672+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.407334+0000 mon.a (mon.0) 2834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.408687+0000 mgr.y (mgr.25387) 1276 : cluster [DBG] pgmap v776: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.409027+0000 mgr.y (mgr.25387) 1277 : cluster [DBG] pgmap v777: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.413465+0000 mon.a (mon.0) 2835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.413927+0000 mgr.y (mgr.25387) 1278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.454402+0000 mon.a (mon.0) 2836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.456100+0000 mon.a (mon.0) 2837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.456853+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.458619+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.459186+0000 mon.a (mon.0) 2840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.460377+0000 mgr.y (mgr.25387) 1279 : cluster [DBG] pgmap v778: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.460745+0000 mgr.y (mgr.25387) 1280 : cluster [DBG] pgmap v779: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.464919+0000 mon.a (mon.0) 2841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.465329+0000 mgr.y (mgr.25387) 1281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.521394+0000 mon.a (mon.0) 2842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.523446+0000 mon.a (mon.0) 2843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.524386+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.526342+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.526931+0000 mon.a (mon.0) 2846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.528230+0000 mgr.y (mgr.25387) 1282 : cluster [DBG] pgmap v780: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.528516+0000 mgr.y (mgr.25387) 1283 : cluster [DBG] pgmap v781: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.536137+0000 mon.a (mon.0) 2847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.536631+0000 mgr.y (mgr.25387) 1284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.608981+0000 mon.a (mon.0) 2848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.611150+0000 mon.a (mon.0) 2849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.611998+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.614168+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.614887+0000 mon.a (mon.0) 2852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.616880+0000 mgr.y (mgr.25387) 1285 : cluster [DBG] pgmap v782: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.617192+0000 mgr.y (mgr.25387) 1286 : cluster [DBG] pgmap v783: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.622014+0000 mon.a (mon.0) 2853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.623604+0000 mgr.y (mgr.25387) 1287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.664343+0000 mon.a (mon.0) 2854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.666320+0000 mon.a (mon.0) 2855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.667204+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.669380+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.670083+0000 mon.a (mon.0) 2858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.671664+0000 mgr.y (mgr.25387) 1288 : cluster [DBG] pgmap v784: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.672071+0000 mgr.y (mgr.25387) 1289 : cluster [DBG] pgmap v785: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.676672+0000 mon.a (mon.0) 2859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.677237+0000 mgr.y (mgr.25387) 1290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.717275+0000 mon.a (mon.0) 2860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.718970+0000 mon.a (mon.0) 2861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.719691+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.721458+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.722029+0000 mon.a (mon.0) 2864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.723239+0000 mgr.y (mgr.25387) 1291 : cluster [DBG] pgmap v786: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.723585+0000 mgr.y (mgr.25387) 1292 : cluster [DBG] pgmap v787: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.728008+0000 mon.a (mon.0) 2865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.728451+0000 mgr.y (mgr.25387) 1293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.768650+0000 mon.a (mon.0) 2866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.770509+0000 mon.a (mon.0) 2867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.773197+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.775245+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.775987+0000 mon.a (mon.0) 2870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.777345+0000 mgr.y (mgr.25387) 1294 : cluster [DBG] pgmap v788: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.777638+0000 mgr.y (mgr.25387) 1295 : cluster [DBG] pgmap v789: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.781515+0000 mon.a (mon.0) 2871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.781992+0000 mgr.y (mgr.25387) 1296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.822456+0000 mon.a (mon.0) 2872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.824798+0000 mon.a (mon.0) 2873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.825556+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.827418+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.828034+0000 mon.a (mon.0) 2876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.829451+0000 mgr.y (mgr.25387) 1297 : cluster [DBG] pgmap v790: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.829855+0000 mgr.y (mgr.25387) 1298 : cluster [DBG] pgmap v791: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.833873+0000 mon.a (mon.0) 2877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.834336+0000 mgr.y (mgr.25387) 1299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.875008+0000 mon.a (mon.0) 2878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.876904+0000 mon.a (mon.0) 2879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.877898+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.879796+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.880350+0000 mon.a (mon.0) 2882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.881829+0000 mgr.y (mgr.25387) 1300 : cluster [DBG] pgmap v792: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.882293+0000 mgr.y (mgr.25387) 1301 : cluster [DBG] pgmap v793: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.887669+0000 mon.a (mon.0) 2883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.888104+0000 mgr.y (mgr.25387) 1302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.945199+0000 mon.a (mon.0) 2884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.947159+0000 mon.a (mon.0) 2885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.948116+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.950019+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.950685+0000 mon.a (mon.0) 2888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.951991+0000 mgr.y (mgr.25387) 1303 : cluster [DBG] pgmap v794: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:42.952339+0000 mgr.y (mgr.25387) 1304 : cluster [DBG] pgmap v795: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:42.956351+0000 mon.a (mon.0) 2889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:42.956807+0000 mgr.y (mgr.25387) 1305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.013326+0000 mon.a (mon.0) 2890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.015202+0000 mon.a (mon.0) 2891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.015914+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.017717+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.018244+0000 mon.a (mon.0) 2894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.019527+0000 mgr.y (mgr.25387) 1306 : cluster [DBG] pgmap v796: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.019892+0000 mgr.y (mgr.25387) 1307 : cluster [DBG] pgmap v797: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.023771+0000 mon.a (mon.0) 2895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.024241+0000 mgr.y (mgr.25387) 1308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.080519+0000 mon.a (mon.0) 2896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.082232+0000 mon.a (mon.0) 2897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.083019+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.084847+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.085425+0000 mon.a (mon.0) 2900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.086797+0000 mgr.y (mgr.25387) 1309 : cluster [DBG] pgmap v798: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.087165+0000 mgr.y (mgr.25387) 1310 : cluster [DBG] pgmap v799: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: audit 2024-03-30T04:44:43.091012+0000 mon.a (mon.0) 2901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:43.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.091485+0000 mgr.y (mgr.25387) 1311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:43.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:43 smithi105 bash[52959]: ts=2024-03-30T04:44:43.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.147473+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.149167+0000 mon.a (mon.0) 2903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.149904+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.151579+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.152139+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.153559+0000 mgr.y (mgr.25387) 1312 : cluster [DBG] pgmap v800: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.153922+0000 mgr.y (mgr.25387) 1313 : cluster [DBG] pgmap v801: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.157766+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.158189+0000 mgr.y (mgr.25387) 1314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.198725+0000 mon.a (mon.0) 2908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.200429+0000 mon.a (mon.0) 2909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.201189+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.202938+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.203549+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.204884+0000 mgr.y (mgr.25387) 1315 : cluster [DBG] pgmap v802: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.205240+0000 mgr.y (mgr.25387) 1316 : cluster [DBG] pgmap v803: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.211166+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.147473+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.149167+0000 mon.a (mon.0) 2903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.149904+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.151579+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.152139+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.153559+0000 mgr.y (mgr.25387) 1312 : cluster [DBG] pgmap v800: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.153922+0000 mgr.y (mgr.25387) 1313 : cluster [DBG] pgmap v801: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.157766+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.158189+0000 mgr.y (mgr.25387) 1314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.198725+0000 mon.a (mon.0) 2908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.200429+0000 mon.a (mon.0) 2909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.201189+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.202938+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.203549+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.204884+0000 mgr.y (mgr.25387) 1315 : cluster [DBG] pgmap v802: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.205240+0000 mgr.y (mgr.25387) 1316 : cluster [DBG] pgmap v803: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.211166+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.211632+0000 mgr.y (mgr.25387) 1317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.267954+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.269846+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.270687+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.272459+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.273114+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.274524+0000 mgr.y (mgr.25387) 1318 : cluster [DBG] pgmap v804: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.274892+0000 mgr.y (mgr.25387) 1319 : cluster [DBG] pgmap v805: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.280814+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.281182+0000 mgr.y (mgr.25387) 1320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.321214+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.323270+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.324228+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.326500+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.327160+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.328618+0000 mgr.y (mgr.25387) 1321 : cluster [DBG] pgmap v806: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.328984+0000 mgr.y (mgr.25387) 1322 : cluster [DBG] pgmap v807: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.335168+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.211632+0000 mgr.y (mgr.25387) 1317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.267954+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.269846+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.270687+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.272459+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.273114+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.274524+0000 mgr.y (mgr.25387) 1318 : cluster [DBG] pgmap v804: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.274892+0000 mgr.y (mgr.25387) 1319 : cluster [DBG] pgmap v805: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.280814+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.281182+0000 mgr.y (mgr.25387) 1320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.321214+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.323270+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.324228+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.326500+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.327160+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.328618+0000 mgr.y (mgr.25387) 1321 : cluster [DBG] pgmap v806: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.328984+0000 mgr.y (mgr.25387) 1322 : cluster [DBG] pgmap v807: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.335168+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.335636+0000 mgr.y (mgr.25387) 1323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.375926+0000 mon.a (mon.0) 2926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.377676+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.378479+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.380287+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.381027+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.382630+0000 mgr.y (mgr.25387) 1324 : cluster [DBG] pgmap v808: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.382952+0000 mgr.y (mgr.25387) 1325 : cluster [DBG] pgmap v809: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.390128+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.390697+0000 mgr.y (mgr.25387) 1326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.431538+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.433603+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.434550+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.436698+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.437356+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.438943+0000 mgr.y (mgr.25387) 1327 : cluster [DBG] pgmap v810: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.439332+0000 mgr.y (mgr.25387) 1328 : cluster [DBG] pgmap v811: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.446927+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.335636+0000 mgr.y (mgr.25387) 1323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.375926+0000 mon.a (mon.0) 2926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.377676+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.378479+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.380287+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.381027+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.382630+0000 mgr.y (mgr.25387) 1324 : cluster [DBG] pgmap v808: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.382952+0000 mgr.y (mgr.25387) 1325 : cluster [DBG] pgmap v809: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.390128+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.390697+0000 mgr.y (mgr.25387) 1326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.431538+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.433603+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.434550+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.436698+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.437356+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.438943+0000 mgr.y (mgr.25387) 1327 : cluster [DBG] pgmap v810: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.439332+0000 mgr.y (mgr.25387) 1328 : cluster [DBG] pgmap v811: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.446927+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.447696+0000 mgr.y (mgr.25387) 1329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.488027+0000 mon.a (mon.0) 2938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.489763+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.490576+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.492264+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.492885+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.494123+0000 mgr.y (mgr.25387) 1330 : cluster [DBG] pgmap v812: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.494405+0000 mgr.y (mgr.25387) 1331 : cluster [DBG] pgmap v813: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.500647+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.501106+0000 mgr.y (mgr.25387) 1332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.557587+0000 mon.a (mon.0) 2944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.559396+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.560158+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.561924+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.562478+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.563679+0000 mgr.y (mgr.25387) 1333 : cluster [DBG] pgmap v814: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.563973+0000 mgr.y (mgr.25387) 1334 : cluster [DBG] pgmap v815: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.570050+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.570468+0000 mgr.y (mgr.25387) 1335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.626773+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.628497+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.629287+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.631516+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.632219+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.633504+0000 mgr.y (mgr.25387) 1336 : cluster [DBG] pgmap v816: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.633853+0000 mgr.y (mgr.25387) 1337 : cluster [DBG] pgmap v817: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.639854+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.640401+0000 mgr.y (mgr.25387) 1338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.696706+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.698609+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.699632+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.701806+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.702416+0000 mon.a (mon.0) 2960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.703812+0000 mgr.y (mgr.25387) 1339 : cluster [DBG] pgmap v818: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.704256+0000 mgr.y (mgr.25387) 1340 : cluster [DBG] pgmap v819: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.710455+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.447696+0000 mgr.y (mgr.25387) 1329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.488027+0000 mon.a (mon.0) 2938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.489763+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.490576+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.492264+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.492885+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.494123+0000 mgr.y (mgr.25387) 1330 : cluster [DBG] pgmap v812: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.494405+0000 mgr.y (mgr.25387) 1331 : cluster [DBG] pgmap v813: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.500647+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.501106+0000 mgr.y (mgr.25387) 1332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.557587+0000 mon.a (mon.0) 2944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.559396+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.560158+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.561924+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.562478+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.563679+0000 mgr.y (mgr.25387) 1333 : cluster [DBG] pgmap v814: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.563973+0000 mgr.y (mgr.25387) 1334 : cluster [DBG] pgmap v815: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.570050+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.710899+0000 mgr.y (mgr.25387) 1341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.767007+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.768811+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.769642+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.771713+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.772454+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.774064+0000 mgr.y (mgr.25387) 1342 : cluster [DBG] pgmap v820: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.774674+0000 mgr.y (mgr.25387) 1343 : cluster [DBG] pgmap v821: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.781027+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.781524+0000 mgr.y (mgr.25387) 1344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.837535+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.839471+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.840272+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.842471+0000 mon.a (mon.0) 2971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.843187+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.845009+0000 mgr.y (mgr.25387) 1345 : cluster [DBG] pgmap v822: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.845403+0000 mgr.y (mgr.25387) 1346 : cluster [DBG] pgmap v823: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.570468+0000 mgr.y (mgr.25387) 1335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.626773+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.628497+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.629287+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.631516+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.632219+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.633504+0000 mgr.y (mgr.25387) 1336 : cluster [DBG] pgmap v816: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.633853+0000 mgr.y (mgr.25387) 1337 : cluster [DBG] pgmap v817: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.639854+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.640401+0000 mgr.y (mgr.25387) 1338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.696706+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.698609+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.699632+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.701806+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.702416+0000 mon.a (mon.0) 2960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.703812+0000 mgr.y (mgr.25387) 1339 : cluster [DBG] pgmap v818: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.704256+0000 mgr.y (mgr.25387) 1340 : cluster [DBG] pgmap v819: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.710455+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.849731+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.850512+0000 mgr.y (mgr.25387) 1347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.891210+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.892929+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.893694+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.895509+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.896137+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.897463+0000 mgr.y (mgr.25387) 1348 : cluster [DBG] pgmap v824: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.897841+0000 mgr.y (mgr.25387) 1349 : cluster [DBG] pgmap v825: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.901887+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.902312+0000 mgr.y (mgr.25387) 1350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.943037+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.944789+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.945632+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.947425+0000 mon.a (mon.0) 2983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.948057+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.949351+0000 mgr.y (mgr.25387) 1351 : cluster [DBG] pgmap v826: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:43.949652+0000 mgr.y (mgr.25387) 1352 : cluster [DBG] pgmap v827: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.710899+0000 mgr.y (mgr.25387) 1341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.767007+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.768811+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.769642+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.771713+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.772454+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.774064+0000 mgr.y (mgr.25387) 1342 : cluster [DBG] pgmap v820: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.774674+0000 mgr.y (mgr.25387) 1343 : cluster [DBG] pgmap v821: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.781027+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.781524+0000 mgr.y (mgr.25387) 1344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.407 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.837535+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.839471+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.840272+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.842471+0000 mon.a (mon.0) 2971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.843187+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.845009+0000 mgr.y (mgr.25387) 1345 : cluster [DBG] pgmap v822: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.845403+0000 mgr.y (mgr.25387) 1346 : cluster [DBG] pgmap v823: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:43.955641+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:43.956065+0000 mgr.y (mgr.25387) 1353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.012901+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.014653+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.408 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.015419+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.017231+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.017851+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.019164+0000 mgr.y (mgr.25387) 1354 : cluster [DBG] pgmap v828: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.019536+0000 mgr.y (mgr.25387) 1355 : cluster [DBG] pgmap v829: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.025592+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.026003+0000 mgr.y (mgr.25387) 1356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.082857+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.084765+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.085597+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.087467+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.088108+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.089421+0000 mgr.y (mgr.25387) 1357 : cluster [DBG] pgmap v830: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.089796+0000 mgr.y (mgr.25387) 1358 : cluster [DBG] pgmap v831: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: audit 2024-03-30T04:44:44.095583+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.096013+0000 mgr.y (mgr.25387) 1359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.849731+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.850512+0000 mgr.y (mgr.25387) 1347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.891210+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.892929+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.893694+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.895509+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.896137+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.897463+0000 mgr.y (mgr.25387) 1348 : cluster [DBG] pgmap v824: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.897841+0000 mgr.y (mgr.25387) 1349 : cluster [DBG] pgmap v825: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.901887+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.902312+0000 mgr.y (mgr.25387) 1350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.943037+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.944789+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.945632+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.947425+0000 mon.a (mon.0) 2983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.948057+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.949351+0000 mgr.y (mgr.25387) 1351 : cluster [DBG] pgmap v826: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:43.949652+0000 mgr.y (mgr.25387) 1352 : cluster [DBG] pgmap v827: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:43.955641+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:43.956065+0000 mgr.y (mgr.25387) 1353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.012901+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.014653+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.015419+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.017231+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.017851+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.019164+0000 mgr.y (mgr.25387) 1354 : cluster [DBG] pgmap v828: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.019536+0000 mgr.y (mgr.25387) 1355 : cluster [DBG] pgmap v829: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.025592+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.026003+0000 mgr.y (mgr.25387) 1356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.082857+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.084765+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.085597+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.087467+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.088108+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.089421+0000 mgr.y (mgr.25387) 1357 : cluster [DBG] pgmap v830: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.089796+0000 mgr.y (mgr.25387) 1358 : cluster [DBG] pgmap v831: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: audit 2024-03-30T04:44:44.095583+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:44 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.096013+0000 mgr.y (mgr.25387) 1359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.147473+0000 mon.a (mon.0) 2902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.149167+0000 mon.a (mon.0) 2903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.149904+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.151579+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.152139+0000 mon.a (mon.0) 2906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.153559+0000 mgr.y (mgr.25387) 1312 : cluster [DBG] pgmap v800: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.153922+0000 mgr.y (mgr.25387) 1313 : cluster [DBG] pgmap v801: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.157766+0000 mon.a (mon.0) 2907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.158189+0000 mgr.y (mgr.25387) 1314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.198725+0000 mon.a (mon.0) 2908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.200429+0000 mon.a (mon.0) 2909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.201189+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.202938+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.203549+0000 mon.a (mon.0) 2912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.204884+0000 mgr.y (mgr.25387) 1315 : cluster [DBG] pgmap v802: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.205240+0000 mgr.y (mgr.25387) 1316 : cluster [DBG] pgmap v803: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.211166+0000 mon.a (mon.0) 2913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.211632+0000 mgr.y (mgr.25387) 1317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.267954+0000 mon.a (mon.0) 2914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.269846+0000 mon.a (mon.0) 2915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.270687+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.272459+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.273114+0000 mon.a (mon.0) 2918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.274524+0000 mgr.y (mgr.25387) 1318 : cluster [DBG] pgmap v804: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.274892+0000 mgr.y (mgr.25387) 1319 : cluster [DBG] pgmap v805: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.280814+0000 mon.a (mon.0) 2919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.281182+0000 mgr.y (mgr.25387) 1320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.321214+0000 mon.a (mon.0) 2920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.323270+0000 mon.a (mon.0) 2921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.324228+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.326500+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.327160+0000 mon.a (mon.0) 2924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.328618+0000 mgr.y (mgr.25387) 1321 : cluster [DBG] pgmap v806: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.328984+0000 mgr.y (mgr.25387) 1322 : cluster [DBG] pgmap v807: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.335168+0000 mon.a (mon.0) 2925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.335636+0000 mgr.y (mgr.25387) 1323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.375926+0000 mon.a (mon.0) 2926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.377676+0000 mon.a (mon.0) 2927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.378479+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.380287+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.381027+0000 mon.a (mon.0) 2930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.382630+0000 mgr.y (mgr.25387) 1324 : cluster [DBG] pgmap v808: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.382952+0000 mgr.y (mgr.25387) 1325 : cluster [DBG] pgmap v809: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.390128+0000 mon.a (mon.0) 2931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.390697+0000 mgr.y (mgr.25387) 1326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.431538+0000 mon.a (mon.0) 2932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.433603+0000 mon.a (mon.0) 2933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.434550+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.436698+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.437356+0000 mon.a (mon.0) 2936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.438943+0000 mgr.y (mgr.25387) 1327 : cluster [DBG] pgmap v810: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.439332+0000 mgr.y (mgr.25387) 1328 : cluster [DBG] pgmap v811: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.446927+0000 mon.a (mon.0) 2937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.447696+0000 mgr.y (mgr.25387) 1329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.488027+0000 mon.a (mon.0) 2938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.489763+0000 mon.a (mon.0) 2939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.490576+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.492264+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.492885+0000 mon.a (mon.0) 2942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.494123+0000 mgr.y (mgr.25387) 1330 : cluster [DBG] pgmap v812: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.494405+0000 mgr.y (mgr.25387) 1331 : cluster [DBG] pgmap v813: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.500647+0000 mon.a (mon.0) 2943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.501106+0000 mgr.y (mgr.25387) 1332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.557587+0000 mon.a (mon.0) 2944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.559396+0000 mon.a (mon.0) 2945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.560158+0000 mon.a (mon.0) 2946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.561924+0000 mon.a (mon.0) 2947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.562478+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.563679+0000 mgr.y (mgr.25387) 1333 : cluster [DBG] pgmap v814: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.563973+0000 mgr.y (mgr.25387) 1334 : cluster [DBG] pgmap v815: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.570050+0000 mon.a (mon.0) 2949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.570468+0000 mgr.y (mgr.25387) 1335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.626773+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.628497+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.629287+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.631516+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.632219+0000 mon.a (mon.0) 2954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.633504+0000 mgr.y (mgr.25387) 1336 : cluster [DBG] pgmap v816: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.633853+0000 mgr.y (mgr.25387) 1337 : cluster [DBG] pgmap v817: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.639854+0000 mon.a (mon.0) 2955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.640401+0000 mgr.y (mgr.25387) 1338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.696706+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.698609+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.699632+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.701806+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.702416+0000 mon.a (mon.0) 2960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.703812+0000 mgr.y (mgr.25387) 1339 : cluster [DBG] pgmap v818: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.704256+0000 mgr.y (mgr.25387) 1340 : cluster [DBG] pgmap v819: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.710455+0000 mon.a (mon.0) 2961 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.710899+0000 mgr.y (mgr.25387) 1341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.767007+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.768811+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.769642+0000 mon.a (mon.0) 2964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.771713+0000 mon.a (mon.0) 2965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.772454+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.774064+0000 mgr.y (mgr.25387) 1342 : cluster [DBG] pgmap v820: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.774674+0000 mgr.y (mgr.25387) 1343 : cluster [DBG] pgmap v821: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.781027+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.781524+0000 mgr.y (mgr.25387) 1344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.837535+0000 mon.a (mon.0) 2968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.839471+0000 mon.a (mon.0) 2969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.840272+0000 mon.a (mon.0) 2970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.842471+0000 mon.a (mon.0) 2971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.843187+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.845009+0000 mgr.y (mgr.25387) 1345 : cluster [DBG] pgmap v822: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.845403+0000 mgr.y (mgr.25387) 1346 : cluster [DBG] pgmap v823: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.849731+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.850512+0000 mgr.y (mgr.25387) 1347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.891210+0000 mon.a (mon.0) 2974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.892929+0000 mon.a (mon.0) 2975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.893694+0000 mon.a (mon.0) 2976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.895509+0000 mon.a (mon.0) 2977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.896137+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.897463+0000 mgr.y (mgr.25387) 1348 : cluster [DBG] pgmap v824: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.897841+0000 mgr.y (mgr.25387) 1349 : cluster [DBG] pgmap v825: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.901887+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.902312+0000 mgr.y (mgr.25387) 1350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.943037+0000 mon.a (mon.0) 2980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.944789+0000 mon.a (mon.0) 2981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.945632+0000 mon.a (mon.0) 2982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.947425+0000 mon.a (mon.0) 2983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.948057+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.949351+0000 mgr.y (mgr.25387) 1351 : cluster [DBG] pgmap v826: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:43.949652+0000 mgr.y (mgr.25387) 1352 : cluster [DBG] pgmap v827: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:43.955641+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:43.956065+0000 mgr.y (mgr.25387) 1353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.012901+0000 mon.a (mon.0) 2986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.014653+0000 mon.a (mon.0) 2987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.015419+0000 mon.a (mon.0) 2988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.017231+0000 mon.a (mon.0) 2989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.017851+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.019164+0000 mgr.y (mgr.25387) 1354 : cluster [DBG] pgmap v828: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.019536+0000 mgr.y (mgr.25387) 1355 : cluster [DBG] pgmap v829: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.025592+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.026003+0000 mgr.y (mgr.25387) 1356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.082857+0000 mon.a (mon.0) 2992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.084765+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.085597+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.087467+0000 mon.a (mon.0) 2995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.088108+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.089421+0000 mgr.y (mgr.25387) 1357 : cluster [DBG] pgmap v830: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.089796+0000 mgr.y (mgr.25387) 1358 : cluster [DBG] pgmap v831: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: audit 2024-03-30T04:44:44.095583+0000 mon.a (mon.0) 2997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:44.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:44 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.096013+0000 mgr.y (mgr.25387) 1359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.153876+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.155541+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.156265+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.158029+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.158594+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.159826+0000 mgr.y (mgr.25387) 1360 : cluster [DBG] pgmap v832: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.160116+0000 mgr.y (mgr.25387) 1361 : cluster [DBG] pgmap v833: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.164997+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.165386+0000 mgr.y (mgr.25387) 1362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.205308+0000 mon.a (mon.0) 3004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.207021+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.207777+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.209581+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.210141+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.211514+0000 mgr.y (mgr.25387) 1363 : cluster [DBG] pgmap v834: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.211872+0000 mgr.y (mgr.25387) 1364 : cluster [DBG] pgmap v835: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.216883+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.153876+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.155541+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.156265+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.158029+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.158594+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.159826+0000 mgr.y (mgr.25387) 1360 : cluster [DBG] pgmap v832: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.160116+0000 mgr.y (mgr.25387) 1361 : cluster [DBG] pgmap v833: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.164997+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.165386+0000 mgr.y (mgr.25387) 1362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.205308+0000 mon.a (mon.0) 3004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.207021+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.207777+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.209581+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.210141+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.211514+0000 mgr.y (mgr.25387) 1363 : cluster [DBG] pgmap v834: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.211872+0000 mgr.y (mgr.25387) 1364 : cluster [DBG] pgmap v835: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.216883+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.217540+0000 mgr.y (mgr.25387) 1365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.274975+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.276937+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.280944+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.282875+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.283471+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.284797+0000 mgr.y (mgr.25387) 1366 : cluster [DBG] pgmap v836: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.285163+0000 mgr.y (mgr.25387) 1367 : cluster [DBG] pgmap v837: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.289208+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.289658+0000 mgr.y (mgr.25387) 1368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.346152+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.347981+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.348729+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.350430+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.350999+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.352217+0000 mgr.y (mgr.25387) 1369 : cluster [DBG] pgmap v838: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.352563+0000 mgr.y (mgr.25387) 1370 : cluster [DBG] pgmap v839: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.356637+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.357061+0000 mgr.y (mgr.25387) 1371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.397167+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.398969+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.400052+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.402001+0000 mon.a (mon.0) 3025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.402696+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.404021+0000 mgr.y (mgr.25387) 1372 : cluster [DBG] pgmap v840: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.404295+0000 mgr.y (mgr.25387) 1373 : cluster [DBG] pgmap v841: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.408476+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.408915+0000 mgr.y (mgr.25387) 1374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.451222+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.453115+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.453962+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.455819+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.456433+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.457692+0000 mgr.y (mgr.25387) 1375 : cluster [DBG] pgmap v842: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.458047+0000 mgr.y (mgr.25387) 1376 : cluster [DBG] pgmap v843: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.462032+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.217540+0000 mgr.y (mgr.25387) 1365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.274975+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.276937+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.280944+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.282875+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.283471+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.284797+0000 mgr.y (mgr.25387) 1366 : cluster [DBG] pgmap v836: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.285163+0000 mgr.y (mgr.25387) 1367 : cluster [DBG] pgmap v837: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.289208+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.289658+0000 mgr.y (mgr.25387) 1368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.346152+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.347981+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.348729+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.350430+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.350999+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.352217+0000 mgr.y (mgr.25387) 1369 : cluster [DBG] pgmap v838: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.352563+0000 mgr.y (mgr.25387) 1370 : cluster [DBG] pgmap v839: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.356637+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.462453+0000 mgr.y (mgr.25387) 1377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.502974+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.504744+0000 mon.a (mon.0) 3035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.505514+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.507302+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.507889+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.509165+0000 mgr.y (mgr.25387) 1378 : cluster [DBG] pgmap v844: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.509512+0000 mgr.y (mgr.25387) 1379 : cluster [DBG] pgmap v845: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.513472+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.513902+0000 mgr.y (mgr.25387) 1380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.543561+0000 mon.a (mon.0) 3040 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.572033+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.574232+0000 mon.a (mon.0) 3042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.575240+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.577217+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.577852+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.579157+0000 mgr.y (mgr.25387) 1381 : cluster [DBG] pgmap v846: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.579420+0000 mgr.y (mgr.25387) 1382 : cluster [DBG] pgmap v847: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.599471+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.600044+0000 mgr.y (mgr.25387) 1383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.656913+0000 mon.a (mon.0) 3047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.658601+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.659415+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.661174+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.661768+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.663020+0000 mgr.y (mgr.25387) 1384 : cluster [DBG] pgmap v848: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.663276+0000 mgr.y (mgr.25387) 1385 : cluster [DBG] pgmap v849: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.667713+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.668199+0000 mgr.y (mgr.25387) 1386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.708053+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.709747+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.710462+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.712135+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.712691+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.713883+0000 mgr.y (mgr.25387) 1387 : cluster [DBG] pgmap v850: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.714156+0000 mgr.y (mgr.25387) 1388 : cluster [DBG] pgmap v851: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.357061+0000 mgr.y (mgr.25387) 1371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.397167+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.398969+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.400052+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.402001+0000 mon.a (mon.0) 3025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.402696+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.404021+0000 mgr.y (mgr.25387) 1372 : cluster [DBG] pgmap v840: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.404295+0000 mgr.y (mgr.25387) 1373 : cluster [DBG] pgmap v841: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.408476+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.408915+0000 mgr.y (mgr.25387) 1374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.451222+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.453115+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.453962+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.455819+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.456433+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.457692+0000 mgr.y (mgr.25387) 1375 : cluster [DBG] pgmap v842: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.458047+0000 mgr.y (mgr.25387) 1376 : cluster [DBG] pgmap v843: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.462032+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.720118+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.720523+0000 mgr.y (mgr.25387) 1389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.760879+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.762938+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.763783+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.765669+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.766329+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.767697+0000 mgr.y (mgr.25387) 1390 : cluster [DBG] pgmap v852: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.768039+0000 mgr.y (mgr.25387) 1391 : cluster [DBG] pgmap v853: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.772215+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.772697+0000 mgr.y (mgr.25387) 1392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.812671+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.814373+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.815118+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.816847+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.817480+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.818749+0000 mgr.y (mgr.25387) 1393 : cluster [DBG] pgmap v854: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.819056+0000 mgr.y (mgr.25387) 1394 : cluster [DBG] pgmap v855: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.824028+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.824455+0000 mgr.y (mgr.25387) 1395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.864710+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.866482+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.867249+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.869166+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.869771+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.870978+0000 mgr.y (mgr.25387) 1396 : cluster [DBG] pgmap v856: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.871267+0000 mgr.y (mgr.25387) 1397 : cluster [DBG] pgmap v857: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.875496+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.875939+0000 mgr.y (mgr.25387) 1398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.916430+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.918276+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.919253+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.921276+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.921977+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.923396+0000 mgr.y (mgr.25387) 1399 : cluster [DBG] pgmap v858: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.462453+0000 mgr.y (mgr.25387) 1377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.502974+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.504744+0000 mon.a (mon.0) 3035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.505514+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.507302+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.507889+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.509165+0000 mgr.y (mgr.25387) 1378 : cluster [DBG] pgmap v844: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.509512+0000 mgr.y (mgr.25387) 1379 : cluster [DBG] pgmap v845: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.513472+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.513902+0000 mgr.y (mgr.25387) 1380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.543561+0000 mon.a (mon.0) 3040 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.572033+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.574232+0000 mon.a (mon.0) 3042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.575240+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.577217+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.577852+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.579157+0000 mgr.y (mgr.25387) 1381 : cluster [DBG] pgmap v846: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.579420+0000 mgr.y (mgr.25387) 1382 : cluster [DBG] pgmap v847: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.923771+0000 mgr.y (mgr.25387) 1400 : cluster [DBG] pgmap v859: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.927670+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.928088+0000 mgr.y (mgr.25387) 1401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.968804+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.970548+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.971517+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.973318+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.973911+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.975144+0000 mgr.y (mgr.25387) 1402 : cluster [DBG] pgmap v860: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:44.975531+0000 mgr.y (mgr.25387) 1403 : cluster [DBG] pgmap v861: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:44.979649+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:44.980172+0000 mgr.y (mgr.25387) 1404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.020512+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.022560+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.023510+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.025458+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.026110+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.027398+0000 mgr.y (mgr.25387) 1405 : cluster [DBG] pgmap v862: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.027695+0000 mgr.y (mgr.25387) 1406 : cluster [DBG] pgmap v863: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.032781+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.033169+0000 mgr.y (mgr.25387) 1407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.073940+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.075994+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.076996+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.079258+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.079937+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.081426+0000 mgr.y (mgr.25387) 1408 : cluster [DBG] pgmap v864: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.081968+0000 mgr.y (mgr.25387) 1409 : cluster [DBG] pgmap v865: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: audit 2024-03-30T04:44:45.087172+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.087688+0000 mgr.y (mgr.25387) 1410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.599471+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.600044+0000 mgr.y (mgr.25387) 1383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.656913+0000 mon.a (mon.0) 3047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.658601+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.659415+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.661174+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.661768+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.663020+0000 mgr.y (mgr.25387) 1384 : cluster [DBG] pgmap v848: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.663276+0000 mgr.y (mgr.25387) 1385 : cluster [DBG] pgmap v849: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.667713+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.668199+0000 mgr.y (mgr.25387) 1386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.708053+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.709747+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.710462+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.712135+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.712691+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.713883+0000 mgr.y (mgr.25387) 1387 : cluster [DBG] pgmap v850: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.714156+0000 mgr.y (mgr.25387) 1388 : cluster [DBG] pgmap v851: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.720118+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.720523+0000 mgr.y (mgr.25387) 1389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.760879+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.762938+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.763783+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.765669+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.766329+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.767697+0000 mgr.y (mgr.25387) 1390 : cluster [DBG] pgmap v852: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.768039+0000 mgr.y (mgr.25387) 1391 : cluster [DBG] pgmap v853: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.772215+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.772697+0000 mgr.y (mgr.25387) 1392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.812671+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.814373+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.815118+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.816847+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.817480+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.818749+0000 mgr.y (mgr.25387) 1393 : cluster [DBG] pgmap v854: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.819056+0000 mgr.y (mgr.25387) 1394 : cluster [DBG] pgmap v855: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.824028+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.824455+0000 mgr.y (mgr.25387) 1395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.864710+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.866482+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.867249+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.869166+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.869771+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.870978+0000 mgr.y (mgr.25387) 1396 : cluster [DBG] pgmap v856: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.871267+0000 mgr.y (mgr.25387) 1397 : cluster [DBG] pgmap v857: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.875496+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.875939+0000 mgr.y (mgr.25387) 1398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.916430+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.918276+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.919253+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.921276+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.921977+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.923396+0000 mgr.y (mgr.25387) 1399 : cluster [DBG] pgmap v858: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.923771+0000 mgr.y (mgr.25387) 1400 : cluster [DBG] pgmap v859: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.927670+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.928088+0000 mgr.y (mgr.25387) 1401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.968804+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.970548+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.971517+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.973318+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.973911+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.975144+0000 mgr.y (mgr.25387) 1402 : cluster [DBG] pgmap v860: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:44.975531+0000 mgr.y (mgr.25387) 1403 : cluster [DBG] pgmap v861: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:44.979649+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:44.980172+0000 mgr.y (mgr.25387) 1404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.020512+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.022560+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.023510+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.025458+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.026110+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.027398+0000 mgr.y (mgr.25387) 1405 : cluster [DBG] pgmap v862: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.027695+0000 mgr.y (mgr.25387) 1406 : cluster [DBG] pgmap v863: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.032781+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.033169+0000 mgr.y (mgr.25387) 1407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.073940+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.075994+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.076996+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.079258+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.079937+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.081426+0000 mgr.y (mgr.25387) 1408 : cluster [DBG] pgmap v864: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.081968+0000 mgr.y (mgr.25387) 1409 : cluster [DBG] pgmap v865: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: audit 2024-03-30T04:44:45.087172+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:45 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.087688+0000 mgr.y (mgr.25387) 1410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.153876+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.155541+0000 mon.a (mon.0) 2999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.156265+0000 mon.a (mon.0) 3000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.158029+0000 mon.a (mon.0) 3001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.158594+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.159826+0000 mgr.y (mgr.25387) 1360 : cluster [DBG] pgmap v832: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.160116+0000 mgr.y (mgr.25387) 1361 : cluster [DBG] pgmap v833: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.164997+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.165386+0000 mgr.y (mgr.25387) 1362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.205308+0000 mon.a (mon.0) 3004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.207021+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.207777+0000 mon.a (mon.0) 3006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.209581+0000 mon.a (mon.0) 3007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.210141+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.211514+0000 mgr.y (mgr.25387) 1363 : cluster [DBG] pgmap v834: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.211872+0000 mgr.y (mgr.25387) 1364 : cluster [DBG] pgmap v835: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.216883+0000 mon.a (mon.0) 3009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.217540+0000 mgr.y (mgr.25387) 1365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.274975+0000 mon.a (mon.0) 3010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.276937+0000 mon.a (mon.0) 3011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.280944+0000 mon.a (mon.0) 3012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.282875+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.283471+0000 mon.a (mon.0) 3014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.284797+0000 mgr.y (mgr.25387) 1366 : cluster [DBG] pgmap v836: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.285163+0000 mgr.y (mgr.25387) 1367 : cluster [DBG] pgmap v837: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.289208+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.289658+0000 mgr.y (mgr.25387) 1368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.346152+0000 mon.a (mon.0) 3016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.347981+0000 mon.a (mon.0) 3017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.348729+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.350430+0000 mon.a (mon.0) 3019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.350999+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.352217+0000 mgr.y (mgr.25387) 1369 : cluster [DBG] pgmap v838: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.352563+0000 mgr.y (mgr.25387) 1370 : cluster [DBG] pgmap v839: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.356637+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.357061+0000 mgr.y (mgr.25387) 1371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.397167+0000 mon.a (mon.0) 3022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.398969+0000 mon.a (mon.0) 3023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.400052+0000 mon.a (mon.0) 3024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.402001+0000 mon.a (mon.0) 3025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.402696+0000 mon.a (mon.0) 3026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.404021+0000 mgr.y (mgr.25387) 1372 : cluster [DBG] pgmap v840: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.404295+0000 mgr.y (mgr.25387) 1373 : cluster [DBG] pgmap v841: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.408476+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.408915+0000 mgr.y (mgr.25387) 1374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.451222+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.453115+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.453962+0000 mon.a (mon.0) 3030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.455819+0000 mon.a (mon.0) 3031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.456433+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.457692+0000 mgr.y (mgr.25387) 1375 : cluster [DBG] pgmap v842: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.458047+0000 mgr.y (mgr.25387) 1376 : cluster [DBG] pgmap v843: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.462032+0000 mon.a (mon.0) 3033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.462453+0000 mgr.y (mgr.25387) 1377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.502974+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.504744+0000 mon.a (mon.0) 3035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.505514+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.507302+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.507889+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.509165+0000 mgr.y (mgr.25387) 1378 : cluster [DBG] pgmap v844: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.509512+0000 mgr.y (mgr.25387) 1379 : cluster [DBG] pgmap v845: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.513472+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.513902+0000 mgr.y (mgr.25387) 1380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.543561+0000 mon.a (mon.0) 3040 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.572033+0000 mon.a (mon.0) 3041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.574232+0000 mon.a (mon.0) 3042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.575240+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.577217+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.577852+0000 mon.a (mon.0) 3045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.579157+0000 mgr.y (mgr.25387) 1381 : cluster [DBG] pgmap v846: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.579420+0000 mgr.y (mgr.25387) 1382 : cluster [DBG] pgmap v847: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.599471+0000 mon.a (mon.0) 3046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.600044+0000 mgr.y (mgr.25387) 1383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.656913+0000 mon.a (mon.0) 3047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.658601+0000 mon.a (mon.0) 3048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.659415+0000 mon.a (mon.0) 3049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.661174+0000 mon.a (mon.0) 3050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.661768+0000 mon.a (mon.0) 3051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.663020+0000 mgr.y (mgr.25387) 1384 : cluster [DBG] pgmap v848: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.663276+0000 mgr.y (mgr.25387) 1385 : cluster [DBG] pgmap v849: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.667713+0000 mon.a (mon.0) 3052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.668199+0000 mgr.y (mgr.25387) 1386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.708053+0000 mon.a (mon.0) 3053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.709747+0000 mon.a (mon.0) 3054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.710462+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.712135+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.712691+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.713883+0000 mgr.y (mgr.25387) 1387 : cluster [DBG] pgmap v850: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.714156+0000 mgr.y (mgr.25387) 1388 : cluster [DBG] pgmap v851: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.720118+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.720523+0000 mgr.y (mgr.25387) 1389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.760879+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.762938+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.763783+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.765669+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.766329+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.767697+0000 mgr.y (mgr.25387) 1390 : cluster [DBG] pgmap v852: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.768039+0000 mgr.y (mgr.25387) 1391 : cluster [DBG] pgmap v853: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.772215+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.772697+0000 mgr.y (mgr.25387) 1392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.812671+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.814373+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.815118+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.816847+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.817480+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.818749+0000 mgr.y (mgr.25387) 1393 : cluster [DBG] pgmap v854: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.819056+0000 mgr.y (mgr.25387) 1394 : cluster [DBG] pgmap v855: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.824028+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.824455+0000 mgr.y (mgr.25387) 1395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.864710+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.866482+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.867249+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.869166+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.869771+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.870978+0000 mgr.y (mgr.25387) 1396 : cluster [DBG] pgmap v856: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.871267+0000 mgr.y (mgr.25387) 1397 : cluster [DBG] pgmap v857: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.875496+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.875939+0000 mgr.y (mgr.25387) 1398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.916430+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.918276+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.919253+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.921276+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.921977+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.923396+0000 mgr.y (mgr.25387) 1399 : cluster [DBG] pgmap v858: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.923771+0000 mgr.y (mgr.25387) 1400 : cluster [DBG] pgmap v859: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.927670+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.928088+0000 mgr.y (mgr.25387) 1401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.968804+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.970548+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.971517+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.973318+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.973911+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.975144+0000 mgr.y (mgr.25387) 1402 : cluster [DBG] pgmap v860: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:44.975531+0000 mgr.y (mgr.25387) 1403 : cluster [DBG] pgmap v861: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:44.979649+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:44.980172+0000 mgr.y (mgr.25387) 1404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.020512+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.022560+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.023510+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.025458+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.026110+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.027398+0000 mgr.y (mgr.25387) 1405 : cluster [DBG] pgmap v862: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.027695+0000 mgr.y (mgr.25387) 1406 : cluster [DBG] pgmap v863: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.032781+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.033169+0000 mgr.y (mgr.25387) 1407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.073940+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.075994+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.076996+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.079258+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.079937+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.081426+0000 mgr.y (mgr.25387) 1408 : cluster [DBG] pgmap v864: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.081968+0000 mgr.y (mgr.25387) 1409 : cluster [DBG] pgmap v865: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: audit 2024-03-30T04:44:45.087172+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:45.473 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:45 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.087688+0000 mgr.y (mgr.25387) 1410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.374 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[78452]: debug 2024-03-30T04:44:46.318+0000 7efd2bf727c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-30T04:44:46.375 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[78452]: debug 2024-03-30T04:44:46.346+0000 7efd2bf727c0 -1 osd.0 106 log_to_monitors true 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.132935+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.134848+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.135755+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.137691+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.138338+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.139824+0000 mgr.y (mgr.25387) 1411 : cluster [DBG] pgmap v866: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.140135+0000 mgr.y (mgr.25387) 1412 : cluster [DBG] pgmap v867: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.143860+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.144421+0000 mgr.y (mgr.25387) 1413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.189650+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.191654+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.192439+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.194420+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.195046+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.196397+0000 mgr.y (mgr.25387) 1414 : cluster [DBG] pgmap v868: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.196697+0000 mgr.y (mgr.25387) 1415 : cluster [DBG] pgmap v869: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.200730+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.132935+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.134848+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.135755+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.137691+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.138338+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.139824+0000 mgr.y (mgr.25387) 1411 : cluster [DBG] pgmap v866: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.140135+0000 mgr.y (mgr.25387) 1412 : cluster [DBG] pgmap v867: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.143860+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.144421+0000 mgr.y (mgr.25387) 1413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.189650+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.191654+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.192439+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.194420+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.195046+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.196397+0000 mgr.y (mgr.25387) 1414 : cluster [DBG] pgmap v868: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.196697+0000 mgr.y (mgr.25387) 1415 : cluster [DBG] pgmap v869: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.200730+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.201137+0000 mgr.y (mgr.25387) 1416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.262291+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.264466+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.265381+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.267498+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.268197+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.269906+0000 mgr.y (mgr.25387) 1417 : cluster [DBG] pgmap v870: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.270308+0000 mgr.y (mgr.25387) 1418 : cluster [DBG] pgmap v871: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.275419+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.275946+0000 mgr.y (mgr.25387) 1419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.337786+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.340536+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.341755+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.344608+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.345462+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.347422+0000 mgr.y (mgr.25387) 1420 : cluster [DBG] pgmap v872: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.348093+0000 mgr.y (mgr.25387) 1421 : cluster [DBG] pgmap v873: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.354933+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.355505+0000 mgr.y (mgr.25387) 1422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.427912+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.429678+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.430503+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.432460+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.433082+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.434719+0000 mgr.y (mgr.25387) 1423 : cluster [DBG] pgmap v874: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.435019+0000 mgr.y (mgr.25387) 1424 : cluster [DBG] pgmap v875: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.440173+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.440682+0000 mgr.y (mgr.25387) 1425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.498459+0000 mon.a (mon.0) 3131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.500657+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.501875+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.504441+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.505314+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.506707+0000 mgr.y (mgr.25387) 1426 : cluster [DBG] pgmap v876: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.507106+0000 mgr.y (mgr.25387) 1427 : cluster [DBG] pgmap v877: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.512148+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.516881+0000 mgr.y (mgr.25387) 1428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.574962+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.576748+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.577503+0000 mon.a (mon.0) 3139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.579468+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.580032+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.581254+0000 mgr.y (mgr.25387) 1429 : cluster [DBG] pgmap v878: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.581534+0000 mgr.y (mgr.25387) 1430 : cluster [DBG] pgmap v879: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.585793+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.586321+0000 mgr.y (mgr.25387) 1431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.642836+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.644523+0000 mon.a (mon.0) 3144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.645527+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.647416+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.648039+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.649399+0000 mgr.y (mgr.25387) 1432 : cluster [DBG] pgmap v880: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.649730+0000 mgr.y (mgr.25387) 1433 : cluster [DBG] pgmap v881: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.201137+0000 mgr.y (mgr.25387) 1416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.262291+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.264466+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.265381+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.267498+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.268197+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.269906+0000 mgr.y (mgr.25387) 1417 : cluster [DBG] pgmap v870: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.270308+0000 mgr.y (mgr.25387) 1418 : cluster [DBG] pgmap v871: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.275419+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.275946+0000 mgr.y (mgr.25387) 1419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.337786+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.340536+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.341755+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.344608+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.345462+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.347422+0000 mgr.y (mgr.25387) 1420 : cluster [DBG] pgmap v872: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.348093+0000 mgr.y (mgr.25387) 1421 : cluster [DBG] pgmap v873: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.354933+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.653983+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.654567+0000 mgr.y (mgr.25387) 1434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.711476+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.713200+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.713972+0000 mon.a (mon.0) 3151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.715689+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.716280+0000 mon.a (mon.0) 3153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.717554+0000 mgr.y (mgr.25387) 1435 : cluster [DBG] pgmap v882: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.717879+0000 mgr.y (mgr.25387) 1436 : cluster [DBG] pgmap v883: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.721815+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.722326+0000 mgr.y (mgr.25387) 1437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.780122+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.781978+0000 mon.a (mon.0) 3156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.783014+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.784933+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.785598+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.787091+0000 mgr.y (mgr.25387) 1438 : cluster [DBG] pgmap v884: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.787484+0000 mgr.y (mgr.25387) 1439 : cluster [DBG] pgmap v885: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.791730+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.792246+0000 mgr.y (mgr.25387) 1440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.849067+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.850958+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.851828+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.853844+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.854435+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.855667+0000 mgr.y (mgr.25387) 1441 : cluster [DBG] pgmap v886: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.855963+0000 mgr.y (mgr.25387) 1442 : cluster [DBG] pgmap v887: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.860141+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.860582+0000 mgr.y (mgr.25387) 1443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.917119+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.919117+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.919982+0000 mon.a (mon.0) 3169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.922085+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.922744+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.924055+0000 mgr.y (mgr.25387) 1444 : cluster [DBG] pgmap v888: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:45.924346+0000 mgr.y (mgr.25387) 1445 : cluster [DBG] pgmap v889: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.355505+0000 mgr.y (mgr.25387) 1422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.427912+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.429678+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.430503+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.432460+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.433082+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.434719+0000 mgr.y (mgr.25387) 1423 : cluster [DBG] pgmap v874: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.435019+0000 mgr.y (mgr.25387) 1424 : cluster [DBG] pgmap v875: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.440173+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.440682+0000 mgr.y (mgr.25387) 1425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.498459+0000 mon.a (mon.0) 3131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.500657+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.501875+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.504441+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.505314+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.506707+0000 mgr.y (mgr.25387) 1426 : cluster [DBG] pgmap v876: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.507106+0000 mgr.y (mgr.25387) 1427 : cluster [DBG] pgmap v877: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.929516+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:45.930000+0000 mgr.y (mgr.25387) 1446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.993026+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.995796+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.997090+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:45.999650+0000 mon.a (mon.0) 3176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.000377+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.002036+0000 mgr.y (mgr.25387) 1447 : cluster [DBG] pgmap v890: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.002465+0000 mgr.y (mgr.25387) 1448 : cluster [DBG] pgmap v891: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.007692+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.008487+0000 mgr.y (mgr.25387) 1449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.053338+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.055120+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.055905+0000 mon.a (mon.0) 3181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.057607+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.058199+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.059448+0000 mgr.y (mgr.25387) 1450 : cluster [DBG] pgmap v892: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.059817+0000 mgr.y (mgr.25387) 1451 : cluster [DBG] pgmap v893: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.063993+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.064426+0000 mgr.y (mgr.25387) 1452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.105279+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.107045+0000 mon.a (mon.0) 3186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.107809+0000 mon.a (mon.0) 3187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.109545+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.110162+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[69502]: audit 2024-03-30T04:44:46.117794+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.512148+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.516881+0000 mgr.y (mgr.25387) 1428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.574962+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.576748+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.577503+0000 mon.a (mon.0) 3139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.579468+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.580032+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.581254+0000 mgr.y (mgr.25387) 1429 : cluster [DBG] pgmap v878: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.581534+0000 mgr.y (mgr.25387) 1430 : cluster [DBG] pgmap v879: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.585793+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.586321+0000 mgr.y (mgr.25387) 1431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.642836+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.644523+0000 mon.a (mon.0) 3144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.645527+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.647416+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.648039+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.649399+0000 mgr.y (mgr.25387) 1432 : cluster [DBG] pgmap v880: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.649730+0000 mgr.y (mgr.25387) 1433 : cluster [DBG] pgmap v881: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.653983+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.654567+0000 mgr.y (mgr.25387) 1434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.711476+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.713200+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.713972+0000 mon.a (mon.0) 3151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.715689+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.716280+0000 mon.a (mon.0) 3153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.717554+0000 mgr.y (mgr.25387) 1435 : cluster [DBG] pgmap v882: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.717879+0000 mgr.y (mgr.25387) 1436 : cluster [DBG] pgmap v883: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.721815+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.722326+0000 mgr.y (mgr.25387) 1437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.780122+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.781978+0000 mon.a (mon.0) 3156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.783014+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.784933+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.785598+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.787091+0000 mgr.y (mgr.25387) 1438 : cluster [DBG] pgmap v884: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.787484+0000 mgr.y (mgr.25387) 1439 : cluster [DBG] pgmap v885: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.791730+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.792246+0000 mgr.y (mgr.25387) 1440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.849067+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.850958+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.851828+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.853844+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.854435+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.855667+0000 mgr.y (mgr.25387) 1441 : cluster [DBG] pgmap v886: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.855963+0000 mgr.y (mgr.25387) 1442 : cluster [DBG] pgmap v887: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.860141+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.860582+0000 mgr.y (mgr.25387) 1443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.917119+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.919117+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.919982+0000 mon.a (mon.0) 3169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.922085+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.922744+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.924055+0000 mgr.y (mgr.25387) 1444 : cluster [DBG] pgmap v888: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:45.924346+0000 mgr.y (mgr.25387) 1445 : cluster [DBG] pgmap v889: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.929516+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:45.930000+0000 mgr.y (mgr.25387) 1446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.993026+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.995796+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.997090+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:45.999650+0000 mon.a (mon.0) 3176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.000377+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.002036+0000 mgr.y (mgr.25387) 1447 : cluster [DBG] pgmap v890: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.002465+0000 mgr.y (mgr.25387) 1448 : cluster [DBG] pgmap v891: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.007692+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.008487+0000 mgr.y (mgr.25387) 1449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.053338+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.055120+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.055905+0000 mon.a (mon.0) 3181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.057607+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.058199+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.059448+0000 mgr.y (mgr.25387) 1450 : cluster [DBG] pgmap v892: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.059817+0000 mgr.y (mgr.25387) 1451 : cluster [DBG] pgmap v893: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.063993+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.064426+0000 mgr.y (mgr.25387) 1452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.105279+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.107045+0000 mon.a (mon.0) 3186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.107809+0000 mon.a (mon.0) 3187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.109545+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.110162+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:46 smithi097 bash[73934]: audit 2024-03-30T04:44:46.117794+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.132935+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.134848+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.135755+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.137691+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.138338+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.139824+0000 mgr.y (mgr.25387) 1411 : cluster [DBG] pgmap v866: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.140135+0000 mgr.y (mgr.25387) 1412 : cluster [DBG] pgmap v867: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.143860+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.144421+0000 mgr.y (mgr.25387) 1413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.189650+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.191654+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.192439+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.194420+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.195046+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.196397+0000 mgr.y (mgr.25387) 1414 : cluster [DBG] pgmap v868: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.196697+0000 mgr.y (mgr.25387) 1415 : cluster [DBG] pgmap v869: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.200730+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.201137+0000 mgr.y (mgr.25387) 1416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.262291+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.264466+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.265381+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.267498+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.268197+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.269906+0000 mgr.y (mgr.25387) 1417 : cluster [DBG] pgmap v870: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.270308+0000 mgr.y (mgr.25387) 1418 : cluster [DBG] pgmap v871: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.275419+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.275946+0000 mgr.y (mgr.25387) 1419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.337786+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.340536+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.341755+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.344608+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.345462+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.347422+0000 mgr.y (mgr.25387) 1420 : cluster [DBG] pgmap v872: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.348093+0000 mgr.y (mgr.25387) 1421 : cluster [DBG] pgmap v873: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.354933+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.355505+0000 mgr.y (mgr.25387) 1422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.427912+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.429678+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.430503+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.432460+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.433082+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.434719+0000 mgr.y (mgr.25387) 1423 : cluster [DBG] pgmap v874: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.435019+0000 mgr.y (mgr.25387) 1424 : cluster [DBG] pgmap v875: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.440173+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.440682+0000 mgr.y (mgr.25387) 1425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.498459+0000 mon.a (mon.0) 3131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.500657+0000 mon.a (mon.0) 3132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.501875+0000 mon.a (mon.0) 3133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.504441+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.505314+0000 mon.a (mon.0) 3135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.506707+0000 mgr.y (mgr.25387) 1426 : cluster [DBG] pgmap v876: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.507106+0000 mgr.y (mgr.25387) 1427 : cluster [DBG] pgmap v877: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.512148+0000 mon.a (mon.0) 3136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.516881+0000 mgr.y (mgr.25387) 1428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.574962+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.576748+0000 mon.a (mon.0) 3138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.577503+0000 mon.a (mon.0) 3139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.579468+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.580032+0000 mon.a (mon.0) 3141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.581254+0000 mgr.y (mgr.25387) 1429 : cluster [DBG] pgmap v878: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.581534+0000 mgr.y (mgr.25387) 1430 : cluster [DBG] pgmap v879: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.585793+0000 mon.a (mon.0) 3142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.586321+0000 mgr.y (mgr.25387) 1431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.642836+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.644523+0000 mon.a (mon.0) 3144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.645527+0000 mon.a (mon.0) 3145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.647416+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.648039+0000 mon.a (mon.0) 3147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.649399+0000 mgr.y (mgr.25387) 1432 : cluster [DBG] pgmap v880: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.649730+0000 mgr.y (mgr.25387) 1433 : cluster [DBG] pgmap v881: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.653983+0000 mon.a (mon.0) 3148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.654567+0000 mgr.y (mgr.25387) 1434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.711476+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.713200+0000 mon.a (mon.0) 3150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.713972+0000 mon.a (mon.0) 3151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.715689+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.716280+0000 mon.a (mon.0) 3153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.717554+0000 mgr.y (mgr.25387) 1435 : cluster [DBG] pgmap v882: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.717879+0000 mgr.y (mgr.25387) 1436 : cluster [DBG] pgmap v883: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.721815+0000 mon.a (mon.0) 3154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.722326+0000 mgr.y (mgr.25387) 1437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.780122+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.781978+0000 mon.a (mon.0) 3156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.783014+0000 mon.a (mon.0) 3157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.784933+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.785598+0000 mon.a (mon.0) 3159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.787091+0000 mgr.y (mgr.25387) 1438 : cluster [DBG] pgmap v884: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.787484+0000 mgr.y (mgr.25387) 1439 : cluster [DBG] pgmap v885: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.791730+0000 mon.a (mon.0) 3160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.792246+0000 mgr.y (mgr.25387) 1440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.849067+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.850958+0000 mon.a (mon.0) 3162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.851828+0000 mon.a (mon.0) 3163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.853844+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.854435+0000 mon.a (mon.0) 3165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.855667+0000 mgr.y (mgr.25387) 1441 : cluster [DBG] pgmap v886: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.855963+0000 mgr.y (mgr.25387) 1442 : cluster [DBG] pgmap v887: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.860141+0000 mon.a (mon.0) 3166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.860582+0000 mgr.y (mgr.25387) 1443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.917119+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.919117+0000 mon.a (mon.0) 3168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.919982+0000 mon.a (mon.0) 3169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.922085+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.922744+0000 mon.a (mon.0) 3171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.924055+0000 mgr.y (mgr.25387) 1444 : cluster [DBG] pgmap v888: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:45.924346+0000 mgr.y (mgr.25387) 1445 : cluster [DBG] pgmap v889: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.929516+0000 mon.a (mon.0) 3172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:45.930000+0000 mgr.y (mgr.25387) 1446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.993026+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.995796+0000 mon.a (mon.0) 3174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.997090+0000 mon.a (mon.0) 3175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:45.999650+0000 mon.a (mon.0) 3176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.000377+0000 mon.a (mon.0) 3177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.002036+0000 mgr.y (mgr.25387) 1447 : cluster [DBG] pgmap v890: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.002465+0000 mgr.y (mgr.25387) 1448 : cluster [DBG] pgmap v891: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.007692+0000 mon.a (mon.0) 3178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.008487+0000 mgr.y (mgr.25387) 1449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.053338+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.055120+0000 mon.a (mon.0) 3180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.055905+0000 mon.a (mon.0) 3181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.057607+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.058199+0000 mon.a (mon.0) 3183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.059448+0000 mgr.y (mgr.25387) 1450 : cluster [DBG] pgmap v892: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.059817+0000 mgr.y (mgr.25387) 1451 : cluster [DBG] pgmap v893: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.063993+0000 mon.a (mon.0) 3184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.064426+0000 mgr.y (mgr.25387) 1452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:46.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.105279+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.107045+0000 mon.a (mon.0) 3186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:46.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.107809+0000 mon.a (mon.0) 3187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:46.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.109545+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:46.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.110162+0000 mon.a (mon.0) 3189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:46.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:46 smithi105 bash[58125]: audit 2024-03-30T04:44:46.117794+0000 mon.a (mon.0) 3190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.375 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[78452]: debug 2024-03-30T04:44:47.346+0000 7efd1d3ca700 -1 osd.0 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.111379+0000 mgr.y (mgr.25387) 1453 : cluster [DBG] pgmap v894: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.111726+0000 mgr.y (mgr.25387) 1454 : cluster [DBG] pgmap v895: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.118363+0000 mgr.y (mgr.25387) 1455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.175903+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.177924+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.178820+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.180917+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.181621+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.182954+0000 mgr.y (mgr.25387) 1456 : cluster [DBG] pgmap v896: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.183303+0000 mgr.y (mgr.25387) 1457 : cluster [DBG] pgmap v897: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.187310+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.187785+0000 mgr.y (mgr.25387) 1458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.228596+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.230431+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.231190+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.233014+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.233656+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.111379+0000 mgr.y (mgr.25387) 1453 : cluster [DBG] pgmap v894: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.111726+0000 mgr.y (mgr.25387) 1454 : cluster [DBG] pgmap v895: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.118363+0000 mgr.y (mgr.25387) 1455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.175903+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.177924+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.178820+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.180917+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.181621+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.182954+0000 mgr.y (mgr.25387) 1456 : cluster [DBG] pgmap v896: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.183303+0000 mgr.y (mgr.25387) 1457 : cluster [DBG] pgmap v897: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.187310+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.187785+0000 mgr.y (mgr.25387) 1458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.228596+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.230431+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.231190+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.233014+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.233656+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.235065+0000 mgr.y (mgr.25387) 1459 : cluster [DBG] pgmap v898: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.235406+0000 mgr.y (mgr.25387) 1460 : cluster [DBG] pgmap v899: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.240434+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.240906+0000 mgr.y (mgr.25387) 1461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.281544+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.283256+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.284015+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.285819+0000 mon.a (mon.0) 3206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.286409+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.287688+0000 mgr.y (mgr.25387) 1462 : cluster [DBG] pgmap v900: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.288067+0000 mgr.y (mgr.25387) 1463 : cluster [DBG] pgmap v901: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.291824+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.292174+0000 mgr.y (mgr.25387) 1464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.354688+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.355471+0000 mon.a (mon.0) 3210 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.357059+0000 mon.a (mon.0) 3211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.357996+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.360053+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.235065+0000 mgr.y (mgr.25387) 1459 : cluster [DBG] pgmap v898: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.235406+0000 mgr.y (mgr.25387) 1460 : cluster [DBG] pgmap v899: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.240434+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.240906+0000 mgr.y (mgr.25387) 1461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.281544+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.283256+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.284015+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.285819+0000 mon.a (mon.0) 3206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.286409+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.287688+0000 mgr.y (mgr.25387) 1462 : cluster [DBG] pgmap v900: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.288067+0000 mgr.y (mgr.25387) 1463 : cluster [DBG] pgmap v901: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.291824+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.292174+0000 mgr.y (mgr.25387) 1464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.354688+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.355471+0000 mon.a (mon.0) 3210 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.357059+0000 mon.a (mon.0) 3211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.357996+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.360053+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.360707+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.362161+0000 mgr.y (mgr.25387) 1465 : cluster [DBG] pgmap v902: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.362433+0000 mgr.y (mgr.25387) 1466 : cluster [DBG] pgmap v903: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.367520+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.368886+0000 mgr.y (mgr.25387) 1467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.414605+0000 mon.a (mon.0) 3216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.416533+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.417496+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.419414+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.420072+0000 mon.a (mon.0) 3220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.421378+0000 mgr.y (mgr.25387) 1468 : cluster [DBG] pgmap v904: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.421675+0000 mgr.y (mgr.25387) 1469 : cluster [DBG] pgmap v905: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.426635+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.427119+0000 mgr.y (mgr.25387) 1470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.488153+0000 mon.a (mon.0) 3222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.490197+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.491006+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.492830+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.360707+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.362161+0000 mgr.y (mgr.25387) 1465 : cluster [DBG] pgmap v902: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.362433+0000 mgr.y (mgr.25387) 1466 : cluster [DBG] pgmap v903: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.367520+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.368886+0000 mgr.y (mgr.25387) 1467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.414605+0000 mon.a (mon.0) 3216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.416533+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.417496+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.419414+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.420072+0000 mon.a (mon.0) 3220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.421378+0000 mgr.y (mgr.25387) 1468 : cluster [DBG] pgmap v904: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.421675+0000 mgr.y (mgr.25387) 1469 : cluster [DBG] pgmap v905: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.426635+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.427119+0000 mgr.y (mgr.25387) 1470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.488153+0000 mon.a (mon.0) 3222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.490197+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.491006+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.492830+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.493431+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.494967+0000 mgr.y (mgr.25387) 1471 : cluster [DBG] pgmap v906: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.495302+0000 mgr.y (mgr.25387) 1472 : cluster [DBG] pgmap v907: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.500313+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.500694+0000 mgr.y (mgr.25387) 1473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.561746+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.564071+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.565098+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.567297+0000 mon.a (mon.0) 3231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.568008+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.569432+0000 mgr.y (mgr.25387) 1474 : cluster [DBG] pgmap v908: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.569786+0000 mgr.y (mgr.25387) 1475 : cluster [DBG] pgmap v909: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.574209+0000 mon.a (mon.0) 3233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.574816+0000 mgr.y (mgr.25387) 1476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.649408+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.651532+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.652545+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.493431+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.494967+0000 mgr.y (mgr.25387) 1471 : cluster [DBG] pgmap v906: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.495302+0000 mgr.y (mgr.25387) 1472 : cluster [DBG] pgmap v907: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.500313+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.500694+0000 mgr.y (mgr.25387) 1473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.561746+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.564071+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.565098+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.567297+0000 mon.a (mon.0) 3231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.568008+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.569432+0000 mgr.y (mgr.25387) 1474 : cluster [DBG] pgmap v908: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.569786+0000 mgr.y (mgr.25387) 1475 : cluster [DBG] pgmap v909: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.574209+0000 mon.a (mon.0) 3233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.574816+0000 mgr.y (mgr.25387) 1476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.649408+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.651532+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.652545+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.655589+0000 mon.a (mon.0) 3237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.656343+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.657949+0000 mgr.y (mgr.25387) 1477 : cluster [DBG] pgmap v910: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.658279+0000 mgr.y (mgr.25387) 1478 : cluster [DBG] pgmap v911: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.664784+0000 mon.a (mon.0) 3239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.665662+0000 mgr.y (mgr.25387) 1479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.755290+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.758904+0000 mon.a (mon.0) 3241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.760180+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.763230+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.764183+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.766215+0000 mgr.y (mgr.25387) 1480 : cluster [DBG] pgmap v912: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.766518+0000 mgr.y (mgr.25387) 1481 : cluster [DBG] pgmap v913: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.771374+0000 mon.a (mon.0) 3245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.771849+0000 mgr.y (mgr.25387) 1482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.849249+0000 mon.a (mon.0) 3246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.853466+0000 mon.a (mon.0) 3247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.855202+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.655589+0000 mon.a (mon.0) 3237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.656343+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.657949+0000 mgr.y (mgr.25387) 1477 : cluster [DBG] pgmap v910: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.658279+0000 mgr.y (mgr.25387) 1478 : cluster [DBG] pgmap v911: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.664784+0000 mon.a (mon.0) 3239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.665662+0000 mgr.y (mgr.25387) 1479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.755290+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.758904+0000 mon.a (mon.0) 3241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.760180+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.763230+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.764183+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.766215+0000 mgr.y (mgr.25387) 1480 : cluster [DBG] pgmap v912: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.766518+0000 mgr.y (mgr.25387) 1481 : cluster [DBG] pgmap v913: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.771374+0000 mon.a (mon.0) 3245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.771849+0000 mgr.y (mgr.25387) 1482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.849249+0000 mon.a (mon.0) 3246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.853466+0000 mon.a (mon.0) 3247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.855202+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.859643+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.861125+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.863729+0000 mgr.y (mgr.25387) 1483 : cluster [DBG] pgmap v914: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.864038+0000 mgr.y (mgr.25387) 1484 : cluster [DBG] pgmap v915: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.871116+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.871800+0000 mgr.y (mgr.25387) 1485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.962386+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.966688+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.968566+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.973184+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.974552+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.977525+0000 mgr.y (mgr.25387) 1486 : cluster [DBG] pgmap v916: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:46.978390+0000 mgr.y (mgr.25387) 1487 : cluster [DBG] pgmap v917: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:46.986994+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:46.988074+0000 mgr.y (mgr.25387) 1488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:47.070929+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:47.074529+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:47.076001+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.859643+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.861125+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.863729+0000 mgr.y (mgr.25387) 1483 : cluster [DBG] pgmap v914: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.864038+0000 mgr.y (mgr.25387) 1484 : cluster [DBG] pgmap v915: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.871116+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.871800+0000 mgr.y (mgr.25387) 1485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.962386+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.966688+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.968566+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.973184+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.974552+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.977525+0000 mgr.y (mgr.25387) 1486 : cluster [DBG] pgmap v916: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:46.978390+0000 mgr.y (mgr.25387) 1487 : cluster [DBG] pgmap v917: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:46.986994+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:46.988074+0000 mgr.y (mgr.25387) 1488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:47.070929+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:47.074529+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:47.076001+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:47.079422+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:47.080476+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.082720+0000 mgr.y (mgr.25387) 1489 : cluster [DBG] pgmap v918: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.083110+0000 mgr.y (mgr.25387) 1490 : cluster [DBG] pgmap v919: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: audit 2024-03-30T04:44:47.091068+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.091978+0000 mgr.y (mgr.25387) 1491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:47.079422+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:47.080476+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.082720+0000 mgr.y (mgr.25387) 1489 : cluster [DBG] pgmap v918: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.083110+0000 mgr.y (mgr.25387) 1490 : cluster [DBG] pgmap v919: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: audit 2024-03-30T04:44:47.091068+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:47 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.091978+0000 mgr.y (mgr.25387) 1491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.111379+0000 mgr.y (mgr.25387) 1453 : cluster [DBG] pgmap v894: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.111726+0000 mgr.y (mgr.25387) 1454 : cluster [DBG] pgmap v895: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.118363+0000 mgr.y (mgr.25387) 1455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.175903+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.177924+0000 mon.a (mon.0) 3192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.178820+0000 mon.a (mon.0) 3193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.180917+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.181621+0000 mon.a (mon.0) 3195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.182954+0000 mgr.y (mgr.25387) 1456 : cluster [DBG] pgmap v896: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.183303+0000 mgr.y (mgr.25387) 1457 : cluster [DBG] pgmap v897: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.187310+0000 mon.a (mon.0) 3196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.187785+0000 mgr.y (mgr.25387) 1458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.228596+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.230431+0000 mon.a (mon.0) 3198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.231190+0000 mon.a (mon.0) 3199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.233014+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.233656+0000 mon.a (mon.0) 3201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.235065+0000 mgr.y (mgr.25387) 1459 : cluster [DBG] pgmap v898: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.235406+0000 mgr.y (mgr.25387) 1460 : cluster [DBG] pgmap v899: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.240434+0000 mon.a (mon.0) 3202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.240906+0000 mgr.y (mgr.25387) 1461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.281544+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.283256+0000 mon.a (mon.0) 3204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.284015+0000 mon.a (mon.0) 3205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.285819+0000 mon.a (mon.0) 3206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.286409+0000 mon.a (mon.0) 3207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.287688+0000 mgr.y (mgr.25387) 1462 : cluster [DBG] pgmap v900: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.288067+0000 mgr.y (mgr.25387) 1463 : cluster [DBG] pgmap v901: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.291824+0000 mon.a (mon.0) 3208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.292174+0000 mgr.y (mgr.25387) 1464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.354688+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.355471+0000 mon.a (mon.0) 3210 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.357059+0000 mon.a (mon.0) 3211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.357996+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.360053+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.360707+0000 mon.a (mon.0) 3214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.362161+0000 mgr.y (mgr.25387) 1465 : cluster [DBG] pgmap v902: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.362433+0000 mgr.y (mgr.25387) 1466 : cluster [DBG] pgmap v903: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.367520+0000 mon.a (mon.0) 3215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.368886+0000 mgr.y (mgr.25387) 1467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.414605+0000 mon.a (mon.0) 3216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.416533+0000 mon.a (mon.0) 3217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.417496+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.419414+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.420072+0000 mon.a (mon.0) 3220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.421378+0000 mgr.y (mgr.25387) 1468 : cluster [DBG] pgmap v904: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.421675+0000 mgr.y (mgr.25387) 1469 : cluster [DBG] pgmap v905: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.426635+0000 mon.a (mon.0) 3221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.427119+0000 mgr.y (mgr.25387) 1470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.488153+0000 mon.a (mon.0) 3222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.490197+0000 mon.a (mon.0) 3223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.491006+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.492830+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.493431+0000 mon.a (mon.0) 3226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.494967+0000 mgr.y (mgr.25387) 1471 : cluster [DBG] pgmap v906: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.495302+0000 mgr.y (mgr.25387) 1472 : cluster [DBG] pgmap v907: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.500313+0000 mon.a (mon.0) 3227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.500694+0000 mgr.y (mgr.25387) 1473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.561746+0000 mon.a (mon.0) 3228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.564071+0000 mon.a (mon.0) 3229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.565098+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.567297+0000 mon.a (mon.0) 3231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.568008+0000 mon.a (mon.0) 3232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.569432+0000 mgr.y (mgr.25387) 1474 : cluster [DBG] pgmap v908: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.569786+0000 mgr.y (mgr.25387) 1475 : cluster [DBG] pgmap v909: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.574209+0000 mon.a (mon.0) 3233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.574816+0000 mgr.y (mgr.25387) 1476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.649408+0000 mon.a (mon.0) 3234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.651532+0000 mon.a (mon.0) 3235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.652545+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.655589+0000 mon.a (mon.0) 3237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.656343+0000 mon.a (mon.0) 3238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.657949+0000 mgr.y (mgr.25387) 1477 : cluster [DBG] pgmap v910: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.658279+0000 mgr.y (mgr.25387) 1478 : cluster [DBG] pgmap v911: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.664784+0000 mon.a (mon.0) 3239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.665662+0000 mgr.y (mgr.25387) 1479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.755290+0000 mon.a (mon.0) 3240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.758904+0000 mon.a (mon.0) 3241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.760180+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.763230+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.764183+0000 mon.a (mon.0) 3244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.766215+0000 mgr.y (mgr.25387) 1480 : cluster [DBG] pgmap v912: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.766518+0000 mgr.y (mgr.25387) 1481 : cluster [DBG] pgmap v913: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.771374+0000 mon.a (mon.0) 3245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.771849+0000 mgr.y (mgr.25387) 1482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.849249+0000 mon.a (mon.0) 3246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.853466+0000 mon.a (mon.0) 3247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.855202+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.859643+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.861125+0000 mon.a (mon.0) 3250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.863729+0000 mgr.y (mgr.25387) 1483 : cluster [DBG] pgmap v914: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.864038+0000 mgr.y (mgr.25387) 1484 : cluster [DBG] pgmap v915: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.871116+0000 mon.a (mon.0) 3251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.871800+0000 mgr.y (mgr.25387) 1485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.962386+0000 mon.a (mon.0) 3252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.966688+0000 mon.a (mon.0) 3253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.968566+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.973184+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.974552+0000 mon.a (mon.0) 3256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.977525+0000 mgr.y (mgr.25387) 1486 : cluster [DBG] pgmap v916: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:46.978390+0000 mgr.y (mgr.25387) 1487 : cluster [DBG] pgmap v917: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:46.986994+0000 mon.a (mon.0) 3257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:46.988074+0000 mgr.y (mgr.25387) 1488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:47.070929+0000 mon.a (mon.0) 3258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:47.074529+0000 mon.a (mon.0) 3259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:47.076001+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:47.079422+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:47.080476+0000 mon.a (mon.0) 3262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.082720+0000 mgr.y (mgr.25387) 1489 : cluster [DBG] pgmap v918: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.083110+0000 mgr.y (mgr.25387) 1490 : cluster [DBG] pgmap v919: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: audit 2024-03-30T04:44:47.091068+0000 mon.a (mon.0) 3263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:47.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:47 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.091978+0000 mgr.y (mgr.25387) 1491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.168629+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.170515+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.171722+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.174035+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.174818+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.176315+0000 mgr.y (mgr.25387) 1492 : cluster [DBG] pgmap v920: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.176645+0000 mgr.y (mgr.25387) 1493 : cluster [DBG] pgmap v921: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.182024+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.182442+0000 mgr.y (mgr.25387) 1494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.223103+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.224893+0000 mon.a (mon.0) 3271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.225675+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.227509+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.228105+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.229352+0000 mgr.y (mgr.25387) 1495 : cluster [DBG] pgmap v922: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.229608+0000 mgr.y (mgr.25387) 1496 : cluster [DBG] pgmap v923: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.235801+0000 mon.a (mon.0) 3275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.168629+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.170515+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.171722+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.174035+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.174818+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.176315+0000 mgr.y (mgr.25387) 1492 : cluster [DBG] pgmap v920: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.176645+0000 mgr.y (mgr.25387) 1493 : cluster [DBG] pgmap v921: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.182024+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.182442+0000 mgr.y (mgr.25387) 1494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.223103+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.224893+0000 mon.a (mon.0) 3271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.225675+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.227509+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.228105+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.229352+0000 mgr.y (mgr.25387) 1495 : cluster [DBG] pgmap v922: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.229608+0000 mgr.y (mgr.25387) 1496 : cluster [DBG] pgmap v923: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.235801+0000 mon.a (mon.0) 3275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.236184+0000 mgr.y (mgr.25387) 1497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.293501+0000 mon.a (mon.0) 3276 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.298854+0000 mon.a (mon.0) 3277 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.299787+0000 mon.a (mon.0) 3278 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.306549+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.311139+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.312454+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.315438+0000 mon.a (mon.0) 3282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.316542+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.319538+0000 mgr.y (mgr.25387) 1498 : cluster [DBG] pgmap v925: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.319877+0000 mgr.y (mgr.25387) 1499 : cluster [DBG] pgmap v926: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.327890+0000 mon.a (mon.0) 3284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.328439+0000 mgr.y (mgr.25387) 1500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.370159+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.371898+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.372740+0000 mon.a (mon.0) 3287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.374821+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.375411+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.236184+0000 mgr.y (mgr.25387) 1497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.293501+0000 mon.a (mon.0) 3276 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:44:48.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.298854+0000 mon.a (mon.0) 3277 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.299787+0000 mon.a (mon.0) 3278 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.306549+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.311139+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.312454+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.315438+0000 mon.a (mon.0) 3282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.316542+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.319538+0000 mgr.y (mgr.25387) 1498 : cluster [DBG] pgmap v925: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.319877+0000 mgr.y (mgr.25387) 1499 : cluster [DBG] pgmap v926: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.327890+0000 mon.a (mon.0) 3284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.328439+0000 mgr.y (mgr.25387) 1500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.370159+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.371898+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.372740+0000 mon.a (mon.0) 3287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.374821+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.375411+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.376773+0000 mgr.y (mgr.25387) 1501 : cluster [DBG] pgmap v927: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.377132+0000 mgr.y (mgr.25387) 1502 : cluster [DBG] pgmap v928: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.380877+0000 mon.a (mon.0) 3290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.381551+0000 mgr.y (mgr.25387) 1503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.422090+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.423783+0000 mon.a (mon.0) 3292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.424512+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.426249+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.426821+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.428042+0000 mgr.y (mgr.25387) 1504 : cluster [DBG] pgmap v929: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.428368+0000 mgr.y (mgr.25387) 1505 : cluster [DBG] pgmap v930: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.432519+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.432951+0000 mgr.y (mgr.25387) 1506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.473346+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.475193+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.476167+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.478159+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.478830+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.376773+0000 mgr.y (mgr.25387) 1501 : cluster [DBG] pgmap v927: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.377132+0000 mgr.y (mgr.25387) 1502 : cluster [DBG] pgmap v928: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.380877+0000 mon.a (mon.0) 3290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.381551+0000 mgr.y (mgr.25387) 1503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.422090+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.423783+0000 mon.a (mon.0) 3292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.424512+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.426249+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.426821+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.428042+0000 mgr.y (mgr.25387) 1504 : cluster [DBG] pgmap v929: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.428368+0000 mgr.y (mgr.25387) 1505 : cluster [DBG] pgmap v930: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.432519+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.432951+0000 mgr.y (mgr.25387) 1506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.473346+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.475193+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.476167+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.478159+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.478830+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.480201+0000 mgr.y (mgr.25387) 1507 : cluster [DBG] pgmap v931: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.480517+0000 mgr.y (mgr.25387) 1508 : cluster [DBG] pgmap v932: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.484567+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.485001+0000 mgr.y (mgr.25387) 1509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.525011+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.526712+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.527537+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.529439+0000 mon.a (mon.0) 3306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.530116+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.531404+0000 mgr.y (mgr.25387) 1510 : cluster [DBG] pgmap v933: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.531770+0000 mgr.y (mgr.25387) 1511 : cluster [DBG] pgmap v934: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.536834+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.537252+0000 mgr.y (mgr.25387) 1512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.610331+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.612424+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.613414+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.615428+0000 mon.a (mon.0) 3312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.616199+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.618037+0000 mgr.y (mgr.25387) 1513 : cluster [DBG] pgmap v935: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.618834+0000 mgr.y (mgr.25387) 1514 : cluster [DBG] pgmap v936: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.622698+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.623134+0000 mgr.y (mgr.25387) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.663525+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.665469+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.666361+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.668396+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.669167+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.670575+0000 mgr.y (mgr.25387) 1516 : cluster [DBG] pgmap v937: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.670831+0000 mgr.y (mgr.25387) 1517 : cluster [DBG] pgmap v938: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.677021+0000 mon.a (mon.0) 3320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.677514+0000 mgr.y (mgr.25387) 1518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.734063+0000 mon.a (mon.0) 3321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.735900+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.736929+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.738884+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.739454+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.480201+0000 mgr.y (mgr.25387) 1507 : cluster [DBG] pgmap v931: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.480517+0000 mgr.y (mgr.25387) 1508 : cluster [DBG] pgmap v932: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.484567+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.485001+0000 mgr.y (mgr.25387) 1509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.525011+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.526712+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.527537+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.529439+0000 mon.a (mon.0) 3306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.530116+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.531404+0000 mgr.y (mgr.25387) 1510 : cluster [DBG] pgmap v933: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.531770+0000 mgr.y (mgr.25387) 1511 : cluster [DBG] pgmap v934: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.536834+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.537252+0000 mgr.y (mgr.25387) 1512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.610331+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.612424+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.613414+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.615428+0000 mon.a (mon.0) 3312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.616199+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.740679+0000 mgr.y (mgr.25387) 1519 : cluster [DBG] pgmap v939: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.741017+0000 mgr.y (mgr.25387) 1520 : cluster [DBG] pgmap v940: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.746859+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.747256+0000 mgr.y (mgr.25387) 1521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.803737+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.805596+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.806382+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.808170+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.808837+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.810329+0000 mgr.y (mgr.25387) 1522 : cluster [DBG] pgmap v941: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.810607+0000 mgr.y (mgr.25387) 1523 : cluster [DBG] pgmap v942: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.818857+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.819485+0000 mgr.y (mgr.25387) 1524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.876827+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.879680+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.880635+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.882967+0000 mon.a (mon.0) 3336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.883786+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.885279+0000 mgr.y (mgr.25387) 1525 : cluster [DBG] pgmap v943: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.885642+0000 mgr.y (mgr.25387) 1526 : cluster [DBG] pgmap v944: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.891876+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.892346+0000 mgr.y (mgr.25387) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.932680+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.934477+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.935314+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.937222+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.937863+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.284 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.939179+0000 mgr.y (mgr.25387) 1528 : cluster [DBG] pgmap v945: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.939522+0000 mgr.y (mgr.25387) 1529 : cluster [DBG] pgmap v946: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.943753+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.944310+0000 mgr.y (mgr.25387) 1530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.985716+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.987622+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.988496+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.990467+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.991221+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.992861+0000 mgr.y (mgr.25387) 1531 : cluster [DBG] pgmap v947: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:47.993157+0000 mgr.y (mgr.25387) 1532 : cluster [DBG] pgmap v948: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:47.997685+0000 mon.a (mon.0) 3350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:47.998357+0000 mgr.y (mgr.25387) 1533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.057215+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.059062+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.059862+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.061605+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.062176+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.063388+0000 mgr.y (mgr.25387) 1534 : cluster [DBG] pgmap v949: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.063646+0000 mgr.y (mgr.25387) 1535 : cluster [DBG] pgmap v950: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.068048+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.068481+0000 mgr.y (mgr.25387) 1536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[69502]: audit 2024-03-30T04:44:48.124742+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.618037+0000 mgr.y (mgr.25387) 1513 : cluster [DBG] pgmap v935: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.618834+0000 mgr.y (mgr.25387) 1514 : cluster [DBG] pgmap v936: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.622698+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.623134+0000 mgr.y (mgr.25387) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.663525+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.665469+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.666361+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.668396+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.669167+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.670575+0000 mgr.y (mgr.25387) 1516 : cluster [DBG] pgmap v937: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.670831+0000 mgr.y (mgr.25387) 1517 : cluster [DBG] pgmap v938: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.677021+0000 mon.a (mon.0) 3320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.677514+0000 mgr.y (mgr.25387) 1518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.734063+0000 mon.a (mon.0) 3321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.735900+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.736929+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.738884+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.739454+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.740679+0000 mgr.y (mgr.25387) 1519 : cluster [DBG] pgmap v939: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.741017+0000 mgr.y (mgr.25387) 1520 : cluster [DBG] pgmap v940: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.746859+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.747256+0000 mgr.y (mgr.25387) 1521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.803737+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.805596+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.806382+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.808170+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.808837+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.810329+0000 mgr.y (mgr.25387) 1522 : cluster [DBG] pgmap v941: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.810607+0000 mgr.y (mgr.25387) 1523 : cluster [DBG] pgmap v942: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.818857+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.819485+0000 mgr.y (mgr.25387) 1524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.876827+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.879680+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.880635+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.882967+0000 mon.a (mon.0) 3336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.883786+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.885279+0000 mgr.y (mgr.25387) 1525 : cluster [DBG] pgmap v943: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.885642+0000 mgr.y (mgr.25387) 1526 : cluster [DBG] pgmap v944: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.891876+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.892346+0000 mgr.y (mgr.25387) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.932680+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.934477+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.935314+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.937222+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.937863+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.939179+0000 mgr.y (mgr.25387) 1528 : cluster [DBG] pgmap v945: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.939522+0000 mgr.y (mgr.25387) 1529 : cluster [DBG] pgmap v946: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.943753+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.944310+0000 mgr.y (mgr.25387) 1530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.985716+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.987622+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.988496+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.990467+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.991221+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.992861+0000 mgr.y (mgr.25387) 1531 : cluster [DBG] pgmap v947: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:47.993157+0000 mgr.y (mgr.25387) 1532 : cluster [DBG] pgmap v948: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:47.997685+0000 mon.a (mon.0) 3350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:47.998357+0000 mgr.y (mgr.25387) 1533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.057215+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.059062+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.059862+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.061605+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.062176+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.063388+0000 mgr.y (mgr.25387) 1534 : cluster [DBG] pgmap v949: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.063646+0000 mgr.y (mgr.25387) 1535 : cluster [DBG] pgmap v950: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.290 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.068048+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.068481+0000 mgr.y (mgr.25387) 1536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.291 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:48 smithi097 bash[73934]: audit 2024-03-30T04:44:48.124742+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.168629+0000 mon.a (mon.0) 3264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.170515+0000 mon.a (mon.0) 3265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.171722+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.174035+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.174818+0000 mon.a (mon.0) 3268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.176315+0000 mgr.y (mgr.25387) 1492 : cluster [DBG] pgmap v920: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.176645+0000 mgr.y (mgr.25387) 1493 : cluster [DBG] pgmap v921: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.182024+0000 mon.a (mon.0) 3269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.182442+0000 mgr.y (mgr.25387) 1494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.223103+0000 mon.a (mon.0) 3270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.224893+0000 mon.a (mon.0) 3271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.225675+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.227509+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.228105+0000 mon.a (mon.0) 3274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.229352+0000 mgr.y (mgr.25387) 1495 : cluster [DBG] pgmap v922: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.229608+0000 mgr.y (mgr.25387) 1496 : cluster [DBG] pgmap v923: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.235801+0000 mon.a (mon.0) 3275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.236184+0000 mgr.y (mgr.25387) 1497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.293501+0000 mon.a (mon.0) 3276 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.298854+0000 mon.a (mon.0) 3277 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.299787+0000 mon.a (mon.0) 3278 : audit [INF] from='osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.306549+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.311139+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.312454+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.315438+0000 mon.a (mon.0) 3282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.316542+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.319538+0000 mgr.y (mgr.25387) 1498 : cluster [DBG] pgmap v925: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.319877+0000 mgr.y (mgr.25387) 1499 : cluster [DBG] pgmap v926: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.327890+0000 mon.a (mon.0) 3284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.328439+0000 mgr.y (mgr.25387) 1500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.370159+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.371898+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.372740+0000 mon.a (mon.0) 3287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.374821+0000 mon.a (mon.0) 3288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.375411+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.376773+0000 mgr.y (mgr.25387) 1501 : cluster [DBG] pgmap v927: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.377132+0000 mgr.y (mgr.25387) 1502 : cluster [DBG] pgmap v928: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.380877+0000 mon.a (mon.0) 3290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.381551+0000 mgr.y (mgr.25387) 1503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.422090+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.423783+0000 mon.a (mon.0) 3292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.424512+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.426249+0000 mon.a (mon.0) 3294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.426821+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.428042+0000 mgr.y (mgr.25387) 1504 : cluster [DBG] pgmap v929: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.428368+0000 mgr.y (mgr.25387) 1505 : cluster [DBG] pgmap v930: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.432519+0000 mon.a (mon.0) 3296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.432951+0000 mgr.y (mgr.25387) 1506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.473346+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.475193+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.476167+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.478159+0000 mon.a (mon.0) 3300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.478830+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.480201+0000 mgr.y (mgr.25387) 1507 : cluster [DBG] pgmap v931: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.480517+0000 mgr.y (mgr.25387) 1508 : cluster [DBG] pgmap v932: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.484567+0000 mon.a (mon.0) 3302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.485001+0000 mgr.y (mgr.25387) 1509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.525011+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.526712+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.527537+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.529439+0000 mon.a (mon.0) 3306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.530116+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.531404+0000 mgr.y (mgr.25387) 1510 : cluster [DBG] pgmap v933: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.531770+0000 mgr.y (mgr.25387) 1511 : cluster [DBG] pgmap v934: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.536834+0000 mon.a (mon.0) 3308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.537252+0000 mgr.y (mgr.25387) 1512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.610331+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.612424+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.613414+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.615428+0000 mon.a (mon.0) 3312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.616199+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.618037+0000 mgr.y (mgr.25387) 1513 : cluster [DBG] pgmap v935: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.618834+0000 mgr.y (mgr.25387) 1514 : cluster [DBG] pgmap v936: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.622698+0000 mon.a (mon.0) 3314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.623134+0000 mgr.y (mgr.25387) 1515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.663525+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.665469+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.666361+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.668396+0000 mon.a (mon.0) 3318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.669167+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.670575+0000 mgr.y (mgr.25387) 1516 : cluster [DBG] pgmap v937: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.670831+0000 mgr.y (mgr.25387) 1517 : cluster [DBG] pgmap v938: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.677021+0000 mon.a (mon.0) 3320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.677514+0000 mgr.y (mgr.25387) 1518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.734063+0000 mon.a (mon.0) 3321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.735900+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.736929+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.738884+0000 mon.a (mon.0) 3324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.739454+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.740679+0000 mgr.y (mgr.25387) 1519 : cluster [DBG] pgmap v939: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.741017+0000 mgr.y (mgr.25387) 1520 : cluster [DBG] pgmap v940: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.746859+0000 mon.a (mon.0) 3326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.747256+0000 mgr.y (mgr.25387) 1521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.803737+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.805596+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.806382+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.808170+0000 mon.a (mon.0) 3330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.808837+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.810329+0000 mgr.y (mgr.25387) 1522 : cluster [DBG] pgmap v941: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.810607+0000 mgr.y (mgr.25387) 1523 : cluster [DBG] pgmap v942: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.818857+0000 mon.a (mon.0) 3332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.819485+0000 mgr.y (mgr.25387) 1524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.876827+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.879680+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.880635+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.882967+0000 mon.a (mon.0) 3336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.883786+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.885279+0000 mgr.y (mgr.25387) 1525 : cluster [DBG] pgmap v943: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.885642+0000 mgr.y (mgr.25387) 1526 : cluster [DBG] pgmap v944: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.891876+0000 mon.a (mon.0) 3338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.892346+0000 mgr.y (mgr.25387) 1527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.932680+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.934477+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.935314+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.937222+0000 mon.a (mon.0) 3342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.937863+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.939179+0000 mgr.y (mgr.25387) 1528 : cluster [DBG] pgmap v945: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.939522+0000 mgr.y (mgr.25387) 1529 : cluster [DBG] pgmap v946: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.943753+0000 mon.a (mon.0) 3344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.944310+0000 mgr.y (mgr.25387) 1530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.985716+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.987622+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.988496+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.990467+0000 mon.a (mon.0) 3348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.991221+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.992861+0000 mgr.y (mgr.25387) 1531 : cluster [DBG] pgmap v947: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:47.993157+0000 mgr.y (mgr.25387) 1532 : cluster [DBG] pgmap v948: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:47.997685+0000 mon.a (mon.0) 3350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:47.998357+0000 mgr.y (mgr.25387) 1533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.057215+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.059062+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.059862+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.061605+0000 mon.a (mon.0) 3354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:48.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.062176+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:48.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.063388+0000 mgr.y (mgr.25387) 1534 : cluster [DBG] pgmap v949: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.063646+0000 mgr.y (mgr.25387) 1535 : cluster [DBG] pgmap v950: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:48.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.068048+0000 mon.a (mon.0) 3356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:48.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.068481+0000 mgr.y (mgr.25387) 1536 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:48.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[58125]: audit 2024-03-30T04:44:48.124742+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:48.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[52959]: ts=2024-03-30T04:44:48.660Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-30T04:44:48.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:48 smithi105 bash[52959]: ts=2024-03-30T04:44:48.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:49.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.126967+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.128010+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.137230+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.138172+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.139763+0000 mgr.y (mgr.25387) 1537 : cluster [DBG] pgmap v951: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.140099+0000 mgr.y (mgr.25387) 1538 : cluster [DBG] pgmap v952: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.144491+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.145029+0000 mgr.y (mgr.25387) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.203747+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.205710+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.206529+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.208343+0000 mon.a (mon.0) 3366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.208949+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.210283+0000 mgr.y (mgr.25387) 1540 : cluster [DBG] pgmap v953: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.210694+0000 mgr.y (mgr.25387) 1541 : cluster [DBG] pgmap v954: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.215140+0000 mon.a (mon.0) 3368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.361 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.215933+0000 mgr.y (mgr.25387) 1542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.126967+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.128010+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.137230+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.138172+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.139763+0000 mgr.y (mgr.25387) 1537 : cluster [DBG] pgmap v951: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.140099+0000 mgr.y (mgr.25387) 1538 : cluster [DBG] pgmap v952: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.144491+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.145029+0000 mgr.y (mgr.25387) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.203747+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.205710+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.206529+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.208343+0000 mon.a (mon.0) 3366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.208949+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.210283+0000 mgr.y (mgr.25387) 1540 : cluster [DBG] pgmap v953: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.210694+0000 mgr.y (mgr.25387) 1541 : cluster [DBG] pgmap v954: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.215140+0000 mon.a (mon.0) 3368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.215933+0000 mgr.y (mgr.25387) 1542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.258125+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.259935+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.260741+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.262832+0000 mon.a (mon.0) 3372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.263536+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.264858+0000 mgr.y (mgr.25387) 1543 : cluster [DBG] pgmap v955: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.265224+0000 mgr.y (mgr.25387) 1544 : cluster [DBG] pgmap v956: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.269852+0000 mon.a (mon.0) 3374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.270465+0000 mgr.y (mgr.25387) 1545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.316684+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.322426+0000 mon.a (mon.0) 3376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.325469+0000 mon.a (mon.0) 3377 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.325941+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.364 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.328118+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.328837+0000 mon.a (mon.0) 3380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.330180+0000 mgr.y (mgr.25387) 1546 : cluster [DBG] pgmap v957: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.330487+0000 mgr.y (mgr.25387) 1547 : cluster [DBG] pgmap v958: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.335911+0000 mon.a (mon.0) 3381 : cluster [INF] osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839] boot 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.335993+0000 mon.a (mon.0) 3382 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.258125+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.259935+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.260741+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.262832+0000 mon.a (mon.0) 3372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.263536+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.264858+0000 mgr.y (mgr.25387) 1543 : cluster [DBG] pgmap v955: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.265224+0000 mgr.y (mgr.25387) 1544 : cluster [DBG] pgmap v956: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.269852+0000 mon.a (mon.0) 3374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.270465+0000 mgr.y (mgr.25387) 1545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.316684+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.322426+0000 mon.a (mon.0) 3376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.325469+0000 mon.a (mon.0) 3377 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.325941+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.328118+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.366 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.328837+0000 mon.a (mon.0) 3380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.330180+0000 mgr.y (mgr.25387) 1546 : cluster [DBG] pgmap v957: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.330487+0000 mgr.y (mgr.25387) 1547 : cluster [DBG] pgmap v958: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.335911+0000 mon.a (mon.0) 3381 : cluster [INF] osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839] boot 2024-03-30T04:44:49.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.335993+0000 mon.a (mon.0) 3382 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-30T04:44:49.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.346341+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:44:49.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.360839+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.362325+0000 mgr.y (mgr.25387) 1548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.424525+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.426654+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.427445+0000 mon.a (mon.0) 3387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.429649+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.430304+0000 mon.a (mon.0) 3389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.431694+0000 mgr.y (mgr.25387) 1549 : cluster [DBG] pgmap v960: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.431983+0000 mgr.y (mgr.25387) 1550 : cluster [DBG] pgmap v961: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.436170+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.436732+0000 mgr.y (mgr.25387) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.478701+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.368 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.480517+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.481967+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.483904+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.484560+0000 mon.a (mon.0) 3395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.486059+0000 mgr.y (mgr.25387) 1552 : cluster [DBG] pgmap v962: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.486426+0000 mgr.y (mgr.25387) 1553 : cluster [DBG] pgmap v963: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.491586+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.492297+0000 mgr.y (mgr.25387) 1554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.566053+0000 mon.a (mon.0) 3397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.567807+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.568690+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.570775+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.571480+0000 mon.a (mon.0) 3401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.572999+0000 mgr.y (mgr.25387) 1555 : cluster [DBG] pgmap v964: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.573308+0000 mgr.y (mgr.25387) 1556 : cluster [DBG] pgmap v965: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.578513+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.579143+0000 mgr.y (mgr.25387) 1557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.635823+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.637814+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.638686+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.640733+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.641357+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.642724+0000 mgr.y (mgr.25387) 1558 : cluster [DBG] pgmap v966: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.346341+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.360839+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.362325+0000 mgr.y (mgr.25387) 1548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.424525+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.426654+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.427445+0000 mon.a (mon.0) 3387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.429649+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.430304+0000 mon.a (mon.0) 3389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.431694+0000 mgr.y (mgr.25387) 1549 : cluster [DBG] pgmap v960: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.431983+0000 mgr.y (mgr.25387) 1550 : cluster [DBG] pgmap v961: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.436170+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.436732+0000 mgr.y (mgr.25387) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.478701+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.480517+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.481967+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.483904+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.484560+0000 mon.a (mon.0) 3395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.486059+0000 mgr.y (mgr.25387) 1552 : cluster [DBG] pgmap v962: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.643048+0000 mgr.y (mgr.25387) 1559 : cluster [DBG] pgmap v967: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.647471+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.648141+0000 mgr.y (mgr.25387) 1560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.704903+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.706681+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.707616+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.709581+0000 mon.a (mon.0) 3412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.710193+0000 mon.a (mon.0) 3413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.711438+0000 mgr.y (mgr.25387) 1561 : cluster [DBG] pgmap v968: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.711705+0000 mgr.y (mgr.25387) 1562 : cluster [DBG] pgmap v969: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.716088+0000 mon.a (mon.0) 3414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.716646+0000 mgr.y (mgr.25387) 1563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.789593+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.791448+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.792274+0000 mon.a (mon.0) 3417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.794248+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.794915+0000 mon.a (mon.0) 3419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.486426+0000 mgr.y (mgr.25387) 1553 : cluster [DBG] pgmap v963: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.491586+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.492297+0000 mgr.y (mgr.25387) 1554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.566053+0000 mon.a (mon.0) 3397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.567807+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.568690+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.570775+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.571480+0000 mon.a (mon.0) 3401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.572999+0000 mgr.y (mgr.25387) 1555 : cluster [DBG] pgmap v964: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.573308+0000 mgr.y (mgr.25387) 1556 : cluster [DBG] pgmap v965: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.578513+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.579143+0000 mgr.y (mgr.25387) 1557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.635823+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.637814+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.638686+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.640733+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.641357+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.642724+0000 mgr.y (mgr.25387) 1558 : cluster [DBG] pgmap v966: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.796227+0000 mgr.y (mgr.25387) 1564 : cluster [DBG] pgmap v970: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.796610+0000 mgr.y (mgr.25387) 1565 : cluster [DBG] pgmap v971: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.802540+0000 mon.a (mon.0) 3420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.803133+0000 mgr.y (mgr.25387) 1566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.860077+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.862532+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.863451+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.866066+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.866863+0000 mon.a (mon.0) 3425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.868385+0000 mgr.y (mgr.25387) 1567 : cluster [DBG] pgmap v972: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.868847+0000 mgr.y (mgr.25387) 1568 : cluster [DBG] pgmap v973: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.874215+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.874863+0000 mgr.y (mgr.25387) 1569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.931707+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.933658+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.934694+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.936767+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.937394+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.643048+0000 mgr.y (mgr.25387) 1559 : cluster [DBG] pgmap v967: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.647471+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.648141+0000 mgr.y (mgr.25387) 1560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.704903+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.706681+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.707616+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.709581+0000 mon.a (mon.0) 3412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.710193+0000 mon.a (mon.0) 3413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.711438+0000 mgr.y (mgr.25387) 1561 : cluster [DBG] pgmap v968: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.711705+0000 mgr.y (mgr.25387) 1562 : cluster [DBG] pgmap v969: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.716088+0000 mon.a (mon.0) 3414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.716646+0000 mgr.y (mgr.25387) 1563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.789593+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.791448+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.792274+0000 mon.a (mon.0) 3417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.794248+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.794915+0000 mon.a (mon.0) 3419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.938861+0000 mgr.y (mgr.25387) 1570 : cluster [DBG] pgmap v974: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.939272+0000 mgr.y (mgr.25387) 1571 : cluster [DBG] pgmap v975: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.945036+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:48.945758+0000 mgr.y (mgr.25387) 1572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.967647+0000 mon.a (mon.0) 3433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.973013+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.974173+0000 mgr.y (mgr.25387) 1573 : cluster [DBG] pgmap v976: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cluster 2024-03-30T04:44:48.974539+0000 mgr.y (mgr.25387) 1574 : cluster [DBG] pgmap v977: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:48.979078+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:49.018655+0000 mon.a (mon.0) 3436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:49.020497+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:49.021941+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:49.022945+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:49.024146+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: audit 2024-03-30T04:44:49.024281+0000 mgr.y (mgr.25387) 1575 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:49.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[73934]: cephadm 2024-03-30T04:44:49.025062+0000 mgr.y (mgr.25387) 1576 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:44:49.381 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[65835]: debug 2024-03-30T04:44:49.018+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:44:49.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.796227+0000 mgr.y (mgr.25387) 1564 : cluster [DBG] pgmap v970: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.796610+0000 mgr.y (mgr.25387) 1565 : cluster [DBG] pgmap v971: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.802540+0000 mon.a (mon.0) 3420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.803133+0000 mgr.y (mgr.25387) 1566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.860077+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.862532+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.863451+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.866066+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.866863+0000 mon.a (mon.0) 3425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.868385+0000 mgr.y (mgr.25387) 1567 : cluster [DBG] pgmap v972: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.868847+0000 mgr.y (mgr.25387) 1568 : cluster [DBG] pgmap v973: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.874215+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.874863+0000 mgr.y (mgr.25387) 1569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.931707+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.933658+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.934694+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.936767+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.937394+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.938861+0000 mgr.y (mgr.25387) 1570 : cluster [DBG] pgmap v974: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.939272+0000 mgr.y (mgr.25387) 1571 : cluster [DBG] pgmap v975: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.945036+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:48.945758+0000 mgr.y (mgr.25387) 1572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.967647+0000 mon.a (mon.0) 3433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.973013+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.974173+0000 mgr.y (mgr.25387) 1573 : cluster [DBG] pgmap v976: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cluster 2024-03-30T04:44:48.974539+0000 mgr.y (mgr.25387) 1574 : cluster [DBG] pgmap v977: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:48.979078+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:49.018655+0000 mon.a (mon.0) 3436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:49.020497+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:49.021941+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:49.022945+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:49.024146+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: audit 2024-03-30T04:44:49.024281+0000 mgr.y (mgr.25387) 1575 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:49.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:49 smithi097 bash[69502]: cephadm 2024-03-30T04:44:49.025062+0000 mgr.y (mgr.25387) 1576 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:44:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.126967+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.128010+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.137230+0000 mon.a (mon.0) 3360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.138172+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.139763+0000 mgr.y (mgr.25387) 1537 : cluster [DBG] pgmap v951: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.140099+0000 mgr.y (mgr.25387) 1538 : cluster [DBG] pgmap v952: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.144491+0000 mon.a (mon.0) 3362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.145029+0000 mgr.y (mgr.25387) 1539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.203747+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.205710+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.206529+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.208343+0000 mon.a (mon.0) 3366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.208949+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.210283+0000 mgr.y (mgr.25387) 1540 : cluster [DBG] pgmap v953: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.210694+0000 mgr.y (mgr.25387) 1541 : cluster [DBG] pgmap v954: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.215140+0000 mon.a (mon.0) 3368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.215933+0000 mgr.y (mgr.25387) 1542 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.258125+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.259935+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.260741+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.262832+0000 mon.a (mon.0) 3372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.263536+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.264858+0000 mgr.y (mgr.25387) 1543 : cluster [DBG] pgmap v955: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.265224+0000 mgr.y (mgr.25387) 1544 : cluster [DBG] pgmap v956: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.269852+0000 mon.a (mon.0) 3374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.270465+0000 mgr.y (mgr.25387) 1545 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.316684+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.322426+0000 mon.a (mon.0) 3376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.325469+0000 mon.a (mon.0) 3377 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.325941+0000 mon.a (mon.0) 3378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.328118+0000 mon.a (mon.0) 3379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.328837+0000 mon.a (mon.0) 3380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.330180+0000 mgr.y (mgr.25387) 1546 : cluster [DBG] pgmap v957: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.330487+0000 mgr.y (mgr.25387) 1547 : cluster [DBG] pgmap v958: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.335911+0000 mon.a (mon.0) 3381 : cluster [INF] osd.0 [v2:172.21.15.97:6802/1979574839,v1:172.21.15.97:6803/1979574839] boot 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.335993+0000 mon.a (mon.0) 3382 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.346341+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.360839+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.362325+0000 mgr.y (mgr.25387) 1548 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.424525+0000 mon.a (mon.0) 3385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.426654+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.427445+0000 mon.a (mon.0) 3387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.429649+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.430304+0000 mon.a (mon.0) 3389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.431694+0000 mgr.y (mgr.25387) 1549 : cluster [DBG] pgmap v960: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.431983+0000 mgr.y (mgr.25387) 1550 : cluster [DBG] pgmap v961: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.436170+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.436732+0000 mgr.y (mgr.25387) 1551 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.478701+0000 mon.a (mon.0) 3391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.480517+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.481967+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.483904+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.484560+0000 mon.a (mon.0) 3395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.486059+0000 mgr.y (mgr.25387) 1552 : cluster [DBG] pgmap v962: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.486426+0000 mgr.y (mgr.25387) 1553 : cluster [DBG] pgmap v963: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.491586+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.492297+0000 mgr.y (mgr.25387) 1554 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.566053+0000 mon.a (mon.0) 3397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.567807+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.568690+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.570775+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.571480+0000 mon.a (mon.0) 3401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.572999+0000 mgr.y (mgr.25387) 1555 : cluster [DBG] pgmap v964: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.573308+0000 mgr.y (mgr.25387) 1556 : cluster [DBG] pgmap v965: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.578513+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.579143+0000 mgr.y (mgr.25387) 1557 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.635823+0000 mon.a (mon.0) 3403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.637814+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.638686+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.640733+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.641357+0000 mon.a (mon.0) 3407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.642724+0000 mgr.y (mgr.25387) 1558 : cluster [DBG] pgmap v966: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.643048+0000 mgr.y (mgr.25387) 1559 : cluster [DBG] pgmap v967: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.647471+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.648141+0000 mgr.y (mgr.25387) 1560 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.704903+0000 mon.a (mon.0) 3409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.706681+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.707616+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.709581+0000 mon.a (mon.0) 3412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.710193+0000 mon.a (mon.0) 3413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.711438+0000 mgr.y (mgr.25387) 1561 : cluster [DBG] pgmap v968: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.711705+0000 mgr.y (mgr.25387) 1562 : cluster [DBG] pgmap v969: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.716088+0000 mon.a (mon.0) 3414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.716646+0000 mgr.y (mgr.25387) 1563 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.789593+0000 mon.a (mon.0) 3415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.791448+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.792274+0000 mon.a (mon.0) 3417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.794248+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.794915+0000 mon.a (mon.0) 3419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.796227+0000 mgr.y (mgr.25387) 1564 : cluster [DBG] pgmap v970: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.796610+0000 mgr.y (mgr.25387) 1565 : cluster [DBG] pgmap v971: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.802540+0000 mon.a (mon.0) 3420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.803133+0000 mgr.y (mgr.25387) 1566 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.860077+0000 mon.a (mon.0) 3421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.862532+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.863451+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.866066+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.866863+0000 mon.a (mon.0) 3425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.868385+0000 mgr.y (mgr.25387) 1567 : cluster [DBG] pgmap v972: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.868847+0000 mgr.y (mgr.25387) 1568 : cluster [DBG] pgmap v973: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.874215+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.874863+0000 mgr.y (mgr.25387) 1569 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.931707+0000 mon.a (mon.0) 3427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.933658+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.934694+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.936767+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.937394+0000 mon.a (mon.0) 3431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.938861+0000 mgr.y (mgr.25387) 1570 : cluster [DBG] pgmap v974: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.939272+0000 mgr.y (mgr.25387) 1571 : cluster [DBG] pgmap v975: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.945036+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:48.945758+0000 mgr.y (mgr.25387) 1572 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.967647+0000 mon.a (mon.0) 3433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.973013+0000 mon.a (mon.0) 3434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.974173+0000 mgr.y (mgr.25387) 1573 : cluster [DBG] pgmap v976: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cluster 2024-03-30T04:44:48.974539+0000 mgr.y (mgr.25387) 1574 : cluster [DBG] pgmap v977: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 75/726 objects degraded (10.331%) 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:48.979078+0000 mon.a (mon.0) 3435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:49.018655+0000 mon.a (mon.0) 3436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:49.020497+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:49.021941+0000 mon.a (mon.0) 3438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:49.022945+0000 mon.a (mon.0) 3439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:49.024146+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: audit 2024-03-30T04:44:49.024281+0000 mgr.y (mgr.25387) 1575 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:44:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:49 smithi105 bash[58125]: cephadm 2024-03-30T04:44:49.025062+0000 mgr.y (mgr.25387) 1576 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:44:50.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:50 smithi097 bash[69502]: cluster 2024-03-30T04:44:49.337823+0000 mon.a (mon.0) 3441 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-03-30T04:44:50.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:50 smithi097 bash[73934]: cluster 2024-03-30T04:44:49.337823+0000 mon.a (mon.0) 3441 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-03-30T04:44:50.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:50 smithi105 bash[58125]: cluster 2024-03-30T04:44:49.337823+0000 mon.a (mon.0) 3441 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-03-30T04:44:51.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:51 smithi097 bash[73934]: audit 2024-03-30T04:44:50.501013+0000 mgr.y (mgr.25387) 1577 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:51.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:51 smithi097 bash[73934]: cluster 2024-03-30T04:44:50.975351+0000 mgr.y (mgr.25387) 1578 : cluster [DBG] pgmap v979: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 34/726 objects degraded (4.683%) 2024-03-30T04:44:51.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:51 smithi097 bash[69502]: audit 2024-03-30T04:44:50.501013+0000 mgr.y (mgr.25387) 1577 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:51.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:51 smithi097 bash[69502]: cluster 2024-03-30T04:44:50.975351+0000 mgr.y (mgr.25387) 1578 : cluster [DBG] pgmap v979: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 34/726 objects degraded (4.683%) 2024-03-30T04:44:51.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:51 smithi105 bash[58125]: audit 2024-03-30T04:44:50.501013+0000 mgr.y (mgr.25387) 1577 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:44:51.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:51 smithi105 bash[58125]: cluster 2024-03-30T04:44:50.975351+0000 mgr.y (mgr.25387) 1578 : cluster [DBG] pgmap v979: 161 pgs: 9 active+undersized+degraded, 12 active+undersized, 140 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s; 34/726 objects degraded (4.683%) 2024-03-30T04:44:52.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:52 smithi097 bash[69502]: cluster 2024-03-30T04:44:51.336218+0000 mon.a (mon.0) 3442 : cluster [WRN] Health check update: Degraded data redundancy: 34/726 objects degraded (4.683%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:52.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:44:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:44:52] "GET /metrics HTTP/1.1" 200 38399 "" "Prometheus/2.33.4" 2024-03-30T04:44:52.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:52 smithi097 bash[73934]: cluster 2024-03-30T04:44:51.336218+0000 mon.a (mon.0) 3442 : cluster [WRN] Health check update: Degraded data redundancy: 34/726 objects degraded (4.683%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:52.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:52 smithi105 bash[58125]: cluster 2024-03-30T04:44:51.336218+0000 mon.a (mon.0) 3442 : cluster [WRN] Health check update: Degraded data redundancy: 34/726 objects degraded (4.683%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:44:53.530 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[73934]: cluster 2024-03-30T04:44:52.975893+0000 mgr.y (mgr.25387) 1579 : cluster [DBG] pgmap v980: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:53.530 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[73934]: audit 2024-03-30T04:44:53.135462+0000 mon.a (mon.0) 3443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.530 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[73934]: audit 2024-03-30T04:44:53.142744+0000 mon.a (mon.0) 3444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.530 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[73934]: audit 2024-03-30T04:44:53.149913+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.530 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[69502]: cluster 2024-03-30T04:44:52.975893+0000 mgr.y (mgr.25387) 1579 : cluster [DBG] pgmap v980: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:53.530 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[69502]: audit 2024-03-30T04:44:53.135462+0000 mon.a (mon.0) 3443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.531 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[69502]: audit 2024-03-30T04:44:53.142744+0000 mon.a (mon.0) 3444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.531 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:53 smithi097 bash[69502]: audit 2024-03-30T04:44:53.149913+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.605 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:53 smithi105 bash[52959]: ts=2024-03-30T04:44:53.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:53.605 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:53 smithi105 bash[58125]: cluster 2024-03-30T04:44:52.975893+0000 mgr.y (mgr.25387) 1579 : cluster [DBG] pgmap v980: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:53.605 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:53 smithi105 bash[58125]: audit 2024-03-30T04:44:53.135462+0000 mon.a (mon.0) 3443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.605 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:53 smithi105 bash[58125]: audit 2024-03-30T04:44:53.142744+0000 mon.a (mon.0) 3444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:53.605 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:53 smithi105 bash[58125]: audit 2024-03-30T04:44:53.149913+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:54 smithi097 bash[73934]: cluster 2024-03-30T04:44:53.143797+0000 mgr.y (mgr.25387) 1580 : cluster [DBG] pgmap v981: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:54 smithi097 bash[73934]: cluster 2024-03-30T04:44:53.144044+0000 mgr.y (mgr.25387) 1581 : cluster [DBG] pgmap v982: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:54 smithi097 bash[73934]: cluster 2024-03-30T04:44:53.346042+0000 mon.a (mon.0) 3446 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 9 pgs degraded) 2024-03-30T04:44:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:54 smithi097 bash[69502]: cluster 2024-03-30T04:44:53.143797+0000 mgr.y (mgr.25387) 1580 : cluster [DBG] pgmap v981: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:54 smithi097 bash[69502]: cluster 2024-03-30T04:44:53.144044+0000 mgr.y (mgr.25387) 1581 : cluster [DBG] pgmap v982: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:54 smithi097 bash[69502]: cluster 2024-03-30T04:44:53.346042+0000 mon.a (mon.0) 3446 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 9 pgs degraded) 2024-03-30T04:44:54.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:54 smithi105 bash[58125]: cluster 2024-03-30T04:44:53.143797+0000 mgr.y (mgr.25387) 1580 : cluster [DBG] pgmap v981: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:54 smithi105 bash[58125]: cluster 2024-03-30T04:44:53.144044+0000 mgr.y (mgr.25387) 1581 : cluster [DBG] pgmap v982: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:44:54.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:54 smithi105 bash[58125]: cluster 2024-03-30T04:44:53.346042+0000 mon.a (mon.0) 3446 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 9 pgs degraded) 2024-03-30T04:44:55.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:55 smithi097 bash[69502]: audit 2024-03-30T04:44:54.490881+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:55.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:55 smithi097 bash[69502]: audit 2024-03-30T04:44:54.492562+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:55.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:55 smithi097 bash[73934]: audit 2024-03-30T04:44:54.490881+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:55.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:55 smithi097 bash[73934]: audit 2024-03-30T04:44:54.492562+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:55.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:55 smithi105 bash[58125]: audit 2024-03-30T04:44:54.490881+0000 mon.a (mon.0) 3447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:55.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:55 smithi105 bash[58125]: audit 2024-03-30T04:44:54.492562+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:44:56.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:56 smithi105 bash[58125]: cluster 2024-03-30T04:44:55.144517+0000 mgr.y (mgr.25387) 1582 : cluster [DBG] pgmap v983: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 829 B/s rd, 0 op/s 2024-03-30T04:44:56.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:56 smithi105 bash[58125]: audit 2024-03-30T04:44:56.308719+0000 mon.a (mon.0) 3449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:56 smithi105 bash[58125]: audit 2024-03-30T04:44:56.322452+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:56 smithi105 bash[58125]: audit 2024-03-30T04:44:56.337542+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[69502]: cluster 2024-03-30T04:44:55.144517+0000 mgr.y (mgr.25387) 1582 : cluster [DBG] pgmap v983: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 829 B/s rd, 0 op/s 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[69502]: audit 2024-03-30T04:44:56.308719+0000 mon.a (mon.0) 3449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[69502]: audit 2024-03-30T04:44:56.322452+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[69502]: audit 2024-03-30T04:44:56.337542+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[73934]: cluster 2024-03-30T04:44:55.144517+0000 mgr.y (mgr.25387) 1582 : cluster [DBG] pgmap v983: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 829 B/s rd, 0 op/s 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[73934]: audit 2024-03-30T04:44:56.308719+0000 mon.a (mon.0) 3449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[73934]: audit 2024-03-30T04:44:56.322452+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:56.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:56 smithi097 bash[73934]: audit 2024-03-30T04:44:56.337542+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:44:57.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:57 smithi097 bash[69502]: cluster 2024-03-30T04:44:56.325827+0000 mgr.y (mgr.25387) 1583 : cluster [DBG] pgmap v984: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:44:57.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:57 smithi097 bash[69502]: cluster 2024-03-30T04:44:56.326369+0000 mgr.y (mgr.25387) 1584 : cluster [DBG] pgmap v985: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-03-30T04:44:57.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:57 smithi097 bash[73934]: cluster 2024-03-30T04:44:56.325827+0000 mgr.y (mgr.25387) 1583 : cluster [DBG] pgmap v984: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:44:57.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:57 smithi097 bash[73934]: cluster 2024-03-30T04:44:56.326369+0000 mgr.y (mgr.25387) 1584 : cluster [DBG] pgmap v985: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-03-30T04:44:57.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:57 smithi105 bash[58125]: cluster 2024-03-30T04:44:56.325827+0000 mgr.y (mgr.25387) 1583 : cluster [DBG] pgmap v984: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:44:57.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:57 smithi105 bash[58125]: cluster 2024-03-30T04:44:56.326369+0000 mgr.y (mgr.25387) 1584 : cluster [DBG] pgmap v985: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-03-30T04:44:58.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:58 smithi105 bash[52959]: ts=2024-03-30T04:44:58.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-30T04:44:58.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:44:58 smithi105 bash[52959]: ts=2024-03-30T04:44:58.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:44:59.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:44:59 smithi097 bash[69502]: cluster 2024-03-30T04:44:58.327104+0000 mgr.y (mgr.25387) 1585 : cluster [DBG] pgmap v986: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-03-30T04:44:59.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:44:59 smithi097 bash[73934]: cluster 2024-03-30T04:44:58.327104+0000 mgr.y (mgr.25387) 1585 : cluster [DBG] pgmap v986: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-03-30T04:44:59.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:44:59 smithi105 bash[58125]: cluster 2024-03-30T04:44:58.327104+0000 mgr.y (mgr.25387) 1585 : cluster [DBG] pgmap v986: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 956 B/s rd, 0 op/s 2024-03-30T04:45:00.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:00 smithi097 bash[73934]: audit 2024-03-30T04:44:59.547748+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:00.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:00 smithi097 bash[69502]: audit 2024-03-30T04:44:59.547748+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:00.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:00 smithi105 bash[58125]: audit 2024-03-30T04:44:59.547748+0000 mon.a (mon.0) 3452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:01.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:01 smithi097 bash[69502]: cluster 2024-03-30T04:45:00.327801+0000 mgr.y (mgr.25387) 1586 : cluster [DBG] pgmap v987: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-03-30T04:45:01.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:01 smithi097 bash[69502]: audit 2024-03-30T04:45:00.510382+0000 mgr.y (mgr.25387) 1587 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:01.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:01 smithi097 bash[73934]: cluster 2024-03-30T04:45:00.327801+0000 mgr.y (mgr.25387) 1586 : cluster [DBG] pgmap v987: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-03-30T04:45:01.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:01 smithi097 bash[73934]: audit 2024-03-30T04:45:00.510382+0000 mgr.y (mgr.25387) 1587 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:01.935 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:01 smithi105 bash[58125]: cluster 2024-03-30T04:45:00.327801+0000 mgr.y (mgr.25387) 1586 : cluster [DBG] pgmap v987: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2024-03-30T04:45:01.935 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:01 smithi105 bash[58125]: audit 2024-03-30T04:45:00.510382+0000 mgr.y (mgr.25387) 1587 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:02.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:45:02] "GET /metrics HTTP/1.1" 200 38411 "" "Prometheus/2.33.4" 2024-03-30T04:45:03.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:03 smithi097 bash[69502]: cluster 2024-03-30T04:45:02.329385+0000 mgr.y (mgr.25387) 1588 : cluster [DBG] pgmap v988: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:03.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:03 smithi097 bash[73934]: cluster 2024-03-30T04:45:02.329385+0000 mgr.y (mgr.25387) 1588 : cluster [DBG] pgmap v988: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:03.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:03 smithi105 bash[58125]: cluster 2024-03-30T04:45:02.329385+0000 mgr.y (mgr.25387) 1588 : cluster [DBG] pgmap v988: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:03.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:03 smithi105 bash[52959]: ts=2024-03-30T04:45:03.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:04.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:04 smithi097 bash[69502]: audit 2024-03-30T04:45:04.040837+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:45:04.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:04 smithi097 bash[69502]: audit 2024-03-30T04:45:04.041251+0000 mgr.y (mgr.25387) 1589 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:45:04.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:04 smithi097 bash[69502]: cephadm 2024-03-30T04:45:04.044032+0000 mgr.y (mgr.25387) 1590 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:45:04.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:04 smithi097 bash[73934]: audit 2024-03-30T04:45:04.040837+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:45:04.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:04 smithi097 bash[73934]: audit 2024-03-30T04:45:04.041251+0000 mgr.y (mgr.25387) 1589 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:45:04.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:04 smithi097 bash[73934]: cephadm 2024-03-30T04:45:04.044032+0000 mgr.y (mgr.25387) 1590 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:45:04.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:04 smithi105 bash[58125]: audit 2024-03-30T04:45:04.040837+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:45:04.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:04 smithi105 bash[58125]: audit 2024-03-30T04:45:04.041251+0000 mgr.y (mgr.25387) 1589 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-30T04:45:04.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:04 smithi105 bash[58125]: cephadm 2024-03-30T04:45:04.044032+0000 mgr.y (mgr.25387) 1590 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-03-30T04:45:05.838 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:05 smithi097 bash[69502]: cluster 2024-03-30T04:45:04.329976+0000 mgr.y (mgr.25387) 1591 : cluster [DBG] pgmap v989: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:05.839 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:05 smithi097 bash[73934]: cluster 2024-03-30T04:45:04.329976+0000 mgr.y (mgr.25387) 1591 : cluster [DBG] pgmap v989: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:05.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:05 smithi105 bash[58125]: cluster 2024-03-30T04:45:04.329976+0000 mgr.y (mgr.25387) 1591 : cluster [DBG] pgmap v989: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[73934]: cluster 2024-03-30T04:45:06.331524+0000 mgr.y (mgr.25387) 1592 : cluster [DBG] pgmap v990: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[73934]: cephadm 2024-03-30T04:45:06.467079+0000 mgr.y (mgr.25387) 1593 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[73934]: audit 2024-03-30T04:45:06.474143+0000 mon.a (mon.0) 3454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[73934]: audit 2024-03-30T04:45:06.478535+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[73934]: audit 2024-03-30T04:45:06.479761+0000 mon.a (mon.0) 3456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[73934]: cephadm 2024-03-30T04:45:06.484421+0000 mgr.y (mgr.25387) 1594 : cephadm [INF] Deploying daemon osd.1 on smithi097 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[69502]: cluster 2024-03-30T04:45:06.331524+0000 mgr.y (mgr.25387) 1592 : cluster [DBG] pgmap v990: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[69502]: cephadm 2024-03-30T04:45:06.467079+0000 mgr.y (mgr.25387) 1593 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[69502]: audit 2024-03-30T04:45:06.474143+0000 mon.a (mon.0) 3454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:07.746 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[69502]: audit 2024-03-30T04:45:06.478535+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:45:07.747 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[69502]: audit 2024-03-30T04:45:06.479761+0000 mon.a (mon.0) 3456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.747 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:07 smithi097 bash[69502]: cephadm 2024-03-30T04:45:06.484421+0000 mgr.y (mgr.25387) 1594 : cephadm [INF] Deploying daemon osd.1 on smithi097 2024-03-30T04:45:07.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:07 smithi105 bash[58125]: cluster 2024-03-30T04:45:06.331524+0000 mgr.y (mgr.25387) 1592 : cluster [DBG] pgmap v990: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:07.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:07 smithi105 bash[58125]: cephadm 2024-03-30T04:45:06.467079+0000 mgr.y (mgr.25387) 1593 : cephadm [INF] Upgrade: Updating osd.1 2024-03-30T04:45:07.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:07 smithi105 bash[58125]: audit 2024-03-30T04:45:06.474143+0000 mon.a (mon.0) 3454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:07.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:07 smithi105 bash[58125]: audit 2024-03-30T04:45:06.478535+0000 mon.a (mon.0) 3455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-30T04:45:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:07 smithi105 bash[58125]: audit 2024-03-30T04:45:06.479761+0000 mon.a (mon.0) 3456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:07.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:07 smithi105 bash[58125]: cephadm 2024-03-30T04:45:06.484421+0000 mgr.y (mgr.25387) 1594 : cephadm [INF] Deploying daemon osd.1 on smithi097 2024-03-30T04:45:08.450 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:45:08.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:08 smithi105 bash[52959]: ts=2024-03-30T04:45:08.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 16s ago 17m - - 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 12s ago 17m - - 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (4m) 16s ago 11m 13.1M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 12s ago 10m - - 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (3m) 16s ago 8m 44.3M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:45:09.195 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (2m) 12s ago 16m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (3m) 16s ago 18m 509M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (2m) 16s ago 18m 78.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (89s) 12s ago 17m 37.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (111s) 16s ago 17m 42.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (4m) 16s ago 11m 9220k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (4m) 12s ago 11m 8932k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (28s) 16s ago 16m 44.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (15m) 16s ago 15m 58.9M 4096M 17.2.0 e1d6a67b021e 03837f7efae5 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (15m) 16s ago 15m 52.9M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (14m) 16s ago 14m 58.0M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (13m) 12s ago 14m 59.7M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (13m) 12s ago 13m 54.8M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (12m) 12s ago 12m 54.5M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (12m) 12s ago 12m 58.0M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:45:09.196 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (3m) 12s ago 11m 65.7M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:45:09.197 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (9m) 16s ago 9m 87.0M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:45:09.197 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (9m) 12s ago 9m 87.0M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:45:09.197 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (8m) 16s ago 8m 87.1M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:45:09.197 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (8m) 12s ago 8m 87.2M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:45:09.542 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:09 smithi097 bash[73934]: cluster 2024-03-30T04:45:08.332391+0000 mgr.y (mgr.25387) 1595 : cluster [DBG] pgmap v991: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:09.542 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:09 smithi097 bash[73934]: audit 2024-03-30T04:45:08.441491+0000 mgr.y (mgr.25387) 1596 : audit [DBG] from='client.54217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:09.542 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:09 smithi097 bash[73934]: audit 2024-03-30T04:45:08.811474+0000 mgr.y (mgr.25387) 1597 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:09.542 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:09 smithi097 bash[69502]: cluster 2024-03-30T04:45:08.332391+0000 mgr.y (mgr.25387) 1595 : cluster [DBG] pgmap v991: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:09.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:09 smithi097 bash[69502]: audit 2024-03-30T04:45:08.441491+0000 mgr.y (mgr.25387) 1596 : audit [DBG] from='client.54217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:09.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:09 smithi097 bash[69502]: audit 2024-03-30T04:45:08.811474+0000 mgr.y (mgr.25387) 1597 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:09.636 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 1 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-03-30T04:45:09.637 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 6 2024-03-30T04:45:09.638 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:45:09.638 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:45:09.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:09 smithi105 bash[58125]: cluster 2024-03-30T04:45:08.332391+0000 mgr.y (mgr.25387) 1595 : cluster [DBG] pgmap v991: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:09.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:09 smithi105 bash[58125]: audit 2024-03-30T04:45:08.441491+0000 mgr.y (mgr.25387) 1596 : audit [DBG] from='client.54217 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:09.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:09 smithi105 bash[58125]: audit 2024-03-30T04:45:08.811474+0000 mgr.y (mgr.25387) 1597 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:45:09.987 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:45:09.988 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:45:09.988 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "6/23 daemons upgraded", 2024-03-30T04:45:09.988 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:45:09.988 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:45:09.988 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:45:10.416 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:45:10.416 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:45:10.416 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:45:10.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.625 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.625 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.626 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.626 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.627 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: Stopping Ceph osd.1 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:45:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[69502]: audit 2024-03-30T04:45:09.177322+0000 mgr.y (mgr.25387) 1598 : audit [DBG] from='client.54229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[69502]: audit 2024-03-30T04:45:09.484109+0000 mon.a (mon.0) 3457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[69502]: audit 2024-03-30T04:45:09.642234+0000 mon.a (mon.0) 3458 : audit [DBG] from='client.? 172.21.15.97:0/1839387019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[69502]: audit 2024-03-30T04:45:09.992427+0000 mgr.y (mgr.25387) 1599 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[69502]: audit 2024-03-30T04:45:10.422473+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.97:0/627236566' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:10.628 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:10 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[73934]: audit 2024-03-30T04:45:09.177322+0000 mgr.y (mgr.25387) 1598 : audit [DBG] from='client.54229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[73934]: audit 2024-03-30T04:45:09.484109+0000 mon.a (mon.0) 3457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[73934]: audit 2024-03-30T04:45:09.642234+0000 mon.a (mon.0) 3458 : audit [DBG] from='client.? 172.21.15.97:0/1839387019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[73934]: audit 2024-03-30T04:45:09.992427+0000 mgr.y (mgr.25387) 1599 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[73934]: audit 2024-03-30T04:45:10.422473+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.97:0/627236566' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:10 smithi105 bash[58125]: audit 2024-03-30T04:45:09.177322+0000 mgr.y (mgr.25387) 1598 : audit [DBG] from='client.54229 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:10 smithi105 bash[58125]: audit 2024-03-30T04:45:09.484109+0000 mon.a (mon.0) 3457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:10 smithi105 bash[58125]: audit 2024-03-30T04:45:09.642234+0000 mon.a (mon.0) 3458 : audit [DBG] from='client.? 172.21.15.97:0/1839387019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:10 smithi105 bash[58125]: audit 2024-03-30T04:45:09.992427+0000 mgr.y (mgr.25387) 1599 : audit [DBG] from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:10 smithi105 bash[58125]: audit 2024-03-30T04:45:10.422473+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.97:0/627236566' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:11.125 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[30602]: debug 2024-03-30T04:45:10.654+0000 7f4dc9e59700 -1 received signal: Terminated from /sbin/docker-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 2024-03-30T04:45:11.125 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[30602]: debug 2024-03-30T04:45:10.654+0000 7f4dc9e59700 -1 osd.1 111 *** Got signal Terminated *** 2024-03-30T04:45:11.125 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:10 smithi097 bash[30602]: debug 2024-03-30T04:45:10.654+0000 7f4dc9e59700 -1 osd.1 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:45:11.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:11 smithi097 bash[73934]: cluster 2024-03-30T04:45:10.332831+0000 mgr.y (mgr.25387) 1600 : cluster [DBG] pgmap v992: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:11.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:11 smithi097 bash[73934]: audit 2024-03-30T04:45:10.520995+0000 mgr.y (mgr.25387) 1601 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:11.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:11 smithi097 bash[73934]: cluster 2024-03-30T04:45:10.660288+0000 mon.a (mon.0) 3459 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:45:11.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:11 smithi097 bash[69502]: cluster 2024-03-30T04:45:10.332831+0000 mgr.y (mgr.25387) 1600 : cluster [DBG] pgmap v992: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:11.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:11 smithi097 bash[69502]: audit 2024-03-30T04:45:10.520995+0000 mgr.y (mgr.25387) 1601 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:11.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:11 smithi097 bash[69502]: cluster 2024-03-30T04:45:10.660288+0000 mon.a (mon.0) 3459 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:45:11.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:11 smithi105 bash[58125]: cluster 2024-03-30T04:45:10.332831+0000 mgr.y (mgr.25387) 1600 : cluster [DBG] pgmap v992: 161 pgs: 161 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:11.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:11 smithi105 bash[58125]: audit 2024-03-30T04:45:10.520995+0000 mgr.y (mgr.25387) 1601 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:11.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:11 smithi105 bash[58125]: cluster 2024-03-30T04:45:10.660288+0000 mon.a (mon.0) 3459 : cluster [INF] osd.1 marked itself down and dead 2024-03-30T04:45:12.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:45:12] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2024-03-30T04:45:12.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:12 smithi097 bash[69502]: cluster 2024-03-30T04:45:11.484502+0000 mon.a (mon.0) 3460 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:12.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:12 smithi097 bash[69502]: cluster 2024-03-30T04:45:11.502097+0000 mon.a (mon.0) 3461 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-30T04:45:12.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:12 smithi097 bash[73934]: cluster 2024-03-30T04:45:11.484502+0000 mon.a (mon.0) 3460 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:12.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:12 smithi097 bash[73934]: cluster 2024-03-30T04:45:11.502097+0000 mon.a (mon.0) 3461 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-30T04:45:12.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:12 smithi105 bash[58125]: cluster 2024-03-30T04:45:11.484502+0000 mon.a (mon.0) 3460 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:12.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:12 smithi105 bash[58125]: cluster 2024-03-30T04:45:11.502097+0000 mon.a (mon.0) 3461 : cluster [DBG] osdmap e112: 8 total, 7 up, 8 in 2024-03-30T04:45:13.450 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[80908]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:45:13.450 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[80998]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:45:13.771 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:13 smithi105 bash[52959]: ts=2024-03-30T04:45:13.506Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:13.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:13 smithi105 bash[58125]: cluster 2024-03-30T04:45:12.333487+0000 mgr.y (mgr.25387) 1602 : cluster [DBG] pgmap v994: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:13.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:13 smithi105 bash[58125]: cluster 2024-03-30T04:45:12.509154+0000 mon.a (mon.0) 3462 : cluster [DBG] osdmap e113: 8 total, 7 up, 8 in 2024-03-30T04:45:13.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:13 smithi105 bash[58125]: audit 2024-03-30T04:45:13.289394+0000 mon.a (mon.0) 3463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:13 smithi105 bash[58125]: audit 2024-03-30T04:45:13.295517+0000 mon.a (mon.0) 3464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:13 smithi105 bash[58125]: audit 2024-03-30T04:45:13.301683+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[73934]: cluster 2024-03-30T04:45:12.333487+0000 mgr.y (mgr.25387) 1602 : cluster [DBG] pgmap v994: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[73934]: cluster 2024-03-30T04:45:12.509154+0000 mon.a (mon.0) 3462 : cluster [DBG] osdmap e113: 8 total, 7 up, 8 in 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[73934]: audit 2024-03-30T04:45:13.289394+0000 mon.a (mon.0) 3463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[73934]: audit 2024-03-30T04:45:13.295517+0000 mon.a (mon.0) 3464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[73934]: audit 2024-03-30T04:45:13.301683+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[69502]: cluster 2024-03-30T04:45:12.333487+0000 mgr.y (mgr.25387) 1602 : cluster [DBG] pgmap v994: 161 pgs: 20 stale+active+clean, 141 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:45:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[69502]: cluster 2024-03-30T04:45:12.509154+0000 mon.a (mon.0) 3462 : cluster [DBG] osdmap e113: 8 total, 7 up, 8 in 2024-03-30T04:45:13.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[69502]: audit 2024-03-30T04:45:13.289394+0000 mon.a (mon.0) 3463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[69502]: audit 2024-03-30T04:45:13.295517+0000 mon.a (mon.0) 3464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:13.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:13 smithi097 bash[69502]: audit 2024-03-30T04:45:13.301683+0000 mon.a (mon.0) 3465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:14.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:14 smithi097 bash[69502]: cluster 2024-03-30T04:45:13.296675+0000 mgr.y (mgr.25387) 1603 : cluster [DBG] pgmap v996: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 734 B/s rd, 0 op/s 2024-03-30T04:45:14.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:14 smithi097 bash[69502]: cluster 2024-03-30T04:45:13.296957+0000 mgr.y (mgr.25387) 1604 : cluster [DBG] pgmap v997: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:45:14.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:14 smithi097 bash[73934]: cluster 2024-03-30T04:45:13.296675+0000 mgr.y (mgr.25387) 1603 : cluster [DBG] pgmap v996: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 734 B/s rd, 0 op/s 2024-03-30T04:45:14.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:14 smithi097 bash[73934]: cluster 2024-03-30T04:45:13.296957+0000 mgr.y (mgr.25387) 1604 : cluster [DBG] pgmap v997: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:45:14.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:14 smithi105 bash[58125]: cluster 2024-03-30T04:45:13.296675+0000 mgr.y (mgr.25387) 1603 : cluster [DBG] pgmap v996: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 734 B/s rd, 0 op/s 2024-03-30T04:45:14.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:14 smithi105 bash[58125]: cluster 2024-03-30T04:45:13.296957+0000 mgr.y (mgr.25387) 1604 : cluster [DBG] pgmap v997: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:45:16.490 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.491 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.491 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.1.service: Deactivated successfully. 2024-03-30T04:45:16.491 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: Stopped Ceph osd.1 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:16.491 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.492 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.492 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.492 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.493 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.493 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:16.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:16 smithi105 bash[58125]: cluster 2024-03-30T04:45:15.297545+0000 mgr.y (mgr.25387) 1605 : cluster [DBG] pgmap v998: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:45:16.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:16 smithi105 bash[58125]: audit 2024-03-30T04:45:16.477094+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:16 smithi105 bash[58125]: audit 2024-03-30T04:45:16.490059+0000 mon.a (mon.0) 3467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:16 smithi105 bash[58125]: audit 2024-03-30T04:45:16.499553+0000 mon.a (mon.0) 3468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.874 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:16 smithi097 systemd[1]: Started Ceph osd.1 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[69502]: cluster 2024-03-30T04:45:15.297545+0000 mgr.y (mgr.25387) 1605 : cluster [DBG] pgmap v998: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[69502]: audit 2024-03-30T04:45:16.477094+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[69502]: audit 2024-03-30T04:45:16.490059+0000 mon.a (mon.0) 3467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[69502]: audit 2024-03-30T04:45:16.499553+0000 mon.a (mon.0) 3468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[73934]: cluster 2024-03-30T04:45:15.297545+0000 mgr.y (mgr.25387) 1605 : cluster [DBG] pgmap v998: 161 pgs: 7 peering, 19 stale+active+clean, 135 active+clean; 585 KiB data, 116 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[73934]: audit 2024-03-30T04:45:16.477094+0000 mon.a (mon.0) 3466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[73934]: audit 2024-03-30T04:45:16.490059+0000 mon.a (mon.0) 3467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:16.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:16 smithi097 bash[73934]: audit 2024-03-30T04:45:16.499553+0000 mon.a (mon.0) 3468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.492904+0000 mgr.y (mgr.25387) 1606 : cluster [DBG] pgmap v999: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.493325+0000 mgr.y (mgr.25387) 1607 : cluster [DBG] pgmap v1000: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.543543+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.549516+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.573126+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.575433+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.576252+0000 mon.a (mon.0) 3473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.577804+0000 mgr.y (mgr.25387) 1608 : cluster [DBG] pgmap v1001: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.578203+0000 mgr.y (mgr.25387) 1609 : cluster [DBG] pgmap v1002: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.582673+0000 mon.a (mon.0) 3474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.583096+0000 mgr.y (mgr.25387) 1610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.640859+0000 mon.a (mon.0) 3475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.642977+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.644249+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.646729+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.647500+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.649148+0000 mgr.y (mgr.25387) 1611 : cluster [DBG] pgmap v1003: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.492904+0000 mgr.y (mgr.25387) 1606 : cluster [DBG] pgmap v999: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.493325+0000 mgr.y (mgr.25387) 1607 : cluster [DBG] pgmap v1000: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.543543+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.549516+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.573126+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.575433+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.576252+0000 mon.a (mon.0) 3473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.577804+0000 mgr.y (mgr.25387) 1608 : cluster [DBG] pgmap v1001: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.578203+0000 mgr.y (mgr.25387) 1609 : cluster [DBG] pgmap v1002: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.582673+0000 mon.a (mon.0) 3474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.583096+0000 mgr.y (mgr.25387) 1610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.640859+0000 mon.a (mon.0) 3475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.642977+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.644249+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.646729+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.647500+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.649148+0000 mgr.y (mgr.25387) 1611 : cluster [DBG] pgmap v1003: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.649498+0000 mgr.y (mgr.25387) 1612 : cluster [DBG] pgmap v1004: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.657052+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.657907+0000 mgr.y (mgr.25387) 1613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.715289+0000 mon.a (mon.0) 3481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.717187+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.718044+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.719871+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.720488+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.721913+0000 mgr.y (mgr.25387) 1614 : cluster [DBG] pgmap v1005: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.722311+0000 mgr.y (mgr.25387) 1615 : cluster [DBG] pgmap v1006: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.729811+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.730338+0000 mgr.y (mgr.25387) 1616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.770939+0000 mon.a (mon.0) 3487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.772991+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.773914+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.775853+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.776498+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.649498+0000 mgr.y (mgr.25387) 1612 : cluster [DBG] pgmap v1004: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.657052+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.657907+0000 mgr.y (mgr.25387) 1613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.715289+0000 mon.a (mon.0) 3481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.717187+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.718044+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.719871+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.720488+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.721913+0000 mgr.y (mgr.25387) 1614 : cluster [DBG] pgmap v1005: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.722311+0000 mgr.y (mgr.25387) 1615 : cluster [DBG] pgmap v1006: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.729811+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.730338+0000 mgr.y (mgr.25387) 1616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.770939+0000 mon.a (mon.0) 3487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.772991+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.773914+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.775853+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.776498+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.777867+0000 mgr.y (mgr.25387) 1617 : cluster [DBG] pgmap v1007: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.778238+0000 mgr.y (mgr.25387) 1618 : cluster [DBG] pgmap v1008: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.784744+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.785239+0000 mgr.y (mgr.25387) 1619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.830960+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.833136+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.834024+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.836198+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.836901+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.838360+0000 mgr.y (mgr.25387) 1620 : cluster [DBG] pgmap v1009: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.838665+0000 mgr.y (mgr.25387) 1621 : cluster [DBG] pgmap v1010: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.845004+0000 mon.a (mon.0) 3498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.845450+0000 mgr.y (mgr.25387) 1622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.907396+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.909307+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.910173+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.912050+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.912727+0000 mon.a (mon.0) 3503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.914041+0000 mgr.y (mgr.25387) 1623 : cluster [DBG] pgmap v1011: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.914427+0000 mgr.y (mgr.25387) 1624 : cluster [DBG] pgmap v1012: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.920835+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.921351+0000 mgr.y (mgr.25387) 1625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.982155+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.984329+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.985283+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.987427+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.988237+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.989846+0000 mgr.y (mgr.25387) 1626 : cluster [DBG] pgmap v1013: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:16.990169+0000 mgr.y (mgr.25387) 1627 : cluster [DBG] pgmap v1014: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:16.996311+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:16.996906+0000 mgr.y (mgr.25387) 1628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.085345+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.089148+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.089968+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.092215+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.092818+0000 mon.a (mon.0) 3515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.777867+0000 mgr.y (mgr.25387) 1617 : cluster [DBG] pgmap v1007: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.778238+0000 mgr.y (mgr.25387) 1618 : cluster [DBG] pgmap v1008: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.784744+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.785239+0000 mgr.y (mgr.25387) 1619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.830960+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.833136+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.834024+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.836198+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.836901+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.838360+0000 mgr.y (mgr.25387) 1620 : cluster [DBG] pgmap v1009: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.838665+0000 mgr.y (mgr.25387) 1621 : cluster [DBG] pgmap v1010: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.845004+0000 mon.a (mon.0) 3498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.845450+0000 mgr.y (mgr.25387) 1622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.907396+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.909307+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.910173+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.912050+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.912727+0000 mon.a (mon.0) 3503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.094110+0000 mgr.y (mgr.25387) 1629 : cluster [DBG] pgmap v1015: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.094451+0000 mgr.y (mgr.25387) 1630 : cluster [DBG] pgmap v1016: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.100760+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.101150+0000 mgr.y (mgr.25387) 1631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.189524+0000 mon.a (mon.0) 3517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.193234+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.195237+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.198876+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.200121+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.210022+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.287462+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.289834+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.290846+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.293043+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.293805+0000 mon.a (mon.0) 3527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.302788+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.345919+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.348208+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.349285+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.914041+0000 mgr.y (mgr.25387) 1623 : cluster [DBG] pgmap v1011: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.914427+0000 mgr.y (mgr.25387) 1624 : cluster [DBG] pgmap v1012: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.920835+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.921351+0000 mgr.y (mgr.25387) 1625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.982155+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.984329+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.985283+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.987427+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.988237+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.989846+0000 mgr.y (mgr.25387) 1626 : cluster [DBG] pgmap v1013: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:16.990169+0000 mgr.y (mgr.25387) 1627 : cluster [DBG] pgmap v1014: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:16.996311+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:16.996906+0000 mgr.y (mgr.25387) 1628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.085345+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.089148+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.089968+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.092215+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.092818+0000 mon.a (mon.0) 3515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.351531+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.352252+0000 mon.a (mon.0) 3533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.360778+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.419128+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.421002+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.421859+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.423877+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.424523+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.432974+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.485606+0000 mon.a (mon.0) 3541 : cluster [WRN] Health check failed: Degraded data redundancy: 103/726 objects degraded (14.187%), 23 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.510599+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.512814+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.513739+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.516363+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.517186+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[69502]: audit 2024-03-30T04:45:17.527283+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.094110+0000 mgr.y (mgr.25387) 1629 : cluster [DBG] pgmap v1015: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.094451+0000 mgr.y (mgr.25387) 1630 : cluster [DBG] pgmap v1016: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.100760+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.101150+0000 mgr.y (mgr.25387) 1631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.189524+0000 mon.a (mon.0) 3517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.193234+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.195237+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.198876+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.200121+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.210022+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.287462+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.289834+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.290846+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.293043+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.293805+0000 mon.a (mon.0) 3527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.302788+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.345919+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.348208+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.349285+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.351531+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.352252+0000 mon.a (mon.0) 3533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.360778+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.419128+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.421002+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.421859+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.423877+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.424523+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.432974+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.485606+0000 mon.a (mon.0) 3541 : cluster [WRN] Health check failed: Degraded data redundancy: 103/726 objects degraded (14.187%), 23 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:17.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.510599+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.512814+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.513739+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.516363+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.517186+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:17 smithi097 bash[73934]: audit 2024-03-30T04:45:17.527283+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.492904+0000 mgr.y (mgr.25387) 1606 : cluster [DBG] pgmap v999: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.493325+0000 mgr.y (mgr.25387) 1607 : cluster [DBG] pgmap v1000: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.543543+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.549516+0000 mon.a (mon.0) 3470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.573126+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.575433+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.576252+0000 mon.a (mon.0) 3473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.577804+0000 mgr.y (mgr.25387) 1608 : cluster [DBG] pgmap v1001: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.578203+0000 mgr.y (mgr.25387) 1609 : cluster [DBG] pgmap v1002: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.582673+0000 mon.a (mon.0) 3474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.583096+0000 mgr.y (mgr.25387) 1610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.640859+0000 mon.a (mon.0) 3475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.642977+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.644249+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.646729+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.647500+0000 mon.a (mon.0) 3479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.649148+0000 mgr.y (mgr.25387) 1611 : cluster [DBG] pgmap v1003: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.649498+0000 mgr.y (mgr.25387) 1612 : cluster [DBG] pgmap v1004: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.657052+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.657907+0000 mgr.y (mgr.25387) 1613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.715289+0000 mon.a (mon.0) 3481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.717187+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.718044+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.719871+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.720488+0000 mon.a (mon.0) 3485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.721913+0000 mgr.y (mgr.25387) 1614 : cluster [DBG] pgmap v1005: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.722311+0000 mgr.y (mgr.25387) 1615 : cluster [DBG] pgmap v1006: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.729811+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.730338+0000 mgr.y (mgr.25387) 1616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.770939+0000 mon.a (mon.0) 3487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.772991+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.773914+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.775853+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.776498+0000 mon.a (mon.0) 3491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.777867+0000 mgr.y (mgr.25387) 1617 : cluster [DBG] pgmap v1007: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.778238+0000 mgr.y (mgr.25387) 1618 : cluster [DBG] pgmap v1008: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.784744+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.785239+0000 mgr.y (mgr.25387) 1619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.830960+0000 mon.a (mon.0) 3493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.833136+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.834024+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.836198+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.836901+0000 mon.a (mon.0) 3497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.838360+0000 mgr.y (mgr.25387) 1620 : cluster [DBG] pgmap v1009: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.838665+0000 mgr.y (mgr.25387) 1621 : cluster [DBG] pgmap v1010: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.845004+0000 mon.a (mon.0) 3498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.845450+0000 mgr.y (mgr.25387) 1622 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.907396+0000 mon.a (mon.0) 3499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.909307+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.910173+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.912050+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.912727+0000 mon.a (mon.0) 3503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.914041+0000 mgr.y (mgr.25387) 1623 : cluster [DBG] pgmap v1011: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.914427+0000 mgr.y (mgr.25387) 1624 : cluster [DBG] pgmap v1012: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.920835+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.921351+0000 mgr.y (mgr.25387) 1625 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.982155+0000 mon.a (mon.0) 3505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.984329+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.985283+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.987427+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.988237+0000 mon.a (mon.0) 3509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.989846+0000 mgr.y (mgr.25387) 1626 : cluster [DBG] pgmap v1013: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:16.990169+0000 mgr.y (mgr.25387) 1627 : cluster [DBG] pgmap v1014: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:16.996311+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:16.996906+0000 mgr.y (mgr.25387) 1628 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.085345+0000 mon.a (mon.0) 3511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.089148+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.089968+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.092215+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.092818+0000 mon.a (mon.0) 3515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.094110+0000 mgr.y (mgr.25387) 1629 : cluster [DBG] pgmap v1015: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.094451+0000 mgr.y (mgr.25387) 1630 : cluster [DBG] pgmap v1016: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.100760+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.101150+0000 mgr.y (mgr.25387) 1631 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.189524+0000 mon.a (mon.0) 3517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.193234+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.195237+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.198876+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.200121+0000 mon.a (mon.0) 3521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.210022+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.287462+0000 mon.a (mon.0) 3523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.289834+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.290846+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.293043+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.293805+0000 mon.a (mon.0) 3527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.302788+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.345919+0000 mon.a (mon.0) 3529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.348208+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.349285+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.351531+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.352252+0000 mon.a (mon.0) 3533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.360778+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.419128+0000 mon.a (mon.0) 3535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.421002+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.421859+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.423877+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.424523+0000 mon.a (mon.0) 3539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.432974+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.485606+0000 mon.a (mon.0) 3541 : cluster [WRN] Health check failed: Degraded data redundancy: 103/726 objects degraded (14.187%), 23 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.510599+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.512814+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.513739+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.516363+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.517186+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:17.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:17 smithi105 bash[58125]: audit 2024-03-30T04:45:17.527283+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.544 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-30T04:45:18.545 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: 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 2024-03-30T04:45:18.545 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-30T04:45:18.545 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-30T04:45:18.545 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-30T04:45:18.545 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-30T04:45:18.545 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[81294]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-30T04:45:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.202529+0000 mgr.y (mgr.25387) 1632 : cluster [DBG] pgmap v1017: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.202974+0000 mgr.y (mgr.25387) 1633 : cluster [DBG] pgmap v1018: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.210920+0000 mgr.y (mgr.25387) 1634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.295459+0000 mgr.y (mgr.25387) 1635 : cluster [DBG] pgmap v1019: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.296026+0000 mgr.y (mgr.25387) 1636 : cluster [DBG] pgmap v1020: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.303275+0000 mgr.y (mgr.25387) 1637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.353734+0000 mgr.y (mgr.25387) 1638 : cluster [DBG] pgmap v1021: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.354012+0000 mgr.y (mgr.25387) 1639 : cluster [DBG] pgmap v1022: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.361220+0000 mgr.y (mgr.25387) 1640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.425987+0000 mgr.y (mgr.25387) 1641 : cluster [DBG] pgmap v1023: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.426318+0000 mgr.y (mgr.25387) 1642 : cluster [DBG] pgmap v1024: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.433380+0000 mgr.y (mgr.25387) 1643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.519223+0000 mgr.y (mgr.25387) 1644 : cluster [DBG] pgmap v1025: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.520110+0000 mgr.y (mgr.25387) 1645 : cluster [DBG] pgmap v1026: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.528152+0000 mgr.y (mgr.25387) 1646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.202529+0000 mgr.y (mgr.25387) 1632 : cluster [DBG] pgmap v1017: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.202974+0000 mgr.y (mgr.25387) 1633 : cluster [DBG] pgmap v1018: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.210920+0000 mgr.y (mgr.25387) 1634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.295459+0000 mgr.y (mgr.25387) 1635 : cluster [DBG] pgmap v1019: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.296026+0000 mgr.y (mgr.25387) 1636 : cluster [DBG] pgmap v1020: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.303275+0000 mgr.y (mgr.25387) 1637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.353734+0000 mgr.y (mgr.25387) 1638 : cluster [DBG] pgmap v1021: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.354012+0000 mgr.y (mgr.25387) 1639 : cluster [DBG] pgmap v1022: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.361220+0000 mgr.y (mgr.25387) 1640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.425987+0000 mgr.y (mgr.25387) 1641 : cluster [DBG] pgmap v1023: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.426318+0000 mgr.y (mgr.25387) 1642 : cluster [DBG] pgmap v1024: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.433380+0000 mgr.y (mgr.25387) 1643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.519223+0000 mgr.y (mgr.25387) 1644 : cluster [DBG] pgmap v1025: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.520110+0000 mgr.y (mgr.25387) 1645 : cluster [DBG] pgmap v1026: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.528152+0000 mgr.y (mgr.25387) 1646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.606535+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.609155+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.610299+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.612865+0000 mon.a (mon.0) 3551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.613784+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.615632+0000 mgr.y (mgr.25387) 1647 : cluster [DBG] pgmap v1027: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.616290+0000 mgr.y (mgr.25387) 1648 : cluster [DBG] pgmap v1028: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.620439+0000 mon.a (mon.0) 3553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.621096+0000 mgr.y (mgr.25387) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.685502+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.687767+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.688767+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.690999+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.691671+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.693376+0000 mgr.y (mgr.25387) 1650 : cluster [DBG] pgmap v1029: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.700893+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.701703+0000 mgr.y (mgr.25387) 1651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.758886+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.606535+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.609155+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.610299+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.612865+0000 mon.a (mon.0) 3551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.613784+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.615632+0000 mgr.y (mgr.25387) 1647 : cluster [DBG] pgmap v1027: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.616290+0000 mgr.y (mgr.25387) 1648 : cluster [DBG] pgmap v1028: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.620439+0000 mon.a (mon.0) 3553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.621096+0000 mgr.y (mgr.25387) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.685502+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.687767+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.688767+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.690999+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.691671+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.693376+0000 mgr.y (mgr.25387) 1650 : cluster [DBG] pgmap v1029: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.700893+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.701703+0000 mgr.y (mgr.25387) 1651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.758886+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.760795+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.762001+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.764556+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.765412+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.767141+0000 mgr.y (mgr.25387) 1652 : cluster [DBG] pgmap v1030: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.767506+0000 mgr.y (mgr.25387) 1653 : cluster [DBG] pgmap v1031: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.774683+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.775220+0000 mgr.y (mgr.25387) 1654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.848853+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.850735+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.851820+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.854312+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.855004+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.856420+0000 mgr.y (mgr.25387) 1655 : cluster [DBG] pgmap v1032: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.856823+0000 mgr.y (mgr.25387) 1656 : cluster [DBG] pgmap v1033: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.861198+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.861763+0000 mgr.y (mgr.25387) 1657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.919241+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.921333+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.922550+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.924711+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.925392+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.926879+0000 mgr.y (mgr.25387) 1658 : cluster [DBG] pgmap v1034: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:17.927250+0000 mgr.y (mgr.25387) 1659 : cluster [DBG] pgmap v1035: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.931630+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:17.933144+0000 mgr.y (mgr.25387) 1660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.995871+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.998317+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:17.999194+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.001279+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.001943+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.003524+0000 mgr.y (mgr.25387) 1661 : cluster [DBG] pgmap v1036: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.003904+0000 mgr.y (mgr.25387) 1662 : cluster [DBG] pgmap v1037: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.008260+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.008844+0000 mgr.y (mgr.25387) 1663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.066768+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.760795+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.762001+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.764556+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.765412+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.767141+0000 mgr.y (mgr.25387) 1652 : cluster [DBG] pgmap v1030: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.767506+0000 mgr.y (mgr.25387) 1653 : cluster [DBG] pgmap v1031: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.774683+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.775220+0000 mgr.y (mgr.25387) 1654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.848853+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.850735+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.851820+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.854312+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.855004+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.856420+0000 mgr.y (mgr.25387) 1655 : cluster [DBG] pgmap v1032: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.856823+0000 mgr.y (mgr.25387) 1656 : cluster [DBG] pgmap v1033: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.861198+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.861763+0000 mgr.y (mgr.25387) 1657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.919241+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.068591+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.069367+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.071314+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.071978+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.073630+0000 mgr.y (mgr.25387) 1664 : cluster [DBG] pgmap v1038: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.073997+0000 mgr.y (mgr.25387) 1665 : cluster [DBG] pgmap v1039: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.082782+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.083327+0000 mgr.y (mgr.25387) 1666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.139913+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.141735+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.142707+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.144979+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.145638+0000 mon.a (mon.0) 3594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.154914+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.213699+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.215598+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.216543+0000 mon.a (mon.0) 3598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.218714+0000 mon.a (mon.0) 3599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.921333+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.922550+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.924711+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.925392+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.926879+0000 mgr.y (mgr.25387) 1658 : cluster [DBG] pgmap v1034: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:17.927250+0000 mgr.y (mgr.25387) 1659 : cluster [DBG] pgmap v1035: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.931630+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:17.933144+0000 mgr.y (mgr.25387) 1660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.995871+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.998317+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:17.999194+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.001279+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.001943+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.003524+0000 mgr.y (mgr.25387) 1661 : cluster [DBG] pgmap v1036: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.003904+0000 mgr.y (mgr.25387) 1662 : cluster [DBG] pgmap v1037: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.008260+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.008844+0000 mgr.y (mgr.25387) 1663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.066768+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.219383+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.229226+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.287046+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.288921+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.289770+0000 mon.a (mon.0) 3604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.291594+0000 mon.a (mon.0) 3605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.292244+0000 mon.a (mon.0) 3606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.301125+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.341666+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.343392+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.344166+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.345972+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.346543+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.352869+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.409623+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.411484+0000 mon.a (mon.0) 3615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.412340+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.414229+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.414910+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.420811+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.461712+0000 mon.a (mon.0) 3620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.463416+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.464156+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.465929+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.466518+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.472434+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.528904+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.530736+0000 mon.a (mon.0) 3627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.531543+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.533389+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.534001+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[73934]: audit 2024-03-30T04:45:18.539738+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.068591+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.069367+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.071314+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.071978+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.073630+0000 mgr.y (mgr.25387) 1664 : cluster [DBG] pgmap v1038: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.073997+0000 mgr.y (mgr.25387) 1665 : cluster [DBG] pgmap v1039: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.082782+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.083327+0000 mgr.y (mgr.25387) 1666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.139913+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.141735+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.142707+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.144979+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.145638+0000 mon.a (mon.0) 3594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.154914+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.213699+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.215598+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.216543+0000 mon.a (mon.0) 3598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.218714+0000 mon.a (mon.0) 3599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.219383+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.229226+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.287046+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.288921+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.289770+0000 mon.a (mon.0) 3604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.291594+0000 mon.a (mon.0) 3605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.292244+0000 mon.a (mon.0) 3606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.301125+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.341666+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.343392+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.344166+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.345972+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.346543+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.352869+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.409623+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.411484+0000 mon.a (mon.0) 3615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.412340+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.414229+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.414910+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.420811+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.461712+0000 mon.a (mon.0) 3620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.463416+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.464156+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.465929+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.466518+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.472434+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.528904+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.530736+0000 mon.a (mon.0) 3627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.531543+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.533389+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.534001+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:18 smithi097 bash[69502]: audit 2024-03-30T04:45:18.539738+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[52959]: ts=2024-03-30T04:45:18.662Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:18.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.202529+0000 mgr.y (mgr.25387) 1632 : cluster [DBG] pgmap v1017: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.202974+0000 mgr.y (mgr.25387) 1633 : cluster [DBG] pgmap v1018: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.210920+0000 mgr.y (mgr.25387) 1634 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.295459+0000 mgr.y (mgr.25387) 1635 : cluster [DBG] pgmap v1019: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.296026+0000 mgr.y (mgr.25387) 1636 : cluster [DBG] pgmap v1020: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.303275+0000 mgr.y (mgr.25387) 1637 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.353734+0000 mgr.y (mgr.25387) 1638 : cluster [DBG] pgmap v1021: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.354012+0000 mgr.y (mgr.25387) 1639 : cluster [DBG] pgmap v1022: 161 pgs: 22 active+undersized+degraded, 7 peering, 34 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.361220+0000 mgr.y (mgr.25387) 1640 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.425987+0000 mgr.y (mgr.25387) 1641 : cluster [DBG] pgmap v1023: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.426318+0000 mgr.y (mgr.25387) 1642 : cluster [DBG] pgmap v1024: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.433380+0000 mgr.y (mgr.25387) 1643 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.519223+0000 mgr.y (mgr.25387) 1644 : cluster [DBG] pgmap v1025: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.520110+0000 mgr.y (mgr.25387) 1645 : cluster [DBG] pgmap v1026: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.528152+0000 mgr.y (mgr.25387) 1646 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.606535+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.609155+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.610299+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.612865+0000 mon.a (mon.0) 3551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.613784+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.615632+0000 mgr.y (mgr.25387) 1647 : cluster [DBG] pgmap v1027: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.616290+0000 mgr.y (mgr.25387) 1648 : cluster [DBG] pgmap v1028: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.620439+0000 mon.a (mon.0) 3553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.621096+0000 mgr.y (mgr.25387) 1649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.685502+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.687767+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.688767+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.690999+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.691671+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.693376+0000 mgr.y (mgr.25387) 1650 : cluster [DBG] pgmap v1029: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.700893+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.701703+0000 mgr.y (mgr.25387) 1651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.758886+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.760795+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.762001+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.764556+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.765412+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.767141+0000 mgr.y (mgr.25387) 1652 : cluster [DBG] pgmap v1030: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.767506+0000 mgr.y (mgr.25387) 1653 : cluster [DBG] pgmap v1031: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.774683+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.775220+0000 mgr.y (mgr.25387) 1654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.848853+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.850735+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.851820+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.854312+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.855004+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.856420+0000 mgr.y (mgr.25387) 1655 : cluster [DBG] pgmap v1032: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.856823+0000 mgr.y (mgr.25387) 1656 : cluster [DBG] pgmap v1033: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.861198+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.861763+0000 mgr.y (mgr.25387) 1657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.919241+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.921333+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.922550+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.924711+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.925392+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.926879+0000 mgr.y (mgr.25387) 1658 : cluster [DBG] pgmap v1034: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:17.927250+0000 mgr.y (mgr.25387) 1659 : cluster [DBG] pgmap v1035: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.931630+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:17.933144+0000 mgr.y (mgr.25387) 1660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.995871+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.998317+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:17.999194+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.001279+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.001943+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.003524+0000 mgr.y (mgr.25387) 1661 : cluster [DBG] pgmap v1036: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.003904+0000 mgr.y (mgr.25387) 1662 : cluster [DBG] pgmap v1037: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.008260+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.008844+0000 mgr.y (mgr.25387) 1663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.066768+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.068591+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.069367+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.071314+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.071978+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.073630+0000 mgr.y (mgr.25387) 1664 : cluster [DBG] pgmap v1038: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.073997+0000 mgr.y (mgr.25387) 1665 : cluster [DBG] pgmap v1039: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.082782+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.083327+0000 mgr.y (mgr.25387) 1666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.139913+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.141735+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.142707+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.144979+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.145638+0000 mon.a (mon.0) 3594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.154914+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.213699+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.215598+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.216543+0000 mon.a (mon.0) 3598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.218714+0000 mon.a (mon.0) 3599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.219383+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.229226+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.287046+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.288921+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.289770+0000 mon.a (mon.0) 3604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.291594+0000 mon.a (mon.0) 3605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.292244+0000 mon.a (mon.0) 3606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.301125+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.341666+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.343392+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.344166+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.345972+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.346543+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.352869+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.409623+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.411484+0000 mon.a (mon.0) 3615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.412340+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.414229+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.414910+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.420811+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.461712+0000 mon.a (mon.0) 3620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.463416+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.464156+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.465929+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.466518+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.472434+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.528904+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.530736+0000 mon.a (mon.0) 3627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.531543+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:18.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.533389+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:18.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.534001+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:18.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:18 smithi105 bash[58125]: audit 2024-03-30T04:45:18.539738+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.147152+0000 mgr.y (mgr.25387) 1667 : cluster [DBG] pgmap v1040: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.147526+0000 mgr.y (mgr.25387) 1668 : cluster [DBG] pgmap v1041: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.155507+0000 mgr.y (mgr.25387) 1669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.220824+0000 mgr.y (mgr.25387) 1670 : cluster [DBG] pgmap v1042: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.221163+0000 mgr.y (mgr.25387) 1671 : cluster [DBG] pgmap v1043: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.229886+0000 mgr.y (mgr.25387) 1672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.293563+0000 mgr.y (mgr.25387) 1673 : cluster [DBG] pgmap v1044: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.293937+0000 mgr.y (mgr.25387) 1674 : cluster [DBG] pgmap v1045: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.301468+0000 mgr.y (mgr.25387) 1675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.347816+0000 mgr.y (mgr.25387) 1676 : cluster [DBG] pgmap v1046: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.348188+0000 mgr.y (mgr.25387) 1677 : cluster [DBG] pgmap v1047: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.353394+0000 mgr.y (mgr.25387) 1678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.416181+0000 mgr.y (mgr.25387) 1679 : cluster [DBG] pgmap v1048: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.416549+0000 mgr.y (mgr.25387) 1680 : cluster [DBG] pgmap v1049: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.421239+0000 mgr.y (mgr.25387) 1681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.147152+0000 mgr.y (mgr.25387) 1667 : cluster [DBG] pgmap v1040: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.147526+0000 mgr.y (mgr.25387) 1668 : cluster [DBG] pgmap v1041: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.155507+0000 mgr.y (mgr.25387) 1669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.220824+0000 mgr.y (mgr.25387) 1670 : cluster [DBG] pgmap v1042: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.221163+0000 mgr.y (mgr.25387) 1671 : cluster [DBG] pgmap v1043: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.229886+0000 mgr.y (mgr.25387) 1672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.293563+0000 mgr.y (mgr.25387) 1673 : cluster [DBG] pgmap v1044: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.293937+0000 mgr.y (mgr.25387) 1674 : cluster [DBG] pgmap v1045: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.301468+0000 mgr.y (mgr.25387) 1675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.347816+0000 mgr.y (mgr.25387) 1676 : cluster [DBG] pgmap v1046: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.348188+0000 mgr.y (mgr.25387) 1677 : cluster [DBG] pgmap v1047: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.353394+0000 mgr.y (mgr.25387) 1678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.416181+0000 mgr.y (mgr.25387) 1679 : cluster [DBG] pgmap v1048: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.416549+0000 mgr.y (mgr.25387) 1680 : cluster [DBG] pgmap v1049: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.421239+0000 mgr.y (mgr.25387) 1681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.467777+0000 mgr.y (mgr.25387) 1682 : cluster [DBG] pgmap v1050: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.468149+0000 mgr.y (mgr.25387) 1683 : cluster [DBG] pgmap v1051: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.472869+0000 mgr.y (mgr.25387) 1684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.535266+0000 mgr.y (mgr.25387) 1685 : cluster [DBG] pgmap v1052: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.535550+0000 mgr.y (mgr.25387) 1686 : cluster [DBG] pgmap v1053: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.540152+0000 mgr.y (mgr.25387) 1687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.596856+0000 mon.a (mon.0) 3632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.598599+0000 mon.a (mon.0) 3633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.599641+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.601643+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.602264+0000 mon.a (mon.0) 3636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.603615+0000 mgr.y (mgr.25387) 1688 : cluster [DBG] pgmap v1054: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.603932+0000 mgr.y (mgr.25387) 1689 : cluster [DBG] pgmap v1055: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.608214+0000 mon.a (mon.0) 3637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.608708+0000 mgr.y (mgr.25387) 1690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.648701+0000 mon.a (mon.0) 3638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.650321+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.651084+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.467777+0000 mgr.y (mgr.25387) 1682 : cluster [DBG] pgmap v1050: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.468149+0000 mgr.y (mgr.25387) 1683 : cluster [DBG] pgmap v1051: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.472869+0000 mgr.y (mgr.25387) 1684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.535266+0000 mgr.y (mgr.25387) 1685 : cluster [DBG] pgmap v1052: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.535550+0000 mgr.y (mgr.25387) 1686 : cluster [DBG] pgmap v1053: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.540152+0000 mgr.y (mgr.25387) 1687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.596856+0000 mon.a (mon.0) 3632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.598599+0000 mon.a (mon.0) 3633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.599641+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.601643+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.602264+0000 mon.a (mon.0) 3636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.603615+0000 mgr.y (mgr.25387) 1688 : cluster [DBG] pgmap v1054: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.603932+0000 mgr.y (mgr.25387) 1689 : cluster [DBG] pgmap v1055: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.608214+0000 mon.a (mon.0) 3637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.608708+0000 mgr.y (mgr.25387) 1690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.648701+0000 mon.a (mon.0) 3638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.650321+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.651084+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.652788+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.653331+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.654592+0000 mgr.y (mgr.25387) 1691 : cluster [DBG] pgmap v1056: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.654883+0000 mgr.y (mgr.25387) 1692 : cluster [DBG] pgmap v1057: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.659106+0000 mon.a (mon.0) 3643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.659604+0000 mgr.y (mgr.25387) 1693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.700357+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.702139+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.702887+0000 mon.a (mon.0) 3646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.704691+0000 mon.a (mon.0) 3647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.705260+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.706503+0000 mgr.y (mgr.25387) 1694 : cluster [DBG] pgmap v1058: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.706789+0000 mgr.y (mgr.25387) 1695 : cluster [DBG] pgmap v1059: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.710964+0000 mon.a (mon.0) 3649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.711422+0000 mgr.y (mgr.25387) 1696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.751246+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.752998+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.753824+0000 mon.a (mon.0) 3652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.755645+0000 mon.a (mon.0) 3653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.756243+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.757493+0000 mgr.y (mgr.25387) 1697 : cluster [DBG] pgmap v1060: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.757869+0000 mgr.y (mgr.25387) 1698 : cluster [DBG] pgmap v1061: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.761850+0000 mon.a (mon.0) 3655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.762311+0000 mgr.y (mgr.25387) 1699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.802370+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.804112+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.804867+0000 mon.a (mon.0) 3658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.806628+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.807178+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.808424+0000 mgr.y (mgr.25387) 1700 : cluster [DBG] pgmap v1062: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.808815+0000 mgr.y (mgr.25387) 1701 : cluster [DBG] pgmap v1063: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.812742+0000 mon.a (mon.0) 3661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.813149+0000 mgr.y (mgr.25387) 1702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.853002+0000 mon.a (mon.0) 3662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.854715+0000 mon.a (mon.0) 3663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.652788+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.653331+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.654592+0000 mgr.y (mgr.25387) 1691 : cluster [DBG] pgmap v1056: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.654883+0000 mgr.y (mgr.25387) 1692 : cluster [DBG] pgmap v1057: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.659106+0000 mon.a (mon.0) 3643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.659604+0000 mgr.y (mgr.25387) 1693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.700357+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.702139+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.702887+0000 mon.a (mon.0) 3646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.704691+0000 mon.a (mon.0) 3647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.705260+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.706503+0000 mgr.y (mgr.25387) 1694 : cluster [DBG] pgmap v1058: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.706789+0000 mgr.y (mgr.25387) 1695 : cluster [DBG] pgmap v1059: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.710964+0000 mon.a (mon.0) 3649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.711422+0000 mgr.y (mgr.25387) 1696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.751246+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.752998+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.855615+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.857361+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.857937+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.859180+0000 mgr.y (mgr.25387) 1703 : cluster [DBG] pgmap v1064: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.859543+0000 mgr.y (mgr.25387) 1704 : cluster [DBG] pgmap v1065: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.863903+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.864374+0000 mgr.y (mgr.25387) 1705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.922369+0000 mon.a (mon.0) 3668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.924061+0000 mon.a (mon.0) 3669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.924794+0000 mon.a (mon.0) 3670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.926500+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.927033+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.928245+0000 mgr.y (mgr.25387) 1706 : cluster [DBG] pgmap v1066: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.928535+0000 mgr.y (mgr.25387) 1707 : cluster [DBG] pgmap v1067: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.932887+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.933342+0000 mgr.y (mgr.25387) 1708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.989146+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.990815+0000 mon.a (mon.0) 3675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.991522+0000 mon.a (mon.0) 3676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.993196+0000 mon.a (mon.0) 3677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.993802+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.995040+0000 mgr.y (mgr.25387) 1709 : cluster [DBG] pgmap v1068: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:18.995391+0000 mgr.y (mgr.25387) 1710 : cluster [DBG] pgmap v1069: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:18.999454+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:18.999939+0000 mgr.y (mgr.25387) 1711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.041168+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.044828+0000 mon.a (mon.0) 3681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.046001+0000 mon.a (mon.0) 3682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.048278+0000 mon.a (mon.0) 3683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.048938+0000 mon.a (mon.0) 3684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.050398+0000 mgr.y (mgr.25387) 1712 : cluster [DBG] pgmap v1070: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.050681+0000 mgr.y (mgr.25387) 1713 : cluster [DBG] pgmap v1071: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.054755+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.055611+0000 mgr.y (mgr.25387) 1714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.115894+0000 mon.a (mon.0) 3686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.117964+0000 mon.a (mon.0) 3687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.753824+0000 mon.a (mon.0) 3652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.755645+0000 mon.a (mon.0) 3653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.756243+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.757493+0000 mgr.y (mgr.25387) 1697 : cluster [DBG] pgmap v1060: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.757869+0000 mgr.y (mgr.25387) 1698 : cluster [DBG] pgmap v1061: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.761850+0000 mon.a (mon.0) 3655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.762311+0000 mgr.y (mgr.25387) 1699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.802370+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.804112+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.804867+0000 mon.a (mon.0) 3658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.806628+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.807178+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.808424+0000 mgr.y (mgr.25387) 1700 : cluster [DBG] pgmap v1062: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.808815+0000 mgr.y (mgr.25387) 1701 : cluster [DBG] pgmap v1063: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.812742+0000 mon.a (mon.0) 3661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.813149+0000 mgr.y (mgr.25387) 1702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.853002+0000 mon.a (mon.0) 3662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.854715+0000 mon.a (mon.0) 3663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.119623+0000 mon.a (mon.0) 3688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.121833+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.122495+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.130027+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.197137+0000 mon.a (mon.0) 3692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.199390+0000 mon.a (mon.0) 3693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.200601+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.203337+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.204219+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.211989+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.293995+0000 mon.a (mon.0) 3698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.297121+0000 mon.a (mon.0) 3699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.298431+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.301644+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.302516+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.311463+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.355933+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.358280+0000 mon.a (mon.0) 3705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.359360+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.361626+0000 mon.a (mon.0) 3707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.362318+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.371927+0000 mon.a (mon.0) 3709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.413293+0000 mon.a (mon.0) 3710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.415078+0000 mon.a (mon.0) 3711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.415886+0000 mon.a (mon.0) 3712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.417728+0000 mon.a (mon.0) 3713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.418359+0000 mon.a (mon.0) 3714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.426685+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.467232+0000 mon.a (mon.0) 3716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.468950+0000 mon.a (mon.0) 3717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.469698+0000 mon.a (mon.0) 3718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.471497+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.472076+0000 mon.a (mon.0) 3720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.480600+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[73934]: audit 2024-03-30T04:45:19.548195+0000 mon.a (mon.0) 3722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.855615+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.857361+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.857937+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.859180+0000 mgr.y (mgr.25387) 1703 : cluster [DBG] pgmap v1064: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.859543+0000 mgr.y (mgr.25387) 1704 : cluster [DBG] pgmap v1065: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.863903+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.864374+0000 mgr.y (mgr.25387) 1705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.922369+0000 mon.a (mon.0) 3668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.924061+0000 mon.a (mon.0) 3669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.924794+0000 mon.a (mon.0) 3670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.926500+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.927033+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.928245+0000 mgr.y (mgr.25387) 1706 : cluster [DBG] pgmap v1066: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.928535+0000 mgr.y (mgr.25387) 1707 : cluster [DBG] pgmap v1067: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.932887+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.933342+0000 mgr.y (mgr.25387) 1708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.989146+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.990815+0000 mon.a (mon.0) 3675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.991522+0000 mon.a (mon.0) 3676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.993196+0000 mon.a (mon.0) 3677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.993802+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.995040+0000 mgr.y (mgr.25387) 1709 : cluster [DBG] pgmap v1068: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:18.995391+0000 mgr.y (mgr.25387) 1710 : cluster [DBG] pgmap v1069: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:18.999454+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:18.999939+0000 mgr.y (mgr.25387) 1711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.041168+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.044828+0000 mon.a (mon.0) 3681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.046001+0000 mon.a (mon.0) 3682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.048278+0000 mon.a (mon.0) 3683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.048938+0000 mon.a (mon.0) 3684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.050398+0000 mgr.y (mgr.25387) 1712 : cluster [DBG] pgmap v1070: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.050681+0000 mgr.y (mgr.25387) 1713 : cluster [DBG] pgmap v1071: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.054755+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.055611+0000 mgr.y (mgr.25387) 1714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.115894+0000 mon.a (mon.0) 3686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.117964+0000 mon.a (mon.0) 3687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.119623+0000 mon.a (mon.0) 3688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.121833+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.122495+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.130027+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.197137+0000 mon.a (mon.0) 3692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.199390+0000 mon.a (mon.0) 3693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.200601+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.203337+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.204219+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.211989+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.293995+0000 mon.a (mon.0) 3698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.297121+0000 mon.a (mon.0) 3699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.298431+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.301644+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.302516+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.311463+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.355933+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.358280+0000 mon.a (mon.0) 3705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.359360+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.361626+0000 mon.a (mon.0) 3707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.362318+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.371927+0000 mon.a (mon.0) 3709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.413293+0000 mon.a (mon.0) 3710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.415078+0000 mon.a (mon.0) 3711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.415886+0000 mon.a (mon.0) 3712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.417728+0000 mon.a (mon.0) 3713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.418359+0000 mon.a (mon.0) 3714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.426685+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.467232+0000 mon.a (mon.0) 3716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.468950+0000 mon.a (mon.0) 3717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.469698+0000 mon.a (mon.0) 3718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.471497+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.472076+0000 mon.a (mon.0) 3720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.480600+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:19 smithi097 bash[69502]: audit 2024-03-30T04:45:19.548195+0000 mon.a (mon.0) 3722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.147152+0000 mgr.y (mgr.25387) 1667 : cluster [DBG] pgmap v1040: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.147526+0000 mgr.y (mgr.25387) 1668 : cluster [DBG] pgmap v1041: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.155507+0000 mgr.y (mgr.25387) 1669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.220824+0000 mgr.y (mgr.25387) 1670 : cluster [DBG] pgmap v1042: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.221163+0000 mgr.y (mgr.25387) 1671 : cluster [DBG] pgmap v1043: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.229886+0000 mgr.y (mgr.25387) 1672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.293563+0000 mgr.y (mgr.25387) 1673 : cluster [DBG] pgmap v1044: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.293937+0000 mgr.y (mgr.25387) 1674 : cluster [DBG] pgmap v1045: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.301468+0000 mgr.y (mgr.25387) 1675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.347816+0000 mgr.y (mgr.25387) 1676 : cluster [DBG] pgmap v1046: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.348188+0000 mgr.y (mgr.25387) 1677 : cluster [DBG] pgmap v1047: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.353394+0000 mgr.y (mgr.25387) 1678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.416181+0000 mgr.y (mgr.25387) 1679 : cluster [DBG] pgmap v1048: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.416549+0000 mgr.y (mgr.25387) 1680 : cluster [DBG] pgmap v1049: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.421239+0000 mgr.y (mgr.25387) 1681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.467777+0000 mgr.y (mgr.25387) 1682 : cluster [DBG] pgmap v1050: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.468149+0000 mgr.y (mgr.25387) 1683 : cluster [DBG] pgmap v1051: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.472869+0000 mgr.y (mgr.25387) 1684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.535266+0000 mgr.y (mgr.25387) 1685 : cluster [DBG] pgmap v1052: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.535550+0000 mgr.y (mgr.25387) 1686 : cluster [DBG] pgmap v1053: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.540152+0000 mgr.y (mgr.25387) 1687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.596856+0000 mon.a (mon.0) 3632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.598599+0000 mon.a (mon.0) 3633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.599641+0000 mon.a (mon.0) 3634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.601643+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.602264+0000 mon.a (mon.0) 3636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.603615+0000 mgr.y (mgr.25387) 1688 : cluster [DBG] pgmap v1054: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.603932+0000 mgr.y (mgr.25387) 1689 : cluster [DBG] pgmap v1055: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.608214+0000 mon.a (mon.0) 3637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.608708+0000 mgr.y (mgr.25387) 1690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.648701+0000 mon.a (mon.0) 3638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.650321+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.651084+0000 mon.a (mon.0) 3640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.652788+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.653331+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.654592+0000 mgr.y (mgr.25387) 1691 : cluster [DBG] pgmap v1056: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.654883+0000 mgr.y (mgr.25387) 1692 : cluster [DBG] pgmap v1057: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.659106+0000 mon.a (mon.0) 3643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.659604+0000 mgr.y (mgr.25387) 1693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.700357+0000 mon.a (mon.0) 3644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.702139+0000 mon.a (mon.0) 3645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.702887+0000 mon.a (mon.0) 3646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.704691+0000 mon.a (mon.0) 3647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.705260+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.706503+0000 mgr.y (mgr.25387) 1694 : cluster [DBG] pgmap v1058: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.706789+0000 mgr.y (mgr.25387) 1695 : cluster [DBG] pgmap v1059: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.710964+0000 mon.a (mon.0) 3649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.711422+0000 mgr.y (mgr.25387) 1696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.751246+0000 mon.a (mon.0) 3650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.752998+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.753824+0000 mon.a (mon.0) 3652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.755645+0000 mon.a (mon.0) 3653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.756243+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.757493+0000 mgr.y (mgr.25387) 1697 : cluster [DBG] pgmap v1060: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.757869+0000 mgr.y (mgr.25387) 1698 : cluster [DBG] pgmap v1061: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.761850+0000 mon.a (mon.0) 3655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.762311+0000 mgr.y (mgr.25387) 1699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.802370+0000 mon.a (mon.0) 3656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.804112+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.804867+0000 mon.a (mon.0) 3658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.806628+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.807178+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.808424+0000 mgr.y (mgr.25387) 1700 : cluster [DBG] pgmap v1062: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.808815+0000 mgr.y (mgr.25387) 1701 : cluster [DBG] pgmap v1063: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.812742+0000 mon.a (mon.0) 3661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.813149+0000 mgr.y (mgr.25387) 1702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.853002+0000 mon.a (mon.0) 3662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.854715+0000 mon.a (mon.0) 3663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.855615+0000 mon.a (mon.0) 3664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.857361+0000 mon.a (mon.0) 3665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.857937+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.859180+0000 mgr.y (mgr.25387) 1703 : cluster [DBG] pgmap v1064: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.859543+0000 mgr.y (mgr.25387) 1704 : cluster [DBG] pgmap v1065: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.863903+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.864374+0000 mgr.y (mgr.25387) 1705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.922369+0000 mon.a (mon.0) 3668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.924061+0000 mon.a (mon.0) 3669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.924794+0000 mon.a (mon.0) 3670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.926500+0000 mon.a (mon.0) 3671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.927033+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.928245+0000 mgr.y (mgr.25387) 1706 : cluster [DBG] pgmap v1066: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.928535+0000 mgr.y (mgr.25387) 1707 : cluster [DBG] pgmap v1067: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.932887+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.933342+0000 mgr.y (mgr.25387) 1708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.989146+0000 mon.a (mon.0) 3674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.990815+0000 mon.a (mon.0) 3675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.991522+0000 mon.a (mon.0) 3676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.993196+0000 mon.a (mon.0) 3677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.993802+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.995040+0000 mgr.y (mgr.25387) 1709 : cluster [DBG] pgmap v1068: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:18.995391+0000 mgr.y (mgr.25387) 1710 : cluster [DBG] pgmap v1069: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:18.999454+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:18.999939+0000 mgr.y (mgr.25387) 1711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.041168+0000 mon.a (mon.0) 3680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.044828+0000 mon.a (mon.0) 3681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.046001+0000 mon.a (mon.0) 3682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.048278+0000 mon.a (mon.0) 3683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.048938+0000 mon.a (mon.0) 3684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.050398+0000 mgr.y (mgr.25387) 1712 : cluster [DBG] pgmap v1070: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.050681+0000 mgr.y (mgr.25387) 1713 : cluster [DBG] pgmap v1071: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.054755+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.055611+0000 mgr.y (mgr.25387) 1714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:19.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.115894+0000 mon.a (mon.0) 3686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.117964+0000 mon.a (mon.0) 3687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.119623+0000 mon.a (mon.0) 3688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.121833+0000 mon.a (mon.0) 3689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.122495+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.130027+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.197137+0000 mon.a (mon.0) 3692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.199390+0000 mon.a (mon.0) 3693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.200601+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.203337+0000 mon.a (mon.0) 3695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.204219+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.211989+0000 mon.a (mon.0) 3697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.293995+0000 mon.a (mon.0) 3698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.297121+0000 mon.a (mon.0) 3699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.298431+0000 mon.a (mon.0) 3700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.301644+0000 mon.a (mon.0) 3701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.302516+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.311463+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.355933+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.358280+0000 mon.a (mon.0) 3705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.359360+0000 mon.a (mon.0) 3706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.361626+0000 mon.a (mon.0) 3707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.362318+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.371927+0000 mon.a (mon.0) 3709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.413293+0000 mon.a (mon.0) 3710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.415078+0000 mon.a (mon.0) 3711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.415886+0000 mon.a (mon.0) 3712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.417728+0000 mon.a (mon.0) 3713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.418359+0000 mon.a (mon.0) 3714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.426685+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.467232+0000 mon.a (mon.0) 3716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.468950+0000 mon.a (mon.0) 3717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:19.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.469698+0000 mon.a (mon.0) 3718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:19.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.471497+0000 mon.a (mon.0) 3719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:19.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.472076+0000 mon.a (mon.0) 3720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:19.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.480600+0000 mon.a (mon.0) 3721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:19.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:19 smithi105 bash[58125]: audit 2024-03-30T04:45:19.548195+0000 mon.a (mon.0) 3722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.123759+0000 mgr.y (mgr.25387) 1715 : cluster [DBG] pgmap v1072: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.124055+0000 mgr.y (mgr.25387) 1716 : cluster [DBG] pgmap v1073: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.130500+0000 mgr.y (mgr.25387) 1717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.206054+0000 mgr.y (mgr.25387) 1718 : cluster [DBG] pgmap v1074: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.206801+0000 mgr.y (mgr.25387) 1719 : cluster [DBG] pgmap v1075: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.212384+0000 mgr.y (mgr.25387) 1720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.304436+0000 mgr.y (mgr.25387) 1721 : cluster [DBG] pgmap v1076: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.304833+0000 mgr.y (mgr.25387) 1722 : cluster [DBG] pgmap v1077: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.312178+0000 mgr.y (mgr.25387) 1723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.363744+0000 mgr.y (mgr.25387) 1724 : cluster [DBG] pgmap v1078: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.364181+0000 mgr.y (mgr.25387) 1725 : cluster [DBG] pgmap v1079: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.372526+0000 mgr.y (mgr.25387) 1726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.419578+0000 mgr.y (mgr.25387) 1727 : cluster [DBG] pgmap v1080: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.419849+0000 mgr.y (mgr.25387) 1728 : cluster [DBG] pgmap v1081: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.427149+0000 mgr.y (mgr.25387) 1729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.123759+0000 mgr.y (mgr.25387) 1715 : cluster [DBG] pgmap v1072: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.124055+0000 mgr.y (mgr.25387) 1716 : cluster [DBG] pgmap v1073: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.130500+0000 mgr.y (mgr.25387) 1717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.206054+0000 mgr.y (mgr.25387) 1718 : cluster [DBG] pgmap v1074: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.206801+0000 mgr.y (mgr.25387) 1719 : cluster [DBG] pgmap v1075: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.212384+0000 mgr.y (mgr.25387) 1720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.304436+0000 mgr.y (mgr.25387) 1721 : cluster [DBG] pgmap v1076: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.304833+0000 mgr.y (mgr.25387) 1722 : cluster [DBG] pgmap v1077: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.312178+0000 mgr.y (mgr.25387) 1723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.363744+0000 mgr.y (mgr.25387) 1724 : cluster [DBG] pgmap v1078: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.364181+0000 mgr.y (mgr.25387) 1725 : cluster [DBG] pgmap v1079: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.372526+0000 mgr.y (mgr.25387) 1726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.419578+0000 mgr.y (mgr.25387) 1727 : cluster [DBG] pgmap v1080: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.419849+0000 mgr.y (mgr.25387) 1728 : cluster [DBG] pgmap v1081: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.427149+0000 mgr.y (mgr.25387) 1729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.473289+0000 mgr.y (mgr.25387) 1730 : cluster [DBG] pgmap v1082: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.473619+0000 mgr.y (mgr.25387) 1731 : cluster [DBG] pgmap v1083: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.481072+0000 mgr.y (mgr.25387) 1732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.551417+0000 mon.a (mon.0) 3723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.564997+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.574517+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.575453+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.577310+0000 mgr.y (mgr.25387) 1733 : cluster [DBG] pgmap v1084: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.577975+0000 mgr.y (mgr.25387) 1734 : cluster [DBG] pgmap v1085: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.582562+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.583299+0000 mgr.y (mgr.25387) 1735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.642267+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.644214+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.645018+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.646842+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.647437+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.648914+0000 mgr.y (mgr.25387) 1736 : cluster [DBG] pgmap v1086: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.473289+0000 mgr.y (mgr.25387) 1730 : cluster [DBG] pgmap v1082: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.473619+0000 mgr.y (mgr.25387) 1731 : cluster [DBG] pgmap v1083: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.481072+0000 mgr.y (mgr.25387) 1732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.551417+0000 mon.a (mon.0) 3723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.564997+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.574517+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.575453+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.577310+0000 mgr.y (mgr.25387) 1733 : cluster [DBG] pgmap v1084: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.577975+0000 mgr.y (mgr.25387) 1734 : cluster [DBG] pgmap v1085: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.582562+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.583299+0000 mgr.y (mgr.25387) 1735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.642267+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.644214+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.645018+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.646842+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.647437+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.648914+0000 mgr.y (mgr.25387) 1736 : cluster [DBG] pgmap v1086: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.649382+0000 mgr.y (mgr.25387) 1737 : cluster [DBG] pgmap v1087: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.653485+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.654002+0000 mgr.y (mgr.25387) 1738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.694341+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.696096+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.696884+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.698642+0000 mon.a (mon.0) 3737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.699208+0000 mon.a (mon.0) 3738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.700413+0000 mgr.y (mgr.25387) 1739 : cluster [DBG] pgmap v1088: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.700803+0000 mgr.y (mgr.25387) 1740 : cluster [DBG] pgmap v1089: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.704923+0000 mon.a (mon.0) 3739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.705412+0000 mgr.y (mgr.25387) 1741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.777775+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.781557+0000 mon.a (mon.0) 3741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.782866+0000 mon.a (mon.0) 3742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.785478+0000 mon.a (mon.0) 3743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.786164+0000 mon.a (mon.0) 3744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.787787+0000 mgr.y (mgr.25387) 1742 : cluster [DBG] pgmap v1090: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.649382+0000 mgr.y (mgr.25387) 1737 : cluster [DBG] pgmap v1087: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.653485+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.654002+0000 mgr.y (mgr.25387) 1738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.694341+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.696096+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.696884+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.698642+0000 mon.a (mon.0) 3737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.699208+0000 mon.a (mon.0) 3738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.700413+0000 mgr.y (mgr.25387) 1739 : cluster [DBG] pgmap v1088: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.700803+0000 mgr.y (mgr.25387) 1740 : cluster [DBG] pgmap v1089: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.704923+0000 mon.a (mon.0) 3739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.705412+0000 mgr.y (mgr.25387) 1741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.777775+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.781557+0000 mon.a (mon.0) 3741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.782866+0000 mon.a (mon.0) 3742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.785478+0000 mon.a (mon.0) 3743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.786164+0000 mon.a (mon.0) 3744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.787787+0000 mgr.y (mgr.25387) 1742 : cluster [DBG] pgmap v1090: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.788159+0000 mgr.y (mgr.25387) 1743 : cluster [DBG] pgmap v1091: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.792362+0000 mon.a (mon.0) 3745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.793016+0000 mgr.y (mgr.25387) 1744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.854880+0000 mon.a (mon.0) 3746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.858787+0000 mon.a (mon.0) 3747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.860271+0000 mon.a (mon.0) 3748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.863448+0000 mon.a (mon.0) 3749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.864491+0000 mon.a (mon.0) 3750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.866786+0000 mgr.y (mgr.25387) 1745 : cluster [DBG] pgmap v1092: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.867801+0000 mgr.y (mgr.25387) 1746 : cluster [DBG] pgmap v1093: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.874747+0000 mon.a (mon.0) 3751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.875360+0000 mgr.y (mgr.25387) 1747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.964860+0000 mon.a (mon.0) 3752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.969472+0000 mon.a (mon.0) 3753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.971758+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.976690+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.978126+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.981237+0000 mgr.y (mgr.25387) 1748 : cluster [DBG] pgmap v1094: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.788159+0000 mgr.y (mgr.25387) 1743 : cluster [DBG] pgmap v1091: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.792362+0000 mon.a (mon.0) 3745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.793016+0000 mgr.y (mgr.25387) 1744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.854880+0000 mon.a (mon.0) 3746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.858787+0000 mon.a (mon.0) 3747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.860271+0000 mon.a (mon.0) 3748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.863448+0000 mon.a (mon.0) 3749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.864491+0000 mon.a (mon.0) 3750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.866786+0000 mgr.y (mgr.25387) 1745 : cluster [DBG] pgmap v1092: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.867801+0000 mgr.y (mgr.25387) 1746 : cluster [DBG] pgmap v1093: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.874747+0000 mon.a (mon.0) 3751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.875360+0000 mgr.y (mgr.25387) 1747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.964860+0000 mon.a (mon.0) 3752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.969472+0000 mon.a (mon.0) 3753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.971758+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.976690+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.978126+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.981237+0000 mgr.y (mgr.25387) 1748 : cluster [DBG] pgmap v1094: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:19.982139+0000 mgr.y (mgr.25387) 1749 : cluster [DBG] pgmap v1095: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:19.992895+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:19.993891+0000 mgr.y (mgr.25387) 1750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.078736+0000 mon.a (mon.0) 3758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.082333+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.083626+0000 mon.a (mon.0) 3760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.087015+0000 mon.a (mon.0) 3761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.087981+0000 mon.a (mon.0) 3762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.090786+0000 mgr.y (mgr.25387) 1751 : cluster [DBG] pgmap v1096: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.091654+0000 mgr.y (mgr.25387) 1752 : cluster [DBG] pgmap v1097: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.098064+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.098660+0000 mgr.y (mgr.25387) 1753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.171200+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.172857+0000 mon.a (mon.0) 3765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.173606+0000 mon.a (mon.0) 3766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.175288+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.175826+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.182264+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.222988+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:19.982139+0000 mgr.y (mgr.25387) 1749 : cluster [DBG] pgmap v1095: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:19.992895+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:19.993891+0000 mgr.y (mgr.25387) 1750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.078736+0000 mon.a (mon.0) 3758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.082333+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.083626+0000 mon.a (mon.0) 3760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.087015+0000 mon.a (mon.0) 3761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.087981+0000 mon.a (mon.0) 3762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.090786+0000 mgr.y (mgr.25387) 1751 : cluster [DBG] pgmap v1096: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.091654+0000 mgr.y (mgr.25387) 1752 : cluster [DBG] pgmap v1097: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.098064+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.098660+0000 mgr.y (mgr.25387) 1753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.171200+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.172857+0000 mon.a (mon.0) 3765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.173606+0000 mon.a (mon.0) 3766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.175288+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.175826+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.182264+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.222988+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.224936+0000 mon.a (mon.0) 3771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.225897+0000 mon.a (mon.0) 3772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.227903+0000 mon.a (mon.0) 3773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.228850+0000 mon.a (mon.0) 3774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.235664+0000 mon.a (mon.0) 3775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.297394+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.300400+0000 mon.a (mon.0) 3777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.302010+0000 mon.a (mon.0) 3778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.306013+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.307144+0000 mon.a (mon.0) 3780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.316264+0000 mon.a (mon.0) 3781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.390622+0000 mon.a (mon.0) 3782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.392552+0000 mon.a (mon.0) 3783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.393446+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.395833+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.396503+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.404444+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.462032+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.464344+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.465769+0000 mon.a (mon.0) 3790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.468446+0000 mon.a (mon.0) 3791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.469420+0000 mon.a (mon.0) 3792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.476110+0000 mon.a (mon.0) 3793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.534471+0000 mon.a (mon.0) 3794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.536616+0000 mon.a (mon.0) 3795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.537644+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.539682+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.540462+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[69502]: audit 2024-03-30T04:45:20.546630+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.224936+0000 mon.a (mon.0) 3771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.225897+0000 mon.a (mon.0) 3772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.227903+0000 mon.a (mon.0) 3773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.228850+0000 mon.a (mon.0) 3774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.235664+0000 mon.a (mon.0) 3775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.297394+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.300400+0000 mon.a (mon.0) 3777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.302010+0000 mon.a (mon.0) 3778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.306013+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.307144+0000 mon.a (mon.0) 3780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.316264+0000 mon.a (mon.0) 3781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.390622+0000 mon.a (mon.0) 3782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.392552+0000 mon.a (mon.0) 3783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.393446+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.395833+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.396503+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.404444+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.462032+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.464344+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.465769+0000 mon.a (mon.0) 3790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.468446+0000 mon.a (mon.0) 3791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.469420+0000 mon.a (mon.0) 3792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.476110+0000 mon.a (mon.0) 3793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.534471+0000 mon.a (mon.0) 3794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.536616+0000 mon.a (mon.0) 3795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.537644+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.539682+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.540462+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:20 smithi097 bash[73934]: audit 2024-03-30T04:45:20.546630+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.123759+0000 mgr.y (mgr.25387) 1715 : cluster [DBG] pgmap v1072: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.124055+0000 mgr.y (mgr.25387) 1716 : cluster [DBG] pgmap v1073: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.130500+0000 mgr.y (mgr.25387) 1717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.206054+0000 mgr.y (mgr.25387) 1718 : cluster [DBG] pgmap v1074: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.206801+0000 mgr.y (mgr.25387) 1719 : cluster [DBG] pgmap v1075: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.212384+0000 mgr.y (mgr.25387) 1720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.304436+0000 mgr.y (mgr.25387) 1721 : cluster [DBG] pgmap v1076: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.304833+0000 mgr.y (mgr.25387) 1722 : cluster [DBG] pgmap v1077: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.312178+0000 mgr.y (mgr.25387) 1723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.363744+0000 mgr.y (mgr.25387) 1724 : cluster [DBG] pgmap v1078: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.364181+0000 mgr.y (mgr.25387) 1725 : cluster [DBG] pgmap v1079: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.372526+0000 mgr.y (mgr.25387) 1726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.419578+0000 mgr.y (mgr.25387) 1727 : cluster [DBG] pgmap v1080: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.419849+0000 mgr.y (mgr.25387) 1728 : cluster [DBG] pgmap v1081: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.427149+0000 mgr.y (mgr.25387) 1729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.473289+0000 mgr.y (mgr.25387) 1730 : cluster [DBG] pgmap v1082: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.473619+0000 mgr.y (mgr.25387) 1731 : cluster [DBG] pgmap v1083: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.481072+0000 mgr.y (mgr.25387) 1732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.551417+0000 mon.a (mon.0) 3723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.564997+0000 mon.a (mon.0) 3724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.574517+0000 mon.a (mon.0) 3725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.575453+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.577310+0000 mgr.y (mgr.25387) 1733 : cluster [DBG] pgmap v1084: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.577975+0000 mgr.y (mgr.25387) 1734 : cluster [DBG] pgmap v1085: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.582562+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.583299+0000 mgr.y (mgr.25387) 1735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.642267+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.644214+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.645018+0000 mon.a (mon.0) 3730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.646842+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.647437+0000 mon.a (mon.0) 3732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.648914+0000 mgr.y (mgr.25387) 1736 : cluster [DBG] pgmap v1086: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.649382+0000 mgr.y (mgr.25387) 1737 : cluster [DBG] pgmap v1087: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.653485+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.654002+0000 mgr.y (mgr.25387) 1738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.694341+0000 mon.a (mon.0) 3734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.696096+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.696884+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.698642+0000 mon.a (mon.0) 3737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.699208+0000 mon.a (mon.0) 3738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.700413+0000 mgr.y (mgr.25387) 1739 : cluster [DBG] pgmap v1088: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.700803+0000 mgr.y (mgr.25387) 1740 : cluster [DBG] pgmap v1089: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.704923+0000 mon.a (mon.0) 3739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.705412+0000 mgr.y (mgr.25387) 1741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.777775+0000 mon.a (mon.0) 3740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.781557+0000 mon.a (mon.0) 3741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.782866+0000 mon.a (mon.0) 3742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.785478+0000 mon.a (mon.0) 3743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.786164+0000 mon.a (mon.0) 3744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.787787+0000 mgr.y (mgr.25387) 1742 : cluster [DBG] pgmap v1090: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.788159+0000 mgr.y (mgr.25387) 1743 : cluster [DBG] pgmap v1091: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.792362+0000 mon.a (mon.0) 3745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.793016+0000 mgr.y (mgr.25387) 1744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.854880+0000 mon.a (mon.0) 3746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.858787+0000 mon.a (mon.0) 3747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.860271+0000 mon.a (mon.0) 3748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.863448+0000 mon.a (mon.0) 3749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.864491+0000 mon.a (mon.0) 3750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.866786+0000 mgr.y (mgr.25387) 1745 : cluster [DBG] pgmap v1092: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.867801+0000 mgr.y (mgr.25387) 1746 : cluster [DBG] pgmap v1093: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.874747+0000 mon.a (mon.0) 3751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.875360+0000 mgr.y (mgr.25387) 1747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.964860+0000 mon.a (mon.0) 3752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.969472+0000 mon.a (mon.0) 3753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.971758+0000 mon.a (mon.0) 3754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.976690+0000 mon.a (mon.0) 3755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.978126+0000 mon.a (mon.0) 3756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.981237+0000 mgr.y (mgr.25387) 1748 : cluster [DBG] pgmap v1094: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:19.982139+0000 mgr.y (mgr.25387) 1749 : cluster [DBG] pgmap v1095: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:19.992895+0000 mon.a (mon.0) 3757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:19.993891+0000 mgr.y (mgr.25387) 1750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.078736+0000 mon.a (mon.0) 3758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.082333+0000 mon.a (mon.0) 3759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.083626+0000 mon.a (mon.0) 3760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.087015+0000 mon.a (mon.0) 3761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.087981+0000 mon.a (mon.0) 3762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.090786+0000 mgr.y (mgr.25387) 1751 : cluster [DBG] pgmap v1096: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.091654+0000 mgr.y (mgr.25387) 1752 : cluster [DBG] pgmap v1097: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.098064+0000 mon.a (mon.0) 3763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.098660+0000 mgr.y (mgr.25387) 1753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.171200+0000 mon.a (mon.0) 3764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.172857+0000 mon.a (mon.0) 3765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.173606+0000 mon.a (mon.0) 3766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.175288+0000 mon.a (mon.0) 3767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.175826+0000 mon.a (mon.0) 3768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.182264+0000 mon.a (mon.0) 3769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.222988+0000 mon.a (mon.0) 3770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.224936+0000 mon.a (mon.0) 3771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.225897+0000 mon.a (mon.0) 3772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.227903+0000 mon.a (mon.0) 3773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.228850+0000 mon.a (mon.0) 3774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.235664+0000 mon.a (mon.0) 3775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.297394+0000 mon.a (mon.0) 3776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.300400+0000 mon.a (mon.0) 3777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.302010+0000 mon.a (mon.0) 3778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.306013+0000 mon.a (mon.0) 3779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.307144+0000 mon.a (mon.0) 3780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.316264+0000 mon.a (mon.0) 3781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.390622+0000 mon.a (mon.0) 3782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.392552+0000 mon.a (mon.0) 3783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.393446+0000 mon.a (mon.0) 3784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.395833+0000 mon.a (mon.0) 3785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.396503+0000 mon.a (mon.0) 3786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.404444+0000 mon.a (mon.0) 3787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.462032+0000 mon.a (mon.0) 3788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.464344+0000 mon.a (mon.0) 3789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.465769+0000 mon.a (mon.0) 3790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.468446+0000 mon.a (mon.0) 3791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.469420+0000 mon.a (mon.0) 3792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.476110+0000 mon.a (mon.0) 3793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.534471+0000 mon.a (mon.0) 3794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.536616+0000 mon.a (mon.0) 3795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:20.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.537644+0000 mon.a (mon.0) 3796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:20.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.539682+0000 mon.a (mon.0) 3797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:20.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.540462+0000 mon.a (mon.0) 3798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:20.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:20 smithi105 bash[58125]: audit 2024-03-30T04:45:20.546630+0000 mon.a (mon.0) 3799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.492 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[81707]: debug 2024-03-30T04:45:21.309+0000 7ff768a99700 1 -- 172.21.15.97:0/30781701 <== mon.0 v2:172.21.15.97:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560dc0663680 con 0x560dc06a0c00 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.177020+0000 mgr.y (mgr.25387) 1754 : cluster [DBG] pgmap v1098: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.177290+0000 mgr.y (mgr.25387) 1755 : cluster [DBG] pgmap v1099: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.182637+0000 mgr.y (mgr.25387) 1756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.230203+0000 mgr.y (mgr.25387) 1757 : cluster [DBG] pgmap v1100: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.230481+0000 mgr.y (mgr.25387) 1758 : cluster [DBG] pgmap v1101: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.236096+0000 mgr.y (mgr.25387) 1759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.309125+0000 mgr.y (mgr.25387) 1760 : cluster [DBG] pgmap v1102: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.309390+0000 mgr.y (mgr.25387) 1761 : cluster [DBG] pgmap v1103: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.316705+0000 mgr.y (mgr.25387) 1762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.398461+0000 mgr.y (mgr.25387) 1763 : cluster [DBG] pgmap v1104: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.398971+0000 mgr.y (mgr.25387) 1764 : cluster [DBG] pgmap v1105: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.404933+0000 mgr.y (mgr.25387) 1765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.471330+0000 mgr.y (mgr.25387) 1766 : cluster [DBG] pgmap v1106: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.471622+0000 mgr.y (mgr.25387) 1767 : cluster [DBG] pgmap v1107: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.476741+0000 mgr.y (mgr.25387) 1768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.177020+0000 mgr.y (mgr.25387) 1754 : cluster [DBG] pgmap v1098: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.177290+0000 mgr.y (mgr.25387) 1755 : cluster [DBG] pgmap v1099: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.182637+0000 mgr.y (mgr.25387) 1756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.230203+0000 mgr.y (mgr.25387) 1757 : cluster [DBG] pgmap v1100: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.230481+0000 mgr.y (mgr.25387) 1758 : cluster [DBG] pgmap v1101: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.236096+0000 mgr.y (mgr.25387) 1759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.309125+0000 mgr.y (mgr.25387) 1760 : cluster [DBG] pgmap v1102: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.309390+0000 mgr.y (mgr.25387) 1761 : cluster [DBG] pgmap v1103: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.316705+0000 mgr.y (mgr.25387) 1762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.398461+0000 mgr.y (mgr.25387) 1763 : cluster [DBG] pgmap v1104: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.398971+0000 mgr.y (mgr.25387) 1764 : cluster [DBG] pgmap v1105: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.404933+0000 mgr.y (mgr.25387) 1765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.471330+0000 mgr.y (mgr.25387) 1766 : cluster [DBG] pgmap v1106: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.471622+0000 mgr.y (mgr.25387) 1767 : cluster [DBG] pgmap v1107: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.476741+0000 mgr.y (mgr.25387) 1768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.529422+0000 mgr.y (mgr.25387) 1769 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:21.870 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.541958+0000 mgr.y (mgr.25387) 1770 : cluster [DBG] pgmap v1108: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.542359+0000 mgr.y (mgr.25387) 1771 : cluster [DBG] pgmap v1109: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.547123+0000 mgr.y (mgr.25387) 1772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.626017+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.628468+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.629489+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.631905+0000 mon.a (mon.0) 3803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.632660+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.634653+0000 mgr.y (mgr.25387) 1773 : cluster [DBG] pgmap v1110: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.635342+0000 mgr.y (mgr.25387) 1774 : cluster [DBG] pgmap v1111: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.640425+0000 mon.a (mon.0) 3805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.641072+0000 mgr.y (mgr.25387) 1775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.703045+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.705479+0000 mon.a (mon.0) 3807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.706513+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.708913+0000 mon.a (mon.0) 3809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.529422+0000 mgr.y (mgr.25387) 1769 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.541958+0000 mgr.y (mgr.25387) 1770 : cluster [DBG] pgmap v1108: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.542359+0000 mgr.y (mgr.25387) 1771 : cluster [DBG] pgmap v1109: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.547123+0000 mgr.y (mgr.25387) 1772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.626017+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.628468+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.629489+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.631905+0000 mon.a (mon.0) 3803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.632660+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.634653+0000 mgr.y (mgr.25387) 1773 : cluster [DBG] pgmap v1110: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.635342+0000 mgr.y (mgr.25387) 1774 : cluster [DBG] pgmap v1111: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.640425+0000 mon.a (mon.0) 3805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.641072+0000 mgr.y (mgr.25387) 1775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.703045+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.705479+0000 mon.a (mon.0) 3807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.706513+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.708913+0000 mon.a (mon.0) 3809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.709718+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.711217+0000 mgr.y (mgr.25387) 1776 : cluster [DBG] pgmap v1112: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.711538+0000 mgr.y (mgr.25387) 1777 : cluster [DBG] pgmap v1113: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.716921+0000 mon.a (mon.0) 3811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.717429+0000 mgr.y (mgr.25387) 1778 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.774699+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.776451+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.777307+0000 mon.a (mon.0) 3814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.779156+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.779763+0000 mon.a (mon.0) 3816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.781015+0000 mgr.y (mgr.25387) 1779 : cluster [DBG] pgmap v1114: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.781369+0000 mgr.y (mgr.25387) 1780 : cluster [DBG] pgmap v1115: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.787893+0000 mon.a (mon.0) 3817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.788316+0000 mgr.y (mgr.25387) 1781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.828932+0000 mon.a (mon.0) 3818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.830589+0000 mon.a (mon.0) 3819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.831603+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.833325+0000 mon.a (mon.0) 3821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.709718+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.711217+0000 mgr.y (mgr.25387) 1776 : cluster [DBG] pgmap v1112: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.711538+0000 mgr.y (mgr.25387) 1777 : cluster [DBG] pgmap v1113: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.716921+0000 mon.a (mon.0) 3811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.717429+0000 mgr.y (mgr.25387) 1778 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.774699+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.776451+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.777307+0000 mon.a (mon.0) 3814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.779156+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.779763+0000 mon.a (mon.0) 3816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.781015+0000 mgr.y (mgr.25387) 1779 : cluster [DBG] pgmap v1114: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.781369+0000 mgr.y (mgr.25387) 1780 : cluster [DBG] pgmap v1115: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.787893+0000 mon.a (mon.0) 3817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.788316+0000 mgr.y (mgr.25387) 1781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.828932+0000 mon.a (mon.0) 3818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.830589+0000 mon.a (mon.0) 3819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.831603+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.833325+0000 mon.a (mon.0) 3821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.833919+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.835197+0000 mgr.y (mgr.25387) 1782 : cluster [DBG] pgmap v1116: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.835575+0000 mgr.y (mgr.25387) 1783 : cluster [DBG] pgmap v1117: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.841481+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.841896+0000 mgr.y (mgr.25387) 1784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.898197+0000 mon.a (mon.0) 3824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.900428+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.901545+0000 mon.a (mon.0) 3826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.903440+0000 mon.a (mon.0) 3827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.904122+0000 mon.a (mon.0) 3828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.905370+0000 mgr.y (mgr.25387) 1785 : cluster [DBG] pgmap v1118: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.905762+0000 mgr.y (mgr.25387) 1786 : cluster [DBG] pgmap v1119: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.913746+0000 mon.a (mon.0) 3829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.914339+0000 mgr.y (mgr.25387) 1787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.955577+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.957554+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.958450+0000 mon.a (mon.0) 3832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.960417+0000 mon.a (mon.0) 3833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.833919+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.835197+0000 mgr.y (mgr.25387) 1782 : cluster [DBG] pgmap v1116: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.835575+0000 mgr.y (mgr.25387) 1783 : cluster [DBG] pgmap v1117: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.841481+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.841896+0000 mgr.y (mgr.25387) 1784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.898197+0000 mon.a (mon.0) 3824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.900428+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.901545+0000 mon.a (mon.0) 3826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.903440+0000 mon.a (mon.0) 3827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.904122+0000 mon.a (mon.0) 3828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.905370+0000 mgr.y (mgr.25387) 1785 : cluster [DBG] pgmap v1118: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.905762+0000 mgr.y (mgr.25387) 1786 : cluster [DBG] pgmap v1119: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.913746+0000 mon.a (mon.0) 3829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.914339+0000 mgr.y (mgr.25387) 1787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.955577+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.957554+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.958450+0000 mon.a (mon.0) 3832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.960417+0000 mon.a (mon.0) 3833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.961112+0000 mon.a (mon.0) 3834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.962591+0000 mgr.y (mgr.25387) 1788 : cluster [DBG] pgmap v1120: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:20.962976+0000 mgr.y (mgr.25387) 1789 : cluster [DBG] pgmap v1121: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:20.969110+0000 mon.a (mon.0) 3835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:20.969507+0000 mgr.y (mgr.25387) 1790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.011707+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.013963+0000 mon.a (mon.0) 3837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.015063+0000 mon.a (mon.0) 3838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.017595+0000 mon.a (mon.0) 3839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.018318+0000 mon.a (mon.0) 3840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.019896+0000 mgr.y (mgr.25387) 1791 : cluster [DBG] pgmap v1122: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.020277+0000 mgr.y (mgr.25387) 1792 : cluster [DBG] pgmap v1123: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.026435+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.026993+0000 mgr.y (mgr.25387) 1793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.069918+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.072023+0000 mon.a (mon.0) 3843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.073119+0000 mon.a (mon.0) 3844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.075252+0000 mon.a (mon.0) 3845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.961112+0000 mon.a (mon.0) 3834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.962591+0000 mgr.y (mgr.25387) 1788 : cluster [DBG] pgmap v1120: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:20.962976+0000 mgr.y (mgr.25387) 1789 : cluster [DBG] pgmap v1121: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:20.969110+0000 mon.a (mon.0) 3835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:20.969507+0000 mgr.y (mgr.25387) 1790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.011707+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.013963+0000 mon.a (mon.0) 3837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.015063+0000 mon.a (mon.0) 3838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.017595+0000 mon.a (mon.0) 3839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.018318+0000 mon.a (mon.0) 3840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.019896+0000 mgr.y (mgr.25387) 1791 : cluster [DBG] pgmap v1122: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.020277+0000 mgr.y (mgr.25387) 1792 : cluster [DBG] pgmap v1123: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.026435+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.026993+0000 mgr.y (mgr.25387) 1793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.069918+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.072023+0000 mon.a (mon.0) 3843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.073119+0000 mon.a (mon.0) 3844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.075252+0000 mon.a (mon.0) 3845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.075926+0000 mon.a (mon.0) 3846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.077249+0000 mgr.y (mgr.25387) 1794 : cluster [DBG] pgmap v1124: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.077607+0000 mgr.y (mgr.25387) 1795 : cluster [DBG] pgmap v1125: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.084492+0000 mon.a (mon.0) 3847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.085059+0000 mgr.y (mgr.25387) 1796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.141754+0000 mon.a (mon.0) 3848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.143617+0000 mon.a (mon.0) 3849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.144440+0000 mon.a (mon.0) 3850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.146276+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.146882+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.155363+0000 mon.a (mon.0) 3853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.195750+0000 mon.a (mon.0) 3854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.197522+0000 mon.a (mon.0) 3855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.198285+0000 mon.a (mon.0) 3856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.200012+0000 mon.a (mon.0) 3857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.200609+0000 mon.a (mon.0) 3858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.208942+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.251347+0000 mon.a (mon.0) 3860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.075926+0000 mon.a (mon.0) 3846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.077249+0000 mgr.y (mgr.25387) 1794 : cluster [DBG] pgmap v1124: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.077607+0000 mgr.y (mgr.25387) 1795 : cluster [DBG] pgmap v1125: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.084492+0000 mon.a (mon.0) 3847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.085059+0000 mgr.y (mgr.25387) 1796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.141754+0000 mon.a (mon.0) 3848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.143617+0000 mon.a (mon.0) 3849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.144440+0000 mon.a (mon.0) 3850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.146276+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.146882+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.155363+0000 mon.a (mon.0) 3853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.195750+0000 mon.a (mon.0) 3854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.197522+0000 mon.a (mon.0) 3855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.198285+0000 mon.a (mon.0) 3856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.200012+0000 mon.a (mon.0) 3857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.200609+0000 mon.a (mon.0) 3858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.208942+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.251347+0000 mon.a (mon.0) 3860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.254078+0000 mon.a (mon.0) 3861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.255435+0000 mon.a (mon.0) 3862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.257900+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.258739+0000 mon.a (mon.0) 3864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.267723+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.310753+0000 mon.a (mon.0) 3866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.312531+0000 mon.a (mon.0) 3867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.313374+0000 mon.a (mon.0) 3868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.315511+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.316231+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.324927+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.370269+0000 mon.a (mon.0) 3872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.375615+0000 mon.a (mon.0) 3873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.377166+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.379731+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.380513+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.387804+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.446158+0000 mon.a (mon.0) 3878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.448164+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.254078+0000 mon.a (mon.0) 3861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.255435+0000 mon.a (mon.0) 3862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.257900+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.258739+0000 mon.a (mon.0) 3864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.267723+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.310753+0000 mon.a (mon.0) 3866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.312531+0000 mon.a (mon.0) 3867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.313374+0000 mon.a (mon.0) 3868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.315511+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.316231+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.324927+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.370269+0000 mon.a (mon.0) 3872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.375615+0000 mon.a (mon.0) 3873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.377166+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.379731+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.380513+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.387804+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.446158+0000 mon.a (mon.0) 3878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.448164+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.449144+0000 mon.a (mon.0) 3880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.451161+0000 mon.a (mon.0) 3881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.451816+0000 mon.a (mon.0) 3882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.457817+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.498784+0000 mon.a (mon.0) 3884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.500952+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.501799+0000 mon.a (mon.0) 3886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.503765+0000 mon.a (mon.0) 3887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.504456+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.510857+0000 mon.a (mon.0) 3889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.552117+0000 mon.a (mon.0) 3890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.554143+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.555170+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.557575+0000 mon.a (mon.0) 3893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[69502]: audit 2024-03-30T04:45:21.558279+0000 mon.a (mon.0) 3894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.449144+0000 mon.a (mon.0) 3880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.451161+0000 mon.a (mon.0) 3881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.451816+0000 mon.a (mon.0) 3882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.457817+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.498784+0000 mon.a (mon.0) 3884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.500952+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.501799+0000 mon.a (mon.0) 3886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.503765+0000 mon.a (mon.0) 3887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.504456+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.510857+0000 mon.a (mon.0) 3889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.552117+0000 mon.a (mon.0) 3890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.554143+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.555170+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.557575+0000 mon.a (mon.0) 3893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[73934]: audit 2024-03-30T04:45:21.558279+0000 mon.a (mon.0) 3894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.177020+0000 mgr.y (mgr.25387) 1754 : cluster [DBG] pgmap v1098: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.177290+0000 mgr.y (mgr.25387) 1755 : cluster [DBG] pgmap v1099: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.182637+0000 mgr.y (mgr.25387) 1756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.230203+0000 mgr.y (mgr.25387) 1757 : cluster [DBG] pgmap v1100: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.230481+0000 mgr.y (mgr.25387) 1758 : cluster [DBG] pgmap v1101: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.236096+0000 mgr.y (mgr.25387) 1759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.309125+0000 mgr.y (mgr.25387) 1760 : cluster [DBG] pgmap v1102: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.309390+0000 mgr.y (mgr.25387) 1761 : cluster [DBG] pgmap v1103: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.316705+0000 mgr.y (mgr.25387) 1762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.398461+0000 mgr.y (mgr.25387) 1763 : cluster [DBG] pgmap v1104: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.398971+0000 mgr.y (mgr.25387) 1764 : cluster [DBG] pgmap v1105: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.404933+0000 mgr.y (mgr.25387) 1765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.471330+0000 mgr.y (mgr.25387) 1766 : cluster [DBG] pgmap v1106: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.471622+0000 mgr.y (mgr.25387) 1767 : cluster [DBG] pgmap v1107: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.476741+0000 mgr.y (mgr.25387) 1768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.529422+0000 mgr.y (mgr.25387) 1769 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.541958+0000 mgr.y (mgr.25387) 1770 : cluster [DBG] pgmap v1108: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.542359+0000 mgr.y (mgr.25387) 1771 : cluster [DBG] pgmap v1109: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.547123+0000 mgr.y (mgr.25387) 1772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.626017+0000 mon.a (mon.0) 3800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.628468+0000 mon.a (mon.0) 3801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.629489+0000 mon.a (mon.0) 3802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.631905+0000 mon.a (mon.0) 3803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.632660+0000 mon.a (mon.0) 3804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.634653+0000 mgr.y (mgr.25387) 1773 : cluster [DBG] pgmap v1110: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.635342+0000 mgr.y (mgr.25387) 1774 : cluster [DBG] pgmap v1111: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 21 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.640425+0000 mon.a (mon.0) 3805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.641072+0000 mgr.y (mgr.25387) 1775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.703045+0000 mon.a (mon.0) 3806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.705479+0000 mon.a (mon.0) 3807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.706513+0000 mon.a (mon.0) 3808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.708913+0000 mon.a (mon.0) 3809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.709718+0000 mon.a (mon.0) 3810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.711217+0000 mgr.y (mgr.25387) 1776 : cluster [DBG] pgmap v1112: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.711538+0000 mgr.y (mgr.25387) 1777 : cluster [DBG] pgmap v1113: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.716921+0000 mon.a (mon.0) 3811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.717429+0000 mgr.y (mgr.25387) 1778 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.774699+0000 mon.a (mon.0) 3812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.776451+0000 mon.a (mon.0) 3813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.777307+0000 mon.a (mon.0) 3814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.779156+0000 mon.a (mon.0) 3815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.779763+0000 mon.a (mon.0) 3816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.781015+0000 mgr.y (mgr.25387) 1779 : cluster [DBG] pgmap v1114: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.781369+0000 mgr.y (mgr.25387) 1780 : cluster [DBG] pgmap v1115: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.787893+0000 mon.a (mon.0) 3817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.788316+0000 mgr.y (mgr.25387) 1781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.828932+0000 mon.a (mon.0) 3818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.830589+0000 mon.a (mon.0) 3819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.831603+0000 mon.a (mon.0) 3820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.833325+0000 mon.a (mon.0) 3821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.833919+0000 mon.a (mon.0) 3822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.835197+0000 mgr.y (mgr.25387) 1782 : cluster [DBG] pgmap v1116: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.835575+0000 mgr.y (mgr.25387) 1783 : cluster [DBG] pgmap v1117: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.841481+0000 mon.a (mon.0) 3823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.841896+0000 mgr.y (mgr.25387) 1784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.898197+0000 mon.a (mon.0) 3824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.900428+0000 mon.a (mon.0) 3825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.901545+0000 mon.a (mon.0) 3826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.903440+0000 mon.a (mon.0) 3827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.904122+0000 mon.a (mon.0) 3828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.905370+0000 mgr.y (mgr.25387) 1785 : cluster [DBG] pgmap v1118: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.905762+0000 mgr.y (mgr.25387) 1786 : cluster [DBG] pgmap v1119: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.913746+0000 mon.a (mon.0) 3829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.914339+0000 mgr.y (mgr.25387) 1787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.955577+0000 mon.a (mon.0) 3830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.957554+0000 mon.a (mon.0) 3831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.958450+0000 mon.a (mon.0) 3832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.960417+0000 mon.a (mon.0) 3833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.961112+0000 mon.a (mon.0) 3834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.962591+0000 mgr.y (mgr.25387) 1788 : cluster [DBG] pgmap v1120: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:20.962976+0000 mgr.y (mgr.25387) 1789 : cluster [DBG] pgmap v1121: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:20.969110+0000 mon.a (mon.0) 3835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:20.969507+0000 mgr.y (mgr.25387) 1790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.011707+0000 mon.a (mon.0) 3836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.013963+0000 mon.a (mon.0) 3837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.015063+0000 mon.a (mon.0) 3838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.017595+0000 mon.a (mon.0) 3839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.018318+0000 mon.a (mon.0) 3840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.019896+0000 mgr.y (mgr.25387) 1791 : cluster [DBG] pgmap v1122: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.020277+0000 mgr.y (mgr.25387) 1792 : cluster [DBG] pgmap v1123: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.026435+0000 mon.a (mon.0) 3841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.026993+0000 mgr.y (mgr.25387) 1793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.069918+0000 mon.a (mon.0) 3842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.072023+0000 mon.a (mon.0) 3843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.073119+0000 mon.a (mon.0) 3844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.075252+0000 mon.a (mon.0) 3845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.075926+0000 mon.a (mon.0) 3846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.077249+0000 mgr.y (mgr.25387) 1794 : cluster [DBG] pgmap v1124: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.077607+0000 mgr.y (mgr.25387) 1795 : cluster [DBG] pgmap v1125: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.084492+0000 mon.a (mon.0) 3847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.085059+0000 mgr.y (mgr.25387) 1796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.141754+0000 mon.a (mon.0) 3848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.143617+0000 mon.a (mon.0) 3849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.144440+0000 mon.a (mon.0) 3850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.146276+0000 mon.a (mon.0) 3851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.146882+0000 mon.a (mon.0) 3852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.155363+0000 mon.a (mon.0) 3853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.195750+0000 mon.a (mon.0) 3854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.197522+0000 mon.a (mon.0) 3855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.198285+0000 mon.a (mon.0) 3856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.200012+0000 mon.a (mon.0) 3857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.200609+0000 mon.a (mon.0) 3858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.208942+0000 mon.a (mon.0) 3859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.251347+0000 mon.a (mon.0) 3860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.254078+0000 mon.a (mon.0) 3861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.255435+0000 mon.a (mon.0) 3862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.257900+0000 mon.a (mon.0) 3863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.258739+0000 mon.a (mon.0) 3864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.267723+0000 mon.a (mon.0) 3865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.310753+0000 mon.a (mon.0) 3866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.312531+0000 mon.a (mon.0) 3867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.313374+0000 mon.a (mon.0) 3868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.315511+0000 mon.a (mon.0) 3869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.316231+0000 mon.a (mon.0) 3870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.324927+0000 mon.a (mon.0) 3871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.370269+0000 mon.a (mon.0) 3872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.375615+0000 mon.a (mon.0) 3873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.377166+0000 mon.a (mon.0) 3874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.379731+0000 mon.a (mon.0) 3875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.380513+0000 mon.a (mon.0) 3876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.387804+0000 mon.a (mon.0) 3877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.446158+0000 mon.a (mon.0) 3878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.448164+0000 mon.a (mon.0) 3879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.449144+0000 mon.a (mon.0) 3880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.451161+0000 mon.a (mon.0) 3881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.451816+0000 mon.a (mon.0) 3882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.457817+0000 mon.a (mon.0) 3883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.498784+0000 mon.a (mon.0) 3884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.500952+0000 mon.a (mon.0) 3885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.501799+0000 mon.a (mon.0) 3886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.503765+0000 mon.a (mon.0) 3887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.504456+0000 mon.a (mon.0) 3888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:21.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.510857+0000 mon.a (mon.0) 3889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:21.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.552117+0000 mon.a (mon.0) 3890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.554143+0000 mon.a (mon.0) 3891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:21.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.555170+0000 mon.a (mon.0) 3892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:21.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.557575+0000 mon.a (mon.0) 3893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:21.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:21 smithi105 bash[58125]: audit 2024-03-30T04:45:21.558279+0000 mon.a (mon.0) 3894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.124 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:21 smithi097 bash[81707]: debug 2024-03-30T04:45:21.869+0000 7ff771c317c0 -1 Falling back to public interface 2024-03-30T04:45:22.567 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[65835]: debug 2024-03-30T04:45:22.265+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:45:22.567 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:45:22] "GET /metrics HTTP/1.1" 200 38346 "" "Prometheus/2.33.4" 2024-03-30T04:45:22.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.148131+0000 mgr.y (mgr.25387) 1797 : cluster [DBG] pgmap v1126: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.148483+0000 mgr.y (mgr.25387) 1798 : cluster [DBG] pgmap v1127: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.155816+0000 mgr.y (mgr.25387) 1799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.201832+0000 mgr.y (mgr.25387) 1800 : cluster [DBG] pgmap v1128: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.202100+0000 mgr.y (mgr.25387) 1801 : cluster [DBG] pgmap v1129: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.209477+0000 mgr.y (mgr.25387) 1802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.260485+0000 mgr.y (mgr.25387) 1803 : cluster [DBG] pgmap v1130: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.260925+0000 mgr.y (mgr.25387) 1804 : cluster [DBG] pgmap v1131: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.268322+0000 mgr.y (mgr.25387) 1805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.317637+0000 mgr.y (mgr.25387) 1806 : cluster [DBG] pgmap v1132: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.317937+0000 mgr.y (mgr.25387) 1807 : cluster [DBG] pgmap v1133: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.325396+0000 mgr.y (mgr.25387) 1808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.382156+0000 mgr.y (mgr.25387) 1809 : cluster [DBG] pgmap v1134: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.382484+0000 mgr.y (mgr.25387) 1810 : cluster [DBG] pgmap v1135: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.388456+0000 mgr.y (mgr.25387) 1811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.148131+0000 mgr.y (mgr.25387) 1797 : cluster [DBG] pgmap v1126: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.148483+0000 mgr.y (mgr.25387) 1798 : cluster [DBG] pgmap v1127: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.155816+0000 mgr.y (mgr.25387) 1799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.201832+0000 mgr.y (mgr.25387) 1800 : cluster [DBG] pgmap v1128: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.202100+0000 mgr.y (mgr.25387) 1801 : cluster [DBG] pgmap v1129: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.209477+0000 mgr.y (mgr.25387) 1802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.260485+0000 mgr.y (mgr.25387) 1803 : cluster [DBG] pgmap v1130: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.260925+0000 mgr.y (mgr.25387) 1804 : cluster [DBG] pgmap v1131: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.268322+0000 mgr.y (mgr.25387) 1805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.317637+0000 mgr.y (mgr.25387) 1806 : cluster [DBG] pgmap v1132: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.317937+0000 mgr.y (mgr.25387) 1807 : cluster [DBG] pgmap v1133: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.325396+0000 mgr.y (mgr.25387) 1808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.382156+0000 mgr.y (mgr.25387) 1809 : cluster [DBG] pgmap v1134: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.382484+0000 mgr.y (mgr.25387) 1810 : cluster [DBG] pgmap v1135: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.388456+0000 mgr.y (mgr.25387) 1811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.453345+0000 mgr.y (mgr.25387) 1812 : cluster [DBG] pgmap v1136: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.453749+0000 mgr.y (mgr.25387) 1813 : cluster [DBG] pgmap v1137: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.458282+0000 mgr.y (mgr.25387) 1814 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.505772+0000 mgr.y (mgr.25387) 1815 : cluster [DBG] pgmap v1138: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.506051+0000 mgr.y (mgr.25387) 1816 : cluster [DBG] pgmap v1139: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.511375+0000 mgr.y (mgr.25387) 1817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.559799+0000 mgr.y (mgr.25387) 1818 : cluster [DBG] pgmap v1140: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.560190+0000 mgr.y (mgr.25387) 1819 : cluster [DBG] pgmap v1141: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.575408+0000 mon.a (mon.0) 3895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.576019+0000 mgr.y (mgr.25387) 1820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.640004+0000 mon.a (mon.0) 3896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.642025+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.642890+0000 mon.a (mon.0) 3898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.644741+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.645423+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.646759+0000 mgr.y (mgr.25387) 1821 : cluster [DBG] pgmap v1142: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.647134+0000 mgr.y (mgr.25387) 1822 : cluster [DBG] pgmap v1143: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.453345+0000 mgr.y (mgr.25387) 1812 : cluster [DBG] pgmap v1136: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.453749+0000 mgr.y (mgr.25387) 1813 : cluster [DBG] pgmap v1137: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.458282+0000 mgr.y (mgr.25387) 1814 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.505772+0000 mgr.y (mgr.25387) 1815 : cluster [DBG] pgmap v1138: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.506051+0000 mgr.y (mgr.25387) 1816 : cluster [DBG] pgmap v1139: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.511375+0000 mgr.y (mgr.25387) 1817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.559799+0000 mgr.y (mgr.25387) 1818 : cluster [DBG] pgmap v1140: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.560190+0000 mgr.y (mgr.25387) 1819 : cluster [DBG] pgmap v1141: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.575408+0000 mon.a (mon.0) 3895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.576019+0000 mgr.y (mgr.25387) 1820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.640004+0000 mon.a (mon.0) 3896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.642025+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.642890+0000 mon.a (mon.0) 3898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.644741+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.645423+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.646759+0000 mgr.y (mgr.25387) 1821 : cluster [DBG] pgmap v1142: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.647134+0000 mgr.y (mgr.25387) 1822 : cluster [DBG] pgmap v1143: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.651330+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.652356+0000 mgr.y (mgr.25387) 1823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.709837+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.711607+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.712366+0000 mon.a (mon.0) 3904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.714115+0000 mon.a (mon.0) 3905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.714668+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.715872+0000 mgr.y (mgr.25387) 1824 : cluster [DBG] pgmap v1144: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.716263+0000 mgr.y (mgr.25387) 1825 : cluster [DBG] pgmap v1145: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.720724+0000 mon.a (mon.0) 3907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.721209+0000 mgr.y (mgr.25387) 1826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.782187+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.784189+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.784964+0000 mon.a (mon.0) 3910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.786848+0000 mon.a (mon.0) 3911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.787432+0000 mon.a (mon.0) 3912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.788762+0000 mgr.y (mgr.25387) 1827 : cluster [DBG] pgmap v1146: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.789111+0000 mgr.y (mgr.25387) 1828 : cluster [DBG] pgmap v1147: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.651330+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.652356+0000 mgr.y (mgr.25387) 1823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.709837+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.711607+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.712366+0000 mon.a (mon.0) 3904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.714115+0000 mon.a (mon.0) 3905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.714668+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.715872+0000 mgr.y (mgr.25387) 1824 : cluster [DBG] pgmap v1144: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.716263+0000 mgr.y (mgr.25387) 1825 : cluster [DBG] pgmap v1145: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.720724+0000 mon.a (mon.0) 3907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.721209+0000 mgr.y (mgr.25387) 1826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.782187+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.784189+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.784964+0000 mon.a (mon.0) 3910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.786848+0000 mon.a (mon.0) 3911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.787432+0000 mon.a (mon.0) 3912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.788762+0000 mgr.y (mgr.25387) 1827 : cluster [DBG] pgmap v1146: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.789111+0000 mgr.y (mgr.25387) 1828 : cluster [DBG] pgmap v1147: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.793217+0000 mon.a (mon.0) 3913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.793645+0000 mgr.y (mgr.25387) 1829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.834420+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.836128+0000 mon.a (mon.0) 3915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.836896+0000 mon.a (mon.0) 3916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.838663+0000 mon.a (mon.0) 3917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.839263+0000 mon.a (mon.0) 3918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.840501+0000 mgr.y (mgr.25387) 1830 : cluster [DBG] pgmap v1148: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.840844+0000 mgr.y (mgr.25387) 1831 : cluster [DBG] pgmap v1149: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.844842+0000 mon.a (mon.0) 3919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.845229+0000 mgr.y (mgr.25387) 1832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.903007+0000 mon.a (mon.0) 3920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.905003+0000 mon.a (mon.0) 3921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.906034+0000 mon.a (mon.0) 3922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.908377+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.909128+0000 mon.a (mon.0) 3924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.910576+0000 mgr.y (mgr.25387) 1833 : cluster [DBG] pgmap v1150: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.910984+0000 mgr.y (mgr.25387) 1834 : cluster [DBG] pgmap v1151: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.793217+0000 mon.a (mon.0) 3913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.793645+0000 mgr.y (mgr.25387) 1829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.834420+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.836128+0000 mon.a (mon.0) 3915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.836896+0000 mon.a (mon.0) 3916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.838663+0000 mon.a (mon.0) 3917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.839263+0000 mon.a (mon.0) 3918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.840501+0000 mgr.y (mgr.25387) 1830 : cluster [DBG] pgmap v1148: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.840844+0000 mgr.y (mgr.25387) 1831 : cluster [DBG] pgmap v1149: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.844842+0000 mon.a (mon.0) 3919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.845229+0000 mgr.y (mgr.25387) 1832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.903007+0000 mon.a (mon.0) 3920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.905003+0000 mon.a (mon.0) 3921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.906034+0000 mon.a (mon.0) 3922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.908377+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.909128+0000 mon.a (mon.0) 3924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.910576+0000 mgr.y (mgr.25387) 1833 : cluster [DBG] pgmap v1150: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.910984+0000 mgr.y (mgr.25387) 1834 : cluster [DBG] pgmap v1151: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.915211+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.915776+0000 mgr.y (mgr.25387) 1835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.977416+0000 mon.a (mon.0) 3926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.979556+0000 mon.a (mon.0) 3927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.980439+0000 mon.a (mon.0) 3928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.982452+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.983105+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.984680+0000 mgr.y (mgr.25387) 1836 : cluster [DBG] pgmap v1152: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:21.985095+0000 mgr.y (mgr.25387) 1837 : cluster [DBG] pgmap v1153: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:21.989019+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:21.989557+0000 mgr.y (mgr.25387) 1838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.030088+0000 mon.a (mon.0) 3932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.031880+0000 mon.a (mon.0) 3933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.032665+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.034424+0000 mon.a (mon.0) 3935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.034989+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.036387+0000 mgr.y (mgr.25387) 1839 : cluster [DBG] pgmap v1154: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.915211+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.915776+0000 mgr.y (mgr.25387) 1835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.977416+0000 mon.a (mon.0) 3926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.979556+0000 mon.a (mon.0) 3927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.980439+0000 mon.a (mon.0) 3928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.982452+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.983105+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.984680+0000 mgr.y (mgr.25387) 1836 : cluster [DBG] pgmap v1152: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:21.985095+0000 mgr.y (mgr.25387) 1837 : cluster [DBG] pgmap v1153: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:21.989019+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:21.989557+0000 mgr.y (mgr.25387) 1838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.030088+0000 mon.a (mon.0) 3932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.031880+0000 mon.a (mon.0) 3933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.032665+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.034424+0000 mon.a (mon.0) 3935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.034989+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.036387+0000 mgr.y (mgr.25387) 1839 : cluster [DBG] pgmap v1154: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.036812+0000 mgr.y (mgr.25387) 1840 : cluster [DBG] pgmap v1155: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.040756+0000 mon.a (mon.0) 3937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:22.041175+0000 mgr.y (mgr.25387) 1841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.081329+0000 mon.a (mon.0) 3938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.084354+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.085726+0000 mon.a (mon.0) 3940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.087788+0000 mon.a (mon.0) 3941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.088428+0000 mon.a (mon.0) 3942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.089892+0000 mgr.y (mgr.25387) 1842 : cluster [DBG] pgmap v1156: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.090324+0000 mgr.y (mgr.25387) 1843 : cluster [DBG] pgmap v1157: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.095224+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: cephadm 2024-03-30T04:45:22.095653+0000 mgr.y (mgr.25387) 1844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.137543+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.139723+0000 mon.a (mon.0) 3945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.140992+0000 mon.a (mon.0) 3946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.143856+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.144726+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.152143+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.193603+0000 mon.a (mon.0) 3950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.036812+0000 mgr.y (mgr.25387) 1840 : cluster [DBG] pgmap v1155: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.040756+0000 mon.a (mon.0) 3937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:22.041175+0000 mgr.y (mgr.25387) 1841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.081329+0000 mon.a (mon.0) 3938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.084354+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.085726+0000 mon.a (mon.0) 3940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.087788+0000 mon.a (mon.0) 3941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.088428+0000 mon.a (mon.0) 3942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.089892+0000 mgr.y (mgr.25387) 1842 : cluster [DBG] pgmap v1156: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.090324+0000 mgr.y (mgr.25387) 1843 : cluster [DBG] pgmap v1157: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.095224+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: cephadm 2024-03-30T04:45:22.095653+0000 mgr.y (mgr.25387) 1844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.137543+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.139723+0000 mon.a (mon.0) 3945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.140992+0000 mon.a (mon.0) 3946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.143856+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.144726+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.152143+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.193603+0000 mon.a (mon.0) 3950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.195348+0000 mon.a (mon.0) 3951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.196167+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.198016+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.198621+0000 mon.a (mon.0) 3954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.205951+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.236689+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.244072+0000 mon.a (mon.0) 3957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.252801+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.265060+0000 mon.a (mon.0) 3959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.267083+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.268644+0000 mon.a (mon.0) 3961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.269841+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[73934]: audit 2024-03-30T04:45:22.271347+0000 mon.a (mon.0) 3963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:22.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.195348+0000 mon.a (mon.0) 3951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.196167+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.198016+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.198621+0000 mon.a (mon.0) 3954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.205951+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.236689+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.244072+0000 mon.a (mon.0) 3957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.252801+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.265060+0000 mon.a (mon.0) 3959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.267083+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.268644+0000 mon.a (mon.0) 3961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.269841+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:22 smithi097 bash[69502]: audit 2024-03-30T04:45:22.271347+0000 mon.a (mon.0) 3963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.148131+0000 mgr.y (mgr.25387) 1797 : cluster [DBG] pgmap v1126: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.148483+0000 mgr.y (mgr.25387) 1798 : cluster [DBG] pgmap v1127: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.155816+0000 mgr.y (mgr.25387) 1799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.201832+0000 mgr.y (mgr.25387) 1800 : cluster [DBG] pgmap v1128: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.202100+0000 mgr.y (mgr.25387) 1801 : cluster [DBG] pgmap v1129: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.209477+0000 mgr.y (mgr.25387) 1802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.260485+0000 mgr.y (mgr.25387) 1803 : cluster [DBG] pgmap v1130: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.260925+0000 mgr.y (mgr.25387) 1804 : cluster [DBG] pgmap v1131: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.268322+0000 mgr.y (mgr.25387) 1805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.317637+0000 mgr.y (mgr.25387) 1806 : cluster [DBG] pgmap v1132: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.317937+0000 mgr.y (mgr.25387) 1807 : cluster [DBG] pgmap v1133: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.325396+0000 mgr.y (mgr.25387) 1808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.382156+0000 mgr.y (mgr.25387) 1809 : cluster [DBG] pgmap v1134: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.382484+0000 mgr.y (mgr.25387) 1810 : cluster [DBG] pgmap v1135: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.388456+0000 mgr.y (mgr.25387) 1811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.453345+0000 mgr.y (mgr.25387) 1812 : cluster [DBG] pgmap v1136: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.453749+0000 mgr.y (mgr.25387) 1813 : cluster [DBG] pgmap v1137: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.458282+0000 mgr.y (mgr.25387) 1814 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.505772+0000 mgr.y (mgr.25387) 1815 : cluster [DBG] pgmap v1138: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.506051+0000 mgr.y (mgr.25387) 1816 : cluster [DBG] pgmap v1139: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.511375+0000 mgr.y (mgr.25387) 1817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.559799+0000 mgr.y (mgr.25387) 1818 : cluster [DBG] pgmap v1140: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.560190+0000 mgr.y (mgr.25387) 1819 : cluster [DBG] pgmap v1141: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.575408+0000 mon.a (mon.0) 3895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.576019+0000 mgr.y (mgr.25387) 1820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.640004+0000 mon.a (mon.0) 3896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.642025+0000 mon.a (mon.0) 3897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.642890+0000 mon.a (mon.0) 3898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.644741+0000 mon.a (mon.0) 3899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.645423+0000 mon.a (mon.0) 3900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.646759+0000 mgr.y (mgr.25387) 1821 : cluster [DBG] pgmap v1142: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.647134+0000 mgr.y (mgr.25387) 1822 : cluster [DBG] pgmap v1143: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.651330+0000 mon.a (mon.0) 3901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.652356+0000 mgr.y (mgr.25387) 1823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.709837+0000 mon.a (mon.0) 3902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.711607+0000 mon.a (mon.0) 3903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.712366+0000 mon.a (mon.0) 3904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.714115+0000 mon.a (mon.0) 3905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.714668+0000 mon.a (mon.0) 3906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.715872+0000 mgr.y (mgr.25387) 1824 : cluster [DBG] pgmap v1144: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.716263+0000 mgr.y (mgr.25387) 1825 : cluster [DBG] pgmap v1145: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.720724+0000 mon.a (mon.0) 3907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.721209+0000 mgr.y (mgr.25387) 1826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.782187+0000 mon.a (mon.0) 3908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.784189+0000 mon.a (mon.0) 3909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.784964+0000 mon.a (mon.0) 3910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.786848+0000 mon.a (mon.0) 3911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.787432+0000 mon.a (mon.0) 3912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.788762+0000 mgr.y (mgr.25387) 1827 : cluster [DBG] pgmap v1146: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.789111+0000 mgr.y (mgr.25387) 1828 : cluster [DBG] pgmap v1147: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.793217+0000 mon.a (mon.0) 3913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.793645+0000 mgr.y (mgr.25387) 1829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.834420+0000 mon.a (mon.0) 3914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.836128+0000 mon.a (mon.0) 3915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.836896+0000 mon.a (mon.0) 3916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.838663+0000 mon.a (mon.0) 3917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.839263+0000 mon.a (mon.0) 3918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.840501+0000 mgr.y (mgr.25387) 1830 : cluster [DBG] pgmap v1148: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.840844+0000 mgr.y (mgr.25387) 1831 : cluster [DBG] pgmap v1149: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.844842+0000 mon.a (mon.0) 3919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.845229+0000 mgr.y (mgr.25387) 1832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.903007+0000 mon.a (mon.0) 3920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.905003+0000 mon.a (mon.0) 3921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.906034+0000 mon.a (mon.0) 3922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.908377+0000 mon.a (mon.0) 3923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.909128+0000 mon.a (mon.0) 3924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.910576+0000 mgr.y (mgr.25387) 1833 : cluster [DBG] pgmap v1150: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.910984+0000 mgr.y (mgr.25387) 1834 : cluster [DBG] pgmap v1151: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.915211+0000 mon.a (mon.0) 3925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.915776+0000 mgr.y (mgr.25387) 1835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.977416+0000 mon.a (mon.0) 3926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.979556+0000 mon.a (mon.0) 3927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.980439+0000 mon.a (mon.0) 3928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.982452+0000 mon.a (mon.0) 3929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.983105+0000 mon.a (mon.0) 3930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.984680+0000 mgr.y (mgr.25387) 1836 : cluster [DBG] pgmap v1152: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:21.985095+0000 mgr.y (mgr.25387) 1837 : cluster [DBG] pgmap v1153: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:21.989019+0000 mon.a (mon.0) 3931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:21.989557+0000 mgr.y (mgr.25387) 1838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.030088+0000 mon.a (mon.0) 3932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.031880+0000 mon.a (mon.0) 3933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.032665+0000 mon.a (mon.0) 3934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.034424+0000 mon.a (mon.0) 3935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.034989+0000 mon.a (mon.0) 3936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.036387+0000 mgr.y (mgr.25387) 1839 : cluster [DBG] pgmap v1154: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.036812+0000 mgr.y (mgr.25387) 1840 : cluster [DBG] pgmap v1155: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.040756+0000 mon.a (mon.0) 3937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:22.041175+0000 mgr.y (mgr.25387) 1841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.081329+0000 mon.a (mon.0) 3938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.084354+0000 mon.a (mon.0) 3939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.085726+0000 mon.a (mon.0) 3940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.087788+0000 mon.a (mon.0) 3941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.088428+0000 mon.a (mon.0) 3942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.089892+0000 mgr.y (mgr.25387) 1842 : cluster [DBG] pgmap v1156: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.090324+0000 mgr.y (mgr.25387) 1843 : cluster [DBG] pgmap v1157: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.095224+0000 mon.a (mon.0) 3943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: cephadm 2024-03-30T04:45:22.095653+0000 mgr.y (mgr.25387) 1844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.137543+0000 mon.a (mon.0) 3944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.139723+0000 mon.a (mon.0) 3945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.140992+0000 mon.a (mon.0) 3946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.143856+0000 mon.a (mon.0) 3947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.144726+0000 mon.a (mon.0) 3948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.152143+0000 mon.a (mon.0) 3949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.193603+0000 mon.a (mon.0) 3950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.195348+0000 mon.a (mon.0) 3951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.196167+0000 mon.a (mon.0) 3952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.198016+0000 mon.a (mon.0) 3953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.198621+0000 mon.a (mon.0) 3954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.205951+0000 mon.a (mon.0) 3955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.236689+0000 mon.a (mon.0) 3956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.244072+0000 mon.a (mon.0) 3957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.252801+0000 mon.a (mon.0) 3958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:22.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.265060+0000 mon.a (mon.0) 3959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:22.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.267083+0000 mon.a (mon.0) 3960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.268644+0000 mon.a (mon.0) 3961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.269841+0000 mon.a (mon.0) 3962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:22.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:22 smithi105 bash[58125]: audit 2024-03-30T04:45:22.271347+0000 mon.a (mon.0) 3963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.146406+0000 mgr.y (mgr.25387) 1845 : cluster [DBG] pgmap v1158: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.146781+0000 mgr.y (mgr.25387) 1846 : cluster [DBG] pgmap v1159: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cephadm 2024-03-30T04:45:22.152909+0000 mgr.y (mgr.25387) 1847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.199862+0000 mgr.y (mgr.25387) 1848 : cluster [DBG] pgmap v1160: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.200245+0000 mgr.y (mgr.25387) 1849 : cluster [DBG] pgmap v1161: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cephadm 2024-03-30T04:45:22.206537+0000 mgr.y (mgr.25387) 1850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.245225+0000 mgr.y (mgr.25387) 1851 : cluster [DBG] pgmap v1162: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cluster 2024-03-30T04:45:22.245602+0000 mgr.y (mgr.25387) 1852 : cluster [DBG] pgmap v1163: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: audit 2024-03-30T04:45:22.271496+0000 mgr.y (mgr.25387) 1853 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[69502]: cephadm 2024-03-30T04:45:22.272275+0000 mgr.y (mgr.25387) 1854 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.146406+0000 mgr.y (mgr.25387) 1845 : cluster [DBG] pgmap v1158: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.146781+0000 mgr.y (mgr.25387) 1846 : cluster [DBG] pgmap v1159: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cephadm 2024-03-30T04:45:22.152909+0000 mgr.y (mgr.25387) 1847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.199862+0000 mgr.y (mgr.25387) 1848 : cluster [DBG] pgmap v1160: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.200245+0000 mgr.y (mgr.25387) 1849 : cluster [DBG] pgmap v1161: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cephadm 2024-03-30T04:45:22.206537+0000 mgr.y (mgr.25387) 1850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.245225+0000 mgr.y (mgr.25387) 1851 : cluster [DBG] pgmap v1162: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cluster 2024-03-30T04:45:22.245602+0000 mgr.y (mgr.25387) 1852 : cluster [DBG] pgmap v1163: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: audit 2024-03-30T04:45:22.271496+0000 mgr.y (mgr.25387) 1853 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:23.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:23 smithi097 bash[73934]: cephadm 2024-03-30T04:45:22.272275+0000 mgr.y (mgr.25387) 1854 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:45:23.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[52959]: ts=2024-03-30T04:45:23.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:23.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.146406+0000 mgr.y (mgr.25387) 1845 : cluster [DBG] pgmap v1158: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.146781+0000 mgr.y (mgr.25387) 1846 : cluster [DBG] pgmap v1159: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cephadm 2024-03-30T04:45:22.152909+0000 mgr.y (mgr.25387) 1847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.199862+0000 mgr.y (mgr.25387) 1848 : cluster [DBG] pgmap v1160: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.200245+0000 mgr.y (mgr.25387) 1849 : cluster [DBG] pgmap v1161: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cephadm 2024-03-30T04:45:22.206537+0000 mgr.y (mgr.25387) 1850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.245225+0000 mgr.y (mgr.25387) 1851 : cluster [DBG] pgmap v1162: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cluster 2024-03-30T04:45:22.245602+0000 mgr.y (mgr.25387) 1852 : cluster [DBG] pgmap v1163: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: audit 2024-03-30T04:45:22.271496+0000 mgr.y (mgr.25387) 1853 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:23 smithi105 bash[58125]: cephadm 2024-03-30T04:45:22.272275+0000 mgr.y (mgr.25387) 1854 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-03-30T04:45:25.125 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:24 smithi097 bash[81707]: debug 2024-03-30T04:45:24.953+0000 7ff771c317c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-30T04:45:25.125 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:24 smithi097 bash[81707]: debug 2024-03-30T04:45:24.989+0000 7ff771c317c0 -1 osd.1 111 log_to_monitors true 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[69502]: cluster 2024-03-30T04:45:24.246453+0000 mgr.y (mgr.25387) 1855 : cluster [DBG] pgmap v1164: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[69502]: audit 2024-03-30T04:45:24.490876+0000 mon.a (mon.0) 3964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[69502]: audit 2024-03-30T04:45:24.492637+0000 mon.a (mon.0) 3965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[69502]: audit 2024-03-30T04:45:24.584750+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[69502]: audit 2024-03-30T04:45:24.997279+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[69502]: audit 2024-03-30T04:45:24.997598+0000 mon.a (mon.0) 3967 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[73934]: cluster 2024-03-30T04:45:24.246453+0000 mgr.y (mgr.25387) 1855 : cluster [DBG] pgmap v1164: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[73934]: audit 2024-03-30T04:45:24.490876+0000 mon.a (mon.0) 3964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:25.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[73934]: audit 2024-03-30T04:45:24.492637+0000 mon.a (mon.0) 3965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[73934]: audit 2024-03-30T04:45:24.584750+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[73934]: audit 2024-03-30T04:45:24.997279+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:25 smithi097 bash[73934]: audit 2024-03-30T04:45:24.997598+0000 mon.a (mon.0) 3967 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:25.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:25 smithi105 bash[58125]: cluster 2024-03-30T04:45:24.246453+0000 mgr.y (mgr.25387) 1855 : cluster [DBG] pgmap v1164: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 120 MiB used, 715 GiB / 715 GiB avail; 103/726 objects degraded (14.187%) 2024-03-30T04:45:25.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:25 smithi105 bash[58125]: audit 2024-03-30T04:45:24.490876+0000 mon.a (mon.0) 3964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:25.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:25 smithi105 bash[58125]: audit 2024-03-30T04:45:24.492637+0000 mon.a (mon.0) 3965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:25.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:25 smithi105 bash[58125]: audit 2024-03-30T04:45:24.584750+0000 mon.a (mon.0) 3966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:25.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:25 smithi105 bash[58125]: audit 2024-03-30T04:45:24.997279+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:25.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:25 smithi105 bash[58125]: audit 2024-03-30T04:45:24.997598+0000 mon.a (mon.0) 3967 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-30T04:45:26.375 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[81707]: debug 2024-03-30T04:45:26.105+0000 7ff75f081700 -1 osd.1 111 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:25.583669+0000 mon.a (mon.0) 3968 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: cluster 2024-03-30T04:45:25.587929+0000 mon.a (mon.0) 3969 : cluster [DBG] osdmap e114: 8 total, 7 up, 8 in 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:25.589023+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:25.589403+0000 mon.a (mon.0) 3970 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:26.087377+0000 mon.a (mon.0) 3971 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:26.258896+0000 mon.a (mon.0) 3972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:26.266827+0000 mon.a (mon.0) 3973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.786 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[73934]: audit 2024-03-30T04:45:26.274947+0000 mon.a (mon.0) 3974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:25.583669+0000 mon.a (mon.0) 3968 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: cluster 2024-03-30T04:45:25.587929+0000 mon.a (mon.0) 3969 : cluster [DBG] osdmap e114: 8 total, 7 up, 8 in 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:25.589023+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:25.589403+0000 mon.a (mon.0) 3970 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:26.087377+0000 mon.a (mon.0) 3971 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:26.258896+0000 mon.a (mon.0) 3972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:26.266827+0000 mon.a (mon.0) 3973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.787 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:26 smithi097 bash[69502]: audit 2024-03-30T04:45:26.274947+0000 mon.a (mon.0) 3974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:25.583669+0000 mon.a (mon.0) 3968 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-30T04:45:26.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: cluster 2024-03-30T04:45:25.587929+0000 mon.a (mon.0) 3969 : cluster [DBG] osdmap e114: 8 total, 7 up, 8 in 2024-03-30T04:45:26.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:25.589023+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:45:26.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:25.589403+0000 mon.a (mon.0) 3970 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:45:26.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:26.087377+0000 mon.a (mon.0) 3971 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-30T04:45:26.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:26.258896+0000 mon.a (mon.0) 3972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:26.266827+0000 mon.a (mon.0) 3973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:26.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:26 smithi105 bash[58125]: audit 2024-03-30T04:45:26.274947+0000 mon.a (mon.0) 3974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: cluster 2024-03-30T04:45:26.246979+0000 mgr.y (mgr.25387) 1856 : cluster [DBG] pgmap v1166: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: cluster 2024-03-30T04:45:26.267964+0000 mgr.y (mgr.25387) 1857 : cluster [DBG] pgmap v1167: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: cluster 2024-03-30T04:45:26.268287+0000 mgr.y (mgr.25387) 1858 : cluster [DBG] pgmap v1168: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: cluster 2024-03-30T04:45:27.087082+0000 mon.a (mon.0) 3975 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:27.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: cluster 2024-03-30T04:45:27.114157+0000 mon.a (mon.0) 3976 : cluster [INF] osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446] boot 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: cluster 2024-03-30T04:45:27.114315+0000 mon.a (mon.0) 3977 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[69502]: audit 2024-03-30T04:45:27.125919+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: cluster 2024-03-30T04:45:26.246979+0000 mgr.y (mgr.25387) 1856 : cluster [DBG] pgmap v1166: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: cluster 2024-03-30T04:45:26.267964+0000 mgr.y (mgr.25387) 1857 : cluster [DBG] pgmap v1167: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: cluster 2024-03-30T04:45:26.268287+0000 mgr.y (mgr.25387) 1858 : cluster [DBG] pgmap v1168: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: cluster 2024-03-30T04:45:27.087082+0000 mon.a (mon.0) 3975 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: cluster 2024-03-30T04:45:27.114157+0000 mon.a (mon.0) 3976 : cluster [INF] osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446] boot 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: cluster 2024-03-30T04:45:27.114315+0000 mon.a (mon.0) 3977 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-30T04:45:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:27 smithi097 bash[73934]: audit 2024-03-30T04:45:27.125919+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: cluster 2024-03-30T04:45:26.246979+0000 mgr.y (mgr.25387) 1856 : cluster [DBG] pgmap v1166: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: cluster 2024-03-30T04:45:26.267964+0000 mgr.y (mgr.25387) 1857 : cluster [DBG] pgmap v1167: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: cluster 2024-03-30T04:45:26.268287+0000 mgr.y (mgr.25387) 1858 : cluster [DBG] pgmap v1168: 161 pgs: 23 active+undersized+degraded, 40 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 103/726 objects degraded (14.187%) 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: cluster 2024-03-30T04:45:27.087082+0000 mon.a (mon.0) 3975 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: cluster 2024-03-30T04:45:27.114157+0000 mon.a (mon.0) 3976 : cluster [INF] osd.1 [v2:172.21.15.97:6810/2842816446,v1:172.21.15.97:6811/2842816446] boot 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: cluster 2024-03-30T04:45:27.114315+0000 mon.a (mon.0) 3977 : cluster [DBG] osdmap e115: 8 total, 8 up, 8 in 2024-03-30T04:45:27.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:27 smithi105 bash[58125]: audit 2024-03-30T04:45:27.125919+0000 mon.a (mon.0) 3978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-30T04:45:28.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:28 smithi105 bash[52959]: ts=2024-03-30T04:45:28.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:29 smithi097 bash[69502]: cluster 2024-03-30T04:45:28.110703+0000 mon.a (mon.0) 3979 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-03-30T04:45:29.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:29 smithi097 bash[73934]: cluster 2024-03-30T04:45:28.110703+0000 mon.a (mon.0) 3979 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-03-30T04:45:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:29 smithi105 bash[58125]: cluster 2024-03-30T04:45:28.110703+0000 mon.a (mon.0) 3979 : cluster [DBG] osdmap e116: 8 total, 8 up, 8 in 2024-03-30T04:45:30.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:30 smithi097 bash[73934]: cluster 2024-03-30T04:45:28.269052+0000 mgr.y (mgr.25387) 1859 : cluster [DBG] pgmap v1171: 161 pgs: 6 peering, 22 active+undersized+degraded, 35 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:30.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:30 smithi097 bash[73934]: cluster 2024-03-30T04:45:29.102754+0000 mon.a (mon.0) 3980 : cluster [WRN] Health check update: Degraded data redundancy: 97/726 objects degraded (13.361%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:30 smithi097 bash[69502]: cluster 2024-03-30T04:45:28.269052+0000 mgr.y (mgr.25387) 1859 : cluster [DBG] pgmap v1171: 161 pgs: 6 peering, 22 active+undersized+degraded, 35 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:30 smithi097 bash[69502]: cluster 2024-03-30T04:45:29.102754+0000 mon.a (mon.0) 3980 : cluster [WRN] Health check update: Degraded data redundancy: 97/726 objects degraded (13.361%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:30 smithi105 bash[58125]: cluster 2024-03-30T04:45:28.269052+0000 mgr.y (mgr.25387) 1859 : cluster [DBG] pgmap v1171: 161 pgs: 6 peering, 22 active+undersized+degraded, 35 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:30 smithi105 bash[58125]: cluster 2024-03-30T04:45:29.102754+0000 mon.a (mon.0) 3980 : cluster [WRN] Health check update: Degraded data redundancy: 97/726 objects degraded (13.361%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:45:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:32 smithi097 bash[69502]: cluster 2024-03-30T04:45:30.270041+0000 mgr.y (mgr.25387) 1860 : cluster [DBG] pgmap v1172: 161 pgs: 6 peering, 22 active+undersized+degraded, 35 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:32 smithi097 bash[69502]: audit 2024-03-30T04:45:30.540147+0000 mgr.y (mgr.25387) 1861 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:32 smithi097 bash[73934]: cluster 2024-03-30T04:45:30.270041+0000 mgr.y (mgr.25387) 1860 : cluster [DBG] pgmap v1172: 161 pgs: 6 peering, 22 active+undersized+degraded, 35 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:32.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:32 smithi097 bash[73934]: audit 2024-03-30T04:45:30.540147+0000 mgr.y (mgr.25387) 1861 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:32 smithi105 bash[58125]: cluster 2024-03-30T04:45:30.270041+0000 mgr.y (mgr.25387) 1860 : cluster [DBG] pgmap v1172: 161 pgs: 6 peering, 22 active+undersized+degraded, 35 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 97/726 objects degraded (13.361%) 2024-03-30T04:45:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:32 smithi105 bash[58125]: audit 2024-03-30T04:45:30.540147+0000 mgr.y (mgr.25387) 1861 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:32.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:45:32] "GET /metrics HTTP/1.1" 200 38356 "" "Prometheus/2.33.4" 2024-03-30T04:45:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:33 smithi097 bash[73934]: cluster 2024-03-30T04:45:32.271795+0000 mgr.y (mgr.25387) 1862 : cluster [DBG] pgmap v1173: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:33 smithi097 bash[69502]: cluster 2024-03-30T04:45:32.271795+0000 mgr.y (mgr.25387) 1862 : cluster [DBG] pgmap v1173: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:33 smithi105 bash[58125]: cluster 2024-03-30T04:45:32.271795+0000 mgr.y (mgr.25387) 1862 : cluster [DBG] pgmap v1173: 161 pgs: 6 peering, 155 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:45:33.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:33 smithi105 bash[52959]: ts=2024-03-30T04:45:33.507Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:34 smithi097 bash[69502]: cluster 2024-03-30T04:45:33.117318+0000 mon.a (mon.0) 3981 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 97/726 objects degraded (13.361%), 22 pgs degraded) 2024-03-30T04:45:34.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:34 smithi097 bash[73934]: cluster 2024-03-30T04:45:33.117318+0000 mon.a (mon.0) 3981 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 97/726 objects degraded (13.361%), 22 pgs degraded) 2024-03-30T04:45:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:34 smithi105 bash[58125]: cluster 2024-03-30T04:45:33.117318+0000 mon.a (mon.0) 3981 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 97/726 objects degraded (13.361%), 22 pgs degraded) 2024-03-30T04:45:35.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:35 smithi105 bash[58125]: cluster 2024-03-30T04:45:34.272818+0000 mgr.y (mgr.25387) 1863 : cluster [DBG] pgmap v1174: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:35.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:35 smithi097 bash[69502]: cluster 2024-03-30T04:45:34.272818+0000 mgr.y (mgr.25387) 1863 : cluster [DBG] pgmap v1174: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:35.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:35 smithi097 bash[73934]: cluster 2024-03-30T04:45:34.272818+0000 mgr.y (mgr.25387) 1863 : cluster [DBG] pgmap v1174: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-03-30T04:45:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: cluster 2024-03-30T04:45:36.274493+0000 mgr.y (mgr.25387) 1864 : cluster [DBG] pgmap v1175: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: audit 2024-03-30T04:45:36.646194+0000 mon.a (mon.0) 3982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: audit 2024-03-30T04:45:36.658436+0000 mon.a (mon.0) 3983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: cluster 2024-03-30T04:45:36.660972+0000 mgr.y (mgr.25387) 1865 : cluster [DBG] pgmap v1176: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: cluster 2024-03-30T04:45:36.661629+0000 mgr.y (mgr.25387) 1866 : cluster [DBG] pgmap v1177: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: audit 2024-03-30T04:45:36.673108+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:37 smithi105 bash[58125]: audit 2024-03-30T04:45:37.281395+0000 mon.a (mon.0) 3985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:38.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: cluster 2024-03-30T04:45:36.274493+0000 mgr.y (mgr.25387) 1864 : cluster [DBG] pgmap v1175: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:38.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: audit 2024-03-30T04:45:36.646194+0000 mon.a (mon.0) 3982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:38.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: audit 2024-03-30T04:45:36.658436+0000 mon.a (mon.0) 3983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:38.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: cluster 2024-03-30T04:45:36.660972+0000 mgr.y (mgr.25387) 1865 : cluster [DBG] pgmap v1176: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:38.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: cluster 2024-03-30T04:45:36.661629+0000 mgr.y (mgr.25387) 1866 : cluster [DBG] pgmap v1177: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:38.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: audit 2024-03-30T04:45:36.673108+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[69502]: audit 2024-03-30T04:45:37.281395+0000 mon.a (mon.0) 3985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: cluster 2024-03-30T04:45:36.274493+0000 mgr.y (mgr.25387) 1864 : cluster [DBG] pgmap v1175: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: audit 2024-03-30T04:45:36.646194+0000 mon.a (mon.0) 3982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: audit 2024-03-30T04:45:36.658436+0000 mon.a (mon.0) 3983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: cluster 2024-03-30T04:45:36.660972+0000 mgr.y (mgr.25387) 1865 : cluster [DBG] pgmap v1176: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: cluster 2024-03-30T04:45:36.661629+0000 mgr.y (mgr.25387) 1866 : cluster [DBG] pgmap v1177: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: audit 2024-03-30T04:45:36.673108+0000 mon.a (mon.0) 3984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:38.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:37 smithi097 bash[73934]: audit 2024-03-30T04:45:37.281395+0000 mon.a (mon.0) 3985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:38.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:38 smithi097 bash[69502]: audit 2024-03-30T04:45:37.281856+0000 mgr.y (mgr.25387) 1867 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:38.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:38 smithi097 bash[69502]: cephadm 2024-03-30T04:45:37.284509+0000 mgr.y (mgr.25387) 1868 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:45:38.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:38 smithi097 bash[73934]: audit 2024-03-30T04:45:37.281856+0000 mgr.y (mgr.25387) 1867 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:38.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:38 smithi097 bash[73934]: cephadm 2024-03-30T04:45:37.284509+0000 mgr.y (mgr.25387) 1868 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:45:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:38 smithi105 bash[58125]: audit 2024-03-30T04:45:37.281856+0000 mgr.y (mgr.25387) 1867 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-30T04:45:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:38 smithi105 bash[58125]: cephadm 2024-03-30T04:45:37.284509+0000 mgr.y (mgr.25387) 1868 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-03-30T04:45:38.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:38 smithi105 bash[52959]: ts=2024-03-30T04:45:38.661Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2024-03-30T04:45:38.960 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:38 smithi105 bash[52959]: ts=2024-03-30T04:45:38.665Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: cluster 2024-03-30T04:45:38.662323+0000 mgr.y (mgr.25387) 1869 : cluster [DBG] pgmap v1178: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: audit 2024-03-30T04:45:39.492036+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: audit 2024-03-30T04:45:39.494336+0000 mon.a (mon.0) 3987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: audit 2024-03-30T04:45:39.612424+0000 mon.a (mon.0) 3988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: audit 2024-03-30T04:45:39.630432+0000 mon.a (mon.0) 3989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: audit 2024-03-30T04:45:39.635289+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:45:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:39 smithi105 bash[58125]: audit 2024-03-30T04:45:39.636785+0000 mon.a (mon.0) 3991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:40.081 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: cluster 2024-03-30T04:45:38.662323+0000 mgr.y (mgr.25387) 1869 : cluster [DBG] pgmap v1178: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: audit 2024-03-30T04:45:39.492036+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: audit 2024-03-30T04:45:39.494336+0000 mon.a (mon.0) 3987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: audit 2024-03-30T04:45:39.612424+0000 mon.a (mon.0) 3988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: audit 2024-03-30T04:45:39.630432+0000 mon.a (mon.0) 3989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: audit 2024-03-30T04:45:39.635289+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[73934]: audit 2024-03-30T04:45:39.636785+0000 mon.a (mon.0) 3991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: cluster 2024-03-30T04:45:38.662323+0000 mgr.y (mgr.25387) 1869 : cluster [DBG] pgmap v1178: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: audit 2024-03-30T04:45:39.492036+0000 mon.a (mon.0) 3986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: audit 2024-03-30T04:45:39.494336+0000 mon.a (mon.0) 3987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:40.082 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: audit 2024-03-30T04:45:39.612424+0000 mon.a (mon.0) 3988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:40.083 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: audit 2024-03-30T04:45:39.630432+0000 mon.a (mon.0) 3989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:40.083 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: audit 2024-03-30T04:45:39.635289+0000 mon.a (mon.0) 3990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-30T04:45:40.083 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:39 smithi097 bash[69502]: audit 2024-03-30T04:45:39.636785+0000 mon.a (mon.0) 3991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:40.821 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:45:40.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:40 smithi097 bash[73934]: cephadm 2024-03-30T04:45:39.621998+0000 mgr.y (mgr.25387) 1870 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:45:40.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:40 smithi097 bash[73934]: cephadm 2024-03-30T04:45:39.642424+0000 mgr.y (mgr.25387) 1871 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-03-30T04:45:40.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:40 smithi097 bash[69502]: cephadm 2024-03-30T04:45:39.621998+0000 mgr.y (mgr.25387) 1870 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:45:40.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:40 smithi097 bash[69502]: cephadm 2024-03-30T04:45:39.642424+0000 mgr.y (mgr.25387) 1871 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-03-30T04:45:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:40 smithi105 bash[58125]: cephadm 2024-03-30T04:45:39.621998+0000 mgr.y (mgr.25387) 1870 : cephadm [INF] Upgrade: Updating osd.2 2024-03-30T04:45:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:40 smithi105 bash[58125]: cephadm 2024-03-30T04:45:39.642424+0000 mgr.y (mgr.25387) 1871 : cephadm [INF] Deploying daemon osd.2 on smithi097 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 15s ago 18m - - 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 4s ago 17m - - 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (5m) 15s ago 11m 13.1M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 4s ago 11m - - 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (3m) 15s ago 9m 44.5M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (3m) 4s ago 17m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (4m) 15s ago 19m 512M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:45:41.545 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (3m) 15s ago 19m 85.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (2m) 4s ago 17m 39.1M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (2m) 15s ago 17m 45.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (5m) 15s ago 11m 8880k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (4m) 4s ago 11m 9283k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (60s) 15s ago 16m 45.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (22s) 15s ago 16m 12.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (15m) 15s ago 15m 53.7M 4096M 17.2.0 e1d6a67b021e 8ac9940f3df1 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (15m) 15s ago 15m 57.9M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (14m) 4s ago 14m 60.7M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (13m) 4s ago 13m 55.6M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (13m) 4s ago 13m 54.7M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (12m) 4s ago 12m 58.6M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:45:41.546 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (3m) 4s ago 11m 66.2M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:45:41.547 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (9m) 15s ago 9m 87.1M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:45:41.547 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (9m) 4s ago 9m 87.2M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:45:41.547 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (9m) 15s ago 9m 87.3M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:45:41.547 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (9m) 4s ago 9m 87.4M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:45:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:41 smithi105 bash[58125]: audit 2024-03-30T04:45:40.550436+0000 mgr.y (mgr.25387) 1872 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:41 smithi105 bash[58125]: cluster 2024-03-30T04:45:40.663820+0000 mgr.y (mgr.25387) 1873 : cluster [DBG] pgmap v1179: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:41 smithi105 bash[58125]: audit 2024-03-30T04:45:40.812897+0000 mgr.y (mgr.25387) 1874 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:41.972 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:45:41.972 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:45:41.972 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:45:41.972 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:41.972 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 7 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:45:41.973 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:45:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:41 smithi097 bash[69502]: audit 2024-03-30T04:45:40.550436+0000 mgr.y (mgr.25387) 1872 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:41 smithi097 bash[69502]: cluster 2024-03-30T04:45:40.663820+0000 mgr.y (mgr.25387) 1873 : cluster [DBG] pgmap v1179: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:42.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:41 smithi097 bash[69502]: audit 2024-03-30T04:45:40.812897+0000 mgr.y (mgr.25387) 1874 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:41 smithi097 bash[73934]: audit 2024-03-30T04:45:40.550436+0000 mgr.y (mgr.25387) 1872 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:42.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:41 smithi097 bash[73934]: cluster 2024-03-30T04:45:40.663820+0000 mgr.y (mgr.25387) 1873 : cluster [DBG] pgmap v1179: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:42.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:41 smithi097 bash[73934]: audit 2024-03-30T04:45:40.812897+0000 mgr.y (mgr.25387) 1874 : audit [DBG] from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.340 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:45:42.340 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "7/23 daemons upgraded", 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:45:42.341 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:45:42.756 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:45:42.756 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:45:42.756 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:45:42.853 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:45:42] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2024-03-30T04:45:42.853 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[73934]: audit 2024-03-30T04:45:41.182919+0000 mgr.y (mgr.25387) 1875 : audit [DBG] from='client.54265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.854 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[73934]: audit 2024-03-30T04:45:41.525293+0000 mgr.y (mgr.25387) 1876 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.854 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[73934]: audit 2024-03-30T04:45:41.977598+0000 mon.a (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.97:0/1290952834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.854 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[69502]: audit 2024-03-30T04:45:41.182919+0000 mgr.y (mgr.25387) 1875 : audit [DBG] from='client.54265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.854 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[69502]: audit 2024-03-30T04:45:41.525293+0000 mgr.y (mgr.25387) 1876 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.854 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:42 smithi097 bash[69502]: audit 2024-03-30T04:45:41.977598+0000 mon.a (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.97:0/1290952834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:42.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:42 smithi105 bash[58125]: audit 2024-03-30T04:45:41.182919+0000 mgr.y (mgr.25387) 1875 : audit [DBG] from='client.54265 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:42 smithi105 bash[58125]: audit 2024-03-30T04:45:41.525293+0000 mgr.y (mgr.25387) 1876 : audit [DBG] from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:42.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:42 smithi105 bash[58125]: audit 2024-03-30T04:45:41.977598+0000 mon.a (mon.0) 3992 : audit [DBG] from='client.? 172.21.15.97:0/1290952834' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:43.948 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:43 smithi097 bash[73934]: audit 2024-03-30T04:45:42.345876+0000 mgr.y (mgr.25387) 1877 : audit [DBG] from='client.54283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:43.948 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:43 smithi097 bash[73934]: cluster 2024-03-30T04:45:42.664381+0000 mgr.y (mgr.25387) 1878 : cluster [DBG] pgmap v1180: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:43.948 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:43 smithi097 bash[73934]: audit 2024-03-30T04:45:42.762141+0000 mon.a (mon.0) 3993 : audit [DBG] from='client.? 172.21.15.97:0/3432063440' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:43.948 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:43 smithi097 bash[69502]: audit 2024-03-30T04:45:42.345876+0000 mgr.y (mgr.25387) 1877 : audit [DBG] from='client.54283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:43.949 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:43 smithi097 bash[69502]: cluster 2024-03-30T04:45:42.664381+0000 mgr.y (mgr.25387) 1878 : cluster [DBG] pgmap v1180: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:43.949 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:43 smithi097 bash[69502]: audit 2024-03-30T04:45:42.762141+0000 mon.a (mon.0) 3993 : audit [DBG] from='client.? 172.21.15.97:0/3432063440' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:43.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:43 smithi105 bash[58125]: audit 2024-03-30T04:45:42.345876+0000 mgr.y (mgr.25387) 1877 : audit [DBG] from='client.54283 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:45:43.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:43 smithi105 bash[58125]: cluster 2024-03-30T04:45:42.664381+0000 mgr.y (mgr.25387) 1878 : cluster [DBG] pgmap v1180: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:45:43.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:43 smithi105 bash[58125]: audit 2024-03-30T04:45:42.762141+0000 mon.a (mon.0) 3993 : audit [DBG] from='client.? 172.21.15.97:0/3432063440' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:45:43.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:43 smithi105 bash[52959]: ts=2024-03-30T04:45:43.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi097\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi097\", job=\"node\", machine=\"x86_64\", nodename=\"smithi097\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:44.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.376 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.376 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.376 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.376 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.377 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:43 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:44.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:44 smithi097 systemd[1]: Stopping Ceph osd.2 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:45:44.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:44 smithi097 bash[33926]: debug 2024-03-30T04:45:44.189+0000 7f7290c0e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:45:44.378 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:44 smithi097 bash[33926]: debug 2024-03-30T04:45:44.189+0000 7f7290c0e700 -1 osd.2 116 *** Got signal Terminated *** 2024-03-30T04:45:44.378 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:44 smithi097 bash[33926]: debug 2024-03-30T04:45:44.189+0000 7f7290c0e700 -1 osd.2 116 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:45:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:44 smithi105 bash[58125]: cluster 2024-03-30T04:45:44.195156+0000 mon.a (mon.0) 3994 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:45:45.122 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:44 smithi097 bash[69502]: cluster 2024-03-30T04:45:44.195156+0000 mon.a (mon.0) 3994 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:45:45.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:44 smithi097 bash[73934]: cluster 2024-03-30T04:45:44.195156+0000 mon.a (mon.0) 3994 : cluster [INF] osd.2 marked itself down and dead 2024-03-30T04:45:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[69502]: cluster 2024-03-30T04:45:44.665197+0000 mgr.y (mgr.25387) 1879 : cluster [DBG] pgmap v1181: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-30T04:45:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[69502]: cluster 2024-03-30T04:45:44.695250+0000 mon.a (mon.0) 3995 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[69502]: cluster 2024-03-30T04:45:44.714419+0000 mon.a (mon.0) 3996 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-30T04:45:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[69502]: audit 2024-03-30T04:45:45.306811+0000 mon.a (mon.0) 3997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[69502]: audit 2024-03-30T04:45:45.313270+0000 mon.a (mon.0) 3998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[69502]: audit 2024-03-30T04:45:45.320962+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[73934]: cluster 2024-03-30T04:45:44.665197+0000 mgr.y (mgr.25387) 1879 : cluster [DBG] pgmap v1181: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[73934]: cluster 2024-03-30T04:45:44.695250+0000 mon.a (mon.0) 3995 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[73934]: cluster 2024-03-30T04:45:44.714419+0000 mon.a (mon.0) 3996 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[73934]: audit 2024-03-30T04:45:45.306811+0000 mon.a (mon.0) 3997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[73934]: audit 2024-03-30T04:45:45.313270+0000 mon.a (mon.0) 3998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:45 smithi097 bash[73934]: audit 2024-03-30T04:45:45.320962+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:45 smithi105 bash[58125]: cluster 2024-03-30T04:45:44.665197+0000 mgr.y (mgr.25387) 1879 : cluster [DBG] pgmap v1181: 161 pgs: 161 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 610 B/s rd, 0 op/s 2024-03-30T04:45:45.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:45 smithi105 bash[58125]: cluster 2024-03-30T04:45:44.695250+0000 mon.a (mon.0) 3995 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:45:45.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:45 smithi105 bash[58125]: cluster 2024-03-30T04:45:44.714419+0000 mon.a (mon.0) 3996 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-03-30T04:45:45.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:45 smithi105 bash[58125]: audit 2024-03-30T04:45:45.306811+0000 mon.a (mon.0) 3997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:45 smithi105 bash[58125]: audit 2024-03-30T04:45:45.313270+0000 mon.a (mon.0) 3998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:45.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:45 smithi105 bash[58125]: audit 2024-03-30T04:45:45.320962+0000 mon.a (mon.0) 3999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:46.356 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[83718]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:45:46.625 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[83891]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:45:46.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:46 smithi105 bash[58125]: cluster 2024-03-30T04:45:45.314459+0000 mgr.y (mgr.25387) 1880 : cluster [DBG] pgmap v1183: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 0 op/s 2024-03-30T04:45:46.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:46 smithi105 bash[58125]: cluster 2024-03-30T04:45:45.314861+0000 mgr.y (mgr.25387) 1881 : cluster [DBG] pgmap v1184: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2024-03-30T04:45:46.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:46 smithi105 bash[58125]: cluster 2024-03-30T04:45:45.714261+0000 mon.a (mon.0) 4000 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-30T04:45:46.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:46 smithi105 bash[58125]: cluster 2024-03-30T04:45:46.310638+0000 mon.a (mon.0) 4001 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[73934]: cluster 2024-03-30T04:45:45.314459+0000 mgr.y (mgr.25387) 1880 : cluster [DBG] pgmap v1183: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 0 op/s 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[73934]: cluster 2024-03-30T04:45:45.314861+0000 mgr.y (mgr.25387) 1881 : cluster [DBG] pgmap v1184: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[73934]: cluster 2024-03-30T04:45:45.714261+0000 mon.a (mon.0) 4000 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[73934]: cluster 2024-03-30T04:45:46.310638+0000 mon.a (mon.0) 4001 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[69502]: cluster 2024-03-30T04:45:45.314459+0000 mgr.y (mgr.25387) 1880 : cluster [DBG] pgmap v1183: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 591 B/s rd, 0 op/s 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[69502]: cluster 2024-03-30T04:45:45.314861+0000 mgr.y (mgr.25387) 1881 : cluster [DBG] pgmap v1184: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 769 B/s rd, 0 op/s 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[69502]: cluster 2024-03-30T04:45:45.714261+0000 mon.a (mon.0) 4000 : cluster [DBG] osdmap e118: 8 total, 7 up, 8 in 2024-03-30T04:45:47.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:46 smithi097 bash[69502]: cluster 2024-03-30T04:45:46.310638+0000 mon.a (mon.0) 4001 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:48.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:47 smithi097 bash[73934]: cluster 2024-03-30T04:45:47.712779+0000 mon.a (mon.0) 4002 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:48.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:47 smithi097 bash[69502]: cluster 2024-03-30T04:45:47.712779+0000 mon.a (mon.0) 4002 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:47 smithi105 bash[58125]: cluster 2024-03-30T04:45:47.712779+0000 mon.a (mon.0) 4002 : cluster [WRN] Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-30T04:45:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:48 smithi105 bash[58125]: cluster 2024-03-30T04:45:47.315764+0000 mgr.y (mgr.25387) 1882 : cluster [DBG] pgmap v1186: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:48.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:48 smithi105 bash[52959]: ts=2024-03-30T04:45:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"smithi097:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.97\", device_class=\"ssd\", hostname=\"smithi097\", instance=\"172.21.15.105:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.97\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:49.108 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:48 smithi097 bash[73934]: cluster 2024-03-30T04:45:47.315764+0000 mgr.y (mgr.25387) 1882 : cluster [DBG] pgmap v1186: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:49.109 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:48 smithi097 bash[69502]: cluster 2024-03-30T04:45:47.315764+0000 mgr.y (mgr.25387) 1882 : cluster [DBG] pgmap v1186: 161 pgs: 40 peering, 2 stale+active+clean, 119 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:45:49.109 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:48 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.2.service: Deactivated successfully. 2024-03-30T04:45:49.109 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:48 smithi097 systemd[1]: Stopped Ceph osd.2 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.376 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.376 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.376 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.376 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.377 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:45:49.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:49 smithi097 systemd[1]: Started Ceph osd.2 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.285926+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.295055+0000 mon.a (mon.0) 4004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.316384+0000 mgr.y (mgr.25387) 1883 : cluster [DBG] pgmap v1187: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.327894+0000 mon.a (mon.0) 4005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.330319+0000 mon.a (mon.0) 4006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.331048+0000 mon.a (mon.0) 4007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.543 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.332506+0000 mgr.y (mgr.25387) 1884 : cluster [DBG] pgmap v1188: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.332828+0000 mgr.y (mgr.25387) 1885 : cluster [DBG] pgmap v1189: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.338004+0000 mon.a (mon.0) 4008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.338598+0000 mgr.y (mgr.25387) 1886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.396100+0000 mon.a (mon.0) 4009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.398144+0000 mon.a (mon.0) 4010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.399341+0000 mon.a (mon.0) 4011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.401422+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.402115+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.403522+0000 mgr.y (mgr.25387) 1887 : cluster [DBG] pgmap v1190: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.403908+0000 mgr.y (mgr.25387) 1888 : cluster [DBG] pgmap v1191: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.408259+0000 mon.a (mon.0) 4014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.408772+0000 mgr.y (mgr.25387) 1889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.465861+0000 mon.a (mon.0) 4015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.544 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.467957+0000 mon.a (mon.0) 4016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.468955+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.471051+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.471703+0000 mon.a (mon.0) 4019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.473062+0000 mgr.y (mgr.25387) 1890 : cluster [DBG] pgmap v1192: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.473435+0000 mgr.y (mgr.25387) 1891 : cluster [DBG] pgmap v1193: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.478883+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.479321+0000 mgr.y (mgr.25387) 1892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.562079+0000 mon.a (mon.0) 4021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.565396+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.566904+0000 mon.a (mon.0) 4023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.570274+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.571376+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.573879+0000 mgr.y (mgr.25387) 1893 : cluster [DBG] pgmap v1194: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.545 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.574657+0000 mgr.y (mgr.25387) 1894 : cluster [DBG] pgmap v1195: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.582726+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.583517+0000 mgr.y (mgr.25387) 1895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.661813+0000 mon.a (mon.0) 4027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.663629+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.664437+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.666177+0000 mon.a (mon.0) 4030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.666941+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.668493+0000 mgr.y (mgr.25387) 1896 : cluster [DBG] pgmap v1196: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.668767+0000 mgr.y (mgr.25387) 1897 : cluster [DBG] pgmap v1197: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.677963+0000 mon.a (mon.0) 4032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.678493+0000 mgr.y (mgr.25387) 1898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.735696+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.737538+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.738596+0000 mon.a (mon.0) 4035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.740497+0000 mon.a (mon.0) 4036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.741094+0000 mon.a (mon.0) 4037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.742366+0000 mgr.y (mgr.25387) 1899 : cluster [DBG] pgmap v1198: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.742725+0000 mgr.y (mgr.25387) 1900 : cluster [DBG] pgmap v1199: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.746789+0000 mon.a (mon.0) 4038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.747265+0000 mgr.y (mgr.25387) 1901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.787436+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.789251+0000 mon.a (mon.0) 4040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.790046+0000 mon.a (mon.0) 4041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.791820+0000 mon.a (mon.0) 4042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.792469+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.793781+0000 mgr.y (mgr.25387) 1902 : cluster [DBG] pgmap v1200: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.794112+0000 mgr.y (mgr.25387) 1903 : cluster [DBG] pgmap v1201: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.798353+0000 mon.a (mon.0) 4044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.798785+0000 mgr.y (mgr.25387) 1904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.855292+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.857465+0000 mon.a (mon.0) 4046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.858407+0000 mon.a (mon.0) 4047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.860313+0000 mon.a (mon.0) 4048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.860937+0000 mon.a (mon.0) 4049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.862912+0000 mgr.y (mgr.25387) 1905 : cluster [DBG] pgmap v1202: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.867933+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.868418+0000 mgr.y (mgr.25387) 1906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.924982+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.926999+0000 mon.a (mon.0) 4052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.928269+0000 mon.a (mon.0) 4053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.931087+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.931891+0000 mon.a (mon.0) 4055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.933418+0000 mgr.y (mgr.25387) 1907 : cluster [DBG] pgmap v1203: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.548 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:49.933719+0000 mgr.y (mgr.25387) 1908 : cluster [DBG] pgmap v1204: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:49.939894+0000 mon.a (mon.0) 4056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:49.940548+0000 mgr.y (mgr.25387) 1909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.018642+0000 mon.a (mon.0) 4057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.021285+0000 mon.a (mon.0) 4058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.022498+0000 mon.a (mon.0) 4059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.025092+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.025953+0000 mon.a (mon.0) 4061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.027718+0000 mgr.y (mgr.25387) 1910 : cluster [DBG] pgmap v1205: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.028021+0000 mgr.y (mgr.25387) 1911 : cluster [DBG] pgmap v1206: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.034126+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.034824+0000 mgr.y (mgr.25387) 1912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.097808+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.100459+0000 mon.a (mon.0) 4064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.101666+0000 mon.a (mon.0) 4065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.104157+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.104987+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.106689+0000 mgr.y (mgr.25387) 1913 : cluster [DBG] pgmap v1207: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.107264+0000 mgr.y (mgr.25387) 1914 : cluster [DBG] pgmap v1208: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.112266+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.112807+0000 mgr.y (mgr.25387) 1915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.169688+0000 mon.a (mon.0) 4069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.171986+0000 mon.a (mon.0) 4070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.173103+0000 mon.a (mon.0) 4071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.176334+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.177486+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.185548+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.259289+0000 mon.a (mon.0) 4075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.261413+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.262307+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.264353+0000 mon.a (mon.0) 4078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.265047+0000 mon.a (mon.0) 4079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[69502]: audit 2024-03-30T04:45:50.274793+0000 mon.a (mon.0) 4080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.285926+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.295055+0000 mon.a (mon.0) 4004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.316384+0000 mgr.y (mgr.25387) 1883 : cluster [DBG] pgmap v1187: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.327894+0000 mon.a (mon.0) 4005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.330319+0000 mon.a (mon.0) 4006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.331048+0000 mon.a (mon.0) 4007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.332506+0000 mgr.y (mgr.25387) 1884 : cluster [DBG] pgmap v1188: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.332828+0000 mgr.y (mgr.25387) 1885 : cluster [DBG] pgmap v1189: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.338004+0000 mon.a (mon.0) 4008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.338598+0000 mgr.y (mgr.25387) 1886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.396100+0000 mon.a (mon.0) 4009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.398144+0000 mon.a (mon.0) 4010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.399341+0000 mon.a (mon.0) 4011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.401422+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.402115+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.403522+0000 mgr.y (mgr.25387) 1887 : cluster [DBG] pgmap v1190: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.403908+0000 mgr.y (mgr.25387) 1888 : cluster [DBG] pgmap v1191: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.408259+0000 mon.a (mon.0) 4014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.408772+0000 mgr.y (mgr.25387) 1889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.465861+0000 mon.a (mon.0) 4015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.467957+0000 mon.a (mon.0) 4016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.468955+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.471051+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.471703+0000 mon.a (mon.0) 4019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.473062+0000 mgr.y (mgr.25387) 1890 : cluster [DBG] pgmap v1192: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.473435+0000 mgr.y (mgr.25387) 1891 : cluster [DBG] pgmap v1193: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.478883+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.479321+0000 mgr.y (mgr.25387) 1892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.562079+0000 mon.a (mon.0) 4021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.565396+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.566904+0000 mon.a (mon.0) 4023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.570274+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.571376+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.573879+0000 mgr.y (mgr.25387) 1893 : cluster [DBG] pgmap v1194: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.574657+0000 mgr.y (mgr.25387) 1894 : cluster [DBG] pgmap v1195: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.553 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.582726+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.583517+0000 mgr.y (mgr.25387) 1895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.661813+0000 mon.a (mon.0) 4027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.663629+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.664437+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.666177+0000 mon.a (mon.0) 4030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.666941+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.668493+0000 mgr.y (mgr.25387) 1896 : cluster [DBG] pgmap v1196: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.668767+0000 mgr.y (mgr.25387) 1897 : cluster [DBG] pgmap v1197: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.677963+0000 mon.a (mon.0) 4032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.678493+0000 mgr.y (mgr.25387) 1898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.735696+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.737538+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.738596+0000 mon.a (mon.0) 4035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.554 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.740497+0000 mon.a (mon.0) 4036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.741094+0000 mon.a (mon.0) 4037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.742366+0000 mgr.y (mgr.25387) 1899 : cluster [DBG] pgmap v1198: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.742725+0000 mgr.y (mgr.25387) 1900 : cluster [DBG] pgmap v1199: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.746789+0000 mon.a (mon.0) 4038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.747265+0000 mgr.y (mgr.25387) 1901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.787436+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.789251+0000 mon.a (mon.0) 4040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.790046+0000 mon.a (mon.0) 4041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.791820+0000 mon.a (mon.0) 4042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.792469+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.793781+0000 mgr.y (mgr.25387) 1902 : cluster [DBG] pgmap v1200: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.794112+0000 mgr.y (mgr.25387) 1903 : cluster [DBG] pgmap v1201: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.798353+0000 mon.a (mon.0) 4044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.555 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.798785+0000 mgr.y (mgr.25387) 1904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.855292+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.857465+0000 mon.a (mon.0) 4046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.858407+0000 mon.a (mon.0) 4047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.860313+0000 mon.a (mon.0) 4048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.860937+0000 mon.a (mon.0) 4049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.862912+0000 mgr.y (mgr.25387) 1905 : cluster [DBG] pgmap v1202: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.867933+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.868418+0000 mgr.y (mgr.25387) 1906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.924982+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.926999+0000 mon.a (mon.0) 4052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.928269+0000 mon.a (mon.0) 4053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.931087+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.931891+0000 mon.a (mon.0) 4055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.556 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.933418+0000 mgr.y (mgr.25387) 1907 : cluster [DBG] pgmap v1203: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:49.933719+0000 mgr.y (mgr.25387) 1908 : cluster [DBG] pgmap v1204: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:49.939894+0000 mon.a (mon.0) 4056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:49.940548+0000 mgr.y (mgr.25387) 1909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.018642+0000 mon.a (mon.0) 4057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.021285+0000 mon.a (mon.0) 4058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.022498+0000 mon.a (mon.0) 4059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.025092+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.025953+0000 mon.a (mon.0) 4061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.027718+0000 mgr.y (mgr.25387) 1910 : cluster [DBG] pgmap v1205: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.028021+0000 mgr.y (mgr.25387) 1911 : cluster [DBG] pgmap v1206: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.034126+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.034824+0000 mgr.y (mgr.25387) 1912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.097808+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.100459+0000 mon.a (mon.0) 4064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.101666+0000 mon.a (mon.0) 4065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.104157+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.104987+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.106689+0000 mgr.y (mgr.25387) 1913 : cluster [DBG] pgmap v1207: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.107264+0000 mgr.y (mgr.25387) 1914 : cluster [DBG] pgmap v1208: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.112266+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.112807+0000 mgr.y (mgr.25387) 1915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.169688+0000 mon.a (mon.0) 4069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.171986+0000 mon.a (mon.0) 4070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.173103+0000 mon.a (mon.0) 4071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.176334+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.177486+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.185548+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.259289+0000 mon.a (mon.0) 4075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.261413+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.262307+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.264353+0000 mon.a (mon.0) 4078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.265047+0000 mon.a (mon.0) 4079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:50 smithi097 bash[73934]: audit 2024-03-30T04:45:50.274793+0000 mon.a (mon.0) 4080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.285926+0000 mon.a (mon.0) 4003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.295055+0000 mon.a (mon.0) 4004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.316384+0000 mgr.y (mgr.25387) 1883 : cluster [DBG] pgmap v1187: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.327894+0000 mon.a (mon.0) 4005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.330319+0000 mon.a (mon.0) 4006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.331048+0000 mon.a (mon.0) 4007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.332506+0000 mgr.y (mgr.25387) 1884 : cluster [DBG] pgmap v1188: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.332828+0000 mgr.y (mgr.25387) 1885 : cluster [DBG] pgmap v1189: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.338004+0000 mon.a (mon.0) 4008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.338598+0000 mgr.y (mgr.25387) 1886 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.396100+0000 mon.a (mon.0) 4009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.398144+0000 mon.a (mon.0) 4010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.399341+0000 mon.a (mon.0) 4011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.401422+0000 mon.a (mon.0) 4012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.402115+0000 mon.a (mon.0) 4013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.403522+0000 mgr.y (mgr.25387) 1887 : cluster [DBG] pgmap v1190: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.403908+0000 mgr.y (mgr.25387) 1888 : cluster [DBG] pgmap v1191: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.408259+0000 mon.a (mon.0) 4014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.408772+0000 mgr.y (mgr.25387) 1889 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.465861+0000 mon.a (mon.0) 4015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.467957+0000 mon.a (mon.0) 4016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.468955+0000 mon.a (mon.0) 4017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.471051+0000 mon.a (mon.0) 4018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.471703+0000 mon.a (mon.0) 4019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.473062+0000 mgr.y (mgr.25387) 1890 : cluster [DBG] pgmap v1192: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.473435+0000 mgr.y (mgr.25387) 1891 : cluster [DBG] pgmap v1193: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.478883+0000 mon.a (mon.0) 4020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.479321+0000 mgr.y (mgr.25387) 1892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.562079+0000 mon.a (mon.0) 4021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.565396+0000 mon.a (mon.0) 4022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.566904+0000 mon.a (mon.0) 4023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.570274+0000 mon.a (mon.0) 4024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.571376+0000 mon.a (mon.0) 4025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.573879+0000 mgr.y (mgr.25387) 1893 : cluster [DBG] pgmap v1194: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.574657+0000 mgr.y (mgr.25387) 1894 : cluster [DBG] pgmap v1195: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.582726+0000 mon.a (mon.0) 4026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.583517+0000 mgr.y (mgr.25387) 1895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.661813+0000 mon.a (mon.0) 4027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.663629+0000 mon.a (mon.0) 4028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.664437+0000 mon.a (mon.0) 4029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.666177+0000 mon.a (mon.0) 4030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.666941+0000 mon.a (mon.0) 4031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.668493+0000 mgr.y (mgr.25387) 1896 : cluster [DBG] pgmap v1196: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.668767+0000 mgr.y (mgr.25387) 1897 : cluster [DBG] pgmap v1197: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.677963+0000 mon.a (mon.0) 4032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.678493+0000 mgr.y (mgr.25387) 1898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.735696+0000 mon.a (mon.0) 4033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.737538+0000 mon.a (mon.0) 4034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.738596+0000 mon.a (mon.0) 4035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.740497+0000 mon.a (mon.0) 4036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.741094+0000 mon.a (mon.0) 4037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.742366+0000 mgr.y (mgr.25387) 1899 : cluster [DBG] pgmap v1198: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.742725+0000 mgr.y (mgr.25387) 1900 : cluster [DBG] pgmap v1199: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.746789+0000 mon.a (mon.0) 4038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.747265+0000 mgr.y (mgr.25387) 1901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.787436+0000 mon.a (mon.0) 4039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.789251+0000 mon.a (mon.0) 4040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.790046+0000 mon.a (mon.0) 4041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.791820+0000 mon.a (mon.0) 4042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.792469+0000 mon.a (mon.0) 4043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.793781+0000 mgr.y (mgr.25387) 1902 : cluster [DBG] pgmap v1200: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.794112+0000 mgr.y (mgr.25387) 1903 : cluster [DBG] pgmap v1201: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.798353+0000 mon.a (mon.0) 4044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.798785+0000 mgr.y (mgr.25387) 1904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.855292+0000 mon.a (mon.0) 4045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.857465+0000 mon.a (mon.0) 4046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.858407+0000 mon.a (mon.0) 4047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.860313+0000 mon.a (mon.0) 4048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.860937+0000 mon.a (mon.0) 4049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.862912+0000 mgr.y (mgr.25387) 1905 : cluster [DBG] pgmap v1202: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.867933+0000 mon.a (mon.0) 4050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.868418+0000 mgr.y (mgr.25387) 1906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.924982+0000 mon.a (mon.0) 4051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.926999+0000 mon.a (mon.0) 4052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.928269+0000 mon.a (mon.0) 4053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.931087+0000 mon.a (mon.0) 4054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.931891+0000 mon.a (mon.0) 4055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.933418+0000 mgr.y (mgr.25387) 1907 : cluster [DBG] pgmap v1203: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:49.933719+0000 mgr.y (mgr.25387) 1908 : cluster [DBG] pgmap v1204: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:49.939894+0000 mon.a (mon.0) 4056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:49.940548+0000 mgr.y (mgr.25387) 1909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.018642+0000 mon.a (mon.0) 4057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.021285+0000 mon.a (mon.0) 4058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.022498+0000 mon.a (mon.0) 4059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.025092+0000 mon.a (mon.0) 4060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.025953+0000 mon.a (mon.0) 4061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.027718+0000 mgr.y (mgr.25387) 1910 : cluster [DBG] pgmap v1205: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.028021+0000 mgr.y (mgr.25387) 1911 : cluster [DBG] pgmap v1206: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.034126+0000 mon.a (mon.0) 4062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.034824+0000 mgr.y (mgr.25387) 1912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.097808+0000 mon.a (mon.0) 4063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.100459+0000 mon.a (mon.0) 4064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.101666+0000 mon.a (mon.0) 4065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.104157+0000 mon.a (mon.0) 4066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.104987+0000 mon.a (mon.0) 4067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.106689+0000 mgr.y (mgr.25387) 1913 : cluster [DBG] pgmap v1207: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.107264+0000 mgr.y (mgr.25387) 1914 : cluster [DBG] pgmap v1208: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.112266+0000 mon.a (mon.0) 4068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.112807+0000 mgr.y (mgr.25387) 1915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.169688+0000 mon.a (mon.0) 4069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.171986+0000 mon.a (mon.0) 4070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.173103+0000 mon.a (mon.0) 4071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.176334+0000 mon.a (mon.0) 4072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.177486+0000 mon.a (mon.0) 4073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.185548+0000 mon.a (mon.0) 4074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.259289+0000 mon.a (mon.0) 4075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.261413+0000 mon.a (mon.0) 4076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.262307+0000 mon.a (mon.0) 4077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.264353+0000 mon.a (mon.0) 4078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.265047+0000 mon.a (mon.0) 4079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:50.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:50 smithi105 bash[58125]: audit 2024-03-30T04:45:50.274793+0000 mon.a (mon.0) 4080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.179925+0000 mgr.y (mgr.25387) 1916 : cluster [DBG] pgmap v1209: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.180816+0000 mgr.y (mgr.25387) 1917 : cluster [DBG] pgmap v1210: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.186158+0000 mgr.y (mgr.25387) 1918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.266496+0000 mgr.y (mgr.25387) 1919 : cluster [DBG] pgmap v1211: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.266879+0000 mgr.y (mgr.25387) 1920 : cluster [DBG] pgmap v1212: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.275265+0000 mgr.y (mgr.25387) 1921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.179925+0000 mgr.y (mgr.25387) 1916 : cluster [DBG] pgmap v1209: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.180816+0000 mgr.y (mgr.25387) 1917 : cluster [DBG] pgmap v1210: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.186158+0000 mgr.y (mgr.25387) 1918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.266496+0000 mgr.y (mgr.25387) 1919 : cluster [DBG] pgmap v1211: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.266879+0000 mgr.y (mgr.25387) 1920 : cluster [DBG] pgmap v1212: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.275265+0000 mgr.y (mgr.25387) 1921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.295780+0000 mon.a (mon.0) 4081 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.348082+0000 mon.a (mon.0) 4082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.350477+0000 mon.a (mon.0) 4083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.289 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.351813+0000 mon.a (mon.0) 4084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.354090+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.354950+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.356481+0000 mgr.y (mgr.25387) 1922 : cluster [DBG] pgmap v1213: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.356795+0000 mgr.y (mgr.25387) 1923 : cluster [DBG] pgmap v1214: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.363343+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.363991+0000 mgr.y (mgr.25387) 1924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.437378+0000 mon.a (mon.0) 4088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.290 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.439432+0000 mon.a (mon.0) 4089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.290 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-30T04:45:51.290 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: 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 2024-03-30T04:45:51.290 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-30T04:45:51.291 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-30T04:45:51.291 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-30T04:45:51.291 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-30T04:45:51.291 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[84077]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.440513+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.442601+0000 mon.a (mon.0) 4091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.443404+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.445340+0000 mgr.y (mgr.25387) 1925 : cluster [DBG] pgmap v1215: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.445639+0000 mgr.y (mgr.25387) 1926 : cluster [DBG] pgmap v1216: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.452287+0000 mon.a (mon.0) 4093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.452805+0000 mgr.y (mgr.25387) 1927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.526977+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.529075+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.530129+0000 mon.a (mon.0) 4096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.532562+0000 mon.a (mon.0) 4097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.534214+0000 mon.a (mon.0) 4098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.536072+0000 mgr.y (mgr.25387) 1928 : cluster [DBG] pgmap v1217: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.536599+0000 mgr.y (mgr.25387) 1929 : cluster [DBG] pgmap v1218: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.541170+0000 mon.a (mon.0) 4099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.542688+0000 mgr.y (mgr.25387) 1930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.560957+0000 mgr.y (mgr.25387) 1931 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.295780+0000 mon.a (mon.0) 4081 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.348082+0000 mon.a (mon.0) 4082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.350477+0000 mon.a (mon.0) 4083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.351813+0000 mon.a (mon.0) 4084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.354090+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.354950+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.356481+0000 mgr.y (mgr.25387) 1922 : cluster [DBG] pgmap v1213: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.356795+0000 mgr.y (mgr.25387) 1923 : cluster [DBG] pgmap v1214: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.363343+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.363991+0000 mgr.y (mgr.25387) 1924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.437378+0000 mon.a (mon.0) 4088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.439432+0000 mon.a (mon.0) 4089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.440513+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.442601+0000 mon.a (mon.0) 4091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.443404+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.445340+0000 mgr.y (mgr.25387) 1925 : cluster [DBG] pgmap v1215: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.445639+0000 mgr.y (mgr.25387) 1926 : cluster [DBG] pgmap v1216: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.591902+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.593842+0000 mon.a (mon.0) 4101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.594736+0000 mon.a (mon.0) 4102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.596850+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.597534+0000 mon.a (mon.0) 4104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.598945+0000 mgr.y (mgr.25387) 1932 : cluster [DBG] pgmap v1219: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.599270+0000 mgr.y (mgr.25387) 1933 : cluster [DBG] pgmap v1220: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.604765+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.605281+0000 mgr.y (mgr.25387) 1934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.667777+0000 mon.a (mon.0) 4106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.670200+0000 mon.a (mon.0) 4107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.671210+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.673646+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.674401+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.675984+0000 mgr.y (mgr.25387) 1935 : cluster [DBG] pgmap v1221: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.676324+0000 mgr.y (mgr.25387) 1936 : cluster [DBG] pgmap v1222: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.681386+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.682157+0000 mgr.y (mgr.25387) 1937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.728323+0000 mon.a (mon.0) 4112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.731078+0000 mon.a (mon.0) 4113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.732375+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.735019+0000 mon.a (mon.0) 4115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.735771+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.737500+0000 mgr.y (mgr.25387) 1938 : cluster [DBG] pgmap v1223: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.737858+0000 mgr.y (mgr.25387) 1939 : cluster [DBG] pgmap v1224: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.743369+0000 mon.a (mon.0) 4117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.744012+0000 mgr.y (mgr.25387) 1940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.800744+0000 mon.a (mon.0) 4118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.802822+0000 mon.a (mon.0) 4119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.803846+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.806163+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.806876+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.808343+0000 mgr.y (mgr.25387) 1941 : cluster [DBG] pgmap v1225: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.808692+0000 mgr.y (mgr.25387) 1942 : cluster [DBG] pgmap v1226: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.814146+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.452287+0000 mon.a (mon.0) 4093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.452805+0000 mgr.y (mgr.25387) 1927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.526977+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.529075+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.530129+0000 mon.a (mon.0) 4096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.532562+0000 mon.a (mon.0) 4097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.534214+0000 mon.a (mon.0) 4098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.536072+0000 mgr.y (mgr.25387) 1928 : cluster [DBG] pgmap v1217: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.536599+0000 mgr.y (mgr.25387) 1929 : cluster [DBG] pgmap v1218: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.541170+0000 mon.a (mon.0) 4099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.542688+0000 mgr.y (mgr.25387) 1930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.560957+0000 mgr.y (mgr.25387) 1931 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.591902+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.593842+0000 mon.a (mon.0) 4101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.594736+0000 mon.a (mon.0) 4102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.596850+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.597534+0000 mon.a (mon.0) 4104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.814680+0000 mgr.y (mgr.25387) 1943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.888385+0000 mon.a (mon.0) 4124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.890226+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.891054+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.893002+0000 mon.a (mon.0) 4127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.893602+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.894904+0000 mgr.y (mgr.25387) 1944 : cluster [DBG] pgmap v1227: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.895224+0000 mgr.y (mgr.25387) 1945 : cluster [DBG] pgmap v1228: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.899690+0000 mon.a (mon.0) 4129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.900274+0000 mgr.y (mgr.25387) 1946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.961715+0000 mon.a (mon.0) 4130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.963828+0000 mon.a (mon.0) 4131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.964655+0000 mon.a (mon.0) 4132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.966518+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.967155+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.968665+0000 mgr.y (mgr.25387) 1947 : cluster [DBG] pgmap v1229: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:50.968975+0000 mgr.y (mgr.25387) 1948 : cluster [DBG] pgmap v1230: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:50.973974+0000 mon.a (mon.0) 4135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:50.974510+0000 mgr.y (mgr.25387) 1949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.020982+0000 mon.a (mon.0) 4136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.022784+0000 mon.a (mon.0) 4137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.023604+0000 mon.a (mon.0) 4138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.025557+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.026181+0000 mon.a (mon.0) 4140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.027518+0000 mgr.y (mgr.25387) 1950 : cluster [DBG] pgmap v1231: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.027875+0000 mgr.y (mgr.25387) 1951 : cluster [DBG] pgmap v1232: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.031973+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.032460+0000 mgr.y (mgr.25387) 1952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.089326+0000 mon.a (mon.0) 4142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.091223+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.092086+0000 mon.a (mon.0) 4144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.094017+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.094674+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.095959+0000 mgr.y (mgr.25387) 1953 : cluster [DBG] pgmap v1233: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.096216+0000 mgr.y (mgr.25387) 1954 : cluster [DBG] pgmap v1234: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.598945+0000 mgr.y (mgr.25387) 1932 : cluster [DBG] pgmap v1219: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.599270+0000 mgr.y (mgr.25387) 1933 : cluster [DBG] pgmap v1220: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.604765+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.605281+0000 mgr.y (mgr.25387) 1934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.667777+0000 mon.a (mon.0) 4106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.670200+0000 mon.a (mon.0) 4107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.671210+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.673646+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.674401+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.675984+0000 mgr.y (mgr.25387) 1935 : cluster [DBG] pgmap v1221: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.676324+0000 mgr.y (mgr.25387) 1936 : cluster [DBG] pgmap v1222: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.681386+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.682157+0000 mgr.y (mgr.25387) 1937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.728323+0000 mon.a (mon.0) 4112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.731078+0000 mon.a (mon.0) 4113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.732375+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.735019+0000 mon.a (mon.0) 4115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.735771+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.100758+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.101285+0000 mgr.y (mgr.25387) 1955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.157912+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.159717+0000 mon.a (mon.0) 4149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.160795+0000 mon.a (mon.0) 4150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.162869+0000 mon.a (mon.0) 4151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.163544+0000 mon.a (mon.0) 4152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.170083+0000 mon.a (mon.0) 4153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.211377+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.213080+0000 mon.a (mon.0) 4155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.213841+0000 mon.a (mon.0) 4156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.215584+0000 mon.a (mon.0) 4157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.216181+0000 mon.a (mon.0) 4158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.222691+0000 mon.a (mon.0) 4159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.280430+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.282431+0000 mon.a (mon.0) 4161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.283339+0000 mon.a (mon.0) 4162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.285432+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[69502]: audit 2024-03-30T04:45:51.286325+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.737500+0000 mgr.y (mgr.25387) 1938 : cluster [DBG] pgmap v1223: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.737858+0000 mgr.y (mgr.25387) 1939 : cluster [DBG] pgmap v1224: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.743369+0000 mon.a (mon.0) 4117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.744012+0000 mgr.y (mgr.25387) 1940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.800744+0000 mon.a (mon.0) 4118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.802822+0000 mon.a (mon.0) 4119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.803846+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.806163+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.806876+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.808343+0000 mgr.y (mgr.25387) 1941 : cluster [DBG] pgmap v1225: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.808692+0000 mgr.y (mgr.25387) 1942 : cluster [DBG] pgmap v1226: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.814146+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.814680+0000 mgr.y (mgr.25387) 1943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.888385+0000 mon.a (mon.0) 4124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.890226+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.891054+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.893002+0000 mon.a (mon.0) 4127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.893602+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.894904+0000 mgr.y (mgr.25387) 1944 : cluster [DBG] pgmap v1227: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.895224+0000 mgr.y (mgr.25387) 1945 : cluster [DBG] pgmap v1228: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.899690+0000 mon.a (mon.0) 4129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.900274+0000 mgr.y (mgr.25387) 1946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.961715+0000 mon.a (mon.0) 4130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.963828+0000 mon.a (mon.0) 4131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.964655+0000 mon.a (mon.0) 4132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.966518+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.967155+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.968665+0000 mgr.y (mgr.25387) 1947 : cluster [DBG] pgmap v1229: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:50.968975+0000 mgr.y (mgr.25387) 1948 : cluster [DBG] pgmap v1230: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:50.973974+0000 mon.a (mon.0) 4135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:50.974510+0000 mgr.y (mgr.25387) 1949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.020982+0000 mon.a (mon.0) 4136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.022784+0000 mon.a (mon.0) 4137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.023604+0000 mon.a (mon.0) 4138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.025557+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.026181+0000 mon.a (mon.0) 4140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.027518+0000 mgr.y (mgr.25387) 1950 : cluster [DBG] pgmap v1231: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.027875+0000 mgr.y (mgr.25387) 1951 : cluster [DBG] pgmap v1232: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.031973+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.032460+0000 mgr.y (mgr.25387) 1952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.089326+0000 mon.a (mon.0) 4142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.091223+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.092086+0000 mon.a (mon.0) 4144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.094017+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.094674+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.095959+0000 mgr.y (mgr.25387) 1953 : cluster [DBG] pgmap v1233: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.096216+0000 mgr.y (mgr.25387) 1954 : cluster [DBG] pgmap v1234: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.100758+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.101285+0000 mgr.y (mgr.25387) 1955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.157912+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.159717+0000 mon.a (mon.0) 4149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.160795+0000 mon.a (mon.0) 4150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.162869+0000 mon.a (mon.0) 4151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.163544+0000 mon.a (mon.0) 4152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.170083+0000 mon.a (mon.0) 4153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.211377+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.213080+0000 mon.a (mon.0) 4155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.213841+0000 mon.a (mon.0) 4156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.215584+0000 mon.a (mon.0) 4157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.216181+0000 mon.a (mon.0) 4158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.222691+0000 mon.a (mon.0) 4159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.280430+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.282431+0000 mon.a (mon.0) 4161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.283339+0000 mon.a (mon.0) 4162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.285432+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:51 smithi097 bash[73934]: audit 2024-03-30T04:45:51.286325+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.179925+0000 mgr.y (mgr.25387) 1916 : cluster [DBG] pgmap v1209: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.180816+0000 mgr.y (mgr.25387) 1917 : cluster [DBG] pgmap v1210: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.186158+0000 mgr.y (mgr.25387) 1918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.266496+0000 mgr.y (mgr.25387) 1919 : cluster [DBG] pgmap v1211: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.266879+0000 mgr.y (mgr.25387) 1920 : cluster [DBG] pgmap v1212: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.275265+0000 mgr.y (mgr.25387) 1921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.295780+0000 mon.a (mon.0) 4081 : cluster [WRN] Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.348082+0000 mon.a (mon.0) 4082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.350477+0000 mon.a (mon.0) 4083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.351813+0000 mon.a (mon.0) 4084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.354090+0000 mon.a (mon.0) 4085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.354950+0000 mon.a (mon.0) 4086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.356481+0000 mgr.y (mgr.25387) 1922 : cluster [DBG] pgmap v1213: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.356795+0000 mgr.y (mgr.25387) 1923 : cluster [DBG] pgmap v1214: 161 pgs: 1 active+undersized+degraded, 40 peering, 6 active+undersized, 114 active+clean; 585 KiB data, 140 MiB used, 715 GiB / 715 GiB avail; 6/726 objects degraded (0.826%) 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.363343+0000 mon.a (mon.0) 4087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.363991+0000 mgr.y (mgr.25387) 1924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.437378+0000 mon.a (mon.0) 4088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.439432+0000 mon.a (mon.0) 4089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.440513+0000 mon.a (mon.0) 4090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.442601+0000 mon.a (mon.0) 4091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.443404+0000 mon.a (mon.0) 4092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.445340+0000 mgr.y (mgr.25387) 1925 : cluster [DBG] pgmap v1215: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.445639+0000 mgr.y (mgr.25387) 1926 : cluster [DBG] pgmap v1216: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.452287+0000 mon.a (mon.0) 4093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.452805+0000 mgr.y (mgr.25387) 1927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.526977+0000 mon.a (mon.0) 4094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.529075+0000 mon.a (mon.0) 4095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.530129+0000 mon.a (mon.0) 4096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.532562+0000 mon.a (mon.0) 4097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.534214+0000 mon.a (mon.0) 4098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.536072+0000 mgr.y (mgr.25387) 1928 : cluster [DBG] pgmap v1217: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.536599+0000 mgr.y (mgr.25387) 1929 : cluster [DBG] pgmap v1218: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.541170+0000 mon.a (mon.0) 4099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.542688+0000 mgr.y (mgr.25387) 1930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.560957+0000 mgr.y (mgr.25387) 1931 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.591902+0000 mon.a (mon.0) 4100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.593842+0000 mon.a (mon.0) 4101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.594736+0000 mon.a (mon.0) 4102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.596850+0000 mon.a (mon.0) 4103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.597534+0000 mon.a (mon.0) 4104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.598945+0000 mgr.y (mgr.25387) 1932 : cluster [DBG] pgmap v1219: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.599270+0000 mgr.y (mgr.25387) 1933 : cluster [DBG] pgmap v1220: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 20 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.604765+0000 mon.a (mon.0) 4105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.605281+0000 mgr.y (mgr.25387) 1934 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.667777+0000 mon.a (mon.0) 4106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.670200+0000 mon.a (mon.0) 4107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.671210+0000 mon.a (mon.0) 4108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.673646+0000 mon.a (mon.0) 4109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.674401+0000 mon.a (mon.0) 4110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.675984+0000 mgr.y (mgr.25387) 1935 : cluster [DBG] pgmap v1221: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.676324+0000 mgr.y (mgr.25387) 1936 : cluster [DBG] pgmap v1222: 161 pgs: 10 active+undersized+degraded, 7 peering, 30 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 41/726 objects degraded (5.647%) 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.681386+0000 mon.a (mon.0) 4111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.682157+0000 mgr.y (mgr.25387) 1937 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.728323+0000 mon.a (mon.0) 4112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.731078+0000 mon.a (mon.0) 4113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.732375+0000 mon.a (mon.0) 4114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.735019+0000 mon.a (mon.0) 4115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.735771+0000 mon.a (mon.0) 4116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.737500+0000 mgr.y (mgr.25387) 1938 : cluster [DBG] pgmap v1223: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.737858+0000 mgr.y (mgr.25387) 1939 : cluster [DBG] pgmap v1224: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.743369+0000 mon.a (mon.0) 4117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.744012+0000 mgr.y (mgr.25387) 1940 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.800744+0000 mon.a (mon.0) 4118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.802822+0000 mon.a (mon.0) 4119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.803846+0000 mon.a (mon.0) 4120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.806163+0000 mon.a (mon.0) 4121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.806876+0000 mon.a (mon.0) 4122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.808343+0000 mgr.y (mgr.25387) 1941 : cluster [DBG] pgmap v1225: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.808692+0000 mgr.y (mgr.25387) 1942 : cluster [DBG] pgmap v1226: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.814146+0000 mon.a (mon.0) 4123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.814680+0000 mgr.y (mgr.25387) 1943 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.888385+0000 mon.a (mon.0) 4124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.890226+0000 mon.a (mon.0) 4125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.891054+0000 mon.a (mon.0) 4126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.893002+0000 mon.a (mon.0) 4127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.893602+0000 mon.a (mon.0) 4128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.894904+0000 mgr.y (mgr.25387) 1944 : cluster [DBG] pgmap v1227: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.895224+0000 mgr.y (mgr.25387) 1945 : cluster [DBG] pgmap v1228: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.899690+0000 mon.a (mon.0) 4129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.900274+0000 mgr.y (mgr.25387) 1946 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.961715+0000 mon.a (mon.0) 4130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.963828+0000 mon.a (mon.0) 4131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.964655+0000 mon.a (mon.0) 4132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.966518+0000 mon.a (mon.0) 4133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.967155+0000 mon.a (mon.0) 4134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.968665+0000 mgr.y (mgr.25387) 1947 : cluster [DBG] pgmap v1229: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:50.968975+0000 mgr.y (mgr.25387) 1948 : cluster [DBG] pgmap v1230: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:50.973974+0000 mon.a (mon.0) 4135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:50.974510+0000 mgr.y (mgr.25387) 1949 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.020982+0000 mon.a (mon.0) 4136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.022784+0000 mon.a (mon.0) 4137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.023604+0000 mon.a (mon.0) 4138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.025557+0000 mon.a (mon.0) 4139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.026181+0000 mon.a (mon.0) 4140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.027518+0000 mgr.y (mgr.25387) 1950 : cluster [DBG] pgmap v1231: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.027875+0000 mgr.y (mgr.25387) 1951 : cluster [DBG] pgmap v1232: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.031973+0000 mon.a (mon.0) 4141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.032460+0000 mgr.y (mgr.25387) 1952 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.089326+0000 mon.a (mon.0) 4142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.091223+0000 mon.a (mon.0) 4143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.092086+0000 mon.a (mon.0) 4144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.094017+0000 mon.a (mon.0) 4145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.094674+0000 mon.a (mon.0) 4146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.095959+0000 mgr.y (mgr.25387) 1953 : cluster [DBG] pgmap v1233: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.096216+0000 mgr.y (mgr.25387) 1954 : cluster [DBG] pgmap v1234: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.100758+0000 mon.a (mon.0) 4147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.101285+0000 mgr.y (mgr.25387) 1955 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.157912+0000 mon.a (mon.0) 4148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.159717+0000 mon.a (mon.0) 4149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.160795+0000 mon.a (mon.0) 4150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.162869+0000 mon.a (mon.0) 4151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.163544+0000 mon.a (mon.0) 4152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.170083+0000 mon.a (mon.0) 4153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.211377+0000 mon.a (mon.0) 4154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.213080+0000 mon.a (mon.0) 4155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.213841+0000 mon.a (mon.0) 4156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.215584+0000 mon.a (mon.0) 4157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.216181+0000 mon.a (mon.0) 4158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.222691+0000 mon.a (mon.0) 4159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.280430+0000 mon.a (mon.0) 4160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.282431+0000 mon.a (mon.0) 4161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.283339+0000 mon.a (mon.0) 4162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.285432+0000 mon.a (mon.0) 4163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:51.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:51 smithi105 bash[58125]: audit 2024-03-30T04:45:51.286325+0000 mon.a (mon.0) 4164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.164855+0000 mgr.y (mgr.25387) 1956 : cluster [DBG] pgmap v1235: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.165085+0000 mgr.y (mgr.25387) 1957 : cluster [DBG] pgmap v1236: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.170498+0000 mgr.y (mgr.25387) 1958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.217462+0000 mgr.y (mgr.25387) 1959 : cluster [DBG] pgmap v1237: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.217756+0000 mgr.y (mgr.25387) 1960 : cluster [DBG] pgmap v1238: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.223200+0000 mgr.y (mgr.25387) 1961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.287693+0000 mgr.y (mgr.25387) 1962 : cluster [DBG] pgmap v1239: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.288038+0000 mgr.y (mgr.25387) 1963 : cluster [DBG] pgmap v1240: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.300540+0000 mon.a (mon.0) 4165 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.304022+0000 mon.a (mon.0) 4166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.305245+0000 mgr.y (mgr.25387) 1964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.361689+0000 mon.a (mon.0) 4167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.363768+0000 mon.a (mon.0) 4168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.364836+0000 mon.a (mon.0) 4169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.367003+0000 mon.a (mon.0) 4170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.367754+0000 mon.a (mon.0) 4171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.164855+0000 mgr.y (mgr.25387) 1956 : cluster [DBG] pgmap v1235: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.165085+0000 mgr.y (mgr.25387) 1957 : cluster [DBG] pgmap v1236: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.170498+0000 mgr.y (mgr.25387) 1958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.217462+0000 mgr.y (mgr.25387) 1959 : cluster [DBG] pgmap v1237: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.217756+0000 mgr.y (mgr.25387) 1960 : cluster [DBG] pgmap v1238: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.223200+0000 mgr.y (mgr.25387) 1961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.287693+0000 mgr.y (mgr.25387) 1962 : cluster [DBG] pgmap v1239: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.288038+0000 mgr.y (mgr.25387) 1963 : cluster [DBG] pgmap v1240: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.300540+0000 mon.a (mon.0) 4165 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.304022+0000 mon.a (mon.0) 4166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.305245+0000 mgr.y (mgr.25387) 1964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.361689+0000 mon.a (mon.0) 4167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.363768+0000 mon.a (mon.0) 4168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.364836+0000 mon.a (mon.0) 4169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.367003+0000 mon.a (mon.0) 4170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.367754+0000 mon.a (mon.0) 4171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.369132+0000 mgr.y (mgr.25387) 1965 : cluster [DBG] pgmap v1241: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.369466+0000 mgr.y (mgr.25387) 1966 : cluster [DBG] pgmap v1242: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.375833+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.376389+0000 mgr.y (mgr.25387) 1967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.448728+0000 mon.a (mon.0) 4173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.450654+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.451558+0000 mon.a (mon.0) 4175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.453610+0000 mon.a (mon.0) 4176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.454324+0000 mon.a (mon.0) 4177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.455663+0000 mgr.y (mgr.25387) 1968 : cluster [DBG] pgmap v1243: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.455982+0000 mgr.y (mgr.25387) 1969 : cluster [DBG] pgmap v1244: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.461947+0000 mon.a (mon.0) 4178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.462571+0000 mgr.y (mgr.25387) 1970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.535743+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.537505+0000 mon.a (mon.0) 4180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.538682+0000 mon.a (mon.0) 4181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.540659+0000 mon.a (mon.0) 4182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.541261+0000 mon.a (mon.0) 4183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.369132+0000 mgr.y (mgr.25387) 1965 : cluster [DBG] pgmap v1241: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.369466+0000 mgr.y (mgr.25387) 1966 : cluster [DBG] pgmap v1242: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.375833+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.376389+0000 mgr.y (mgr.25387) 1967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.448728+0000 mon.a (mon.0) 4173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.450654+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.451558+0000 mon.a (mon.0) 4175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.453610+0000 mon.a (mon.0) 4176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.454324+0000 mon.a (mon.0) 4177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.455663+0000 mgr.y (mgr.25387) 1968 : cluster [DBG] pgmap v1243: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.455982+0000 mgr.y (mgr.25387) 1969 : cluster [DBG] pgmap v1244: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.461947+0000 mon.a (mon.0) 4178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.462571+0000 mgr.y (mgr.25387) 1970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.535743+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.537505+0000 mon.a (mon.0) 4180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.538682+0000 mon.a (mon.0) 4181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.540659+0000 mon.a (mon.0) 4182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.541261+0000 mon.a (mon.0) 4183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.542461+0000 mgr.y (mgr.25387) 1971 : cluster [DBG] pgmap v1245: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.542782+0000 mgr.y (mgr.25387) 1972 : cluster [DBG] pgmap v1246: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.548589+0000 mon.a (mon.0) 4184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.549158+0000 mgr.y (mgr.25387) 1973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.589551+0000 mon.a (mon.0) 4185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.591317+0000 mon.a (mon.0) 4186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.592121+0000 mon.a (mon.0) 4187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.593871+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.594470+0000 mon.a (mon.0) 4189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.595666+0000 mgr.y (mgr.25387) 1974 : cluster [DBG] pgmap v1247: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.595992+0000 mgr.y (mgr.25387) 1975 : cluster [DBG] pgmap v1248: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.601741+0000 mon.a (mon.0) 4190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.602166+0000 mgr.y (mgr.25387) 1976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.658929+0000 mon.a (mon.0) 4191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.660970+0000 mon.a (mon.0) 4192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.661856+0000 mon.a (mon.0) 4193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.663664+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.664277+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.542461+0000 mgr.y (mgr.25387) 1971 : cluster [DBG] pgmap v1245: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.542782+0000 mgr.y (mgr.25387) 1972 : cluster [DBG] pgmap v1246: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.548589+0000 mon.a (mon.0) 4184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.549158+0000 mgr.y (mgr.25387) 1973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.589551+0000 mon.a (mon.0) 4185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.591317+0000 mon.a (mon.0) 4186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.592121+0000 mon.a (mon.0) 4187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.593871+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.594470+0000 mon.a (mon.0) 4189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.595666+0000 mgr.y (mgr.25387) 1974 : cluster [DBG] pgmap v1247: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.595992+0000 mgr.y (mgr.25387) 1975 : cluster [DBG] pgmap v1248: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.601741+0000 mon.a (mon.0) 4190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.602166+0000 mgr.y (mgr.25387) 1976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.658929+0000 mon.a (mon.0) 4191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.660970+0000 mon.a (mon.0) 4192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.661856+0000 mon.a (mon.0) 4193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.663664+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.664277+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.665531+0000 mgr.y (mgr.25387) 1977 : cluster [DBG] pgmap v1249: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.665831+0000 mgr.y (mgr.25387) 1978 : cluster [DBG] pgmap v1250: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.671724+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.672138+0000 mgr.y (mgr.25387) 1979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.728579+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.730913+0000 mon.a (mon.0) 4198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.731805+0000 mon.a (mon.0) 4199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.733698+0000 mon.a (mon.0) 4200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.734360+0000 mon.a (mon.0) 4201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.735774+0000 mgr.y (mgr.25387) 1980 : cluster [DBG] pgmap v1251: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.736007+0000 mgr.y (mgr.25387) 1981 : cluster [DBG] pgmap v1252: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.741581+0000 mon.a (mon.0) 4202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.742301+0000 mgr.y (mgr.25387) 1982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.804095+0000 mon.a (mon.0) 4203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.806073+0000 mon.a (mon.0) 4204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.807162+0000 mon.a (mon.0) 4205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.809199+0000 mon.a (mon.0) 4206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.809857+0000 mon.a (mon.0) 4207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.665531+0000 mgr.y (mgr.25387) 1977 : cluster [DBG] pgmap v1249: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.665831+0000 mgr.y (mgr.25387) 1978 : cluster [DBG] pgmap v1250: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.492 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.671724+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.672138+0000 mgr.y (mgr.25387) 1979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.728579+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.730913+0000 mon.a (mon.0) 4198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.731805+0000 mon.a (mon.0) 4199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.733698+0000 mon.a (mon.0) 4200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.734360+0000 mon.a (mon.0) 4201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.735774+0000 mgr.y (mgr.25387) 1980 : cluster [DBG] pgmap v1251: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.736007+0000 mgr.y (mgr.25387) 1981 : cluster [DBG] pgmap v1252: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.741581+0000 mon.a (mon.0) 4202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.742301+0000 mgr.y (mgr.25387) 1982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.804095+0000 mon.a (mon.0) 4203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.806073+0000 mon.a (mon.0) 4204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.807162+0000 mon.a (mon.0) 4205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.809199+0000 mon.a (mon.0) 4206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.809857+0000 mon.a (mon.0) 4207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.811118+0000 mgr.y (mgr.25387) 1983 : cluster [DBG] pgmap v1253: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.811411+0000 mgr.y (mgr.25387) 1984 : cluster [DBG] pgmap v1254: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.816433+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.816861+0000 mgr.y (mgr.25387) 1985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.873904+0000 mon.a (mon.0) 4209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.875678+0000 mon.a (mon.0) 4210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.876499+0000 mon.a (mon.0) 4211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.878337+0000 mon.a (mon.0) 4212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.494 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.878924+0000 mon.a (mon.0) 4213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.880103+0000 mgr.y (mgr.25387) 1986 : cluster [DBG] pgmap v1255: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.880342+0000 mgr.y (mgr.25387) 1987 : cluster [DBG] pgmap v1256: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.884922+0000 mon.a (mon.0) 4214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.885329+0000 mgr.y (mgr.25387) 1988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.925297+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.927075+0000 mon.a (mon.0) 4216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.927911+0000 mon.a (mon.0) 4217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.929738+0000 mon.a (mon.0) 4218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.930353+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.811118+0000 mgr.y (mgr.25387) 1983 : cluster [DBG] pgmap v1253: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.811411+0000 mgr.y (mgr.25387) 1984 : cluster [DBG] pgmap v1254: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.816433+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.816861+0000 mgr.y (mgr.25387) 1985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.873904+0000 mon.a (mon.0) 4209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.875678+0000 mon.a (mon.0) 4210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.876499+0000 mon.a (mon.0) 4211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.878337+0000 mon.a (mon.0) 4212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.878924+0000 mon.a (mon.0) 4213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.880103+0000 mgr.y (mgr.25387) 1986 : cluster [DBG] pgmap v1255: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.880342+0000 mgr.y (mgr.25387) 1987 : cluster [DBG] pgmap v1256: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.884922+0000 mon.a (mon.0) 4214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.885329+0000 mgr.y (mgr.25387) 1988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.925297+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.927075+0000 mon.a (mon.0) 4216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.927911+0000 mon.a (mon.0) 4217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.929738+0000 mon.a (mon.0) 4218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.930353+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.931564+0000 mgr.y (mgr.25387) 1989 : cluster [DBG] pgmap v1257: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.931804+0000 mgr.y (mgr.25387) 1990 : cluster [DBG] pgmap v1258: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.936285+0000 mon.a (mon.0) 4220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.936685+0000 mgr.y (mgr.25387) 1991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.497 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.976934+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.978830+0000 mon.a (mon.0) 4222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.979643+0000 mon.a (mon.0) 4223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.981361+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.981975+0000 mon.a (mon.0) 4225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.983160+0000 mgr.y (mgr.25387) 1992 : cluster [DBG] pgmap v1259: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:51.983459+0000 mgr.y (mgr.25387) 1993 : cluster [DBG] pgmap v1260: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:51.987635+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:51.987984+0000 mgr.y (mgr.25387) 1994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.027879+0000 mon.a (mon.0) 4227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.029581+0000 mon.a (mon.0) 4228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.030380+0000 mon.a (mon.0) 4229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.032101+0000 mon.a (mon.0) 4230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.032658+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.931564+0000 mgr.y (mgr.25387) 1989 : cluster [DBG] pgmap v1257: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.931804+0000 mgr.y (mgr.25387) 1990 : cluster [DBG] pgmap v1258: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.936285+0000 mon.a (mon.0) 4220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.936685+0000 mgr.y (mgr.25387) 1991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.976934+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.978830+0000 mon.a (mon.0) 4222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.979643+0000 mon.a (mon.0) 4223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.981361+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.981975+0000 mon.a (mon.0) 4225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.983160+0000 mgr.y (mgr.25387) 1992 : cluster [DBG] pgmap v1259: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:51.983459+0000 mgr.y (mgr.25387) 1993 : cluster [DBG] pgmap v1260: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.499 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:51.987635+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:51.987984+0000 mgr.y (mgr.25387) 1994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.027879+0000 mon.a (mon.0) 4227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.029581+0000 mon.a (mon.0) 4228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.030380+0000 mon.a (mon.0) 4229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.032101+0000 mon.a (mon.0) 4230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.032658+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.033855+0000 mgr.y (mgr.25387) 1995 : cluster [DBG] pgmap v1261: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.034155+0000 mgr.y (mgr.25387) 1996 : cluster [DBG] pgmap v1262: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.038390+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.038833+0000 mgr.y (mgr.25387) 1997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.079202+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.080966+0000 mon.a (mon.0) 4234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.081750+0000 mon.a (mon.0) 4235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.083489+0000 mon.a (mon.0) 4236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.084078+0000 mon.a (mon.0) 4237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.085303+0000 mgr.y (mgr.25387) 1998 : cluster [DBG] pgmap v1263: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.085589+0000 mgr.y (mgr.25387) 1999 : cluster [DBG] pgmap v1264: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.089776+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.090162+0000 mgr.y (mgr.25387) 2000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.130683+0000 mon.a (mon.0) 4239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.132625+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.133417+0000 mon.a (mon.0) 4241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.135408+0000 mon.a (mon.0) 4242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.501 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.136108+0000 mon.a (mon.0) 4243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.033855+0000 mgr.y (mgr.25387) 1995 : cluster [DBG] pgmap v1261: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.034155+0000 mgr.y (mgr.25387) 1996 : cluster [DBG] pgmap v1262: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.038390+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.038833+0000 mgr.y (mgr.25387) 1997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.079202+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.080966+0000 mon.a (mon.0) 4234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.081750+0000 mon.a (mon.0) 4235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.083489+0000 mon.a (mon.0) 4236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.084078+0000 mon.a (mon.0) 4237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.085303+0000 mgr.y (mgr.25387) 1998 : cluster [DBG] pgmap v1263: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.085589+0000 mgr.y (mgr.25387) 1999 : cluster [DBG] pgmap v1264: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.089776+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.090162+0000 mgr.y (mgr.25387) 2000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.502 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.130683+0000 mon.a (mon.0) 4239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.132625+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.133417+0000 mon.a (mon.0) 4241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.135408+0000 mon.a (mon.0) 4242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.136108+0000 mon.a (mon.0) 4243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.142339+0000 mon.a (mon.0) 4244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.203946+0000 mon.a (mon.0) 4245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.205971+0000 mon.a (mon.0) 4246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.206985+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.208844+0000 mon.a (mon.0) 4248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.503 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.209454+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.215508+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.274407+0000 mon.a (mon.0) 4251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.276196+0000 mon.a (mon.0) 4252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.276973+0000 mon.a (mon.0) 4253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.278646+0000 mon.a (mon.0) 4254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.279195+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[69502]: audit 2024-03-30T04:45:52.284923+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.142339+0000 mon.a (mon.0) 4244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.203946+0000 mon.a (mon.0) 4245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.205971+0000 mon.a (mon.0) 4246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.206985+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.504 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.208844+0000 mon.a (mon.0) 4248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.209454+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.215508+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.274407+0000 mon.a (mon.0) 4251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.276196+0000 mon.a (mon.0) 4252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.276973+0000 mon.a (mon.0) 4253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.278646+0000 mon.a (mon.0) 4254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.279195+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.505 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[73934]: audit 2024-03-30T04:45:52.284923+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.164855+0000 mgr.y (mgr.25387) 1956 : cluster [DBG] pgmap v1235: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.165085+0000 mgr.y (mgr.25387) 1957 : cluster [DBG] pgmap v1236: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.170498+0000 mgr.y (mgr.25387) 1958 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.217462+0000 mgr.y (mgr.25387) 1959 : cluster [DBG] pgmap v1237: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.217756+0000 mgr.y (mgr.25387) 1960 : cluster [DBG] pgmap v1238: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.223200+0000 mgr.y (mgr.25387) 1961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.287693+0000 mgr.y (mgr.25387) 1962 : cluster [DBG] pgmap v1239: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.288038+0000 mgr.y (mgr.25387) 1963 : cluster [DBG] pgmap v1240: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.300540+0000 mon.a (mon.0) 4165 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 8 pgs peering) 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.304022+0000 mon.a (mon.0) 4166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.305245+0000 mgr.y (mgr.25387) 1964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.361689+0000 mon.a (mon.0) 4167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.363768+0000 mon.a (mon.0) 4168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.364836+0000 mon.a (mon.0) 4169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.367003+0000 mon.a (mon.0) 4170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.367754+0000 mon.a (mon.0) 4171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.369132+0000 mgr.y (mgr.25387) 1965 : cluster [DBG] pgmap v1241: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.369466+0000 mgr.y (mgr.25387) 1966 : cluster [DBG] pgmap v1242: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.375833+0000 mon.a (mon.0) 4172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.376389+0000 mgr.y (mgr.25387) 1967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.448728+0000 mon.a (mon.0) 4173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.450654+0000 mon.a (mon.0) 4174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.451558+0000 mon.a (mon.0) 4175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.453610+0000 mon.a (mon.0) 4176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.454324+0000 mon.a (mon.0) 4177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.455663+0000 mgr.y (mgr.25387) 1968 : cluster [DBG] pgmap v1243: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.455982+0000 mgr.y (mgr.25387) 1969 : cluster [DBG] pgmap v1244: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.461947+0000 mon.a (mon.0) 4178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.462571+0000 mgr.y (mgr.25387) 1970 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.535743+0000 mon.a (mon.0) 4179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.537505+0000 mon.a (mon.0) 4180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.538682+0000 mon.a (mon.0) 4181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.540659+0000 mon.a (mon.0) 4182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.541261+0000 mon.a (mon.0) 4183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.542461+0000 mgr.y (mgr.25387) 1971 : cluster [DBG] pgmap v1245: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.542782+0000 mgr.y (mgr.25387) 1972 : cluster [DBG] pgmap v1246: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.548589+0000 mon.a (mon.0) 4184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.549158+0000 mgr.y (mgr.25387) 1973 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.589551+0000 mon.a (mon.0) 4185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.591317+0000 mon.a (mon.0) 4186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.592121+0000 mon.a (mon.0) 4187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.593871+0000 mon.a (mon.0) 4188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.594470+0000 mon.a (mon.0) 4189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.595666+0000 mgr.y (mgr.25387) 1974 : cluster [DBG] pgmap v1247: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.595992+0000 mgr.y (mgr.25387) 1975 : cluster [DBG] pgmap v1248: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.601741+0000 mon.a (mon.0) 4190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.602166+0000 mgr.y (mgr.25387) 1976 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.658929+0000 mon.a (mon.0) 4191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.660970+0000 mon.a (mon.0) 4192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.661856+0000 mon.a (mon.0) 4193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.663664+0000 mon.a (mon.0) 4194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.664277+0000 mon.a (mon.0) 4195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.665531+0000 mgr.y (mgr.25387) 1977 : cluster [DBG] pgmap v1249: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.665831+0000 mgr.y (mgr.25387) 1978 : cluster [DBG] pgmap v1250: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.671724+0000 mon.a (mon.0) 4196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.672138+0000 mgr.y (mgr.25387) 1979 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.728579+0000 mon.a (mon.0) 4197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.730913+0000 mon.a (mon.0) 4198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.731805+0000 mon.a (mon.0) 4199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.733698+0000 mon.a (mon.0) 4200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.734360+0000 mon.a (mon.0) 4201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.735774+0000 mgr.y (mgr.25387) 1980 : cluster [DBG] pgmap v1251: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.736007+0000 mgr.y (mgr.25387) 1981 : cluster [DBG] pgmap v1252: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.741581+0000 mon.a (mon.0) 4202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.742301+0000 mgr.y (mgr.25387) 1982 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.804095+0000 mon.a (mon.0) 4203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.806073+0000 mon.a (mon.0) 4204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.807162+0000 mon.a (mon.0) 4205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.809199+0000 mon.a (mon.0) 4206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.809857+0000 mon.a (mon.0) 4207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.811118+0000 mgr.y (mgr.25387) 1983 : cluster [DBG] pgmap v1253: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.811411+0000 mgr.y (mgr.25387) 1984 : cluster [DBG] pgmap v1254: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.816433+0000 mon.a (mon.0) 4208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.816861+0000 mgr.y (mgr.25387) 1985 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.873904+0000 mon.a (mon.0) 4209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.875678+0000 mon.a (mon.0) 4210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.876499+0000 mon.a (mon.0) 4211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.878337+0000 mon.a (mon.0) 4212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.878924+0000 mon.a (mon.0) 4213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.880103+0000 mgr.y (mgr.25387) 1986 : cluster [DBG] pgmap v1255: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.880342+0000 mgr.y (mgr.25387) 1987 : cluster [DBG] pgmap v1256: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.884922+0000 mon.a (mon.0) 4214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.885329+0000 mgr.y (mgr.25387) 1988 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.925297+0000 mon.a (mon.0) 4215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.927075+0000 mon.a (mon.0) 4216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.927911+0000 mon.a (mon.0) 4217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.929738+0000 mon.a (mon.0) 4218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.930353+0000 mon.a (mon.0) 4219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.931564+0000 mgr.y (mgr.25387) 1989 : cluster [DBG] pgmap v1257: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.931804+0000 mgr.y (mgr.25387) 1990 : cluster [DBG] pgmap v1258: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.936285+0000 mon.a (mon.0) 4220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.936685+0000 mgr.y (mgr.25387) 1991 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.976934+0000 mon.a (mon.0) 4221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.978830+0000 mon.a (mon.0) 4222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.979643+0000 mon.a (mon.0) 4223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.981361+0000 mon.a (mon.0) 4224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.981975+0000 mon.a (mon.0) 4225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.983160+0000 mgr.y (mgr.25387) 1992 : cluster [DBG] pgmap v1259: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:51.983459+0000 mgr.y (mgr.25387) 1993 : cluster [DBG] pgmap v1260: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:51.987635+0000 mon.a (mon.0) 4226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:51.987984+0000 mgr.y (mgr.25387) 1994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.027879+0000 mon.a (mon.0) 4227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.029581+0000 mon.a (mon.0) 4228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.030380+0000 mon.a (mon.0) 4229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.032101+0000 mon.a (mon.0) 4230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.032658+0000 mon.a (mon.0) 4231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.033855+0000 mgr.y (mgr.25387) 1995 : cluster [DBG] pgmap v1261: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.034155+0000 mgr.y (mgr.25387) 1996 : cluster [DBG] pgmap v1262: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.038390+0000 mon.a (mon.0) 4232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.038833+0000 mgr.y (mgr.25387) 1997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.723 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.079202+0000 mon.a (mon.0) 4233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.080966+0000 mon.a (mon.0) 4234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.081750+0000 mon.a (mon.0) 4235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.083489+0000 mon.a (mon.0) 4236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.084078+0000 mon.a (mon.0) 4237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.085303+0000 mgr.y (mgr.25387) 1998 : cluster [DBG] pgmap v1263: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.085589+0000 mgr.y (mgr.25387) 1999 : cluster [DBG] pgmap v1264: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.089776+0000 mon.a (mon.0) 4238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.090162+0000 mgr.y (mgr.25387) 2000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.130683+0000 mon.a (mon.0) 4239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.132625+0000 mon.a (mon.0) 4240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.133417+0000 mon.a (mon.0) 4241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.135408+0000 mon.a (mon.0) 4242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.136108+0000 mon.a (mon.0) 4243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.142339+0000 mon.a (mon.0) 4244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.203946+0000 mon.a (mon.0) 4245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.205971+0000 mon.a (mon.0) 4246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.206985+0000 mon.a (mon.0) 4247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.208844+0000 mon.a (mon.0) 4248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.209454+0000 mon.a (mon.0) 4249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.215508+0000 mon.a (mon.0) 4250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.274407+0000 mon.a (mon.0) 4251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.276196+0000 mon.a (mon.0) 4252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.276973+0000 mon.a (mon.0) 4253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.278646+0000 mon.a (mon.0) 4254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.279195+0000 mon.a (mon.0) 4255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:52.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:52 smithi105 bash[58125]: audit 2024-03-30T04:45:52.284923+0000 mon.a (mon.0) 4256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:52.753 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:45:52] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.137526+0000 mgr.y (mgr.25387) 2001 : cluster [DBG] pgmap v1265: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.137788+0000 mgr.y (mgr.25387) 2002 : cluster [DBG] pgmap v1266: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.142774+0000 mgr.y (mgr.25387) 2003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.210728+0000 mgr.y (mgr.25387) 2004 : cluster [DBG] pgmap v1267: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.211011+0000 mgr.y (mgr.25387) 2005 : cluster [DBG] pgmap v1268: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.217960+0000 mgr.y (mgr.25387) 2006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.280414+0000 mgr.y (mgr.25387) 2007 : cluster [DBG] pgmap v1269: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.280832+0000 mgr.y (mgr.25387) 2008 : cluster [DBG] pgmap v1270: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.285361+0000 mgr.y (mgr.25387) 2009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.343952+0000 mon.a (mon.0) 4257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.345672+0000 mon.a (mon.0) 4258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.346441+0000 mon.a (mon.0) 4259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.348218+0000 mon.a (mon.0) 4260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.348831+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.350219+0000 mgr.y (mgr.25387) 2010 : cluster [DBG] pgmap v1271: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.350537+0000 mgr.y (mgr.25387) 2011 : cluster [DBG] pgmap v1272: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.137526+0000 mgr.y (mgr.25387) 2001 : cluster [DBG] pgmap v1265: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.137788+0000 mgr.y (mgr.25387) 2002 : cluster [DBG] pgmap v1266: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.142774+0000 mgr.y (mgr.25387) 2003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.210728+0000 mgr.y (mgr.25387) 2004 : cluster [DBG] pgmap v1267: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.211011+0000 mgr.y (mgr.25387) 2005 : cluster [DBG] pgmap v1268: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.217960+0000 mgr.y (mgr.25387) 2006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.280414+0000 mgr.y (mgr.25387) 2007 : cluster [DBG] pgmap v1269: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.280832+0000 mgr.y (mgr.25387) 2008 : cluster [DBG] pgmap v1270: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.285361+0000 mgr.y (mgr.25387) 2009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.343952+0000 mon.a (mon.0) 4257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.345672+0000 mon.a (mon.0) 4258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.346441+0000 mon.a (mon.0) 4259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.348218+0000 mon.a (mon.0) 4260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.348831+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.350219+0000 mgr.y (mgr.25387) 2010 : cluster [DBG] pgmap v1271: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.350537+0000 mgr.y (mgr.25387) 2011 : cluster [DBG] pgmap v1272: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.354645+0000 mon.a (mon.0) 4262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.355035+0000 mgr.y (mgr.25387) 2012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.396984+0000 mon.a (mon.0) 4263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.399503+0000 mon.a (mon.0) 4264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.400412+0000 mon.a (mon.0) 4265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.402351+0000 mon.a (mon.0) 4266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.402973+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.404396+0000 mgr.y (mgr.25387) 2013 : cluster [DBG] pgmap v1273: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.404740+0000 mgr.y (mgr.25387) 2014 : cluster [DBG] pgmap v1274: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.410084+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.410708+0000 mgr.y (mgr.25387) 2015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.476561+0000 mon.a (mon.0) 4269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.479761+0000 mon.a (mon.0) 4270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.480897+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.483281+0000 mon.a (mon.0) 4272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.484054+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.485800+0000 mgr.y (mgr.25387) 2016 : cluster [DBG] pgmap v1275: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.486210+0000 mgr.y (mgr.25387) 2017 : cluster [DBG] pgmap v1276: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.491269+0000 mon.a (mon.0) 4274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.492009+0000 mgr.y (mgr.25387) 2018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.557006+0000 mon.a (mon.0) 4275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.560411+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.562462+0000 mon.a (mon.0) 4277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.565869+0000 mon.a (mon.0) 4278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.567202+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.569605+0000 mgr.y (mgr.25387) 2019 : cluster [DBG] pgmap v1277: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.569930+0000 mgr.y (mgr.25387) 2020 : cluster [DBG] pgmap v1278: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.576416+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.577030+0000 mgr.y (mgr.25387) 2021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.654376+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.656626+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.657503+0000 mon.a (mon.0) 4283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.659612+0000 mon.a (mon.0) 4284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.660308+0000 mon.a (mon.0) 4285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.661848+0000 mgr.y (mgr.25387) 2022 : cluster [DBG] pgmap v1279: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.354645+0000 mon.a (mon.0) 4262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.355035+0000 mgr.y (mgr.25387) 2012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.396984+0000 mon.a (mon.0) 4263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.399503+0000 mon.a (mon.0) 4264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.400412+0000 mon.a (mon.0) 4265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.402351+0000 mon.a (mon.0) 4266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.402973+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.404396+0000 mgr.y (mgr.25387) 2013 : cluster [DBG] pgmap v1273: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.404740+0000 mgr.y (mgr.25387) 2014 : cluster [DBG] pgmap v1274: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.410084+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.410708+0000 mgr.y (mgr.25387) 2015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.476561+0000 mon.a (mon.0) 4269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.479761+0000 mon.a (mon.0) 4270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.480897+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.483281+0000 mon.a (mon.0) 4272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.484054+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.485800+0000 mgr.y (mgr.25387) 2016 : cluster [DBG] pgmap v1275: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.486210+0000 mgr.y (mgr.25387) 2017 : cluster [DBG] pgmap v1276: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.662286+0000 mgr.y (mgr.25387) 2023 : cluster [DBG] pgmap v1280: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.667859+0000 mon.a (mon.0) 4286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.668342+0000 mgr.y (mgr.25387) 2024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.746195+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.748333+0000 mon.a (mon.0) 4288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.749195+0000 mon.a (mon.0) 4289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.751024+0000 mon.a (mon.0) 4290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.751628+0000 mon.a (mon.0) 4291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.753112+0000 mgr.y (mgr.25387) 2025 : cluster [DBG] pgmap v1281: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.753429+0000 mgr.y (mgr.25387) 2026 : cluster [DBG] pgmap v1282: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.760111+0000 mon.a (mon.0) 4292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.760655+0000 mgr.y (mgr.25387) 2027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.802026+0000 mon.a (mon.0) 4293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.804086+0000 mon.a (mon.0) 4294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.804979+0000 mon.a (mon.0) 4295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.806976+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.807668+0000 mon.a (mon.0) 4297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.809036+0000 mgr.y (mgr.25387) 2028 : cluster [DBG] pgmap v1283: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.491269+0000 mon.a (mon.0) 4274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.492009+0000 mgr.y (mgr.25387) 2018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.557006+0000 mon.a (mon.0) 4275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.560411+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.562462+0000 mon.a (mon.0) 4277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.565869+0000 mon.a (mon.0) 4278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.567202+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.569605+0000 mgr.y (mgr.25387) 2019 : cluster [DBG] pgmap v1277: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.569930+0000 mgr.y (mgr.25387) 2020 : cluster [DBG] pgmap v1278: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.576416+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.577030+0000 mgr.y (mgr.25387) 2021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.654376+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.656626+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.657503+0000 mon.a (mon.0) 4283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.659612+0000 mon.a (mon.0) 4284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.660308+0000 mon.a (mon.0) 4285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.661848+0000 mgr.y (mgr.25387) 2022 : cluster [DBG] pgmap v1279: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.809304+0000 mgr.y (mgr.25387) 2029 : cluster [DBG] pgmap v1284: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.815209+0000 mon.a (mon.0) 4298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.815663+0000 mgr.y (mgr.25387) 2030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.873438+0000 mon.a (mon.0) 4299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.875167+0000 mon.a (mon.0) 4300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.875959+0000 mon.a (mon.0) 4301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.877800+0000 mon.a (mon.0) 4302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.878419+0000 mon.a (mon.0) 4303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.879629+0000 mgr.y (mgr.25387) 2031 : cluster [DBG] pgmap v1285: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.879902+0000 mgr.y (mgr.25387) 2032 : cluster [DBG] pgmap v1286: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.885740+0000 mon.a (mon.0) 4304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.886104+0000 mgr.y (mgr.25387) 2033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.926936+0000 mon.a (mon.0) 4305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.928949+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.929802+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.934031+0000 mon.a (mon.0) 4308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.934673+0000 mon.a (mon.0) 4309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.935903+0000 mgr.y (mgr.25387) 2034 : cluster [DBG] pgmap v1287: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.936157+0000 mgr.y (mgr.25387) 2035 : cluster [DBG] pgmap v1288: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.942243+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.942573+0000 mgr.y (mgr.25387) 2036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.983125+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.985032+0000 mon.a (mon.0) 4312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.985864+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.987639+0000 mon.a (mon.0) 4314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.988230+0000 mon.a (mon.0) 4315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.989459+0000 mgr.y (mgr.25387) 2037 : cluster [DBG] pgmap v1289: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:52.989710+0000 mgr.y (mgr.25387) 2038 : cluster [DBG] pgmap v1290: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:52.995664+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:52.995961+0000 mgr.y (mgr.25387) 2039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.036132+0000 mon.a (mon.0) 4317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.038149+0000 mon.a (mon.0) 4318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.039114+0000 mon.a (mon.0) 4319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.041215+0000 mon.a (mon.0) 4320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.042024+0000 mon.a (mon.0) 4321 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.043298+0000 mgr.y (mgr.25387) 2040 : cluster [DBG] pgmap v1291: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.662286+0000 mgr.y (mgr.25387) 2023 : cluster [DBG] pgmap v1280: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.667859+0000 mon.a (mon.0) 4286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.668342+0000 mgr.y (mgr.25387) 2024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.746195+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.748333+0000 mon.a (mon.0) 4288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.749195+0000 mon.a (mon.0) 4289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.751024+0000 mon.a (mon.0) 4290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.751628+0000 mon.a (mon.0) 4291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.753112+0000 mgr.y (mgr.25387) 2025 : cluster [DBG] pgmap v1281: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.753429+0000 mgr.y (mgr.25387) 2026 : cluster [DBG] pgmap v1282: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.760111+0000 mon.a (mon.0) 4292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.760655+0000 mgr.y (mgr.25387) 2027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.802026+0000 mon.a (mon.0) 4293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.804086+0000 mon.a (mon.0) 4294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.804979+0000 mon.a (mon.0) 4295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.806976+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.807668+0000 mon.a (mon.0) 4297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.809036+0000 mgr.y (mgr.25387) 2028 : cluster [DBG] pgmap v1283: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.043548+0000 mgr.y (mgr.25387) 2041 : cluster [DBG] pgmap v1292: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.051169+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.051582+0000 mgr.y (mgr.25387) 2042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.108452+0000 mon.a (mon.0) 4323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.110609+0000 mon.a (mon.0) 4324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.111454+0000 mon.a (mon.0) 4325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.113395+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.113995+0000 mon.a (mon.0) 4327 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.115312+0000 mgr.y (mgr.25387) 2043 : cluster [DBG] pgmap v1293: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.115564+0000 mgr.y (mgr.25387) 2044 : cluster [DBG] pgmap v1294: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.121568+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.194891+0000 mon.a (mon.0) 4329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.197268+0000 mon.a (mon.0) 4330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.198758+0000 mon.a (mon.0) 4331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.202215+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.203162+0000 mon.a (mon.0) 4333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.213148+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.288613+0000 mon.a (mon.0) 4335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.291200+0000 mon.a (mon.0) 4336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.292385+0000 mon.a (mon.0) 4337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.295073+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.295945+0000 mon.a (mon.0) 4339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[73934]: audit 2024-03-30T04:45:53.306924+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.809304+0000 mgr.y (mgr.25387) 2029 : cluster [DBG] pgmap v1284: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.815209+0000 mon.a (mon.0) 4298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.815663+0000 mgr.y (mgr.25387) 2030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.873438+0000 mon.a (mon.0) 4299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.875167+0000 mon.a (mon.0) 4300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.875959+0000 mon.a (mon.0) 4301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.877800+0000 mon.a (mon.0) 4302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.878419+0000 mon.a (mon.0) 4303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.879629+0000 mgr.y (mgr.25387) 2031 : cluster [DBG] pgmap v1285: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.879902+0000 mgr.y (mgr.25387) 2032 : cluster [DBG] pgmap v1286: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.885740+0000 mon.a (mon.0) 4304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.886104+0000 mgr.y (mgr.25387) 2033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.926936+0000 mon.a (mon.0) 4305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.928949+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.929802+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.934031+0000 mon.a (mon.0) 4308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.934673+0000 mon.a (mon.0) 4309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.935903+0000 mgr.y (mgr.25387) 2034 : cluster [DBG] pgmap v1287: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.936157+0000 mgr.y (mgr.25387) 2035 : cluster [DBG] pgmap v1288: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.942243+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.942573+0000 mgr.y (mgr.25387) 2036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.983125+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.985032+0000 mon.a (mon.0) 4312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.985864+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.987639+0000 mon.a (mon.0) 4314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.988230+0000 mon.a (mon.0) 4315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.989459+0000 mgr.y (mgr.25387) 2037 : cluster [DBG] pgmap v1289: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:52.989710+0000 mgr.y (mgr.25387) 2038 : cluster [DBG] pgmap v1290: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:52.995664+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:52.995961+0000 mgr.y (mgr.25387) 2039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.036132+0000 mon.a (mon.0) 4317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.038149+0000 mon.a (mon.0) 4318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.039114+0000 mon.a (mon.0) 4319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.041215+0000 mon.a (mon.0) 4320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.042024+0000 mon.a (mon.0) 4321 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.043298+0000 mgr.y (mgr.25387) 2040 : cluster [DBG] pgmap v1291: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.043548+0000 mgr.y (mgr.25387) 2041 : cluster [DBG] pgmap v1292: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.051169+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.051582+0000 mgr.y (mgr.25387) 2042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.108452+0000 mon.a (mon.0) 4323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.110609+0000 mon.a (mon.0) 4324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.111454+0000 mon.a (mon.0) 4325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.113395+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.113995+0000 mon.a (mon.0) 4327 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.115312+0000 mgr.y (mgr.25387) 2043 : cluster [DBG] pgmap v1293: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.115564+0000 mgr.y (mgr.25387) 2044 : cluster [DBG] pgmap v1294: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.121568+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.194891+0000 mon.a (mon.0) 4329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.197268+0000 mon.a (mon.0) 4330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.198758+0000 mon.a (mon.0) 4331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.202215+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.203162+0000 mon.a (mon.0) 4333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.213148+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.288613+0000 mon.a (mon.0) 4335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.291200+0000 mon.a (mon.0) 4336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.292385+0000 mon.a (mon.0) 4337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.295073+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.295945+0000 mon.a (mon.0) 4339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:53 smithi097 bash[69502]: audit 2024-03-30T04:45:53.306924+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.709 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[52959]: ts=2024-03-30T04:45:53.508Z caller=manager.go:609 level=warn component="rule manager" group=nodes msg="Evaluating rule failed" rule="alert: CephNodeDiskspaceWarning\nexpr: predict_linear(node_filesystem_free_bytes{device=~\"/.*\"}[2d], 3600 * 24 * 5)\n * on(instance) group_left(nodename) node_uname_info < 0\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.8.4\n severity: warning\n type: ceph_default\nannotations:\n description: Mountpoint {{ $labels.mountpoint }} on {{ $labels.nodename }} will\n be full in less than 5 days based on the 48 hour trailing fill rate.\n summary: Host filesystem free space is getting low\n" err="found duplicate series for the match group {instance=\"smithi105\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi105\", job=\"node\", machine=\"x86_64\", nodename=\"smithi105\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"8133883c-ee4d-11ee-b647-cb9ed24678a4\", domainname=\"(none)\", instance=\"smithi105\", job=\"node\", machine=\"x86_64\", nodename=\"smithi105\", release=\"5.15.0-101-generic\", sysname=\"Linux\", version=\"#111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-03-30T04:45:53.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.137526+0000 mgr.y (mgr.25387) 2001 : cluster [DBG] pgmap v1265: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.137788+0000 mgr.y (mgr.25387) 2002 : cluster [DBG] pgmap v1266: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.142774+0000 mgr.y (mgr.25387) 2003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.210728+0000 mgr.y (mgr.25387) 2004 : cluster [DBG] pgmap v1267: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.211011+0000 mgr.y (mgr.25387) 2005 : cluster [DBG] pgmap v1268: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.217960+0000 mgr.y (mgr.25387) 2006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.280414+0000 mgr.y (mgr.25387) 2007 : cluster [DBG] pgmap v1269: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.280832+0000 mgr.y (mgr.25387) 2008 : cluster [DBG] pgmap v1270: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.285361+0000 mgr.y (mgr.25387) 2009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.343952+0000 mon.a (mon.0) 4257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.345672+0000 mon.a (mon.0) 4258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.346441+0000 mon.a (mon.0) 4259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.348218+0000 mon.a (mon.0) 4260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.348831+0000 mon.a (mon.0) 4261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.350219+0000 mgr.y (mgr.25387) 2010 : cluster [DBG] pgmap v1271: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.350537+0000 mgr.y (mgr.25387) 2011 : cluster [DBG] pgmap v1272: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.354645+0000 mon.a (mon.0) 4262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.355035+0000 mgr.y (mgr.25387) 2012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.396984+0000 mon.a (mon.0) 4263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.399503+0000 mon.a (mon.0) 4264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.400412+0000 mon.a (mon.0) 4265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.402351+0000 mon.a (mon.0) 4266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.402973+0000 mon.a (mon.0) 4267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.404396+0000 mgr.y (mgr.25387) 2013 : cluster [DBG] pgmap v1273: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.404740+0000 mgr.y (mgr.25387) 2014 : cluster [DBG] pgmap v1274: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.410084+0000 mon.a (mon.0) 4268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.410708+0000 mgr.y (mgr.25387) 2015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.476561+0000 mon.a (mon.0) 4269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.479761+0000 mon.a (mon.0) 4270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.480897+0000 mon.a (mon.0) 4271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.483281+0000 mon.a (mon.0) 4272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.484054+0000 mon.a (mon.0) 4273 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.485800+0000 mgr.y (mgr.25387) 2016 : cluster [DBG] pgmap v1275: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.486210+0000 mgr.y (mgr.25387) 2017 : cluster [DBG] pgmap v1276: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.491269+0000 mon.a (mon.0) 4274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.492009+0000 mgr.y (mgr.25387) 2018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.557006+0000 mon.a (mon.0) 4275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.560411+0000 mon.a (mon.0) 4276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.562462+0000 mon.a (mon.0) 4277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.565869+0000 mon.a (mon.0) 4278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.567202+0000 mon.a (mon.0) 4279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.569605+0000 mgr.y (mgr.25387) 2019 : cluster [DBG] pgmap v1277: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.569930+0000 mgr.y (mgr.25387) 2020 : cluster [DBG] pgmap v1278: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.576416+0000 mon.a (mon.0) 4280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.577030+0000 mgr.y (mgr.25387) 2021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.654376+0000 mon.a (mon.0) 4281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.656626+0000 mon.a (mon.0) 4282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.657503+0000 mon.a (mon.0) 4283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.659612+0000 mon.a (mon.0) 4284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.660308+0000 mon.a (mon.0) 4285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.661848+0000 mgr.y (mgr.25387) 2022 : cluster [DBG] pgmap v1279: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.662286+0000 mgr.y (mgr.25387) 2023 : cluster [DBG] pgmap v1280: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.667859+0000 mon.a (mon.0) 4286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.668342+0000 mgr.y (mgr.25387) 2024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.746195+0000 mon.a (mon.0) 4287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.748333+0000 mon.a (mon.0) 4288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.749195+0000 mon.a (mon.0) 4289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.751024+0000 mon.a (mon.0) 4290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.751628+0000 mon.a (mon.0) 4291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.753112+0000 mgr.y (mgr.25387) 2025 : cluster [DBG] pgmap v1281: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.753429+0000 mgr.y (mgr.25387) 2026 : cluster [DBG] pgmap v1282: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.760111+0000 mon.a (mon.0) 4292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.760655+0000 mgr.y (mgr.25387) 2027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.802026+0000 mon.a (mon.0) 4293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.804086+0000 mon.a (mon.0) 4294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.804979+0000 mon.a (mon.0) 4295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.806976+0000 mon.a (mon.0) 4296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.807668+0000 mon.a (mon.0) 4297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.809036+0000 mgr.y (mgr.25387) 2028 : cluster [DBG] pgmap v1283: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.809304+0000 mgr.y (mgr.25387) 2029 : cluster [DBG] pgmap v1284: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.815209+0000 mon.a (mon.0) 4298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.815663+0000 mgr.y (mgr.25387) 2030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.873438+0000 mon.a (mon.0) 4299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.875167+0000 mon.a (mon.0) 4300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.875959+0000 mon.a (mon.0) 4301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.877800+0000 mon.a (mon.0) 4302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.878419+0000 mon.a (mon.0) 4303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.879629+0000 mgr.y (mgr.25387) 2031 : cluster [DBG] pgmap v1285: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.879902+0000 mgr.y (mgr.25387) 2032 : cluster [DBG] pgmap v1286: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.885740+0000 mon.a (mon.0) 4304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.886104+0000 mgr.y (mgr.25387) 2033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.926936+0000 mon.a (mon.0) 4305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.928949+0000 mon.a (mon.0) 4306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.929802+0000 mon.a (mon.0) 4307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.934031+0000 mon.a (mon.0) 4308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.934673+0000 mon.a (mon.0) 4309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.935903+0000 mgr.y (mgr.25387) 2034 : cluster [DBG] pgmap v1287: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.936157+0000 mgr.y (mgr.25387) 2035 : cluster [DBG] pgmap v1288: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.942243+0000 mon.a (mon.0) 4310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.942573+0000 mgr.y (mgr.25387) 2036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.983125+0000 mon.a (mon.0) 4311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.985032+0000 mon.a (mon.0) 4312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.985864+0000 mon.a (mon.0) 4313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.987639+0000 mon.a (mon.0) 4314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.988230+0000 mon.a (mon.0) 4315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.989459+0000 mgr.y (mgr.25387) 2037 : cluster [DBG] pgmap v1289: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:52.989710+0000 mgr.y (mgr.25387) 2038 : cluster [DBG] pgmap v1290: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:52.995664+0000 mon.a (mon.0) 4316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:52.995961+0000 mgr.y (mgr.25387) 2039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.036132+0000 mon.a (mon.0) 4317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.038149+0000 mon.a (mon.0) 4318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.039114+0000 mon.a (mon.0) 4319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.041215+0000 mon.a (mon.0) 4320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.042024+0000 mon.a (mon.0) 4321 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.043298+0000 mgr.y (mgr.25387) 2040 : cluster [DBG] pgmap v1291: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.043548+0000 mgr.y (mgr.25387) 2041 : cluster [DBG] pgmap v1292: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.051169+0000 mon.a (mon.0) 4322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.051582+0000 mgr.y (mgr.25387) 2042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.108452+0000 mon.a (mon.0) 4323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.110609+0000 mon.a (mon.0) 4324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.111454+0000 mon.a (mon.0) 4325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.113395+0000 mon.a (mon.0) 4326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.113995+0000 mon.a (mon.0) 4327 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.115312+0000 mgr.y (mgr.25387) 2043 : cluster [DBG] pgmap v1293: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.115564+0000 mgr.y (mgr.25387) 2044 : cluster [DBG] pgmap v1294: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.121568+0000 mon.a (mon.0) 4328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.194891+0000 mon.a (mon.0) 4329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.197268+0000 mon.a (mon.0) 4330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.198758+0000 mon.a (mon.0) 4331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.202215+0000 mon.a (mon.0) 4332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.203162+0000 mon.a (mon.0) 4333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.213148+0000 mon.a (mon.0) 4334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.288613+0000 mon.a (mon.0) 4335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.291200+0000 mon.a (mon.0) 4336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.292385+0000 mon.a (mon.0) 4337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.295073+0000 mon.a (mon.0) 4338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.295945+0000 mon.a (mon.0) 4339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:53.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:53 smithi105 bash[58125]: audit 2024-03-30T04:45:53.306924+0000 mon.a (mon.0) 4340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.122098+0000 mgr.y (mgr.25387) 2045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.205037+0000 mgr.y (mgr.25387) 2046 : cluster [DBG] pgmap v1295: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.205564+0000 mgr.y (mgr.25387) 2047 : cluster [DBG] pgmap v1296: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.213680+0000 mgr.y (mgr.25387) 2048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.297768+0000 mgr.y (mgr.25387) 2049 : cluster [DBG] pgmap v1297: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.298645+0000 mgr.y (mgr.25387) 2050 : cluster [DBG] pgmap v1298: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.307412+0000 mgr.y (mgr.25387) 2051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.389937+0000 mon.a (mon.0) 4341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.392480+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.393477+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.395639+0000 mon.a (mon.0) 4344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.396398+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.398059+0000 mgr.y (mgr.25387) 2052 : cluster [DBG] pgmap v1299: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.398391+0000 mgr.y (mgr.25387) 2053 : cluster [DBG] pgmap v1300: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.402790+0000 mon.a (mon.0) 4346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.403240+0000 mgr.y (mgr.25387) 2054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.443270+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.445035+0000 mon.a (mon.0) 4348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.445798+0000 mon.a (mon.0) 4349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.447473+0000 mon.a (mon.0) 4350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.448030+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.449312+0000 mgr.y (mgr.25387) 2055 : cluster [DBG] pgmap v1301: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.449648+0000 mgr.y (mgr.25387) 2056 : cluster [DBG] pgmap v1302: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.455612+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.456009+0000 mgr.y (mgr.25387) 2057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.512370+0000 mon.a (mon.0) 4353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.514217+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.514923+0000 mon.a (mon.0) 4355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.516708+0000 mon.a (mon.0) 4356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.517348+0000 mon.a (mon.0) 4357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.518715+0000 mgr.y (mgr.25387) 2058 : cluster [DBG] pgmap v1303: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.519142+0000 mgr.y (mgr.25387) 2059 : cluster [DBG] pgmap v1304: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.525439+0000 mon.a (mon.0) 4358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.525816+0000 mgr.y (mgr.25387) 2060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.592077+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.595385+0000 mon.a (mon.0) 4360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.597087+0000 mon.a (mon.0) 4361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.600026+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.600932+0000 mon.a (mon.0) 4363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.602723+0000 mgr.y (mgr.25387) 2061 : cluster [DBG] pgmap v1305: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.603027+0000 mgr.y (mgr.25387) 2062 : cluster [DBG] pgmap v1306: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.612825+0000 mon.a (mon.0) 4364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.613675+0000 mgr.y (mgr.25387) 2063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.689154+0000 mon.a (mon.0) 4365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.691521+0000 mon.a (mon.0) 4366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.692653+0000 mon.a (mon.0) 4367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.695466+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.696260+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.697790+0000 mgr.y (mgr.25387) 2064 : cluster [DBG] pgmap v1307: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.698189+0000 mgr.y (mgr.25387) 2065 : cluster [DBG] pgmap v1308: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.705279+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.705911+0000 mgr.y (mgr.25387) 2066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.764150+0000 mon.a (mon.0) 4371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.766308+0000 mon.a (mon.0) 4372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.767403+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.769732+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.770518+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.772192+0000 mgr.y (mgr.25387) 2067 : cluster [DBG] pgmap v1309: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.772535+0000 mgr.y (mgr.25387) 2068 : cluster [DBG] pgmap v1310: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.778993+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.779641+0000 mgr.y (mgr.25387) 2069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.820682+0000 mon.a (mon.0) 4377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.822464+0000 mon.a (mon.0) 4378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.823252+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.825232+0000 mon.a (mon.0) 4380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.825802+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.827146+0000 mgr.y (mgr.25387) 2070 : cluster [DBG] pgmap v1311: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.827462+0000 mgr.y (mgr.25387) 2071 : cluster [DBG] pgmap v1312: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.834052+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.834462+0000 mgr.y (mgr.25387) 2072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.892420+0000 mon.a (mon.0) 4383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.896039+0000 mon.a (mon.0) 4384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.897420+0000 mon.a (mon.0) 4385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.900312+0000 mon.a (mon.0) 4386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.901213+0000 mon.a (mon.0) 4387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.902974+0000 mgr.y (mgr.25387) 2073 : cluster [DBG] pgmap v1313: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.903289+0000 mgr.y (mgr.25387) 2074 : cluster [DBG] pgmap v1314: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.911343+0000 mon.a (mon.0) 4388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:53.911924+0000 mgr.y (mgr.25387) 2075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.986921+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.989102+0000 mon.a (mon.0) 4390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.990132+0000 mon.a (mon.0) 4391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.992327+0000 mon.a (mon.0) 4392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:53.993016+0000 mon.a (mon.0) 4393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.994426+0000 mgr.y (mgr.25387) 2076 : cluster [DBG] pgmap v1315: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:53.994734+0000 mgr.y (mgr.25387) 2077 : cluster [DBG] pgmap v1316: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.002860+0000 mon.a (mon.0) 4394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.003381+0000 mgr.y (mgr.25387) 2078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.076348+0000 mon.a (mon.0) 4395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.078158+0000 mon.a (mon.0) 4396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.078956+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.081306+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.081968+0000 mon.a (mon.0) 4399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.083299+0000 mgr.y (mgr.25387) 2079 : cluster [DBG] pgmap v1317: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.083599+0000 mgr.y (mgr.25387) 2080 : cluster [DBG] pgmap v1318: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.091477+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.091894+0000 mgr.y (mgr.25387) 2081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.166865+0000 mon.a (mon.0) 4401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.169624+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.171420+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.175681+0000 mon.a (mon.0) 4404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.176955+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.186643+0000 mon.a (mon.0) 4406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.264070+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.266241+0000 mon.a (mon.0) 4408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.267323+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.270216+0000 mon.a (mon.0) 4410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.270901+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:54 smithi105 bash[58125]: audit 2024-03-30T04:45:54.279138+0000 mon.a (mon.0) 4412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.122098+0000 mgr.y (mgr.25387) 2045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.205037+0000 mgr.y (mgr.25387) 2046 : cluster [DBG] pgmap v1295: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.205564+0000 mgr.y (mgr.25387) 2047 : cluster [DBG] pgmap v1296: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.618 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.213680+0000 mgr.y (mgr.25387) 2048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.297768+0000 mgr.y (mgr.25387) 2049 : cluster [DBG] pgmap v1297: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.298645+0000 mgr.y (mgr.25387) 2050 : cluster [DBG] pgmap v1298: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.307412+0000 mgr.y (mgr.25387) 2051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.389937+0000 mon.a (mon.0) 4341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.392480+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.393477+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.395639+0000 mon.a (mon.0) 4344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.396398+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.398059+0000 mgr.y (mgr.25387) 2052 : cluster [DBG] pgmap v1299: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.398391+0000 mgr.y (mgr.25387) 2053 : cluster [DBG] pgmap v1300: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.619 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.402790+0000 mon.a (mon.0) 4346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.403240+0000 mgr.y (mgr.25387) 2054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.443270+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.122098+0000 mgr.y (mgr.25387) 2045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.205037+0000 mgr.y (mgr.25387) 2046 : cluster [DBG] pgmap v1295: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.205564+0000 mgr.y (mgr.25387) 2047 : cluster [DBG] pgmap v1296: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.213680+0000 mgr.y (mgr.25387) 2048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.297768+0000 mgr.y (mgr.25387) 2049 : cluster [DBG] pgmap v1297: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.298645+0000 mgr.y (mgr.25387) 2050 : cluster [DBG] pgmap v1298: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.307412+0000 mgr.y (mgr.25387) 2051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.389937+0000 mon.a (mon.0) 4341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.392480+0000 mon.a (mon.0) 4342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.393477+0000 mon.a (mon.0) 4343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.395639+0000 mon.a (mon.0) 4344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.396398+0000 mon.a (mon.0) 4345 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.398059+0000 mgr.y (mgr.25387) 2052 : cluster [DBG] pgmap v1299: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.398391+0000 mgr.y (mgr.25387) 2053 : cluster [DBG] pgmap v1300: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.402790+0000 mon.a (mon.0) 4346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.403240+0000 mgr.y (mgr.25387) 2054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.443270+0000 mon.a (mon.0) 4347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.445035+0000 mon.a (mon.0) 4348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.445798+0000 mon.a (mon.0) 4349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.447473+0000 mon.a (mon.0) 4350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.448030+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.449312+0000 mgr.y (mgr.25387) 2055 : cluster [DBG] pgmap v1301: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.449648+0000 mgr.y (mgr.25387) 2056 : cluster [DBG] pgmap v1302: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.455612+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.456009+0000 mgr.y (mgr.25387) 2057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.512370+0000 mon.a (mon.0) 4353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.514217+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.514923+0000 mon.a (mon.0) 4355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.516708+0000 mon.a (mon.0) 4356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.517348+0000 mon.a (mon.0) 4357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.518715+0000 mgr.y (mgr.25387) 2058 : cluster [DBG] pgmap v1303: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.519142+0000 mgr.y (mgr.25387) 2059 : cluster [DBG] pgmap v1304: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.525439+0000 mon.a (mon.0) 4358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.525816+0000 mgr.y (mgr.25387) 2060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.592077+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.445035+0000 mon.a (mon.0) 4348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.445798+0000 mon.a (mon.0) 4349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.447473+0000 mon.a (mon.0) 4350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.448030+0000 mon.a (mon.0) 4351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.449312+0000 mgr.y (mgr.25387) 2055 : cluster [DBG] pgmap v1301: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.449648+0000 mgr.y (mgr.25387) 2056 : cluster [DBG] pgmap v1302: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.455612+0000 mon.a (mon.0) 4352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.456009+0000 mgr.y (mgr.25387) 2057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.512370+0000 mon.a (mon.0) 4353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.514217+0000 mon.a (mon.0) 4354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.514923+0000 mon.a (mon.0) 4355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.516708+0000 mon.a (mon.0) 4356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.517348+0000 mon.a (mon.0) 4357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.624 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.518715+0000 mgr.y (mgr.25387) 2058 : cluster [DBG] pgmap v1303: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.519142+0000 mgr.y (mgr.25387) 2059 : cluster [DBG] pgmap v1304: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.525439+0000 mon.a (mon.0) 4358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.525816+0000 mgr.y (mgr.25387) 2060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.592077+0000 mon.a (mon.0) 4359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.595385+0000 mon.a (mon.0) 4360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.597087+0000 mon.a (mon.0) 4361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.600026+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.600932+0000 mon.a (mon.0) 4363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.602723+0000 mgr.y (mgr.25387) 2061 : cluster [DBG] pgmap v1305: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.603027+0000 mgr.y (mgr.25387) 2062 : cluster [DBG] pgmap v1306: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.612825+0000 mon.a (mon.0) 4364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.613675+0000 mgr.y (mgr.25387) 2063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.689154+0000 mon.a (mon.0) 4365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.691521+0000 mon.a (mon.0) 4366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.692653+0000 mon.a (mon.0) 4367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.695466+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.696260+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.697790+0000 mgr.y (mgr.25387) 2064 : cluster [DBG] pgmap v1307: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.698189+0000 mgr.y (mgr.25387) 2065 : cluster [DBG] pgmap v1308: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.705279+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.705911+0000 mgr.y (mgr.25387) 2066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.595385+0000 mon.a (mon.0) 4360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.597087+0000 mon.a (mon.0) 4361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.600026+0000 mon.a (mon.0) 4362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.600932+0000 mon.a (mon.0) 4363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.602723+0000 mgr.y (mgr.25387) 2061 : cluster [DBG] pgmap v1305: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.603027+0000 mgr.y (mgr.25387) 2062 : cluster [DBG] pgmap v1306: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.612825+0000 mon.a (mon.0) 4364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.613675+0000 mgr.y (mgr.25387) 2063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.689154+0000 mon.a (mon.0) 4365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.691521+0000 mon.a (mon.0) 4366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.692653+0000 mon.a (mon.0) 4367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.695466+0000 mon.a (mon.0) 4368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.696260+0000 mon.a (mon.0) 4369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.697790+0000 mgr.y (mgr.25387) 2064 : cluster [DBG] pgmap v1307: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.698189+0000 mgr.y (mgr.25387) 2065 : cluster [DBG] pgmap v1308: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.705279+0000 mon.a (mon.0) 4370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.705911+0000 mgr.y (mgr.25387) 2066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.764150+0000 mon.a (mon.0) 4371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.766308+0000 mon.a (mon.0) 4372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.767403+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.769732+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.770518+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.772192+0000 mgr.y (mgr.25387) 2067 : cluster [DBG] pgmap v1309: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.772535+0000 mgr.y (mgr.25387) 2068 : cluster [DBG] pgmap v1310: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.778993+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.779641+0000 mgr.y (mgr.25387) 2069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.820682+0000 mon.a (mon.0) 4377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.822464+0000 mon.a (mon.0) 4378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.823252+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.825232+0000 mon.a (mon.0) 4380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.825802+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.827146+0000 mgr.y (mgr.25387) 2070 : cluster [DBG] pgmap v1311: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.827462+0000 mgr.y (mgr.25387) 2071 : cluster [DBG] pgmap v1312: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.834052+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.834462+0000 mgr.y (mgr.25387) 2072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.764150+0000 mon.a (mon.0) 4371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.766308+0000 mon.a (mon.0) 4372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.767403+0000 mon.a (mon.0) 4373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.769732+0000 mon.a (mon.0) 4374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.770518+0000 mon.a (mon.0) 4375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.772192+0000 mgr.y (mgr.25387) 2067 : cluster [DBG] pgmap v1309: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.772535+0000 mgr.y (mgr.25387) 2068 : cluster [DBG] pgmap v1310: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.778993+0000 mon.a (mon.0) 4376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.779641+0000 mgr.y (mgr.25387) 2069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.820682+0000 mon.a (mon.0) 4377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.822464+0000 mon.a (mon.0) 4378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.823252+0000 mon.a (mon.0) 4379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.825232+0000 mon.a (mon.0) 4380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.825802+0000 mon.a (mon.0) 4381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.827146+0000 mgr.y (mgr.25387) 2070 : cluster [DBG] pgmap v1311: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.827462+0000 mgr.y (mgr.25387) 2071 : cluster [DBG] pgmap v1312: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.834052+0000 mon.a (mon.0) 4382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.834462+0000 mgr.y (mgr.25387) 2072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.892420+0000 mon.a (mon.0) 4383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.896039+0000 mon.a (mon.0) 4384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.897420+0000 mon.a (mon.0) 4385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.900312+0000 mon.a (mon.0) 4386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.901213+0000 mon.a (mon.0) 4387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.902974+0000 mgr.y (mgr.25387) 2073 : cluster [DBG] pgmap v1313: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.903289+0000 mgr.y (mgr.25387) 2074 : cluster [DBG] pgmap v1314: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.911343+0000 mon.a (mon.0) 4388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:53.911924+0000 mgr.y (mgr.25387) 2075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.986921+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.989102+0000 mon.a (mon.0) 4390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.990132+0000 mon.a (mon.0) 4391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.992327+0000 mon.a (mon.0) 4392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:53.993016+0000 mon.a (mon.0) 4393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.994426+0000 mgr.y (mgr.25387) 2076 : cluster [DBG] pgmap v1315: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:53.994734+0000 mgr.y (mgr.25387) 2077 : cluster [DBG] pgmap v1316: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.002860+0000 mon.a (mon.0) 4394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.003381+0000 mgr.y (mgr.25387) 2078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.892420+0000 mon.a (mon.0) 4383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.896039+0000 mon.a (mon.0) 4384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.897420+0000 mon.a (mon.0) 4385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.900312+0000 mon.a (mon.0) 4386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.901213+0000 mon.a (mon.0) 4387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.902974+0000 mgr.y (mgr.25387) 2073 : cluster [DBG] pgmap v1313: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.903289+0000 mgr.y (mgr.25387) 2074 : cluster [DBG] pgmap v1314: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.911343+0000 mon.a (mon.0) 4388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:53.911924+0000 mgr.y (mgr.25387) 2075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.986921+0000 mon.a (mon.0) 4389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.989102+0000 mon.a (mon.0) 4390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.990132+0000 mon.a (mon.0) 4391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.992327+0000 mon.a (mon.0) 4392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:53.993016+0000 mon.a (mon.0) 4393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.994426+0000 mgr.y (mgr.25387) 2076 : cluster [DBG] pgmap v1315: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:53.994734+0000 mgr.y (mgr.25387) 2077 : cluster [DBG] pgmap v1316: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.002860+0000 mon.a (mon.0) 4394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.003381+0000 mgr.y (mgr.25387) 2078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.076348+0000 mon.a (mon.0) 4395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.078158+0000 mon.a (mon.0) 4396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.078956+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.081306+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.081968+0000 mon.a (mon.0) 4399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.083299+0000 mgr.y (mgr.25387) 2079 : cluster [DBG] pgmap v1317: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.083599+0000 mgr.y (mgr.25387) 2080 : cluster [DBG] pgmap v1318: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.091477+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.091894+0000 mgr.y (mgr.25387) 2081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.166865+0000 mon.a (mon.0) 4401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.169624+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.171420+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.175681+0000 mon.a (mon.0) 4404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.176955+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.186643+0000 mon.a (mon.0) 4406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.264070+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.266241+0000 mon.a (mon.0) 4408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.267323+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.270216+0000 mon.a (mon.0) 4410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.270901+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[73934]: audit 2024-03-30T04:45:54.279138+0000 mon.a (mon.0) 4412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.076348+0000 mon.a (mon.0) 4395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.078158+0000 mon.a (mon.0) 4396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.078956+0000 mon.a (mon.0) 4397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.081306+0000 mon.a (mon.0) 4398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.081968+0000 mon.a (mon.0) 4399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.083299+0000 mgr.y (mgr.25387) 2079 : cluster [DBG] pgmap v1317: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.083599+0000 mgr.y (mgr.25387) 2080 : cluster [DBG] pgmap v1318: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.091477+0000 mon.a (mon.0) 4400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.091894+0000 mgr.y (mgr.25387) 2081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:54.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.166865+0000 mon.a (mon.0) 4401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.169624+0000 mon.a (mon.0) 4402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.171420+0000 mon.a (mon.0) 4403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.175681+0000 mon.a (mon.0) 4404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.176955+0000 mon.a (mon.0) 4405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.186643+0000 mon.a (mon.0) 4406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.264070+0000 mon.a (mon.0) 4407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.266241+0000 mon.a (mon.0) 4408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.267323+0000 mon.a (mon.0) 4409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.270216+0000 mon.a (mon.0) 4410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.270901+0000 mon.a (mon.0) 4411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:54.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[69502]: audit 2024-03-30T04:45:54.279138+0000 mon.a (mon.0) 4412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:54.874 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:54 smithi097 bash[84505]: debug 2024-03-30T04:45:54.617+0000 7f94ba34c700 1 -- 172.21.15.97:0/1200016093 <== mon.1 v2:172.21.15.97:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560f71de7680 con 0x560f71e25000 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.179470+0000 mgr.y (mgr.25387) 2082 : cluster [DBG] pgmap v1319: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.180168+0000 mgr.y (mgr.25387) 2083 : cluster [DBG] pgmap v1320: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.187366+0000 mgr.y (mgr.25387) 2084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.272802+0000 mgr.y (mgr.25387) 2085 : cluster [DBG] pgmap v1321: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.273428+0000 mgr.y (mgr.25387) 2086 : cluster [DBG] pgmap v1322: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.279621+0000 mgr.y (mgr.25387) 2087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.340467+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.342578+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.343427+0000 mon.a (mon.0) 4415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.345722+0000 mon.a (mon.0) 4416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.346438+0000 mon.a (mon.0) 4417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.347854+0000 mgr.y (mgr.25387) 2088 : cluster [DBG] pgmap v1323: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.348171+0000 mgr.y (mgr.25387) 2089 : cluster [DBG] pgmap v1324: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.352644+0000 mon.a (mon.0) 4418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.353119+0000 mgr.y (mgr.25387) 2090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.395042+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.398412+0000 mon.a (mon.0) 4420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.399650+0000 mon.a (mon.0) 4421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.402321+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.403072+0000 mon.a (mon.0) 4423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.404748+0000 mgr.y (mgr.25387) 2091 : cluster [DBG] pgmap v1325: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.405290+0000 mgr.y (mgr.25387) 2092 : cluster [DBG] pgmap v1326: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.446 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.410400+0000 mon.a (mon.0) 4424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.410891+0000 mgr.y (mgr.25387) 2093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.451243+0000 mon.a (mon.0) 4425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.453479+0000 mon.a (mon.0) 4426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.454648+0000 mon.a (mon.0) 4427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.457143+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.458082+0000 mon.a (mon.0) 4429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.460004+0000 mgr.y (mgr.25387) 2094 : cluster [DBG] pgmap v1327: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.460752+0000 mgr.y (mgr.25387) 2095 : cluster [DBG] pgmap v1328: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.465362+0000 mon.a (mon.0) 4430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.465906+0000 mgr.y (mgr.25387) 2096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.489364+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.490495+0000 mon.a (mon.0) 4432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.557060+0000 mon.a (mon.0) 4433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.447 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.559078+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.559949+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.561959+0000 mon.a (mon.0) 4436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.562687+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.564232+0000 mgr.y (mgr.25387) 2097 : cluster [DBG] pgmap v1329: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.564561+0000 mgr.y (mgr.25387) 2098 : cluster [DBG] pgmap v1330: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.569297+0000 mon.a (mon.0) 4438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.569976+0000 mgr.y (mgr.25387) 2099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.576003+0000 mon.a (mon.0) 4439 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.611080+0000 mon.a (mon.0) 4440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.612962+0000 mon.a (mon.0) 4441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.613764+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.615934+0000 mon.a (mon.0) 4443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.616659+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.448 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.618048+0000 mgr.y (mgr.25387) 2100 : cluster [DBG] pgmap v1331: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.618408+0000 mgr.y (mgr.25387) 2101 : cluster [DBG] pgmap v1332: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.623209+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.623885+0000 mgr.y (mgr.25387) 2102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.681876+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.683960+0000 mon.a (mon.0) 4447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.684854+0000 mon.a (mon.0) 4448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.687025+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.687603+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.688883+0000 mgr.y (mgr.25387) 2103 : cluster [DBG] pgmap v1333: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.689187+0000 mgr.y (mgr.25387) 2104 : cluster [DBG] pgmap v1334: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.694201+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.694653+0000 mgr.y (mgr.25387) 2105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.735763+0000 mon.a (mon.0) 4452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.449 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.737546+0000 mon.a (mon.0) 4453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.738498+0000 mon.a (mon.0) 4454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.740254+0000 mon.a (mon.0) 4455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.740820+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.742071+0000 mgr.y (mgr.25387) 2106 : cluster [DBG] pgmap v1335: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.742381+0000 mgr.y (mgr.25387) 2107 : cluster [DBG] pgmap v1336: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.746920+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.747849+0000 mgr.y (mgr.25387) 2108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.821213+0000 mon.a (mon.0) 4458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.822973+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.823752+0000 mon.a (mon.0) 4460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.825460+0000 mon.a (mon.0) 4461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.826047+0000 mon.a (mon.0) 4462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.450 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.827339+0000 mgr.y (mgr.25387) 2109 : cluster [DBG] pgmap v1337: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.827660+0000 mgr.y (mgr.25387) 2110 : cluster [DBG] pgmap v1338: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.832027+0000 mon.a (mon.0) 4463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.832426+0000 mgr.y (mgr.25387) 2111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.888636+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.890666+0000 mon.a (mon.0) 4465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.891768+0000 mon.a (mon.0) 4466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.894267+0000 mon.a (mon.0) 4467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.894942+0000 mon.a (mon.0) 4468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.896344+0000 mgr.y (mgr.25387) 2112 : cluster [DBG] pgmap v1339: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.451 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.896711+0000 mgr.y (mgr.25387) 2113 : cluster [DBG] pgmap v1340: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.901192+0000 mon.a (mon.0) 4469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.901646+0000 mgr.y (mgr.25387) 2114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.958536+0000 mon.a (mon.0) 4470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.960362+0000 mon.a (mon.0) 4471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.961171+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.963017+0000 mon.a (mon.0) 4473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.963623+0000 mon.a (mon.0) 4474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.964871+0000 mgr.y (mgr.25387) 2115 : cluster [DBG] pgmap v1341: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.452 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:54.965215+0000 mgr.y (mgr.25387) 2116 : cluster [DBG] pgmap v1342: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:54.968980+0000 mon.a (mon.0) 4475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:54.969333+0000 mgr.y (mgr.25387) 2117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.025419+0000 mon.a (mon.0) 4476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.027221+0000 mon.a (mon.0) 4477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.028020+0000 mon.a (mon.0) 4478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.029847+0000 mon.a (mon.0) 4479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.030498+0000 mon.a (mon.0) 4480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.031720+0000 mgr.y (mgr.25387) 2118 : cluster [DBG] pgmap v1343: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.031951+0000 mgr.y (mgr.25387) 2119 : cluster [DBG] pgmap v1344: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.036806+0000 mon.a (mon.0) 4481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.037332+0000 mgr.y (mgr.25387) 2120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.093297+0000 mon.a (mon.0) 4482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.095208+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.096170+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.098224+0000 mon.a (mon.0) 4485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.099020+0000 mon.a (mon.0) 4486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.100750+0000 mgr.y (mgr.25387) 2121 : cluster [DBG] pgmap v1345: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.101410+0000 mgr.y (mgr.25387) 2122 : cluster [DBG] pgmap v1346: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.107083+0000 mon.a (mon.0) 4487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.107621+0000 mgr.y (mgr.25387) 2123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.152638+0000 mon.a (mon.0) 4488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.154644+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.155480+0000 mon.a (mon.0) 4490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.157371+0000 mon.a (mon.0) 4491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.157983+0000 mon.a (mon.0) 4492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.163973+0000 mon.a (mon.0) 4493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.205719+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.207496+0000 mon.a (mon.0) 4495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.208306+0000 mon.a (mon.0) 4496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.210160+0000 mon.a (mon.0) 4497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.210800+0000 mon.a (mon.0) 4498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.216336+0000 mon.a (mon.0) 4499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.258505+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.260429+0000 mon.a (mon.0) 4501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.261391+0000 mon.a (mon.0) 4502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.263809+0000 mon.a (mon.0) 4503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.264452+0000 mon.a (mon.0) 4504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.272158+0000 mon.a (mon.0) 4505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.317716+0000 mon.a (mon.0) 4506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.320475+0000 mon.a (mon.0) 4507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.321717+0000 mon.a (mon.0) 4508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.324159+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:55 smithi105 bash[58125]: audit 2024-03-30T04:45:55.324912+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.625 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[84505]: debug 2024-03-30T04:45:55.185+0000 7f94c34e47c0 -1 Falling back to public interface 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.179470+0000 mgr.y (mgr.25387) 2082 : cluster [DBG] pgmap v1319: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.180168+0000 mgr.y (mgr.25387) 2083 : cluster [DBG] pgmap v1320: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.187366+0000 mgr.y (mgr.25387) 2084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.272802+0000 mgr.y (mgr.25387) 2085 : cluster [DBG] pgmap v1321: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.273428+0000 mgr.y (mgr.25387) 2086 : cluster [DBG] pgmap v1322: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.279621+0000 mgr.y (mgr.25387) 2087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.340467+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.342578+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.343427+0000 mon.a (mon.0) 4415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.345722+0000 mon.a (mon.0) 4416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.346438+0000 mon.a (mon.0) 4417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.347854+0000 mgr.y (mgr.25387) 2088 : cluster [DBG] pgmap v1323: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.348171+0000 mgr.y (mgr.25387) 2089 : cluster [DBG] pgmap v1324: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.352644+0000 mon.a (mon.0) 4418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.353119+0000 mgr.y (mgr.25387) 2090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.395042+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.398412+0000 mon.a (mon.0) 4420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.179470+0000 mgr.y (mgr.25387) 2082 : cluster [DBG] pgmap v1319: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.180168+0000 mgr.y (mgr.25387) 2083 : cluster [DBG] pgmap v1320: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.187366+0000 mgr.y (mgr.25387) 2084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.272802+0000 mgr.y (mgr.25387) 2085 : cluster [DBG] pgmap v1321: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.273428+0000 mgr.y (mgr.25387) 2086 : cluster [DBG] pgmap v1322: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.279621+0000 mgr.y (mgr.25387) 2087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.340467+0000 mon.a (mon.0) 4413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.342578+0000 mon.a (mon.0) 4414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.343427+0000 mon.a (mon.0) 4415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.345722+0000 mon.a (mon.0) 4416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.346438+0000 mon.a (mon.0) 4417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.347854+0000 mgr.y (mgr.25387) 2088 : cluster [DBG] pgmap v1323: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.348171+0000 mgr.y (mgr.25387) 2089 : cluster [DBG] pgmap v1324: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.352644+0000 mon.a (mon.0) 4418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.353119+0000 mgr.y (mgr.25387) 2090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.395042+0000 mon.a (mon.0) 4419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.398412+0000 mon.a (mon.0) 4420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.399650+0000 mon.a (mon.0) 4421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.402321+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.403072+0000 mon.a (mon.0) 4423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.404748+0000 mgr.y (mgr.25387) 2091 : cluster [DBG] pgmap v1325: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.405290+0000 mgr.y (mgr.25387) 2092 : cluster [DBG] pgmap v1326: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.410400+0000 mon.a (mon.0) 4424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.410891+0000 mgr.y (mgr.25387) 2093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.451243+0000 mon.a (mon.0) 4425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.453479+0000 mon.a (mon.0) 4426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.454648+0000 mon.a (mon.0) 4427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.457143+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.458082+0000 mon.a (mon.0) 4429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.460004+0000 mgr.y (mgr.25387) 2094 : cluster [DBG] pgmap v1327: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.460752+0000 mgr.y (mgr.25387) 2095 : cluster [DBG] pgmap v1328: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.465362+0000 mon.a (mon.0) 4430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.465906+0000 mgr.y (mgr.25387) 2096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.489364+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.490495+0000 mon.a (mon.0) 4432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.557060+0000 mon.a (mon.0) 4433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.559078+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.559949+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.561959+0000 mon.a (mon.0) 4436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.562687+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.564232+0000 mgr.y (mgr.25387) 2097 : cluster [DBG] pgmap v1329: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.564561+0000 mgr.y (mgr.25387) 2098 : cluster [DBG] pgmap v1330: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.569297+0000 mon.a (mon.0) 4438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.569976+0000 mgr.y (mgr.25387) 2099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.576003+0000 mon.a (mon.0) 4439 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.611080+0000 mon.a (mon.0) 4440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.612962+0000 mon.a (mon.0) 4441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.613764+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.615934+0000 mon.a (mon.0) 4443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.616659+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.618048+0000 mgr.y (mgr.25387) 2100 : cluster [DBG] pgmap v1331: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.618408+0000 mgr.y (mgr.25387) 2101 : cluster [DBG] pgmap v1332: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.623209+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.399650+0000 mon.a (mon.0) 4421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.402321+0000 mon.a (mon.0) 4422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.403072+0000 mon.a (mon.0) 4423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.404748+0000 mgr.y (mgr.25387) 2091 : cluster [DBG] pgmap v1325: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.405290+0000 mgr.y (mgr.25387) 2092 : cluster [DBG] pgmap v1326: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.410400+0000 mon.a (mon.0) 4424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.410891+0000 mgr.y (mgr.25387) 2093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.451243+0000 mon.a (mon.0) 4425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.453479+0000 mon.a (mon.0) 4426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.454648+0000 mon.a (mon.0) 4427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.457143+0000 mon.a (mon.0) 4428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.458082+0000 mon.a (mon.0) 4429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.460004+0000 mgr.y (mgr.25387) 2094 : cluster [DBG] pgmap v1327: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.460752+0000 mgr.y (mgr.25387) 2095 : cluster [DBG] pgmap v1328: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.465362+0000 mon.a (mon.0) 4430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.465906+0000 mgr.y (mgr.25387) 2096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.489364+0000 mon.a (mon.0) 4431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.490495+0000 mon.a (mon.0) 4432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:45:55.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.623885+0000 mgr.y (mgr.25387) 2102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.681876+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.683960+0000 mon.a (mon.0) 4447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.684854+0000 mon.a (mon.0) 4448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.687025+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.687603+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.688883+0000 mgr.y (mgr.25387) 2103 : cluster [DBG] pgmap v1333: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.689187+0000 mgr.y (mgr.25387) 2104 : cluster [DBG] pgmap v1334: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.694201+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.694653+0000 mgr.y (mgr.25387) 2105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.735763+0000 mon.a (mon.0) 4452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.737546+0000 mon.a (mon.0) 4453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.738498+0000 mon.a (mon.0) 4454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.740254+0000 mon.a (mon.0) 4455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.740820+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.742071+0000 mgr.y (mgr.25387) 2106 : cluster [DBG] pgmap v1335: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.742381+0000 mgr.y (mgr.25387) 2107 : cluster [DBG] pgmap v1336: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.557060+0000 mon.a (mon.0) 4433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.559078+0000 mon.a (mon.0) 4434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.559949+0000 mon.a (mon.0) 4435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.561959+0000 mon.a (mon.0) 4436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.562687+0000 mon.a (mon.0) 4437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.564232+0000 mgr.y (mgr.25387) 2097 : cluster [DBG] pgmap v1329: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.564561+0000 mgr.y (mgr.25387) 2098 : cluster [DBG] pgmap v1330: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.569297+0000 mon.a (mon.0) 4438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.569976+0000 mgr.y (mgr.25387) 2099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.576003+0000 mon.a (mon.0) 4439 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.611080+0000 mon.a (mon.0) 4440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.612962+0000 mon.a (mon.0) 4441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.613764+0000 mon.a (mon.0) 4442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.615934+0000 mon.a (mon.0) 4443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.616659+0000 mon.a (mon.0) 4444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.618048+0000 mgr.y (mgr.25387) 2100 : cluster [DBG] pgmap v1331: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.618408+0000 mgr.y (mgr.25387) 2101 : cluster [DBG] pgmap v1332: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.623209+0000 mon.a (mon.0) 4445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.746920+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.747849+0000 mgr.y (mgr.25387) 2108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.821213+0000 mon.a (mon.0) 4458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.822973+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.823752+0000 mon.a (mon.0) 4460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.825460+0000 mon.a (mon.0) 4461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.826047+0000 mon.a (mon.0) 4462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.827339+0000 mgr.y (mgr.25387) 2109 : cluster [DBG] pgmap v1337: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.827660+0000 mgr.y (mgr.25387) 2110 : cluster [DBG] pgmap v1338: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.832027+0000 mon.a (mon.0) 4463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.832426+0000 mgr.y (mgr.25387) 2111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.888636+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.890666+0000 mon.a (mon.0) 4465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.891768+0000 mon.a (mon.0) 4466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.894267+0000 mon.a (mon.0) 4467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.894942+0000 mon.a (mon.0) 4468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.896344+0000 mgr.y (mgr.25387) 2112 : cluster [DBG] pgmap v1339: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.896711+0000 mgr.y (mgr.25387) 2113 : cluster [DBG] pgmap v1340: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.901192+0000 mon.a (mon.0) 4469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.901646+0000 mgr.y (mgr.25387) 2114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.958536+0000 mon.a (mon.0) 4470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.960362+0000 mon.a (mon.0) 4471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.961171+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.963017+0000 mon.a (mon.0) 4473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.963623+0000 mon.a (mon.0) 4474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.964871+0000 mgr.y (mgr.25387) 2115 : cluster [DBG] pgmap v1341: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:54.965215+0000 mgr.y (mgr.25387) 2116 : cluster [DBG] pgmap v1342: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:54.968980+0000 mon.a (mon.0) 4475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:54.969333+0000 mgr.y (mgr.25387) 2117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.025419+0000 mon.a (mon.0) 4476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.027221+0000 mon.a (mon.0) 4477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.028020+0000 mon.a (mon.0) 4478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.029847+0000 mon.a (mon.0) 4479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.030498+0000 mon.a (mon.0) 4480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.031720+0000 mgr.y (mgr.25387) 2118 : cluster [DBG] pgmap v1343: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.031951+0000 mgr.y (mgr.25387) 2119 : cluster [DBG] pgmap v1344: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.623885+0000 mgr.y (mgr.25387) 2102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.681876+0000 mon.a (mon.0) 4446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.683960+0000 mon.a (mon.0) 4447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.684854+0000 mon.a (mon.0) 4448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.687025+0000 mon.a (mon.0) 4449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.687603+0000 mon.a (mon.0) 4450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.688883+0000 mgr.y (mgr.25387) 2103 : cluster [DBG] pgmap v1333: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.689187+0000 mgr.y (mgr.25387) 2104 : cluster [DBG] pgmap v1334: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.694201+0000 mon.a (mon.0) 4451 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.694653+0000 mgr.y (mgr.25387) 2105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.735763+0000 mon.a (mon.0) 4452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.737546+0000 mon.a (mon.0) 4453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.738498+0000 mon.a (mon.0) 4454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.740254+0000 mon.a (mon.0) 4455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.740820+0000 mon.a (mon.0) 4456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.742071+0000 mgr.y (mgr.25387) 2106 : cluster [DBG] pgmap v1335: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.742381+0000 mgr.y (mgr.25387) 2107 : cluster [DBG] pgmap v1336: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.036806+0000 mon.a (mon.0) 4481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.037332+0000 mgr.y (mgr.25387) 2120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.093297+0000 mon.a (mon.0) 4482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.095208+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.096170+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.098224+0000 mon.a (mon.0) 4485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.099020+0000 mon.a (mon.0) 4486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.100750+0000 mgr.y (mgr.25387) 2121 : cluster [DBG] pgmap v1345: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.101410+0000 mgr.y (mgr.25387) 2122 : cluster [DBG] pgmap v1346: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.107083+0000 mon.a (mon.0) 4487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.107621+0000 mgr.y (mgr.25387) 2123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.152638+0000 mon.a (mon.0) 4488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.154644+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.155480+0000 mon.a (mon.0) 4490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.157371+0000 mon.a (mon.0) 4491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.157983+0000 mon.a (mon.0) 4492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.163973+0000 mon.a (mon.0) 4493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.205719+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.207496+0000 mon.a (mon.0) 4495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.746920+0000 mon.a (mon.0) 4457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.747849+0000 mgr.y (mgr.25387) 2108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.821213+0000 mon.a (mon.0) 4458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.822973+0000 mon.a (mon.0) 4459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.823752+0000 mon.a (mon.0) 4460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.825460+0000 mon.a (mon.0) 4461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.826047+0000 mon.a (mon.0) 4462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.827339+0000 mgr.y (mgr.25387) 2109 : cluster [DBG] pgmap v1337: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.827660+0000 mgr.y (mgr.25387) 2110 : cluster [DBG] pgmap v1338: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.832027+0000 mon.a (mon.0) 4463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.832426+0000 mgr.y (mgr.25387) 2111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.888636+0000 mon.a (mon.0) 4464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.890666+0000 mon.a (mon.0) 4465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.891768+0000 mon.a (mon.0) 4466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.894267+0000 mon.a (mon.0) 4467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.894942+0000 mon.a (mon.0) 4468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.896344+0000 mgr.y (mgr.25387) 2112 : cluster [DBG] pgmap v1339: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.896711+0000 mgr.y (mgr.25387) 2113 : cluster [DBG] pgmap v1340: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.208306+0000 mon.a (mon.0) 4496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.210160+0000 mon.a (mon.0) 4497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.210800+0000 mon.a (mon.0) 4498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.216336+0000 mon.a (mon.0) 4499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.258505+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.260429+0000 mon.a (mon.0) 4501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.261391+0000 mon.a (mon.0) 4502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.263809+0000 mon.a (mon.0) 4503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.264452+0000 mon.a (mon.0) 4504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.272158+0000 mon.a (mon.0) 4505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.317716+0000 mon.a (mon.0) 4506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.320475+0000 mon.a (mon.0) 4507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.321717+0000 mon.a (mon.0) 4508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.324159+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[73934]: audit 2024-03-30T04:45:55.324912+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.901192+0000 mon.a (mon.0) 4469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.901646+0000 mgr.y (mgr.25387) 2114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.958536+0000 mon.a (mon.0) 4470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.960362+0000 mon.a (mon.0) 4471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.961171+0000 mon.a (mon.0) 4472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.963017+0000 mon.a (mon.0) 4473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.963623+0000 mon.a (mon.0) 4474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.964871+0000 mgr.y (mgr.25387) 2115 : cluster [DBG] pgmap v1341: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:54.965215+0000 mgr.y (mgr.25387) 2116 : cluster [DBG] pgmap v1342: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:54.968980+0000 mon.a (mon.0) 4475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:54.969333+0000 mgr.y (mgr.25387) 2117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.025419+0000 mon.a (mon.0) 4476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.027221+0000 mon.a (mon.0) 4477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.028020+0000 mon.a (mon.0) 4478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.029847+0000 mon.a (mon.0) 4479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.030498+0000 mon.a (mon.0) 4480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.031720+0000 mgr.y (mgr.25387) 2118 : cluster [DBG] pgmap v1343: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.031951+0000 mgr.y (mgr.25387) 2119 : cluster [DBG] pgmap v1344: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.036806+0000 mon.a (mon.0) 4481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.037332+0000 mgr.y (mgr.25387) 2120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.093297+0000 mon.a (mon.0) 4482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.095208+0000 mon.a (mon.0) 4483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.096170+0000 mon.a (mon.0) 4484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.098224+0000 mon.a (mon.0) 4485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.099020+0000 mon.a (mon.0) 4486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.100750+0000 mgr.y (mgr.25387) 2121 : cluster [DBG] pgmap v1345: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.101410+0000 mgr.y (mgr.25387) 2122 : cluster [DBG] pgmap v1346: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.107083+0000 mon.a (mon.0) 4487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.107621+0000 mgr.y (mgr.25387) 2123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.152638+0000 mon.a (mon.0) 4488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.154644+0000 mon.a (mon.0) 4489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.155480+0000 mon.a (mon.0) 4490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.157371+0000 mon.a (mon.0) 4491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.157983+0000 mon.a (mon.0) 4492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.163973+0000 mon.a (mon.0) 4493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.205719+0000 mon.a (mon.0) 4494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.207496+0000 mon.a (mon.0) 4495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.208306+0000 mon.a (mon.0) 4496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.210160+0000 mon.a (mon.0) 4497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.210800+0000 mon.a (mon.0) 4498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.216336+0000 mon.a (mon.0) 4499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.258505+0000 mon.a (mon.0) 4500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.260429+0000 mon.a (mon.0) 4501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.261391+0000 mon.a (mon.0) 4502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.263809+0000 mon.a (mon.0) 4503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.264452+0000 mon.a (mon.0) 4504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.272158+0000 mon.a (mon.0) 4505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.317716+0000 mon.a (mon.0) 4506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.320475+0000 mon.a (mon.0) 4507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:55.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.321717+0000 mon.a (mon.0) 4508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:55.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.324159+0000 mon.a (mon.0) 4509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:55.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:55 smithi097 bash[69502]: audit 2024-03-30T04:45:55.324912+0000 mon.a (mon.0) 4510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.159207+0000 mgr.y (mgr.25387) 2124 : cluster [DBG] pgmap v1347: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.159466+0000 mgr.y (mgr.25387) 2125 : cluster [DBG] pgmap v1348: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.164359+0000 mgr.y (mgr.25387) 2126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.212052+0000 mgr.y (mgr.25387) 2127 : cluster [DBG] pgmap v1349: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.212288+0000 mgr.y (mgr.25387) 2128 : cluster [DBG] pgmap v1350: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.216708+0000 mgr.y (mgr.25387) 2129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.266055+0000 mgr.y (mgr.25387) 2130 : cluster [DBG] pgmap v1351: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.266372+0000 mgr.y (mgr.25387) 2131 : cluster [DBG] pgmap v1352: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.272710+0000 mgr.y (mgr.25387) 2132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.326333+0000 mgr.y (mgr.25387) 2133 : cluster [DBG] pgmap v1353: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.326658+0000 mgr.y (mgr.25387) 2134 : cluster [DBG] pgmap v1354: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.342661+0000 mon.a (mon.0) 4511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.343143+0000 mgr.y (mgr.25387) 2135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.383663+0000 mon.a (mon.0) 4512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.385527+0000 mon.a (mon.0) 4513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.386410+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.388208+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.388890+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.390146+0000 mgr.y (mgr.25387) 2136 : cluster [DBG] pgmap v1355: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.390467+0000 mgr.y (mgr.25387) 2137 : cluster [DBG] pgmap v1356: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.394282+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.394665+0000 mgr.y (mgr.25387) 2138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.434984+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.436743+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.437531+0000 mon.a (mon.0) 4520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.439370+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.439999+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.441542+0000 mgr.y (mgr.25387) 2139 : cluster [DBG] pgmap v1357: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.441868+0000 mgr.y (mgr.25387) 2140 : cluster [DBG] pgmap v1358: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.447966+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.448347+0000 mgr.y (mgr.25387) 2141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.489663+0000 mon.a (mon.0) 4524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.491477+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.492356+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.159207+0000 mgr.y (mgr.25387) 2124 : cluster [DBG] pgmap v1347: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.159466+0000 mgr.y (mgr.25387) 2125 : cluster [DBG] pgmap v1348: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.164359+0000 mgr.y (mgr.25387) 2126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.212052+0000 mgr.y (mgr.25387) 2127 : cluster [DBG] pgmap v1349: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.212288+0000 mgr.y (mgr.25387) 2128 : cluster [DBG] pgmap v1350: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.216708+0000 mgr.y (mgr.25387) 2129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.266055+0000 mgr.y (mgr.25387) 2130 : cluster [DBG] pgmap v1351: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.266372+0000 mgr.y (mgr.25387) 2131 : cluster [DBG] pgmap v1352: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.272710+0000 mgr.y (mgr.25387) 2132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.326333+0000 mgr.y (mgr.25387) 2133 : cluster [DBG] pgmap v1353: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.326658+0000 mgr.y (mgr.25387) 2134 : cluster [DBG] pgmap v1354: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.342661+0000 mon.a (mon.0) 4511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.343143+0000 mgr.y (mgr.25387) 2135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.383663+0000 mon.a (mon.0) 4512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.385527+0000 mon.a (mon.0) 4513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.386410+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.494483+0000 mon.a (mon.0) 4527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.495261+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.498142+0000 mgr.y (mgr.25387) 2142 : cluster [DBG] pgmap v1359: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.504098+0000 mon.a (mon.0) 4529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.504537+0000 mgr.y (mgr.25387) 2143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.544361+0000 mon.a (mon.0) 4530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.546295+0000 mon.a (mon.0) 4531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.547247+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.549226+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.549889+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.551136+0000 mgr.y (mgr.25387) 2144 : cluster [DBG] pgmap v1360: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.551384+0000 mgr.y (mgr.25387) 2145 : cluster [DBG] pgmap v1361: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.558278+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.558670+0000 mgr.y (mgr.25387) 2146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.598952+0000 mon.a (mon.0) 4536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.600674+0000 mon.a (mon.0) 4537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.601444+0000 mon.a (mon.0) 4538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.603167+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.603734+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.605003+0000 mgr.y (mgr.25387) 2147 : cluster [DBG] pgmap v1362: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.605230+0000 mgr.y (mgr.25387) 2148 : cluster [DBG] pgmap v1363: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.611285+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.611690+0000 mgr.y (mgr.25387) 2149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.656250+0000 mon.a (mon.0) 4542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.658363+0000 mon.a (mon.0) 4543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.659197+0000 mon.a (mon.0) 4544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.661096+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.661698+0000 mon.a (mon.0) 4546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.662979+0000 mgr.y (mgr.25387) 2150 : cluster [DBG] pgmap v1364: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.663244+0000 mgr.y (mgr.25387) 2151 : cluster [DBG] pgmap v1365: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.669279+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.669709+0000 mgr.y (mgr.25387) 2152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.741726+0000 mon.a (mon.0) 4548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.744846+0000 mon.a (mon.0) 4549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.746363+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.388208+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.388890+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.390146+0000 mgr.y (mgr.25387) 2136 : cluster [DBG] pgmap v1355: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.390467+0000 mgr.y (mgr.25387) 2137 : cluster [DBG] pgmap v1356: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.394282+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.394665+0000 mgr.y (mgr.25387) 2138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.434984+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.436743+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.437531+0000 mon.a (mon.0) 4520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.439370+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.439999+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.441542+0000 mgr.y (mgr.25387) 2139 : cluster [DBG] pgmap v1357: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.441868+0000 mgr.y (mgr.25387) 2140 : cluster [DBG] pgmap v1358: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.447966+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.448347+0000 mgr.y (mgr.25387) 2141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.489663+0000 mon.a (mon.0) 4524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.491477+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.492356+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.749201+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.750536+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.752809+0000 mgr.y (mgr.25387) 2153 : cluster [DBG] pgmap v1366: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.753037+0000 mgr.y (mgr.25387) 2154 : cluster [DBG] pgmap v1367: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.761263+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.761904+0000 mgr.y (mgr.25387) 2155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.839420+0000 mon.a (mon.0) 4554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.841534+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.842460+0000 mon.a (mon.0) 4556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.844525+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.845137+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.846394+0000 mgr.y (mgr.25387) 2156 : cluster [DBG] pgmap v1368: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.846685+0000 mgr.y (mgr.25387) 2157 : cluster [DBG] pgmap v1369: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.852921+0000 mon.a (mon.0) 4559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.853466+0000 mgr.y (mgr.25387) 2158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.898016+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.900301+0000 mon.a (mon.0) 4561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.901344+0000 mon.a (mon.0) 4562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.903433+0000 mon.a (mon.0) 4563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.904104+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.905482+0000 mgr.y (mgr.25387) 2159 : cluster [DBG] pgmap v1370: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.905719+0000 mgr.y (mgr.25387) 2160 : cluster [DBG] pgmap v1371: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.914849+0000 mon.a (mon.0) 4565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.915380+0000 mgr.y (mgr.25387) 2161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.960221+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.962443+0000 mon.a (mon.0) 4567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.963205+0000 mon.a (mon.0) 4568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.965025+0000 mon.a (mon.0) 4569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.965598+0000 mon.a (mon.0) 4570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.966768+0000 mgr.y (mgr.25387) 2162 : cluster [DBG] pgmap v1372: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:55.966987+0000 mgr.y (mgr.25387) 2163 : cluster [DBG] pgmap v1373: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:55.971039+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:55.971426+0000 mgr.y (mgr.25387) 2164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.011561+0000 mon.a (mon.0) 4572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.013439+0000 mon.a (mon.0) 4573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.014262+0000 mon.a (mon.0) 4574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.494483+0000 mon.a (mon.0) 4527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.495261+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.498142+0000 mgr.y (mgr.25387) 2142 : cluster [DBG] pgmap v1359: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.504098+0000 mon.a (mon.0) 4529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.504537+0000 mgr.y (mgr.25387) 2143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.544361+0000 mon.a (mon.0) 4530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.546295+0000 mon.a (mon.0) 4531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.547247+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.549226+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.549889+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.551136+0000 mgr.y (mgr.25387) 2144 : cluster [DBG] pgmap v1360: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.551384+0000 mgr.y (mgr.25387) 2145 : cluster [DBG] pgmap v1361: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.558278+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.558670+0000 mgr.y (mgr.25387) 2146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.598952+0000 mon.a (mon.0) 4536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.600674+0000 mon.a (mon.0) 4537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.601444+0000 mon.a (mon.0) 4538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.603167+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.016003+0000 mon.a (mon.0) 4575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.016618+0000 mon.a (mon.0) 4576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.017813+0000 mgr.y (mgr.25387) 2165 : cluster [DBG] pgmap v1374: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.018043+0000 mgr.y (mgr.25387) 2166 : cluster [DBG] pgmap v1375: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.022532+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.022943+0000 mgr.y (mgr.25387) 2167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.064173+0000 mon.a (mon.0) 4578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.066127+0000 mon.a (mon.0) 4579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.067329+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.069222+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.069859+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.071176+0000 mgr.y (mgr.25387) 2168 : cluster [DBG] pgmap v1376: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.071549+0000 mgr.y (mgr.25387) 2169 : cluster [DBG] pgmap v1377: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.075801+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.076316+0000 mgr.y (mgr.25387) 2170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.115785+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.117669+0000 mon.a (mon.0) 4585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.118736+0000 mon.a (mon.0) 4586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.603734+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.605003+0000 mgr.y (mgr.25387) 2147 : cluster [DBG] pgmap v1362: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.605230+0000 mgr.y (mgr.25387) 2148 : cluster [DBG] pgmap v1363: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.611285+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.611690+0000 mgr.y (mgr.25387) 2149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.656250+0000 mon.a (mon.0) 4542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.658363+0000 mon.a (mon.0) 4543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.659197+0000 mon.a (mon.0) 4544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.661096+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.661698+0000 mon.a (mon.0) 4546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.662979+0000 mgr.y (mgr.25387) 2150 : cluster [DBG] pgmap v1364: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.663244+0000 mgr.y (mgr.25387) 2151 : cluster [DBG] pgmap v1365: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.669279+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.669709+0000 mgr.y (mgr.25387) 2152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.741726+0000 mon.a (mon.0) 4548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.744846+0000 mon.a (mon.0) 4549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.746363+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.120682+0000 mon.a (mon.0) 4587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.121326+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.128237+0000 mon.a (mon.0) 4589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.169114+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.171257+0000 mon.a (mon.0) 4591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.172181+0000 mon.a (mon.0) 4592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.174288+0000 mon.a (mon.0) 4593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.174961+0000 mon.a (mon.0) 4594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.181501+0000 mon.a (mon.0) 4595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.241498+0000 mon.a (mon.0) 4596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.243564+0000 mon.a (mon.0) 4597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.244618+0000 mon.a (mon.0) 4598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.246683+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.247322+0000 mon.a (mon.0) 4600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.254732+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[73934]: audit 2024-03-30T04:45:56.334239+0000 mon.a (mon.0) 4602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.749201+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.750536+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.752809+0000 mgr.y (mgr.25387) 2153 : cluster [DBG] pgmap v1366: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.753037+0000 mgr.y (mgr.25387) 2154 : cluster [DBG] pgmap v1367: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.761263+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.761904+0000 mgr.y (mgr.25387) 2155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.839420+0000 mon.a (mon.0) 4554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.841534+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.842460+0000 mon.a (mon.0) 4556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.844525+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.845137+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.846394+0000 mgr.y (mgr.25387) 2156 : cluster [DBG] pgmap v1368: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.846685+0000 mgr.y (mgr.25387) 2157 : cluster [DBG] pgmap v1369: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.852921+0000 mon.a (mon.0) 4559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.853466+0000 mgr.y (mgr.25387) 2158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.898016+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.900301+0000 mon.a (mon.0) 4561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.901344+0000 mon.a (mon.0) 4562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.903433+0000 mon.a (mon.0) 4563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.904104+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.905482+0000 mgr.y (mgr.25387) 2159 : cluster [DBG] pgmap v1370: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.905719+0000 mgr.y (mgr.25387) 2160 : cluster [DBG] pgmap v1371: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.914849+0000 mon.a (mon.0) 4565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.915380+0000 mgr.y (mgr.25387) 2161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.960221+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.962443+0000 mon.a (mon.0) 4567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.963205+0000 mon.a (mon.0) 4568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.965025+0000 mon.a (mon.0) 4569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.965598+0000 mon.a (mon.0) 4570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.966768+0000 mgr.y (mgr.25387) 2162 : cluster [DBG] pgmap v1372: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:55.966987+0000 mgr.y (mgr.25387) 2163 : cluster [DBG] pgmap v1373: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:55.971039+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:55.971426+0000 mgr.y (mgr.25387) 2164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.011561+0000 mon.a (mon.0) 4572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.013439+0000 mon.a (mon.0) 4573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.014262+0000 mon.a (mon.0) 4574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.016003+0000 mon.a (mon.0) 4575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.016618+0000 mon.a (mon.0) 4576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.017813+0000 mgr.y (mgr.25387) 2165 : cluster [DBG] pgmap v1374: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.018043+0000 mgr.y (mgr.25387) 2166 : cluster [DBG] pgmap v1375: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.022532+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.022943+0000 mgr.y (mgr.25387) 2167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.064173+0000 mon.a (mon.0) 4578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.066127+0000 mon.a (mon.0) 4579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.067329+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.069222+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.069859+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.071176+0000 mgr.y (mgr.25387) 2168 : cluster [DBG] pgmap v1376: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.071549+0000 mgr.y (mgr.25387) 2169 : cluster [DBG] pgmap v1377: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.075801+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.076316+0000 mgr.y (mgr.25387) 2170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.115785+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.117669+0000 mon.a (mon.0) 4585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.118736+0000 mon.a (mon.0) 4586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.120682+0000 mon.a (mon.0) 4587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.121326+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.128237+0000 mon.a (mon.0) 4589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.169114+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.171257+0000 mon.a (mon.0) 4591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.172181+0000 mon.a (mon.0) 4592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.174288+0000 mon.a (mon.0) 4593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.174961+0000 mon.a (mon.0) 4594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.181501+0000 mon.a (mon.0) 4595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.241498+0000 mon.a (mon.0) 4596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.243564+0000 mon.a (mon.0) 4597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.244618+0000 mon.a (mon.0) 4598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.246683+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.247322+0000 mon.a (mon.0) 4600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.254732+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:56 smithi097 bash[69502]: audit 2024-03-30T04:45:56.334239+0000 mon.a (mon.0) 4602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.159207+0000 mgr.y (mgr.25387) 2124 : cluster [DBG] pgmap v1347: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.159466+0000 mgr.y (mgr.25387) 2125 : cluster [DBG] pgmap v1348: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.164359+0000 mgr.y (mgr.25387) 2126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.212052+0000 mgr.y (mgr.25387) 2127 : cluster [DBG] pgmap v1349: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.212288+0000 mgr.y (mgr.25387) 2128 : cluster [DBG] pgmap v1350: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.216708+0000 mgr.y (mgr.25387) 2129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.266055+0000 mgr.y (mgr.25387) 2130 : cluster [DBG] pgmap v1351: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.266372+0000 mgr.y (mgr.25387) 2131 : cluster [DBG] pgmap v1352: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.272710+0000 mgr.y (mgr.25387) 2132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.326333+0000 mgr.y (mgr.25387) 2133 : cluster [DBG] pgmap v1353: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.326658+0000 mgr.y (mgr.25387) 2134 : cluster [DBG] pgmap v1354: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.342661+0000 mon.a (mon.0) 4511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.343143+0000 mgr.y (mgr.25387) 2135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.383663+0000 mon.a (mon.0) 4512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.385527+0000 mon.a (mon.0) 4513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.386410+0000 mon.a (mon.0) 4514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.388208+0000 mon.a (mon.0) 4515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.388890+0000 mon.a (mon.0) 4516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.390146+0000 mgr.y (mgr.25387) 2136 : cluster [DBG] pgmap v1355: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.390467+0000 mgr.y (mgr.25387) 2137 : cluster [DBG] pgmap v1356: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.394282+0000 mon.a (mon.0) 4517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.394665+0000 mgr.y (mgr.25387) 2138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.434984+0000 mon.a (mon.0) 4518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.436743+0000 mon.a (mon.0) 4519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.437531+0000 mon.a (mon.0) 4520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.439370+0000 mon.a (mon.0) 4521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.439999+0000 mon.a (mon.0) 4522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.441542+0000 mgr.y (mgr.25387) 2139 : cluster [DBG] pgmap v1357: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.441868+0000 mgr.y (mgr.25387) 2140 : cluster [DBG] pgmap v1358: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.447966+0000 mon.a (mon.0) 4523 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.448347+0000 mgr.y (mgr.25387) 2141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.489663+0000 mon.a (mon.0) 4524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.491477+0000 mon.a (mon.0) 4525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.492356+0000 mon.a (mon.0) 4526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.494483+0000 mon.a (mon.0) 4527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.495261+0000 mon.a (mon.0) 4528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.498142+0000 mgr.y (mgr.25387) 2142 : cluster [DBG] pgmap v1359: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.504098+0000 mon.a (mon.0) 4529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.504537+0000 mgr.y (mgr.25387) 2143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.544361+0000 mon.a (mon.0) 4530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.546295+0000 mon.a (mon.0) 4531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.547247+0000 mon.a (mon.0) 4532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.549226+0000 mon.a (mon.0) 4533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.549889+0000 mon.a (mon.0) 4534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.551136+0000 mgr.y (mgr.25387) 2144 : cluster [DBG] pgmap v1360: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.551384+0000 mgr.y (mgr.25387) 2145 : cluster [DBG] pgmap v1361: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.558278+0000 mon.a (mon.0) 4535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.558670+0000 mgr.y (mgr.25387) 2146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.598952+0000 mon.a (mon.0) 4536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.600674+0000 mon.a (mon.0) 4537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.601444+0000 mon.a (mon.0) 4538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.603167+0000 mon.a (mon.0) 4539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.603734+0000 mon.a (mon.0) 4540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.605003+0000 mgr.y (mgr.25387) 2147 : cluster [DBG] pgmap v1362: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.605230+0000 mgr.y (mgr.25387) 2148 : cluster [DBG] pgmap v1363: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.611285+0000 mon.a (mon.0) 4541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.611690+0000 mgr.y (mgr.25387) 2149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.656250+0000 mon.a (mon.0) 4542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.658363+0000 mon.a (mon.0) 4543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.659197+0000 mon.a (mon.0) 4544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.661096+0000 mon.a (mon.0) 4545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.661698+0000 mon.a (mon.0) 4546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.662979+0000 mgr.y (mgr.25387) 2150 : cluster [DBG] pgmap v1364: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.663244+0000 mgr.y (mgr.25387) 2151 : cluster [DBG] pgmap v1365: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.669279+0000 mon.a (mon.0) 4547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.669709+0000 mgr.y (mgr.25387) 2152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.741726+0000 mon.a (mon.0) 4548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.744846+0000 mon.a (mon.0) 4549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.746363+0000 mon.a (mon.0) 4550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.749201+0000 mon.a (mon.0) 4551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.750536+0000 mon.a (mon.0) 4552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.752809+0000 mgr.y (mgr.25387) 2153 : cluster [DBG] pgmap v1366: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.753037+0000 mgr.y (mgr.25387) 2154 : cluster [DBG] pgmap v1367: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.761263+0000 mon.a (mon.0) 4553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.761904+0000 mgr.y (mgr.25387) 2155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.839420+0000 mon.a (mon.0) 4554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.841534+0000 mon.a (mon.0) 4555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.842460+0000 mon.a (mon.0) 4556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.844525+0000 mon.a (mon.0) 4557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.845137+0000 mon.a (mon.0) 4558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.846394+0000 mgr.y (mgr.25387) 2156 : cluster [DBG] pgmap v1368: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.846685+0000 mgr.y (mgr.25387) 2157 : cluster [DBG] pgmap v1369: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.852921+0000 mon.a (mon.0) 4559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.853466+0000 mgr.y (mgr.25387) 2158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.898016+0000 mon.a (mon.0) 4560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.900301+0000 mon.a (mon.0) 4561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.901344+0000 mon.a (mon.0) 4562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.903433+0000 mon.a (mon.0) 4563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.904104+0000 mon.a (mon.0) 4564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.905482+0000 mgr.y (mgr.25387) 2159 : cluster [DBG] pgmap v1370: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.905719+0000 mgr.y (mgr.25387) 2160 : cluster [DBG] pgmap v1371: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.914849+0000 mon.a (mon.0) 4565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.915380+0000 mgr.y (mgr.25387) 2161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.960221+0000 mon.a (mon.0) 4566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.962443+0000 mon.a (mon.0) 4567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.963205+0000 mon.a (mon.0) 4568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.965025+0000 mon.a (mon.0) 4569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.965598+0000 mon.a (mon.0) 4570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.966768+0000 mgr.y (mgr.25387) 2162 : cluster [DBG] pgmap v1372: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:55.966987+0000 mgr.y (mgr.25387) 2163 : cluster [DBG] pgmap v1373: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:55.971039+0000 mon.a (mon.0) 4571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:55.971426+0000 mgr.y (mgr.25387) 2164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.011561+0000 mon.a (mon.0) 4572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.013439+0000 mon.a (mon.0) 4573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.014262+0000 mon.a (mon.0) 4574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.016003+0000 mon.a (mon.0) 4575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.016618+0000 mon.a (mon.0) 4576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.017813+0000 mgr.y (mgr.25387) 2165 : cluster [DBG] pgmap v1374: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.018043+0000 mgr.y (mgr.25387) 2166 : cluster [DBG] pgmap v1375: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.022532+0000 mon.a (mon.0) 4577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.022943+0000 mgr.y (mgr.25387) 2167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.064173+0000 mon.a (mon.0) 4578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.066127+0000 mon.a (mon.0) 4579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.067329+0000 mon.a (mon.0) 4580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.069222+0000 mon.a (mon.0) 4581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.069859+0000 mon.a (mon.0) 4582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.071176+0000 mgr.y (mgr.25387) 2168 : cluster [DBG] pgmap v1376: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.071549+0000 mgr.y (mgr.25387) 2169 : cluster [DBG] pgmap v1377: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.075801+0000 mon.a (mon.0) 4583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.076316+0000 mgr.y (mgr.25387) 2170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.115785+0000 mon.a (mon.0) 4584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.117669+0000 mon.a (mon.0) 4585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.118736+0000 mon.a (mon.0) 4586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.120682+0000 mon.a (mon.0) 4587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.121326+0000 mon.a (mon.0) 4588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.128237+0000 mon.a (mon.0) 4589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.169114+0000 mon.a (mon.0) 4590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.171257+0000 mon.a (mon.0) 4591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.172181+0000 mon.a (mon.0) 4592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.174288+0000 mon.a (mon.0) 4593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.174961+0000 mon.a (mon.0) 4594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.181501+0000 mon.a (mon.0) 4595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.241498+0000 mon.a (mon.0) 4596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.243564+0000 mon.a (mon.0) 4597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.244618+0000 mon.a (mon.0) 4598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.246683+0000 mon.a (mon.0) 4599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.247322+0000 mon.a (mon.0) 4600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.254732+0000 mon.a (mon.0) 4601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:56.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:56 smithi105 bash[58125]: audit 2024-03-30T04:45:56.334239+0000 mon.a (mon.0) 4602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.123155+0000 mgr.y (mgr.25387) 2171 : cluster [DBG] pgmap v1378: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.123526+0000 mgr.y (mgr.25387) 2172 : cluster [DBG] pgmap v1379: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.128734+0000 mgr.y (mgr.25387) 2173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.176432+0000 mgr.y (mgr.25387) 2174 : cluster [DBG] pgmap v1380: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.176892+0000 mgr.y (mgr.25387) 2175 : cluster [DBG] pgmap v1381: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.181980+0000 mgr.y (mgr.25387) 2176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.248703+0000 mgr.y (mgr.25387) 2177 : cluster [DBG] pgmap v1382: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.249024+0000 mgr.y (mgr.25387) 2178 : cluster [DBG] pgmap v1383: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.255334+0000 mgr.y (mgr.25387) 2179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.337413+0000 mon.a (mon.0) 4603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.338631+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.352727+0000 mon.a (mon.0) 4605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.353766+0000 mon.a (mon.0) 4606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.355854+0000 mgr.y (mgr.25387) 2180 : cluster [DBG] pgmap v1384: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.356343+0000 mgr.y (mgr.25387) 2181 : cluster [DBG] pgmap v1385: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.362068+0000 mon.a (mon.0) 4607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.362664+0000 mgr.y (mgr.25387) 2182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.418782+0000 mon.a (mon.0) 4608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.420559+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.421321+0000 mon.a (mon.0) 4610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.423168+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.423711+0000 mon.a (mon.0) 4612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.424900+0000 mgr.y (mgr.25387) 2183 : cluster [DBG] pgmap v1386: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.425155+0000 mgr.y (mgr.25387) 2184 : cluster [DBG] pgmap v1387: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.429037+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.429452+0000 mgr.y (mgr.25387) 2185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.471221+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.473514+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.474699+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.477173+0000 mon.a (mon.0) 4617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.477894+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.479436+0000 mgr.y (mgr.25387) 2186 : cluster [DBG] pgmap v1388: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.479914+0000 mgr.y (mgr.25387) 2187 : cluster [DBG] pgmap v1389: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.485017+0000 mon.a (mon.0) 4619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.485533+0000 mgr.y (mgr.25387) 2188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.542359+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.544185+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.544988+0000 mon.a (mon.0) 4622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.546747+0000 mon.a (mon.0) 4623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.547343+0000 mon.a (mon.0) 4624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.548622+0000 mgr.y (mgr.25387) 2189 : cluster [DBG] pgmap v1390: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.548989+0000 mgr.y (mgr.25387) 2190 : cluster [DBG] pgmap v1391: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.553528+0000 mon.a (mon.0) 4625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.554125+0000 mgr.y (mgr.25387) 2191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.612291+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.614947+0000 mon.a (mon.0) 4627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.616434+0000 mon.a (mon.0) 4628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.619639+0000 mon.a (mon.0) 4629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.620766+0000 mon.a (mon.0) 4630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.622547+0000 mgr.y (mgr.25387) 2192 : cluster [DBG] pgmap v1392: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.622849+0000 mgr.y (mgr.25387) 2193 : cluster [DBG] pgmap v1393: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.629477+0000 mon.a (mon.0) 4631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.630061+0000 mgr.y (mgr.25387) 2194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.703161+0000 mon.a (mon.0) 4632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.705436+0000 mon.a (mon.0) 4633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.706436+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.708585+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.709363+0000 mon.a (mon.0) 4636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.710907+0000 mgr.y (mgr.25387) 2195 : cluster [DBG] pgmap v1394: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.711300+0000 mgr.y (mgr.25387) 2196 : cluster [DBG] pgmap v1395: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.715810+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.716279+0000 mgr.y (mgr.25387) 2197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.758365+0000 mon.a (mon.0) 4638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.760413+0000 mon.a (mon.0) 4639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.761254+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.763205+0000 mon.a (mon.0) 4641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.763839+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.765201+0000 mgr.y (mgr.25387) 2198 : cluster [DBG] pgmap v1396: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.765591+0000 mgr.y (mgr.25387) 2199 : cluster [DBG] pgmap v1397: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.769928+0000 mon.a (mon.0) 4643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.770652+0000 mgr.y (mgr.25387) 2200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.832050+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.836126+0000 mon.a (mon.0) 4645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.840344+0000 mon.a (mon.0) 4646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.840978+0000 mon.a (mon.0) 4647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.842123+0000 mgr.y (mgr.25387) 2201 : cluster [DBG] pgmap v1398: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.842516+0000 mgr.y (mgr.25387) 2202 : cluster [DBG] pgmap v1399: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.843427+0000 mon.a (mon.0) 4648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.847866+0000 mon.a (mon.0) 4649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.848240+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.849170+0000 mon.a (mon.0) 4651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.850489+0000 mgr.y (mgr.25387) 2203 : cluster [DBG] pgmap v1400: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.850725+0000 mgr.y (mgr.25387) 2204 : cluster [DBG] pgmap v1401: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.854954+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.855396+0000 mgr.y (mgr.25387) 2205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.912431+0000 mon.a (mon.0) 4653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.914223+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.915009+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.916974+0000 mon.a (mon.0) 4656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.917571+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.918950+0000 mgr.y (mgr.25387) 2206 : cluster [DBG] pgmap v1402: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:56.919315+0000 mgr.y (mgr.25387) 2207 : cluster [DBG] pgmap v1403: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.924324+0000 mon.a (mon.0) 4658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:56.924907+0000 mgr.y (mgr.25387) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:56.999505+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.001647+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.002915+0000 mon.a (mon.0) 4661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.005439+0000 mon.a (mon.0) 4662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.006264+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.007787+0000 mgr.y (mgr.25387) 2209 : cluster [DBG] pgmap v1404: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.008326+0000 mgr.y (mgr.25387) 2210 : cluster [DBG] pgmap v1405: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.013808+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.014422+0000 mgr.y (mgr.25387) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.077258+0000 mon.a (mon.0) 4665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.080063+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.081289+0000 mon.a (mon.0) 4667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.083601+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.084375+0000 mon.a (mon.0) 4669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.085869+0000 mgr.y (mgr.25387) 2212 : cluster [DBG] pgmap v1406: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.086206+0000 mgr.y (mgr.25387) 2213 : cluster [DBG] pgmap v1407: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.091485+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.092068+0000 mgr.y (mgr.25387) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.149399+0000 mon.a (mon.0) 4671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.151797+0000 mon.a (mon.0) 4672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.152983+0000 mon.a (mon.0) 4673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.155264+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.155953+0000 mon.a (mon.0) 4675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.163234+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.225960+0000 mon.a (mon.0) 4677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.228679+0000 mon.a (mon.0) 4678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.229860+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.232434+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.233289+0000 mon.a (mon.0) 4681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.240471+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.297609+0000 mon.a (mon.0) 4683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.299443+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.300272+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.302242+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.302915+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[73934]: audit 2024-03-30T04:45:57.309529+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.123155+0000 mgr.y (mgr.25387) 2171 : cluster [DBG] pgmap v1378: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.123526+0000 mgr.y (mgr.25387) 2172 : cluster [DBG] pgmap v1379: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.128734+0000 mgr.y (mgr.25387) 2173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.176432+0000 mgr.y (mgr.25387) 2174 : cluster [DBG] pgmap v1380: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.176892+0000 mgr.y (mgr.25387) 2175 : cluster [DBG] pgmap v1381: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.181980+0000 mgr.y (mgr.25387) 2176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.248703+0000 mgr.y (mgr.25387) 2177 : cluster [DBG] pgmap v1382: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.249024+0000 mgr.y (mgr.25387) 2178 : cluster [DBG] pgmap v1383: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.255334+0000 mgr.y (mgr.25387) 2179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.337413+0000 mon.a (mon.0) 4603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.338631+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.352727+0000 mon.a (mon.0) 4605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.353766+0000 mon.a (mon.0) 4606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.355854+0000 mgr.y (mgr.25387) 2180 : cluster [DBG] pgmap v1384: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.356343+0000 mgr.y (mgr.25387) 2181 : cluster [DBG] pgmap v1385: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.362068+0000 mon.a (mon.0) 4607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.362664+0000 mgr.y (mgr.25387) 2182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.418782+0000 mon.a (mon.0) 4608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.420559+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.421321+0000 mon.a (mon.0) 4610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.423168+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.423711+0000 mon.a (mon.0) 4612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.424900+0000 mgr.y (mgr.25387) 2183 : cluster [DBG] pgmap v1386: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.425155+0000 mgr.y (mgr.25387) 2184 : cluster [DBG] pgmap v1387: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.429037+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.429452+0000 mgr.y (mgr.25387) 2185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.471221+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.473514+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.474699+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.477173+0000 mon.a (mon.0) 4617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.477894+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.479436+0000 mgr.y (mgr.25387) 2186 : cluster [DBG] pgmap v1388: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.479914+0000 mgr.y (mgr.25387) 2187 : cluster [DBG] pgmap v1389: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.485017+0000 mon.a (mon.0) 4619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.485533+0000 mgr.y (mgr.25387) 2188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.542359+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.544185+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.544988+0000 mon.a (mon.0) 4622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.546747+0000 mon.a (mon.0) 4623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.547343+0000 mon.a (mon.0) 4624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.548622+0000 mgr.y (mgr.25387) 2189 : cluster [DBG] pgmap v1390: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.548989+0000 mgr.y (mgr.25387) 2190 : cluster [DBG] pgmap v1391: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.553528+0000 mon.a (mon.0) 4625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.554125+0000 mgr.y (mgr.25387) 2191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.612291+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.614947+0000 mon.a (mon.0) 4627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.616434+0000 mon.a (mon.0) 4628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.619639+0000 mon.a (mon.0) 4629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.620766+0000 mon.a (mon.0) 4630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.622547+0000 mgr.y (mgr.25387) 2192 : cluster [DBG] pgmap v1392: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.622849+0000 mgr.y (mgr.25387) 2193 : cluster [DBG] pgmap v1393: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.629477+0000 mon.a (mon.0) 4631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.630061+0000 mgr.y (mgr.25387) 2194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.703161+0000 mon.a (mon.0) 4632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.705436+0000 mon.a (mon.0) 4633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.706436+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.708585+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.709363+0000 mon.a (mon.0) 4636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.710907+0000 mgr.y (mgr.25387) 2195 : cluster [DBG] pgmap v1394: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.711300+0000 mgr.y (mgr.25387) 2196 : cluster [DBG] pgmap v1395: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.715810+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.716279+0000 mgr.y (mgr.25387) 2197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.758365+0000 mon.a (mon.0) 4638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.760413+0000 mon.a (mon.0) 4639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.761254+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.763205+0000 mon.a (mon.0) 4641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.763839+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.765201+0000 mgr.y (mgr.25387) 2198 : cluster [DBG] pgmap v1396: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.765591+0000 mgr.y (mgr.25387) 2199 : cluster [DBG] pgmap v1397: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.769928+0000 mon.a (mon.0) 4643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.770652+0000 mgr.y (mgr.25387) 2200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.832050+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.836126+0000 mon.a (mon.0) 4645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.840344+0000 mon.a (mon.0) 4646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.840978+0000 mon.a (mon.0) 4647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.842123+0000 mgr.y (mgr.25387) 2201 : cluster [DBG] pgmap v1398: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.842516+0000 mgr.y (mgr.25387) 2202 : cluster [DBG] pgmap v1399: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.843427+0000 mon.a (mon.0) 4648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.847866+0000 mon.a (mon.0) 4649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.848240+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.849170+0000 mon.a (mon.0) 4651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.850489+0000 mgr.y (mgr.25387) 2203 : cluster [DBG] pgmap v1400: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.850725+0000 mgr.y (mgr.25387) 2204 : cluster [DBG] pgmap v1401: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.854954+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.855396+0000 mgr.y (mgr.25387) 2205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.912431+0000 mon.a (mon.0) 4653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.914223+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.915009+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.916974+0000 mon.a (mon.0) 4656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.917571+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.918950+0000 mgr.y (mgr.25387) 2206 : cluster [DBG] pgmap v1402: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:56.919315+0000 mgr.y (mgr.25387) 2207 : cluster [DBG] pgmap v1403: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.924324+0000 mon.a (mon.0) 4658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:56.924907+0000 mgr.y (mgr.25387) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:56.999505+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.001647+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.002915+0000 mon.a (mon.0) 4661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.005439+0000 mon.a (mon.0) 4662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.006264+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.007787+0000 mgr.y (mgr.25387) 2209 : cluster [DBG] pgmap v1404: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.008326+0000 mgr.y (mgr.25387) 2210 : cluster [DBG] pgmap v1405: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.013808+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.014422+0000 mgr.y (mgr.25387) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.077258+0000 mon.a (mon.0) 4665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.080063+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.081289+0000 mon.a (mon.0) 4667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.083601+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.084375+0000 mon.a (mon.0) 4669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.085869+0000 mgr.y (mgr.25387) 2212 : cluster [DBG] pgmap v1406: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.086206+0000 mgr.y (mgr.25387) 2213 : cluster [DBG] pgmap v1407: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.091485+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.092068+0000 mgr.y (mgr.25387) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.149399+0000 mon.a (mon.0) 4671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.151797+0000 mon.a (mon.0) 4672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.152983+0000 mon.a (mon.0) 4673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.155264+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.155953+0000 mon.a (mon.0) 4675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.163234+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.225960+0000 mon.a (mon.0) 4677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.228679+0000 mon.a (mon.0) 4678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.229860+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.232434+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.233289+0000 mon.a (mon.0) 4681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.240471+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.297609+0000 mon.a (mon.0) 4683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.299443+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.300272+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.302242+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.302915+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[69502]: audit 2024-03-30T04:45:57.309529+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.123155+0000 mgr.y (mgr.25387) 2171 : cluster [DBG] pgmap v1378: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.123526+0000 mgr.y (mgr.25387) 2172 : cluster [DBG] pgmap v1379: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.128734+0000 mgr.y (mgr.25387) 2173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.176432+0000 mgr.y (mgr.25387) 2174 : cluster [DBG] pgmap v1380: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.176892+0000 mgr.y (mgr.25387) 2175 : cluster [DBG] pgmap v1381: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.181980+0000 mgr.y (mgr.25387) 2176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.248703+0000 mgr.y (mgr.25387) 2177 : cluster [DBG] pgmap v1382: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.249024+0000 mgr.y (mgr.25387) 2178 : cluster [DBG] pgmap v1383: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.255334+0000 mgr.y (mgr.25387) 2179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.337413+0000 mon.a (mon.0) 4603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.338631+0000 mon.a (mon.0) 4604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.352727+0000 mon.a (mon.0) 4605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.353766+0000 mon.a (mon.0) 4606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.355854+0000 mgr.y (mgr.25387) 2180 : cluster [DBG] pgmap v1384: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.356343+0000 mgr.y (mgr.25387) 2181 : cluster [DBG] pgmap v1385: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.362068+0000 mon.a (mon.0) 4607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.362664+0000 mgr.y (mgr.25387) 2182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.418782+0000 mon.a (mon.0) 4608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.420559+0000 mon.a (mon.0) 4609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.421321+0000 mon.a (mon.0) 4610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.423168+0000 mon.a (mon.0) 4611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.423711+0000 mon.a (mon.0) 4612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.424900+0000 mgr.y (mgr.25387) 2183 : cluster [DBG] pgmap v1386: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.425155+0000 mgr.y (mgr.25387) 2184 : cluster [DBG] pgmap v1387: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.429037+0000 mon.a (mon.0) 4613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.429452+0000 mgr.y (mgr.25387) 2185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.471221+0000 mon.a (mon.0) 4614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.473514+0000 mon.a (mon.0) 4615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.474699+0000 mon.a (mon.0) 4616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.477173+0000 mon.a (mon.0) 4617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.477894+0000 mon.a (mon.0) 4618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.479436+0000 mgr.y (mgr.25387) 2186 : cluster [DBG] pgmap v1388: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.479914+0000 mgr.y (mgr.25387) 2187 : cluster [DBG] pgmap v1389: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.485017+0000 mon.a (mon.0) 4619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.485533+0000 mgr.y (mgr.25387) 2188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.542359+0000 mon.a (mon.0) 4620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.544185+0000 mon.a (mon.0) 4621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.544988+0000 mon.a (mon.0) 4622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.546747+0000 mon.a (mon.0) 4623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.547343+0000 mon.a (mon.0) 4624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.548622+0000 mgr.y (mgr.25387) 2189 : cluster [DBG] pgmap v1390: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.548989+0000 mgr.y (mgr.25387) 2190 : cluster [DBG] pgmap v1391: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.553528+0000 mon.a (mon.0) 4625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.554125+0000 mgr.y (mgr.25387) 2191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.612291+0000 mon.a (mon.0) 4626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.614947+0000 mon.a (mon.0) 4627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.616434+0000 mon.a (mon.0) 4628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.619639+0000 mon.a (mon.0) 4629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.620766+0000 mon.a (mon.0) 4630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.622547+0000 mgr.y (mgr.25387) 2192 : cluster [DBG] pgmap v1392: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.622849+0000 mgr.y (mgr.25387) 2193 : cluster [DBG] pgmap v1393: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.629477+0000 mon.a (mon.0) 4631 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.630061+0000 mgr.y (mgr.25387) 2194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.703161+0000 mon.a (mon.0) 4632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.705436+0000 mon.a (mon.0) 4633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.706436+0000 mon.a (mon.0) 4634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.708585+0000 mon.a (mon.0) 4635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.709363+0000 mon.a (mon.0) 4636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.710907+0000 mgr.y (mgr.25387) 2195 : cluster [DBG] pgmap v1394: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.711300+0000 mgr.y (mgr.25387) 2196 : cluster [DBG] pgmap v1395: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.715810+0000 mon.a (mon.0) 4637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.716279+0000 mgr.y (mgr.25387) 2197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.758365+0000 mon.a (mon.0) 4638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.760413+0000 mon.a (mon.0) 4639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.761254+0000 mon.a (mon.0) 4640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.763205+0000 mon.a (mon.0) 4641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.763839+0000 mon.a (mon.0) 4642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.765201+0000 mgr.y (mgr.25387) 2198 : cluster [DBG] pgmap v1396: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.765591+0000 mgr.y (mgr.25387) 2199 : cluster [DBG] pgmap v1397: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.769928+0000 mon.a (mon.0) 4643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.770652+0000 mgr.y (mgr.25387) 2200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.832050+0000 mon.a (mon.0) 4644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.836126+0000 mon.a (mon.0) 4645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.840344+0000 mon.a (mon.0) 4646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.840978+0000 mon.a (mon.0) 4647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.842123+0000 mgr.y (mgr.25387) 2201 : cluster [DBG] pgmap v1398: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.842516+0000 mgr.y (mgr.25387) 2202 : cluster [DBG] pgmap v1399: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.843427+0000 mon.a (mon.0) 4648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.847866+0000 mon.a (mon.0) 4649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.848240+0000 mon.a (mon.0) 4650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.849170+0000 mon.a (mon.0) 4651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.850489+0000 mgr.y (mgr.25387) 2203 : cluster [DBG] pgmap v1400: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.850725+0000 mgr.y (mgr.25387) 2204 : cluster [DBG] pgmap v1401: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.854954+0000 mon.a (mon.0) 4652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.855396+0000 mgr.y (mgr.25387) 2205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.912431+0000 mon.a (mon.0) 4653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.914223+0000 mon.a (mon.0) 4654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.915009+0000 mon.a (mon.0) 4655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.916974+0000 mon.a (mon.0) 4656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.917571+0000 mon.a (mon.0) 4657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.918950+0000 mgr.y (mgr.25387) 2206 : cluster [DBG] pgmap v1402: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:56.919315+0000 mgr.y (mgr.25387) 2207 : cluster [DBG] pgmap v1403: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.924324+0000 mon.a (mon.0) 4658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:56.924907+0000 mgr.y (mgr.25387) 2208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:56.999505+0000 mon.a (mon.0) 4659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.001647+0000 mon.a (mon.0) 4660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.002915+0000 mon.a (mon.0) 4661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.005439+0000 mon.a (mon.0) 4662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.006264+0000 mon.a (mon.0) 4663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.007787+0000 mgr.y (mgr.25387) 2209 : cluster [DBG] pgmap v1404: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.008326+0000 mgr.y (mgr.25387) 2210 : cluster [DBG] pgmap v1405: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.013808+0000 mon.a (mon.0) 4664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.014422+0000 mgr.y (mgr.25387) 2211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.077258+0000 mon.a (mon.0) 4665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.080063+0000 mon.a (mon.0) 4666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.081289+0000 mon.a (mon.0) 4667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.083601+0000 mon.a (mon.0) 4668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.084375+0000 mon.a (mon.0) 4669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.085869+0000 mgr.y (mgr.25387) 2212 : cluster [DBG] pgmap v1406: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.086206+0000 mgr.y (mgr.25387) 2213 : cluster [DBG] pgmap v1407: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.091485+0000 mon.a (mon.0) 4670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.092068+0000 mgr.y (mgr.25387) 2214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.149399+0000 mon.a (mon.0) 4671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.151797+0000 mon.a (mon.0) 4672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.152983+0000 mon.a (mon.0) 4673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.155264+0000 mon.a (mon.0) 4674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.155953+0000 mon.a (mon.0) 4675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.163234+0000 mon.a (mon.0) 4676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.225960+0000 mon.a (mon.0) 4677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.228679+0000 mon.a (mon.0) 4678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.229860+0000 mon.a (mon.0) 4679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.232434+0000 mon.a (mon.0) 4680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.233289+0000 mon.a (mon.0) 4681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.240471+0000 mon.a (mon.0) 4682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.297609+0000 mon.a (mon.0) 4683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.299443+0000 mon.a (mon.0) 4684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.300272+0000 mon.a (mon.0) 4685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.302242+0000 mon.a (mon.0) 4686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.302915+0000 mon.a (mon.0) 4687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:57.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:57 smithi105 bash[58125]: audit 2024-03-30T04:45:57.309529+0000 mon.a (mon.0) 4688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.194 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:45:57 smithi097 bash[65835]: debug 2024-03-30T04:45:57.961+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-30T04:45:58.194 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[84505]: debug 2024-03-30T04:45:58.169+0000 7f94c34e47c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-30T04:45:58.607 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.157581+0000 mgr.y (mgr.25387) 2215 : cluster [DBG] pgmap v1408: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.607 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.157914+0000 mgr.y (mgr.25387) 2216 : cluster [DBG] pgmap v1409: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.607 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.163984+0000 mgr.y (mgr.25387) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.607 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.234940+0000 mgr.y (mgr.25387) 2218 : cluster [DBG] pgmap v1410: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.607 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.235277+0000 mgr.y (mgr.25387) 2219 : cluster [DBG] pgmap v1411: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.607 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.240998+0000 mgr.y (mgr.25387) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.304235+0000 mgr.y (mgr.25387) 2221 : cluster [DBG] pgmap v1412: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.304547+0000 mgr.y (mgr.25387) 2222 : cluster [DBG] pgmap v1413: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.310197+0000 mgr.y (mgr.25387) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.369208+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.371319+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.372211+0000 mon.a (mon.0) 4691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.374374+0000 mon.a (mon.0) 4692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.375100+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.376543+0000 mgr.y (mgr.25387) 2224 : cluster [DBG] pgmap v1414: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.376825+0000 mgr.y (mgr.25387) 2225 : cluster [DBG] pgmap v1415: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.381662+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.382151+0000 mgr.y (mgr.25387) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.429692+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.608 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.432044+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.433016+0000 mon.a (mon.0) 4697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.435169+0000 mon.a (mon.0) 4698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.435916+0000 mon.a (mon.0) 4699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.437632+0000 mgr.y (mgr.25387) 2227 : cluster [DBG] pgmap v1416: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.437894+0000 mgr.y (mgr.25387) 2228 : cluster [DBG] pgmap v1417: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.442487+0000 mon.a (mon.0) 4700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.443046+0000 mgr.y (mgr.25387) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.486806+0000 mon.a (mon.0) 4701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.489053+0000 mon.a (mon.0) 4702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.490161+0000 mon.a (mon.0) 4703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.492614+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.493678+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.498121+0000 mgr.y (mgr.25387) 2230 : cluster [DBG] pgmap v1418: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.609 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.498355+0000 mgr.y (mgr.25387) 2231 : cluster [DBG] pgmap v1419: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.503245+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.503803+0000 mgr.y (mgr.25387) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.545368+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.547387+0000 mon.a (mon.0) 4708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.548260+0000 mon.a (mon.0) 4709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.550404+0000 mon.a (mon.0) 4710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.551066+0000 mon.a (mon.0) 4711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.552561+0000 mgr.y (mgr.25387) 2233 : cluster [DBG] pgmap v1420: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.552916+0000 mgr.y (mgr.25387) 2234 : cluster [DBG] pgmap v1421: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.558262+0000 mon.a (mon.0) 4712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.558749+0000 mgr.y (mgr.25387) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.616067+0000 mon.a (mon.0) 4713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.618515+0000 mon.a (mon.0) 4714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.619462+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.621634+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.622400+0000 mon.a (mon.0) 4717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.623742+0000 mgr.y (mgr.25387) 2236 : cluster [DBG] pgmap v1422: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.624898+0000 mgr.y (mgr.25387) 2237 : cluster [DBG] pgmap v1423: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.632162+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.632880+0000 mgr.y (mgr.25387) 2238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.689824+0000 mon.a (mon.0) 4719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.691763+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.692665+0000 mon.a (mon.0) 4721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.694760+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.695398+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.696767+0000 mgr.y (mgr.25387) 2239 : cluster [DBG] pgmap v1424: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.697087+0000 mgr.y (mgr.25387) 2240 : cluster [DBG] pgmap v1425: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.702424+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.611 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.702887+0000 mgr.y (mgr.25387) 2241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.745020+0000 mon.a (mon.0) 4725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.746826+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.747660+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.749638+0000 mon.a (mon.0) 4728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.750230+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.751524+0000 mgr.y (mgr.25387) 2242 : cluster [DBG] pgmap v1426: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.751773+0000 mgr.y (mgr.25387) 2243 : cluster [DBG] pgmap v1427: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.757070+0000 mon.a (mon.0) 4730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.757573+0000 mgr.y (mgr.25387) 2244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.798415+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.801212+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.802699+0000 mon.a (mon.0) 4733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.805665+0000 mon.a (mon.0) 4734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.612 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.806738+0000 mon.a (mon.0) 4735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.808585+0000 mgr.y (mgr.25387) 2245 : cluster [DBG] pgmap v1428: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.809038+0000 mgr.y (mgr.25387) 2246 : cluster [DBG] pgmap v1429: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.815323+0000 mon.a (mon.0) 4736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.816339+0000 mgr.y (mgr.25387) 2247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.879028+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.883028+0000 mon.a (mon.0) 4738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.884594+0000 mon.a (mon.0) 4739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.887554+0000 mon.a (mon.0) 4740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.888474+0000 mon.a (mon.0) 4741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.890351+0000 mgr.y (mgr.25387) 2248 : cluster [DBG] pgmap v1430: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.890676+0000 mgr.y (mgr.25387) 2249 : cluster [DBG] pgmap v1431: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.896359+0000 mon.a (mon.0) 4742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.898318+0000 mgr.y (mgr.25387) 2250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.613 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.929714+0000 mon.a (mon.0) 4743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.935024+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.936219+0000 mgr.y (mgr.25387) 2251 : cluster [DBG] pgmap v1432: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cluster 2024-03-30T04:45:57.936541+0000 mgr.y (mgr.25387) 2252 : cluster [DBG] pgmap v1433: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.941416+0000 mon.a (mon.0) 4745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.958556+0000 mon.a (mon.0) 4746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.960793+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.962487+0000 mon.a (mon.0) 4748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.963623+0000 mon.a (mon.0) 4749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.965138+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:57.965301+0000 mgr.y (mgr.25387) 2253 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: cephadm 2024-03-30T04:45:57.966016+0000 mgr.y (mgr.25387) 2254 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-30T04:45:58.614 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:58 smithi105 bash[58125]: audit 2024-03-30T04:45:58.203847+0000 mon.a (mon.0) 4751 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:58.624 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[84505]: debug 2024-03-30T04:45:58.193+0000 7f94c34e47c0 -1 osd.2 116 log_to_monitors true 2024-03-30T04:45:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.157581+0000 mgr.y (mgr.25387) 2215 : cluster [DBG] pgmap v1408: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.157914+0000 mgr.y (mgr.25387) 2216 : cluster [DBG] pgmap v1409: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.163984+0000 mgr.y (mgr.25387) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.234940+0000 mgr.y (mgr.25387) 2218 : cluster [DBG] pgmap v1410: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.235277+0000 mgr.y (mgr.25387) 2219 : cluster [DBG] pgmap v1411: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.240998+0000 mgr.y (mgr.25387) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.304235+0000 mgr.y (mgr.25387) 2221 : cluster [DBG] pgmap v1412: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.304547+0000 mgr.y (mgr.25387) 2222 : cluster [DBG] pgmap v1413: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.310197+0000 mgr.y (mgr.25387) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.369208+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.371319+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.372211+0000 mon.a (mon.0) 4691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.374374+0000 mon.a (mon.0) 4692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.375100+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.376543+0000 mgr.y (mgr.25387) 2224 : cluster [DBG] pgmap v1414: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.376825+0000 mgr.y (mgr.25387) 2225 : cluster [DBG] pgmap v1415: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.157581+0000 mgr.y (mgr.25387) 2215 : cluster [DBG] pgmap v1408: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.157914+0000 mgr.y (mgr.25387) 2216 : cluster [DBG] pgmap v1409: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.163984+0000 mgr.y (mgr.25387) 2217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.234940+0000 mgr.y (mgr.25387) 2218 : cluster [DBG] pgmap v1410: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.235277+0000 mgr.y (mgr.25387) 2219 : cluster [DBG] pgmap v1411: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.240998+0000 mgr.y (mgr.25387) 2220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.304235+0000 mgr.y (mgr.25387) 2221 : cluster [DBG] pgmap v1412: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.304547+0000 mgr.y (mgr.25387) 2222 : cluster [DBG] pgmap v1413: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.310197+0000 mgr.y (mgr.25387) 2223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.369208+0000 mon.a (mon.0) 4689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.371319+0000 mon.a (mon.0) 4690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.372211+0000 mon.a (mon.0) 4691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.374374+0000 mon.a (mon.0) 4692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.375100+0000 mon.a (mon.0) 4693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.376543+0000 mgr.y (mgr.25387) 2224 : cluster [DBG] pgmap v1414: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.376825+0000 mgr.y (mgr.25387) 2225 : cluster [DBG] pgmap v1415: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.381662+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.382151+0000 mgr.y (mgr.25387) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.429692+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.432044+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.433016+0000 mon.a (mon.0) 4697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.435169+0000 mon.a (mon.0) 4698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.435916+0000 mon.a (mon.0) 4699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.437632+0000 mgr.y (mgr.25387) 2227 : cluster [DBG] pgmap v1416: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.437894+0000 mgr.y (mgr.25387) 2228 : cluster [DBG] pgmap v1417: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.442487+0000 mon.a (mon.0) 4700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.443046+0000 mgr.y (mgr.25387) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.486806+0000 mon.a (mon.0) 4701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.489053+0000 mon.a (mon.0) 4702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.490161+0000 mon.a (mon.0) 4703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.492614+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.493678+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.498121+0000 mgr.y (mgr.25387) 2230 : cluster [DBG] pgmap v1418: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.498355+0000 mgr.y (mgr.25387) 2231 : cluster [DBG] pgmap v1419: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.381662+0000 mon.a (mon.0) 4694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.382151+0000 mgr.y (mgr.25387) 2226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.429692+0000 mon.a (mon.0) 4695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.432044+0000 mon.a (mon.0) 4696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.433016+0000 mon.a (mon.0) 4697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.435169+0000 mon.a (mon.0) 4698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.435916+0000 mon.a (mon.0) 4699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.437632+0000 mgr.y (mgr.25387) 2227 : cluster [DBG] pgmap v1416: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.437894+0000 mgr.y (mgr.25387) 2228 : cluster [DBG] pgmap v1417: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.442487+0000 mon.a (mon.0) 4700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.443046+0000 mgr.y (mgr.25387) 2229 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.486806+0000 mon.a (mon.0) 4701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.489053+0000 mon.a (mon.0) 4702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.490161+0000 mon.a (mon.0) 4703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.492614+0000 mon.a (mon.0) 4704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.493678+0000 mon.a (mon.0) 4705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.498121+0000 mgr.y (mgr.25387) 2230 : cluster [DBG] pgmap v1418: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.498355+0000 mgr.y (mgr.25387) 2231 : cluster [DBG] pgmap v1419: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.503245+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.503803+0000 mgr.y (mgr.25387) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.545368+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.547387+0000 mon.a (mon.0) 4708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.548260+0000 mon.a (mon.0) 4709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.550404+0000 mon.a (mon.0) 4710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.551066+0000 mon.a (mon.0) 4711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.552561+0000 mgr.y (mgr.25387) 2233 : cluster [DBG] pgmap v1420: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.552916+0000 mgr.y (mgr.25387) 2234 : cluster [DBG] pgmap v1421: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.558262+0000 mon.a (mon.0) 4712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.558749+0000 mgr.y (mgr.25387) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.616067+0000 mon.a (mon.0) 4713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.618515+0000 mon.a (mon.0) 4714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.619462+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.621634+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.622400+0000 mon.a (mon.0) 4717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.623742+0000 mgr.y (mgr.25387) 2236 : cluster [DBG] pgmap v1422: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.503245+0000 mon.a (mon.0) 4706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.503803+0000 mgr.y (mgr.25387) 2232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.545368+0000 mon.a (mon.0) 4707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.547387+0000 mon.a (mon.0) 4708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.548260+0000 mon.a (mon.0) 4709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.550404+0000 mon.a (mon.0) 4710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.551066+0000 mon.a (mon.0) 4711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.552561+0000 mgr.y (mgr.25387) 2233 : cluster [DBG] pgmap v1420: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.552916+0000 mgr.y (mgr.25387) 2234 : cluster [DBG] pgmap v1421: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.558262+0000 mon.a (mon.0) 4712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.558749+0000 mgr.y (mgr.25387) 2235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.616067+0000 mon.a (mon.0) 4713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.618515+0000 mon.a (mon.0) 4714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.619462+0000 mon.a (mon.0) 4715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.621634+0000 mon.a (mon.0) 4716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.622400+0000 mon.a (mon.0) 4717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.623742+0000 mgr.y (mgr.25387) 2236 : cluster [DBG] pgmap v1422: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.624898+0000 mgr.y (mgr.25387) 2237 : cluster [DBG] pgmap v1423: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.632162+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.632880+0000 mgr.y (mgr.25387) 2238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.689824+0000 mon.a (mon.0) 4719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.691763+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.692665+0000 mon.a (mon.0) 4721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.694760+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.695398+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.696767+0000 mgr.y (mgr.25387) 2239 : cluster [DBG] pgmap v1424: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.697087+0000 mgr.y (mgr.25387) 2240 : cluster [DBG] pgmap v1425: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.702424+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.702887+0000 mgr.y (mgr.25387) 2241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.745020+0000 mon.a (mon.0) 4725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.746826+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.747660+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.749638+0000 mon.a (mon.0) 4728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.750230+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.751524+0000 mgr.y (mgr.25387) 2242 : cluster [DBG] pgmap v1426: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.624898+0000 mgr.y (mgr.25387) 2237 : cluster [DBG] pgmap v1423: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.632162+0000 mon.a (mon.0) 4718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.632880+0000 mgr.y (mgr.25387) 2238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.689824+0000 mon.a (mon.0) 4719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.691763+0000 mon.a (mon.0) 4720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.692665+0000 mon.a (mon.0) 4721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.694760+0000 mon.a (mon.0) 4722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.695398+0000 mon.a (mon.0) 4723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.696767+0000 mgr.y (mgr.25387) 2239 : cluster [DBG] pgmap v1424: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.697087+0000 mgr.y (mgr.25387) 2240 : cluster [DBG] pgmap v1425: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.702424+0000 mon.a (mon.0) 4724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.702887+0000 mgr.y (mgr.25387) 2241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.745020+0000 mon.a (mon.0) 4725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.746826+0000 mon.a (mon.0) 4726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.747660+0000 mon.a (mon.0) 4727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.749638+0000 mon.a (mon.0) 4728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.750230+0000 mon.a (mon.0) 4729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.751524+0000 mgr.y (mgr.25387) 2242 : cluster [DBG] pgmap v1426: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.751773+0000 mgr.y (mgr.25387) 2243 : cluster [DBG] pgmap v1427: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.757070+0000 mon.a (mon.0) 4730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.757573+0000 mgr.y (mgr.25387) 2244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.798415+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.801212+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.802699+0000 mon.a (mon.0) 4733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.805665+0000 mon.a (mon.0) 4734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.806738+0000 mon.a (mon.0) 4735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.808585+0000 mgr.y (mgr.25387) 2245 : cluster [DBG] pgmap v1428: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.809038+0000 mgr.y (mgr.25387) 2246 : cluster [DBG] pgmap v1429: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.815323+0000 mon.a (mon.0) 4736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.816339+0000 mgr.y (mgr.25387) 2247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.879028+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.883028+0000 mon.a (mon.0) 4738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.884594+0000 mon.a (mon.0) 4739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.887554+0000 mon.a (mon.0) 4740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.888474+0000 mon.a (mon.0) 4741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.890351+0000 mgr.y (mgr.25387) 2248 : cluster [DBG] pgmap v1430: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.751773+0000 mgr.y (mgr.25387) 2243 : cluster [DBG] pgmap v1427: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.757070+0000 mon.a (mon.0) 4730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.757573+0000 mgr.y (mgr.25387) 2244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.798415+0000 mon.a (mon.0) 4731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.801212+0000 mon.a (mon.0) 4732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.802699+0000 mon.a (mon.0) 4733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.805665+0000 mon.a (mon.0) 4734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.806738+0000 mon.a (mon.0) 4735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.808585+0000 mgr.y (mgr.25387) 2245 : cluster [DBG] pgmap v1428: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.809038+0000 mgr.y (mgr.25387) 2246 : cluster [DBG] pgmap v1429: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.815323+0000 mon.a (mon.0) 4736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.816339+0000 mgr.y (mgr.25387) 2247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.879028+0000 mon.a (mon.0) 4737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.883028+0000 mon.a (mon.0) 4738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.884594+0000 mon.a (mon.0) 4739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.887554+0000 mon.a (mon.0) 4740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.888474+0000 mon.a (mon.0) 4741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.890351+0000 mgr.y (mgr.25387) 2248 : cluster [DBG] pgmap v1430: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.890676+0000 mgr.y (mgr.25387) 2249 : cluster [DBG] pgmap v1431: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.896359+0000 mon.a (mon.0) 4742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.898318+0000 mgr.y (mgr.25387) 2250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.929714+0000 mon.a (mon.0) 4743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.935024+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.936219+0000 mgr.y (mgr.25387) 2251 : cluster [DBG] pgmap v1432: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cluster 2024-03-30T04:45:57.936541+0000 mgr.y (mgr.25387) 2252 : cluster [DBG] pgmap v1433: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.941416+0000 mon.a (mon.0) 4745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.958556+0000 mon.a (mon.0) 4746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.960793+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.962487+0000 mon.a (mon.0) 4748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.963623+0000 mon.a (mon.0) 4749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.965138+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:57.965301+0000 mgr.y (mgr.25387) 2253 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:58.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: cephadm 2024-03-30T04:45:57.966016+0000 mgr.y (mgr.25387) 2254 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[73934]: audit 2024-03-30T04:45:58.203847+0000 mon.a (mon.0) 4751 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.890676+0000 mgr.y (mgr.25387) 2249 : cluster [DBG] pgmap v1431: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.896359+0000 mon.a (mon.0) 4742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.898318+0000 mgr.y (mgr.25387) 2250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.929714+0000 mon.a (mon.0) 4743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.935024+0000 mon.a (mon.0) 4744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.936219+0000 mgr.y (mgr.25387) 2251 : cluster [DBG] pgmap v1432: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cluster 2024-03-30T04:45:57.936541+0000 mgr.y (mgr.25387) 2252 : cluster [DBG] pgmap v1433: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 141 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.941416+0000 mon.a (mon.0) 4745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:45:58.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.958556+0000 mon.a (mon.0) 4746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.960793+0000 mon.a (mon.0) 4747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.962487+0000 mon.a (mon.0) 4748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.963623+0000 mon.a (mon.0) 4749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.965138+0000 mon.a (mon.0) 4750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:57.965301+0000 mgr.y (mgr.25387) 2253 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: cephadm 2024-03-30T04:45:57.966016+0000 mgr.y (mgr.25387) 2254 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-30T04:45:58.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:58 smithi097 bash[69502]: audit 2024-03-30T04:45:58.203847+0000 mon.a (mon.0) 4751 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-30T04:45:59.625 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[84505]: debug 2024-03-30T04:45:59.421+0000 7f94b0934700 -1 osd.2 116 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:46:00.208 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[73934]: audit 2024-03-30T04:45:58.942855+0000 mon.a (mon.0) 4752 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:46:00.208 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[73934]: cluster 2024-03-30T04:45:58.950342+0000 mon.a (mon.0) 4753 : cluster [DBG] osdmap e119: 8 total, 7 up, 8 in 2024-03-30T04:46:00.208 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[73934]: audit 2024-03-30T04:45:58.950792+0000 mon.a (mon.0) 4754 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:46:00.208 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[73934]: audit 2024-03-30T04:45:59.415590+0000 mon.a (mon.0) 4755 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[73934]: cluster 2024-03-30T04:45:59.576661+0000 mon.a (mon.0) 4756 : cluster [WRN] Health check update: Degraded data redundancy: 63/726 objects degraded (8.678%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:59 smithi105 bash[58125]: audit 2024-03-30T04:45:58.942855+0000 mon.a (mon.0) 4752 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:59 smithi105 bash[58125]: cluster 2024-03-30T04:45:58.950342+0000 mon.a (mon.0) 4753 : cluster [DBG] osdmap e119: 8 total, 7 up, 8 in 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:59 smithi105 bash[58125]: audit 2024-03-30T04:45:58.950792+0000 mon.a (mon.0) 4754 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:59 smithi105 bash[58125]: audit 2024-03-30T04:45:59.415590+0000 mon.a (mon.0) 4755 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:45:59 smithi105 bash[58125]: cluster 2024-03-30T04:45:59.576661+0000 mon.a (mon.0) 4756 : cluster [WRN] Health check update: Degraded data redundancy: 63/726 objects degraded (8.678%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:00.209 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[69502]: audit 2024-03-30T04:45:58.942855+0000 mon.a (mon.0) 4752 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-30T04:46:00.210 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[69502]: cluster 2024-03-30T04:45:58.950342+0000 mon.a (mon.0) 4753 : cluster [DBG] osdmap e119: 8 total, 7 up, 8 in 2024-03-30T04:46:00.210 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[69502]: audit 2024-03-30T04:45:58.950792+0000 mon.a (mon.0) 4754 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:46:00.210 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[69502]: audit 2024-03-30T04:45:59.415590+0000 mon.a (mon.0) 4755 : audit [INF] from='osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624]' entity='osd.2' 2024-03-30T04:46:00.210 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:45:59 smithi097 bash[69502]: cluster 2024-03-30T04:45:59.576661+0000 mon.a (mon.0) 4756 : cluster [WRN] Health check update: Degraded data redundancy: 63/726 objects degraded (8.678%), 12 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[69502]: cluster 2024-03-30T04:45:59.937860+0000 mgr.y (mgr.25387) 2255 : cluster [DBG] pgmap v1435: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:46:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[69502]: cluster 2024-03-30T04:46:00.414940+0000 mon.a (mon.0) 4757 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[69502]: cluster 2024-03-30T04:46:00.423677+0000 mon.a (mon.0) 4758 : cluster [INF] osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624] boot 2024-03-30T04:46:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[69502]: cluster 2024-03-30T04:46:00.423827+0000 mon.a (mon.0) 4759 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-30T04:46:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[69502]: audit 2024-03-30T04:46:00.424732+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:46:01.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[73934]: cluster 2024-03-30T04:45:59.937860+0000 mgr.y (mgr.25387) 2255 : cluster [DBG] pgmap v1435: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:46:01.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[73934]: cluster 2024-03-30T04:46:00.414940+0000 mon.a (mon.0) 4757 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:01.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[73934]: cluster 2024-03-30T04:46:00.423677+0000 mon.a (mon.0) 4758 : cluster [INF] osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624] boot 2024-03-30T04:46:01.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[73934]: cluster 2024-03-30T04:46:00.423827+0000 mon.a (mon.0) 4759 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-30T04:46:01.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:00 smithi097 bash[73934]: audit 2024-03-30T04:46:00.424732+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:46:01.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:00 smithi105 bash[58125]: cluster 2024-03-30T04:45:59.937860+0000 mgr.y (mgr.25387) 2255 : cluster [DBG] pgmap v1435: 161 pgs: 12 active+undersized+degraded, 35 active+undersized, 114 active+clean; 585 KiB data, 156 MiB used, 715 GiB / 715 GiB avail; 63/726 objects degraded (8.678%) 2024-03-30T04:46:01.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:00 smithi105 bash[58125]: cluster 2024-03-30T04:46:00.414940+0000 mon.a (mon.0) 4757 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:01.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:00 smithi105 bash[58125]: cluster 2024-03-30T04:46:00.423677+0000 mon.a (mon.0) 4758 : cluster [INF] osd.2 [v2:172.21.15.97:6818/2173286624,v1:172.21.15.97:6819/2173286624] boot 2024-03-30T04:46:01.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:00 smithi105 bash[58125]: cluster 2024-03-30T04:46:00.423827+0000 mon.a (mon.0) 4759 : cluster [DBG] osdmap e120: 8 total, 8 up, 8 in 2024-03-30T04:46:01.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:00 smithi105 bash[58125]: audit 2024-03-30T04:46:00.424732+0000 mon.a (mon.0) 4760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-30T04:46:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:01 smithi105 bash[58125]: audit 2024-03-30T04:46:00.569058+0000 mgr.y (mgr.25387) 2256 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:01 smithi105 bash[58125]: cluster 2024-03-30T04:46:01.430985+0000 mon.a (mon.0) 4761 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-03-30T04:46:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:01 smithi105 bash[58125]: audit 2024-03-30T04:46:01.523066+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:01 smithi105 bash[58125]: audit 2024-03-30T04:46:01.528704+0000 mon.a (mon.0) 4763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:01 smithi105 bash[58125]: audit 2024-03-30T04:46:01.535011+0000 mon.a (mon.0) 4764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[69502]: audit 2024-03-30T04:46:00.569058+0000 mgr.y (mgr.25387) 2256 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[69502]: cluster 2024-03-30T04:46:01.430985+0000 mon.a (mon.0) 4761 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[69502]: audit 2024-03-30T04:46:01.523066+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[69502]: audit 2024-03-30T04:46:01.528704+0000 mon.a (mon.0) 4763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[69502]: audit 2024-03-30T04:46:01.535011+0000 mon.a (mon.0) 4764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[73934]: audit 2024-03-30T04:46:00.569058+0000 mgr.y (mgr.25387) 2256 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[73934]: cluster 2024-03-30T04:46:01.430985+0000 mon.a (mon.0) 4761 : cluster [DBG] osdmap e121: 8 total, 8 up, 8 in 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[73934]: audit 2024-03-30T04:46:01.523066+0000 mon.a (mon.0) 4762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[73934]: audit 2024-03-30T04:46:01.528704+0000 mon.a (mon.0) 4763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:01 smithi097 bash[73934]: audit 2024-03-30T04:46:01.535011+0000 mon.a (mon.0) 4764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:02.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:46:02] "GET /metrics HTTP/1.1" 200 38428 "" "Prometheus/2.33.4" 2024-03-30T04:46:03.205 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:02 smithi097 bash[73934]: cluster 2024-03-30T04:46:01.529841+0000 mgr.y (mgr.25387) 2257 : cluster [DBG] pgmap v1438: 161 pgs: 5 peering, 10 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 166 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.205 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:02 smithi097 bash[73934]: cluster 2024-03-30T04:46:01.530107+0000 mgr.y (mgr.25387) 2258 : cluster [DBG] pgmap v1439: 161 pgs: 5 peering, 10 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 166 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.205 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:02 smithi097 bash[69502]: cluster 2024-03-30T04:46:01.529841+0000 mgr.y (mgr.25387) 2257 : cluster [DBG] pgmap v1438: 161 pgs: 5 peering, 10 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 166 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.205 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:02 smithi097 bash[69502]: cluster 2024-03-30T04:46:01.530107+0000 mgr.y (mgr.25387) 2258 : cluster [DBG] pgmap v1439: 161 pgs: 5 peering, 10 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 166 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:02 smithi105 bash[58125]: cluster 2024-03-30T04:46:01.529841+0000 mgr.y (mgr.25387) 2257 : cluster [DBG] pgmap v1438: 161 pgs: 5 peering, 10 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 166 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:46:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:02 smithi105 bash[58125]: cluster 2024-03-30T04:46:01.530107+0000 mgr.y (mgr.25387) 2258 : cluster [DBG] pgmap v1439: 161 pgs: 5 peering, 10 active+undersized+degraded, 32 active+undersized, 114 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 166 op/s; 41/726 objects degraded (5.647%) 2024-03-30T04:46:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:04 smithi105 bash[58125]: cluster 2024-03-30T04:46:03.531142+0000 mgr.y (mgr.25387) 2259 : cluster [DBG] pgmap v1440: 161 pgs: 5 peering, 9 active+undersized+degraded, 28 active+undersized, 119 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 183 op/s; 35/726 objects degraded (4.821%); 0 B/s, 0 objects/s recovering 2024-03-30T04:46:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:04 smithi105 bash[58125]: cluster 2024-03-30T04:46:04.577827+0000 mon.a (mon.0) 4765 : cluster [WRN] Health check update: Degraded data redundancy: 35/726 objects degraded (4.821%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:04 smithi097 bash[69502]: cluster 2024-03-30T04:46:03.531142+0000 mgr.y (mgr.25387) 2259 : cluster [DBG] pgmap v1440: 161 pgs: 5 peering, 9 active+undersized+degraded, 28 active+undersized, 119 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 183 op/s; 35/726 objects degraded (4.821%); 0 B/s, 0 objects/s recovering 2024-03-30T04:46:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:04 smithi097 bash[69502]: cluster 2024-03-30T04:46:04.577827+0000 mon.a (mon.0) 4765 : cluster [WRN] Health check update: Degraded data redundancy: 35/726 objects degraded (4.821%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:04 smithi097 bash[73934]: cluster 2024-03-30T04:46:03.531142+0000 mgr.y (mgr.25387) 2259 : cluster [DBG] pgmap v1440: 161 pgs: 5 peering, 9 active+undersized+degraded, 28 active+undersized, 119 active+clean; 585 KiB data, 157 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 183 op/s; 35/726 objects degraded (4.821%); 0 B/s, 0 objects/s recovering 2024-03-30T04:46:05.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:04 smithi097 bash[73934]: cluster 2024-03-30T04:46:04.577827+0000 mon.a (mon.0) 4765 : cluster [WRN] Health check update: Degraded data redundancy: 35/726 objects degraded (4.821%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:06.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:06 smithi097 bash[69502]: cluster 2024-03-30T04:46:05.954451+0000 mon.a (mon.0) 4766 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/726 objects degraded (4.821%), 9 pgs degraded) 2024-03-30T04:46:06.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:06 smithi097 bash[73934]: cluster 2024-03-30T04:46:05.954451+0000 mon.a (mon.0) 4766 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/726 objects degraded (4.821%), 9 pgs degraded) 2024-03-30T04:46:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:06 smithi105 bash[58125]: cluster 2024-03-30T04:46:05.954451+0000 mon.a (mon.0) 4766 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/726 objects degraded (4.821%), 9 pgs degraded) 2024-03-30T04:46:07.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:07 smithi097 bash[73934]: cluster 2024-03-30T04:46:05.532650+0000 mgr.y (mgr.25387) 2260 : cluster [DBG] pgmap v1441: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 146 KiB/s rd, 0 B/s wr, 241 op/s; 0 B/s, 4 objects/s recovering 2024-03-30T04:46:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:07 smithi097 bash[69502]: cluster 2024-03-30T04:46:05.532650+0000 mgr.y (mgr.25387) 2260 : cluster [DBG] pgmap v1441: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 146 KiB/s rd, 0 B/s wr, 241 op/s; 0 B/s, 4 objects/s recovering 2024-03-30T04:46:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:07 smithi105 bash[58125]: cluster 2024-03-30T04:46:05.532650+0000 mgr.y (mgr.25387) 2260 : cluster [DBG] pgmap v1441: 161 pgs: 5 peering, 156 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 146 KiB/s rd, 0 B/s wr, 241 op/s; 0 B/s, 4 objects/s recovering 2024-03-30T04:46:09.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:09 smithi097 bash[73934]: cluster 2024-03-30T04:46:07.533649+0000 mgr.y (mgr.25387) 2261 : cluster [DBG] pgmap v1442: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 130 op/s; 0 B/s, 5 objects/s recovering 2024-03-30T04:46:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:09 smithi097 bash[69502]: cluster 2024-03-30T04:46:07.533649+0000 mgr.y (mgr.25387) 2261 : cluster [DBG] pgmap v1442: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 130 op/s; 0 B/s, 5 objects/s recovering 2024-03-30T04:46:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:09 smithi105 bash[58125]: cluster 2024-03-30T04:46:07.533649+0000 mgr.y (mgr.25387) 2261 : cluster [DBG] pgmap v1442: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 0 B/s wr, 130 op/s; 0 B/s, 5 objects/s recovering 2024-03-30T04:46:10.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:10 smithi097 bash[73934]: audit 2024-03-30T04:46:09.494278+0000 mon.a (mon.0) 4767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:10.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:10 smithi097 bash[73934]: audit 2024-03-30T04:46:09.496612+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:10.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:10 smithi097 bash[73934]: cluster 2024-03-30T04:46:09.547321+0000 mgr.y (mgr.25387) 2262 : cluster [DBG] pgmap v1443: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s; 0 B/s, 4 objects/s recovering 2024-03-30T04:46:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:10 smithi097 bash[69502]: audit 2024-03-30T04:46:09.494278+0000 mon.a (mon.0) 4767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:10 smithi097 bash[69502]: audit 2024-03-30T04:46:09.496612+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:10.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:10 smithi097 bash[69502]: cluster 2024-03-30T04:46:09.547321+0000 mgr.y (mgr.25387) 2262 : cluster [DBG] pgmap v1443: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s; 0 B/s, 4 objects/s recovering 2024-03-30T04:46:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:10 smithi105 bash[58125]: audit 2024-03-30T04:46:09.494278+0000 mon.a (mon.0) 4767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:10 smithi105 bash[58125]: audit 2024-03-30T04:46:09.496612+0000 mon.a (mon.0) 4768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:10.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:10 smithi105 bash[58125]: cluster 2024-03-30T04:46:09.547321+0000 mgr.y (mgr.25387) 2262 : cluster [DBG] pgmap v1443: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s; 0 B/s, 4 objects/s recovering 2024-03-30T04:46:11.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:11 smithi097 bash[69502]: audit 2024-03-30T04:46:10.577276+0000 mgr.y (mgr.25387) 2263 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:11.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:11 smithi097 bash[73934]: audit 2024-03-30T04:46:10.577276+0000 mgr.y (mgr.25387) 2263 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:11.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:11 smithi105 bash[58125]: audit 2024-03-30T04:46:10.577276+0000 mgr.y (mgr.25387) 2263 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:12.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:12 smithi097 bash[69502]: cluster 2024-03-30T04:46:11.548879+0000 mgr.y (mgr.25387) 2264 : cluster [DBG] pgmap v1444: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:46:12.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:46:12] "GET /metrics HTTP/1.1" 200 38437 "" "Prometheus/2.33.4" 2024-03-30T04:46:12.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:12 smithi097 bash[73934]: cluster 2024-03-30T04:46:11.548879+0000 mgr.y (mgr.25387) 2264 : cluster [DBG] pgmap v1444: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:46:12.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:12 smithi105 bash[58125]: cluster 2024-03-30T04:46:11.548879+0000 mgr.y (mgr.25387) 2264 : cluster [DBG] pgmap v1444: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:46:13.147 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:46:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:13 smithi097 bash[73934]: audit 2024-03-30T04:46:12.981369+0000 mon.a (mon.0) 4769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:46:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:13 smithi097 bash[73934]: audit 2024-03-30T04:46:12.981799+0000 mgr.y (mgr.25387) 2265 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:46:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:13 smithi097 bash[73934]: cephadm 2024-03-30T04:46:12.984373+0000 mgr.y (mgr.25387) 2266 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:46:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:13 smithi097 bash[69502]: audit 2024-03-30T04:46:12.981369+0000 mon.a (mon.0) 4769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:46:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:13 smithi097 bash[69502]: audit 2024-03-30T04:46:12.981799+0000 mgr.y (mgr.25387) 2265 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:46:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:13 smithi097 bash[69502]: cephadm 2024-03-30T04:46:12.984373+0000 mgr.y (mgr.25387) 2266 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 12s ago 18m - - 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 17s ago 18m - - 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (5m) 12s ago 12m 13.1M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 17s ago 11m - - 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (4m) 12s ago 9m 44.7M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (4m) 17s ago 17m 437M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (4m) 12s ago 19m 515M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:46:13.881 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (3m) 12s ago 19m 94.3M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (2m) 17s ago 18m 41.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (2m) 12s ago 18m 47.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (5m) 12s ago 12m 9587k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (5m) 17s ago 12m 8836k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (93s) 12s ago 17m 47.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (54s) 12s ago 16m 51.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (21s) 12s ago 16m 46.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (15m) 12s ago 15m 60.0M 4096M 17.2.0 e1d6a67b021e 92ce2866a7be 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (15m) 17s ago 15m 61.3M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (14m) 17s ago 14m 56.1M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (13m) 17s ago 13m 55.3M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (13m) 17s ago 13m 59.4M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (4m) 17s ago 12m 67.6M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:46:13.882 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (10m) 12s ago 10m 87.3M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:46:13.883 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (10m) 17s ago 10m 87.3M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:46:13.883 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (10m) 12s ago 10m 87.4M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:46:13.883 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (9m) 17s ago 9m 87.4M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:46:13.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:13 smithi105 bash[58125]: audit 2024-03-30T04:46:12.981369+0000 mon.a (mon.0) 4769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:46:13.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:13 smithi105 bash[58125]: audit 2024-03-30T04:46:12.981799+0000 mgr.y (mgr.25387) 2265 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-30T04:46:13.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:13 smithi105 bash[58125]: cephadm 2024-03-30T04:46:12.984373+0000 mgr.y (mgr.25387) 2266 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:46:14.333 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:46:14.334 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "8/23 daemons upgraded", 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:46:14.740 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:46:14.741 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:46:14.835 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[73934]: audit 2024-03-30T04:46:13.139470+0000 mgr.y (mgr.25387) 2267 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[73934]: audit 2024-03-30T04:46:13.506256+0000 mgr.y (mgr.25387) 2268 : audit [DBG] from='client.54307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[73934]: cluster 2024-03-30T04:46:13.549500+0000 mgr.y (mgr.25387) 2269 : cluster [DBG] pgmap v1445: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[73934]: audit 2024-03-30T04:46:13.864222+0000 mgr.y (mgr.25387) 2270 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[73934]: audit 2024-03-30T04:46:14.338294+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.97:0/4258765854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[69502]: audit 2024-03-30T04:46:13.139470+0000 mgr.y (mgr.25387) 2267 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[69502]: audit 2024-03-30T04:46:13.506256+0000 mgr.y (mgr.25387) 2268 : audit [DBG] from='client.54307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[69502]: cluster 2024-03-30T04:46:13.549500+0000 mgr.y (mgr.25387) 2269 : cluster [DBG] pgmap v1445: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[69502]: audit 2024-03-30T04:46:13.864222+0000 mgr.y (mgr.25387) 2270 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.836 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:14 smithi097 bash[69502]: audit 2024-03-30T04:46:14.338294+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.97:0/4258765854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:14.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:14 smithi105 bash[58125]: audit 2024-03-30T04:46:13.139470+0000 mgr.y (mgr.25387) 2267 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:14 smithi105 bash[58125]: audit 2024-03-30T04:46:13.506256+0000 mgr.y (mgr.25387) 2268 : audit [DBG] from='client.54307 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:14 smithi105 bash[58125]: cluster 2024-03-30T04:46:13.549500+0000 mgr.y (mgr.25387) 2269 : cluster [DBG] pgmap v1445: 161 pgs: 161 active+clean; 585 KiB data, 170 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s; 0 B/s, 3 objects/s recovering 2024-03-30T04:46:14.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:14 smithi105 bash[58125]: audit 2024-03-30T04:46:13.864222+0000 mgr.y (mgr.25387) 2270 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:14.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:14 smithi105 bash[58125]: audit 2024-03-30T04:46:14.338294+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.97:0/4258765854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:15.159 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:46:15.159 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:46:15.159 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:46:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:15 smithi105 bash[58125]: audit 2024-03-30T04:46:14.633693+0000 mon.a (mon.0) 4770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:15 smithi105 bash[58125]: audit 2024-03-30T04:46:14.745345+0000 mgr.y (mgr.25387) 2271 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:15 smithi105 bash[58125]: audit 2024-03-30T04:46:15.164941+0000 mon.a (mon.0) 4771 : audit [DBG] from='client.? 172.21.15.97:0/3538982148' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:15 smithi105 bash[58125]: audit 2024-03-30T04:46:15.508763+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:15 smithi105 bash[58125]: audit 2024-03-30T04:46:15.511688+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:46:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:15 smithi105 bash[58125]: audit 2024-03-30T04:46:15.513332+0000 mon.a (mon.0) 4774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:15.940 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[69502]: audit 2024-03-30T04:46:14.633693+0000 mon.a (mon.0) 4770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[69502]: audit 2024-03-30T04:46:14.745345+0000 mgr.y (mgr.25387) 2271 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[69502]: audit 2024-03-30T04:46:15.164941+0000 mon.a (mon.0) 4771 : audit [DBG] from='client.? 172.21.15.97:0/3538982148' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[69502]: audit 2024-03-30T04:46:15.508763+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[69502]: audit 2024-03-30T04:46:15.511688+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[69502]: audit 2024-03-30T04:46:15.513332+0000 mon.a (mon.0) 4774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[73934]: audit 2024-03-30T04:46:14.633693+0000 mon.a (mon.0) 4770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[73934]: audit 2024-03-30T04:46:14.745345+0000 mgr.y (mgr.25387) 2271 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[73934]: audit 2024-03-30T04:46:15.164941+0000 mon.a (mon.0) 4771 : audit [DBG] from='client.? 172.21.15.97:0/3538982148' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[73934]: audit 2024-03-30T04:46:15.508763+0000 mon.a (mon.0) 4772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[73934]: audit 2024-03-30T04:46:15.511688+0000 mon.a (mon.0) 4773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-30T04:46:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:15 smithi097 bash[73934]: audit 2024-03-30T04:46:15.513332+0000 mon.a (mon.0) 4774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:16.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:16 smithi097 bash[69502]: cephadm 2024-03-30T04:46:15.503372+0000 mgr.y (mgr.25387) 2272 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:46:16.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:16 smithi097 bash[69502]: cephadm 2024-03-30T04:46:15.519079+0000 mgr.y (mgr.25387) 2273 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-03-30T04:46:16.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:16 smithi097 bash[69502]: cluster 2024-03-30T04:46:15.550371+0000 mgr.y (mgr.25387) 2274 : cluster [DBG] pgmap v1446: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:46:16.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:16 smithi097 bash[73934]: cephadm 2024-03-30T04:46:15.503372+0000 mgr.y (mgr.25387) 2272 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:46:16.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:16 smithi097 bash[73934]: cephadm 2024-03-30T04:46:15.519079+0000 mgr.y (mgr.25387) 2273 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-03-30T04:46:16.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:16 smithi097 bash[73934]: cluster 2024-03-30T04:46:15.550371+0000 mgr.y (mgr.25387) 2274 : cluster [DBG] pgmap v1446: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:46:16.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:16 smithi105 bash[58125]: cephadm 2024-03-30T04:46:15.503372+0000 mgr.y (mgr.25387) 2272 : cephadm [INF] Upgrade: Updating osd.3 2024-03-30T04:46:16.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:16 smithi105 bash[58125]: cephadm 2024-03-30T04:46:15.519079+0000 mgr.y (mgr.25387) 2273 : cephadm [INF] Deploying daemon osd.3 on smithi097 2024-03-30T04:46:16.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:16 smithi105 bash[58125]: cluster 2024-03-30T04:46:15.550371+0000 mgr.y (mgr.25387) 2274 : cluster [DBG] pgmap v1446: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s; 0 B/s, 2 objects/s recovering 2024-03-30T04:46:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[73934]: audit 2024-03-30T04:46:16.979780+0000 mon.a (mon.0) 4775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[73934]: audit 2024-03-30T04:46:16.986170+0000 mon.a (mon.0) 4776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[73934]: cluster 2024-03-30T04:46:16.987387+0000 mgr.y (mgr.25387) 2275 : cluster [DBG] pgmap v1447: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s; 0 B/s, 1 objects/s recovering 2024-03-30T04:46:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[73934]: cluster 2024-03-30T04:46:16.987660+0000 mgr.y (mgr.25387) 2276 : cluster [DBG] pgmap v1448: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 63 op/s 2024-03-30T04:46:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[73934]: audit 2024-03-30T04:46:16.993157+0000 mon.a (mon.0) 4777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[69502]: audit 2024-03-30T04:46:16.979780+0000 mon.a (mon.0) 4775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[69502]: audit 2024-03-30T04:46:16.986170+0000 mon.a (mon.0) 4776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[69502]: cluster 2024-03-30T04:46:16.987387+0000 mgr.y (mgr.25387) 2275 : cluster [DBG] pgmap v1447: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s; 0 B/s, 1 objects/s recovering 2024-03-30T04:46:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[69502]: cluster 2024-03-30T04:46:16.987660+0000 mgr.y (mgr.25387) 2276 : cluster [DBG] pgmap v1448: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 63 op/s 2024-03-30T04:46:18.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:17 smithi097 bash[69502]: audit 2024-03-30T04:46:16.993157+0000 mon.a (mon.0) 4777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:17 smithi105 bash[58125]: audit 2024-03-30T04:46:16.979780+0000 mon.a (mon.0) 4775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:17 smithi105 bash[58125]: audit 2024-03-30T04:46:16.986170+0000 mon.a (mon.0) 4776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:18.383 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:17 smithi105 bash[58125]: cluster 2024-03-30T04:46:16.987387+0000 mgr.y (mgr.25387) 2275 : cluster [DBG] pgmap v1447: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s; 0 B/s, 1 objects/s recovering 2024-03-30T04:46:18.383 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:17 smithi105 bash[58125]: cluster 2024-03-30T04:46:16.987660+0000 mgr.y (mgr.25387) 2276 : cluster [DBG] pgmap v1448: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 63 op/s 2024-03-30T04:46:18.383 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:17 smithi105 bash[58125]: audit 2024-03-30T04:46:16.993157+0000 mon.a (mon.0) 4777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:20.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:20 smithi097 bash[69502]: cluster 2024-03-30T04:46:18.988154+0000 mgr.y (mgr.25387) 2277 : cluster [DBG] pgmap v1449: 161 pgs: 161 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-03-30T04:46:20.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:20 smithi097 bash[73934]: cluster 2024-03-30T04:46:18.988154+0000 mgr.y (mgr.25387) 2277 : cluster [DBG] pgmap v1449: 161 pgs: 161 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-03-30T04:46:20.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:20 smithi105 bash[58125]: cluster 2024-03-30T04:46:18.988154+0000 mgr.y (mgr.25387) 2277 : cluster [DBG] pgmap v1449: 161 pgs: 161 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-03-30T04:46:21.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.377 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.378 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.378 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.378 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:21.378 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:21 smithi097 systemd[1]: Stopping Ceph osd.3 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:46:21.379 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:21 smithi097 bash[37544]: debug 2024-03-30T04:46:21.152+0000 7f77efc25700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:46:21.379 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:21 smithi097 bash[37544]: debug 2024-03-30T04:46:21.152+0000 7f77efc25700 -1 osd.3 121 *** Got signal Terminated *** 2024-03-30T04:46:21.379 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:21 smithi097 bash[37544]: debug 2024-03-30T04:46:21.152+0000 7f77efc25700 -1 osd.3 121 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:46:21.379 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:46:20 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[69502]: audit 2024-03-30T04:46:20.585651+0000 mgr.y (mgr.25387) 2278 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[69502]: cluster 2024-03-30T04:46:20.989639+0000 mgr.y (mgr.25387) 2279 : cluster [DBG] pgmap v1450: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s 2024-03-30T04:46:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[69502]: cluster 2024-03-30T04:46:21.159634+0000 mon.a (mon.0) 4778 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:46:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[69502]: audit 2024-03-30T04:46:21.726702+0000 mon.a (mon.0) 4779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[69502]: audit 2024-03-30T04:46:21.738599+0000 mon.a (mon.0) 4780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[69502]: audit 2024-03-30T04:46:21.754139+0000 mon.a (mon.0) 4781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[73934]: audit 2024-03-30T04:46:20.585651+0000 mgr.y (mgr.25387) 2278 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[73934]: cluster 2024-03-30T04:46:20.989639+0000 mgr.y (mgr.25387) 2279 : cluster [DBG] pgmap v1450: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s 2024-03-30T04:46:22.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[73934]: cluster 2024-03-30T04:46:21.159634+0000 mon.a (mon.0) 4778 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:46:22.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[73934]: audit 2024-03-30T04:46:21.726702+0000 mon.a (mon.0) 4779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[73934]: audit 2024-03-30T04:46:21.738599+0000 mon.a (mon.0) 4780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[73934]: audit 2024-03-30T04:46:21.754139+0000 mon.a (mon.0) 4781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:22 smithi105 bash[58125]: audit 2024-03-30T04:46:20.585651+0000 mgr.y (mgr.25387) 2278 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:22 smithi105 bash[58125]: cluster 2024-03-30T04:46:20.989639+0000 mgr.y (mgr.25387) 2279 : cluster [DBG] pgmap v1450: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 92 KiB/s rd, 0 B/s wr, 152 op/s 2024-03-30T04:46:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:22 smithi105 bash[58125]: cluster 2024-03-30T04:46:21.159634+0000 mon.a (mon.0) 4778 : cluster [INF] osd.3 marked itself down and dead 2024-03-30T04:46:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:22 smithi105 bash[58125]: audit 2024-03-30T04:46:21.726702+0000 mon.a (mon.0) 4779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:22 smithi105 bash[58125]: audit 2024-03-30T04:46:21.738599+0000 mon.a (mon.0) 4780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:22 smithi105 bash[58125]: audit 2024-03-30T04:46:21.754139+0000 mon.a (mon.0) 4781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:22.852 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:46:22] "GET /metrics HTTP/1.1" 200 38437 "" "Prometheus/2.33.4" 2024-03-30T04:46:23.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[69502]: cluster 2024-03-30T04:46:21.741503+0000 mgr.y (mgr.25387) 2280 : cluster [DBG] pgmap v1451: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 175 op/s 2024-03-30T04:46:23.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[69502]: cluster 2024-03-30T04:46:21.742279+0000 mgr.y (mgr.25387) 2281 : cluster [DBG] pgmap v1452: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s rd, 0 B/s wr, 150 op/s 2024-03-30T04:46:23.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[69502]: cluster 2024-03-30T04:46:22.054375+0000 mon.a (mon.0) 4782 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:23.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[69502]: cluster 2024-03-30T04:46:22.076143+0000 mon.a (mon.0) 4783 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-30T04:46:23.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[73934]: cluster 2024-03-30T04:46:21.741503+0000 mgr.y (mgr.25387) 2280 : cluster [DBG] pgmap v1451: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 175 op/s 2024-03-30T04:46:23.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[73934]: cluster 2024-03-30T04:46:21.742279+0000 mgr.y (mgr.25387) 2281 : cluster [DBG] pgmap v1452: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s rd, 0 B/s wr, 150 op/s 2024-03-30T04:46:23.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[73934]: cluster 2024-03-30T04:46:22.054375+0000 mon.a (mon.0) 4782 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:23.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[73934]: cluster 2024-03-30T04:46:22.076143+0000 mon.a (mon.0) 4783 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-30T04:46:23.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:23 smithi105 bash[58125]: cluster 2024-03-30T04:46:21.741503+0000 mgr.y (mgr.25387) 2280 : cluster [DBG] pgmap v1451: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 0 B/s wr, 175 op/s 2024-03-30T04:46:23.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:23 smithi105 bash[58125]: cluster 2024-03-30T04:46:21.742279+0000 mgr.y (mgr.25387) 2281 : cluster [DBG] pgmap v1452: 161 pgs: 161 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s rd, 0 B/s wr, 150 op/s 2024-03-30T04:46:23.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:23 smithi105 bash[58125]: cluster 2024-03-30T04:46:22.054375+0000 mon.a (mon.0) 4782 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:46:23.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:23 smithi105 bash[58125]: cluster 2024-03-30T04:46:22.076143+0000 mon.a (mon.0) 4783 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-03-30T04:46:23.507 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[86758]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:46:23.875 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:23 smithi097 bash[86911]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:46:24.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[73934]: cluster 2024-03-30T04:46:23.078551+0000 mon.a (mon.0) 4784 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-30T04:46:24.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[73934]: audit 2024-03-30T04:46:23.442182+0000 mon.a (mon.0) 4785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[73934]: audit 2024-03-30T04:46:23.447835+0000 mon.a (mon.0) 4786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[73934]: audit 2024-03-30T04:46:23.453646+0000 mon.a (mon.0) 4787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[69502]: cluster 2024-03-30T04:46:23.078551+0000 mon.a (mon.0) 4784 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-30T04:46:24.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[69502]: audit 2024-03-30T04:46:23.442182+0000 mon.a (mon.0) 4785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[69502]: audit 2024-03-30T04:46:23.447835+0000 mon.a (mon.0) 4786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:24 smithi097 bash[69502]: audit 2024-03-30T04:46:23.453646+0000 mon.a (mon.0) 4787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:24 smithi105 bash[58125]: cluster 2024-03-30T04:46:23.078551+0000 mon.a (mon.0) 4784 : cluster [DBG] osdmap e123: 8 total, 7 up, 8 in 2024-03-30T04:46:24.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:24 smithi105 bash[58125]: audit 2024-03-30T04:46:23.442182+0000 mon.a (mon.0) 4785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:24 smithi105 bash[58125]: audit 2024-03-30T04:46:23.447835+0000 mon.a (mon.0) 4786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:24.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:24 smithi105 bash[58125]: audit 2024-03-30T04:46:23.453646+0000 mon.a (mon.0) 4787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[73934]: cluster 2024-03-30T04:46:23.448983+0000 mgr.y (mgr.25387) 2282 : cluster [DBG] pgmap v1455: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 134 op/s 2024-03-30T04:46:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[73934]: cluster 2024-03-30T04:46:23.449273+0000 mgr.y (mgr.25387) 2283 : cluster [DBG] pgmap v1456: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[73934]: cluster 2024-03-30T04:46:24.446061+0000 mon.a (mon.0) 4788 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[73934]: cluster 2024-03-30T04:46:24.446132+0000 mon.a (mon.0) 4789 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[73934]: audit 2024-03-30T04:46:24.490751+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[73934]: audit 2024-03-30T04:46:24.492273+0000 mon.a (mon.0) 4791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[69502]: cluster 2024-03-30T04:46:23.448983+0000 mgr.y (mgr.25387) 2282 : cluster [DBG] pgmap v1455: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 134 op/s 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[69502]: cluster 2024-03-30T04:46:23.449273+0000 mgr.y (mgr.25387) 2283 : cluster [DBG] pgmap v1456: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[69502]: cluster 2024-03-30T04:46:24.446061+0000 mon.a (mon.0) 4788 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[69502]: cluster 2024-03-30T04:46:24.446132+0000 mon.a (mon.0) 4789 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[69502]: audit 2024-03-30T04:46:24.490751+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 bash[69502]: audit 2024-03-30T04:46:24.492273+0000 mon.a (mon.0) 4791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:25 smithi105 bash[58125]: cluster 2024-03-30T04:46:23.448983+0000 mgr.y (mgr.25387) 2282 : cluster [DBG] pgmap v1455: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s rd, 0 B/s wr, 134 op/s 2024-03-30T04:46:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:25 smithi105 bash[58125]: cluster 2024-03-30T04:46:23.449273+0000 mgr.y (mgr.25387) 2283 : cluster [DBG] pgmap v1456: 161 pgs: 14 peering, 21 stale+active+clean, 126 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:25 smithi105 bash[58125]: cluster 2024-03-30T04:46:24.446061+0000 mon.a (mon.0) 4788 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:25 smithi105 bash[58125]: cluster 2024-03-30T04:46:24.446132+0000 mon.a (mon.0) 4789 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:46:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:25 smithi105 bash[58125]: audit 2024-03-30T04:46:24.490751+0000 mon.a (mon.0) 4790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:25 smithi105 bash[58125]: audit 2024-03-30T04:46:24.492273+0000 mon.a (mon.0) 4791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:25.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.875 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.875 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.876 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.877 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:25.877 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.3.service: Deactivated successfully. 2024-03-30T04:46:25.877 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: Stopped Ceph osd.3 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:25.877 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:26.374 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:25 smithi097 systemd[1]: Started Ceph osd.3 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:46:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:25.451276+0000 mgr.y (mgr.25387) 2284 : cluster [DBG] pgmap v1457: 161 pgs: 13 active+undersized+degraded, 14 peering, 5 stale+active+clean, 27 active+undersized, 102 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:46:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:25.947739+0000 mon.a (mon.0) 4792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:25.954988+0000 mon.a (mon.0) 4793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:25.959787+0000 mon.a (mon.0) 4794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:25.961878+0000 mon.a (mon.0) 4795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:25.962520+0000 mon.a (mon.0) 4796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:25.964021+0000 mgr.y (mgr.25387) 2285 : cluster [DBG] pgmap v1458: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:25.964355+0000 mgr.y (mgr.25387) 2286 : cluster [DBG] pgmap v1459: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:25.969255+0000 mon.a (mon.0) 4797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cephadm 2024-03-30T04:46:25.969678+0000 mgr.y (mgr.25387) 2287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.026676+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.028559+0000 mon.a (mon.0) 4799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.029832+0000 mon.a (mon.0) 4800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.031706+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.032344+0000 mon.a (mon.0) 4802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.033762+0000 mgr.y (mgr.25387) 2288 : cluster [DBG] pgmap v1460: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.034106+0000 mgr.y (mgr.25387) 2289 : cluster [DBG] pgmap v1461: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.039447+0000 mon.a (mon.0) 4803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.039906+0000 mgr.y (mgr.25387) 2290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.074313+0000 mon.a (mon.0) 4804 : cluster [WRN] Health check failed: Degraded data redundancy: 67/726 objects degraded (9.229%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.101931+0000 mon.a (mon.0) 4805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.104158+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.105020+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.107041+0000 mon.a (mon.0) 4808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.107697+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.109123+0000 mgr.y (mgr.25387) 2291 : cluster [DBG] pgmap v1462: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.109448+0000 mgr.y (mgr.25387) 2292 : cluster [DBG] pgmap v1463: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.116753+0000 mon.a (mon.0) 4810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.117235+0000 mgr.y (mgr.25387) 2293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.174459+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.177212+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.178609+0000 mon.a (mon.0) 4813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.181533+0000 mon.a (mon.0) 4814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.182535+0000 mon.a (mon.0) 4815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.192884+0000 mon.a (mon.0) 4816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.255234+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.257362+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.258174+0000 mon.a (mon.0) 4819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.260093+0000 mon.a (mon.0) 4820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.260760+0000 mon.a (mon.0) 4821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.268825+0000 mon.a (mon.0) 4822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.330536+0000 mon.a (mon.0) 4823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.333365+0000 mon.a (mon.0) 4824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.334766+0000 mon.a (mon.0) 4825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.337527+0000 mon.a (mon.0) 4826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.338500+0000 mon.a (mon.0) 4827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.349281+0000 mon.a (mon.0) 4828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.432525+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.435335+0000 mon.a (mon.0) 4830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.436723+0000 mon.a (mon.0) 4831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.439353+0000 mon.a (mon.0) 4832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.440283+0000 mon.a (mon.0) 4833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.451160+0000 mon.a (mon.0) 4834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.529411+0000 mon.a (mon.0) 4835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.532208+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.533591+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.536284+0000 mon.a (mon.0) 4838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.537292+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.547871+0000 mon.a (mon.0) 4840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.626712+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.629544+0000 mon.a (mon.0) 4842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.630897+0000 mon.a (mon.0) 4843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.633690+0000 mon.a (mon.0) 4844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.634682+0000 mon.a (mon.0) 4845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.643790+0000 mon.a (mon.0) 4846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.717605+0000 mon.a (mon.0) 4847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.719436+0000 mon.a (mon.0) 4848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.720230+0000 mon.a (mon.0) 4849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.722144+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.722765+0000 mon.a (mon.0) 4851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.730697+0000 mon.a (mon.0) 4852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.787876+0000 mon.a (mon.0) 4853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.789727+0000 mon.a (mon.0) 4854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.790588+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.792584+0000 mon.a (mon.0) 4856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.793232+0000 mon.a (mon.0) 4857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.803555+0000 mon.a (mon.0) 4858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.877987+0000 mon.a (mon.0) 4859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.879821+0000 mon.a (mon.0) 4860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.880906+0000 mon.a (mon.0) 4861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.882850+0000 mon.a (mon.0) 4862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.883474+0000 mon.a (mon.0) 4863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.890996+0000 mon.a (mon.0) 4864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.932134+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.933907+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.934707+0000 mon.a (mon.0) 4867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.936498+0000 mon.a (mon.0) 4868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.937131+0000 mon.a (mon.0) 4869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:26 smithi105 bash[58125]: audit 2024-03-30T04:46:26.943139+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:25.451276+0000 mgr.y (mgr.25387) 2284 : cluster [DBG] pgmap v1457: 161 pgs: 13 active+undersized+degraded, 14 peering, 5 stale+active+clean, 27 active+undersized, 102 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:25.947739+0000 mon.a (mon.0) 4792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:25.954988+0000 mon.a (mon.0) 4793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:25.959787+0000 mon.a (mon.0) 4794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:25.961878+0000 mon.a (mon.0) 4795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:25.962520+0000 mon.a (mon.0) 4796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:25.964021+0000 mgr.y (mgr.25387) 2285 : cluster [DBG] pgmap v1458: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:25.964355+0000 mgr.y (mgr.25387) 2286 : cluster [DBG] pgmap v1459: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:25.969255+0000 mon.a (mon.0) 4797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cephadm 2024-03-30T04:46:25.969678+0000 mgr.y (mgr.25387) 2287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.026676+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.028559+0000 mon.a (mon.0) 4799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.029832+0000 mon.a (mon.0) 4800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.031706+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.032344+0000 mon.a (mon.0) 4802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.033762+0000 mgr.y (mgr.25387) 2288 : cluster [DBG] pgmap v1460: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.034106+0000 mgr.y (mgr.25387) 2289 : cluster [DBG] pgmap v1461: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:25.451276+0000 mgr.y (mgr.25387) 2284 : cluster [DBG] pgmap v1457: 161 pgs: 13 active+undersized+degraded, 14 peering, 5 stale+active+clean, 27 active+undersized, 102 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 42/726 objects degraded (5.785%) 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:25.947739+0000 mon.a (mon.0) 4792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:25.954988+0000 mon.a (mon.0) 4793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:25.959787+0000 mon.a (mon.0) 4794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:25.961878+0000 mon.a (mon.0) 4795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:25.962520+0000 mon.a (mon.0) 4796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:25.964021+0000 mgr.y (mgr.25387) 2285 : cluster [DBG] pgmap v1458: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:25.964355+0000 mgr.y (mgr.25387) 2286 : cluster [DBG] pgmap v1459: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:25.969255+0000 mon.a (mon.0) 4797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cephadm 2024-03-30T04:46:25.969678+0000 mgr.y (mgr.25387) 2287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.026676+0000 mon.a (mon.0) 4798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.028559+0000 mon.a (mon.0) 4799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.029832+0000 mon.a (mon.0) 4800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.031706+0000 mon.a (mon.0) 4801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.032344+0000 mon.a (mon.0) 4802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.033762+0000 mgr.y (mgr.25387) 2288 : cluster [DBG] pgmap v1460: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.034106+0000 mgr.y (mgr.25387) 2289 : cluster [DBG] pgmap v1461: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.039447+0000 mon.a (mon.0) 4803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.039906+0000 mgr.y (mgr.25387) 2290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.074313+0000 mon.a (mon.0) 4804 : cluster [WRN] Health check failed: Degraded data redundancy: 67/726 objects degraded (9.229%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.101931+0000 mon.a (mon.0) 4805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.104158+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.105020+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.107041+0000 mon.a (mon.0) 4808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.107697+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.109123+0000 mgr.y (mgr.25387) 2291 : cluster [DBG] pgmap v1462: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.109448+0000 mgr.y (mgr.25387) 2292 : cluster [DBG] pgmap v1463: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.116753+0000 mon.a (mon.0) 4810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.117235+0000 mgr.y (mgr.25387) 2293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.174459+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.177212+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.178609+0000 mon.a (mon.0) 4813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.181533+0000 mon.a (mon.0) 4814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.182535+0000 mon.a (mon.0) 4815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.192884+0000 mon.a (mon.0) 4816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.255234+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.257362+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.258174+0000 mon.a (mon.0) 4819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.260093+0000 mon.a (mon.0) 4820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.260760+0000 mon.a (mon.0) 4821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.268825+0000 mon.a (mon.0) 4822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.330536+0000 mon.a (mon.0) 4823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.333365+0000 mon.a (mon.0) 4824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.334766+0000 mon.a (mon.0) 4825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.337527+0000 mon.a (mon.0) 4826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.338500+0000 mon.a (mon.0) 4827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.349281+0000 mon.a (mon.0) 4828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.432525+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.435335+0000 mon.a (mon.0) 4830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.436723+0000 mon.a (mon.0) 4831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.439353+0000 mon.a (mon.0) 4832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.440283+0000 mon.a (mon.0) 4833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.451160+0000 mon.a (mon.0) 4834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.529411+0000 mon.a (mon.0) 4835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.039447+0000 mon.a (mon.0) 4803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.039906+0000 mgr.y (mgr.25387) 2290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.074313+0000 mon.a (mon.0) 4804 : cluster [WRN] Health check failed: Degraded data redundancy: 67/726 objects degraded (9.229%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.101931+0000 mon.a (mon.0) 4805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.104158+0000 mon.a (mon.0) 4806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.105020+0000 mon.a (mon.0) 4807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.107041+0000 mon.a (mon.0) 4808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.107697+0000 mon.a (mon.0) 4809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.109123+0000 mgr.y (mgr.25387) 2291 : cluster [DBG] pgmap v1462: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.109448+0000 mgr.y (mgr.25387) 2292 : cluster [DBG] pgmap v1463: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.116753+0000 mon.a (mon.0) 4810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.117235+0000 mgr.y (mgr.25387) 2293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.174459+0000 mon.a (mon.0) 4811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.177212+0000 mon.a (mon.0) 4812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.178609+0000 mon.a (mon.0) 4813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.181533+0000 mon.a (mon.0) 4814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.182535+0000 mon.a (mon.0) 4815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.192884+0000 mon.a (mon.0) 4816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.532208+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.533591+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.536284+0000 mon.a (mon.0) 4838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.537292+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.547871+0000 mon.a (mon.0) 4840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.626712+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.629544+0000 mon.a (mon.0) 4842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.630897+0000 mon.a (mon.0) 4843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.633690+0000 mon.a (mon.0) 4844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.634682+0000 mon.a (mon.0) 4845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.643790+0000 mon.a (mon.0) 4846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.717605+0000 mon.a (mon.0) 4847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.719436+0000 mon.a (mon.0) 4848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.720230+0000 mon.a (mon.0) 4849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.722144+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.722765+0000 mon.a (mon.0) 4851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.730697+0000 mon.a (mon.0) 4852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.787876+0000 mon.a (mon.0) 4853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.789727+0000 mon.a (mon.0) 4854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.790588+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.792584+0000 mon.a (mon.0) 4856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.793232+0000 mon.a (mon.0) 4857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.803555+0000 mon.a (mon.0) 4858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.877987+0000 mon.a (mon.0) 4859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.879821+0000 mon.a (mon.0) 4860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.880906+0000 mon.a (mon.0) 4861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.882850+0000 mon.a (mon.0) 4862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.883474+0000 mon.a (mon.0) 4863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.890996+0000 mon.a (mon.0) 4864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.932134+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.933907+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.934707+0000 mon.a (mon.0) 4867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.936498+0000 mon.a (mon.0) 4868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.937131+0000 mon.a (mon.0) 4869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[73934]: audit 2024-03-30T04:46:26.943139+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.255234+0000 mon.a (mon.0) 4817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.257362+0000 mon.a (mon.0) 4818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.258174+0000 mon.a (mon.0) 4819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.260093+0000 mon.a (mon.0) 4820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.260760+0000 mon.a (mon.0) 4821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.268825+0000 mon.a (mon.0) 4822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.330536+0000 mon.a (mon.0) 4823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.333365+0000 mon.a (mon.0) 4824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.334766+0000 mon.a (mon.0) 4825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.337527+0000 mon.a (mon.0) 4826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.338500+0000 mon.a (mon.0) 4827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.349281+0000 mon.a (mon.0) 4828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.432525+0000 mon.a (mon.0) 4829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.435335+0000 mon.a (mon.0) 4830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.436723+0000 mon.a (mon.0) 4831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.439353+0000 mon.a (mon.0) 4832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.440283+0000 mon.a (mon.0) 4833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.451160+0000 mon.a (mon.0) 4834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.529411+0000 mon.a (mon.0) 4835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.532208+0000 mon.a (mon.0) 4836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.533591+0000 mon.a (mon.0) 4837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.536284+0000 mon.a (mon.0) 4838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.537292+0000 mon.a (mon.0) 4839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.547871+0000 mon.a (mon.0) 4840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.626712+0000 mon.a (mon.0) 4841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.629544+0000 mon.a (mon.0) 4842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.630897+0000 mon.a (mon.0) 4843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.633690+0000 mon.a (mon.0) 4844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.634682+0000 mon.a (mon.0) 4845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.643790+0000 mon.a (mon.0) 4846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.717605+0000 mon.a (mon.0) 4847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.719436+0000 mon.a (mon.0) 4848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.720230+0000 mon.a (mon.0) 4849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.722144+0000 mon.a (mon.0) 4850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.722765+0000 mon.a (mon.0) 4851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.730697+0000 mon.a (mon.0) 4852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.787876+0000 mon.a (mon.0) 4853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.789727+0000 mon.a (mon.0) 4854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.790588+0000 mon.a (mon.0) 4855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.792584+0000 mon.a (mon.0) 4856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.793232+0000 mon.a (mon.0) 4857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.803555+0000 mon.a (mon.0) 4858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.877987+0000 mon.a (mon.0) 4859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.879821+0000 mon.a (mon.0) 4860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.880906+0000 mon.a (mon.0) 4861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.882850+0000 mon.a (mon.0) 4862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.883474+0000 mon.a (mon.0) 4863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.890996+0000 mon.a (mon.0) 4864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.932134+0000 mon.a (mon.0) 4865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.933907+0000 mon.a (mon.0) 4866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.934707+0000 mon.a (mon.0) 4867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.936498+0000 mon.a (mon.0) 4868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.937131+0000 mon.a (mon.0) 4869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:27.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:26 smithi097 bash[69502]: audit 2024-03-30T04:46:26.943139+0000 mon.a (mon.0) 4870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-30T04:46:27.953 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[87062]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-30T04:46:27.953 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.184177+0000 mgr.y (mgr.25387) 2294 : cluster [DBG] pgmap v1464: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.953 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.184517+0000 mgr.y (mgr.25387) 2295 : cluster [DBG] pgmap v1465: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.953 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.193428+0000 mgr.y (mgr.25387) 2296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.262118+0000 mgr.y (mgr.25387) 2297 : cluster [DBG] pgmap v1466: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.262505+0000 mgr.y (mgr.25387) 2298 : cluster [DBG] pgmap v1467: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.269245+0000 mgr.y (mgr.25387) 2299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.340715+0000 mgr.y (mgr.25387) 2300 : cluster [DBG] pgmap v1468: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.341839+0000 mgr.y (mgr.25387) 2301 : cluster [DBG] pgmap v1469: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.350077+0000 mgr.y (mgr.25387) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.442436+0000 mgr.y (mgr.25387) 2303 : cluster [DBG] pgmap v1470: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:27.954 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.443562+0000 mgr.y (mgr.25387) 2304 : cluster [DBG] pgmap v1471: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.184177+0000 mgr.y (mgr.25387) 2294 : cluster [DBG] pgmap v1464: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.184517+0000 mgr.y (mgr.25387) 2295 : cluster [DBG] pgmap v1465: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.193428+0000 mgr.y (mgr.25387) 2296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.262118+0000 mgr.y (mgr.25387) 2297 : cluster [DBG] pgmap v1466: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.262505+0000 mgr.y (mgr.25387) 2298 : cluster [DBG] pgmap v1467: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.269245+0000 mgr.y (mgr.25387) 2299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.340715+0000 mgr.y (mgr.25387) 2300 : cluster [DBG] pgmap v1468: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.341839+0000 mgr.y (mgr.25387) 2301 : cluster [DBG] pgmap v1469: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.350077+0000 mgr.y (mgr.25387) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.442436+0000 mgr.y (mgr.25387) 2303 : cluster [DBG] pgmap v1470: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.443562+0000 mgr.y (mgr.25387) 2304 : cluster [DBG] pgmap v1471: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.451712+0000 mgr.y (mgr.25387) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.539473+0000 mgr.y (mgr.25387) 2306 : cluster [DBG] pgmap v1472: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.540617+0000 mgr.y (mgr.25387) 2307 : cluster [DBG] pgmap v1473: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.548546+0000 mgr.y (mgr.25387) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.636903+0000 mgr.y (mgr.25387) 2309 : cluster [DBG] pgmap v1474: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.637816+0000 mgr.y (mgr.25387) 2310 : cluster [DBG] pgmap v1475: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.644386+0000 mgr.y (mgr.25387) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.724097+0000 mgr.y (mgr.25387) 2312 : cluster [DBG] pgmap v1476: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.724523+0000 mgr.y (mgr.25387) 2313 : cluster [DBG] pgmap v1477: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.731201+0000 mgr.y (mgr.25387) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.794763+0000 mgr.y (mgr.25387) 2315 : cluster [DBG] pgmap v1478: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.795189+0000 mgr.y (mgr.25387) 2316 : cluster [DBG] pgmap v1479: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.804219+0000 mgr.y (mgr.25387) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.884817+0000 mgr.y (mgr.25387) 2318 : cluster [DBG] pgmap v1480: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.885218+0000 mgr.y (mgr.25387) 2319 : cluster [DBG] pgmap v1481: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.891471+0000 mgr.y (mgr.25387) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.938495+0000 mgr.y (mgr.25387) 2321 : cluster [DBG] pgmap v1482: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:26.938913+0000 mgr.y (mgr.25387) 2322 : cluster [DBG] pgmap v1483: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:26.943539+0000 mgr.y (mgr.25387) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.003448+0000 mon.a (mon.0) 4871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.005211+0000 mon.a (mon.0) 4872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.006004+0000 mon.a (mon.0) 4873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.007748+0000 mon.a (mon.0) 4874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.008339+0000 mon.a (mon.0) 4875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.009604+0000 mgr.y (mgr.25387) 2324 : cluster [DBG] pgmap v1484: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.010020+0000 mgr.y (mgr.25387) 2325 : cluster [DBG] pgmap v1485: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.014247+0000 mon.a (mon.0) 4876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.014738+0000 mgr.y (mgr.25387) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.071469+0000 mon.a (mon.0) 4877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.073275+0000 mon.a (mon.0) 4878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.074070+0000 mon.a (mon.0) 4879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.076176+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.076853+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.078595+0000 mgr.y (mgr.25387) 2327 : cluster [DBG] pgmap v1486: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.078997+0000 mgr.y (mgr.25387) 2328 : cluster [DBG] pgmap v1487: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.084473+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.084910+0000 mgr.y (mgr.25387) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.143943+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.146285+0000 mon.a (mon.0) 4884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.147499+0000 mon.a (mon.0) 4885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.150089+0000 mon.a (mon.0) 4886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.150816+0000 mon.a (mon.0) 4887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.157459+0000 mon.a (mon.0) 4888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.201100+0000 mon.a (mon.0) 4889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.203030+0000 mon.a (mon.0) 4890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.203947+0000 mon.a (mon.0) 4891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.206482+0000 mon.a (mon.0) 4892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.207305+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.215894+0000 mon.a (mon.0) 4894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.258377+0000 mon.a (mon.0) 4895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.260199+0000 mon.a (mon.0) 4896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.261074+0000 mon.a (mon.0) 4897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.263029+0000 mon.a (mon.0) 4898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.263643+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.270864+0000 mon.a (mon.0) 4900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.333877+0000 mon.a (mon.0) 4901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.336281+0000 mon.a (mon.0) 4902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.337306+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.339637+0000 mon.a (mon.0) 4904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.340440+0000 mon.a (mon.0) 4905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.348064+0000 mon.a (mon.0) 4906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.407448+0000 mon.a (mon.0) 4907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.409852+0000 mon.a (mon.0) 4908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.410834+0000 mon.a (mon.0) 4909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.413092+0000 mon.a (mon.0) 4910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.413801+0000 mon.a (mon.0) 4911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.428390+0000 mon.a (mon.0) 4912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.486178+0000 mon.a (mon.0) 4913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.488006+0000 mon.a (mon.0) 4914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.488799+0000 mon.a (mon.0) 4915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.491039+0000 mon.a (mon.0) 4916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.491675+0000 mon.a (mon.0) 4917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.498874+0000 mon.a (mon.0) 4918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.556254+0000 mon.a (mon.0) 4919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.558222+0000 mon.a (mon.0) 4920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.559013+0000 mon.a (mon.0) 4921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.560812+0000 mon.a (mon.0) 4922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.561369+0000 mon.a (mon.0) 4923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.568320+0000 mon.a (mon.0) 4924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.626145+0000 mon.a (mon.0) 4925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.628269+0000 mon.a (mon.0) 4926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.629393+0000 mon.a (mon.0) 4927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.631681+0000 mon.a (mon.0) 4928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.632394+0000 mon.a (mon.0) 4929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.640293+0000 mon.a (mon.0) 4930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.697469+0000 mon.a (mon.0) 4931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.699763+0000 mon.a (mon.0) 4932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.700738+0000 mon.a (mon.0) 4933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.703176+0000 mon.a (mon.0) 4934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.703969+0000 mon.a (mon.0) 4935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.710233+0000 mon.a (mon.0) 4936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.767306+0000 mon.a (mon.0) 4937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.769144+0000 mon.a (mon.0) 4938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.769889+0000 mon.a (mon.0) 4939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.771586+0000 mon.a (mon.0) 4940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.772143+0000 mon.a (mon.0) 4941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.778011+0000 mon.a (mon.0) 4942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.835434+0000 mon.a (mon.0) 4943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.837375+0000 mon.a (mon.0) 4944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.838316+0000 mon.a (mon.0) 4945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.840223+0000 mon.a (mon.0) 4946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.840894+0000 mon.a (mon.0) 4947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.847812+0000 mon.a (mon.0) 4948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.889868+0000 mon.a (mon.0) 4949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.891703+0000 mon.a (mon.0) 4950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.892602+0000 mon.a (mon.0) 4951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.894383+0000 mon.a (mon.0) 4952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.894987+0000 mon.a (mon.0) 4953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:27 smithi105 bash[58125]: audit 2024-03-30T04:46:27.901263+0000 mon.a (mon.0) 4954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.451712+0000 mgr.y (mgr.25387) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.539473+0000 mgr.y (mgr.25387) 2306 : cluster [DBG] pgmap v1472: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.540617+0000 mgr.y (mgr.25387) 2307 : cluster [DBG] pgmap v1473: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.548546+0000 mgr.y (mgr.25387) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.636903+0000 mgr.y (mgr.25387) 2309 : cluster [DBG] pgmap v1474: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.637816+0000 mgr.y (mgr.25387) 2310 : cluster [DBG] pgmap v1475: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.644386+0000 mgr.y (mgr.25387) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.724097+0000 mgr.y (mgr.25387) 2312 : cluster [DBG] pgmap v1476: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.724523+0000 mgr.y (mgr.25387) 2313 : cluster [DBG] pgmap v1477: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.731201+0000 mgr.y (mgr.25387) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.794763+0000 mgr.y (mgr.25387) 2315 : cluster [DBG] pgmap v1478: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.795189+0000 mgr.y (mgr.25387) 2316 : cluster [DBG] pgmap v1479: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.804219+0000 mgr.y (mgr.25387) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.884817+0000 mgr.y (mgr.25387) 2318 : cluster [DBG] pgmap v1480: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.885218+0000 mgr.y (mgr.25387) 2319 : cluster [DBG] pgmap v1481: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.891471+0000 mgr.y (mgr.25387) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.938495+0000 mgr.y (mgr.25387) 2321 : cluster [DBG] pgmap v1482: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:26.938913+0000 mgr.y (mgr.25387) 2322 : cluster [DBG] pgmap v1483: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:26.943539+0000 mgr.y (mgr.25387) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.003448+0000 mon.a (mon.0) 4871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.005211+0000 mon.a (mon.0) 4872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.006004+0000 mon.a (mon.0) 4873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.007748+0000 mon.a (mon.0) 4874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.008339+0000 mon.a (mon.0) 4875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.009604+0000 mgr.y (mgr.25387) 2324 : cluster [DBG] pgmap v1484: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.010020+0000 mgr.y (mgr.25387) 2325 : cluster [DBG] pgmap v1485: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.014247+0000 mon.a (mon.0) 4876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.014738+0000 mgr.y (mgr.25387) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.071469+0000 mon.a (mon.0) 4877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.073275+0000 mon.a (mon.0) 4878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.074070+0000 mon.a (mon.0) 4879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.076176+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.076853+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.078595+0000 mgr.y (mgr.25387) 2327 : cluster [DBG] pgmap v1486: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.078997+0000 mgr.y (mgr.25387) 2328 : cluster [DBG] pgmap v1487: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.084473+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.084910+0000 mgr.y (mgr.25387) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.143943+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.146285+0000 mon.a (mon.0) 4884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.147499+0000 mon.a (mon.0) 4885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.150089+0000 mon.a (mon.0) 4886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.150816+0000 mon.a (mon.0) 4887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.157459+0000 mon.a (mon.0) 4888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.201100+0000 mon.a (mon.0) 4889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.203030+0000 mon.a (mon.0) 4890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.203947+0000 mon.a (mon.0) 4891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.206482+0000 mon.a (mon.0) 4892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.207305+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.215894+0000 mon.a (mon.0) 4894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.258377+0000 mon.a (mon.0) 4895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.260199+0000 mon.a (mon.0) 4896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.261074+0000 mon.a (mon.0) 4897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.263029+0000 mon.a (mon.0) 4898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.263643+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.270864+0000 mon.a (mon.0) 4900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.333877+0000 mon.a (mon.0) 4901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.336281+0000 mon.a (mon.0) 4902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.337306+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.339637+0000 mon.a (mon.0) 4904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.340440+0000 mon.a (mon.0) 4905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.348064+0000 mon.a (mon.0) 4906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.407448+0000 mon.a (mon.0) 4907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.409852+0000 mon.a (mon.0) 4908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.410834+0000 mon.a (mon.0) 4909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.413092+0000 mon.a (mon.0) 4910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.413801+0000 mon.a (mon.0) 4911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.428390+0000 mon.a (mon.0) 4912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.486178+0000 mon.a (mon.0) 4913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.488006+0000 mon.a (mon.0) 4914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.488799+0000 mon.a (mon.0) 4915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.184177+0000 mgr.y (mgr.25387) 2294 : cluster [DBG] pgmap v1464: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.184517+0000 mgr.y (mgr.25387) 2295 : cluster [DBG] pgmap v1465: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.193428+0000 mgr.y (mgr.25387) 2296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.262118+0000 mgr.y (mgr.25387) 2297 : cluster [DBG] pgmap v1466: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.262505+0000 mgr.y (mgr.25387) 2298 : cluster [DBG] pgmap v1467: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.269245+0000 mgr.y (mgr.25387) 2299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.340715+0000 mgr.y (mgr.25387) 2300 : cluster [DBG] pgmap v1468: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.341839+0000 mgr.y (mgr.25387) 2301 : cluster [DBG] pgmap v1469: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.350077+0000 mgr.y (mgr.25387) 2302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.442436+0000 mgr.y (mgr.25387) 2303 : cluster [DBG] pgmap v1470: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.443562+0000 mgr.y (mgr.25387) 2304 : cluster [DBG] pgmap v1471: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.451712+0000 mgr.y (mgr.25387) 2305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.539473+0000 mgr.y (mgr.25387) 2306 : cluster [DBG] pgmap v1472: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.540617+0000 mgr.y (mgr.25387) 2307 : cluster [DBG] pgmap v1473: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.548546+0000 mgr.y (mgr.25387) 2308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.636903+0000 mgr.y (mgr.25387) 2309 : cluster [DBG] pgmap v1474: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.637816+0000 mgr.y (mgr.25387) 2310 : cluster [DBG] pgmap v1475: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.644386+0000 mgr.y (mgr.25387) 2311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.724097+0000 mgr.y (mgr.25387) 2312 : cluster [DBG] pgmap v1476: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.724523+0000 mgr.y (mgr.25387) 2313 : cluster [DBG] pgmap v1477: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.731201+0000 mgr.y (mgr.25387) 2314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.794763+0000 mgr.y (mgr.25387) 2315 : cluster [DBG] pgmap v1478: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.795189+0000 mgr.y (mgr.25387) 2316 : cluster [DBG] pgmap v1479: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.804219+0000 mgr.y (mgr.25387) 2317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.884817+0000 mgr.y (mgr.25387) 2318 : cluster [DBG] pgmap v1480: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.885218+0000 mgr.y (mgr.25387) 2319 : cluster [DBG] pgmap v1481: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.891471+0000 mgr.y (mgr.25387) 2320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.938495+0000 mgr.y (mgr.25387) 2321 : cluster [DBG] pgmap v1482: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:26.938913+0000 mgr.y (mgr.25387) 2322 : cluster [DBG] pgmap v1483: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:26.943539+0000 mgr.y (mgr.25387) 2323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.003448+0000 mon.a (mon.0) 4871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.005211+0000 mon.a (mon.0) 4872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.006004+0000 mon.a (mon.0) 4873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.007748+0000 mon.a (mon.0) 4874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.008339+0000 mon.a (mon.0) 4875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.009604+0000 mgr.y (mgr.25387) 2324 : cluster [DBG] pgmap v1484: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.010020+0000 mgr.y (mgr.25387) 2325 : cluster [DBG] pgmap v1485: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.014247+0000 mon.a (mon.0) 4876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.014738+0000 mgr.y (mgr.25387) 2326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.071469+0000 mon.a (mon.0) 4877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.073275+0000 mon.a (mon.0) 4878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.074070+0000 mon.a (mon.0) 4879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.076176+0000 mon.a (mon.0) 4880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.076853+0000 mon.a (mon.0) 4881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.078595+0000 mgr.y (mgr.25387) 2327 : cluster [DBG] pgmap v1486: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.078997+0000 mgr.y (mgr.25387) 2328 : cluster [DBG] pgmap v1487: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.084473+0000 mon.a (mon.0) 4882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.084910+0000 mgr.y (mgr.25387) 2329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.143943+0000 mon.a (mon.0) 4883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.146285+0000 mon.a (mon.0) 4884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.147499+0000 mon.a (mon.0) 4885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.150089+0000 mon.a (mon.0) 4886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.150816+0000 mon.a (mon.0) 4887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.157459+0000 mon.a (mon.0) 4888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.201100+0000 mon.a (mon.0) 4889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.203030+0000 mon.a (mon.0) 4890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.203947+0000 mon.a (mon.0) 4891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.206482+0000 mon.a (mon.0) 4892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.207305+0000 mon.a (mon.0) 4893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.215894+0000 mon.a (mon.0) 4894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.258377+0000 mon.a (mon.0) 4895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.260199+0000 mon.a (mon.0) 4896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.261074+0000 mon.a (mon.0) 4897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.263029+0000 mon.a (mon.0) 4898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.263643+0000 mon.a (mon.0) 4899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.270864+0000 mon.a (mon.0) 4900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.333877+0000 mon.a (mon.0) 4901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.336281+0000 mon.a (mon.0) 4902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.337306+0000 mon.a (mon.0) 4903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.339637+0000 mon.a (mon.0) 4904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.340440+0000 mon.a (mon.0) 4905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.348064+0000 mon.a (mon.0) 4906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.407448+0000 mon.a (mon.0) 4907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.409852+0000 mon.a (mon.0) 4908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.410834+0000 mon.a (mon.0) 4909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.413092+0000 mon.a (mon.0) 4910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.413801+0000 mon.a (mon.0) 4911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.428390+0000 mon.a (mon.0) 4912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.486178+0000 mon.a (mon.0) 4913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.488006+0000 mon.a (mon.0) 4914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.488799+0000 mon.a (mon.0) 4915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.491039+0000 mon.a (mon.0) 4916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.491675+0000 mon.a (mon.0) 4917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.498874+0000 mon.a (mon.0) 4918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.556254+0000 mon.a (mon.0) 4919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.558222+0000 mon.a (mon.0) 4920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.559013+0000 mon.a (mon.0) 4921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.560812+0000 mon.a (mon.0) 4922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.561369+0000 mon.a (mon.0) 4923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.568320+0000 mon.a (mon.0) 4924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.626145+0000 mon.a (mon.0) 4925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.628269+0000 mon.a (mon.0) 4926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.629393+0000 mon.a (mon.0) 4927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.631681+0000 mon.a (mon.0) 4928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.632394+0000 mon.a (mon.0) 4929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.640293+0000 mon.a (mon.0) 4930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.697469+0000 mon.a (mon.0) 4931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.699763+0000 mon.a (mon.0) 4932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.700738+0000 mon.a (mon.0) 4933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.703176+0000 mon.a (mon.0) 4934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.703969+0000 mon.a (mon.0) 4935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.710233+0000 mon.a (mon.0) 4936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.767306+0000 mon.a (mon.0) 4937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.769144+0000 mon.a (mon.0) 4938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.769889+0000 mon.a (mon.0) 4939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.771586+0000 mon.a (mon.0) 4940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.772143+0000 mon.a (mon.0) 4941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.778011+0000 mon.a (mon.0) 4942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.835434+0000 mon.a (mon.0) 4943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.837375+0000 mon.a (mon.0) 4944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.838316+0000 mon.a (mon.0) 4945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.840223+0000 mon.a (mon.0) 4946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.840894+0000 mon.a (mon.0) 4947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.847812+0000 mon.a (mon.0) 4948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.889868+0000 mon.a (mon.0) 4949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.891703+0000 mon.a (mon.0) 4950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.892602+0000 mon.a (mon.0) 4951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.894383+0000 mon.a (mon.0) 4952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.894987+0000 mon.a (mon.0) 4953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[73934]: audit 2024-03-30T04:46:27.901263+0000 mon.a (mon.0) 4954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.491039+0000 mon.a (mon.0) 4916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.491675+0000 mon.a (mon.0) 4917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.498874+0000 mon.a (mon.0) 4918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.556254+0000 mon.a (mon.0) 4919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.558222+0000 mon.a (mon.0) 4920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.559013+0000 mon.a (mon.0) 4921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.560812+0000 mon.a (mon.0) 4922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.561369+0000 mon.a (mon.0) 4923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.568320+0000 mon.a (mon.0) 4924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.626145+0000 mon.a (mon.0) 4925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.628269+0000 mon.a (mon.0) 4926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.629393+0000 mon.a (mon.0) 4927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.631681+0000 mon.a (mon.0) 4928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.632394+0000 mon.a (mon.0) 4929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.640293+0000 mon.a (mon.0) 4930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.697469+0000 mon.a (mon.0) 4931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.699763+0000 mon.a (mon.0) 4932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.700738+0000 mon.a (mon.0) 4933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.703176+0000 mon.a (mon.0) 4934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.703969+0000 mon.a (mon.0) 4935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.710233+0000 mon.a (mon.0) 4936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.767306+0000 mon.a (mon.0) 4937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.769144+0000 mon.a (mon.0) 4938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.769889+0000 mon.a (mon.0) 4939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.771586+0000 mon.a (mon.0) 4940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.772143+0000 mon.a (mon.0) 4941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.778011+0000 mon.a (mon.0) 4942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.835434+0000 mon.a (mon.0) 4943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.837375+0000 mon.a (mon.0) 4944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.838316+0000 mon.a (mon.0) 4945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.840223+0000 mon.a (mon.0) 4946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.840894+0000 mon.a (mon.0) 4947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.847812+0000 mon.a (mon.0) 4948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.889868+0000 mon.a (mon.0) 4949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.891703+0000 mon.a (mon.0) 4950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:28.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.892602+0000 mon.a (mon.0) 4951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:28.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.894383+0000 mon.a (mon.0) 4952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:28.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.894987+0000 mon.a (mon.0) 4953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:28.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:27 smithi097 bash[69502]: audit 2024-03-30T04:46:27.901263+0000 mon.a (mon.0) 4954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.152386+0000 mgr.y (mgr.25387) 2330 : cluster [DBG] pgmap v1488: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.152824+0000 mgr.y (mgr.25387) 2331 : cluster [DBG] pgmap v1489: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.158192+0000 mgr.y (mgr.25387) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.209016+0000 mgr.y (mgr.25387) 2333 : cluster [DBG] pgmap v1490: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.209354+0000 mgr.y (mgr.25387) 2334 : cluster [DBG] pgmap v1491: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.216740+0000 mgr.y (mgr.25387) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.264998+0000 mgr.y (mgr.25387) 2336 : cluster [DBG] pgmap v1492: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.265333+0000 mgr.y (mgr.25387) 2337 : cluster [DBG] pgmap v1493: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.271595+0000 mgr.y (mgr.25387) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.342265+0000 mgr.y (mgr.25387) 2339 : cluster [DBG] pgmap v1494: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.342712+0000 mgr.y (mgr.25387) 2340 : cluster [DBG] pgmap v1495: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.348725+0000 mgr.y (mgr.25387) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.415572+0000 mgr.y (mgr.25387) 2342 : cluster [DBG] pgmap v1496: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.415963+0000 mgr.y (mgr.25387) 2343 : cluster [DBG] pgmap v1497: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.429086+0000 mgr.y (mgr.25387) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.152386+0000 mgr.y (mgr.25387) 2330 : cluster [DBG] pgmap v1488: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.152824+0000 mgr.y (mgr.25387) 2331 : cluster [DBG] pgmap v1489: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.158192+0000 mgr.y (mgr.25387) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.209016+0000 mgr.y (mgr.25387) 2333 : cluster [DBG] pgmap v1490: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.209354+0000 mgr.y (mgr.25387) 2334 : cluster [DBG] pgmap v1491: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.216740+0000 mgr.y (mgr.25387) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.264998+0000 mgr.y (mgr.25387) 2336 : cluster [DBG] pgmap v1492: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.265333+0000 mgr.y (mgr.25387) 2337 : cluster [DBG] pgmap v1493: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.271595+0000 mgr.y (mgr.25387) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.342265+0000 mgr.y (mgr.25387) 2339 : cluster [DBG] pgmap v1494: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.342712+0000 mgr.y (mgr.25387) 2340 : cluster [DBG] pgmap v1495: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.348725+0000 mgr.y (mgr.25387) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.415572+0000 mgr.y (mgr.25387) 2342 : cluster [DBG] pgmap v1496: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.415963+0000 mgr.y (mgr.25387) 2343 : cluster [DBG] pgmap v1497: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.429086+0000 mgr.y (mgr.25387) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.493182+0000 mgr.y (mgr.25387) 2345 : cluster [DBG] pgmap v1498: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.493541+0000 mgr.y (mgr.25387) 2346 : cluster [DBG] pgmap v1499: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.499487+0000 mgr.y (mgr.25387) 2347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.562624+0000 mgr.y (mgr.25387) 2348 : cluster [DBG] pgmap v1500: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.563007+0000 mgr.y (mgr.25387) 2349 : cluster [DBG] pgmap v1501: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.568882+0000 mgr.y (mgr.25387) 2350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.633824+0000 mgr.y (mgr.25387) 2351 : cluster [DBG] pgmap v1502: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.634217+0000 mgr.y (mgr.25387) 2352 : cluster [DBG] pgmap v1503: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.640867+0000 mgr.y (mgr.25387) 2353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.705415+0000 mgr.y (mgr.25387) 2354 : cluster [DBG] pgmap v1504: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.705799+0000 mgr.y (mgr.25387) 2355 : cluster [DBG] pgmap v1505: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.710802+0000 mgr.y (mgr.25387) 2356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.773462+0000 mgr.y (mgr.25387) 2357 : cluster [DBG] pgmap v1506: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.773865+0000 mgr.y (mgr.25387) 2358 : cluster [DBG] pgmap v1507: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.778538+0000 mgr.y (mgr.25387) 2359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.842457+0000 mgr.y (mgr.25387) 2360 : cluster [DBG] pgmap v1508: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.493182+0000 mgr.y (mgr.25387) 2345 : cluster [DBG] pgmap v1498: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.493541+0000 mgr.y (mgr.25387) 2346 : cluster [DBG] pgmap v1499: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.499487+0000 mgr.y (mgr.25387) 2347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.562624+0000 mgr.y (mgr.25387) 2348 : cluster [DBG] pgmap v1500: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.563007+0000 mgr.y (mgr.25387) 2349 : cluster [DBG] pgmap v1501: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.568882+0000 mgr.y (mgr.25387) 2350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.633824+0000 mgr.y (mgr.25387) 2351 : cluster [DBG] pgmap v1502: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.634217+0000 mgr.y (mgr.25387) 2352 : cluster [DBG] pgmap v1503: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.640867+0000 mgr.y (mgr.25387) 2353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.705415+0000 mgr.y (mgr.25387) 2354 : cluster [DBG] pgmap v1504: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.705799+0000 mgr.y (mgr.25387) 2355 : cluster [DBG] pgmap v1505: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.710802+0000 mgr.y (mgr.25387) 2356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.773462+0000 mgr.y (mgr.25387) 2357 : cluster [DBG] pgmap v1506: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.773865+0000 mgr.y (mgr.25387) 2358 : cluster [DBG] pgmap v1507: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.778538+0000 mgr.y (mgr.25387) 2359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.842457+0000 mgr.y (mgr.25387) 2360 : cluster [DBG] pgmap v1508: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.842827+0000 mgr.y (mgr.25387) 2361 : cluster [DBG] pgmap v1509: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.848446+0000 mgr.y (mgr.25387) 2362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.896411+0000 mgr.y (mgr.25387) 2363 : cluster [DBG] pgmap v1510: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.896808+0000 mgr.y (mgr.25387) 2364 : cluster [DBG] pgmap v1511: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.901672+0000 mgr.y (mgr.25387) 2365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:27.962603+0000 mon.a (mon.0) 4955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:27.964332+0000 mon.a (mon.0) 4956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:27.965130+0000 mon.a (mon.0) 4957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:27.966868+0000 mon.a (mon.0) 4958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:27.967486+0000 mon.a (mon.0) 4959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.968861+0000 mgr.y (mgr.25387) 2366 : cluster [DBG] pgmap v1512: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:27.969244+0000 mgr.y (mgr.25387) 2367 : cluster [DBG] pgmap v1513: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:27.974115+0000 mon.a (mon.0) 4960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:27.974586+0000 mgr.y (mgr.25387) 2368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.031524+0000 mon.a (mon.0) 4961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.033393+0000 mon.a (mon.0) 4962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.034217+0000 mon.a (mon.0) 4963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.842827+0000 mgr.y (mgr.25387) 2361 : cluster [DBG] pgmap v1509: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.848446+0000 mgr.y (mgr.25387) 2362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.896411+0000 mgr.y (mgr.25387) 2363 : cluster [DBG] pgmap v1510: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.896808+0000 mgr.y (mgr.25387) 2364 : cluster [DBG] pgmap v1511: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.901672+0000 mgr.y (mgr.25387) 2365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:27.962603+0000 mon.a (mon.0) 4955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:27.964332+0000 mon.a (mon.0) 4956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:27.965130+0000 mon.a (mon.0) 4957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:27.966868+0000 mon.a (mon.0) 4958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:27.967486+0000 mon.a (mon.0) 4959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.968861+0000 mgr.y (mgr.25387) 2366 : cluster [DBG] pgmap v1512: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:27.969244+0000 mgr.y (mgr.25387) 2367 : cluster [DBG] pgmap v1513: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:27.974115+0000 mon.a (mon.0) 4960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:27.974586+0000 mgr.y (mgr.25387) 2368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.031524+0000 mon.a (mon.0) 4961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.033393+0000 mon.a (mon.0) 4962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.034217+0000 mon.a (mon.0) 4963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.035997+0000 mon.a (mon.0) 4964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.036684+0000 mon.a (mon.0) 4965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.038073+0000 mgr.y (mgr.25387) 2369 : cluster [DBG] pgmap v1514: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.038451+0000 mgr.y (mgr.25387) 2370 : cluster [DBG] pgmap v1515: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.044598+0000 mon.a (mon.0) 4966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.045015+0000 mgr.y (mgr.25387) 2371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.077363+0000 mon.a (mon.0) 4967 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.086564+0000 mon.a (mon.0) 4968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.088745+0000 mon.a (mon.0) 4969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.089816+0000 mon.a (mon.0) 4970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.092036+0000 mon.a (mon.0) 4971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.092788+0000 mon.a (mon.0) 4972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.094341+0000 mgr.y (mgr.25387) 2372 : cluster [DBG] pgmap v1516: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.094724+0000 mgr.y (mgr.25387) 2373 : cluster [DBG] pgmap v1517: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.101103+0000 mon.a (mon.0) 4973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.101580+0000 mgr.y (mgr.25387) 2374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.141698+0000 mon.a (mon.0) 4974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.143416+0000 mon.a (mon.0) 4975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.035997+0000 mon.a (mon.0) 4964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.036684+0000 mon.a (mon.0) 4965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.038073+0000 mgr.y (mgr.25387) 2369 : cluster [DBG] pgmap v1514: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.038451+0000 mgr.y (mgr.25387) 2370 : cluster [DBG] pgmap v1515: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.044598+0000 mon.a (mon.0) 4966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.045015+0000 mgr.y (mgr.25387) 2371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.077363+0000 mon.a (mon.0) 4967 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.086564+0000 mon.a (mon.0) 4968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.088745+0000 mon.a (mon.0) 4969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.089816+0000 mon.a (mon.0) 4970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.092036+0000 mon.a (mon.0) 4971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.092788+0000 mon.a (mon.0) 4972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.094341+0000 mgr.y (mgr.25387) 2372 : cluster [DBG] pgmap v1516: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.094724+0000 mgr.y (mgr.25387) 2373 : cluster [DBG] pgmap v1517: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.101103+0000 mon.a (mon.0) 4973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.101580+0000 mgr.y (mgr.25387) 2374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.141698+0000 mon.a (mon.0) 4974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.143416+0000 mon.a (mon.0) 4975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.144181+0000 mon.a (mon.0) 4976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.145974+0000 mon.a (mon.0) 4977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.146562+0000 mon.a (mon.0) 4978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.154639+0000 mon.a (mon.0) 4979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.195425+0000 mon.a (mon.0) 4980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.197207+0000 mon.a (mon.0) 4981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.197976+0000 mon.a (mon.0) 4982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.199678+0000 mon.a (mon.0) 4983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.200174+0000 mon.a (mon.0) 4984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.206948+0000 mon.a (mon.0) 4985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.247971+0000 mon.a (mon.0) 4986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.250071+0000 mon.a (mon.0) 4987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.251262+0000 mon.a (mon.0) 4988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.253716+0000 mon.a (mon.0) 4989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.254294+0000 mon.a (mon.0) 4990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.261326+0000 mon.a (mon.0) 4991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.304456+0000 mon.a (mon.0) 4992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.306796+0000 mon.a (mon.0) 4993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.307773+0000 mon.a (mon.0) 4994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.144181+0000 mon.a (mon.0) 4976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.145974+0000 mon.a (mon.0) 4977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.146562+0000 mon.a (mon.0) 4978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.154639+0000 mon.a (mon.0) 4979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.195425+0000 mon.a (mon.0) 4980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.197207+0000 mon.a (mon.0) 4981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.197976+0000 mon.a (mon.0) 4982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.199678+0000 mon.a (mon.0) 4983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.200174+0000 mon.a (mon.0) 4984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.206948+0000 mon.a (mon.0) 4985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.247971+0000 mon.a (mon.0) 4986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.250071+0000 mon.a (mon.0) 4987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.251262+0000 mon.a (mon.0) 4988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.253716+0000 mon.a (mon.0) 4989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.254294+0000 mon.a (mon.0) 4990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.261326+0000 mon.a (mon.0) 4991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.304456+0000 mon.a (mon.0) 4992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.306796+0000 mon.a (mon.0) 4993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.307773+0000 mon.a (mon.0) 4994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.310055+0000 mon.a (mon.0) 4995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.310741+0000 mon.a (mon.0) 4996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.318562+0000 mon.a (mon.0) 4997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.376126+0000 mon.a (mon.0) 4998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.377911+0000 mon.a (mon.0) 4999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.378729+0000 mon.a (mon.0) 5000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.380546+0000 mon.a (mon.0) 5001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.381575+0000 mon.a (mon.0) 5002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.389771+0000 mon.a (mon.0) 5003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.446835+0000 mon.a (mon.0) 5004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.448542+0000 mon.a (mon.0) 5005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.449336+0000 mon.a (mon.0) 5006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.451085+0000 mon.a (mon.0) 5007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.451691+0000 mon.a (mon.0) 5008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.458533+0000 mon.a (mon.0) 5009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.517029+0000 mon.a (mon.0) 5010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.518911+0000 mon.a (mon.0) 5011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.519712+0000 mon.a (mon.0) 5012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.521661+0000 mon.a (mon.0) 5013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.310055+0000 mon.a (mon.0) 4995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.310741+0000 mon.a (mon.0) 4996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.318562+0000 mon.a (mon.0) 4997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.376126+0000 mon.a (mon.0) 4998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.377911+0000 mon.a (mon.0) 4999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.378729+0000 mon.a (mon.0) 5000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.380546+0000 mon.a (mon.0) 5001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.381575+0000 mon.a (mon.0) 5002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.389771+0000 mon.a (mon.0) 5003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.446835+0000 mon.a (mon.0) 5004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.448542+0000 mon.a (mon.0) 5005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.449336+0000 mon.a (mon.0) 5006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.451085+0000 mon.a (mon.0) 5007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.451691+0000 mon.a (mon.0) 5008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.458533+0000 mon.a (mon.0) 5009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.517029+0000 mon.a (mon.0) 5010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.518911+0000 mon.a (mon.0) 5011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.519712+0000 mon.a (mon.0) 5012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.521661+0000 mon.a (mon.0) 5013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.522283+0000 mon.a (mon.0) 5014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.529181+0000 mon.a (mon.0) 5015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.587052+0000 mon.a (mon.0) 5016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.588886+0000 mon.a (mon.0) 5017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.589686+0000 mon.a (mon.0) 5018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.591532+0000 mon.a (mon.0) 5019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.592149+0000 mon.a (mon.0) 5020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.599082+0000 mon.a (mon.0) 5021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.640179+0000 mon.a (mon.0) 5022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.641963+0000 mon.a (mon.0) 5023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.642825+0000 mon.a (mon.0) 5024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.644704+0000 mon.a (mon.0) 5025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.645388+0000 mon.a (mon.0) 5026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.652683+0000 mon.a (mon.0) 5027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.709674+0000 mon.a (mon.0) 5028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.712158+0000 mon.a (mon.0) 5029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.713474+0000 mon.a (mon.0) 5030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.717396+0000 mon.a (mon.0) 5031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.718542+0000 mon.a (mon.0) 5032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.728684+0000 mon.a (mon.0) 5033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.812702+0000 mon.a (mon.0) 5034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.816883+0000 mon.a (mon.0) 5035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.818735+0000 mon.a (mon.0) 5036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.823200+0000 mon.a (mon.0) 5037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.824567+0000 mon.a (mon.0) 5038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.839582+0000 mon.a (mon.0) 5039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.914586+0000 mon.a (mon.0) 5040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.916345+0000 mon.a (mon.0) 5041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.917216+0000 mon.a (mon.0) 5042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.919123+0000 mon.a (mon.0) 5043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.919775+0000 mon.a (mon.0) 5044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[73934]: audit 2024-03-30T04:46:28.927594+0000 mon.a (mon.0) 5045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.522283+0000 mon.a (mon.0) 5014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.529181+0000 mon.a (mon.0) 5015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.587052+0000 mon.a (mon.0) 5016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.588886+0000 mon.a (mon.0) 5017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.589686+0000 mon.a (mon.0) 5018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.591532+0000 mon.a (mon.0) 5019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.592149+0000 mon.a (mon.0) 5020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.599082+0000 mon.a (mon.0) 5021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.640179+0000 mon.a (mon.0) 5022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.641963+0000 mon.a (mon.0) 5023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.642825+0000 mon.a (mon.0) 5024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.644704+0000 mon.a (mon.0) 5025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.645388+0000 mon.a (mon.0) 5026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.652683+0000 mon.a (mon.0) 5027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.709674+0000 mon.a (mon.0) 5028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.712158+0000 mon.a (mon.0) 5029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.713474+0000 mon.a (mon.0) 5030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.717396+0000 mon.a (mon.0) 5031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.718542+0000 mon.a (mon.0) 5032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.728684+0000 mon.a (mon.0) 5033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.812702+0000 mon.a (mon.0) 5034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.816883+0000 mon.a (mon.0) 5035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.818735+0000 mon.a (mon.0) 5036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.823200+0000 mon.a (mon.0) 5037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.824567+0000 mon.a (mon.0) 5038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.839582+0000 mon.a (mon.0) 5039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.914586+0000 mon.a (mon.0) 5040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.916345+0000 mon.a (mon.0) 5041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.917216+0000 mon.a (mon.0) 5042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.919123+0000 mon.a (mon.0) 5043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.919775+0000 mon.a (mon.0) 5044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:28 smithi097 bash[69502]: audit 2024-03-30T04:46:28.927594+0000 mon.a (mon.0) 5045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.152386+0000 mgr.y (mgr.25387) 2330 : cluster [DBG] pgmap v1488: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.152824+0000 mgr.y (mgr.25387) 2331 : cluster [DBG] pgmap v1489: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.158192+0000 mgr.y (mgr.25387) 2332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.209016+0000 mgr.y (mgr.25387) 2333 : cluster [DBG] pgmap v1490: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.209354+0000 mgr.y (mgr.25387) 2334 : cluster [DBG] pgmap v1491: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.216740+0000 mgr.y (mgr.25387) 2335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.264998+0000 mgr.y (mgr.25387) 2336 : cluster [DBG] pgmap v1492: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.265333+0000 mgr.y (mgr.25387) 2337 : cluster [DBG] pgmap v1493: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.271595+0000 mgr.y (mgr.25387) 2338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.342265+0000 mgr.y (mgr.25387) 2339 : cluster [DBG] pgmap v1494: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.342712+0000 mgr.y (mgr.25387) 2340 : cluster [DBG] pgmap v1495: 161 pgs: 19 active+undersized+degraded, 14 peering, 33 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 67/726 objects degraded (9.229%) 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.348725+0000 mgr.y (mgr.25387) 2341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.415572+0000 mgr.y (mgr.25387) 2342 : cluster [DBG] pgmap v1496: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.415963+0000 mgr.y (mgr.25387) 2343 : cluster [DBG] pgmap v1497: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.429086+0000 mgr.y (mgr.25387) 2344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.493182+0000 mgr.y (mgr.25387) 2345 : cluster [DBG] pgmap v1498: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.493541+0000 mgr.y (mgr.25387) 2346 : cluster [DBG] pgmap v1499: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.499487+0000 mgr.y (mgr.25387) 2347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.562624+0000 mgr.y (mgr.25387) 2348 : cluster [DBG] pgmap v1500: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.563007+0000 mgr.y (mgr.25387) 2349 : cluster [DBG] pgmap v1501: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.568882+0000 mgr.y (mgr.25387) 2350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.633824+0000 mgr.y (mgr.25387) 2351 : cluster [DBG] pgmap v1502: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.634217+0000 mgr.y (mgr.25387) 2352 : cluster [DBG] pgmap v1503: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.640867+0000 mgr.y (mgr.25387) 2353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.705415+0000 mgr.y (mgr.25387) 2354 : cluster [DBG] pgmap v1504: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.705799+0000 mgr.y (mgr.25387) 2355 : cluster [DBG] pgmap v1505: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.710802+0000 mgr.y (mgr.25387) 2356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.773462+0000 mgr.y (mgr.25387) 2357 : cluster [DBG] pgmap v1506: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.773865+0000 mgr.y (mgr.25387) 2358 : cluster [DBG] pgmap v1507: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.778538+0000 mgr.y (mgr.25387) 2359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.842457+0000 mgr.y (mgr.25387) 2360 : cluster [DBG] pgmap v1508: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.842827+0000 mgr.y (mgr.25387) 2361 : cluster [DBG] pgmap v1509: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.848446+0000 mgr.y (mgr.25387) 2362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.896411+0000 mgr.y (mgr.25387) 2363 : cluster [DBG] pgmap v1510: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.896808+0000 mgr.y (mgr.25387) 2364 : cluster [DBG] pgmap v1511: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.901672+0000 mgr.y (mgr.25387) 2365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:27.962603+0000 mon.a (mon.0) 4955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:27.964332+0000 mon.a (mon.0) 4956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:27.965130+0000 mon.a (mon.0) 4957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:27.966868+0000 mon.a (mon.0) 4958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:27.967486+0000 mon.a (mon.0) 4959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.968861+0000 mgr.y (mgr.25387) 2366 : cluster [DBG] pgmap v1512: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:27.969244+0000 mgr.y (mgr.25387) 2367 : cluster [DBG] pgmap v1513: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:27.974115+0000 mon.a (mon.0) 4960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:27.974586+0000 mgr.y (mgr.25387) 2368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.031524+0000 mon.a (mon.0) 4961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.033393+0000 mon.a (mon.0) 4962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.034217+0000 mon.a (mon.0) 4963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.035997+0000 mon.a (mon.0) 4964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.036684+0000 mon.a (mon.0) 4965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.038073+0000 mgr.y (mgr.25387) 2369 : cluster [DBG] pgmap v1514: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.038451+0000 mgr.y (mgr.25387) 2370 : cluster [DBG] pgmap v1515: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.044598+0000 mon.a (mon.0) 4966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.045015+0000 mgr.y (mgr.25387) 2371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.077363+0000 mon.a (mon.0) 4967 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 4 pgs peering) 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.086564+0000 mon.a (mon.0) 4968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.088745+0000 mon.a (mon.0) 4969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.089816+0000 mon.a (mon.0) 4970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.092036+0000 mon.a (mon.0) 4971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.092788+0000 mon.a (mon.0) 4972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.094341+0000 mgr.y (mgr.25387) 2372 : cluster [DBG] pgmap v1516: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.094724+0000 mgr.y (mgr.25387) 2373 : cluster [DBG] pgmap v1517: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.101103+0000 mon.a (mon.0) 4973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.101580+0000 mgr.y (mgr.25387) 2374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.141698+0000 mon.a (mon.0) 4974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.143416+0000 mon.a (mon.0) 4975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.144181+0000 mon.a (mon.0) 4976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.145974+0000 mon.a (mon.0) 4977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.146562+0000 mon.a (mon.0) 4978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.154639+0000 mon.a (mon.0) 4979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.195425+0000 mon.a (mon.0) 4980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.197207+0000 mon.a (mon.0) 4981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.197976+0000 mon.a (mon.0) 4982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.199678+0000 mon.a (mon.0) 4983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.200174+0000 mon.a (mon.0) 4984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.206948+0000 mon.a (mon.0) 4985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.247971+0000 mon.a (mon.0) 4986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.250071+0000 mon.a (mon.0) 4987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.251262+0000 mon.a (mon.0) 4988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.253716+0000 mon.a (mon.0) 4989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.254294+0000 mon.a (mon.0) 4990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.261326+0000 mon.a (mon.0) 4991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.304456+0000 mon.a (mon.0) 4992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.306796+0000 mon.a (mon.0) 4993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.307773+0000 mon.a (mon.0) 4994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.310055+0000 mon.a (mon.0) 4995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.310741+0000 mon.a (mon.0) 4996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.318562+0000 mon.a (mon.0) 4997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.376126+0000 mon.a (mon.0) 4998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.377911+0000 mon.a (mon.0) 4999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.378729+0000 mon.a (mon.0) 5000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.380546+0000 mon.a (mon.0) 5001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.381575+0000 mon.a (mon.0) 5002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.389771+0000 mon.a (mon.0) 5003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.446835+0000 mon.a (mon.0) 5004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.448542+0000 mon.a (mon.0) 5005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.449336+0000 mon.a (mon.0) 5006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.451085+0000 mon.a (mon.0) 5007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.451691+0000 mon.a (mon.0) 5008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.458533+0000 mon.a (mon.0) 5009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.517029+0000 mon.a (mon.0) 5010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.518911+0000 mon.a (mon.0) 5011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.519712+0000 mon.a (mon.0) 5012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.521661+0000 mon.a (mon.0) 5013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.522283+0000 mon.a (mon.0) 5014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.529181+0000 mon.a (mon.0) 5015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.587052+0000 mon.a (mon.0) 5016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.588886+0000 mon.a (mon.0) 5017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.589686+0000 mon.a (mon.0) 5018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.591532+0000 mon.a (mon.0) 5019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.592149+0000 mon.a (mon.0) 5020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.599082+0000 mon.a (mon.0) 5021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.640179+0000 mon.a (mon.0) 5022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.641963+0000 mon.a (mon.0) 5023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.642825+0000 mon.a (mon.0) 5024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.644704+0000 mon.a (mon.0) 5025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.645388+0000 mon.a (mon.0) 5026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.652683+0000 mon.a (mon.0) 5027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.709674+0000 mon.a (mon.0) 5028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.712158+0000 mon.a (mon.0) 5029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.713474+0000 mon.a (mon.0) 5030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.717396+0000 mon.a (mon.0) 5031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.718542+0000 mon.a (mon.0) 5032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.728684+0000 mon.a (mon.0) 5033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.812702+0000 mon.a (mon.0) 5034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.816883+0000 mon.a (mon.0) 5035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.818735+0000 mon.a (mon.0) 5036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.823200+0000 mon.a (mon.0) 5037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.824567+0000 mon.a (mon.0) 5038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.839582+0000 mon.a (mon.0) 5039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.914586+0000 mon.a (mon.0) 5040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.916345+0000 mon.a (mon.0) 5041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.917216+0000 mon.a (mon.0) 5042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.919123+0000 mon.a (mon.0) 5043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.919775+0000 mon.a (mon.0) 5044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:28 smithi105 bash[58125]: audit 2024-03-30T04:46:28.927594+0000 mon.a (mon.0) 5045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.147766+0000 mgr.y (mgr.25387) 2375 : cluster [DBG] pgmap v1518: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.148093+0000 mgr.y (mgr.25387) 2376 : cluster [DBG] pgmap v1519: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.155168+0000 mgr.y (mgr.25387) 2377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.201361+0000 mgr.y (mgr.25387) 2378 : cluster [DBG] pgmap v1520: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.201631+0000 mgr.y (mgr.25387) 2379 : cluster [DBG] pgmap v1521: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.207455+0000 mgr.y (mgr.25387) 2380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.255689+0000 mgr.y (mgr.25387) 2381 : cluster [DBG] pgmap v1522: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.256041+0000 mgr.y (mgr.25387) 2382 : cluster [DBG] pgmap v1523: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.261985+0000 mgr.y (mgr.25387) 2383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.312201+0000 mgr.y (mgr.25387) 2384 : cluster [DBG] pgmap v1524: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.312510+0000 mgr.y (mgr.25387) 2385 : cluster [DBG] pgmap v1525: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.319229+0000 mgr.y (mgr.25387) 2386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.383253+0000 mgr.y (mgr.25387) 2387 : cluster [DBG] pgmap v1526: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.383708+0000 mgr.y (mgr.25387) 2388 : cluster [DBG] pgmap v1527: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.390285+0000 mgr.y (mgr.25387) 2389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.453087+0000 mgr.y (mgr.25387) 2390 : cluster [DBG] pgmap v1528: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.453469+0000 mgr.y (mgr.25387) 2391 : cluster [DBG] pgmap v1529: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.458956+0000 mgr.y (mgr.25387) 2392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.523689+0000 mgr.y (mgr.25387) 2393 : cluster [DBG] pgmap v1530: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.524084+0000 mgr.y (mgr.25387) 2394 : cluster [DBG] pgmap v1531: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.529645+0000 mgr.y (mgr.25387) 2395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.593545+0000 mgr.y (mgr.25387) 2396 : cluster [DBG] pgmap v1532: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.593922+0000 mgr.y (mgr.25387) 2397 : cluster [DBG] pgmap v1533: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.599534+0000 mgr.y (mgr.25387) 2398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.646823+0000 mgr.y (mgr.25387) 2399 : cluster [DBG] pgmap v1534: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.647191+0000 mgr.y (mgr.25387) 2400 : cluster [DBG] pgmap v1535: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.653125+0000 mgr.y (mgr.25387) 2401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.720471+0000 mgr.y (mgr.25387) 2402 : cluster [DBG] pgmap v1536: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.720851+0000 mgr.y (mgr.25387) 2403 : cluster [DBG] pgmap v1537: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.729176+0000 mgr.y (mgr.25387) 2404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.827305+0000 mgr.y (mgr.25387) 2405 : cluster [DBG] pgmap v1538: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.827671+0000 mgr.y (mgr.25387) 2406 : cluster [DBG] pgmap v1539: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.840303+0000 mgr.y (mgr.25387) 2407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.921105+0000 mgr.y (mgr.25387) 2408 : cluster [DBG] pgmap v1540: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.921404+0000 mgr.y (mgr.25387) 2409 : cluster [DBG] pgmap v1541: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.928079+0000 mgr.y (mgr.25387) 2410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:28.984565+0000 mon.a (mon.0) 5046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:28.986332+0000 mon.a (mon.0) 5047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:28.987112+0000 mon.a (mon.0) 5048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:28.988913+0000 mon.a (mon.0) 5049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:28.989465+0000 mon.a (mon.0) 5050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.990693+0000 mgr.y (mgr.25387) 2411 : cluster [DBG] pgmap v1542: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:28.990971+0000 mgr.y (mgr.25387) 2412 : cluster [DBG] pgmap v1543: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:28.996353+0000 mon.a (mon.0) 5051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:28.996746+0000 mgr.y (mgr.25387) 2413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.036741+0000 mon.a (mon.0) 5052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.039232+0000 mon.a (mon.0) 5053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.041159+0000 mon.a (mon.0) 5054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.044386+0000 mon.a (mon.0) 5055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.045195+0000 mon.a (mon.0) 5056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.046842+0000 mgr.y (mgr.25387) 2414 : cluster [DBG] pgmap v1544: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.047196+0000 mgr.y (mgr.25387) 2415 : cluster [DBG] pgmap v1545: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.052741+0000 mon.a (mon.0) 5057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.053263+0000 mgr.y (mgr.25387) 2416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.110941+0000 mon.a (mon.0) 5058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.112979+0000 mon.a (mon.0) 5059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.113814+0000 mon.a (mon.0) 5060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.115631+0000 mon.a (mon.0) 5061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.116263+0000 mon.a (mon.0) 5062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.118463+0000 mgr.y (mgr.25387) 2417 : cluster [DBG] pgmap v1546: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.118844+0000 mgr.y (mgr.25387) 2418 : cluster [DBG] pgmap v1547: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.124739+0000 mon.a (mon.0) 5063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.125205+0000 mgr.y (mgr.25387) 2419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.181539+0000 mon.a (mon.0) 5064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.183285+0000 mon.a (mon.0) 5065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.184310+0000 mon.a (mon.0) 5066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.186574+0000 mon.a (mon.0) 5067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.187148+0000 mon.a (mon.0) 5068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.193971+0000 mon.a (mon.0) 5069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.250926+0000 mon.a (mon.0) 5070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.252692+0000 mon.a (mon.0) 5071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.253470+0000 mon.a (mon.0) 5072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.255244+0000 mon.a (mon.0) 5073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.255874+0000 mon.a (mon.0) 5074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.263659+0000 mon.a (mon.0) 5075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.304546+0000 mon.a (mon.0) 5076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.306284+0000 mon.a (mon.0) 5077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.307078+0000 mon.a (mon.0) 5078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.308961+0000 mon.a (mon.0) 5079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.309543+0000 mon.a (mon.0) 5080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.316474+0000 mon.a (mon.0) 5081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.357527+0000 mon.a (mon.0) 5082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.359234+0000 mon.a (mon.0) 5083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.359979+0000 mon.a (mon.0) 5084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.361689+0000 mon.a (mon.0) 5085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.362284+0000 mon.a (mon.0) 5086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.369167+0000 mon.a (mon.0) 5087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.409805+0000 mon.a (mon.0) 5088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.411559+0000 mon.a (mon.0) 5089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.412313+0000 mon.a (mon.0) 5090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.414126+0000 mon.a (mon.0) 5091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.414751+0000 mon.a (mon.0) 5092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.421739+0000 mon.a (mon.0) 5093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.462261+0000 mon.a (mon.0) 5094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.464119+0000 mon.a (mon.0) 5095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.464893+0000 mon.a (mon.0) 5096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.466704+0000 mon.a (mon.0) 5097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.467308+0000 mon.a (mon.0) 5098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.473361+0000 mon.a (mon.0) 5099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.514191+0000 mon.a (mon.0) 5100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.516140+0000 mon.a (mon.0) 5101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.516971+0000 mon.a (mon.0) 5102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.518782+0000 mon.a (mon.0) 5103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.519423+0000 mon.a (mon.0) 5104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.525740+0000 mon.a (mon.0) 5105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.566486+0000 mon.a (mon.0) 5106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.568290+0000 mon.a (mon.0) 5107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.569212+0000 mon.a (mon.0) 5108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.571130+0000 mon.a (mon.0) 5109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.571805+0000 mon.a (mon.0) 5110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.578761+0000 mon.a (mon.0) 5111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.584410+0000 mon.a (mon.0) 5112 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.635838+0000 mon.a (mon.0) 5113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.637633+0000 mon.a (mon.0) 5114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.638395+0000 mon.a (mon.0) 5115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.640135+0000 mon.a (mon.0) 5116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.640732+0000 mon.a (mon.0) 5117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.647457+0000 mon.a (mon.0) 5118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.691076+0000 mon.a (mon.0) 5119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.692925+0000 mon.a (mon.0) 5120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.693713+0000 mon.a (mon.0) 5121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.695455+0000 mon.a (mon.0) 5122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.696042+0000 mon.a (mon.0) 5123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.702843+0000 mon.a (mon.0) 5124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.743257+0000 mon.a (mon.0) 5125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.744977+0000 mon.a (mon.0) 5126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.745812+0000 mon.a (mon.0) 5127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.747560+0000 mon.a (mon.0) 5128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.748190+0000 mon.a (mon.0) 5129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.755393+0000 mon.a (mon.0) 5130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.812049+0000 mon.a (mon.0) 5131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.814010+0000 mon.a (mon.0) 5132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.815016+0000 mon.a (mon.0) 5133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.817539+0000 mon.a (mon.0) 5134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.818337+0000 mon.a (mon.0) 5135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.824922+0000 mon.a (mon.0) 5136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.897611+0000 mon.a (mon.0) 5137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.900304+0000 mon.a (mon.0) 5138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.901514+0000 mon.a (mon.0) 5139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.904595+0000 mon.a (mon.0) 5140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.905432+0000 mon.a (mon.0) 5141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:29 smithi105 bash[58125]: audit 2024-03-30T04:46:29.915022+0000 mon.a (mon.0) 5142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.147766+0000 mgr.y (mgr.25387) 2375 : cluster [DBG] pgmap v1518: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.148093+0000 mgr.y (mgr.25387) 2376 : cluster [DBG] pgmap v1519: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.155168+0000 mgr.y (mgr.25387) 2377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.201361+0000 mgr.y (mgr.25387) 2378 : cluster [DBG] pgmap v1520: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.201631+0000 mgr.y (mgr.25387) 2379 : cluster [DBG] pgmap v1521: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.207455+0000 mgr.y (mgr.25387) 2380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.255689+0000 mgr.y (mgr.25387) 2381 : cluster [DBG] pgmap v1522: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.256041+0000 mgr.y (mgr.25387) 2382 : cluster [DBG] pgmap v1523: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.261985+0000 mgr.y (mgr.25387) 2383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.312201+0000 mgr.y (mgr.25387) 2384 : cluster [DBG] pgmap v1524: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.312510+0000 mgr.y (mgr.25387) 2385 : cluster [DBG] pgmap v1525: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.319229+0000 mgr.y (mgr.25387) 2386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.383253+0000 mgr.y (mgr.25387) 2387 : cluster [DBG] pgmap v1526: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.383708+0000 mgr.y (mgr.25387) 2388 : cluster [DBG] pgmap v1527: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.390285+0000 mgr.y (mgr.25387) 2389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.147766+0000 mgr.y (mgr.25387) 2375 : cluster [DBG] pgmap v1518: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.148093+0000 mgr.y (mgr.25387) 2376 : cluster [DBG] pgmap v1519: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.155168+0000 mgr.y (mgr.25387) 2377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.201361+0000 mgr.y (mgr.25387) 2378 : cluster [DBG] pgmap v1520: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.201631+0000 mgr.y (mgr.25387) 2379 : cluster [DBG] pgmap v1521: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.207455+0000 mgr.y (mgr.25387) 2380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.255689+0000 mgr.y (mgr.25387) 2381 : cluster [DBG] pgmap v1522: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.256041+0000 mgr.y (mgr.25387) 2382 : cluster [DBG] pgmap v1523: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.261985+0000 mgr.y (mgr.25387) 2383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.312201+0000 mgr.y (mgr.25387) 2384 : cluster [DBG] pgmap v1524: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.312510+0000 mgr.y (mgr.25387) 2385 : cluster [DBG] pgmap v1525: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.319229+0000 mgr.y (mgr.25387) 2386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.383253+0000 mgr.y (mgr.25387) 2387 : cluster [DBG] pgmap v1526: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.383708+0000 mgr.y (mgr.25387) 2388 : cluster [DBG] pgmap v1527: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.390285+0000 mgr.y (mgr.25387) 2389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.453087+0000 mgr.y (mgr.25387) 2390 : cluster [DBG] pgmap v1528: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.453469+0000 mgr.y (mgr.25387) 2391 : cluster [DBG] pgmap v1529: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.458956+0000 mgr.y (mgr.25387) 2392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.523689+0000 mgr.y (mgr.25387) 2393 : cluster [DBG] pgmap v1530: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.524084+0000 mgr.y (mgr.25387) 2394 : cluster [DBG] pgmap v1531: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.529645+0000 mgr.y (mgr.25387) 2395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.593545+0000 mgr.y (mgr.25387) 2396 : cluster [DBG] pgmap v1532: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.593922+0000 mgr.y (mgr.25387) 2397 : cluster [DBG] pgmap v1533: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.599534+0000 mgr.y (mgr.25387) 2398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.646823+0000 mgr.y (mgr.25387) 2399 : cluster [DBG] pgmap v1534: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.647191+0000 mgr.y (mgr.25387) 2400 : cluster [DBG] pgmap v1535: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.653125+0000 mgr.y (mgr.25387) 2401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.720471+0000 mgr.y (mgr.25387) 2402 : cluster [DBG] pgmap v1536: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.720851+0000 mgr.y (mgr.25387) 2403 : cluster [DBG] pgmap v1537: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.729176+0000 mgr.y (mgr.25387) 2404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.827305+0000 mgr.y (mgr.25387) 2405 : cluster [DBG] pgmap v1538: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.453087+0000 mgr.y (mgr.25387) 2390 : cluster [DBG] pgmap v1528: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.453469+0000 mgr.y (mgr.25387) 2391 : cluster [DBG] pgmap v1529: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.458956+0000 mgr.y (mgr.25387) 2392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.523689+0000 mgr.y (mgr.25387) 2393 : cluster [DBG] pgmap v1530: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.524084+0000 mgr.y (mgr.25387) 2394 : cluster [DBG] pgmap v1531: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.529645+0000 mgr.y (mgr.25387) 2395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.593545+0000 mgr.y (mgr.25387) 2396 : cluster [DBG] pgmap v1532: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.593922+0000 mgr.y (mgr.25387) 2397 : cluster [DBG] pgmap v1533: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.599534+0000 mgr.y (mgr.25387) 2398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.646823+0000 mgr.y (mgr.25387) 2399 : cluster [DBG] pgmap v1534: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.647191+0000 mgr.y (mgr.25387) 2400 : cluster [DBG] pgmap v1535: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.653125+0000 mgr.y (mgr.25387) 2401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.720471+0000 mgr.y (mgr.25387) 2402 : cluster [DBG] pgmap v1536: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.720851+0000 mgr.y (mgr.25387) 2403 : cluster [DBG] pgmap v1537: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.729176+0000 mgr.y (mgr.25387) 2404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.827305+0000 mgr.y (mgr.25387) 2405 : cluster [DBG] pgmap v1538: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.827671+0000 mgr.y (mgr.25387) 2406 : cluster [DBG] pgmap v1539: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.840303+0000 mgr.y (mgr.25387) 2407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.921105+0000 mgr.y (mgr.25387) 2408 : cluster [DBG] pgmap v1540: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.921404+0000 mgr.y (mgr.25387) 2409 : cluster [DBG] pgmap v1541: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.928079+0000 mgr.y (mgr.25387) 2410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:28.984565+0000 mon.a (mon.0) 5046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:28.986332+0000 mon.a (mon.0) 5047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:28.987112+0000 mon.a (mon.0) 5048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:28.988913+0000 mon.a (mon.0) 5049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:28.989465+0000 mon.a (mon.0) 5050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.990693+0000 mgr.y (mgr.25387) 2411 : cluster [DBG] pgmap v1542: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:28.990971+0000 mgr.y (mgr.25387) 2412 : cluster [DBG] pgmap v1543: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:28.996353+0000 mon.a (mon.0) 5051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:28.996746+0000 mgr.y (mgr.25387) 2413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.036741+0000 mon.a (mon.0) 5052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.039232+0000 mon.a (mon.0) 5053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.041159+0000 mon.a (mon.0) 5054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.044386+0000 mon.a (mon.0) 5055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.827671+0000 mgr.y (mgr.25387) 2406 : cluster [DBG] pgmap v1539: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.840303+0000 mgr.y (mgr.25387) 2407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.921105+0000 mgr.y (mgr.25387) 2408 : cluster [DBG] pgmap v1540: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.921404+0000 mgr.y (mgr.25387) 2409 : cluster [DBG] pgmap v1541: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.928079+0000 mgr.y (mgr.25387) 2410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:28.984565+0000 mon.a (mon.0) 5046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:28.986332+0000 mon.a (mon.0) 5047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:28.987112+0000 mon.a (mon.0) 5048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:28.988913+0000 mon.a (mon.0) 5049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:28.989465+0000 mon.a (mon.0) 5050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.990693+0000 mgr.y (mgr.25387) 2411 : cluster [DBG] pgmap v1542: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:28.990971+0000 mgr.y (mgr.25387) 2412 : cluster [DBG] pgmap v1543: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:28.996353+0000 mon.a (mon.0) 5051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:28.996746+0000 mgr.y (mgr.25387) 2413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.036741+0000 mon.a (mon.0) 5052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.039232+0000 mon.a (mon.0) 5053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.041159+0000 mon.a (mon.0) 5054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.044386+0000 mon.a (mon.0) 5055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.045195+0000 mon.a (mon.0) 5056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.046842+0000 mgr.y (mgr.25387) 2414 : cluster [DBG] pgmap v1544: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.047196+0000 mgr.y (mgr.25387) 2415 : cluster [DBG] pgmap v1545: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.052741+0000 mon.a (mon.0) 5057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.053263+0000 mgr.y (mgr.25387) 2416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.110941+0000 mon.a (mon.0) 5058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.112979+0000 mon.a (mon.0) 5059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.113814+0000 mon.a (mon.0) 5060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.115631+0000 mon.a (mon.0) 5061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.116263+0000 mon.a (mon.0) 5062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.118463+0000 mgr.y (mgr.25387) 2417 : cluster [DBG] pgmap v1546: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.118844+0000 mgr.y (mgr.25387) 2418 : cluster [DBG] pgmap v1547: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.124739+0000 mon.a (mon.0) 5063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.125205+0000 mgr.y (mgr.25387) 2419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.181539+0000 mon.a (mon.0) 5064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.183285+0000 mon.a (mon.0) 5065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.184310+0000 mon.a (mon.0) 5066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.045195+0000 mon.a (mon.0) 5056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.046842+0000 mgr.y (mgr.25387) 2414 : cluster [DBG] pgmap v1544: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.047196+0000 mgr.y (mgr.25387) 2415 : cluster [DBG] pgmap v1545: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.052741+0000 mon.a (mon.0) 5057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.053263+0000 mgr.y (mgr.25387) 2416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.110941+0000 mon.a (mon.0) 5058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.112979+0000 mon.a (mon.0) 5059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.113814+0000 mon.a (mon.0) 5060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.115631+0000 mon.a (mon.0) 5061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.116263+0000 mon.a (mon.0) 5062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.118463+0000 mgr.y (mgr.25387) 2417 : cluster [DBG] pgmap v1546: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.118844+0000 mgr.y (mgr.25387) 2418 : cluster [DBG] pgmap v1547: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.124739+0000 mon.a (mon.0) 5063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.125205+0000 mgr.y (mgr.25387) 2419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.181539+0000 mon.a (mon.0) 5064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.183285+0000 mon.a (mon.0) 5065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.184310+0000 mon.a (mon.0) 5066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.186574+0000 mon.a (mon.0) 5067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.187148+0000 mon.a (mon.0) 5068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.193971+0000 mon.a (mon.0) 5069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.250926+0000 mon.a (mon.0) 5070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.252692+0000 mon.a (mon.0) 5071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.253470+0000 mon.a (mon.0) 5072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.255244+0000 mon.a (mon.0) 5073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.255874+0000 mon.a (mon.0) 5074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.263659+0000 mon.a (mon.0) 5075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.304546+0000 mon.a (mon.0) 5076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.306284+0000 mon.a (mon.0) 5077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.307078+0000 mon.a (mon.0) 5078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.308961+0000 mon.a (mon.0) 5079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.309543+0000 mon.a (mon.0) 5080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.316474+0000 mon.a (mon.0) 5081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.357527+0000 mon.a (mon.0) 5082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.359234+0000 mon.a (mon.0) 5083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.359979+0000 mon.a (mon.0) 5084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.361689+0000 mon.a (mon.0) 5085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.186574+0000 mon.a (mon.0) 5067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.187148+0000 mon.a (mon.0) 5068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.193971+0000 mon.a (mon.0) 5069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.250926+0000 mon.a (mon.0) 5070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.252692+0000 mon.a (mon.0) 5071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.253470+0000 mon.a (mon.0) 5072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.255244+0000 mon.a (mon.0) 5073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.255874+0000 mon.a (mon.0) 5074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.263659+0000 mon.a (mon.0) 5075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.304546+0000 mon.a (mon.0) 5076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.306284+0000 mon.a (mon.0) 5077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.307078+0000 mon.a (mon.0) 5078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.308961+0000 mon.a (mon.0) 5079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.309543+0000 mon.a (mon.0) 5080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.316474+0000 mon.a (mon.0) 5081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.357527+0000 mon.a (mon.0) 5082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.359234+0000 mon.a (mon.0) 5083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.359979+0000 mon.a (mon.0) 5084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.361689+0000 mon.a (mon.0) 5085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.362284+0000 mon.a (mon.0) 5086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.369167+0000 mon.a (mon.0) 5087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.409805+0000 mon.a (mon.0) 5088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.411559+0000 mon.a (mon.0) 5089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.412313+0000 mon.a (mon.0) 5090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.414126+0000 mon.a (mon.0) 5091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.414751+0000 mon.a (mon.0) 5092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.421739+0000 mon.a (mon.0) 5093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.462261+0000 mon.a (mon.0) 5094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.464119+0000 mon.a (mon.0) 5095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.464893+0000 mon.a (mon.0) 5096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.466704+0000 mon.a (mon.0) 5097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.467308+0000 mon.a (mon.0) 5098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.473361+0000 mon.a (mon.0) 5099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.514191+0000 mon.a (mon.0) 5100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.516140+0000 mon.a (mon.0) 5101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.516971+0000 mon.a (mon.0) 5102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.518782+0000 mon.a (mon.0) 5103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.519423+0000 mon.a (mon.0) 5104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.525740+0000 mon.a (mon.0) 5105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.362284+0000 mon.a (mon.0) 5086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.369167+0000 mon.a (mon.0) 5087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.409805+0000 mon.a (mon.0) 5088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.411559+0000 mon.a (mon.0) 5089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.412313+0000 mon.a (mon.0) 5090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.414126+0000 mon.a (mon.0) 5091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.414751+0000 mon.a (mon.0) 5092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.421739+0000 mon.a (mon.0) 5093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.462261+0000 mon.a (mon.0) 5094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.464119+0000 mon.a (mon.0) 5095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.464893+0000 mon.a (mon.0) 5096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.466704+0000 mon.a (mon.0) 5097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.467308+0000 mon.a (mon.0) 5098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.473361+0000 mon.a (mon.0) 5099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.514191+0000 mon.a (mon.0) 5100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.516140+0000 mon.a (mon.0) 5101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.516971+0000 mon.a (mon.0) 5102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.518782+0000 mon.a (mon.0) 5103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.519423+0000 mon.a (mon.0) 5104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.525740+0000 mon.a (mon.0) 5105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.566486+0000 mon.a (mon.0) 5106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.568290+0000 mon.a (mon.0) 5107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.569212+0000 mon.a (mon.0) 5108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.571130+0000 mon.a (mon.0) 5109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.571805+0000 mon.a (mon.0) 5110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.578761+0000 mon.a (mon.0) 5111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.584410+0000 mon.a (mon.0) 5112 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.635838+0000 mon.a (mon.0) 5113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.637633+0000 mon.a (mon.0) 5114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.638395+0000 mon.a (mon.0) 5115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.640135+0000 mon.a (mon.0) 5116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.640732+0000 mon.a (mon.0) 5117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.647457+0000 mon.a (mon.0) 5118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.691076+0000 mon.a (mon.0) 5119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.692925+0000 mon.a (mon.0) 5120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.693713+0000 mon.a (mon.0) 5121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.695455+0000 mon.a (mon.0) 5122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.696042+0000 mon.a (mon.0) 5123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.702843+0000 mon.a (mon.0) 5124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.566486+0000 mon.a (mon.0) 5106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.568290+0000 mon.a (mon.0) 5107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.569212+0000 mon.a (mon.0) 5108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.571130+0000 mon.a (mon.0) 5109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.571805+0000 mon.a (mon.0) 5110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.578761+0000 mon.a (mon.0) 5111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.584410+0000 mon.a (mon.0) 5112 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.635838+0000 mon.a (mon.0) 5113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.637633+0000 mon.a (mon.0) 5114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.638395+0000 mon.a (mon.0) 5115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.640135+0000 mon.a (mon.0) 5116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.640732+0000 mon.a (mon.0) 5117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.647457+0000 mon.a (mon.0) 5118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.691076+0000 mon.a (mon.0) 5119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.692925+0000 mon.a (mon.0) 5120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.693713+0000 mon.a (mon.0) 5121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.695455+0000 mon.a (mon.0) 5122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.696042+0000 mon.a (mon.0) 5123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.702843+0000 mon.a (mon.0) 5124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.743257+0000 mon.a (mon.0) 5125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.744977+0000 mon.a (mon.0) 5126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.745812+0000 mon.a (mon.0) 5127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.747560+0000 mon.a (mon.0) 5128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.748190+0000 mon.a (mon.0) 5129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.755393+0000 mon.a (mon.0) 5130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.812049+0000 mon.a (mon.0) 5131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.814010+0000 mon.a (mon.0) 5132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.815016+0000 mon.a (mon.0) 5133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.817539+0000 mon.a (mon.0) 5134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.818337+0000 mon.a (mon.0) 5135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.824922+0000 mon.a (mon.0) 5136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.897611+0000 mon.a (mon.0) 5137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.900304+0000 mon.a (mon.0) 5138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.901514+0000 mon.a (mon.0) 5139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.904595+0000 mon.a (mon.0) 5140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.905432+0000 mon.a (mon.0) 5141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[69502]: audit 2024-03-30T04:46:29.915022+0000 mon.a (mon.0) 5142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.743257+0000 mon.a (mon.0) 5125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.744977+0000 mon.a (mon.0) 5126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.745812+0000 mon.a (mon.0) 5127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.747560+0000 mon.a (mon.0) 5128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.748190+0000 mon.a (mon.0) 5129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.755393+0000 mon.a (mon.0) 5130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.812049+0000 mon.a (mon.0) 5131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.814010+0000 mon.a (mon.0) 5132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.815016+0000 mon.a (mon.0) 5133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.817539+0000 mon.a (mon.0) 5134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.818337+0000 mon.a (mon.0) 5135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.824922+0000 mon.a (mon.0) 5136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.897611+0000 mon.a (mon.0) 5137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.900304+0000 mon.a (mon.0) 5138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.901514+0000 mon.a (mon.0) 5139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.904595+0000 mon.a (mon.0) 5140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.905432+0000 mon.a (mon.0) 5141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:30.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:29 smithi097 bash[73934]: audit 2024-03-30T04:46:29.915022+0000 mon.a (mon.0) 5142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:30.875 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[87472]: debug 2024-03-30T04:46:30.688+0000 7fc9a2d98700 1 -- 172.21.15.97:0/3482454671 <== mon.1 v2:172.21.15.97:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a094a7b680 con 0x55a094ab8800 2024-03-30T04:46:31.232 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.188417+0000 mgr.y (mgr.25387) 2420 : cluster [DBG] pgmap v1548: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.232 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.188814+0000 mgr.y (mgr.25387) 2421 : cluster [DBG] pgmap v1549: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.232 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.194343+0000 mgr.y (mgr.25387) 2422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.232 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.257186+0000 mgr.y (mgr.25387) 2423 : cluster [DBG] pgmap v1550: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.232 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.257566+0000 mgr.y (mgr.25387) 2424 : cluster [DBG] pgmap v1551: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.232 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.264139+0000 mgr.y (mgr.25387) 2425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.310781+0000 mgr.y (mgr.25387) 2426 : cluster [DBG] pgmap v1552: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.311072+0000 mgr.y (mgr.25387) 2427 : cluster [DBG] pgmap v1553: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.317008+0000 mgr.y (mgr.25387) 2428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.363526+0000 mgr.y (mgr.25387) 2429 : cluster [DBG] pgmap v1554: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.363880+0000 mgr.y (mgr.25387) 2430 : cluster [DBG] pgmap v1555: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.369644+0000 mgr.y (mgr.25387) 2431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.415989+0000 mgr.y (mgr.25387) 2432 : cluster [DBG] pgmap v1556: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.416341+0000 mgr.y (mgr.25387) 2433 : cluster [DBG] pgmap v1557: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.422150+0000 mgr.y (mgr.25387) 2434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.188417+0000 mgr.y (mgr.25387) 2420 : cluster [DBG] pgmap v1548: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.233 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.188814+0000 mgr.y (mgr.25387) 2421 : cluster [DBG] pgmap v1549: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.194343+0000 mgr.y (mgr.25387) 2422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.257186+0000 mgr.y (mgr.25387) 2423 : cluster [DBG] pgmap v1550: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.257566+0000 mgr.y (mgr.25387) 2424 : cluster [DBG] pgmap v1551: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.264139+0000 mgr.y (mgr.25387) 2425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.310781+0000 mgr.y (mgr.25387) 2426 : cluster [DBG] pgmap v1552: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.311072+0000 mgr.y (mgr.25387) 2427 : cluster [DBG] pgmap v1553: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.317008+0000 mgr.y (mgr.25387) 2428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.363526+0000 mgr.y (mgr.25387) 2429 : cluster [DBG] pgmap v1554: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.363880+0000 mgr.y (mgr.25387) 2430 : cluster [DBG] pgmap v1555: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.369644+0000 mgr.y (mgr.25387) 2431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.415989+0000 mgr.y (mgr.25387) 2432 : cluster [DBG] pgmap v1556: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.416341+0000 mgr.y (mgr.25387) 2433 : cluster [DBG] pgmap v1557: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.234 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.422150+0000 mgr.y (mgr.25387) 2434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.468580+0000 mgr.y (mgr.25387) 2435 : cluster [DBG] pgmap v1558: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.468879+0000 mgr.y (mgr.25387) 2436 : cluster [DBG] pgmap v1559: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.473785+0000 mgr.y (mgr.25387) 2437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.520743+0000 mgr.y (mgr.25387) 2438 : cluster [DBG] pgmap v1560: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.521138+0000 mgr.y (mgr.25387) 2439 : cluster [DBG] pgmap v1561: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.526172+0000 mgr.y (mgr.25387) 2440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.573121+0000 mgr.y (mgr.25387) 2441 : cluster [DBG] pgmap v1562: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.573450+0000 mgr.y (mgr.25387) 2442 : cluster [DBG] pgmap v1563: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.579225+0000 mgr.y (mgr.25387) 2443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.641977+0000 mgr.y (mgr.25387) 2444 : cluster [DBG] pgmap v1564: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.642368+0000 mgr.y (mgr.25387) 2445 : cluster [DBG] pgmap v1565: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.647952+0000 mgr.y (mgr.25387) 2446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.697330+0000 mgr.y (mgr.25387) 2447 : cluster [DBG] pgmap v1566: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.697663+0000 mgr.y (mgr.25387) 2448 : cluster [DBG] pgmap v1567: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.703279+0000 mgr.y (mgr.25387) 2449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.749568+0000 mgr.y (mgr.25387) 2450 : cluster [DBG] pgmap v1568: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.749884+0000 mgr.y (mgr.25387) 2451 : cluster [DBG] pgmap v1569: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.755847+0000 mgr.y (mgr.25387) 2452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.819754+0000 mgr.y (mgr.25387) 2453 : cluster [DBG] pgmap v1570: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.820095+0000 mgr.y (mgr.25387) 2454 : cluster [DBG] pgmap v1571: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.825368+0000 mgr.y (mgr.25387) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.907222+0000 mgr.y (mgr.25387) 2456 : cluster [DBG] pgmap v1572: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.907608+0000 mgr.y (mgr.25387) 2457 : cluster [DBG] pgmap v1573: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:29.915456+0000 mgr.y (mgr.25387) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:29.988232+0000 mon.a (mon.0) 5143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:29.990643+0000 mon.a (mon.0) 5144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:29.991911+0000 mon.a (mon.0) 5145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:29.994760+0000 mon.a (mon.0) 5146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:29.995706+0000 mon.a (mon.0) 5147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.997407+0000 mgr.y (mgr.25387) 2459 : cluster [DBG] pgmap v1574: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:29.997789+0000 mgr.y (mgr.25387) 2460 : cluster [DBG] pgmap v1575: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.005971+0000 mon.a (mon.0) 5148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.006663+0000 mgr.y (mgr.25387) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.468580+0000 mgr.y (mgr.25387) 2435 : cluster [DBG] pgmap v1558: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.468879+0000 mgr.y (mgr.25387) 2436 : cluster [DBG] pgmap v1559: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.473785+0000 mgr.y (mgr.25387) 2437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.520743+0000 mgr.y (mgr.25387) 2438 : cluster [DBG] pgmap v1560: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.521138+0000 mgr.y (mgr.25387) 2439 : cluster [DBG] pgmap v1561: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.526172+0000 mgr.y (mgr.25387) 2440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.573121+0000 mgr.y (mgr.25387) 2441 : cluster [DBG] pgmap v1562: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.573450+0000 mgr.y (mgr.25387) 2442 : cluster [DBG] pgmap v1563: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.579225+0000 mgr.y (mgr.25387) 2443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.641977+0000 mgr.y (mgr.25387) 2444 : cluster [DBG] pgmap v1564: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.642368+0000 mgr.y (mgr.25387) 2445 : cluster [DBG] pgmap v1565: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.647952+0000 mgr.y (mgr.25387) 2446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.697330+0000 mgr.y (mgr.25387) 2447 : cluster [DBG] pgmap v1566: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.697663+0000 mgr.y (mgr.25387) 2448 : cluster [DBG] pgmap v1567: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.703279+0000 mgr.y (mgr.25387) 2449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.749568+0000 mgr.y (mgr.25387) 2450 : cluster [DBG] pgmap v1568: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.063430+0000 mon.a (mon.0) 5149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.065798+0000 mon.a (mon.0) 5150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.066760+0000 mon.a (mon.0) 5151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.068889+0000 mon.a (mon.0) 5152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.069583+0000 mon.a (mon.0) 5153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.071163+0000 mgr.y (mgr.25387) 2462 : cluster [DBG] pgmap v1576: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.071544+0000 mgr.y (mgr.25387) 2463 : cluster [DBG] pgmap v1577: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.075677+0000 mon.a (mon.0) 5154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.076252+0000 mgr.y (mgr.25387) 2464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.117584+0000 mon.a (mon.0) 5155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.119464+0000 mon.a (mon.0) 5156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.120259+0000 mon.a (mon.0) 5157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.122429+0000 mon.a (mon.0) 5158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.123092+0000 mon.a (mon.0) 5159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.124585+0000 mgr.y (mgr.25387) 2465 : cluster [DBG] pgmap v1578: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.124950+0000 mgr.y (mgr.25387) 2466 : cluster [DBG] pgmap v1579: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.128950+0000 mon.a (mon.0) 5160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.173843+0000 mon.a (mon.0) 5161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.749884+0000 mgr.y (mgr.25387) 2451 : cluster [DBG] pgmap v1569: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.240 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.755847+0000 mgr.y (mgr.25387) 2452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.819754+0000 mgr.y (mgr.25387) 2453 : cluster [DBG] pgmap v1570: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.820095+0000 mgr.y (mgr.25387) 2454 : cluster [DBG] pgmap v1571: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.825368+0000 mgr.y (mgr.25387) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.907222+0000 mgr.y (mgr.25387) 2456 : cluster [DBG] pgmap v1572: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.907608+0000 mgr.y (mgr.25387) 2457 : cluster [DBG] pgmap v1573: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:29.915456+0000 mgr.y (mgr.25387) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:29.988232+0000 mon.a (mon.0) 5143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:29.990643+0000 mon.a (mon.0) 5144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:29.991911+0000 mon.a (mon.0) 5145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:29.994760+0000 mon.a (mon.0) 5146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:29.995706+0000 mon.a (mon.0) 5147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.997407+0000 mgr.y (mgr.25387) 2459 : cluster [DBG] pgmap v1574: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:29.997789+0000 mgr.y (mgr.25387) 2460 : cluster [DBG] pgmap v1575: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.005971+0000 mon.a (mon.0) 5148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.006663+0000 mgr.y (mgr.25387) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.176006+0000 mon.a (mon.0) 5162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.176989+0000 mon.a (mon.0) 5163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.179079+0000 mon.a (mon.0) 5164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.179897+0000 mon.a (mon.0) 5165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.186588+0000 mon.a (mon.0) 5166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.247749+0000 mon.a (mon.0) 5167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.250143+0000 mon.a (mon.0) 5168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.251198+0000 mon.a (mon.0) 5169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.253430+0000 mon.a (mon.0) 5170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.254146+0000 mon.a (mon.0) 5171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.260157+0000 mon.a (mon.0) 5172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.321337+0000 mon.a (mon.0) 5173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.323444+0000 mon.a (mon.0) 5174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.324269+0000 mon.a (mon.0) 5175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.326296+0000 mon.a (mon.0) 5176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.326967+0000 mon.a (mon.0) 5177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.333779+0000 mon.a (mon.0) 5178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.393151+0000 mon.a (mon.0) 5179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.394896+0000 mon.a (mon.0) 5180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.063430+0000 mon.a (mon.0) 5149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.065798+0000 mon.a (mon.0) 5150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.066760+0000 mon.a (mon.0) 5151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.068889+0000 mon.a (mon.0) 5152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.069583+0000 mon.a (mon.0) 5153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.071163+0000 mgr.y (mgr.25387) 2462 : cluster [DBG] pgmap v1576: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.071544+0000 mgr.y (mgr.25387) 2463 : cluster [DBG] pgmap v1577: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.075677+0000 mon.a (mon.0) 5154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.076252+0000 mgr.y (mgr.25387) 2464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.117584+0000 mon.a (mon.0) 5155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.119464+0000 mon.a (mon.0) 5156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.120259+0000 mon.a (mon.0) 5157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.122429+0000 mon.a (mon.0) 5158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.123092+0000 mon.a (mon.0) 5159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.124585+0000 mgr.y (mgr.25387) 2465 : cluster [DBG] pgmap v1578: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.124950+0000 mgr.y (mgr.25387) 2466 : cluster [DBG] pgmap v1579: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.128950+0000 mon.a (mon.0) 5160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.173843+0000 mon.a (mon.0) 5161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.395655+0000 mon.a (mon.0) 5181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.397422+0000 mon.a (mon.0) 5182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.398047+0000 mon.a (mon.0) 5183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.404199+0000 mon.a (mon.0) 5184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.461115+0000 mon.a (mon.0) 5185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.462967+0000 mon.a (mon.0) 5186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.463797+0000 mon.a (mon.0) 5187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.465754+0000 mon.a (mon.0) 5188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.466400+0000 mon.a (mon.0) 5189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.473073+0000 mon.a (mon.0) 5190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.529907+0000 mon.a (mon.0) 5191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.531737+0000 mon.a (mon.0) 5192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.532425+0000 mon.a (mon.0) 5193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.534100+0000 mon.a (mon.0) 5194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.534599+0000 mon.a (mon.0) 5195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.540218+0000 mon.a (mon.0) 5196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.601454+0000 mon.a (mon.0) 5197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.603631+0000 mon.a (mon.0) 5198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.604614+0000 mon.a (mon.0) 5199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.176006+0000 mon.a (mon.0) 5162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.176989+0000 mon.a (mon.0) 5163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.179079+0000 mon.a (mon.0) 5164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.179897+0000 mon.a (mon.0) 5165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.186588+0000 mon.a (mon.0) 5166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.247749+0000 mon.a (mon.0) 5167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.250143+0000 mon.a (mon.0) 5168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.251198+0000 mon.a (mon.0) 5169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.253430+0000 mon.a (mon.0) 5170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.254146+0000 mon.a (mon.0) 5171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.260157+0000 mon.a (mon.0) 5172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.321337+0000 mon.a (mon.0) 5173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.323444+0000 mon.a (mon.0) 5174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.324269+0000 mon.a (mon.0) 5175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.326296+0000 mon.a (mon.0) 5176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.326967+0000 mon.a (mon.0) 5177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.333779+0000 mon.a (mon.0) 5178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.393151+0000 mon.a (mon.0) 5179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.249 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.394896+0000 mon.a (mon.0) 5180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.606772+0000 mon.a (mon.0) 5200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.607393+0000 mon.a (mon.0) 5201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.613170+0000 mon.a (mon.0) 5202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.654833+0000 mon.a (mon.0) 5203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.656700+0000 mon.a (mon.0) 5204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.657548+0000 mon.a (mon.0) 5205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.659448+0000 mon.a (mon.0) 5206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.660102+0000 mon.a (mon.0) 5207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.666567+0000 mon.a (mon.0) 5208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.727673+0000 mon.a (mon.0) 5209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.729621+0000 mon.a (mon.0) 5210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.730437+0000 mon.a (mon.0) 5211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.732300+0000 mon.a (mon.0) 5212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.732974+0000 mon.a (mon.0) 5213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.739091+0000 mon.a (mon.0) 5214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.797088+0000 mon.a (mon.0) 5215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.798931+0000 mon.a (mon.0) 5216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.799758+0000 mon.a (mon.0) 5217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.801654+0000 mon.a (mon.0) 5218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.395655+0000 mon.a (mon.0) 5181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.397422+0000 mon.a (mon.0) 5182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.398047+0000 mon.a (mon.0) 5183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.404199+0000 mon.a (mon.0) 5184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.461115+0000 mon.a (mon.0) 5185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.462967+0000 mon.a (mon.0) 5186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.463797+0000 mon.a (mon.0) 5187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.465754+0000 mon.a (mon.0) 5188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.466400+0000 mon.a (mon.0) 5189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.473073+0000 mon.a (mon.0) 5190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.529907+0000 mon.a (mon.0) 5191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.531737+0000 mon.a (mon.0) 5192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.532425+0000 mon.a (mon.0) 5193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.534100+0000 mon.a (mon.0) 5194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.534599+0000 mon.a (mon.0) 5195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.540218+0000 mon.a (mon.0) 5196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.601454+0000 mon.a (mon.0) 5197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.603631+0000 mon.a (mon.0) 5198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.604614+0000 mon.a (mon.0) 5199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.802287+0000 mon.a (mon.0) 5219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.807512+0000 mon.a (mon.0) 5220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.864284+0000 mon.a (mon.0) 5221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.866025+0000 mon.a (mon.0) 5222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.867034+0000 mon.a (mon.0) 5223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.868852+0000 mon.a (mon.0) 5224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.869450+0000 mon.a (mon.0) 5225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.875971+0000 mon.a (mon.0) 5226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.916138+0000 mon.a (mon.0) 5227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.918436+0000 mon.a (mon.0) 5228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.919728+0000 mon.a (mon.0) 5229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.922727+0000 mon.a (mon.0) 5230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.923657+0000 mon.a (mon.0) 5231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[73934]: audit 2024-03-30T04:46:30.931949+0000 mon.a (mon.0) 5232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.606772+0000 mon.a (mon.0) 5200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.607393+0000 mon.a (mon.0) 5201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.613170+0000 mon.a (mon.0) 5202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.654833+0000 mon.a (mon.0) 5203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.656700+0000 mon.a (mon.0) 5204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.657548+0000 mon.a (mon.0) 5205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.659448+0000 mon.a (mon.0) 5206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.254 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.660102+0000 mon.a (mon.0) 5207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.666567+0000 mon.a (mon.0) 5208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.727673+0000 mon.a (mon.0) 5209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.729621+0000 mon.a (mon.0) 5210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.730437+0000 mon.a (mon.0) 5211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.732300+0000 mon.a (mon.0) 5212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.732974+0000 mon.a (mon.0) 5213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.739091+0000 mon.a (mon.0) 5214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.797088+0000 mon.a (mon.0) 5215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.798931+0000 mon.a (mon.0) 5216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.799758+0000 mon.a (mon.0) 5217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.801654+0000 mon.a (mon.0) 5218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.802287+0000 mon.a (mon.0) 5219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.807512+0000 mon.a (mon.0) 5220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.864284+0000 mon.a (mon.0) 5221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.866025+0000 mon.a (mon.0) 5222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.867034+0000 mon.a (mon.0) 5223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.868852+0000 mon.a (mon.0) 5224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.869450+0000 mon.a (mon.0) 5225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.875971+0000 mon.a (mon.0) 5226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.916138+0000 mon.a (mon.0) 5227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.918436+0000 mon.a (mon.0) 5228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.919728+0000 mon.a (mon.0) 5229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.922727+0000 mon.a (mon.0) 5230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.923657+0000 mon.a (mon.0) 5231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:30 smithi097 bash[69502]: audit 2024-03-30T04:46:30.931949+0000 mon.a (mon.0) 5232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.188417+0000 mgr.y (mgr.25387) 2420 : cluster [DBG] pgmap v1548: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.188814+0000 mgr.y (mgr.25387) 2421 : cluster [DBG] pgmap v1549: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.194343+0000 mgr.y (mgr.25387) 2422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.257186+0000 mgr.y (mgr.25387) 2423 : cluster [DBG] pgmap v1550: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.257566+0000 mgr.y (mgr.25387) 2424 : cluster [DBG] pgmap v1551: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.264139+0000 mgr.y (mgr.25387) 2425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.310781+0000 mgr.y (mgr.25387) 2426 : cluster [DBG] pgmap v1552: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.311072+0000 mgr.y (mgr.25387) 2427 : cluster [DBG] pgmap v1553: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.317008+0000 mgr.y (mgr.25387) 2428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.363526+0000 mgr.y (mgr.25387) 2429 : cluster [DBG] pgmap v1554: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.363880+0000 mgr.y (mgr.25387) 2430 : cluster [DBG] pgmap v1555: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.369644+0000 mgr.y (mgr.25387) 2431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.415989+0000 mgr.y (mgr.25387) 2432 : cluster [DBG] pgmap v1556: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.416341+0000 mgr.y (mgr.25387) 2433 : cluster [DBG] pgmap v1557: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.422150+0000 mgr.y (mgr.25387) 2434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.468580+0000 mgr.y (mgr.25387) 2435 : cluster [DBG] pgmap v1558: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.468879+0000 mgr.y (mgr.25387) 2436 : cluster [DBG] pgmap v1559: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.473785+0000 mgr.y (mgr.25387) 2437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.520743+0000 mgr.y (mgr.25387) 2438 : cluster [DBG] pgmap v1560: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.521138+0000 mgr.y (mgr.25387) 2439 : cluster [DBG] pgmap v1561: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.526172+0000 mgr.y (mgr.25387) 2440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.573121+0000 mgr.y (mgr.25387) 2441 : cluster [DBG] pgmap v1562: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.573450+0000 mgr.y (mgr.25387) 2442 : cluster [DBG] pgmap v1563: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.579225+0000 mgr.y (mgr.25387) 2443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.641977+0000 mgr.y (mgr.25387) 2444 : cluster [DBG] pgmap v1564: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.642368+0000 mgr.y (mgr.25387) 2445 : cluster [DBG] pgmap v1565: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.647952+0000 mgr.y (mgr.25387) 2446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.697330+0000 mgr.y (mgr.25387) 2447 : cluster [DBG] pgmap v1566: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.697663+0000 mgr.y (mgr.25387) 2448 : cluster [DBG] pgmap v1567: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.703279+0000 mgr.y (mgr.25387) 2449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.749568+0000 mgr.y (mgr.25387) 2450 : cluster [DBG] pgmap v1568: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.749884+0000 mgr.y (mgr.25387) 2451 : cluster [DBG] pgmap v1569: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.755847+0000 mgr.y (mgr.25387) 2452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.819754+0000 mgr.y (mgr.25387) 2453 : cluster [DBG] pgmap v1570: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.820095+0000 mgr.y (mgr.25387) 2454 : cluster [DBG] pgmap v1571: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.825368+0000 mgr.y (mgr.25387) 2455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.907222+0000 mgr.y (mgr.25387) 2456 : cluster [DBG] pgmap v1572: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.907608+0000 mgr.y (mgr.25387) 2457 : cluster [DBG] pgmap v1573: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:29.915456+0000 mgr.y (mgr.25387) 2458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:29.988232+0000 mon.a (mon.0) 5143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:29.990643+0000 mon.a (mon.0) 5144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:29.991911+0000 mon.a (mon.0) 5145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:29.994760+0000 mon.a (mon.0) 5146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:29.995706+0000 mon.a (mon.0) 5147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.997407+0000 mgr.y (mgr.25387) 2459 : cluster [DBG] pgmap v1574: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:29.997789+0000 mgr.y (mgr.25387) 2460 : cluster [DBG] pgmap v1575: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.005971+0000 mon.a (mon.0) 5148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.006663+0000 mgr.y (mgr.25387) 2461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.063430+0000 mon.a (mon.0) 5149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.065798+0000 mon.a (mon.0) 5150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.066760+0000 mon.a (mon.0) 5151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.068889+0000 mon.a (mon.0) 5152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.069583+0000 mon.a (mon.0) 5153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.071163+0000 mgr.y (mgr.25387) 2462 : cluster [DBG] pgmap v1576: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.071544+0000 mgr.y (mgr.25387) 2463 : cluster [DBG] pgmap v1577: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.075677+0000 mon.a (mon.0) 5154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.076252+0000 mgr.y (mgr.25387) 2464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.117584+0000 mon.a (mon.0) 5155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.119464+0000 mon.a (mon.0) 5156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.120259+0000 mon.a (mon.0) 5157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.122429+0000 mon.a (mon.0) 5158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.123092+0000 mon.a (mon.0) 5159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.124585+0000 mgr.y (mgr.25387) 2465 : cluster [DBG] pgmap v1578: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.124950+0000 mgr.y (mgr.25387) 2466 : cluster [DBG] pgmap v1579: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.128950+0000 mon.a (mon.0) 5160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.173843+0000 mon.a (mon.0) 5161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.176006+0000 mon.a (mon.0) 5162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.176989+0000 mon.a (mon.0) 5163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.179079+0000 mon.a (mon.0) 5164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.179897+0000 mon.a (mon.0) 5165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.186588+0000 mon.a (mon.0) 5166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.247749+0000 mon.a (mon.0) 5167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.250143+0000 mon.a (mon.0) 5168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.251198+0000 mon.a (mon.0) 5169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.253430+0000 mon.a (mon.0) 5170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.254146+0000 mon.a (mon.0) 5171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.260157+0000 mon.a (mon.0) 5172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.321337+0000 mon.a (mon.0) 5173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.323444+0000 mon.a (mon.0) 5174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.324269+0000 mon.a (mon.0) 5175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.326296+0000 mon.a (mon.0) 5176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.326967+0000 mon.a (mon.0) 5177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.333779+0000 mon.a (mon.0) 5178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.393151+0000 mon.a (mon.0) 5179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.394896+0000 mon.a (mon.0) 5180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.395655+0000 mon.a (mon.0) 5181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.397422+0000 mon.a (mon.0) 5182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.398047+0000 mon.a (mon.0) 5183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.404199+0000 mon.a (mon.0) 5184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.461115+0000 mon.a (mon.0) 5185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.462967+0000 mon.a (mon.0) 5186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.463797+0000 mon.a (mon.0) 5187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.465754+0000 mon.a (mon.0) 5188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.466400+0000 mon.a (mon.0) 5189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.473073+0000 mon.a (mon.0) 5190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.529907+0000 mon.a (mon.0) 5191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.531737+0000 mon.a (mon.0) 5192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.532425+0000 mon.a (mon.0) 5193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.534100+0000 mon.a (mon.0) 5194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.534599+0000 mon.a (mon.0) 5195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.540218+0000 mon.a (mon.0) 5196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.601454+0000 mon.a (mon.0) 5197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.603631+0000 mon.a (mon.0) 5198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.604614+0000 mon.a (mon.0) 5199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.606772+0000 mon.a (mon.0) 5200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.607393+0000 mon.a (mon.0) 5201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.613170+0000 mon.a (mon.0) 5202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.654833+0000 mon.a (mon.0) 5203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.656700+0000 mon.a (mon.0) 5204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.657548+0000 mon.a (mon.0) 5205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.659448+0000 mon.a (mon.0) 5206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.660102+0000 mon.a (mon.0) 5207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.666567+0000 mon.a (mon.0) 5208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.727673+0000 mon.a (mon.0) 5209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.729621+0000 mon.a (mon.0) 5210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.730437+0000 mon.a (mon.0) 5211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.732300+0000 mon.a (mon.0) 5212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.732974+0000 mon.a (mon.0) 5213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.739091+0000 mon.a (mon.0) 5214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.797088+0000 mon.a (mon.0) 5215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.798931+0000 mon.a (mon.0) 5216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.799758+0000 mon.a (mon.0) 5217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.801654+0000 mon.a (mon.0) 5218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.802287+0000 mon.a (mon.0) 5219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.807512+0000 mon.a (mon.0) 5220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.864284+0000 mon.a (mon.0) 5221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.866025+0000 mon.a (mon.0) 5222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.867034+0000 mon.a (mon.0) 5223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.868852+0000 mon.a (mon.0) 5224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.869450+0000 mon.a (mon.0) 5225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.875971+0000 mon.a (mon.0) 5226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.916138+0000 mon.a (mon.0) 5227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.918436+0000 mon.a (mon.0) 5228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.919728+0000 mon.a (mon.0) 5229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.922727+0000 mon.a (mon.0) 5230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.923657+0000 mon.a (mon.0) 5231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:31.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:30 smithi105 bash[58125]: audit 2024-03-30T04:46:30.931949+0000 mon.a (mon.0) 5232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:31.625 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[87472]: debug 2024-03-30T04:46:31.256+0000 7fc9abf307c0 -1 Falling back to public interface 2024-03-30T04:46:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.129323+0000 mgr.y (mgr.25387) 2467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.181368+0000 mgr.y (mgr.25387) 2468 : cluster [DBG] pgmap v1580: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.181754+0000 mgr.y (mgr.25387) 2469 : cluster [DBG] pgmap v1581: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.187012+0000 mgr.y (mgr.25387) 2470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.255624+0000 mgr.y (mgr.25387) 2471 : cluster [DBG] pgmap v1582: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.256010+0000 mgr.y (mgr.25387) 2472 : cluster [DBG] pgmap v1583: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.260590+0000 mgr.y (mgr.25387) 2473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.328329+0000 mgr.y (mgr.25387) 2474 : cluster [DBG] pgmap v1584: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.328660+0000 mgr.y (mgr.25387) 2475 : cluster [DBG] pgmap v1585: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.334248+0000 mgr.y (mgr.25387) 2476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.399396+0000 mgr.y (mgr.25387) 2477 : cluster [DBG] pgmap v1586: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.399774+0000 mgr.y (mgr.25387) 2478 : cluster [DBG] pgmap v1587: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.404652+0000 mgr.y (mgr.25387) 2479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.468141+0000 mgr.y (mgr.25387) 2480 : cluster [DBG] pgmap v1588: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.468534+0000 mgr.y (mgr.25387) 2481 : cluster [DBG] pgmap v1589: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.473569+0000 mgr.y (mgr.25387) 2482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.535899+0000 mgr.y (mgr.25387) 2483 : cluster [DBG] pgmap v1590: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.536259+0000 mgr.y (mgr.25387) 2484 : cluster [DBG] pgmap v1591: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.540672+0000 mgr.y (mgr.25387) 2485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:30.593003+0000 mgr.y (mgr.25387) 2486 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.608735+0000 mgr.y (mgr.25387) 2487 : cluster [DBG] pgmap v1592: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.609066+0000 mgr.y (mgr.25387) 2488 : cluster [DBG] pgmap v1593: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.613666+0000 mgr.y (mgr.25387) 2489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.661431+0000 mgr.y (mgr.25387) 2490 : cluster [DBG] pgmap v1594: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.661824+0000 mgr.y (mgr.25387) 2491 : cluster [DBG] pgmap v1595: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.668859+0000 mgr.y (mgr.25387) 2492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.734587+0000 mgr.y (mgr.25387) 2493 : cluster [DBG] pgmap v1596: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.735012+0000 mgr.y (mgr.25387) 2494 : cluster [DBG] pgmap v1597: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.739833+0000 mgr.y (mgr.25387) 2495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.803641+0000 mgr.y (mgr.25387) 2496 : cluster [DBG] pgmap v1598: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.804362+0000 mgr.y (mgr.25387) 2497 : cluster [DBG] pgmap v1599: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.129323+0000 mgr.y (mgr.25387) 2467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.181368+0000 mgr.y (mgr.25387) 2468 : cluster [DBG] pgmap v1580: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.181754+0000 mgr.y (mgr.25387) 2469 : cluster [DBG] pgmap v1581: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.187012+0000 mgr.y (mgr.25387) 2470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.255624+0000 mgr.y (mgr.25387) 2471 : cluster [DBG] pgmap v1582: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.256010+0000 mgr.y (mgr.25387) 2472 : cluster [DBG] pgmap v1583: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.260590+0000 mgr.y (mgr.25387) 2473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.328329+0000 mgr.y (mgr.25387) 2474 : cluster [DBG] pgmap v1584: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.328660+0000 mgr.y (mgr.25387) 2475 : cluster [DBG] pgmap v1585: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.334248+0000 mgr.y (mgr.25387) 2476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.399396+0000 mgr.y (mgr.25387) 2477 : cluster [DBG] pgmap v1586: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.399774+0000 mgr.y (mgr.25387) 2478 : cluster [DBG] pgmap v1587: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.404652+0000 mgr.y (mgr.25387) 2479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.468141+0000 mgr.y (mgr.25387) 2480 : cluster [DBG] pgmap v1588: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.468534+0000 mgr.y (mgr.25387) 2481 : cluster [DBG] pgmap v1589: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.808111+0000 mgr.y (mgr.25387) 2498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.870719+0000 mgr.y (mgr.25387) 2499 : cluster [DBG] pgmap v1600: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.871060+0000 mgr.y (mgr.25387) 2500 : cluster [DBG] pgmap v1601: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.876341+0000 mgr.y (mgr.25387) 2501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.925691+0000 mgr.y (mgr.25387) 2502 : cluster [DBG] pgmap v1602: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.926442+0000 mgr.y (mgr.25387) 2503 : cluster [DBG] pgmap v1603: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:30.932373+0000 mgr.y (mgr.25387) 2504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:30.989227+0000 mon.a (mon.0) 5233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:30.991039+0000 mon.a (mon.0) 5234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:30.992071+0000 mon.a (mon.0) 5235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:30.993989+0000 mon.a (mon.0) 5236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:30.994651+0000 mon.a (mon.0) 5237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.995947+0000 mgr.y (mgr.25387) 2505 : cluster [DBG] pgmap v1604: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:30.996299+0000 mgr.y (mgr.25387) 2506 : cluster [DBG] pgmap v1605: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.002837+0000 mon.a (mon.0) 5238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.003376+0000 mgr.y (mgr.25387) 2507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.044751+0000 mon.a (mon.0) 5239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.046477+0000 mon.a (mon.0) 5240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.047231+0000 mon.a (mon.0) 5241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.048945+0000 mon.a (mon.0) 5242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.049581+0000 mon.a (mon.0) 5243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.050888+0000 mgr.y (mgr.25387) 2508 : cluster [DBG] pgmap v1606: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.051229+0000 mgr.y (mgr.25387) 2509 : cluster [DBG] pgmap v1607: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.057448+0000 mon.a (mon.0) 5244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.057872+0000 mgr.y (mgr.25387) 2510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.115464+0000 mon.a (mon.0) 5245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.117772+0000 mon.a (mon.0) 5246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.118779+0000 mon.a (mon.0) 5247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.121189+0000 mon.a (mon.0) 5248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.121959+0000 mon.a (mon.0) 5249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.123403+0000 mgr.y (mgr.25387) 2511 : cluster [DBG] pgmap v1608: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.123709+0000 mgr.y (mgr.25387) 2512 : cluster [DBG] pgmap v1609: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.130751+0000 mon.a (mon.0) 5250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.189380+0000 mon.a (mon.0) 5251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.191579+0000 mon.a (mon.0) 5252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.192456+0000 mon.a (mon.0) 5253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.194570+0000 mon.a (mon.0) 5254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.195186+0000 mon.a (mon.0) 5255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.202821+0000 mon.a (mon.0) 5256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.261025+0000 mon.a (mon.0) 5257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.263659+0000 mon.a (mon.0) 5258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.264897+0000 mon.a (mon.0) 5259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.267606+0000 mon.a (mon.0) 5260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.268372+0000 mon.a (mon.0) 5261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.276712+0000 mon.a (mon.0) 5262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.317808+0000 mon.a (mon.0) 5263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.319844+0000 mon.a (mon.0) 5264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.320790+0000 mon.a (mon.0) 5265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.322698+0000 mon.a (mon.0) 5266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.323354+0000 mon.a (mon.0) 5267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.331117+0000 mon.a (mon.0) 5268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.372422+0000 mon.a (mon.0) 5269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.374831+0000 mon.a (mon.0) 5270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.375770+0000 mon.a (mon.0) 5271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.377707+0000 mon.a (mon.0) 5272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.378356+0000 mon.a (mon.0) 5273 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.386269+0000 mon.a (mon.0) 5274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.427592+0000 mon.a (mon.0) 5275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.429668+0000 mon.a (mon.0) 5276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.430688+0000 mon.a (mon.0) 5277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.432648+0000 mon.a (mon.0) 5278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.433278+0000 mon.a (mon.0) 5279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.441599+0000 mon.a (mon.0) 5280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.482457+0000 mon.a (mon.0) 5281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.484421+0000 mon.a (mon.0) 5282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.485358+0000 mon.a (mon.0) 5283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.487308+0000 mon.a (mon.0) 5284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.487975+0000 mon.a (mon.0) 5285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.497094+0000 mon.a (mon.0) 5286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.570266+0000 mon.a (mon.0) 5287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.572397+0000 mon.a (mon.0) 5288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.573471+0000 mon.a (mon.0) 5289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.575353+0000 mon.a (mon.0) 5290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.575941+0000 mon.a (mon.0) 5291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.582931+0000 mon.a (mon.0) 5292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.640501+0000 mon.a (mon.0) 5293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.642222+0000 mon.a (mon.0) 5294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.643258+0000 mon.a (mon.0) 5295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.645025+0000 mon.a (mon.0) 5296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.645648+0000 mon.a (mon.0) 5297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.652896+0000 mon.a (mon.0) 5298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.693554+0000 mon.a (mon.0) 5299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.695345+0000 mon.a (mon.0) 5300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.696185+0000 mon.a (mon.0) 5301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.697955+0000 mon.a (mon.0) 5302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.698522+0000 mon.a (mon.0) 5303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.705468+0000 mon.a (mon.0) 5304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.745791+0000 mon.a (mon.0) 5305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.747477+0000 mon.a (mon.0) 5306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.748188+0000 mon.a (mon.0) 5307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.749962+0000 mon.a (mon.0) 5308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.750533+0000 mon.a (mon.0) 5309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.473569+0000 mgr.y (mgr.25387) 2482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.535899+0000 mgr.y (mgr.25387) 2483 : cluster [DBG] pgmap v1590: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.536259+0000 mgr.y (mgr.25387) 2484 : cluster [DBG] pgmap v1591: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.540672+0000 mgr.y (mgr.25387) 2485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:30.593003+0000 mgr.y (mgr.25387) 2486 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.608735+0000 mgr.y (mgr.25387) 2487 : cluster [DBG] pgmap v1592: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.609066+0000 mgr.y (mgr.25387) 2488 : cluster [DBG] pgmap v1593: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.613666+0000 mgr.y (mgr.25387) 2489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.661431+0000 mgr.y (mgr.25387) 2490 : cluster [DBG] pgmap v1594: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.661824+0000 mgr.y (mgr.25387) 2491 : cluster [DBG] pgmap v1595: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.668859+0000 mgr.y (mgr.25387) 2492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.734587+0000 mgr.y (mgr.25387) 2493 : cluster [DBG] pgmap v1596: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.735012+0000 mgr.y (mgr.25387) 2494 : cluster [DBG] pgmap v1597: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.739833+0000 mgr.y (mgr.25387) 2495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.803641+0000 mgr.y (mgr.25387) 2496 : cluster [DBG] pgmap v1598: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.804362+0000 mgr.y (mgr.25387) 2497 : cluster [DBG] pgmap v1599: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.757605+0000 mon.a (mon.0) 5310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.818728+0000 mon.a (mon.0) 5311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.820865+0000 mon.a (mon.0) 5312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.821731+0000 mon.a (mon.0) 5313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.824015+0000 mon.a (mon.0) 5314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.824726+0000 mon.a (mon.0) 5315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.834102+0000 mon.a (mon.0) 5316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.907593+0000 mon.a (mon.0) 5317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.909361+0000 mon.a (mon.0) 5318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.910149+0000 mon.a (mon.0) 5319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.911947+0000 mon.a (mon.0) 5320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.912546+0000 mon.a (mon.0) 5321 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[69502]: audit 2024-03-30T04:46:31.920738+0000 mon.a (mon.0) 5322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.808111+0000 mgr.y (mgr.25387) 2498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.870719+0000 mgr.y (mgr.25387) 2499 : cluster [DBG] pgmap v1600: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.871060+0000 mgr.y (mgr.25387) 2500 : cluster [DBG] pgmap v1601: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.876341+0000 mgr.y (mgr.25387) 2501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.925691+0000 mgr.y (mgr.25387) 2502 : cluster [DBG] pgmap v1602: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.926442+0000 mgr.y (mgr.25387) 2503 : cluster [DBG] pgmap v1603: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:30.932373+0000 mgr.y (mgr.25387) 2504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:30.989227+0000 mon.a (mon.0) 5233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:30.991039+0000 mon.a (mon.0) 5234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:30.992071+0000 mon.a (mon.0) 5235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:30.993989+0000 mon.a (mon.0) 5236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:30.994651+0000 mon.a (mon.0) 5237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.995947+0000 mgr.y (mgr.25387) 2505 : cluster [DBG] pgmap v1604: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:30.996299+0000 mgr.y (mgr.25387) 2506 : cluster [DBG] pgmap v1605: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.002837+0000 mon.a (mon.0) 5238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.003376+0000 mgr.y (mgr.25387) 2507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.044751+0000 mon.a (mon.0) 5239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.046477+0000 mon.a (mon.0) 5240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.047231+0000 mon.a (mon.0) 5241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.048945+0000 mon.a (mon.0) 5242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.049581+0000 mon.a (mon.0) 5243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.050888+0000 mgr.y (mgr.25387) 2508 : cluster [DBG] pgmap v1606: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.051229+0000 mgr.y (mgr.25387) 2509 : cluster [DBG] pgmap v1607: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.057448+0000 mon.a (mon.0) 5244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.057872+0000 mgr.y (mgr.25387) 2510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.115464+0000 mon.a (mon.0) 5245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.117772+0000 mon.a (mon.0) 5246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.118779+0000 mon.a (mon.0) 5247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.121189+0000 mon.a (mon.0) 5248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.121959+0000 mon.a (mon.0) 5249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.123403+0000 mgr.y (mgr.25387) 2511 : cluster [DBG] pgmap v1608: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.123709+0000 mgr.y (mgr.25387) 2512 : cluster [DBG] pgmap v1609: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.130751+0000 mon.a (mon.0) 5250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.189380+0000 mon.a (mon.0) 5251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.191579+0000 mon.a (mon.0) 5252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.192456+0000 mon.a (mon.0) 5253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.194570+0000 mon.a (mon.0) 5254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.195186+0000 mon.a (mon.0) 5255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.202821+0000 mon.a (mon.0) 5256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.261025+0000 mon.a (mon.0) 5257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.263659+0000 mon.a (mon.0) 5258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.264897+0000 mon.a (mon.0) 5259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.267606+0000 mon.a (mon.0) 5260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.268372+0000 mon.a (mon.0) 5261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.276712+0000 mon.a (mon.0) 5262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.317808+0000 mon.a (mon.0) 5263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.319844+0000 mon.a (mon.0) 5264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.320790+0000 mon.a (mon.0) 5265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.322698+0000 mon.a (mon.0) 5266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.323354+0000 mon.a (mon.0) 5267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.331117+0000 mon.a (mon.0) 5268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.372422+0000 mon.a (mon.0) 5269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.374831+0000 mon.a (mon.0) 5270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.375770+0000 mon.a (mon.0) 5271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.377707+0000 mon.a (mon.0) 5272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.378356+0000 mon.a (mon.0) 5273 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.386269+0000 mon.a (mon.0) 5274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.427592+0000 mon.a (mon.0) 5275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.429668+0000 mon.a (mon.0) 5276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.430688+0000 mon.a (mon.0) 5277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.432648+0000 mon.a (mon.0) 5278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.433278+0000 mon.a (mon.0) 5279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.441599+0000 mon.a (mon.0) 5280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.482457+0000 mon.a (mon.0) 5281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.484421+0000 mon.a (mon.0) 5282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.485358+0000 mon.a (mon.0) 5283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.487308+0000 mon.a (mon.0) 5284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.487975+0000 mon.a (mon.0) 5285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.497094+0000 mon.a (mon.0) 5286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.570266+0000 mon.a (mon.0) 5287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.572397+0000 mon.a (mon.0) 5288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.573471+0000 mon.a (mon.0) 5289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.575353+0000 mon.a (mon.0) 5290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.575941+0000 mon.a (mon.0) 5291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.582931+0000 mon.a (mon.0) 5292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.640501+0000 mon.a (mon.0) 5293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.642222+0000 mon.a (mon.0) 5294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.643258+0000 mon.a (mon.0) 5295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.645025+0000 mon.a (mon.0) 5296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.645648+0000 mon.a (mon.0) 5297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.652896+0000 mon.a (mon.0) 5298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.693554+0000 mon.a (mon.0) 5299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.695345+0000 mon.a (mon.0) 5300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.696185+0000 mon.a (mon.0) 5301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.697955+0000 mon.a (mon.0) 5302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.698522+0000 mon.a (mon.0) 5303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.705468+0000 mon.a (mon.0) 5304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.745791+0000 mon.a (mon.0) 5305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.747477+0000 mon.a (mon.0) 5306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.748188+0000 mon.a (mon.0) 5307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.749962+0000 mon.a (mon.0) 5308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.750533+0000 mon.a (mon.0) 5309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.757605+0000 mon.a (mon.0) 5310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.818728+0000 mon.a (mon.0) 5311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.820865+0000 mon.a (mon.0) 5312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.821731+0000 mon.a (mon.0) 5313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.824015+0000 mon.a (mon.0) 5314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.824726+0000 mon.a (mon.0) 5315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.834102+0000 mon.a (mon.0) 5316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.907593+0000 mon.a (mon.0) 5317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.909361+0000 mon.a (mon.0) 5318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.910149+0000 mon.a (mon.0) 5319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.911947+0000 mon.a (mon.0) 5320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.912546+0000 mon.a (mon.0) 5321 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:31 smithi097 bash[73934]: audit 2024-03-30T04:46:31.920738+0000 mon.a (mon.0) 5322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.129323+0000 mgr.y (mgr.25387) 2467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.181368+0000 mgr.y (mgr.25387) 2468 : cluster [DBG] pgmap v1580: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.181754+0000 mgr.y (mgr.25387) 2469 : cluster [DBG] pgmap v1581: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.187012+0000 mgr.y (mgr.25387) 2470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.255624+0000 mgr.y (mgr.25387) 2471 : cluster [DBG] pgmap v1582: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.256010+0000 mgr.y (mgr.25387) 2472 : cluster [DBG] pgmap v1583: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.260590+0000 mgr.y (mgr.25387) 2473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.328329+0000 mgr.y (mgr.25387) 2474 : cluster [DBG] pgmap v1584: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.328660+0000 mgr.y (mgr.25387) 2475 : cluster [DBG] pgmap v1585: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.334248+0000 mgr.y (mgr.25387) 2476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.399396+0000 mgr.y (mgr.25387) 2477 : cluster [DBG] pgmap v1586: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.399774+0000 mgr.y (mgr.25387) 2478 : cluster [DBG] pgmap v1587: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.404652+0000 mgr.y (mgr.25387) 2479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.468141+0000 mgr.y (mgr.25387) 2480 : cluster [DBG] pgmap v1588: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.468534+0000 mgr.y (mgr.25387) 2481 : cluster [DBG] pgmap v1589: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.473569+0000 mgr.y (mgr.25387) 2482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.535899+0000 mgr.y (mgr.25387) 2483 : cluster [DBG] pgmap v1590: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.536259+0000 mgr.y (mgr.25387) 2484 : cluster [DBG] pgmap v1591: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 24 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.540672+0000 mgr.y (mgr.25387) 2485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:30.593003+0000 mgr.y (mgr.25387) 2486 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.608735+0000 mgr.y (mgr.25387) 2487 : cluster [DBG] pgmap v1592: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.609066+0000 mgr.y (mgr.25387) 2488 : cluster [DBG] pgmap v1593: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.613666+0000 mgr.y (mgr.25387) 2489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.661431+0000 mgr.y (mgr.25387) 2490 : cluster [DBG] pgmap v1594: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.661824+0000 mgr.y (mgr.25387) 2491 : cluster [DBG] pgmap v1595: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.668859+0000 mgr.y (mgr.25387) 2492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.734587+0000 mgr.y (mgr.25387) 2493 : cluster [DBG] pgmap v1596: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.735012+0000 mgr.y (mgr.25387) 2494 : cluster [DBG] pgmap v1597: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.739833+0000 mgr.y (mgr.25387) 2495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.803641+0000 mgr.y (mgr.25387) 2496 : cluster [DBG] pgmap v1598: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.804362+0000 mgr.y (mgr.25387) 2497 : cluster [DBG] pgmap v1599: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.808111+0000 mgr.y (mgr.25387) 2498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.870719+0000 mgr.y (mgr.25387) 2499 : cluster [DBG] pgmap v1600: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.871060+0000 mgr.y (mgr.25387) 2500 : cluster [DBG] pgmap v1601: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.876341+0000 mgr.y (mgr.25387) 2501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.925691+0000 mgr.y (mgr.25387) 2502 : cluster [DBG] pgmap v1602: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.926442+0000 mgr.y (mgr.25387) 2503 : cluster [DBG] pgmap v1603: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:30.932373+0000 mgr.y (mgr.25387) 2504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:30.989227+0000 mon.a (mon.0) 5233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:30.991039+0000 mon.a (mon.0) 5234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:30.992071+0000 mon.a (mon.0) 5235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:30.993989+0000 mon.a (mon.0) 5236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:30.994651+0000 mon.a (mon.0) 5237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.995947+0000 mgr.y (mgr.25387) 2505 : cluster [DBG] pgmap v1604: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:30.996299+0000 mgr.y (mgr.25387) 2506 : cluster [DBG] pgmap v1605: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.002837+0000 mon.a (mon.0) 5238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.003376+0000 mgr.y (mgr.25387) 2507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.044751+0000 mon.a (mon.0) 5239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.046477+0000 mon.a (mon.0) 5240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.047231+0000 mon.a (mon.0) 5241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.048945+0000 mon.a (mon.0) 5242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.049581+0000 mon.a (mon.0) 5243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.050888+0000 mgr.y (mgr.25387) 2508 : cluster [DBG] pgmap v1606: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.051229+0000 mgr.y (mgr.25387) 2509 : cluster [DBG] pgmap v1607: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.057448+0000 mon.a (mon.0) 5244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.057872+0000 mgr.y (mgr.25387) 2510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.115464+0000 mon.a (mon.0) 5245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.117772+0000 mon.a (mon.0) 5246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.118779+0000 mon.a (mon.0) 5247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.121189+0000 mon.a (mon.0) 5248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.121959+0000 mon.a (mon.0) 5249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.123403+0000 mgr.y (mgr.25387) 2511 : cluster [DBG] pgmap v1608: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.123709+0000 mgr.y (mgr.25387) 2512 : cluster [DBG] pgmap v1609: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:32.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.130751+0000 mon.a (mon.0) 5250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.189380+0000 mon.a (mon.0) 5251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.191579+0000 mon.a (mon.0) 5252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.192456+0000 mon.a (mon.0) 5253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.194570+0000 mon.a (mon.0) 5254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.195186+0000 mon.a (mon.0) 5255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.202821+0000 mon.a (mon.0) 5256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.261025+0000 mon.a (mon.0) 5257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.263659+0000 mon.a (mon.0) 5258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.264897+0000 mon.a (mon.0) 5259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.267606+0000 mon.a (mon.0) 5260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.268372+0000 mon.a (mon.0) 5261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.276712+0000 mon.a (mon.0) 5262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.317808+0000 mon.a (mon.0) 5263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.319844+0000 mon.a (mon.0) 5264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.320790+0000 mon.a (mon.0) 5265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.322698+0000 mon.a (mon.0) 5266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.323354+0000 mon.a (mon.0) 5267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.331117+0000 mon.a (mon.0) 5268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.372422+0000 mon.a (mon.0) 5269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.374831+0000 mon.a (mon.0) 5270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.375770+0000 mon.a (mon.0) 5271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.377707+0000 mon.a (mon.0) 5272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.378356+0000 mon.a (mon.0) 5273 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.386269+0000 mon.a (mon.0) 5274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.427592+0000 mon.a (mon.0) 5275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.429668+0000 mon.a (mon.0) 5276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.430688+0000 mon.a (mon.0) 5277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.432648+0000 mon.a (mon.0) 5278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.433278+0000 mon.a (mon.0) 5279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.441599+0000 mon.a (mon.0) 5280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.482457+0000 mon.a (mon.0) 5281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.484421+0000 mon.a (mon.0) 5282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.485358+0000 mon.a (mon.0) 5283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.487308+0000 mon.a (mon.0) 5284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.487975+0000 mon.a (mon.0) 5285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.497094+0000 mon.a (mon.0) 5286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.570266+0000 mon.a (mon.0) 5287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.572397+0000 mon.a (mon.0) 5288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.573471+0000 mon.a (mon.0) 5289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.575353+0000 mon.a (mon.0) 5290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.575941+0000 mon.a (mon.0) 5291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.582931+0000 mon.a (mon.0) 5292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.640501+0000 mon.a (mon.0) 5293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.642222+0000 mon.a (mon.0) 5294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.643258+0000 mon.a (mon.0) 5295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.645025+0000 mon.a (mon.0) 5296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.645648+0000 mon.a (mon.0) 5297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.652896+0000 mon.a (mon.0) 5298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.693554+0000 mon.a (mon.0) 5299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.695345+0000 mon.a (mon.0) 5300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.696185+0000 mon.a (mon.0) 5301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.697955+0000 mon.a (mon.0) 5302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.698522+0000 mon.a (mon.0) 5303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.705468+0000 mon.a (mon.0) 5304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.745791+0000 mon.a (mon.0) 5305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.747477+0000 mon.a (mon.0) 5306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.748188+0000 mon.a (mon.0) 5307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.749962+0000 mon.a (mon.0) 5308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.750533+0000 mon.a (mon.0) 5309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.757605+0000 mon.a (mon.0) 5310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.818728+0000 mon.a (mon.0) 5311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.820865+0000 mon.a (mon.0) 5312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.821731+0000 mon.a (mon.0) 5313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.824015+0000 mon.a (mon.0) 5314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.824726+0000 mon.a (mon.0) 5315 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.834102+0000 mon.a (mon.0) 5316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.907593+0000 mon.a (mon.0) 5317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.909361+0000 mon.a (mon.0) 5318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.910149+0000 mon.a (mon.0) 5319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:32.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.911947+0000 mon.a (mon.0) 5320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:32.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.912546+0000 mon.a (mon.0) 5321 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:32.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:31 smithi105 bash[58125]: audit 2024-03-30T04:46:31.920738+0000 mon.a (mon.0) 5322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:32.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:46:32] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.131522+0000 mgr.y (mgr.25387) 2513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.196589+0000 mgr.y (mgr.25387) 2514 : cluster [DBG] pgmap v1610: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.196896+0000 mgr.y (mgr.25387) 2515 : cluster [DBG] pgmap v1611: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.203359+0000 mgr.y (mgr.25387) 2516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.269931+0000 mgr.y (mgr.25387) 2517 : cluster [DBG] pgmap v1612: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.270213+0000 mgr.y (mgr.25387) 2518 : cluster [DBG] pgmap v1613: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.277644+0000 mgr.y (mgr.25387) 2519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.324639+0000 mgr.y (mgr.25387) 2520 : cluster [DBG] pgmap v1614: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.324935+0000 mgr.y (mgr.25387) 2521 : cluster [DBG] pgmap v1615: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.331537+0000 mgr.y (mgr.25387) 2522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.379708+0000 mgr.y (mgr.25387) 2523 : cluster [DBG] pgmap v1616: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.380004+0000 mgr.y (mgr.25387) 2524 : cluster [DBG] pgmap v1617: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.386677+0000 mgr.y (mgr.25387) 2525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.434619+0000 mgr.y (mgr.25387) 2526 : cluster [DBG] pgmap v1618: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.434955+0000 mgr.y (mgr.25387) 2527 : cluster [DBG] pgmap v1619: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.442015+0000 mgr.y (mgr.25387) 2528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.131522+0000 mgr.y (mgr.25387) 2513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.196589+0000 mgr.y (mgr.25387) 2514 : cluster [DBG] pgmap v1610: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.196896+0000 mgr.y (mgr.25387) 2515 : cluster [DBG] pgmap v1611: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.203359+0000 mgr.y (mgr.25387) 2516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.269931+0000 mgr.y (mgr.25387) 2517 : cluster [DBG] pgmap v1612: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.270213+0000 mgr.y (mgr.25387) 2518 : cluster [DBG] pgmap v1613: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.277644+0000 mgr.y (mgr.25387) 2519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.324639+0000 mgr.y (mgr.25387) 2520 : cluster [DBG] pgmap v1614: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.324935+0000 mgr.y (mgr.25387) 2521 : cluster [DBG] pgmap v1615: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.331537+0000 mgr.y (mgr.25387) 2522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.379708+0000 mgr.y (mgr.25387) 2523 : cluster [DBG] pgmap v1616: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.380004+0000 mgr.y (mgr.25387) 2524 : cluster [DBG] pgmap v1617: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.386677+0000 mgr.y (mgr.25387) 2525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.434619+0000 mgr.y (mgr.25387) 2526 : cluster [DBG] pgmap v1618: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.434955+0000 mgr.y (mgr.25387) 2527 : cluster [DBG] pgmap v1619: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.442015+0000 mgr.y (mgr.25387) 2528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.489279+0000 mgr.y (mgr.25387) 2529 : cluster [DBG] pgmap v1620: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.489550+0000 mgr.y (mgr.25387) 2530 : cluster [DBG] pgmap v1621: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.497560+0000 mgr.y (mgr.25387) 2531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.577278+0000 mgr.y (mgr.25387) 2532 : cluster [DBG] pgmap v1622: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.577674+0000 mgr.y (mgr.25387) 2533 : cluster [DBG] pgmap v1623: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.583451+0000 mgr.y (mgr.25387) 2534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.646919+0000 mgr.y (mgr.25387) 2535 : cluster [DBG] pgmap v1624: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.647281+0000 mgr.y (mgr.25387) 2536 : cluster [DBG] pgmap v1625: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.653319+0000 mgr.y (mgr.25387) 2537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.699736+0000 mgr.y (mgr.25387) 2538 : cluster [DBG] pgmap v1626: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.700003+0000 mgr.y (mgr.25387) 2539 : cluster [DBG] pgmap v1627: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.705891+0000 mgr.y (mgr.25387) 2540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.751874+0000 mgr.y (mgr.25387) 2541 : cluster [DBG] pgmap v1628: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.752207+0000 mgr.y (mgr.25387) 2542 : cluster [DBG] pgmap v1629: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.758067+0000 mgr.y (mgr.25387) 2543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.489279+0000 mgr.y (mgr.25387) 2529 : cluster [DBG] pgmap v1620: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.489550+0000 mgr.y (mgr.25387) 2530 : cluster [DBG] pgmap v1621: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.497560+0000 mgr.y (mgr.25387) 2531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.577278+0000 mgr.y (mgr.25387) 2532 : cluster [DBG] pgmap v1622: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.577674+0000 mgr.y (mgr.25387) 2533 : cluster [DBG] pgmap v1623: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.583451+0000 mgr.y (mgr.25387) 2534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.646919+0000 mgr.y (mgr.25387) 2535 : cluster [DBG] pgmap v1624: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.647281+0000 mgr.y (mgr.25387) 2536 : cluster [DBG] pgmap v1625: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.653319+0000 mgr.y (mgr.25387) 2537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.699736+0000 mgr.y (mgr.25387) 2538 : cluster [DBG] pgmap v1626: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.700003+0000 mgr.y (mgr.25387) 2539 : cluster [DBG] pgmap v1627: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.705891+0000 mgr.y (mgr.25387) 2540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.751874+0000 mgr.y (mgr.25387) 2541 : cluster [DBG] pgmap v1628: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.752207+0000 mgr.y (mgr.25387) 2542 : cluster [DBG] pgmap v1629: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.758067+0000 mgr.y (mgr.25387) 2543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.826323+0000 mgr.y (mgr.25387) 2544 : cluster [DBG] pgmap v1630: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.826874+0000 mgr.y (mgr.25387) 2545 : cluster [DBG] pgmap v1631: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.834587+0000 mgr.y (mgr.25387) 2546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.914144+0000 mgr.y (mgr.25387) 2547 : cluster [DBG] pgmap v1632: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.914513+0000 mgr.y (mgr.25387) 2548 : cluster [DBG] pgmap v1633: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.921329+0000 mgr.y (mgr.25387) 2549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:31.983164+0000 mon.a (mon.0) 5323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:31.984877+0000 mon.a (mon.0) 5324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:31.985607+0000 mon.a (mon.0) 5325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:31.987324+0000 mon.a (mon.0) 5326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:31.987887+0000 mon.a (mon.0) 5327 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.989103+0000 mgr.y (mgr.25387) 2550 : cluster [DBG] pgmap v1634: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:31.989370+0000 mgr.y (mgr.25387) 2551 : cluster [DBG] pgmap v1635: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:31.994157+0000 mon.a (mon.0) 5328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:31.994589+0000 mgr.y (mgr.25387) 2552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.050650+0000 mon.a (mon.0) 5329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.052867+0000 mon.a (mon.0) 5330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.054212+0000 mon.a (mon.0) 5331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.826323+0000 mgr.y (mgr.25387) 2544 : cluster [DBG] pgmap v1630: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.826874+0000 mgr.y (mgr.25387) 2545 : cluster [DBG] pgmap v1631: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.834587+0000 mgr.y (mgr.25387) 2546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.914144+0000 mgr.y (mgr.25387) 2547 : cluster [DBG] pgmap v1632: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.914513+0000 mgr.y (mgr.25387) 2548 : cluster [DBG] pgmap v1633: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.921329+0000 mgr.y (mgr.25387) 2549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:31.983164+0000 mon.a (mon.0) 5323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:31.984877+0000 mon.a (mon.0) 5324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:31.985607+0000 mon.a (mon.0) 5325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:31.987324+0000 mon.a (mon.0) 5326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:31.987887+0000 mon.a (mon.0) 5327 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.989103+0000 mgr.y (mgr.25387) 2550 : cluster [DBG] pgmap v1634: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:31.989370+0000 mgr.y (mgr.25387) 2551 : cluster [DBG] pgmap v1635: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:31.994157+0000 mon.a (mon.0) 5328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:31.994589+0000 mgr.y (mgr.25387) 2552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.050650+0000 mon.a (mon.0) 5329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.052867+0000 mon.a (mon.0) 5330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.054212+0000 mon.a (mon.0) 5331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.056243+0000 mon.a (mon.0) 5332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.057028+0000 mon.a (mon.0) 5333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.058444+0000 mgr.y (mgr.25387) 2553 : cluster [DBG] pgmap v1636: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.058708+0000 mgr.y (mgr.25387) 2554 : cluster [DBG] pgmap v1637: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.063033+0000 mon.a (mon.0) 5334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.063478+0000 mgr.y (mgr.25387) 2555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.119684+0000 mon.a (mon.0) 5335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.121444+0000 mon.a (mon.0) 5336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.122233+0000 mon.a (mon.0) 5337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.124100+0000 mon.a (mon.0) 5338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.124746+0000 mon.a (mon.0) 5339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.126018+0000 mgr.y (mgr.25387) 2556 : cluster [DBG] pgmap v1638: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.126301+0000 mgr.y (mgr.25387) 2557 : cluster [DBG] pgmap v1639: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.130620+0000 mon.a (mon.0) 5340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.187617+0000 mon.a (mon.0) 5341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.189587+0000 mon.a (mon.0) 5342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.190673+0000 mon.a (mon.0) 5343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.056243+0000 mon.a (mon.0) 5332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.057028+0000 mon.a (mon.0) 5333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.058444+0000 mgr.y (mgr.25387) 2553 : cluster [DBG] pgmap v1636: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.058708+0000 mgr.y (mgr.25387) 2554 : cluster [DBG] pgmap v1637: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.063033+0000 mon.a (mon.0) 5334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.063478+0000 mgr.y (mgr.25387) 2555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.119684+0000 mon.a (mon.0) 5335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.121444+0000 mon.a (mon.0) 5336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.122233+0000 mon.a (mon.0) 5337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.124100+0000 mon.a (mon.0) 5338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.124746+0000 mon.a (mon.0) 5339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.126018+0000 mgr.y (mgr.25387) 2556 : cluster [DBG] pgmap v1638: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.126301+0000 mgr.y (mgr.25387) 2557 : cluster [DBG] pgmap v1639: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.130620+0000 mon.a (mon.0) 5340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.187617+0000 mon.a (mon.0) 5341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.189587+0000 mon.a (mon.0) 5342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.190673+0000 mon.a (mon.0) 5343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.193032+0000 mon.a (mon.0) 5344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.193743+0000 mon.a (mon.0) 5345 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.200608+0000 mon.a (mon.0) 5346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.275924+0000 mon.a (mon.0) 5347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.277726+0000 mon.a (mon.0) 5348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.278731+0000 mon.a (mon.0) 5349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.280598+0000 mon.a (mon.0) 5350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.281250+0000 mon.a (mon.0) 5351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.287351+0000 mon.a (mon.0) 5352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.373551+0000 mon.a (mon.0) 5353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.375415+0000 mon.a (mon.0) 5354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.376257+0000 mon.a (mon.0) 5355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.378391+0000 mon.a (mon.0) 5356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.379087+0000 mon.a (mon.0) 5357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.387956+0000 mon.a (mon.0) 5358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.461508+0000 mon.a (mon.0) 5359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.463377+0000 mon.a (mon.0) 5360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.464235+0000 mon.a (mon.0) 5361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.466422+0000 mon.a (mon.0) 5362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.193032+0000 mon.a (mon.0) 5344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.193743+0000 mon.a (mon.0) 5345 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.200608+0000 mon.a (mon.0) 5346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.275924+0000 mon.a (mon.0) 5347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.277726+0000 mon.a (mon.0) 5348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.278731+0000 mon.a (mon.0) 5349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.280598+0000 mon.a (mon.0) 5350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.281250+0000 mon.a (mon.0) 5351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.287351+0000 mon.a (mon.0) 5352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.373551+0000 mon.a (mon.0) 5353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.375415+0000 mon.a (mon.0) 5354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.376257+0000 mon.a (mon.0) 5355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.378391+0000 mon.a (mon.0) 5356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.379087+0000 mon.a (mon.0) 5357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.387956+0000 mon.a (mon.0) 5358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.461508+0000 mon.a (mon.0) 5359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.463377+0000 mon.a (mon.0) 5360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.464235+0000 mon.a (mon.0) 5361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.466422+0000 mon.a (mon.0) 5362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.467288+0000 mon.a (mon.0) 5363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.475307+0000 mon.a (mon.0) 5364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.557919+0000 mon.a (mon.0) 5365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.560608+0000 mon.a (mon.0) 5366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.562028+0000 mon.a (mon.0) 5367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.563994+0000 mon.a (mon.0) 5368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.564617+0000 mon.a (mon.0) 5369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.572107+0000 mon.a (mon.0) 5370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.630510+0000 mon.a (mon.0) 5371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.632683+0000 mon.a (mon.0) 5372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.633617+0000 mon.a (mon.0) 5373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.635704+0000 mon.a (mon.0) 5374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.636394+0000 mon.a (mon.0) 5375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.642283+0000 mon.a (mon.0) 5376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.713816+0000 mon.a (mon.0) 5377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.717403+0000 mon.a (mon.0) 5378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.718737+0000 mon.a (mon.0) 5379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.721867+0000 mon.a (mon.0) 5380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.722835+0000 mon.a (mon.0) 5381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.732970+0000 mon.a (mon.0) 5382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.776023+0000 mon.a (mon.0) 5383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.777853+0000 mon.a (mon.0) 5384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.778620+0000 mon.a (mon.0) 5385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.780368+0000 mon.a (mon.0) 5386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.780969+0000 mon.a (mon.0) 5387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.786671+0000 mon.a (mon.0) 5388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.843492+0000 mon.a (mon.0) 5389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.845673+0000 mon.a (mon.0) 5390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.846507+0000 mon.a (mon.0) 5391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.848362+0000 mon.a (mon.0) 5392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.849010+0000 mon.a (mon.0) 5393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.856530+0000 mon.a (mon.0) 5394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.913585+0000 mon.a (mon.0) 5395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.915306+0000 mon.a (mon.0) 5396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.916080+0000 mon.a (mon.0) 5397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.917888+0000 mon.a (mon.0) 5398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.918494+0000 mon.a (mon.0) 5399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[69502]: audit 2024-03-30T04:46:32.926298+0000 mon.a (mon.0) 5400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.467288+0000 mon.a (mon.0) 5363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.475307+0000 mon.a (mon.0) 5364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.557919+0000 mon.a (mon.0) 5365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.560608+0000 mon.a (mon.0) 5366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.562028+0000 mon.a (mon.0) 5367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.563994+0000 mon.a (mon.0) 5368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.564617+0000 mon.a (mon.0) 5369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.572107+0000 mon.a (mon.0) 5370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.630510+0000 mon.a (mon.0) 5371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.632683+0000 mon.a (mon.0) 5372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.633617+0000 mon.a (mon.0) 5373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.635704+0000 mon.a (mon.0) 5374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.636394+0000 mon.a (mon.0) 5375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.642283+0000 mon.a (mon.0) 5376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.713816+0000 mon.a (mon.0) 5377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.717403+0000 mon.a (mon.0) 5378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.718737+0000 mon.a (mon.0) 5379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.721867+0000 mon.a (mon.0) 5380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.722835+0000 mon.a (mon.0) 5381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.732970+0000 mon.a (mon.0) 5382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.776023+0000 mon.a (mon.0) 5383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.777853+0000 mon.a (mon.0) 5384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.778620+0000 mon.a (mon.0) 5385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.780368+0000 mon.a (mon.0) 5386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.780969+0000 mon.a (mon.0) 5387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.786671+0000 mon.a (mon.0) 5388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.843492+0000 mon.a (mon.0) 5389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.845673+0000 mon.a (mon.0) 5390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.846507+0000 mon.a (mon.0) 5391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.848362+0000 mon.a (mon.0) 5392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.849010+0000 mon.a (mon.0) 5393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.856530+0000 mon.a (mon.0) 5394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.913585+0000 mon.a (mon.0) 5395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.915306+0000 mon.a (mon.0) 5396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.916080+0000 mon.a (mon.0) 5397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.917888+0000 mon.a (mon.0) 5398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.918494+0000 mon.a (mon.0) 5399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:32 smithi097 bash[73934]: audit 2024-03-30T04:46:32.926298+0000 mon.a (mon.0) 5400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.131522+0000 mgr.y (mgr.25387) 2513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.196589+0000 mgr.y (mgr.25387) 2514 : cluster [DBG] pgmap v1610: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.196896+0000 mgr.y (mgr.25387) 2515 : cluster [DBG] pgmap v1611: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.203359+0000 mgr.y (mgr.25387) 2516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.269931+0000 mgr.y (mgr.25387) 2517 : cluster [DBG] pgmap v1612: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.270213+0000 mgr.y (mgr.25387) 2518 : cluster [DBG] pgmap v1613: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.277644+0000 mgr.y (mgr.25387) 2519 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.324639+0000 mgr.y (mgr.25387) 2520 : cluster [DBG] pgmap v1614: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.324935+0000 mgr.y (mgr.25387) 2521 : cluster [DBG] pgmap v1615: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.331537+0000 mgr.y (mgr.25387) 2522 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.379708+0000 mgr.y (mgr.25387) 2523 : cluster [DBG] pgmap v1616: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.380004+0000 mgr.y (mgr.25387) 2524 : cluster [DBG] pgmap v1617: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.386677+0000 mgr.y (mgr.25387) 2525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.434619+0000 mgr.y (mgr.25387) 2526 : cluster [DBG] pgmap v1618: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.434955+0000 mgr.y (mgr.25387) 2527 : cluster [DBG] pgmap v1619: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.442015+0000 mgr.y (mgr.25387) 2528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.489279+0000 mgr.y (mgr.25387) 2529 : cluster [DBG] pgmap v1620: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.489550+0000 mgr.y (mgr.25387) 2530 : cluster [DBG] pgmap v1621: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.497560+0000 mgr.y (mgr.25387) 2531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.577278+0000 mgr.y (mgr.25387) 2532 : cluster [DBG] pgmap v1622: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.577674+0000 mgr.y (mgr.25387) 2533 : cluster [DBG] pgmap v1623: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.583451+0000 mgr.y (mgr.25387) 2534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.646919+0000 mgr.y (mgr.25387) 2535 : cluster [DBG] pgmap v1624: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.647281+0000 mgr.y (mgr.25387) 2536 : cluster [DBG] pgmap v1625: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.653319+0000 mgr.y (mgr.25387) 2537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.699736+0000 mgr.y (mgr.25387) 2538 : cluster [DBG] pgmap v1626: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.700003+0000 mgr.y (mgr.25387) 2539 : cluster [DBG] pgmap v1627: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.705891+0000 mgr.y (mgr.25387) 2540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.751874+0000 mgr.y (mgr.25387) 2541 : cluster [DBG] pgmap v1628: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.752207+0000 mgr.y (mgr.25387) 2542 : cluster [DBG] pgmap v1629: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.758067+0000 mgr.y (mgr.25387) 2543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.826323+0000 mgr.y (mgr.25387) 2544 : cluster [DBG] pgmap v1630: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.826874+0000 mgr.y (mgr.25387) 2545 : cluster [DBG] pgmap v1631: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.834587+0000 mgr.y (mgr.25387) 2546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.914144+0000 mgr.y (mgr.25387) 2547 : cluster [DBG] pgmap v1632: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.914513+0000 mgr.y (mgr.25387) 2548 : cluster [DBG] pgmap v1633: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.921329+0000 mgr.y (mgr.25387) 2549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:31.983164+0000 mon.a (mon.0) 5323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:31.984877+0000 mon.a (mon.0) 5324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:31.985607+0000 mon.a (mon.0) 5325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:31.987324+0000 mon.a (mon.0) 5326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:31.987887+0000 mon.a (mon.0) 5327 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.989103+0000 mgr.y (mgr.25387) 2550 : cluster [DBG] pgmap v1634: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:31.989370+0000 mgr.y (mgr.25387) 2551 : cluster [DBG] pgmap v1635: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:31.994157+0000 mon.a (mon.0) 5328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:31.994589+0000 mgr.y (mgr.25387) 2552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.050650+0000 mon.a (mon.0) 5329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.052867+0000 mon.a (mon.0) 5330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.054212+0000 mon.a (mon.0) 5331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.056243+0000 mon.a (mon.0) 5332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.057028+0000 mon.a (mon.0) 5333 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.058444+0000 mgr.y (mgr.25387) 2553 : cluster [DBG] pgmap v1636: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.058708+0000 mgr.y (mgr.25387) 2554 : cluster [DBG] pgmap v1637: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.063033+0000 mon.a (mon.0) 5334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.063478+0000 mgr.y (mgr.25387) 2555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:33.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.119684+0000 mon.a (mon.0) 5335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.121444+0000 mon.a (mon.0) 5336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.122233+0000 mon.a (mon.0) 5337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.124100+0000 mon.a (mon.0) 5338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.124746+0000 mon.a (mon.0) 5339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.126018+0000 mgr.y (mgr.25387) 2556 : cluster [DBG] pgmap v1638: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.126301+0000 mgr.y (mgr.25387) 2557 : cluster [DBG] pgmap v1639: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.130620+0000 mon.a (mon.0) 5340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.187617+0000 mon.a (mon.0) 5341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.189587+0000 mon.a (mon.0) 5342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.190673+0000 mon.a (mon.0) 5343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.193032+0000 mon.a (mon.0) 5344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.193743+0000 mon.a (mon.0) 5345 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.200608+0000 mon.a (mon.0) 5346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.275924+0000 mon.a (mon.0) 5347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.277726+0000 mon.a (mon.0) 5348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.278731+0000 mon.a (mon.0) 5349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.280598+0000 mon.a (mon.0) 5350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.281250+0000 mon.a (mon.0) 5351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.287351+0000 mon.a (mon.0) 5352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.373551+0000 mon.a (mon.0) 5353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.375415+0000 mon.a (mon.0) 5354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.376257+0000 mon.a (mon.0) 5355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.378391+0000 mon.a (mon.0) 5356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.379087+0000 mon.a (mon.0) 5357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.387956+0000 mon.a (mon.0) 5358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.461508+0000 mon.a (mon.0) 5359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.463377+0000 mon.a (mon.0) 5360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.464235+0000 mon.a (mon.0) 5361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.466422+0000 mon.a (mon.0) 5362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.467288+0000 mon.a (mon.0) 5363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.475307+0000 mon.a (mon.0) 5364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.557919+0000 mon.a (mon.0) 5365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.560608+0000 mon.a (mon.0) 5366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.562028+0000 mon.a (mon.0) 5367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.563994+0000 mon.a (mon.0) 5368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.564617+0000 mon.a (mon.0) 5369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.572107+0000 mon.a (mon.0) 5370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.630510+0000 mon.a (mon.0) 5371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.632683+0000 mon.a (mon.0) 5372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.633617+0000 mon.a (mon.0) 5373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.635704+0000 mon.a (mon.0) 5374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.636394+0000 mon.a (mon.0) 5375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.642283+0000 mon.a (mon.0) 5376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.713816+0000 mon.a (mon.0) 5377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.717403+0000 mon.a (mon.0) 5378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.718737+0000 mon.a (mon.0) 5379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.721867+0000 mon.a (mon.0) 5380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.722835+0000 mon.a (mon.0) 5381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.732970+0000 mon.a (mon.0) 5382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.776023+0000 mon.a (mon.0) 5383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.777853+0000 mon.a (mon.0) 5384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.778620+0000 mon.a (mon.0) 5385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.780368+0000 mon.a (mon.0) 5386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.780969+0000 mon.a (mon.0) 5387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.786671+0000 mon.a (mon.0) 5388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.843492+0000 mon.a (mon.0) 5389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.845673+0000 mon.a (mon.0) 5390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.846507+0000 mon.a (mon.0) 5391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.848362+0000 mon.a (mon.0) 5392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.849010+0000 mon.a (mon.0) 5393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.856530+0000 mon.a (mon.0) 5394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.913585+0000 mon.a (mon.0) 5395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.915306+0000 mon.a (mon.0) 5396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:33.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.916080+0000 mon.a (mon.0) 5397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:33.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.917888+0000 mon.a (mon.0) 5398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:33.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.918494+0000 mon.a (mon.0) 5399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:33.472 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:32 smithi105 bash[58125]: audit 2024-03-30T04:46:32.926298+0000 mon.a (mon.0) 5400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.321 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.131041+0000 mgr.y (mgr.25387) 2558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.321 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.195068+0000 mgr.y (mgr.25387) 2559 : cluster [DBG] pgmap v1640: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.321 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.195453+0000 mgr.y (mgr.25387) 2560 : cluster [DBG] pgmap v1641: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.201108+0000 mgr.y (mgr.25387) 2561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.282711+0000 mgr.y (mgr.25387) 2562 : cluster [DBG] pgmap v1642: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.282990+0000 mgr.y (mgr.25387) 2563 : cluster [DBG] pgmap v1643: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.288132+0000 mgr.y (mgr.25387) 2564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.380601+0000 mgr.y (mgr.25387) 2565 : cluster [DBG] pgmap v1644: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.380896+0000 mgr.y (mgr.25387) 2566 : cluster [DBG] pgmap v1645: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.388620+0000 mgr.y (mgr.25387) 2567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.469131+0000 mgr.y (mgr.25387) 2568 : cluster [DBG] pgmap v1646: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.469405+0000 mgr.y (mgr.25387) 2569 : cluster [DBG] pgmap v1647: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.475987+0000 mgr.y (mgr.25387) 2570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.565877+0000 mgr.y (mgr.25387) 2571 : cluster [DBG] pgmap v1648: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.566258+0000 mgr.y (mgr.25387) 2572 : cluster [DBG] pgmap v1649: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.322 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.572531+0000 mgr.y (mgr.25387) 2573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.637711+0000 mgr.y (mgr.25387) 2574 : cluster [DBG] pgmap v1650: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.637981+0000 mgr.y (mgr.25387) 2575 : cluster [DBG] pgmap v1651: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.642746+0000 mgr.y (mgr.25387) 2576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.724796+0000 mgr.y (mgr.25387) 2577 : cluster [DBG] pgmap v1652: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.725070+0000 mgr.y (mgr.25387) 2578 : cluster [DBG] pgmap v1653: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.733741+0000 mgr.y (mgr.25387) 2579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.782224+0000 mgr.y (mgr.25387) 2580 : cluster [DBG] pgmap v1654: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.782521+0000 mgr.y (mgr.25387) 2581 : cluster [DBG] pgmap v1655: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.787110+0000 mgr.y (mgr.25387) 2582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.850369+0000 mgr.y (mgr.25387) 2583 : cluster [DBG] pgmap v1656: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.850673+0000 mgr.y (mgr.25387) 2584 : cluster [DBG] pgmap v1657: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.856930+0000 mgr.y (mgr.25387) 2585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.919743+0000 mgr.y (mgr.25387) 2586 : cluster [DBG] pgmap v1658: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.323 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.920043+0000 mgr.y (mgr.25387) 2587 : cluster [DBG] pgmap v1659: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.926751+0000 mgr.y (mgr.25387) 2588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:32.986254+0000 mon.a (mon.0) 5401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:32.988009+0000 mon.a (mon.0) 5402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:32.988803+0000 mon.a (mon.0) 5403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:32.990543+0000 mon.a (mon.0) 5404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:32.991118+0000 mon.a (mon.0) 5405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.992336+0000 mgr.y (mgr.25387) 2589 : cluster [DBG] pgmap v1660: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:32.992640+0000 mgr.y (mgr.25387) 2590 : cluster [DBG] pgmap v1661: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:32.997732+0000 mon.a (mon.0) 5406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:32.998152+0000 mgr.y (mgr.25387) 2591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.056049+0000 mon.a (mon.0) 5407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.060747+0000 mon.a (mon.0) 5408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.061690+0000 mon.a (mon.0) 5409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.324 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.064043+0000 mon.a (mon.0) 5410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.064997+0000 mon.a (mon.0) 5411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.066694+0000 mgr.y (mgr.25387) 2592 : cluster [DBG] pgmap v1662: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.067154+0000 mgr.y (mgr.25387) 2593 : cluster [DBG] pgmap v1663: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.072314+0000 mon.a (mon.0) 5412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.072947+0000 mgr.y (mgr.25387) 2594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.115176+0000 mon.a (mon.0) 5413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.117620+0000 mon.a (mon.0) 5414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.118549+0000 mon.a (mon.0) 5415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.120670+0000 mon.a (mon.0) 5416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.121394+0000 mon.a (mon.0) 5417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.122853+0000 mgr.y (mgr.25387) 2595 : cluster [DBG] pgmap v1664: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.123130+0000 mgr.y (mgr.25387) 2596 : cluster [DBG] pgmap v1665: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.128418+0000 mon.a (mon.0) 5418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.325 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.129077+0000 mgr.y (mgr.25387) 2597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.186155+0000 mon.a (mon.0) 5419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.188050+0000 mon.a (mon.0) 5420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.188904+0000 mon.a (mon.0) 5421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.190912+0000 mon.a (mon.0) 5422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.191550+0000 mon.a (mon.0) 5423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.197302+0000 mon.a (mon.0) 5424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.238264+0000 mon.a (mon.0) 5425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.240192+0000 mon.a (mon.0) 5426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.241173+0000 mon.a (mon.0) 5427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.243502+0000 mon.a (mon.0) 5428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.244142+0000 mon.a (mon.0) 5429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.251039+0000 mon.a (mon.0) 5430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.291712+0000 mon.a (mon.0) 5431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.326 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.293652+0000 mon.a (mon.0) 5432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.294622+0000 mon.a (mon.0) 5433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.296636+0000 mon.a (mon.0) 5434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.297290+0000 mon.a (mon.0) 5435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.304064+0000 mon.a (mon.0) 5436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.344986+0000 mon.a (mon.0) 5437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.346903+0000 mon.a (mon.0) 5438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.347716+0000 mon.a (mon.0) 5439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.349598+0000 mon.a (mon.0) 5440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.350200+0000 mon.a (mon.0) 5441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.356722+0000 mon.a (mon.0) 5442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.415198+0000 mon.a (mon.0) 5443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.417135+0000 mon.a (mon.0) 5444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.417996+0000 mon.a (mon.0) 5445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.420095+0000 mon.a (mon.0) 5446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.327 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.420759+0000 mon.a (mon.0) 5447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.428403+0000 mon.a (mon.0) 5448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.485621+0000 mon.a (mon.0) 5449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.487711+0000 mon.a (mon.0) 5450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.488577+0000 mon.a (mon.0) 5451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.490538+0000 mon.a (mon.0) 5452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.491157+0000 mon.a (mon.0) 5453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.497630+0000 mon.a (mon.0) 5454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.554352+0000 mon.a (mon.0) 5455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.556061+0000 mon.a (mon.0) 5456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.556839+0000 mon.a (mon.0) 5457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.558674+0000 mon.a (mon.0) 5458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.559237+0000 mon.a (mon.0) 5459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.564857+0000 mon.a (mon.0) 5460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.623413+0000 mon.a (mon.0) 5461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.328 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.625238+0000 mon.a (mon.0) 5462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.626068+0000 mon.a (mon.0) 5463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.627824+0000 mon.a (mon.0) 5464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.628393+0000 mon.a (mon.0) 5465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.634435+0000 mon.a (mon.0) 5466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.691285+0000 mon.a (mon.0) 5467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.693145+0000 mon.a (mon.0) 5468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.694157+0000 mon.a (mon.0) 5469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.695938+0000 mon.a (mon.0) 5470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.696556+0000 mon.a (mon.0) 5471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.702272+0000 mon.a (mon.0) 5472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.759702+0000 mon.a (mon.0) 5473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.761475+0000 mon.a (mon.0) 5474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.762277+0000 mon.a (mon.0) 5475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.764069+0000 mon.a (mon.0) 5476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.329 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.764809+0000 mon.a (mon.0) 5477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.770628+0000 mon.a (mon.0) 5478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.827422+0000 mon.a (mon.0) 5479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.829339+0000 mon.a (mon.0) 5480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.830107+0000 mon.a (mon.0) 5481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.831842+0000 mon.a (mon.0) 5482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.832380+0000 mon.a (mon.0) 5483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.838403+0000 mon.a (mon.0) 5484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.895270+0000 mon.a (mon.0) 5485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.897470+0000 mon.a (mon.0) 5486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.898373+0000 mon.a (mon.0) 5487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.900457+0000 mon.a (mon.0) 5488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.901134+0000 mon.a (mon.0) 5489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.907066+0000 mon.a (mon.0) 5490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.330 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.964652+0000 mon.a (mon.0) 5491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.966551+0000 mon.a (mon.0) 5492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.967332+0000 mon.a (mon.0) 5493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.969090+0000 mon.a (mon.0) 5494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[69502]: audit 2024-03-30T04:46:33.969760+0000 mon.a (mon.0) 5495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.131041+0000 mgr.y (mgr.25387) 2558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.195068+0000 mgr.y (mgr.25387) 2559 : cluster [DBG] pgmap v1640: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.195453+0000 mgr.y (mgr.25387) 2560 : cluster [DBG] pgmap v1641: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.201108+0000 mgr.y (mgr.25387) 2561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.282711+0000 mgr.y (mgr.25387) 2562 : cluster [DBG] pgmap v1642: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.282990+0000 mgr.y (mgr.25387) 2563 : cluster [DBG] pgmap v1643: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.288132+0000 mgr.y (mgr.25387) 2564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.331 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.380601+0000 mgr.y (mgr.25387) 2565 : cluster [DBG] pgmap v1644: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.380896+0000 mgr.y (mgr.25387) 2566 : cluster [DBG] pgmap v1645: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.388620+0000 mgr.y (mgr.25387) 2567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.469131+0000 mgr.y (mgr.25387) 2568 : cluster [DBG] pgmap v1646: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.469405+0000 mgr.y (mgr.25387) 2569 : cluster [DBG] pgmap v1647: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.475987+0000 mgr.y (mgr.25387) 2570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.565877+0000 mgr.y (mgr.25387) 2571 : cluster [DBG] pgmap v1648: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.566258+0000 mgr.y (mgr.25387) 2572 : cluster [DBG] pgmap v1649: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.572531+0000 mgr.y (mgr.25387) 2573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.637711+0000 mgr.y (mgr.25387) 2574 : cluster [DBG] pgmap v1650: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.637981+0000 mgr.y (mgr.25387) 2575 : cluster [DBG] pgmap v1651: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.642746+0000 mgr.y (mgr.25387) 2576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.724796+0000 mgr.y (mgr.25387) 2577 : cluster [DBG] pgmap v1652: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.725070+0000 mgr.y (mgr.25387) 2578 : cluster [DBG] pgmap v1653: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.332 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.733741+0000 mgr.y (mgr.25387) 2579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.782224+0000 mgr.y (mgr.25387) 2580 : cluster [DBG] pgmap v1654: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.782521+0000 mgr.y (mgr.25387) 2581 : cluster [DBG] pgmap v1655: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.787110+0000 mgr.y (mgr.25387) 2582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.850369+0000 mgr.y (mgr.25387) 2583 : cluster [DBG] pgmap v1656: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.850673+0000 mgr.y (mgr.25387) 2584 : cluster [DBG] pgmap v1657: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.856930+0000 mgr.y (mgr.25387) 2585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.919743+0000 mgr.y (mgr.25387) 2586 : cluster [DBG] pgmap v1658: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.920043+0000 mgr.y (mgr.25387) 2587 : cluster [DBG] pgmap v1659: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.926751+0000 mgr.y (mgr.25387) 2588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:32.986254+0000 mon.a (mon.0) 5401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:32.988009+0000 mon.a (mon.0) 5402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:32.988803+0000 mon.a (mon.0) 5403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:32.990543+0000 mon.a (mon.0) 5404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:32.991118+0000 mon.a (mon.0) 5405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.333 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.992336+0000 mgr.y (mgr.25387) 2589 : cluster [DBG] pgmap v1660: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:32.992640+0000 mgr.y (mgr.25387) 2590 : cluster [DBG] pgmap v1661: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:32.997732+0000 mon.a (mon.0) 5406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:32.998152+0000 mgr.y (mgr.25387) 2591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.056049+0000 mon.a (mon.0) 5407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.060747+0000 mon.a (mon.0) 5408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.061690+0000 mon.a (mon.0) 5409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.064043+0000 mon.a (mon.0) 5410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.064997+0000 mon.a (mon.0) 5411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.066694+0000 mgr.y (mgr.25387) 2592 : cluster [DBG] pgmap v1662: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.067154+0000 mgr.y (mgr.25387) 2593 : cluster [DBG] pgmap v1663: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.072314+0000 mon.a (mon.0) 5412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.072947+0000 mgr.y (mgr.25387) 2594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.334 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.115176+0000 mon.a (mon.0) 5413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.117620+0000 mon.a (mon.0) 5414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.118549+0000 mon.a (mon.0) 5415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.120670+0000 mon.a (mon.0) 5416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.121394+0000 mon.a (mon.0) 5417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.122853+0000 mgr.y (mgr.25387) 2595 : cluster [DBG] pgmap v1664: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.123130+0000 mgr.y (mgr.25387) 2596 : cluster [DBG] pgmap v1665: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.128418+0000 mon.a (mon.0) 5418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.129077+0000 mgr.y (mgr.25387) 2597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.186155+0000 mon.a (mon.0) 5419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.188050+0000 mon.a (mon.0) 5420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.188904+0000 mon.a (mon.0) 5421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.190912+0000 mon.a (mon.0) 5422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.191550+0000 mon.a (mon.0) 5423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.197302+0000 mon.a (mon.0) 5424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.335 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.238264+0000 mon.a (mon.0) 5425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.240192+0000 mon.a (mon.0) 5426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.241173+0000 mon.a (mon.0) 5427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.243502+0000 mon.a (mon.0) 5428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.244142+0000 mon.a (mon.0) 5429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.251039+0000 mon.a (mon.0) 5430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.291712+0000 mon.a (mon.0) 5431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.293652+0000 mon.a (mon.0) 5432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.294622+0000 mon.a (mon.0) 5433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.296636+0000 mon.a (mon.0) 5434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.297290+0000 mon.a (mon.0) 5435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.336 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.304064+0000 mon.a (mon.0) 5436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.344986+0000 mon.a (mon.0) 5437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.346903+0000 mon.a (mon.0) 5438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.347716+0000 mon.a (mon.0) 5439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.349598+0000 mon.a (mon.0) 5440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.350200+0000 mon.a (mon.0) 5441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.356722+0000 mon.a (mon.0) 5442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.415198+0000 mon.a (mon.0) 5443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.417135+0000 mon.a (mon.0) 5444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.417996+0000 mon.a (mon.0) 5445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.420095+0000 mon.a (mon.0) 5446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.420759+0000 mon.a (mon.0) 5447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.428403+0000 mon.a (mon.0) 5448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.485621+0000 mon.a (mon.0) 5449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.337 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.487711+0000 mon.a (mon.0) 5450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.488577+0000 mon.a (mon.0) 5451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.490538+0000 mon.a (mon.0) 5452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.491157+0000 mon.a (mon.0) 5453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.497630+0000 mon.a (mon.0) 5454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.554352+0000 mon.a (mon.0) 5455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.556061+0000 mon.a (mon.0) 5456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.556839+0000 mon.a (mon.0) 5457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.558674+0000 mon.a (mon.0) 5458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.559237+0000 mon.a (mon.0) 5459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.564857+0000 mon.a (mon.0) 5460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.623413+0000 mon.a (mon.0) 5461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.625238+0000 mon.a (mon.0) 5462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.626068+0000 mon.a (mon.0) 5463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.338 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.627824+0000 mon.a (mon.0) 5464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.628393+0000 mon.a (mon.0) 5465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.634435+0000 mon.a (mon.0) 5466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.691285+0000 mon.a (mon.0) 5467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.693145+0000 mon.a (mon.0) 5468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.694157+0000 mon.a (mon.0) 5469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.695938+0000 mon.a (mon.0) 5470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.696556+0000 mon.a (mon.0) 5471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.702272+0000 mon.a (mon.0) 5472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.759702+0000 mon.a (mon.0) 5473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.761475+0000 mon.a (mon.0) 5474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.762277+0000 mon.a (mon.0) 5475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.764069+0000 mon.a (mon.0) 5476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.764809+0000 mon.a (mon.0) 5477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.770628+0000 mon.a (mon.0) 5478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.339 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.827422+0000 mon.a (mon.0) 5479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.829339+0000 mon.a (mon.0) 5480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.830107+0000 mon.a (mon.0) 5481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.341 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.831842+0000 mon.a (mon.0) 5482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.832380+0000 mon.a (mon.0) 5483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.838403+0000 mon.a (mon.0) 5484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.895270+0000 mon.a (mon.0) 5485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.897470+0000 mon.a (mon.0) 5486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.898373+0000 mon.a (mon.0) 5487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.900457+0000 mon.a (mon.0) 5488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.901134+0000 mon.a (mon.0) 5489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.907066+0000 mon.a (mon.0) 5490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.964652+0000 mon.a (mon.0) 5491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.966551+0000 mon.a (mon.0) 5492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.967332+0000 mon.a (mon.0) 5493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.969090+0000 mon.a (mon.0) 5494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.342 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:33 smithi097 bash[73934]: audit 2024-03-30T04:46:33.969760+0000 mon.a (mon.0) 5495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.131041+0000 mgr.y (mgr.25387) 2558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.195068+0000 mgr.y (mgr.25387) 2559 : cluster [DBG] pgmap v1640: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.195453+0000 mgr.y (mgr.25387) 2560 : cluster [DBG] pgmap v1641: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.201108+0000 mgr.y (mgr.25387) 2561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.282711+0000 mgr.y (mgr.25387) 2562 : cluster [DBG] pgmap v1642: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.282990+0000 mgr.y (mgr.25387) 2563 : cluster [DBG] pgmap v1643: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.288132+0000 mgr.y (mgr.25387) 2564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.380601+0000 mgr.y (mgr.25387) 2565 : cluster [DBG] pgmap v1644: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.380896+0000 mgr.y (mgr.25387) 2566 : cluster [DBG] pgmap v1645: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.388620+0000 mgr.y (mgr.25387) 2567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.469131+0000 mgr.y (mgr.25387) 2568 : cluster [DBG] pgmap v1646: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.469405+0000 mgr.y (mgr.25387) 2569 : cluster [DBG] pgmap v1647: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.475987+0000 mgr.y (mgr.25387) 2570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.565877+0000 mgr.y (mgr.25387) 2571 : cluster [DBG] pgmap v1648: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.566258+0000 mgr.y (mgr.25387) 2572 : cluster [DBG] pgmap v1649: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.572531+0000 mgr.y (mgr.25387) 2573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.637711+0000 mgr.y (mgr.25387) 2574 : cluster [DBG] pgmap v1650: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.637981+0000 mgr.y (mgr.25387) 2575 : cluster [DBG] pgmap v1651: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.642746+0000 mgr.y (mgr.25387) 2576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.724796+0000 mgr.y (mgr.25387) 2577 : cluster [DBG] pgmap v1652: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.725070+0000 mgr.y (mgr.25387) 2578 : cluster [DBG] pgmap v1653: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.733741+0000 mgr.y (mgr.25387) 2579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.782224+0000 mgr.y (mgr.25387) 2580 : cluster [DBG] pgmap v1654: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.782521+0000 mgr.y (mgr.25387) 2581 : cluster [DBG] pgmap v1655: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.787110+0000 mgr.y (mgr.25387) 2582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.850369+0000 mgr.y (mgr.25387) 2583 : cluster [DBG] pgmap v1656: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.850673+0000 mgr.y (mgr.25387) 2584 : cluster [DBG] pgmap v1657: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.856930+0000 mgr.y (mgr.25387) 2585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.919743+0000 mgr.y (mgr.25387) 2586 : cluster [DBG] pgmap v1658: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.920043+0000 mgr.y (mgr.25387) 2587 : cluster [DBG] pgmap v1659: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.926751+0000 mgr.y (mgr.25387) 2588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:32.986254+0000 mon.a (mon.0) 5401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:32.988009+0000 mon.a (mon.0) 5402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:32.988803+0000 mon.a (mon.0) 5403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:32.990543+0000 mon.a (mon.0) 5404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:32.991118+0000 mon.a (mon.0) 5405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.992336+0000 mgr.y (mgr.25387) 2589 : cluster [DBG] pgmap v1660: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:32.992640+0000 mgr.y (mgr.25387) 2590 : cluster [DBG] pgmap v1661: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:32.997732+0000 mon.a (mon.0) 5406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:32.998152+0000 mgr.y (mgr.25387) 2591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.056049+0000 mon.a (mon.0) 5407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.060747+0000 mon.a (mon.0) 5408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.061690+0000 mon.a (mon.0) 5409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.064043+0000 mon.a (mon.0) 5410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.064997+0000 mon.a (mon.0) 5411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.066694+0000 mgr.y (mgr.25387) 2592 : cluster [DBG] pgmap v1662: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.067154+0000 mgr.y (mgr.25387) 2593 : cluster [DBG] pgmap v1663: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.072314+0000 mon.a (mon.0) 5412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.072947+0000 mgr.y (mgr.25387) 2594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.115176+0000 mon.a (mon.0) 5413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.117620+0000 mon.a (mon.0) 5414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.118549+0000 mon.a (mon.0) 5415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.120670+0000 mon.a (mon.0) 5416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.121394+0000 mon.a (mon.0) 5417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.122853+0000 mgr.y (mgr.25387) 2595 : cluster [DBG] pgmap v1664: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.123130+0000 mgr.y (mgr.25387) 2596 : cluster [DBG] pgmap v1665: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.128418+0000 mon.a (mon.0) 5418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.129077+0000 mgr.y (mgr.25387) 2597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.186155+0000 mon.a (mon.0) 5419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.188050+0000 mon.a (mon.0) 5420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.188904+0000 mon.a (mon.0) 5421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.190912+0000 mon.a (mon.0) 5422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.191550+0000 mon.a (mon.0) 5423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.197302+0000 mon.a (mon.0) 5424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.238264+0000 mon.a (mon.0) 5425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.240192+0000 mon.a (mon.0) 5426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.241173+0000 mon.a (mon.0) 5427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.243502+0000 mon.a (mon.0) 5428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.244142+0000 mon.a (mon.0) 5429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.251039+0000 mon.a (mon.0) 5430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.291712+0000 mon.a (mon.0) 5431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.293652+0000 mon.a (mon.0) 5432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.294622+0000 mon.a (mon.0) 5433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.296636+0000 mon.a (mon.0) 5434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.297290+0000 mon.a (mon.0) 5435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.304064+0000 mon.a (mon.0) 5436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.344986+0000 mon.a (mon.0) 5437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.346903+0000 mon.a (mon.0) 5438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.347716+0000 mon.a (mon.0) 5439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.349598+0000 mon.a (mon.0) 5440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.350200+0000 mon.a (mon.0) 5441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.356722+0000 mon.a (mon.0) 5442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.415198+0000 mon.a (mon.0) 5443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.417135+0000 mon.a (mon.0) 5444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.417996+0000 mon.a (mon.0) 5445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.420095+0000 mon.a (mon.0) 5446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.420759+0000 mon.a (mon.0) 5447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.428403+0000 mon.a (mon.0) 5448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.485621+0000 mon.a (mon.0) 5449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.487711+0000 mon.a (mon.0) 5450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.488577+0000 mon.a (mon.0) 5451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.490538+0000 mon.a (mon.0) 5452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.491157+0000 mon.a (mon.0) 5453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.497630+0000 mon.a (mon.0) 5454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.554352+0000 mon.a (mon.0) 5455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.556061+0000 mon.a (mon.0) 5456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.556839+0000 mon.a (mon.0) 5457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.558674+0000 mon.a (mon.0) 5458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.559237+0000 mon.a (mon.0) 5459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.564857+0000 mon.a (mon.0) 5460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.623413+0000 mon.a (mon.0) 5461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.625238+0000 mon.a (mon.0) 5462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.626068+0000 mon.a (mon.0) 5463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.627824+0000 mon.a (mon.0) 5464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.628393+0000 mon.a (mon.0) 5465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.634435+0000 mon.a (mon.0) 5466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.691285+0000 mon.a (mon.0) 5467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.693145+0000 mon.a (mon.0) 5468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.694157+0000 mon.a (mon.0) 5469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.695938+0000 mon.a (mon.0) 5470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.696556+0000 mon.a (mon.0) 5471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.702272+0000 mon.a (mon.0) 5472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.759702+0000 mon.a (mon.0) 5473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.761475+0000 mon.a (mon.0) 5474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.762277+0000 mon.a (mon.0) 5475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.764069+0000 mon.a (mon.0) 5476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.764809+0000 mon.a (mon.0) 5477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.770628+0000 mon.a (mon.0) 5478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.827422+0000 mon.a (mon.0) 5479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.829339+0000 mon.a (mon.0) 5480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.830107+0000 mon.a (mon.0) 5481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.831842+0000 mon.a (mon.0) 5482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.832380+0000 mon.a (mon.0) 5483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.838403+0000 mon.a (mon.0) 5484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.895270+0000 mon.a (mon.0) 5485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.897470+0000 mon.a (mon.0) 5486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.898373+0000 mon.a (mon.0) 5487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.900457+0000 mon.a (mon.0) 5488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.901134+0000 mon.a (mon.0) 5489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.907066+0000 mon.a (mon.0) 5490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.964652+0000 mon.a (mon.0) 5491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.966551+0000 mon.a (mon.0) 5492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.967332+0000 mon.a (mon.0) 5493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:34.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.969090+0000 mon.a (mon.0) 5494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:34.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:33 smithi105 bash[58125]: audit 2024-03-30T04:46:33.969760+0000 mon.a (mon.0) 5495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:34.625 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[87472]: debug 2024-03-30T04:46:34.320+0000 7fc9abf307c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-30T04:46:34.625 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[87472]: debug 2024-03-30T04:46:34.360+0000 7fc9abf307c0 -1 osd.3 121 log_to_monitors true 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.192874+0000 mgr.y (mgr.25387) 2598 : cluster [DBG] pgmap v1666: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.193257+0000 mgr.y (mgr.25387) 2599 : cluster [DBG] pgmap v1667: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.197846+0000 mgr.y (mgr.25387) 2600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.245477+0000 mgr.y (mgr.25387) 2601 : cluster [DBG] pgmap v1668: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.245882+0000 mgr.y (mgr.25387) 2602 : cluster [DBG] pgmap v1669: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.251695+0000 mgr.y (mgr.25387) 2603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.298691+0000 mgr.y (mgr.25387) 2604 : cluster [DBG] pgmap v1670: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.299077+0000 mgr.y (mgr.25387) 2605 : cluster [DBG] pgmap v1671: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.304637+0000 mgr.y (mgr.25387) 2606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.351476+0000 mgr.y (mgr.25387) 2607 : cluster [DBG] pgmap v1672: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.351867+0000 mgr.y (mgr.25387) 2608 : cluster [DBG] pgmap v1673: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.357279+0000 mgr.y (mgr.25387) 2609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.422119+0000 mgr.y (mgr.25387) 2610 : cluster [DBG] pgmap v1674: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.422493+0000 mgr.y (mgr.25387) 2611 : cluster [DBG] pgmap v1675: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.428915+0000 mgr.y (mgr.25387) 2612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.492496+0000 mgr.y (mgr.25387) 2613 : cluster [DBG] pgmap v1676: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.492830+0000 mgr.y (mgr.25387) 2614 : cluster [DBG] pgmap v1677: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.498190+0000 mgr.y (mgr.25387) 2615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.560455+0000 mgr.y (mgr.25387) 2616 : cluster [DBG] pgmap v1678: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.560765+0000 mgr.y (mgr.25387) 2617 : cluster [DBG] pgmap v1679: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.565334+0000 mgr.y (mgr.25387) 2618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.629666+0000 mgr.y (mgr.25387) 2619 : cluster [DBG] pgmap v1680: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.629959+0000 mgr.y (mgr.25387) 2620 : cluster [DBG] pgmap v1681: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.634889+0000 mgr.y (mgr.25387) 2621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.697956+0000 mgr.y (mgr.25387) 2622 : cluster [DBG] pgmap v1682: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.698319+0000 mgr.y (mgr.25387) 2623 : cluster [DBG] pgmap v1683: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.702713+0000 mgr.y (mgr.25387) 2624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.766162+0000 mgr.y (mgr.25387) 2625 : cluster [DBG] pgmap v1684: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.766546+0000 mgr.y (mgr.25387) 2626 : cluster [DBG] pgmap v1685: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.771017+0000 mgr.y (mgr.25387) 2627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.833734+0000 mgr.y (mgr.25387) 2628 : cluster [DBG] pgmap v1686: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.834113+0000 mgr.y (mgr.25387) 2629 : cluster [DBG] pgmap v1687: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.838832+0000 mgr.y (mgr.25387) 2630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.902550+0000 mgr.y (mgr.25387) 2631 : cluster [DBG] pgmap v1688: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.902859+0000 mgr.y (mgr.25387) 2632 : cluster [DBG] pgmap v1689: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.907542+0000 mgr.y (mgr.25387) 2633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.971337+0000 mgr.y (mgr.25387) 2634 : cluster [DBG] pgmap v1690: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:33.971699+0000 mgr.y (mgr.25387) 2635 : cluster [DBG] pgmap v1691: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:33.984944+0000 mon.a (mon.0) 5496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:33.985965+0000 mgr.y (mgr.25387) 2636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.043816+0000 mon.a (mon.0) 5497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.045975+0000 mon.a (mon.0) 5498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.046798+0000 mon.a (mon.0) 5499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.048820+0000 mon.a (mon.0) 5500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.049432+0000 mon.a (mon.0) 5501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.050965+0000 mgr.y (mgr.25387) 2637 : cluster [DBG] pgmap v1692: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.051341+0000 mgr.y (mgr.25387) 2638 : cluster [DBG] pgmap v1693: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.057476+0000 mon.a (mon.0) 5502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.344 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.057956+0000 mgr.y (mgr.25387) 2639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.114813+0000 mon.a (mon.0) 5503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.116500+0000 mon.a (mon.0) 5504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.117265+0000 mon.a (mon.0) 5505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.119016+0000 mon.a (mon.0) 5506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.119582+0000 mon.a (mon.0) 5507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.120966+0000 mgr.y (mgr.25387) 2640 : cluster [DBG] pgmap v1694: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.121350+0000 mgr.y (mgr.25387) 2641 : cluster [DBG] pgmap v1695: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.125517+0000 mon.a (mon.0) 5508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.125994+0000 mgr.y (mgr.25387) 2642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.183843+0000 mon.a (mon.0) 5509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.185720+0000 mon.a (mon.0) 5510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.186524+0000 mon.a (mon.0) 5511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.188327+0000 mon.a (mon.0) 5512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.188954+0000 mon.a (mon.0) 5513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.197504+0000 mon.a (mon.0) 5514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.238061+0000 mon.a (mon.0) 5515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.239736+0000 mon.a (mon.0) 5516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.240481+0000 mon.a (mon.0) 5517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.242215+0000 mon.a (mon.0) 5518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.242794+0000 mon.a (mon.0) 5519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:34 smithi105 bash[58125]: audit 2024-03-30T04:46:34.250390+0000 mon.a (mon.0) 5520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.291548+0000 mon.a (mon.0) 5521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.293431+0000 mon.a (mon.0) 5522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.294253+0000 mon.a (mon.0) 5523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.296010+0000 mon.a (mon.0) 5524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.296620+0000 mon.a (mon.0) 5525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.305061+0000 mon.a (mon.0) 5526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.347886+0000 mon.a (mon.0) 5527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.350256+0000 mon.a (mon.0) 5528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.351283+0000 mon.a (mon.0) 5529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.353818+0000 mon.a (mon.0) 5530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.354489+0000 mon.a (mon.0) 5531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.361502+0000 mon.a (mon.0) 5532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.367847+0000 mon.a (mon.0) 5533 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.402589+0000 mon.a (mon.0) 5534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.404350+0000 mon.a (mon.0) 5535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.405148+0000 mon.a (mon.0) 5536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.406937+0000 mon.a (mon.0) 5537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.407529+0000 mon.a (mon.0) 5538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.348 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.413248+0000 mon.a (mon.0) 5539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.453819+0000 mon.a (mon.0) 5540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.455555+0000 mon.a (mon.0) 5541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.456312+0000 mon.a (mon.0) 5542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.458132+0000 mon.a (mon.0) 5543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.458728+0000 mon.a (mon.0) 5544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.464633+0000 mon.a (mon.0) 5545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.505156+0000 mon.a (mon.0) 5546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.506894+0000 mon.a (mon.0) 5547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.507692+0000 mon.a (mon.0) 5548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.509524+0000 mon.a (mon.0) 5549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.510088+0000 mon.a (mon.0) 5550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.516872+0000 mon.a (mon.0) 5551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.585062+0000 mon.a (mon.0) 5552 : cluster [WRN] Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 25 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.610306+0000 mon.a (mon.0) 5553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.349 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.614852+0000 mon.a (mon.0) 5554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.616368+0000 mon.a (mon.0) 5555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.619352+0000 mon.a (mon.0) 5556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.620343+0000 mon.a (mon.0) 5557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.634131+0000 mon.a (mon.0) 5558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.707249+0000 mon.a (mon.0) 5559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.708981+0000 mon.a (mon.0) 5560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.710029+0000 mon.a (mon.0) 5561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.713174+0000 mon.a (mon.0) 5562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.713972+0000 mon.a (mon.0) 5563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.720662+0000 mon.a (mon.0) 5564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.761358+0000 mon.a (mon.0) 5565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.763151+0000 mon.a (mon.0) 5566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.763992+0000 mon.a (mon.0) 5567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.350 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.766018+0000 mon.a (mon.0) 5568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.766690+0000 mon.a (mon.0) 5569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.774338+0000 mon.a (mon.0) 5570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.861962+0000 mon.a (mon.0) 5571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.864739+0000 mon.a (mon.0) 5572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.865602+0000 mon.a (mon.0) 5573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.867572+0000 mon.a (mon.0) 5574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.868197+0000 mon.a (mon.0) 5575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.875984+0000 mon.a (mon.0) 5576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.949375+0000 mon.a (mon.0) 5577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.951353+0000 mon.a (mon.0) 5578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.952307+0000 mon.a (mon.0) 5579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.954958+0000 mon.a (mon.0) 5580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.955787+0000 mon.a (mon.0) 5581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.351 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:34.962327+0000 mon.a (mon.0) 5582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.192874+0000 mgr.y (mgr.25387) 2598 : cluster [DBG] pgmap v1666: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.193257+0000 mgr.y (mgr.25387) 2599 : cluster [DBG] pgmap v1667: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.197846+0000 mgr.y (mgr.25387) 2600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.245477+0000 mgr.y (mgr.25387) 2601 : cluster [DBG] pgmap v1668: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.245882+0000 mgr.y (mgr.25387) 2602 : cluster [DBG] pgmap v1669: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.251695+0000 mgr.y (mgr.25387) 2603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.298691+0000 mgr.y (mgr.25387) 2604 : cluster [DBG] pgmap v1670: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.299077+0000 mgr.y (mgr.25387) 2605 : cluster [DBG] pgmap v1671: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.304637+0000 mgr.y (mgr.25387) 2606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.351476+0000 mgr.y (mgr.25387) 2607 : cluster [DBG] pgmap v1672: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.351867+0000 mgr.y (mgr.25387) 2608 : cluster [DBG] pgmap v1673: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.357279+0000 mgr.y (mgr.25387) 2609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.422119+0000 mgr.y (mgr.25387) 2610 : cluster [DBG] pgmap v1674: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.422493+0000 mgr.y (mgr.25387) 2611 : cluster [DBG] pgmap v1675: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.428915+0000 mgr.y (mgr.25387) 2612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.192874+0000 mgr.y (mgr.25387) 2598 : cluster [DBG] pgmap v1666: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.193257+0000 mgr.y (mgr.25387) 2599 : cluster [DBG] pgmap v1667: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.197846+0000 mgr.y (mgr.25387) 2600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.245477+0000 mgr.y (mgr.25387) 2601 : cluster [DBG] pgmap v1668: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.245882+0000 mgr.y (mgr.25387) 2602 : cluster [DBG] pgmap v1669: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.251695+0000 mgr.y (mgr.25387) 2603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.298691+0000 mgr.y (mgr.25387) 2604 : cluster [DBG] pgmap v1670: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.299077+0000 mgr.y (mgr.25387) 2605 : cluster [DBG] pgmap v1671: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.304637+0000 mgr.y (mgr.25387) 2606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.351476+0000 mgr.y (mgr.25387) 2607 : cluster [DBG] pgmap v1672: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.351867+0000 mgr.y (mgr.25387) 2608 : cluster [DBG] pgmap v1673: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.357279+0000 mgr.y (mgr.25387) 2609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.422119+0000 mgr.y (mgr.25387) 2610 : cluster [DBG] pgmap v1674: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.422493+0000 mgr.y (mgr.25387) 2611 : cluster [DBG] pgmap v1675: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.428915+0000 mgr.y (mgr.25387) 2612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.492496+0000 mgr.y (mgr.25387) 2613 : cluster [DBG] pgmap v1676: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.492830+0000 mgr.y (mgr.25387) 2614 : cluster [DBG] pgmap v1677: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.498190+0000 mgr.y (mgr.25387) 2615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.560455+0000 mgr.y (mgr.25387) 2616 : cluster [DBG] pgmap v1678: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.560765+0000 mgr.y (mgr.25387) 2617 : cluster [DBG] pgmap v1679: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.565334+0000 mgr.y (mgr.25387) 2618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.629666+0000 mgr.y (mgr.25387) 2619 : cluster [DBG] pgmap v1680: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.629959+0000 mgr.y (mgr.25387) 2620 : cluster [DBG] pgmap v1681: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.634889+0000 mgr.y (mgr.25387) 2621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.697956+0000 mgr.y (mgr.25387) 2622 : cluster [DBG] pgmap v1682: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.698319+0000 mgr.y (mgr.25387) 2623 : cluster [DBG] pgmap v1683: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.702713+0000 mgr.y (mgr.25387) 2624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.766162+0000 mgr.y (mgr.25387) 2625 : cluster [DBG] pgmap v1684: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.766546+0000 mgr.y (mgr.25387) 2626 : cluster [DBG] pgmap v1685: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.771017+0000 mgr.y (mgr.25387) 2627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.833734+0000 mgr.y (mgr.25387) 2628 : cluster [DBG] pgmap v1686: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.492496+0000 mgr.y (mgr.25387) 2613 : cluster [DBG] pgmap v1676: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.492830+0000 mgr.y (mgr.25387) 2614 : cluster [DBG] pgmap v1677: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.498190+0000 mgr.y (mgr.25387) 2615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.560455+0000 mgr.y (mgr.25387) 2616 : cluster [DBG] pgmap v1678: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.560765+0000 mgr.y (mgr.25387) 2617 : cluster [DBG] pgmap v1679: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.565334+0000 mgr.y (mgr.25387) 2618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.629666+0000 mgr.y (mgr.25387) 2619 : cluster [DBG] pgmap v1680: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.629959+0000 mgr.y (mgr.25387) 2620 : cluster [DBG] pgmap v1681: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.634889+0000 mgr.y (mgr.25387) 2621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.697956+0000 mgr.y (mgr.25387) 2622 : cluster [DBG] pgmap v1682: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.698319+0000 mgr.y (mgr.25387) 2623 : cluster [DBG] pgmap v1683: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.702713+0000 mgr.y (mgr.25387) 2624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.766162+0000 mgr.y (mgr.25387) 2625 : cluster [DBG] pgmap v1684: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.766546+0000 mgr.y (mgr.25387) 2626 : cluster [DBG] pgmap v1685: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.771017+0000 mgr.y (mgr.25387) 2627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.833734+0000 mgr.y (mgr.25387) 2628 : cluster [DBG] pgmap v1686: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.834113+0000 mgr.y (mgr.25387) 2629 : cluster [DBG] pgmap v1687: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.838832+0000 mgr.y (mgr.25387) 2630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.902550+0000 mgr.y (mgr.25387) 2631 : cluster [DBG] pgmap v1688: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.902859+0000 mgr.y (mgr.25387) 2632 : cluster [DBG] pgmap v1689: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.907542+0000 mgr.y (mgr.25387) 2633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.971337+0000 mgr.y (mgr.25387) 2634 : cluster [DBG] pgmap v1690: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:33.971699+0000 mgr.y (mgr.25387) 2635 : cluster [DBG] pgmap v1691: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:33.984944+0000 mon.a (mon.0) 5496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:33.985965+0000 mgr.y (mgr.25387) 2636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.043816+0000 mon.a (mon.0) 5497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.045975+0000 mon.a (mon.0) 5498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.046798+0000 mon.a (mon.0) 5499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.048820+0000 mon.a (mon.0) 5500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.049432+0000 mon.a (mon.0) 5501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.050965+0000 mgr.y (mgr.25387) 2637 : cluster [DBG] pgmap v1692: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.051341+0000 mgr.y (mgr.25387) 2638 : cluster [DBG] pgmap v1693: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.057476+0000 mon.a (mon.0) 5502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.834113+0000 mgr.y (mgr.25387) 2629 : cluster [DBG] pgmap v1687: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.838832+0000 mgr.y (mgr.25387) 2630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.902550+0000 mgr.y (mgr.25387) 2631 : cluster [DBG] pgmap v1688: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.902859+0000 mgr.y (mgr.25387) 2632 : cluster [DBG] pgmap v1689: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.907542+0000 mgr.y (mgr.25387) 2633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.971337+0000 mgr.y (mgr.25387) 2634 : cluster [DBG] pgmap v1690: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:33.971699+0000 mgr.y (mgr.25387) 2635 : cluster [DBG] pgmap v1691: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:33.984944+0000 mon.a (mon.0) 5496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:33.985965+0000 mgr.y (mgr.25387) 2636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.043816+0000 mon.a (mon.0) 5497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.045975+0000 mon.a (mon.0) 5498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.046798+0000 mon.a (mon.0) 5499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.048820+0000 mon.a (mon.0) 5500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.049432+0000 mon.a (mon.0) 5501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.050965+0000 mgr.y (mgr.25387) 2637 : cluster [DBG] pgmap v1692: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.051341+0000 mgr.y (mgr.25387) 2638 : cluster [DBG] pgmap v1693: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.057476+0000 mon.a (mon.0) 5502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.057956+0000 mgr.y (mgr.25387) 2639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.114813+0000 mon.a (mon.0) 5503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.116500+0000 mon.a (mon.0) 5504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.117265+0000 mon.a (mon.0) 5505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.119016+0000 mon.a (mon.0) 5506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.119582+0000 mon.a (mon.0) 5507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.120966+0000 mgr.y (mgr.25387) 2640 : cluster [DBG] pgmap v1694: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.121350+0000 mgr.y (mgr.25387) 2641 : cluster [DBG] pgmap v1695: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.125517+0000 mon.a (mon.0) 5508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.125994+0000 mgr.y (mgr.25387) 2642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.183843+0000 mon.a (mon.0) 5509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.185720+0000 mon.a (mon.0) 5510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.186524+0000 mon.a (mon.0) 5511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.188327+0000 mon.a (mon.0) 5512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.188954+0000 mon.a (mon.0) 5513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.197504+0000 mon.a (mon.0) 5514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.238061+0000 mon.a (mon.0) 5515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.239736+0000 mon.a (mon.0) 5516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.240481+0000 mon.a (mon.0) 5517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.242215+0000 mon.a (mon.0) 5518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.242794+0000 mon.a (mon.0) 5519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.250390+0000 mon.a (mon.0) 5520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.291548+0000 mon.a (mon.0) 5521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.293431+0000 mon.a (mon.0) 5522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.294253+0000 mon.a (mon.0) 5523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.296010+0000 mon.a (mon.0) 5524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.296620+0000 mon.a (mon.0) 5525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.305061+0000 mon.a (mon.0) 5526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.347886+0000 mon.a (mon.0) 5527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.350256+0000 mon.a (mon.0) 5528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.351283+0000 mon.a (mon.0) 5529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.353818+0000 mon.a (mon.0) 5530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.354489+0000 mon.a (mon.0) 5531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.361502+0000 mon.a (mon.0) 5532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.367847+0000 mon.a (mon.0) 5533 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.402589+0000 mon.a (mon.0) 5534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.404350+0000 mon.a (mon.0) 5535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.405148+0000 mon.a (mon.0) 5536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[69502]: audit 2024-03-30T04:46:34.406937+0000 mon.a (mon.0) 5537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.407529+0000 mon.a (mon.0) 5538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.413248+0000 mon.a (mon.0) 5539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.453819+0000 mon.a (mon.0) 5540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.455555+0000 mon.a (mon.0) 5541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.456312+0000 mon.a (mon.0) 5542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.458132+0000 mon.a (mon.0) 5543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.458728+0000 mon.a (mon.0) 5544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.464633+0000 mon.a (mon.0) 5545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.505156+0000 mon.a (mon.0) 5546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.506894+0000 mon.a (mon.0) 5547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.507692+0000 mon.a (mon.0) 5548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.509524+0000 mon.a (mon.0) 5549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.510088+0000 mon.a (mon.0) 5550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.516872+0000 mon.a (mon.0) 5551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.585062+0000 mon.a (mon.0) 5552 : cluster [WRN] Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 25 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.610306+0000 mon.a (mon.0) 5553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.614852+0000 mon.a (mon.0) 5554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.616368+0000 mon.a (mon.0) 5555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.619352+0000 mon.a (mon.0) 5556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.620343+0000 mon.a (mon.0) 5557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.634131+0000 mon.a (mon.0) 5558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.707249+0000 mon.a (mon.0) 5559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.708981+0000 mon.a (mon.0) 5560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.710029+0000 mon.a (mon.0) 5561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.713174+0000 mon.a (mon.0) 5562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.713972+0000 mon.a (mon.0) 5563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.720662+0000 mon.a (mon.0) 5564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.761358+0000 mon.a (mon.0) 5565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.763151+0000 mon.a (mon.0) 5566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.763992+0000 mon.a (mon.0) 5567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.766018+0000 mon.a (mon.0) 5568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.766690+0000 mon.a (mon.0) 5569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.774338+0000 mon.a (mon.0) 5570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.861962+0000 mon.a (mon.0) 5571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.864739+0000 mon.a (mon.0) 5572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.865602+0000 mon.a (mon.0) 5573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.867572+0000 mon.a (mon.0) 5574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.868197+0000 mon.a (mon.0) 5575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.875984+0000 mon.a (mon.0) 5576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.949375+0000 mon.a (mon.0) 5577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.951353+0000 mon.a (mon.0) 5578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.952307+0000 mon.a (mon.0) 5579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.954958+0000 mon.a (mon.0) 5580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.955787+0000 mon.a (mon.0) 5581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:34.962327+0000 mon.a (mon.0) 5582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.057956+0000 mgr.y (mgr.25387) 2639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.114813+0000 mon.a (mon.0) 5503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.116500+0000 mon.a (mon.0) 5504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.117265+0000 mon.a (mon.0) 5505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.119016+0000 mon.a (mon.0) 5506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.119582+0000 mon.a (mon.0) 5507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.120966+0000 mgr.y (mgr.25387) 2640 : cluster [DBG] pgmap v1694: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.121350+0000 mgr.y (mgr.25387) 2641 : cluster [DBG] pgmap v1695: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.125517+0000 mon.a (mon.0) 5508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.125994+0000 mgr.y (mgr.25387) 2642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.183843+0000 mon.a (mon.0) 5509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.185720+0000 mon.a (mon.0) 5510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.186524+0000 mon.a (mon.0) 5511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.188327+0000 mon.a (mon.0) 5512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.188954+0000 mon.a (mon.0) 5513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.197504+0000 mon.a (mon.0) 5514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.238061+0000 mon.a (mon.0) 5515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.239736+0000 mon.a (mon.0) 5516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.240481+0000 mon.a (mon.0) 5517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.242215+0000 mon.a (mon.0) 5518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.242794+0000 mon.a (mon.0) 5519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.250390+0000 mon.a (mon.0) 5520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.291548+0000 mon.a (mon.0) 5521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.293431+0000 mon.a (mon.0) 5522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.294253+0000 mon.a (mon.0) 5523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.296010+0000 mon.a (mon.0) 5524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.296620+0000 mon.a (mon.0) 5525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.305061+0000 mon.a (mon.0) 5526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.347886+0000 mon.a (mon.0) 5527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.350256+0000 mon.a (mon.0) 5528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.351283+0000 mon.a (mon.0) 5529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.353818+0000 mon.a (mon.0) 5530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.354489+0000 mon.a (mon.0) 5531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.361502+0000 mon.a (mon.0) 5532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.367847+0000 mon.a (mon.0) 5533 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.402589+0000 mon.a (mon.0) 5534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.404350+0000 mon.a (mon.0) 5535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.405148+0000 mon.a (mon.0) 5536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.406937+0000 mon.a (mon.0) 5537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.407529+0000 mon.a (mon.0) 5538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.413248+0000 mon.a (mon.0) 5539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.453819+0000 mon.a (mon.0) 5540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.455555+0000 mon.a (mon.0) 5541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.456312+0000 mon.a (mon.0) 5542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.458132+0000 mon.a (mon.0) 5543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.458728+0000 mon.a (mon.0) 5544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.464633+0000 mon.a (mon.0) 5545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.505156+0000 mon.a (mon.0) 5546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.506894+0000 mon.a (mon.0) 5547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.507692+0000 mon.a (mon.0) 5548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.509524+0000 mon.a (mon.0) 5549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.510088+0000 mon.a (mon.0) 5550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.516872+0000 mon.a (mon.0) 5551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.585062+0000 mon.a (mon.0) 5552 : cluster [WRN] Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 25 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.610306+0000 mon.a (mon.0) 5553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.614852+0000 mon.a (mon.0) 5554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.616368+0000 mon.a (mon.0) 5555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.619352+0000 mon.a (mon.0) 5556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.620343+0000 mon.a (mon.0) 5557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.634131+0000 mon.a (mon.0) 5558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.707249+0000 mon.a (mon.0) 5559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.708981+0000 mon.a (mon.0) 5560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.710029+0000 mon.a (mon.0) 5561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.713174+0000 mon.a (mon.0) 5562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.713972+0000 mon.a (mon.0) 5563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.720662+0000 mon.a (mon.0) 5564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.761358+0000 mon.a (mon.0) 5565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.763151+0000 mon.a (mon.0) 5566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.763992+0000 mon.a (mon.0) 5567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.766018+0000 mon.a (mon.0) 5568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.766690+0000 mon.a (mon.0) 5569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:34 smithi097 bash[73934]: audit 2024-03-30T04:46:34.774338+0000 mon.a (mon.0) 5570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.861962+0000 mon.a (mon.0) 5571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.864739+0000 mon.a (mon.0) 5572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.865602+0000 mon.a (mon.0) 5573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.867572+0000 mon.a (mon.0) 5574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.868197+0000 mon.a (mon.0) 5575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.875984+0000 mon.a (mon.0) 5576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.949375+0000 mon.a (mon.0) 5577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.951353+0000 mon.a (mon.0) 5578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.952307+0000 mon.a (mon.0) 5579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.954958+0000 mon.a (mon.0) 5580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.955787+0000 mon.a (mon.0) 5581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:35.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:34.962327+0000 mon.a (mon.0) 5582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.124 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[87472]: debug 2024-03-30T04:46:35.860+0000 7fc999380700 -1 osd.3 121 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:46:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.190297+0000 mgr.y (mgr.25387) 2643 : cluster [DBG] pgmap v1696: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.190659+0000 mgr.y (mgr.25387) 2644 : cluster [DBG] pgmap v1697: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.197979+0000 mgr.y (mgr.25387) 2645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.244022+0000 mgr.y (mgr.25387) 2646 : cluster [DBG] pgmap v1698: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.244376+0000 mgr.y (mgr.25387) 2647 : cluster [DBG] pgmap v1699: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.250897+0000 mgr.y (mgr.25387) 2648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.298127+0000 mgr.y (mgr.25387) 2649 : cluster [DBG] pgmap v1700: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.298527+0000 mgr.y (mgr.25387) 2650 : cluster [DBG] pgmap v1701: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.305746+0000 mgr.y (mgr.25387) 2651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.356008+0000 mgr.y (mgr.25387) 2652 : cluster [DBG] pgmap v1702: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.356507+0000 mgr.y (mgr.25387) 2653 : cluster [DBG] pgmap v1703: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.362100+0000 mgr.y (mgr.25387) 2654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.408796+0000 mgr.y (mgr.25387) 2655 : cluster [DBG] pgmap v1704: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.409072+0000 mgr.y (mgr.25387) 2656 : cluster [DBG] pgmap v1705: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.413711+0000 mgr.y (mgr.25387) 2657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.459991+0000 mgr.y (mgr.25387) 2658 : cluster [DBG] pgmap v1706: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.460348+0000 mgr.y (mgr.25387) 2659 : cluster [DBG] pgmap v1707: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.465093+0000 mgr.y (mgr.25387) 2660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.511600+0000 mgr.y (mgr.25387) 2661 : cluster [DBG] pgmap v1708: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.511966+0000 mgr.y (mgr.25387) 2662 : cluster [DBG] pgmap v1709: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.517299+0000 mgr.y (mgr.25387) 2663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.622582+0000 mgr.y (mgr.25387) 2664 : cluster [DBG] pgmap v1710: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.623039+0000 mgr.y (mgr.25387) 2665 : cluster [DBG] pgmap v1711: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.634694+0000 mgr.y (mgr.25387) 2666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.716018+0000 mgr.y (mgr.25387) 2667 : cluster [DBG] pgmap v1712: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.716656+0000 mgr.y (mgr.25387) 2668 : cluster [DBG] pgmap v1713: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.721119+0000 mgr.y (mgr.25387) 2669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.768374+0000 mgr.y (mgr.25387) 2670 : cluster [DBG] pgmap v1714: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.769087+0000 mgr.y (mgr.25387) 2671 : cluster [DBG] pgmap v1715: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.774804+0000 mgr.y (mgr.25387) 2672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.869604+0000 mgr.y (mgr.25387) 2673 : cluster [DBG] pgmap v1716: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.870027+0000 mgr.y (mgr.25387) 2674 : cluster [DBG] pgmap v1717: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.876409+0000 mgr.y (mgr.25387) 2675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.957849+0000 mgr.y (mgr.25387) 2676 : cluster [DBG] pgmap v1718: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:34.958657+0000 mgr.y (mgr.25387) 2677 : cluster [DBG] pgmap v1719: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:34.962784+0000 mgr.y (mgr.25387) 2678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.035999+0000 mon.a (mon.0) 5583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.038136+0000 mon.a (mon.0) 5584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.039196+0000 mon.a (mon.0) 5585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.041482+0000 mon.a (mon.0) 5586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.042355+0000 mon.a (mon.0) 5587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.044286+0000 mgr.y (mgr.25387) 2679 : cluster [DBG] pgmap v1720: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.045024+0000 mgr.y (mgr.25387) 2680 : cluster [DBG] pgmap v1721: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.049003+0000 mon.a (mon.0) 5588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.049694+0000 mgr.y (mgr.25387) 2681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.107325+0000 mon.a (mon.0) 5589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.109173+0000 mon.a (mon.0) 5590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.109944+0000 mon.a (mon.0) 5591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.111809+0000 mon.a (mon.0) 5592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.112419+0000 mon.a (mon.0) 5593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.113725+0000 mgr.y (mgr.25387) 2682 : cluster [DBG] pgmap v1722: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.114098+0000 mgr.y (mgr.25387) 2683 : cluster [DBG] pgmap v1723: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.118147+0000 mon.a (mon.0) 5594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.118612+0000 mgr.y (mgr.25387) 2684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.158952+0000 mon.a (mon.0) 5595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.160751+0000 mon.a (mon.0) 5596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.161617+0000 mon.a (mon.0) 5597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.163403+0000 mon.a (mon.0) 5598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.164034+0000 mon.a (mon.0) 5599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.169936+0000 mon.a (mon.0) 5600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.210714+0000 mon.a (mon.0) 5601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.212717+0000 mon.a (mon.0) 5602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.213548+0000 mon.a (mon.0) 5603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.215332+0000 mon.a (mon.0) 5604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.215932+0000 mon.a (mon.0) 5605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.222619+0000 mon.a (mon.0) 5606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.265902+0000 mon.a (mon.0) 5607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.190297+0000 mgr.y (mgr.25387) 2643 : cluster [DBG] pgmap v1696: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.190659+0000 mgr.y (mgr.25387) 2644 : cluster [DBG] pgmap v1697: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.197979+0000 mgr.y (mgr.25387) 2645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.244022+0000 mgr.y (mgr.25387) 2646 : cluster [DBG] pgmap v1698: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.244376+0000 mgr.y (mgr.25387) 2647 : cluster [DBG] pgmap v1699: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.250897+0000 mgr.y (mgr.25387) 2648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.298127+0000 mgr.y (mgr.25387) 2649 : cluster [DBG] pgmap v1700: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.298527+0000 mgr.y (mgr.25387) 2650 : cluster [DBG] pgmap v1701: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.305746+0000 mgr.y (mgr.25387) 2651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.356008+0000 mgr.y (mgr.25387) 2652 : cluster [DBG] pgmap v1702: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.356507+0000 mgr.y (mgr.25387) 2653 : cluster [DBG] pgmap v1703: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.362100+0000 mgr.y (mgr.25387) 2654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.408796+0000 mgr.y (mgr.25387) 2655 : cluster [DBG] pgmap v1704: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.409072+0000 mgr.y (mgr.25387) 2656 : cluster [DBG] pgmap v1705: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.413711+0000 mgr.y (mgr.25387) 2657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.459991+0000 mgr.y (mgr.25387) 2658 : cluster [DBG] pgmap v1706: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.460348+0000 mgr.y (mgr.25387) 2659 : cluster [DBG] pgmap v1707: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.465093+0000 mgr.y (mgr.25387) 2660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.511600+0000 mgr.y (mgr.25387) 2661 : cluster [DBG] pgmap v1708: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.511966+0000 mgr.y (mgr.25387) 2662 : cluster [DBG] pgmap v1709: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.517299+0000 mgr.y (mgr.25387) 2663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.622582+0000 mgr.y (mgr.25387) 2664 : cluster [DBG] pgmap v1710: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.623039+0000 mgr.y (mgr.25387) 2665 : cluster [DBG] pgmap v1711: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.634694+0000 mgr.y (mgr.25387) 2666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.716018+0000 mgr.y (mgr.25387) 2667 : cluster [DBG] pgmap v1712: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.716656+0000 mgr.y (mgr.25387) 2668 : cluster [DBG] pgmap v1713: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.721119+0000 mgr.y (mgr.25387) 2669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.768374+0000 mgr.y (mgr.25387) 2670 : cluster [DBG] pgmap v1714: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.769087+0000 mgr.y (mgr.25387) 2671 : cluster [DBG] pgmap v1715: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.774804+0000 mgr.y (mgr.25387) 2672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.869604+0000 mgr.y (mgr.25387) 2673 : cluster [DBG] pgmap v1716: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.870027+0000 mgr.y (mgr.25387) 2674 : cluster [DBG] pgmap v1717: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.876409+0000 mgr.y (mgr.25387) 2675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.957849+0000 mgr.y (mgr.25387) 2676 : cluster [DBG] pgmap v1718: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:34.958657+0000 mgr.y (mgr.25387) 2677 : cluster [DBG] pgmap v1719: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:34.962784+0000 mgr.y (mgr.25387) 2678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.035999+0000 mon.a (mon.0) 5583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.038136+0000 mon.a (mon.0) 5584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.039196+0000 mon.a (mon.0) 5585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.041482+0000 mon.a (mon.0) 5586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.042355+0000 mon.a (mon.0) 5587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.044286+0000 mgr.y (mgr.25387) 2679 : cluster [DBG] pgmap v1720: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.045024+0000 mgr.y (mgr.25387) 2680 : cluster [DBG] pgmap v1721: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.049003+0000 mon.a (mon.0) 5588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.049694+0000 mgr.y (mgr.25387) 2681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.107325+0000 mon.a (mon.0) 5589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.109173+0000 mon.a (mon.0) 5590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.109944+0000 mon.a (mon.0) 5591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.111809+0000 mon.a (mon.0) 5592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.112419+0000 mon.a (mon.0) 5593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.113725+0000 mgr.y (mgr.25387) 2682 : cluster [DBG] pgmap v1722: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.114098+0000 mgr.y (mgr.25387) 2683 : cluster [DBG] pgmap v1723: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.118147+0000 mon.a (mon.0) 5594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.118612+0000 mgr.y (mgr.25387) 2684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.158952+0000 mon.a (mon.0) 5595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.160751+0000 mon.a (mon.0) 5596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.161617+0000 mon.a (mon.0) 5597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.163403+0000 mon.a (mon.0) 5598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.164034+0000 mon.a (mon.0) 5599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.169936+0000 mon.a (mon.0) 5600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.210714+0000 mon.a (mon.0) 5601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.212717+0000 mon.a (mon.0) 5602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.213548+0000 mon.a (mon.0) 5603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.215332+0000 mon.a (mon.0) 5604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.215932+0000 mon.a (mon.0) 5605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.222619+0000 mon.a (mon.0) 5606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.265902+0000 mon.a (mon.0) 5607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.268334+0000 mon.a (mon.0) 5608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.269231+0000 mon.a (mon.0) 5609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.271126+0000 mon.a (mon.0) 5610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.271748+0000 mon.a (mon.0) 5611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.277998+0000 mon.a (mon.0) 5612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.318427+0000 mon.a (mon.0) 5613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.320216+0000 mon.a (mon.0) 5614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.321257+0000 mon.a (mon.0) 5615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.323138+0000 mon.a (mon.0) 5616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.323787+0000 mon.a (mon.0) 5617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.329983+0000 mon.a (mon.0) 5618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.360164+0000 mon.a (mon.0) 5619 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.364008+0000 mon.a (mon.0) 5620 : cluster [DBG] osdmap e124: 8 total, 7 up, 8 in 2024-03-30T04:46:36.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.364356+0000 mon.a (mon.0) 5621 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.376113+0000 mon.a (mon.0) 5622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.378249+0000 mon.a (mon.0) 5623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[73934]: audit 2024-03-30T04:46:35.379923+0000 mon.a (mon.0) 5624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.382264+0000 mon.a (mon.0) 5625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.383081+0000 mon.a (mon.0) 5626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.495321+0000 mon.a (mon.0) 5627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.575902+0000 mon.a (mon.0) 5628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.578139+0000 mon.a (mon.0) 5629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.579370+0000 mon.a (mon.0) 5630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.581409+0000 mon.a (mon.0) 5631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.582249+0000 mon.a (mon.0) 5632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.703989+0000 mon.a (mon.0) 5633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.766626+0000 mon.a (mon.0) 5634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.769132+0000 mon.a (mon.0) 5635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.770060+0000 mon.a (mon.0) 5636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.772412+0000 mon.a (mon.0) 5637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.773574+0000 mon.a (mon.0) 5638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.781989+0000 mon.a (mon.0) 5639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.838370+0000 mon.a (mon.0) 5640 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.855922+0000 mon.a (mon.0) 5641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.857735+0000 mon.a (mon.0) 5642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.858780+0000 mon.a (mon.0) 5643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.860662+0000 mon.a (mon.0) 5644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.862020+0000 mon.a (mon.0) 5645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.868751+0000 mon.a (mon.0) 5646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.926101+0000 mon.a (mon.0) 5647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.927981+0000 mon.a (mon.0) 5648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.928983+0000 mon.a (mon.0) 5649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.931214+0000 mon.a (mon.0) 5650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.931839+0000 mon.a (mon.0) 5651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:35.937699+0000 mon.a (mon.0) 5652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.268334+0000 mon.a (mon.0) 5608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.269231+0000 mon.a (mon.0) 5609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.271126+0000 mon.a (mon.0) 5610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.271748+0000 mon.a (mon.0) 5611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.277998+0000 mon.a (mon.0) 5612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.318427+0000 mon.a (mon.0) 5613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.320216+0000 mon.a (mon.0) 5614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.321257+0000 mon.a (mon.0) 5615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.323138+0000 mon.a (mon.0) 5616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.323787+0000 mon.a (mon.0) 5617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.329983+0000 mon.a (mon.0) 5618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.360164+0000 mon.a (mon.0) 5619 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.364008+0000 mon.a (mon.0) 5620 : cluster [DBG] osdmap e124: 8 total, 7 up, 8 in 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.364356+0000 mon.a (mon.0) 5621 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.376113+0000 mon.a (mon.0) 5622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.378249+0000 mon.a (mon.0) 5623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.379923+0000 mon.a (mon.0) 5624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.382264+0000 mon.a (mon.0) 5625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.383081+0000 mon.a (mon.0) 5626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.495321+0000 mon.a (mon.0) 5627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.575902+0000 mon.a (mon.0) 5628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.578139+0000 mon.a (mon.0) 5629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.579370+0000 mon.a (mon.0) 5630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.581409+0000 mon.a (mon.0) 5631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.582249+0000 mon.a (mon.0) 5632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.703989+0000 mon.a (mon.0) 5633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:35 smithi097 bash[69502]: audit 2024-03-30T04:46:35.766626+0000 mon.a (mon.0) 5634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.769132+0000 mon.a (mon.0) 5635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.770060+0000 mon.a (mon.0) 5636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.772412+0000 mon.a (mon.0) 5637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.773574+0000 mon.a (mon.0) 5638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.781989+0000 mon.a (mon.0) 5639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.838370+0000 mon.a (mon.0) 5640 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' 2024-03-30T04:46:36.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.855922+0000 mon.a (mon.0) 5641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.857735+0000 mon.a (mon.0) 5642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.858780+0000 mon.a (mon.0) 5643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.860662+0000 mon.a (mon.0) 5644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.862020+0000 mon.a (mon.0) 5645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.868751+0000 mon.a (mon.0) 5646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.926101+0000 mon.a (mon.0) 5647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.927981+0000 mon.a (mon.0) 5648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.928983+0000 mon.a (mon.0) 5649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.931214+0000 mon.a (mon.0) 5650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.931839+0000 mon.a (mon.0) 5651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:35.937699+0000 mon.a (mon.0) 5652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.190297+0000 mgr.y (mgr.25387) 2643 : cluster [DBG] pgmap v1696: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.190659+0000 mgr.y (mgr.25387) 2644 : cluster [DBG] pgmap v1697: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.197979+0000 mgr.y (mgr.25387) 2645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.244022+0000 mgr.y (mgr.25387) 2646 : cluster [DBG] pgmap v1698: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.244376+0000 mgr.y (mgr.25387) 2647 : cluster [DBG] pgmap v1699: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.250897+0000 mgr.y (mgr.25387) 2648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.298127+0000 mgr.y (mgr.25387) 2649 : cluster [DBG] pgmap v1700: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.298527+0000 mgr.y (mgr.25387) 2650 : cluster [DBG] pgmap v1701: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.305746+0000 mgr.y (mgr.25387) 2651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.356008+0000 mgr.y (mgr.25387) 2652 : cluster [DBG] pgmap v1702: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.356507+0000 mgr.y (mgr.25387) 2653 : cluster [DBG] pgmap v1703: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.362100+0000 mgr.y (mgr.25387) 2654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.408796+0000 mgr.y (mgr.25387) 2655 : cluster [DBG] pgmap v1704: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.409072+0000 mgr.y (mgr.25387) 2656 : cluster [DBG] pgmap v1705: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.413711+0000 mgr.y (mgr.25387) 2657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.459991+0000 mgr.y (mgr.25387) 2658 : cluster [DBG] pgmap v1706: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.460348+0000 mgr.y (mgr.25387) 2659 : cluster [DBG] pgmap v1707: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.465093+0000 mgr.y (mgr.25387) 2660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.511600+0000 mgr.y (mgr.25387) 2661 : cluster [DBG] pgmap v1708: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.511966+0000 mgr.y (mgr.25387) 2662 : cluster [DBG] pgmap v1709: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.517299+0000 mgr.y (mgr.25387) 2663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.622582+0000 mgr.y (mgr.25387) 2664 : cluster [DBG] pgmap v1710: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.623039+0000 mgr.y (mgr.25387) 2665 : cluster [DBG] pgmap v1711: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.634694+0000 mgr.y (mgr.25387) 2666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.716018+0000 mgr.y (mgr.25387) 2667 : cluster [DBG] pgmap v1712: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.716656+0000 mgr.y (mgr.25387) 2668 : cluster [DBG] pgmap v1713: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.721119+0000 mgr.y (mgr.25387) 2669 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.768374+0000 mgr.y (mgr.25387) 2670 : cluster [DBG] pgmap v1714: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.769087+0000 mgr.y (mgr.25387) 2671 : cluster [DBG] pgmap v1715: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.774804+0000 mgr.y (mgr.25387) 2672 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.869604+0000 mgr.y (mgr.25387) 2673 : cluster [DBG] pgmap v1716: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.870027+0000 mgr.y (mgr.25387) 2674 : cluster [DBG] pgmap v1717: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.876409+0000 mgr.y (mgr.25387) 2675 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.957849+0000 mgr.y (mgr.25387) 2676 : cluster [DBG] pgmap v1718: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:34.958657+0000 mgr.y (mgr.25387) 2677 : cluster [DBG] pgmap v1719: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:34.962784+0000 mgr.y (mgr.25387) 2678 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.035999+0000 mon.a (mon.0) 5583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.038136+0000 mon.a (mon.0) 5584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.039196+0000 mon.a (mon.0) 5585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.041482+0000 mon.a (mon.0) 5586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.042355+0000 mon.a (mon.0) 5587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.044286+0000 mgr.y (mgr.25387) 2679 : cluster [DBG] pgmap v1720: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.045024+0000 mgr.y (mgr.25387) 2680 : cluster [DBG] pgmap v1721: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.049003+0000 mon.a (mon.0) 5588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.049694+0000 mgr.y (mgr.25387) 2681 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.107325+0000 mon.a (mon.0) 5589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.109173+0000 mon.a (mon.0) 5590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.109944+0000 mon.a (mon.0) 5591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.111809+0000 mon.a (mon.0) 5592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.112419+0000 mon.a (mon.0) 5593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.113725+0000 mgr.y (mgr.25387) 2682 : cluster [DBG] pgmap v1722: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.114098+0000 mgr.y (mgr.25387) 2683 : cluster [DBG] pgmap v1723: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.118147+0000 mon.a (mon.0) 5594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.118612+0000 mgr.y (mgr.25387) 2684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.158952+0000 mon.a (mon.0) 5595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.160751+0000 mon.a (mon.0) 5596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.161617+0000 mon.a (mon.0) 5597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.163403+0000 mon.a (mon.0) 5598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.164034+0000 mon.a (mon.0) 5599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.169936+0000 mon.a (mon.0) 5600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.210714+0000 mon.a (mon.0) 5601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.212717+0000 mon.a (mon.0) 5602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.213548+0000 mon.a (mon.0) 5603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.215332+0000 mon.a (mon.0) 5604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.215932+0000 mon.a (mon.0) 5605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.222619+0000 mon.a (mon.0) 5606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.265902+0000 mon.a (mon.0) 5607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.268334+0000 mon.a (mon.0) 5608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.269231+0000 mon.a (mon.0) 5609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.271126+0000 mon.a (mon.0) 5610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.271748+0000 mon.a (mon.0) 5611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.277998+0000 mon.a (mon.0) 5612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.318427+0000 mon.a (mon.0) 5613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.320216+0000 mon.a (mon.0) 5614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.321257+0000 mon.a (mon.0) 5615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.323138+0000 mon.a (mon.0) 5616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.323787+0000 mon.a (mon.0) 5617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.329983+0000 mon.a (mon.0) 5618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.360164+0000 mon.a (mon.0) 5619 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.364008+0000 mon.a (mon.0) 5620 : cluster [DBG] osdmap e124: 8 total, 7 up, 8 in 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.364356+0000 mon.a (mon.0) 5621 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi097", "root=default"]}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.376113+0000 mon.a (mon.0) 5622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.378249+0000 mon.a (mon.0) 5623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.379923+0000 mon.a (mon.0) 5624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.382264+0000 mon.a (mon.0) 5625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.383081+0000 mon.a (mon.0) 5626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.495321+0000 mon.a (mon.0) 5627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.575902+0000 mon.a (mon.0) 5628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.578139+0000 mon.a (mon.0) 5629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.579370+0000 mon.a (mon.0) 5630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.581409+0000 mon.a (mon.0) 5631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.582249+0000 mon.a (mon.0) 5632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.703989+0000 mon.a (mon.0) 5633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.766626+0000 mon.a (mon.0) 5634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.769132+0000 mon.a (mon.0) 5635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.770060+0000 mon.a (mon.0) 5636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.772412+0000 mon.a (mon.0) 5637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.773574+0000 mon.a (mon.0) 5638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.781989+0000 mon.a (mon.0) 5639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.838370+0000 mon.a (mon.0) 5640 : audit [INF] from='osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340]' entity='osd.3' 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.855922+0000 mon.a (mon.0) 5641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.857735+0000 mon.a (mon.0) 5642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.858780+0000 mon.a (mon.0) 5643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.860662+0000 mon.a (mon.0) 5644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.862020+0000 mon.a (mon.0) 5645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.868751+0000 mon.a (mon.0) 5646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.926101+0000 mon.a (mon.0) 5647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.927981+0000 mon.a (mon.0) 5648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.928983+0000 mon.a (mon.0) 5649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.931214+0000 mon.a (mon.0) 5650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:36.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.931839+0000 mon.a (mon.0) 5651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:36.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:35 smithi105 bash[58125]: audit 2024-03-30T04:46:35.937699+0000 mon.a (mon.0) 5652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[65835]: debug 2024-03-30T04:46:36.776+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:46:37.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.165361+0000 mgr.y (mgr.25387) 2685 : cluster [DBG] pgmap v1724: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.165763+0000 mgr.y (mgr.25387) 2686 : cluster [DBG] pgmap v1725: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.170417+0000 mgr.y (mgr.25387) 2687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.217245+0000 mgr.y (mgr.25387) 2688 : cluster [DBG] pgmap v1726: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.217598+0000 mgr.y (mgr.25387) 2689 : cluster [DBG] pgmap v1727: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.223202+0000 mgr.y (mgr.25387) 2690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.273120+0000 mgr.y (mgr.25387) 2691 : cluster [DBG] pgmap v1728: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.273479+0000 mgr.y (mgr.25387) 2692 : cluster [DBG] pgmap v1729: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.278411+0000 mgr.y (mgr.25387) 2693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.325099+0000 mgr.y (mgr.25387) 2694 : cluster [DBG] pgmap v1730: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.325449+0000 mgr.y (mgr.25387) 2695 : cluster [DBG] pgmap v1731: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.330390+0000 mgr.y (mgr.25387) 2696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.384706+0000 mgr.y (mgr.25387) 2697 : cluster [DBG] pgmap v1733: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.385120+0000 mgr.y (mgr.25387) 2698 : cluster [DBG] pgmap v1734: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.495932+0000 mgr.y (mgr.25387) 2699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.165361+0000 mgr.y (mgr.25387) 2685 : cluster [DBG] pgmap v1724: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.165763+0000 mgr.y (mgr.25387) 2686 : cluster [DBG] pgmap v1725: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.170417+0000 mgr.y (mgr.25387) 2687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.217245+0000 mgr.y (mgr.25387) 2688 : cluster [DBG] pgmap v1726: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.217598+0000 mgr.y (mgr.25387) 2689 : cluster [DBG] pgmap v1727: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.223202+0000 mgr.y (mgr.25387) 2690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.273120+0000 mgr.y (mgr.25387) 2691 : cluster [DBG] pgmap v1728: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.273479+0000 mgr.y (mgr.25387) 2692 : cluster [DBG] pgmap v1729: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.278411+0000 mgr.y (mgr.25387) 2693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.325099+0000 mgr.y (mgr.25387) 2694 : cluster [DBG] pgmap v1730: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.325449+0000 mgr.y (mgr.25387) 2695 : cluster [DBG] pgmap v1731: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.330390+0000 mgr.y (mgr.25387) 2696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.384706+0000 mgr.y (mgr.25387) 2697 : cluster [DBG] pgmap v1733: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.385120+0000 mgr.y (mgr.25387) 2698 : cluster [DBG] pgmap v1734: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.495932+0000 mgr.y (mgr.25387) 2699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.584161+0000 mgr.y (mgr.25387) 2700 : cluster [DBG] pgmap v1735: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.584504+0000 mgr.y (mgr.25387) 2701 : cluster [DBG] pgmap v1736: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.704609+0000 mgr.y (mgr.25387) 2702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.775568+0000 mgr.y (mgr.25387) 2703 : cluster [DBG] pgmap v1737: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.775959+0000 mgr.y (mgr.25387) 2704 : cluster [DBG] pgmap v1738: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.782777+0000 mgr.y (mgr.25387) 2705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.863682+0000 mgr.y (mgr.25387) 2706 : cluster [DBG] pgmap v1739: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.864078+0000 mgr.y (mgr.25387) 2707 : cluster [DBG] pgmap v1740: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.869315+0000 mgr.y (mgr.25387) 2708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.933222+0000 mgr.y (mgr.25387) 2709 : cluster [DBG] pgmap v1741: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:35.933586+0000 mgr.y (mgr.25387) 2710 : cluster [DBG] pgmap v1742: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:35.938175+0000 mgr.y (mgr.25387) 2711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.000733+0000 mon.a (mon.0) 5653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.003050+0000 mon.a (mon.0) 5654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.003872+0000 mon.a (mon.0) 5655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.006018+0000 mon.a (mon.0) 5656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.584161+0000 mgr.y (mgr.25387) 2700 : cluster [DBG] pgmap v1735: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.584504+0000 mgr.y (mgr.25387) 2701 : cluster [DBG] pgmap v1736: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.704609+0000 mgr.y (mgr.25387) 2702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.775568+0000 mgr.y (mgr.25387) 2703 : cluster [DBG] pgmap v1737: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.775959+0000 mgr.y (mgr.25387) 2704 : cluster [DBG] pgmap v1738: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.782777+0000 mgr.y (mgr.25387) 2705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.863682+0000 mgr.y (mgr.25387) 2706 : cluster [DBG] pgmap v1739: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.864078+0000 mgr.y (mgr.25387) 2707 : cluster [DBG] pgmap v1740: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.869315+0000 mgr.y (mgr.25387) 2708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.933222+0000 mgr.y (mgr.25387) 2709 : cluster [DBG] pgmap v1741: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:35.933586+0000 mgr.y (mgr.25387) 2710 : cluster [DBG] pgmap v1742: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:35.938175+0000 mgr.y (mgr.25387) 2711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.000733+0000 mon.a (mon.0) 5653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.003050+0000 mon.a (mon.0) 5654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.003872+0000 mon.a (mon.0) 5655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.006018+0000 mon.a (mon.0) 5656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.006679+0000 mon.a (mon.0) 5657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.008078+0000 mgr.y (mgr.25387) 2712 : cluster [DBG] pgmap v1743: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.008436+0000 mgr.y (mgr.25387) 2713 : cluster [DBG] pgmap v1744: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.012791+0000 mon.a (mon.0) 5658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.013426+0000 mgr.y (mgr.25387) 2714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[73934]: audit 2024-03-30T04:46:36.061449+0000 mon.a (mon.0) 5659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.063776+0000 mon.a (mon.0) 5660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.064889+0000 mon.a (mon.0) 5661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.067137+0000 mon.a (mon.0) 5662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.068086+0000 mon.a (mon.0) 5663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.069546+0000 mgr.y (mgr.25387) 2715 : cluster [DBG] pgmap v1745: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.069911+0000 mgr.y (mgr.25387) 2716 : cluster [DBG] pgmap v1746: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.074439+0000 mon.a (mon.0) 5664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.075045+0000 mgr.y (mgr.25387) 2717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.116735+0000 mon.a (mon.0) 5665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.118950+0000 mon.a (mon.0) 5666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.120004+0000 mon.a (mon.0) 5667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.122254+0000 mon.a (mon.0) 5668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.006679+0000 mon.a (mon.0) 5657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.008078+0000 mgr.y (mgr.25387) 2712 : cluster [DBG] pgmap v1743: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.008436+0000 mgr.y (mgr.25387) 2713 : cluster [DBG] pgmap v1744: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.012791+0000 mon.a (mon.0) 5658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.013426+0000 mgr.y (mgr.25387) 2714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.061449+0000 mon.a (mon.0) 5659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.063776+0000 mon.a (mon.0) 5660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.064889+0000 mon.a (mon.0) 5661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.067137+0000 mon.a (mon.0) 5662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.068086+0000 mon.a (mon.0) 5663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.069546+0000 mgr.y (mgr.25387) 2715 : cluster [DBG] pgmap v1745: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.069911+0000 mgr.y (mgr.25387) 2716 : cluster [DBG] pgmap v1746: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.074439+0000 mon.a (mon.0) 5664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.075045+0000 mgr.y (mgr.25387) 2717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.116735+0000 mon.a (mon.0) 5665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.118950+0000 mon.a (mon.0) 5666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.120004+0000 mon.a (mon.0) 5667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.122254+0000 mon.a (mon.0) 5668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.122919+0000 mon.a (mon.0) 5669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.124506+0000 mgr.y (mgr.25387) 2718 : cluster [DBG] pgmap v1747: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.124964+0000 mgr.y (mgr.25387) 2719 : cluster [DBG] pgmap v1748: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.130014+0000 mon.a (mon.0) 5670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.189960+0000 mon.a (mon.0) 5671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.192097+0000 mon.a (mon.0) 5672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.193381+0000 mon.a (mon.0) 5673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.195570+0000 mon.a (mon.0) 5674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.196334+0000 mon.a (mon.0) 5675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.205838+0000 mon.a (mon.0) 5676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.267822+0000 mon.a (mon.0) 5677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.269911+0000 mon.a (mon.0) 5678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.270797+0000 mon.a (mon.0) 5679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.272801+0000 mon.a (mon.0) 5680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.273433+0000 mon.a (mon.0) 5681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.281353+0000 mon.a (mon.0) 5682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.343727+0000 mon.a (mon.0) 5683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.345530+0000 mon.a (mon.0) 5684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.346354+0000 mon.a (mon.0) 5685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.122919+0000 mon.a (mon.0) 5669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.124506+0000 mgr.y (mgr.25387) 2718 : cluster [DBG] pgmap v1747: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.124964+0000 mgr.y (mgr.25387) 2719 : cluster [DBG] pgmap v1748: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.130014+0000 mon.a (mon.0) 5670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.189960+0000 mon.a (mon.0) 5671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.192097+0000 mon.a (mon.0) 5672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.193381+0000 mon.a (mon.0) 5673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.195570+0000 mon.a (mon.0) 5674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.196334+0000 mon.a (mon.0) 5675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.205838+0000 mon.a (mon.0) 5676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:36 smithi097 bash[69502]: audit 2024-03-30T04:46:36.267822+0000 mon.a (mon.0) 5677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.269911+0000 mon.a (mon.0) 5678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.270797+0000 mon.a (mon.0) 5679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.272801+0000 mon.a (mon.0) 5680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.273433+0000 mon.a (mon.0) 5681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.281353+0000 mon.a (mon.0) 5682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.343727+0000 mon.a (mon.0) 5683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.345530+0000 mon.a (mon.0) 5684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.346354+0000 mon.a (mon.0) 5685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.348253+0000 mon.a (mon.0) 5686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.348899+0000 mon.a (mon.0) 5687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.356684+0000 mon.a (mon.0) 5688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.414485+0000 mon.a (mon.0) 5689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.416596+0000 mon.a (mon.0) 5690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.417477+0000 mon.a (mon.0) 5691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.419391+0000 mon.a (mon.0) 5692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.419985+0000 mon.a (mon.0) 5693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.428720+0000 mon.a (mon.0) 5694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.469759+0000 mon.a (mon.0) 5695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.471500+0000 mon.a (mon.0) 5696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.472518+0000 mon.a (mon.0) 5697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.474730+0000 mon.a (mon.0) 5698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.475436+0000 mon.a (mon.0) 5699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.483560+0000 mon.a (mon.0) 5700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.540406+0000 mon.a (mon.0) 5701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.542132+0000 mon.a (mon.0) 5702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.542868+0000 mon.a (mon.0) 5703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.544689+0000 mon.a (mon.0) 5704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.348253+0000 mon.a (mon.0) 5686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.348899+0000 mon.a (mon.0) 5687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.356684+0000 mon.a (mon.0) 5688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.414485+0000 mon.a (mon.0) 5689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.416596+0000 mon.a (mon.0) 5690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.417477+0000 mon.a (mon.0) 5691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.419391+0000 mon.a (mon.0) 5692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.419985+0000 mon.a (mon.0) 5693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.428720+0000 mon.a (mon.0) 5694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.469759+0000 mon.a (mon.0) 5695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.471500+0000 mon.a (mon.0) 5696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.472518+0000 mon.a (mon.0) 5697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.474730+0000 mon.a (mon.0) 5698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.475436+0000 mon.a (mon.0) 5699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.483560+0000 mon.a (mon.0) 5700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.540406+0000 mon.a (mon.0) 5701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.542132+0000 mon.a (mon.0) 5702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.542868+0000 mon.a (mon.0) 5703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.544689+0000 mon.a (mon.0) 5704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.545250+0000 mon.a (mon.0) 5705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.553115+0000 mon.a (mon.0) 5706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.627603+0000 mon.a (mon.0) 5707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.630204+0000 mon.a (mon.0) 5708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.631265+0000 mon.a (mon.0) 5709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.633817+0000 mon.a (mon.0) 5710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.634566+0000 mon.a (mon.0) 5711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.644124+0000 mon.a (mon.0) 5712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.685094+0000 mon.a (mon.0) 5713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.687034+0000 mon.a (mon.0) 5714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.687962+0000 mon.a (mon.0) 5715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.690146+0000 mon.a (mon.0) 5716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.690847+0000 mon.a (mon.0) 5717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.700632+0000 mon.a (mon.0) 5718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.719901+0000 mon.a (mon.0) 5719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.727269+0000 mon.a (mon.0) 5720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.734928+0000 mon.a (mon.0) 5721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.773649+0000 mon.a (mon.0) 5722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.775550+0000 mon.a (mon.0) 5723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.545250+0000 mon.a (mon.0) 5705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.553115+0000 mon.a (mon.0) 5706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.627603+0000 mon.a (mon.0) 5707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.630204+0000 mon.a (mon.0) 5708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.631265+0000 mon.a (mon.0) 5709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.633817+0000 mon.a (mon.0) 5710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.634566+0000 mon.a (mon.0) 5711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.644124+0000 mon.a (mon.0) 5712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.685094+0000 mon.a (mon.0) 5713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.687034+0000 mon.a (mon.0) 5714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.687962+0000 mon.a (mon.0) 5715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.690146+0000 mon.a (mon.0) 5716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.690847+0000 mon.a (mon.0) 5717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.700632+0000 mon.a (mon.0) 5718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.719901+0000 mon.a (mon.0) 5719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.727269+0000 mon.a (mon.0) 5720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.734928+0000 mon.a (mon.0) 5721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.773649+0000 mon.a (mon.0) 5722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.775550+0000 mon.a (mon.0) 5723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.777142+0000 mon.a (mon.0) 5724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.778209+0000 mon.a (mon.0) 5725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.779699+0000 mon.a (mon.0) 5726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.867204+0000 mon.a (mon.0) 5727 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.877804+0000 mon.a (mon.0) 5728 : cluster [INF] osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340] boot 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.877938+0000 mon.a (mon.0) 5729 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-30T04:46:37.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[73934]: audit 2024-03-30T04:46:36.880336+0000 mon.a (mon.0) 5730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.777142+0000 mon.a (mon.0) 5724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.778209+0000 mon.a (mon.0) 5725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.779699+0000 mon.a (mon.0) 5726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.867204+0000 mon.a (mon.0) 5727 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.877804+0000 mon.a (mon.0) 5728 : cluster [INF] osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340] boot 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.877938+0000 mon.a (mon.0) 5729 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-30T04:46:37.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:37 smithi097 bash[69502]: audit 2024-03-30T04:46:36.880336+0000 mon.a (mon.0) 5730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:46:37.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.165361+0000 mgr.y (mgr.25387) 2685 : cluster [DBG] pgmap v1724: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.165763+0000 mgr.y (mgr.25387) 2686 : cluster [DBG] pgmap v1725: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.170417+0000 mgr.y (mgr.25387) 2687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.217245+0000 mgr.y (mgr.25387) 2688 : cluster [DBG] pgmap v1726: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.217598+0000 mgr.y (mgr.25387) 2689 : cluster [DBG] pgmap v1727: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.223202+0000 mgr.y (mgr.25387) 2690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.273120+0000 mgr.y (mgr.25387) 2691 : cluster [DBG] pgmap v1728: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.273479+0000 mgr.y (mgr.25387) 2692 : cluster [DBG] pgmap v1729: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.278411+0000 mgr.y (mgr.25387) 2693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.325099+0000 mgr.y (mgr.25387) 2694 : cluster [DBG] pgmap v1730: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.325449+0000 mgr.y (mgr.25387) 2695 : cluster [DBG] pgmap v1731: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.330390+0000 mgr.y (mgr.25387) 2696 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.384706+0000 mgr.y (mgr.25387) 2697 : cluster [DBG] pgmap v1733: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.385120+0000 mgr.y (mgr.25387) 2698 : cluster [DBG] pgmap v1734: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 184 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.495932+0000 mgr.y (mgr.25387) 2699 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.584161+0000 mgr.y (mgr.25387) 2700 : cluster [DBG] pgmap v1735: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.584504+0000 mgr.y (mgr.25387) 2701 : cluster [DBG] pgmap v1736: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.704609+0000 mgr.y (mgr.25387) 2702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.775568+0000 mgr.y (mgr.25387) 2703 : cluster [DBG] pgmap v1737: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.775959+0000 mgr.y (mgr.25387) 2704 : cluster [DBG] pgmap v1738: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.782777+0000 mgr.y (mgr.25387) 2705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.863682+0000 mgr.y (mgr.25387) 2706 : cluster [DBG] pgmap v1739: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.864078+0000 mgr.y (mgr.25387) 2707 : cluster [DBG] pgmap v1740: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.869315+0000 mgr.y (mgr.25387) 2708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.933222+0000 mgr.y (mgr.25387) 2709 : cluster [DBG] pgmap v1741: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:36 smithi105 bash[58125]: cluster 2024-03-30T04:46:35.933586+0000 mgr.y (mgr.25387) 2710 : cluster [DBG] pgmap v1742: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cephadm 2024-03-30T04:46:35.938175+0000 mgr.y (mgr.25387) 2711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.000733+0000 mon.a (mon.0) 5653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.003050+0000 mon.a (mon.0) 5654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.003872+0000 mon.a (mon.0) 5655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.006018+0000 mon.a (mon.0) 5656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.006679+0000 mon.a (mon.0) 5657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.008078+0000 mgr.y (mgr.25387) 2712 : cluster [DBG] pgmap v1743: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.008436+0000 mgr.y (mgr.25387) 2713 : cluster [DBG] pgmap v1744: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.317 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.012791+0000 mon.a (mon.0) 5658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.013426+0000 mgr.y (mgr.25387) 2714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.061449+0000 mon.a (mon.0) 5659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.063776+0000 mon.a (mon.0) 5660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.064889+0000 mon.a (mon.0) 5661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.067137+0000 mon.a (mon.0) 5662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.068086+0000 mon.a (mon.0) 5663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.069546+0000 mgr.y (mgr.25387) 2715 : cluster [DBG] pgmap v1745: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.069911+0000 mgr.y (mgr.25387) 2716 : cluster [DBG] pgmap v1746: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.074439+0000 mon.a (mon.0) 5664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.075045+0000 mgr.y (mgr.25387) 2717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.116735+0000 mon.a (mon.0) 5665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.318 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.118950+0000 mon.a (mon.0) 5666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.120004+0000 mon.a (mon.0) 5667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.122254+0000 mon.a (mon.0) 5668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.122919+0000 mon.a (mon.0) 5669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.124506+0000 mgr.y (mgr.25387) 2718 : cluster [DBG] pgmap v1747: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.124964+0000 mgr.y (mgr.25387) 2719 : cluster [DBG] pgmap v1748: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:37.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.130014+0000 mon.a (mon.0) 5670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.189960+0000 mon.a (mon.0) 5671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.192097+0000 mon.a (mon.0) 5672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.193381+0000 mon.a (mon.0) 5673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.195570+0000 mon.a (mon.0) 5674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.196334+0000 mon.a (mon.0) 5675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.205838+0000 mon.a (mon.0) 5676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.267822+0000 mon.a (mon.0) 5677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.269911+0000 mon.a (mon.0) 5678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.270797+0000 mon.a (mon.0) 5679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.272801+0000 mon.a (mon.0) 5680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.273433+0000 mon.a (mon.0) 5681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.281353+0000 mon.a (mon.0) 5682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.343727+0000 mon.a (mon.0) 5683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.345530+0000 mon.a (mon.0) 5684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.346354+0000 mon.a (mon.0) 5685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.348253+0000 mon.a (mon.0) 5686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.348899+0000 mon.a (mon.0) 5687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.356684+0000 mon.a (mon.0) 5688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.414485+0000 mon.a (mon.0) 5689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.416596+0000 mon.a (mon.0) 5690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.417477+0000 mon.a (mon.0) 5691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.419391+0000 mon.a (mon.0) 5692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.419985+0000 mon.a (mon.0) 5693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.428720+0000 mon.a (mon.0) 5694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.469759+0000 mon.a (mon.0) 5695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.471500+0000 mon.a (mon.0) 5696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.472518+0000 mon.a (mon.0) 5697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.474730+0000 mon.a (mon.0) 5698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.475436+0000 mon.a (mon.0) 5699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.483560+0000 mon.a (mon.0) 5700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.540406+0000 mon.a (mon.0) 5701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.542132+0000 mon.a (mon.0) 5702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.542868+0000 mon.a (mon.0) 5703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.544689+0000 mon.a (mon.0) 5704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.545250+0000 mon.a (mon.0) 5705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.553115+0000 mon.a (mon.0) 5706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.627603+0000 mon.a (mon.0) 5707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.630204+0000 mon.a (mon.0) 5708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.631265+0000 mon.a (mon.0) 5709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.633817+0000 mon.a (mon.0) 5710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.634566+0000 mon.a (mon.0) 5711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.644124+0000 mon.a (mon.0) 5712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.685094+0000 mon.a (mon.0) 5713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.687034+0000 mon.a (mon.0) 5714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.687962+0000 mon.a (mon.0) 5715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.690146+0000 mon.a (mon.0) 5716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.690847+0000 mon.a (mon.0) 5717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.700632+0000 mon.a (mon.0) 5718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.719901+0000 mon.a (mon.0) 5719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.727269+0000 mon.a (mon.0) 5720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.734928+0000 mon.a (mon.0) 5721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.773649+0000 mon.a (mon.0) 5722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.775550+0000 mon.a (mon.0) 5723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.777142+0000 mon.a (mon.0) 5724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.778209+0000 mon.a (mon.0) 5725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.779699+0000 mon.a (mon.0) 5726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.867204+0000 mon.a (mon.0) 5727 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:46:37.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.877804+0000 mon.a (mon.0) 5728 : cluster [INF] osd.3 [v2:172.21.15.97:6826/283637340,v1:172.21.15.97:6827/283637340] boot 2024-03-30T04:46:37.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.877938+0000 mon.a (mon.0) 5729 : cluster [DBG] osdmap e125: 8 total, 8 up, 8 in 2024-03-30T04:46:37.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:37 smithi105 bash[58125]: audit 2024-03-30T04:46:36.880336+0000 mon.a (mon.0) 5730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-30T04:46:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.131786+0000 mgr.y (mgr.25387) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.198765+0000 mgr.y (mgr.25387) 2721 : cluster [DBG] pgmap v1749: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.199194+0000 mgr.y (mgr.25387) 2722 : cluster [DBG] pgmap v1750: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.206483+0000 mgr.y (mgr.25387) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.274845+0000 mgr.y (mgr.25387) 2724 : cluster [DBG] pgmap v1751: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.275154+0000 mgr.y (mgr.25387) 2725 : cluster [DBG] pgmap v1752: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.281911+0000 mgr.y (mgr.25387) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.350199+0000 mgr.y (mgr.25387) 2727 : cluster [DBG] pgmap v1753: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.350545+0000 mgr.y (mgr.25387) 2728 : cluster [DBG] pgmap v1754: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.357219+0000 mgr.y (mgr.25387) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.421517+0000 mgr.y (mgr.25387) 2730 : cluster [DBG] pgmap v1755: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.421944+0000 mgr.y (mgr.25387) 2731 : cluster [DBG] pgmap v1756: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.429262+0000 mgr.y (mgr.25387) 2732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.476905+0000 mgr.y (mgr.25387) 2733 : cluster [DBG] pgmap v1757: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.477276+0000 mgr.y (mgr.25387) 2734 : cluster [DBG] pgmap v1758: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.484073+0000 mgr.y (mgr.25387) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.131786+0000 mgr.y (mgr.25387) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.198765+0000 mgr.y (mgr.25387) 2721 : cluster [DBG] pgmap v1749: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.199194+0000 mgr.y (mgr.25387) 2722 : cluster [DBG] pgmap v1750: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.206483+0000 mgr.y (mgr.25387) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.274845+0000 mgr.y (mgr.25387) 2724 : cluster [DBG] pgmap v1751: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.275154+0000 mgr.y (mgr.25387) 2725 : cluster [DBG] pgmap v1752: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.281911+0000 mgr.y (mgr.25387) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.350199+0000 mgr.y (mgr.25387) 2727 : cluster [DBG] pgmap v1753: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.350545+0000 mgr.y (mgr.25387) 2728 : cluster [DBG] pgmap v1754: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.357219+0000 mgr.y (mgr.25387) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.421517+0000 mgr.y (mgr.25387) 2730 : cluster [DBG] pgmap v1755: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.421944+0000 mgr.y (mgr.25387) 2731 : cluster [DBG] pgmap v1756: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.429262+0000 mgr.y (mgr.25387) 2732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.476905+0000 mgr.y (mgr.25387) 2733 : cluster [DBG] pgmap v1757: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.477276+0000 mgr.y (mgr.25387) 2734 : cluster [DBG] pgmap v1758: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.484073+0000 mgr.y (mgr.25387) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.546660+0000 mgr.y (mgr.25387) 2736 : cluster [DBG] pgmap v1759: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.547033+0000 mgr.y (mgr.25387) 2737 : cluster [DBG] pgmap v1760: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.553643+0000 mgr.y (mgr.25387) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.636400+0000 mgr.y (mgr.25387) 2739 : cluster [DBG] pgmap v1761: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.636976+0000 mgr.y (mgr.25387) 2740 : cluster [DBG] pgmap v1762: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.644750+0000 mgr.y (mgr.25387) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.692311+0000 mgr.y (mgr.25387) 2742 : cluster [DBG] pgmap v1763: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.692632+0000 mgr.y (mgr.25387) 2743 : cluster [DBG] pgmap v1764: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.701260+0000 mgr.y (mgr.25387) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.728342+0000 mgr.y (mgr.25387) 2745 : cluster [DBG] pgmap v1765: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:36.728634+0000 mgr.y (mgr.25387) 2746 : cluster [DBG] pgmap v1766: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: audit 2024-03-30T04:46:36.779860+0000 mgr.y (mgr.25387) 2747 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cephadm 2024-03-30T04:46:36.780636+0000 mgr.y (mgr.25387) 2748 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: audit 2024-03-30T04:46:37.122866+0000 mon.a (mon.0) 5731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: audit 2024-03-30T04:46:37.133780+0000 mon.a (mon.0) 5732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: audit 2024-03-30T04:46:37.146638+0000 mon.a (mon.0) 5733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[73934]: cluster 2024-03-30T04:46:37.888589+0000 mon.a (mon.0) 5734 : cluster [DBG] osdmap e126: 8 total, 8 up, 8 in 2024-03-30T04:46:38.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.546660+0000 mgr.y (mgr.25387) 2736 : cluster [DBG] pgmap v1759: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.547033+0000 mgr.y (mgr.25387) 2737 : cluster [DBG] pgmap v1760: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.553643+0000 mgr.y (mgr.25387) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.636400+0000 mgr.y (mgr.25387) 2739 : cluster [DBG] pgmap v1761: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.636976+0000 mgr.y (mgr.25387) 2740 : cluster [DBG] pgmap v1762: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.644750+0000 mgr.y (mgr.25387) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.692311+0000 mgr.y (mgr.25387) 2742 : cluster [DBG] pgmap v1763: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.692632+0000 mgr.y (mgr.25387) 2743 : cluster [DBG] pgmap v1764: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.701260+0000 mgr.y (mgr.25387) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.728342+0000 mgr.y (mgr.25387) 2745 : cluster [DBG] pgmap v1765: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:36.728634+0000 mgr.y (mgr.25387) 2746 : cluster [DBG] pgmap v1766: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: audit 2024-03-30T04:46:36.779860+0000 mgr.y (mgr.25387) 2747 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cephadm 2024-03-30T04:46:36.780636+0000 mgr.y (mgr.25387) 2748 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: audit 2024-03-30T04:46:37.122866+0000 mon.a (mon.0) 5731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: audit 2024-03-30T04:46:37.133780+0000 mon.a (mon.0) 5732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: audit 2024-03-30T04:46:37.146638+0000 mon.a (mon.0) 5733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:38 smithi097 bash[69502]: cluster 2024-03-30T04:46:37.888589+0000 mon.a (mon.0) 5734 : cluster [DBG] osdmap e126: 8 total, 8 up, 8 in 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.131786+0000 mgr.y (mgr.25387) 2720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.198765+0000 mgr.y (mgr.25387) 2721 : cluster [DBG] pgmap v1749: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.199194+0000 mgr.y (mgr.25387) 2722 : cluster [DBG] pgmap v1750: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.206483+0000 mgr.y (mgr.25387) 2723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.274845+0000 mgr.y (mgr.25387) 2724 : cluster [DBG] pgmap v1751: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.275154+0000 mgr.y (mgr.25387) 2725 : cluster [DBG] pgmap v1752: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.281911+0000 mgr.y (mgr.25387) 2726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.350199+0000 mgr.y (mgr.25387) 2727 : cluster [DBG] pgmap v1753: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.350545+0000 mgr.y (mgr.25387) 2728 : cluster [DBG] pgmap v1754: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.357219+0000 mgr.y (mgr.25387) 2729 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.421517+0000 mgr.y (mgr.25387) 2730 : cluster [DBG] pgmap v1755: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.421944+0000 mgr.y (mgr.25387) 2731 : cluster [DBG] pgmap v1756: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.429262+0000 mgr.y (mgr.25387) 2732 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.476905+0000 mgr.y (mgr.25387) 2733 : cluster [DBG] pgmap v1757: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.477276+0000 mgr.y (mgr.25387) 2734 : cluster [DBG] pgmap v1758: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.484073+0000 mgr.y (mgr.25387) 2735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.546660+0000 mgr.y (mgr.25387) 2736 : cluster [DBG] pgmap v1759: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.547033+0000 mgr.y (mgr.25387) 2737 : cluster [DBG] pgmap v1760: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.553643+0000 mgr.y (mgr.25387) 2738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.636400+0000 mgr.y (mgr.25387) 2739 : cluster [DBG] pgmap v1761: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.636976+0000 mgr.y (mgr.25387) 2740 : cluster [DBG] pgmap v1762: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.644750+0000 mgr.y (mgr.25387) 2741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.692311+0000 mgr.y (mgr.25387) 2742 : cluster [DBG] pgmap v1763: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.692632+0000 mgr.y (mgr.25387) 2743 : cluster [DBG] pgmap v1764: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.701260+0000 mgr.y (mgr.25387) 2744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.728342+0000 mgr.y (mgr.25387) 2745 : cluster [DBG] pgmap v1765: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:36.728634+0000 mgr.y (mgr.25387) 2746 : cluster [DBG] pgmap v1766: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: audit 2024-03-30T04:46:36.779860+0000 mgr.y (mgr.25387) 2747 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cephadm 2024-03-30T04:46:36.780636+0000 mgr.y (mgr.25387) 2748 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: audit 2024-03-30T04:46:37.122866+0000 mon.a (mon.0) 5731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: audit 2024-03-30T04:46:37.133780+0000 mon.a (mon.0) 5732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: audit 2024-03-30T04:46:37.146638+0000 mon.a (mon.0) 5733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:38.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:38 smithi105 bash[58125]: cluster 2024-03-30T04:46:37.888589+0000 mon.a (mon.0) 5734 : cluster [DBG] osdmap e126: 8 total, 8 up, 8 in 2024-03-30T04:46:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:39 smithi097 bash[73934]: cluster 2024-03-30T04:46:37.135722+0000 mgr.y (mgr.25387) 2749 : cluster [DBG] pgmap v1768: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:39 smithi097 bash[73934]: cluster 2024-03-30T04:46:37.136351+0000 mgr.y (mgr.25387) 2750 : cluster [DBG] pgmap v1769: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:39 smithi097 bash[69502]: cluster 2024-03-30T04:46:37.135722+0000 mgr.y (mgr.25387) 2749 : cluster [DBG] pgmap v1768: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:39 smithi097 bash[69502]: cluster 2024-03-30T04:46:37.136351+0000 mgr.y (mgr.25387) 2750 : cluster [DBG] pgmap v1769: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:39.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:39 smithi105 bash[58125]: cluster 2024-03-30T04:46:37.135722+0000 mgr.y (mgr.25387) 2749 : cluster [DBG] pgmap v1768: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:39.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:39 smithi105 bash[58125]: cluster 2024-03-30T04:46:37.136351+0000 mgr.y (mgr.25387) 2750 : cluster [DBG] pgmap v1769: 161 pgs: 25 active+undersized+degraded, 41 active+undersized, 95 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2024-03-30T04:46:40.598 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[73934]: cluster 2024-03-30T04:46:39.137028+0000 mgr.y (mgr.25387) 2751 : cluster [DBG] pgmap v1771: 161 pgs: 8 peering, 21 active+undersized+degraded, 32 active+undersized, 100 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:46:40.598 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[73934]: audit 2024-03-30T04:46:39.498550+0000 mon.a (mon.0) 5735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:40.598 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[73934]: audit 2024-03-30T04:46:39.506239+0000 mon.a (mon.0) 5736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:40.599 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[73934]: cluster 2024-03-30T04:46:40.122541+0000 mon.a (mon.0) 5737 : cluster [WRN] Health check update: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:40.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[69502]: cluster 2024-03-30T04:46:39.137028+0000 mgr.y (mgr.25387) 2751 : cluster [DBG] pgmap v1771: 161 pgs: 8 peering, 21 active+undersized+degraded, 32 active+undersized, 100 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:46:40.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[69502]: audit 2024-03-30T04:46:39.498550+0000 mon.a (mon.0) 5735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:40.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[69502]: audit 2024-03-30T04:46:39.506239+0000 mon.a (mon.0) 5736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:40.599 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:40 smithi097 bash[69502]: cluster 2024-03-30T04:46:40.122541+0000 mon.a (mon.0) 5737 : cluster [WRN] Health check update: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:40.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:40 smithi105 bash[58125]: cluster 2024-03-30T04:46:39.137028+0000 mgr.y (mgr.25387) 2751 : cluster [DBG] pgmap v1771: 161 pgs: 8 peering, 21 active+undersized+degraded, 32 active+undersized, 100 active+clean; 585 KiB data, 195 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2024-03-30T04:46:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:40 smithi105 bash[58125]: audit 2024-03-30T04:46:39.498550+0000 mon.a (mon.0) 5735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:40 smithi105 bash[58125]: audit 2024-03-30T04:46:39.506239+0000 mon.a (mon.0) 5736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:40 smithi105 bash[58125]: cluster 2024-03-30T04:46:40.122541+0000 mon.a (mon.0) 5737 : cluster [WRN] Health check update: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded (PG_DEGRADED) 2024-03-30T04:46:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[69502]: audit 2024-03-30T04:46:40.603246+0000 mgr.y (mgr.25387) 2752 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[69502]: audit 2024-03-30T04:46:40.966806+0000 mon.a (mon.0) 5738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[69502]: audit 2024-03-30T04:46:40.975252+0000 mon.a (mon.0) 5739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[69502]: cluster 2024-03-30T04:46:40.986272+0000 mgr.y (mgr.25387) 2753 : cluster [DBG] pgmap v1772: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[69502]: cluster 2024-03-30T04:46:40.986522+0000 mgr.y (mgr.25387) 2754 : cluster [DBG] pgmap v1773: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[69502]: audit 2024-03-30T04:46:40.996416+0000 mon.a (mon.0) 5740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[73934]: audit 2024-03-30T04:46:40.603246+0000 mgr.y (mgr.25387) 2752 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[73934]: audit 2024-03-30T04:46:40.966806+0000 mon.a (mon.0) 5738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[73934]: audit 2024-03-30T04:46:40.975252+0000 mon.a (mon.0) 5739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[73934]: cluster 2024-03-30T04:46:40.986272+0000 mgr.y (mgr.25387) 2753 : cluster [DBG] pgmap v1772: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[73934]: cluster 2024-03-30T04:46:40.986522+0000 mgr.y (mgr.25387) 2754 : cluster [DBG] pgmap v1773: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:41 smithi097 bash[73934]: audit 2024-03-30T04:46:40.996416+0000 mon.a (mon.0) 5740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:41 smithi105 bash[58125]: audit 2024-03-30T04:46:40.603246+0000 mgr.y (mgr.25387) 2752 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:41 smithi105 bash[58125]: audit 2024-03-30T04:46:40.966806+0000 mon.a (mon.0) 5738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:41 smithi105 bash[58125]: audit 2024-03-30T04:46:40.975252+0000 mon.a (mon.0) 5739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:41 smithi105 bash[58125]: cluster 2024-03-30T04:46:40.986272+0000 mgr.y (mgr.25387) 2753 : cluster [DBG] pgmap v1772: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:41 smithi105 bash[58125]: cluster 2024-03-30T04:46:40.986522+0000 mgr.y (mgr.25387) 2754 : cluster [DBG] pgmap v1773: 161 pgs: 8 peering, 153 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:41 smithi105 bash[58125]: audit 2024-03-30T04:46:40.996416+0000 mon.a (mon.0) 5740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:42.749 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:46:42] "GET /metrics HTTP/1.1" 200 38522 "" "Prometheus/2.33.4" 2024-03-30T04:46:43.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:42 smithi097 bash[73934]: cluster 2024-03-30T04:46:41.972740+0000 mon.a (mon.0) 5741 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded) 2024-03-30T04:46:43.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:42 smithi097 bash[69502]: cluster 2024-03-30T04:46:41.972740+0000 mon.a (mon.0) 5741 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded) 2024-03-30T04:46:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:42 smithi105 bash[58125]: cluster 2024-03-30T04:46:41.972740+0000 mon.a (mon.0) 5741 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded) 2024-03-30T04:46:44.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:43 smithi097 bash[69502]: cluster 2024-03-30T04:46:42.987001+0000 mgr.y (mgr.25387) 2755 : cluster [DBG] pgmap v1774: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:44.241 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:43 smithi097 bash[73934]: cluster 2024-03-30T04:46:42.987001+0000 mgr.y (mgr.25387) 2755 : cluster [DBG] pgmap v1774: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:44.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:43 smithi105 bash[58125]: cluster 2024-03-30T04:46:42.987001+0000 mgr.y (mgr.25387) 2755 : cluster [DBG] pgmap v1774: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:45.549 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:46:46.283 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:46:46.283 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 5s ago 19m - - 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 9s ago 19m - - 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (6m) 5s ago 12m 13.4M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 9s ago 12m - - 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (4m) 5s ago 10m 44.9M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (4m) 9s ago 18m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (5m) 5s ago 20m 519M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (4m) 5s ago 20m 105M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (3m) 9s ago 18m 49.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (3m) 5s ago 18m 54.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (6m) 5s ago 12m 9675k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (5m) 9s ago 12m 11.5M - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (2m) 5s ago 17m 50.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (86s) 5s ago 17m 55.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:46:46.284 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (53s) 5s ago 16m 52.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (17s) 5s ago 16m 52.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (15m) 9s ago 15m 64.3M 4096M 17.2.0 e1d6a67b021e 40d9f57c47b2 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (15m) 9s ago 15m 59.7M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (14m) 9s ago 14m 57.7M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (13m) 9s ago 13m 62.5M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (4m) 9s ago 12m 67.8M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (10m) 5s ago 10m 87.7M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (10m) 9s ago 10m 87.5M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (10m) 5s ago 10m 87.7M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:46:46.285 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (10m) 9s ago 10m 87.7M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:46:46.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:46 smithi097 bash[69502]: cluster 2024-03-30T04:46:44.987829+0000 mgr.y (mgr.25387) 2756 : cluster [DBG] pgmap v1775: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:46 smithi097 bash[73934]: cluster 2024-03-30T04:46:44.987829+0000 mgr.y (mgr.25387) 2756 : cluster [DBG] pgmap v1775: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:46.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:46 smithi105 bash[58125]: cluster 2024-03-30T04:46:44.987829+0000 mgr.y (mgr.25387) 2756 : cluster [DBG] pgmap v1775: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:46.699 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:46:46.699 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2024-03-30T04:46:46.700 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 9 2024-03-30T04:46:46.701 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:46:46.701 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:46:47.066 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "9/23 daemons upgraded", 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:46:47.067 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:46:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:47 smithi097 bash[69502]: audit 2024-03-30T04:46:45.540491+0000 mgr.y (mgr.25387) 2757 : audit [DBG] from='client.54343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:47 smithi097 bash[69502]: audit 2024-03-30T04:46:45.889792+0000 mgr.y (mgr.25387) 2758 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:47 smithi097 bash[69502]: audit 2024-03-30T04:46:46.704683+0000 mon.a (mon.0) 5742 : audit [DBG] from='client.? 172.21.15.97:0/1194297512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:47 smithi097 bash[73934]: audit 2024-03-30T04:46:45.540491+0000 mgr.y (mgr.25387) 2757 : audit [DBG] from='client.54343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:47 smithi097 bash[73934]: audit 2024-03-30T04:46:45.889792+0000 mgr.y (mgr.25387) 2758 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:47 smithi097 bash[73934]: audit 2024-03-30T04:46:46.704683+0000 mon.a (mon.0) 5742 : audit [DBG] from='client.? 172.21.15.97:0/1194297512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:47.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:47 smithi105 bash[58125]: audit 2024-03-30T04:46:45.540491+0000 mgr.y (mgr.25387) 2757 : audit [DBG] from='client.54343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:47.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:47 smithi105 bash[58125]: audit 2024-03-30T04:46:45.889792+0000 mgr.y (mgr.25387) 2758 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:47.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:47 smithi105 bash[58125]: audit 2024-03-30T04:46:46.704683+0000 mon.a (mon.0) 5742 : audit [DBG] from='client.? 172.21.15.97:0/1194297512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:46:47.500 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:46:47.500 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:46:47.500 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:46:48.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[73934]: audit 2024-03-30T04:46:46.240283+0000 mgr.y (mgr.25387) 2759 : audit [DBG] from='client.54355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[73934]: cluster 2024-03-30T04:46:46.989332+0000 mgr.y (mgr.25387) 2760 : cluster [DBG] pgmap v1776: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:48.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[73934]: audit 2024-03-30T04:46:47.072100+0000 mgr.y (mgr.25387) 2761 : audit [DBG] from='client.54367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[73934]: audit 2024-03-30T04:46:47.504960+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.97:0/2490560683' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[69502]: audit 2024-03-30T04:46:46.240283+0000 mgr.y (mgr.25387) 2759 : audit [DBG] from='client.54355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[69502]: cluster 2024-03-30T04:46:46.989332+0000 mgr.y (mgr.25387) 2760 : cluster [DBG] pgmap v1776: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[69502]: audit 2024-03-30T04:46:47.072100+0000 mgr.y (mgr.25387) 2761 : audit [DBG] from='client.54367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:48 smithi097 bash[69502]: audit 2024-03-30T04:46:47.504960+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.97:0/2490560683' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:48.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:48 smithi105 bash[58125]: audit 2024-03-30T04:46:46.240283+0000 mgr.y (mgr.25387) 2759 : audit [DBG] from='client.54355 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:48 smithi105 bash[58125]: cluster 2024-03-30T04:46:46.989332+0000 mgr.y (mgr.25387) 2760 : cluster [DBG] pgmap v1776: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:48.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:48 smithi105 bash[58125]: audit 2024-03-30T04:46:47.072100+0000 mgr.y (mgr.25387) 2761 : audit [DBG] from='client.54367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:46:48.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:48 smithi105 bash[58125]: audit 2024-03-30T04:46:47.504960+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.97:0/2490560683' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:46:50.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:50 smithi097 bash[73934]: cluster 2024-03-30T04:46:48.990215+0000 mgr.y (mgr.25387) 2762 : cluster [DBG] pgmap v1777: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:50.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:50 smithi097 bash[73934]: audit 2024-03-30T04:46:49.671982+0000 mon.a (mon.0) 5743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:50.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:50 smithi097 bash[69502]: cluster 2024-03-30T04:46:48.990215+0000 mgr.y (mgr.25387) 2762 : cluster [DBG] pgmap v1777: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:50.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:50 smithi097 bash[69502]: audit 2024-03-30T04:46:49.671982+0000 mon.a (mon.0) 5743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:50.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:50 smithi105 bash[58125]: cluster 2024-03-30T04:46:48.990215+0000 mgr.y (mgr.25387) 2762 : cluster [DBG] pgmap v1777: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:46:50.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:50 smithi105 bash[58125]: audit 2024-03-30T04:46:49.671982+0000 mon.a (mon.0) 5743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:52.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[73934]: audit 2024-03-30T04:46:50.613261+0000 mgr.y (mgr.25387) 2763 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:52.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[73934]: cluster 2024-03-30T04:46:50.991835+0000 mgr.y (mgr.25387) 2764 : cluster [DBG] pgmap v1778: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:52.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[73934]: audit 2024-03-30T04:46:51.796456+0000 mon.a (mon.0) 5744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:52.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[69502]: audit 2024-03-30T04:46:50.613261+0000 mgr.y (mgr.25387) 2763 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:52.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[69502]: cluster 2024-03-30T04:46:50.991835+0000 mgr.y (mgr.25387) 2764 : cluster [DBG] pgmap v1778: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:52.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[69502]: audit 2024-03-30T04:46:51.796456+0000 mon.a (mon.0) 5744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:52.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:52 smithi105 bash[58125]: audit 2024-03-30T04:46:50.613261+0000 mgr.y (mgr.25387) 2763 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:46:52.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:52 smithi105 bash[58125]: cluster 2024-03-30T04:46:50.991835+0000 mgr.y (mgr.25387) 2764 : cluster [DBG] pgmap v1778: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:46:52.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:52 smithi105 bash[58125]: audit 2024-03-30T04:46:51.796456+0000 mon.a (mon.0) 5744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:52.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:46:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:46:52] "GET /metrics HTTP/1.1" 200 38522 "" "Prometheus/2.33.4" 2024-03-30T04:46:53.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:53 smithi105 bash[58125]: audit 2024-03-30T04:46:51.796893+0000 mgr.y (mgr.25387) 2765 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:53.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:53 smithi105 bash[58125]: cephadm 2024-03-30T04:46:51.799689+0000 mgr.y (mgr.25387) 2766 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:53.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:53 smithi097 bash[69502]: audit 2024-03-30T04:46:51.796893+0000 mgr.y (mgr.25387) 2765 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:53.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:53 smithi097 bash[69502]: cephadm 2024-03-30T04:46:51.799689+0000 mgr.y (mgr.25387) 2766 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:53 smithi097 bash[73934]: audit 2024-03-30T04:46:51.796893+0000 mgr.y (mgr.25387) 2765 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-30T04:46:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:53 smithi097 bash[73934]: cephadm 2024-03-30T04:46:51.799689+0000 mgr.y (mgr.25387) 2766 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-03-30T04:46:54.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:54 smithi097 bash[73934]: cluster 2024-03-30T04:46:52.992813+0000 mgr.y (mgr.25387) 2767 : cluster [DBG] pgmap v1779: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:54.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:54 smithi097 bash[69502]: cluster 2024-03-30T04:46:52.992813+0000 mgr.y (mgr.25387) 2767 : cluster [DBG] pgmap v1779: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:54.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:54 smithi105 bash[58125]: cluster 2024-03-30T04:46:52.992813+0000 mgr.y (mgr.25387) 2767 : cluster [DBG] pgmap v1779: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:55.334 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: cephadm 2024-03-30T04:46:54.072145+0000 mgr.y (mgr.25387) 2768 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:55.334 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: audit 2024-03-30T04:46:54.079455+0000 mon.a (mon.0) 5745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:55.334 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: audit 2024-03-30T04:46:54.090418+0000 mon.a (mon.0) 5746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:55.334 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: audit 2024-03-30T04:46:54.092250+0000 mon.a (mon.0) 5747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.335 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: cephadm 2024-03-30T04:46:54.097905+0000 mgr.y (mgr.25387) 2769 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-03-30T04:46:55.335 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: audit 2024-03-30T04:46:54.499961+0000 mon.a (mon.0) 5748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:55.335 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:55 smithi105 bash[58125]: audit 2024-03-30T04:46:54.502306+0000 mon.a (mon.0) 5749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: cephadm 2024-03-30T04:46:54.072145+0000 mgr.y (mgr.25387) 2768 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: audit 2024-03-30T04:46:54.079455+0000 mon.a (mon.0) 5745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: audit 2024-03-30T04:46:54.090418+0000 mon.a (mon.0) 5746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: audit 2024-03-30T04:46:54.092250+0000 mon.a (mon.0) 5747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: cephadm 2024-03-30T04:46:54.097905+0000 mgr.y (mgr.25387) 2769 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-03-30T04:46:55.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: audit 2024-03-30T04:46:54.499961+0000 mon.a (mon.0) 5748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[69502]: audit 2024-03-30T04:46:54.502306+0000 mon.a (mon.0) 5749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: cephadm 2024-03-30T04:46:54.072145+0000 mgr.y (mgr.25387) 2768 : cephadm [INF] Upgrade: Updating osd.4 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: audit 2024-03-30T04:46:54.079455+0000 mon.a (mon.0) 5745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: audit 2024-03-30T04:46:54.090418+0000 mon.a (mon.0) 5746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: audit 2024-03-30T04:46:54.092250+0000 mon.a (mon.0) 5747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: cephadm 2024-03-30T04:46:54.097905+0000 mgr.y (mgr.25387) 2769 : cephadm [INF] Deploying daemon osd.4 on smithi105 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: audit 2024-03-30T04:46:54.499961+0000 mon.a (mon.0) 5748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:55 smithi097 bash[73934]: audit 2024-03-30T04:46:54.502306+0000 mon.a (mon.0) 5749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:46:56.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:56 smithi097 bash[73934]: cluster 2024-03-30T04:46:54.993599+0000 mgr.y (mgr.25387) 2770 : cluster [DBG] pgmap v1780: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:56.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:56 smithi097 bash[69502]: cluster 2024-03-30T04:46:54.993599+0000 mgr.y (mgr.25387) 2770 : cluster [DBG] pgmap v1780: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:56.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:56 smithi105 bash[58125]: cluster 2024-03-30T04:46:54.993599+0000 mgr.y (mgr.25387) 2770 : cluster [DBG] pgmap v1780: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:46:58.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[69502]: cluster 2024-03-30T04:46:56.995145+0000 mgr.y (mgr.25387) 2771 : cluster [DBG] pgmap v1781: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:58.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[69502]: audit 2024-03-30T04:46:57.329898+0000 mon.a (mon.0) 5750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[69502]: audit 2024-03-30T04:46:57.341988+0000 mon.a (mon.0) 5751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[69502]: audit 2024-03-30T04:46:57.356156+0000 mon.a (mon.0) 5752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[73934]: cluster 2024-03-30T04:46:56.995145+0000 mgr.y (mgr.25387) 2771 : cluster [DBG] pgmap v1781: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[73934]: audit 2024-03-30T04:46:57.329898+0000 mon.a (mon.0) 5750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[73934]: audit 2024-03-30T04:46:57.341988+0000 mon.a (mon.0) 5751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:58 smithi097 bash[73934]: audit 2024-03-30T04:46:57.356156+0000 mon.a (mon.0) 5752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:58 smithi105 bash[58125]: cluster 2024-03-30T04:46:56.995145+0000 mgr.y (mgr.25387) 2771 : cluster [DBG] pgmap v1781: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:58.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:58 smithi105 bash[58125]: audit 2024-03-30T04:46:57.329898+0000 mon.a (mon.0) 5750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:58 smithi105 bash[58125]: audit 2024-03-30T04:46:57.341988+0000 mon.a (mon.0) 5751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:58.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:58 smithi105 bash[58125]: audit 2024-03-30T04:46:57.356156+0000 mon.a (mon.0) 5752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:46:59.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:59 smithi097 bash[73934]: cluster 2024-03-30T04:46:57.344594+0000 mgr.y (mgr.25387) 2772 : cluster [DBG] pgmap v1782: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:46:59.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:46:59 smithi097 bash[73934]: cluster 2024-03-30T04:46:57.345166+0000 mgr.y (mgr.25387) 2773 : cluster [DBG] pgmap v1783: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:59.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:59 smithi097 bash[69502]: cluster 2024-03-30T04:46:57.344594+0000 mgr.y (mgr.25387) 2772 : cluster [DBG] pgmap v1782: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:46:59.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:46:59 smithi097 bash[69502]: cluster 2024-03-30T04:46:57.345166+0000 mgr.y (mgr.25387) 2773 : cluster [DBG] pgmap v1783: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:59.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:59 smithi105 bash[58125]: cluster 2024-03-30T04:46:57.344594+0000 mgr.y (mgr.25387) 2772 : cluster [DBG] pgmap v1782: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:46:59.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:59 smithi105 bash[58125]: cluster 2024-03-30T04:46:57.345166+0000 mgr.y (mgr.25387) 2773 : cluster [DBG] pgmap v1783: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:46:59.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.662 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.663 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.663 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.663 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.664 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.664 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.664 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.664 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:46:59.958 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:46:59 smithi105 systemd[1]: Stopping Ceph osd.4 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:46:59.959 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:46:59 smithi105 bash[24033]: debug 2024-03-30T04:46:59.789+0000 7f3b7da4c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:46:59.959 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:46:59 smithi105 bash[24033]: debug 2024-03-30T04:46:59.789+0000 7f3b7da4c700 -1 osd.4 126 *** Got signal Terminated *** 2024-03-30T04:46:59.959 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:46:59 smithi105 bash[24033]: debug 2024-03-30T04:46:59.789+0000 7f3b7da4c700 -1 osd.4 126 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:47:00.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:00 smithi097 bash[73934]: cluster 2024-03-30T04:46:59.791796+0000 mon.a (mon.0) 5753 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:47:00.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:00 smithi097 bash[69502]: cluster 2024-03-30T04:46:59.791796+0000 mon.a (mon.0) 5753 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:47:00.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:00 smithi105 bash[58125]: cluster 2024-03-30T04:46:59.791796+0000 mon.a (mon.0) 5753 : cluster [INF] osd.4 marked itself down and dead 2024-03-30T04:47:01.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:01 smithi097 bash[69502]: cluster 2024-03-30T04:46:59.346209+0000 mgr.y (mgr.25387) 2774 : cluster [DBG] pgmap v1784: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2024-03-30T04:47:01.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:01 smithi097 bash[69502]: cluster 2024-03-30T04:47:00.096767+0000 mon.a (mon.0) 5754 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:01.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:01 smithi097 bash[69502]: cluster 2024-03-30T04:47:00.112758+0000 mon.a (mon.0) 5755 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-30T04:47:01.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:01 smithi097 bash[73934]: cluster 2024-03-30T04:46:59.346209+0000 mgr.y (mgr.25387) 2774 : cluster [DBG] pgmap v1784: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2024-03-30T04:47:01.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:01 smithi097 bash[73934]: cluster 2024-03-30T04:47:00.096767+0000 mon.a (mon.0) 5754 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:01.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:01 smithi097 bash[73934]: cluster 2024-03-30T04:47:00.112758+0000 mon.a (mon.0) 5755 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-30T04:47:01.458 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:01 smithi105 bash[63211]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:47:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:01 smithi105 bash[58125]: cluster 2024-03-30T04:46:59.346209+0000 mgr.y (mgr.25387) 2774 : cluster [DBG] pgmap v1784: 161 pgs: 161 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 612 B/s rd, 0 op/s 2024-03-30T04:47:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:01 smithi105 bash[58125]: cluster 2024-03-30T04:47:00.096767+0000 mon.a (mon.0) 5754 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:01 smithi105 bash[58125]: cluster 2024-03-30T04:47:00.112758+0000 mon.a (mon.0) 5755 : cluster [DBG] osdmap e127: 8 total, 7 up, 8 in 2024-03-30T04:47:01.958 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:01 smithi105 bash[63277]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:47:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[69502]: audit 2024-03-30T04:47:00.620918+0000 mgr.y (mgr.25387) 2775 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[69502]: cluster 2024-03-30T04:47:01.112167+0000 mon.a (mon.0) 5756 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-30T04:47:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[69502]: audit 2024-03-30T04:47:01.197772+0000 mon.a (mon.0) 5757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[69502]: audit 2024-03-30T04:47:01.206787+0000 mon.a (mon.0) 5758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[69502]: audit 2024-03-30T04:47:01.215729+0000 mon.a (mon.0) 5759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[73934]: audit 2024-03-30T04:47:00.620918+0000 mgr.y (mgr.25387) 2775 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[73934]: cluster 2024-03-30T04:47:01.112167+0000 mon.a (mon.0) 5756 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-30T04:47:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[73934]: audit 2024-03-30T04:47:01.197772+0000 mon.a (mon.0) 5757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[73934]: audit 2024-03-30T04:47:01.206787+0000 mon.a (mon.0) 5758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[73934]: audit 2024-03-30T04:47:01.215729+0000 mon.a (mon.0) 5759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:02 smithi105 bash[58125]: audit 2024-03-30T04:47:00.620918+0000 mgr.y (mgr.25387) 2775 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:02.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:02 smithi105 bash[58125]: cluster 2024-03-30T04:47:01.112167+0000 mon.a (mon.0) 5756 : cluster [DBG] osdmap e128: 8 total, 7 up, 8 in 2024-03-30T04:47:02.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:02 smithi105 bash[58125]: audit 2024-03-30T04:47:01.197772+0000 mon.a (mon.0) 5757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:02 smithi105 bash[58125]: audit 2024-03-30T04:47:01.206787+0000 mon.a (mon.0) 5758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:02 smithi105 bash[58125]: audit 2024-03-30T04:47:01.215729+0000 mon.a (mon.0) 5759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:02.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:47:02] "GET /metrics HTTP/1.1" 200 38515 "" "Prometheus/2.33.4" 2024-03-30T04:47:03.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:03 smithi105 bash[58125]: cluster 2024-03-30T04:47:01.207960+0000 mgr.y (mgr.25387) 2776 : cluster [DBG] pgmap v1787: 161 pgs: 44 peering, 117 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:03 smithi105 bash[58125]: cluster 2024-03-30T04:47:01.208184+0000 mgr.y (mgr.25387) 2777 : cluster [DBG] pgmap v1788: 161 pgs: 44 peering, 117 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:03 smithi105 bash[58125]: cluster 2024-03-30T04:47:02.204874+0000 mon.a (mon.0) 5760 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:47:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:03 smithi097 bash[69502]: cluster 2024-03-30T04:47:01.207960+0000 mgr.y (mgr.25387) 2776 : cluster [DBG] pgmap v1787: 161 pgs: 44 peering, 117 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:03 smithi097 bash[69502]: cluster 2024-03-30T04:47:01.208184+0000 mgr.y (mgr.25387) 2777 : cluster [DBG] pgmap v1788: 161 pgs: 44 peering, 117 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:03.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:03 smithi097 bash[69502]: cluster 2024-03-30T04:47:02.204874+0000 mon.a (mon.0) 5760 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:47:03.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:03 smithi097 bash[73934]: cluster 2024-03-30T04:47:01.207960+0000 mgr.y (mgr.25387) 2776 : cluster [DBG] pgmap v1787: 161 pgs: 44 peering, 117 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:03 smithi097 bash[73934]: cluster 2024-03-30T04:47:01.208184+0000 mgr.y (mgr.25387) 2777 : cluster [DBG] pgmap v1788: 161 pgs: 44 peering, 117 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:03 smithi097 bash[73934]: cluster 2024-03-30T04:47:02.204874+0000 mon.a (mon.0) 5760 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-03-30T04:47:03.849 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.850 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.850 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.850 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.851 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.851 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.851 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.4.service: Deactivated successfully. 2024-03-30T04:47:03.851 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: Stopped Ceph osd.4 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:03.851 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.852 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: Started Ceph osd.4 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:03.852 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:03.852 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:47:03 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cluster 2024-03-30T04:47:03.209210+0000 mgr.y (mgr.25387) 2778 : cluster [DBG] pgmap v1789: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:03.904329+0000 mon.a (mon.0) 5761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:03.915312+0000 mon.a (mon.0) 5762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:03.948384+0000 mon.a (mon.0) 5763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:03.953219+0000 mon.a (mon.0) 5764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:03.954777+0000 mon.a (mon.0) 5765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cluster 2024-03-30T04:47:03.958440+0000 mgr.y (mgr.25387) 2779 : cluster [DBG] pgmap v1790: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cluster 2024-03-30T04:47:03.959456+0000 mgr.y (mgr.25387) 2780 : cluster [DBG] pgmap v1791: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:03.969045+0000 mon.a (mon.0) 5766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cephadm 2024-03-30T04:47:03.970346+0000 mgr.y (mgr.25387) 2781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.061383+0000 mon.a (mon.0) 5767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.066479+0000 mon.a (mon.0) 5768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.069534+0000 mon.a (mon.0) 5769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.074868+0000 mon.a (mon.0) 5770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.076747+0000 mon.a (mon.0) 5771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.080120+0000 mgr.y (mgr.25387) 2782 : cluster [DBG] pgmap v1792: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.081179+0000 mgr.y (mgr.25387) 2783 : cluster [DBG] pgmap v1793: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.090469+0000 mon.a (mon.0) 5772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.091267+0000 mgr.y (mgr.25387) 2784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.112747+0000 mon.a (mon.0) 5773 : cluster [WRN] Health check failed: Degraded data redundancy: 37/726 objects degraded (5.096%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.170685+0000 mon.a (mon.0) 5774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.174907+0000 mon.a (mon.0) 5775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.176620+0000 mon.a (mon.0) 5776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.180756+0000 mon.a (mon.0) 5777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.181911+0000 mon.a (mon.0) 5778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.193672+0000 mon.a (mon.0) 5779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.280788+0000 mon.a (mon.0) 5780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.284754+0000 mon.a (mon.0) 5781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.286535+0000 mon.a (mon.0) 5782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.290907+0000 mon.a (mon.0) 5783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.292331+0000 mon.a (mon.0) 5784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.303845+0000 mon.a (mon.0) 5785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.394748+0000 mon.a (mon.0) 5786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.399146+0000 mon.a (mon.0) 5787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.400999+0000 mon.a (mon.0) 5788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.405066+0000 mon.a (mon.0) 5789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.406326+0000 mon.a (mon.0) 5790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.418075+0000 mon.a (mon.0) 5791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.497570+0000 mon.a (mon.0) 5792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.501513+0000 mon.a (mon.0) 5793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.503304+0000 mon.a (mon.0) 5794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.507188+0000 mon.a (mon.0) 5795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.508518+0000 mon.a (mon.0) 5796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.519068+0000 mon.a (mon.0) 5797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.600033+0000 mon.a (mon.0) 5798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.603194+0000 mon.a (mon.0) 5799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.604546+0000 mon.a (mon.0) 5800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.607489+0000 mon.a (mon.0) 5801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.608396+0000 mon.a (mon.0) 5802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.616986+0000 mon.a (mon.0) 5803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.690942+0000 mon.a (mon.0) 5804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.694025+0000 mon.a (mon.0) 5805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.695690+0000 mon.a (mon.0) 5806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.699356+0000 mon.a (mon.0) 5807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.700617+0000 mon.a (mon.0) 5808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.710097+0000 mon.a (mon.0) 5809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.784898+0000 mon.a (mon.0) 5810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.788810+0000 mon.a (mon.0) 5811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.790260+0000 mon.a (mon.0) 5812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.792702+0000 mon.a (mon.0) 5813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.793649+0000 mon.a (mon.0) 5814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.805431+0000 mon.a (mon.0) 5815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.894390+0000 mon.a (mon.0) 5816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:04 smithi105 bash[58125]: audit 2024-03-30T04:47:04.898885+0000 mon.a (mon.0) 5817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cluster 2024-03-30T04:47:03.209210+0000 mgr.y (mgr.25387) 2778 : cluster [DBG] pgmap v1789: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:03.904329+0000 mon.a (mon.0) 5761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:03.915312+0000 mon.a (mon.0) 5762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:03.948384+0000 mon.a (mon.0) 5763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:03.953219+0000 mon.a (mon.0) 5764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:03.954777+0000 mon.a (mon.0) 5765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cluster 2024-03-30T04:47:03.958440+0000 mgr.y (mgr.25387) 2779 : cluster [DBG] pgmap v1790: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cluster 2024-03-30T04:47:03.959456+0000 mgr.y (mgr.25387) 2780 : cluster [DBG] pgmap v1791: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:03.969045+0000 mon.a (mon.0) 5766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cephadm 2024-03-30T04:47:03.970346+0000 mgr.y (mgr.25387) 2781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.061383+0000 mon.a (mon.0) 5767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.066479+0000 mon.a (mon.0) 5768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.069534+0000 mon.a (mon.0) 5769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.074868+0000 mon.a (mon.0) 5770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.076747+0000 mon.a (mon.0) 5771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.080120+0000 mgr.y (mgr.25387) 2782 : cluster [DBG] pgmap v1792: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.081179+0000 mgr.y (mgr.25387) 2783 : cluster [DBG] pgmap v1793: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.090469+0000 mon.a (mon.0) 5772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.091267+0000 mgr.y (mgr.25387) 2784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.112747+0000 mon.a (mon.0) 5773 : cluster [WRN] Health check failed: Degraded data redundancy: 37/726 objects degraded (5.096%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.170685+0000 mon.a (mon.0) 5774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.174907+0000 mon.a (mon.0) 5775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.176620+0000 mon.a (mon.0) 5776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.180756+0000 mon.a (mon.0) 5777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.181911+0000 mon.a (mon.0) 5778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.193672+0000 mon.a (mon.0) 5779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.280788+0000 mon.a (mon.0) 5780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.284754+0000 mon.a (mon.0) 5781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.286535+0000 mon.a (mon.0) 5782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.290907+0000 mon.a (mon.0) 5783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.292331+0000 mon.a (mon.0) 5784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.303845+0000 mon.a (mon.0) 5785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.394748+0000 mon.a (mon.0) 5786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.399146+0000 mon.a (mon.0) 5787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.400999+0000 mon.a (mon.0) 5788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.405066+0000 mon.a (mon.0) 5789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cluster 2024-03-30T04:47:03.209210+0000 mgr.y (mgr.25387) 2778 : cluster [DBG] pgmap v1789: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:03.904329+0000 mon.a (mon.0) 5761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:03.915312+0000 mon.a (mon.0) 5762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:03.948384+0000 mon.a (mon.0) 5763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:03.953219+0000 mon.a (mon.0) 5764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:03.954777+0000 mon.a (mon.0) 5765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cluster 2024-03-30T04:47:03.958440+0000 mgr.y (mgr.25387) 2779 : cluster [DBG] pgmap v1790: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cluster 2024-03-30T04:47:03.959456+0000 mgr.y (mgr.25387) 2780 : cluster [DBG] pgmap v1791: 161 pgs: 7 active+undersized+degraded, 44 peering, 2 active+undersized, 108 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:03.969045+0000 mon.a (mon.0) 5766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cephadm 2024-03-30T04:47:03.970346+0000 mgr.y (mgr.25387) 2781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.061383+0000 mon.a (mon.0) 5767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.066479+0000 mon.a (mon.0) 5768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.069534+0000 mon.a (mon.0) 5769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.074868+0000 mon.a (mon.0) 5770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.076747+0000 mon.a (mon.0) 5771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.080120+0000 mgr.y (mgr.25387) 2782 : cluster [DBG] pgmap v1792: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:05.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.081179+0000 mgr.y (mgr.25387) 2783 : cluster [DBG] pgmap v1793: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.406326+0000 mon.a (mon.0) 5790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.418075+0000 mon.a (mon.0) 5791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.497570+0000 mon.a (mon.0) 5792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.501513+0000 mon.a (mon.0) 5793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.503304+0000 mon.a (mon.0) 5794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.507188+0000 mon.a (mon.0) 5795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.508518+0000 mon.a (mon.0) 5796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.519068+0000 mon.a (mon.0) 5797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.600033+0000 mon.a (mon.0) 5798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.603194+0000 mon.a (mon.0) 5799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.604546+0000 mon.a (mon.0) 5800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.607489+0000 mon.a (mon.0) 5801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.608396+0000 mon.a (mon.0) 5802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.616986+0000 mon.a (mon.0) 5803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.690942+0000 mon.a (mon.0) 5804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.694025+0000 mon.a (mon.0) 5805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.695690+0000 mon.a (mon.0) 5806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.699356+0000 mon.a (mon.0) 5807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.700617+0000 mon.a (mon.0) 5808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.710097+0000 mon.a (mon.0) 5809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.784898+0000 mon.a (mon.0) 5810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.788810+0000 mon.a (mon.0) 5811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.790260+0000 mon.a (mon.0) 5812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.792702+0000 mon.a (mon.0) 5813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.793649+0000 mon.a (mon.0) 5814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.805431+0000 mon.a (mon.0) 5815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.894390+0000 mon.a (mon.0) 5816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[69502]: audit 2024-03-30T04:47:04.898885+0000 mon.a (mon.0) 5817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.090469+0000 mon.a (mon.0) 5772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.091267+0000 mgr.y (mgr.25387) 2784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.112747+0000 mon.a (mon.0) 5773 : cluster [WRN] Health check failed: Degraded data redundancy: 37/726 objects degraded (5.096%), 9 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.170685+0000 mon.a (mon.0) 5774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.174907+0000 mon.a (mon.0) 5775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.176620+0000 mon.a (mon.0) 5776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.180756+0000 mon.a (mon.0) 5777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.181911+0000 mon.a (mon.0) 5778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.193672+0000 mon.a (mon.0) 5779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.280788+0000 mon.a (mon.0) 5780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.284754+0000 mon.a (mon.0) 5781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.286535+0000 mon.a (mon.0) 5782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.290907+0000 mon.a (mon.0) 5783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.292331+0000 mon.a (mon.0) 5784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.303845+0000 mon.a (mon.0) 5785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.394748+0000 mon.a (mon.0) 5786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.399146+0000 mon.a (mon.0) 5787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.400999+0000 mon.a (mon.0) 5788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.405066+0000 mon.a (mon.0) 5789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.406326+0000 mon.a (mon.0) 5790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.418075+0000 mon.a (mon.0) 5791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.497570+0000 mon.a (mon.0) 5792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.501513+0000 mon.a (mon.0) 5793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.503304+0000 mon.a (mon.0) 5794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.507188+0000 mon.a (mon.0) 5795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.508518+0000 mon.a (mon.0) 5796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.519068+0000 mon.a (mon.0) 5797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.600033+0000 mon.a (mon.0) 5798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.603194+0000 mon.a (mon.0) 5799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.604546+0000 mon.a (mon.0) 5800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.607489+0000 mon.a (mon.0) 5801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.608396+0000 mon.a (mon.0) 5802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.616986+0000 mon.a (mon.0) 5803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.690942+0000 mon.a (mon.0) 5804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.694025+0000 mon.a (mon.0) 5805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.695690+0000 mon.a (mon.0) 5806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.699356+0000 mon.a (mon.0) 5807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.700617+0000 mon.a (mon.0) 5808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.710097+0000 mon.a (mon.0) 5809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.784898+0000 mon.a (mon.0) 5810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.788810+0000 mon.a (mon.0) 5811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.790260+0000 mon.a (mon.0) 5812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.792702+0000 mon.a (mon.0) 5813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.793649+0000 mon.a (mon.0) 5814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.805431+0000 mon.a (mon.0) 5815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.894390+0000 mon.a (mon.0) 5816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:04 smithi097 bash[73934]: audit 2024-03-30T04:47:04.898885+0000 mon.a (mon.0) 5817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.208 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-30T04:47:06.209 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-03-30T04:47:06.209 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-30T04:47:06.209 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-30T04:47:06.209 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-30T04:47:06.209 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-30T04:47:06.209 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[63429]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-30T04:47:06.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.184419+0000 mgr.y (mgr.25387) 2785 : cluster [DBG] pgmap v1794: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.185221+0000 mgr.y (mgr.25387) 2786 : cluster [DBG] pgmap v1795: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.194551+0000 mgr.y (mgr.25387) 2787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.295143+0000 mgr.y (mgr.25387) 2788 : cluster [DBG] pgmap v1796: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.296113+0000 mgr.y (mgr.25387) 2789 : cluster [DBG] pgmap v1797: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.304737+0000 mgr.y (mgr.25387) 2790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.409219+0000 mgr.y (mgr.25387) 2791 : cluster [DBG] pgmap v1798: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.410105+0000 mgr.y (mgr.25387) 2792 : cluster [DBG] pgmap v1799: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.418750+0000 mgr.y (mgr.25387) 2793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.511581+0000 mgr.y (mgr.25387) 2794 : cluster [DBG] pgmap v1800: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.520026+0000 mgr.y (mgr.25387) 2795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.610414+0000 mgr.y (mgr.25387) 2796 : cluster [DBG] pgmap v1801: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.611059+0000 mgr.y (mgr.25387) 2797 : cluster [DBG] pgmap v1802: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.617590+0000 mgr.y (mgr.25387) 2798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.702966+0000 mgr.y (mgr.25387) 2799 : cluster [DBG] pgmap v1803: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.703687+0000 mgr.y (mgr.25387) 2800 : cluster [DBG] pgmap v1804: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.710670+0000 mgr.y (mgr.25387) 2801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.795741+0000 mgr.y (mgr.25387) 2802 : cluster [DBG] pgmap v1805: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.796785+0000 mgr.y (mgr.25387) 2803 : cluster [DBG] pgmap v1806: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.806060+0000 mgr.y (mgr.25387) 2804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:04.901019+0000 mon.a (mon.0) 5818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:04.915339+0000 mon.a (mon.0) 5819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:04.917185+0000 mon.a (mon.0) 5820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.920493+0000 mgr.y (mgr.25387) 2805 : cluster [DBG] pgmap v1807: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:04.920846+0000 mgr.y (mgr.25387) 2806 : cluster [DBG] pgmap v1808: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:04.930430+0000 mon.a (mon.0) 5821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:04.931183+0000 mgr.y (mgr.25387) 2807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.007902+0000 mon.a (mon.0) 5822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.011042+0000 mon.a (mon.0) 5823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.012550+0000 mon.a (mon.0) 5824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.015982+0000 mon.a (mon.0) 5825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.017127+0000 mon.a (mon.0) 5826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.018948+0000 mgr.y (mgr.25387) 2808 : cluster [DBG] pgmap v1809: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.019274+0000 mgr.y (mgr.25387) 2809 : cluster [DBG] pgmap v1810: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.028737+0000 mon.a (mon.0) 5827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.029337+0000 mgr.y (mgr.25387) 2810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.087245+0000 mon.a (mon.0) 5828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.090113+0000 mon.a (mon.0) 5829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.091217+0000 mon.a (mon.0) 5830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.094413+0000 mon.a (mon.0) 5831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.095312+0000 mon.a (mon.0) 5832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.096967+0000 mgr.y (mgr.25387) 2811 : cluster [DBG] pgmap v1811: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.097289+0000 mgr.y (mgr.25387) 2812 : cluster [DBG] pgmap v1812: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.107023+0000 mon.a (mon.0) 5833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.107528+0000 mgr.y (mgr.25387) 2813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.197029+0000 mon.a (mon.0) 5834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.201718+0000 mon.a (mon.0) 5835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.203710+0000 mon.a (mon.0) 5836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.207783+0000 mon.a (mon.0) 5837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.209309+0000 mon.a (mon.0) 5838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.221560+0000 mon.a (mon.0) 5839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.299064+0000 mon.a (mon.0) 5840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.301477+0000 mon.a (mon.0) 5841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.302528+0000 mon.a (mon.0) 5842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.305759+0000 mon.a (mon.0) 5843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.306574+0000 mon.a (mon.0) 5844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.316082+0000 mon.a (mon.0) 5845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.406369+0000 mon.a (mon.0) 5846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.411543+0000 mon.a (mon.0) 5847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.413859+0000 mon.a (mon.0) 5848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.418338+0000 mon.a (mon.0) 5849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.419628+0000 mon.a (mon.0) 5850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.433187+0000 mon.a (mon.0) 5851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.492737+0000 mon.a (mon.0) 5852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.494947+0000 mon.a (mon.0) 5853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.496032+0000 mon.a (mon.0) 5854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.498914+0000 mon.a (mon.0) 5855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.499737+0000 mon.a (mon.0) 5856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.512733+0000 mon.a (mon.0) 5857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.556015+0000 mon.a (mon.0) 5858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.558155+0000 mon.a (mon.0) 5859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.559096+0000 mon.a (mon.0) 5860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.561363+0000 mon.a (mon.0) 5861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.562105+0000 mon.a (mon.0) 5862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.573066+0000 mon.a (mon.0) 5863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.616133+0000 mon.a (mon.0) 5864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.618259+0000 mon.a (mon.0) 5865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.619157+0000 mon.a (mon.0) 5866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.621293+0000 mon.a (mon.0) 5867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.621968+0000 mon.a (mon.0) 5868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.630603+0000 mon.a (mon.0) 5869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.672943+0000 mon.a (mon.0) 5870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.675228+0000 mon.a (mon.0) 5871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.676261+0000 mon.a (mon.0) 5872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.678471+0000 mon.a (mon.0) 5873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.679179+0000 mon.a (mon.0) 5874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.687794+0000 mon.a (mon.0) 5875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.761651+0000 mon.a (mon.0) 5876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.764286+0000 mon.a (mon.0) 5877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.765296+0000 mon.a (mon.0) 5878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.767937+0000 mon.a (mon.0) 5879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.768637+0000 mon.a (mon.0) 5880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.778394+0000 mon.a (mon.0) 5881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.856945+0000 mon.a (mon.0) 5882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.859610+0000 mon.a (mon.0) 5883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.860856+0000 mon.a (mon.0) 5884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.864457+0000 mon.a (mon.0) 5885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.865616+0000 mon.a (mon.0) 5886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:05 smithi105 bash[58125]: audit 2024-03-30T04:47:05.875057+0000 mon.a (mon.0) 5887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.184419+0000 mgr.y (mgr.25387) 2785 : cluster [DBG] pgmap v1794: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.185221+0000 mgr.y (mgr.25387) 2786 : cluster [DBG] pgmap v1795: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.194551+0000 mgr.y (mgr.25387) 2787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.295143+0000 mgr.y (mgr.25387) 2788 : cluster [DBG] pgmap v1796: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.296113+0000 mgr.y (mgr.25387) 2789 : cluster [DBG] pgmap v1797: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.304737+0000 mgr.y (mgr.25387) 2790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.409219+0000 mgr.y (mgr.25387) 2791 : cluster [DBG] pgmap v1798: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.410105+0000 mgr.y (mgr.25387) 2792 : cluster [DBG] pgmap v1799: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.418750+0000 mgr.y (mgr.25387) 2793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.511581+0000 mgr.y (mgr.25387) 2794 : cluster [DBG] pgmap v1800: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.520026+0000 mgr.y (mgr.25387) 2795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.610414+0000 mgr.y (mgr.25387) 2796 : cluster [DBG] pgmap v1801: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.611059+0000 mgr.y (mgr.25387) 2797 : cluster [DBG] pgmap v1802: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.617590+0000 mgr.y (mgr.25387) 2798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.702966+0000 mgr.y (mgr.25387) 2799 : cluster [DBG] pgmap v1803: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.703687+0000 mgr.y (mgr.25387) 2800 : cluster [DBG] pgmap v1804: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.710670+0000 mgr.y (mgr.25387) 2801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.795741+0000 mgr.y (mgr.25387) 2802 : cluster [DBG] pgmap v1805: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.796785+0000 mgr.y (mgr.25387) 2803 : cluster [DBG] pgmap v1806: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.806060+0000 mgr.y (mgr.25387) 2804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:04.901019+0000 mon.a (mon.0) 5818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:04.915339+0000 mon.a (mon.0) 5819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:04.917185+0000 mon.a (mon.0) 5820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.920493+0000 mgr.y (mgr.25387) 2805 : cluster [DBG] pgmap v1807: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:04.920846+0000 mgr.y (mgr.25387) 2806 : cluster [DBG] pgmap v1808: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:04.930430+0000 mon.a (mon.0) 5821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:04.931183+0000 mgr.y (mgr.25387) 2807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.007902+0000 mon.a (mon.0) 5822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.011042+0000 mon.a (mon.0) 5823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.012550+0000 mon.a (mon.0) 5824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.015982+0000 mon.a (mon.0) 5825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.017127+0000 mon.a (mon.0) 5826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.184419+0000 mgr.y (mgr.25387) 2785 : cluster [DBG] pgmap v1794: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.185221+0000 mgr.y (mgr.25387) 2786 : cluster [DBG] pgmap v1795: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.194551+0000 mgr.y (mgr.25387) 2787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.295143+0000 mgr.y (mgr.25387) 2788 : cluster [DBG] pgmap v1796: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.296113+0000 mgr.y (mgr.25387) 2789 : cluster [DBG] pgmap v1797: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.304737+0000 mgr.y (mgr.25387) 2790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.409219+0000 mgr.y (mgr.25387) 2791 : cluster [DBG] pgmap v1798: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.410105+0000 mgr.y (mgr.25387) 2792 : cluster [DBG] pgmap v1799: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.418750+0000 mgr.y (mgr.25387) 2793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.511581+0000 mgr.y (mgr.25387) 2794 : cluster [DBG] pgmap v1800: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.520026+0000 mgr.y (mgr.25387) 2795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.610414+0000 mgr.y (mgr.25387) 2796 : cluster [DBG] pgmap v1801: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.611059+0000 mgr.y (mgr.25387) 2797 : cluster [DBG] pgmap v1802: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.617590+0000 mgr.y (mgr.25387) 2798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.702966+0000 mgr.y (mgr.25387) 2799 : cluster [DBG] pgmap v1803: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.018948+0000 mgr.y (mgr.25387) 2808 : cluster [DBG] pgmap v1809: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.019274+0000 mgr.y (mgr.25387) 2809 : cluster [DBG] pgmap v1810: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.028737+0000 mon.a (mon.0) 5827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.029337+0000 mgr.y (mgr.25387) 2810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.087245+0000 mon.a (mon.0) 5828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.090113+0000 mon.a (mon.0) 5829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.091217+0000 mon.a (mon.0) 5830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.094413+0000 mon.a (mon.0) 5831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.095312+0000 mon.a (mon.0) 5832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.096967+0000 mgr.y (mgr.25387) 2811 : cluster [DBG] pgmap v1811: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.097289+0000 mgr.y (mgr.25387) 2812 : cluster [DBG] pgmap v1812: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.107023+0000 mon.a (mon.0) 5833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.107528+0000 mgr.y (mgr.25387) 2813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.197029+0000 mon.a (mon.0) 5834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.201718+0000 mon.a (mon.0) 5835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.203710+0000 mon.a (mon.0) 5836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.207783+0000 mon.a (mon.0) 5837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.209309+0000 mon.a (mon.0) 5838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.221560+0000 mon.a (mon.0) 5839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.299064+0000 mon.a (mon.0) 5840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.301477+0000 mon.a (mon.0) 5841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.302528+0000 mon.a (mon.0) 5842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.305759+0000 mon.a (mon.0) 5843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.306574+0000 mon.a (mon.0) 5844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.316082+0000 mon.a (mon.0) 5845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.406369+0000 mon.a (mon.0) 5846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.411543+0000 mon.a (mon.0) 5847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.413859+0000 mon.a (mon.0) 5848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.418338+0000 mon.a (mon.0) 5849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.419628+0000 mon.a (mon.0) 5850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.433187+0000 mon.a (mon.0) 5851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.492737+0000 mon.a (mon.0) 5852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.494947+0000 mon.a (mon.0) 5853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.496032+0000 mon.a (mon.0) 5854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.498914+0000 mon.a (mon.0) 5855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.499737+0000 mon.a (mon.0) 5856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.512733+0000 mon.a (mon.0) 5857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.703687+0000 mgr.y (mgr.25387) 2800 : cluster [DBG] pgmap v1804: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.710670+0000 mgr.y (mgr.25387) 2801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.795741+0000 mgr.y (mgr.25387) 2802 : cluster [DBG] pgmap v1805: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.796785+0000 mgr.y (mgr.25387) 2803 : cluster [DBG] pgmap v1806: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.806060+0000 mgr.y (mgr.25387) 2804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:04.901019+0000 mon.a (mon.0) 5818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:04.915339+0000 mon.a (mon.0) 5819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:04.917185+0000 mon.a (mon.0) 5820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.920493+0000 mgr.y (mgr.25387) 2805 : cluster [DBG] pgmap v1807: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:04.920846+0000 mgr.y (mgr.25387) 2806 : cluster [DBG] pgmap v1808: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:04.930430+0000 mon.a (mon.0) 5821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:04.931183+0000 mgr.y (mgr.25387) 2807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.007902+0000 mon.a (mon.0) 5822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.011042+0000 mon.a (mon.0) 5823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.012550+0000 mon.a (mon.0) 5824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.015982+0000 mon.a (mon.0) 5825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.017127+0000 mon.a (mon.0) 5826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.018948+0000 mgr.y (mgr.25387) 2808 : cluster [DBG] pgmap v1809: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.019274+0000 mgr.y (mgr.25387) 2809 : cluster [DBG] pgmap v1810: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.028737+0000 mon.a (mon.0) 5827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.029337+0000 mgr.y (mgr.25387) 2810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.087245+0000 mon.a (mon.0) 5828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.090113+0000 mon.a (mon.0) 5829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.091217+0000 mon.a (mon.0) 5830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.094413+0000 mon.a (mon.0) 5831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.095312+0000 mon.a (mon.0) 5832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.096967+0000 mgr.y (mgr.25387) 2811 : cluster [DBG] pgmap v1811: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.097289+0000 mgr.y (mgr.25387) 2812 : cluster [DBG] pgmap v1812: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.107023+0000 mon.a (mon.0) 5833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.107528+0000 mgr.y (mgr.25387) 2813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.197029+0000 mon.a (mon.0) 5834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.201718+0000 mon.a (mon.0) 5835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.203710+0000 mon.a (mon.0) 5836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.207783+0000 mon.a (mon.0) 5837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.209309+0000 mon.a (mon.0) 5838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.221560+0000 mon.a (mon.0) 5839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.299064+0000 mon.a (mon.0) 5840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.301477+0000 mon.a (mon.0) 5841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.302528+0000 mon.a (mon.0) 5842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.305759+0000 mon.a (mon.0) 5843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.306574+0000 mon.a (mon.0) 5844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.316082+0000 mon.a (mon.0) 5845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.406369+0000 mon.a (mon.0) 5846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.411543+0000 mon.a (mon.0) 5847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.413859+0000 mon.a (mon.0) 5848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.418338+0000 mon.a (mon.0) 5849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.419628+0000 mon.a (mon.0) 5850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.433187+0000 mon.a (mon.0) 5851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.492737+0000 mon.a (mon.0) 5852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.494947+0000 mon.a (mon.0) 5853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.496032+0000 mon.a (mon.0) 5854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.498914+0000 mon.a (mon.0) 5855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.499737+0000 mon.a (mon.0) 5856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.512733+0000 mon.a (mon.0) 5857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.556015+0000 mon.a (mon.0) 5858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.558155+0000 mon.a (mon.0) 5859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.559096+0000 mon.a (mon.0) 5860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.561363+0000 mon.a (mon.0) 5861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.562105+0000 mon.a (mon.0) 5862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.573066+0000 mon.a (mon.0) 5863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.616133+0000 mon.a (mon.0) 5864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.618259+0000 mon.a (mon.0) 5865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.619157+0000 mon.a (mon.0) 5866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.621293+0000 mon.a (mon.0) 5867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.621968+0000 mon.a (mon.0) 5868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.630603+0000 mon.a (mon.0) 5869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.672943+0000 mon.a (mon.0) 5870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.675228+0000 mon.a (mon.0) 5871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.676261+0000 mon.a (mon.0) 5872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.678471+0000 mon.a (mon.0) 5873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.679179+0000 mon.a (mon.0) 5874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.687794+0000 mon.a (mon.0) 5875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.761651+0000 mon.a (mon.0) 5876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.764286+0000 mon.a (mon.0) 5877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.765296+0000 mon.a (mon.0) 5878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.767937+0000 mon.a (mon.0) 5879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.768637+0000 mon.a (mon.0) 5880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.778394+0000 mon.a (mon.0) 5881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.856945+0000 mon.a (mon.0) 5882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.859610+0000 mon.a (mon.0) 5883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.860856+0000 mon.a (mon.0) 5884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.864457+0000 mon.a (mon.0) 5885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.865616+0000 mon.a (mon.0) 5886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[73934]: audit 2024-03-30T04:47:05.875057+0000 mon.a (mon.0) 5887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.556015+0000 mon.a (mon.0) 5858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.558155+0000 mon.a (mon.0) 5859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.559096+0000 mon.a (mon.0) 5860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.561363+0000 mon.a (mon.0) 5861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.562105+0000 mon.a (mon.0) 5862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.573066+0000 mon.a (mon.0) 5863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.616133+0000 mon.a (mon.0) 5864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.618259+0000 mon.a (mon.0) 5865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.619157+0000 mon.a (mon.0) 5866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.621293+0000 mon.a (mon.0) 5867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.621968+0000 mon.a (mon.0) 5868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.630603+0000 mon.a (mon.0) 5869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.672943+0000 mon.a (mon.0) 5870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.675228+0000 mon.a (mon.0) 5871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.676261+0000 mon.a (mon.0) 5872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.678471+0000 mon.a (mon.0) 5873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.679179+0000 mon.a (mon.0) 5874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.687794+0000 mon.a (mon.0) 5875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.761651+0000 mon.a (mon.0) 5876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.764286+0000 mon.a (mon.0) 5877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.765296+0000 mon.a (mon.0) 5878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.767937+0000 mon.a (mon.0) 5879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.768637+0000 mon.a (mon.0) 5880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.778394+0000 mon.a (mon.0) 5881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:06.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.856945+0000 mon.a (mon.0) 5882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.859610+0000 mon.a (mon.0) 5883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:06.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.860856+0000 mon.a (mon.0) 5884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:06.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.864457+0000 mon.a (mon.0) 5885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:06.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.865616+0000 mon.a (mon.0) 5886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:06.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:05 smithi097 bash[69502]: audit 2024-03-30T04:47:05.875057+0000 mon.a (mon.0) 5887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.212052+0000 mgr.y (mgr.25387) 2814 : cluster [DBG] pgmap v1813: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.212404+0000 mgr.y (mgr.25387) 2815 : cluster [DBG] pgmap v1814: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.222520+0000 mgr.y (mgr.25387) 2816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.308229+0000 mgr.y (mgr.25387) 2817 : cluster [DBG] pgmap v1815: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.308567+0000 mgr.y (mgr.25387) 2818 : cluster [DBG] pgmap v1816: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.316620+0000 mgr.y (mgr.25387) 2819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.422429+0000 mgr.y (mgr.25387) 2820 : cluster [DBG] pgmap v1817: 161 pgs: 23 active+undersized+degraded, 20 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 104/726 objects degraded (14.325%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.422842+0000 mgr.y (mgr.25387) 2821 : cluster [DBG] pgmap v1818: 161 pgs: 23 active+undersized+degraded, 20 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 104/726 objects degraded (14.325%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.434079+0000 mgr.y (mgr.25387) 2822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.502121+0000 mgr.y (mgr.25387) 2823 : cluster [DBG] pgmap v1819: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.503058+0000 mgr.y (mgr.25387) 2824 : cluster [DBG] pgmap v1820: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.513316+0000 mgr.y (mgr.25387) 2825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.564246+0000 mgr.y (mgr.25387) 2826 : cluster [DBG] pgmap v1821: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.565159+0000 mgr.y (mgr.25387) 2827 : cluster [DBG] pgmap v1822: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.573523+0000 mgr.y (mgr.25387) 2828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.624044+0000 mgr.y (mgr.25387) 2829 : cluster [DBG] pgmap v1823: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.625129+0000 mgr.y (mgr.25387) 2830 : cluster [DBG] pgmap v1824: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.631029+0000 mgr.y (mgr.25387) 2831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.681341+0000 mgr.y (mgr.25387) 2832 : cluster [DBG] pgmap v1825: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.682400+0000 mgr.y (mgr.25387) 2833 : cluster [DBG] pgmap v1826: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.688256+0000 mgr.y (mgr.25387) 2834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.770996+0000 mgr.y (mgr.25387) 2835 : cluster [DBG] pgmap v1827: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.772052+0000 mgr.y (mgr.25387) 2836 : cluster [DBG] pgmap v1828: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.779039+0000 mgr.y (mgr.25387) 2837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.868177+0000 mgr.y (mgr.25387) 2838 : cluster [DBG] pgmap v1829: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.869053+0000 mgr.y (mgr.25387) 2839 : cluster [DBG] pgmap v1830: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.875852+0000 mgr.y (mgr.25387) 2840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:05.960391+0000 mon.a (mon.0) 5888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:05.964306+0000 mon.a (mon.0) 5889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:05.965876+0000 mon.a (mon.0) 5890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:05.969551+0000 mon.a (mon.0) 5891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:05.970629+0000 mon.a (mon.0) 5892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.973121+0000 mgr.y (mgr.25387) 2841 : cluster [DBG] pgmap v1831: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:05.973870+0000 mgr.y (mgr.25387) 2842 : cluster [DBG] pgmap v1832: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:05.981205+0000 mon.a (mon.0) 5893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:05.981898+0000 mgr.y (mgr.25387) 2843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.055707+0000 mon.a (mon.0) 5894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.057878+0000 mon.a (mon.0) 5895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.059772+0000 mon.a (mon.0) 5896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.063695+0000 mon.a (mon.0) 5897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.065031+0000 mon.a (mon.0) 5898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.067683+0000 mgr.y (mgr.25387) 2844 : cluster [DBG] pgmap v1833: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.068655+0000 mgr.y (mgr.25387) 2845 : cluster [DBG] pgmap v1834: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.074653+0000 mon.a (mon.0) 5899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.075192+0000 mgr.y (mgr.25387) 2846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.118613+0000 mon.a (mon.0) 5900 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.160922+0000 mon.a (mon.0) 5901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.166151+0000 mon.a (mon.0) 5902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.169801+0000 mon.a (mon.0) 5903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.173837+0000 mon.a (mon.0) 5904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.174805+0000 mon.a (mon.0) 5905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.184173+0000 mon.a (mon.0) 5906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.259516+0000 mon.a (mon.0) 5907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.262454+0000 mon.a (mon.0) 5908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.264249+0000 mon.a (mon.0) 5909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.267367+0000 mon.a (mon.0) 5910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.268286+0000 mon.a (mon.0) 5911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.277169+0000 mon.a (mon.0) 5912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.365937+0000 mon.a (mon.0) 5913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.370743+0000 mon.a (mon.0) 5914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.372955+0000 mon.a (mon.0) 5915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.377750+0000 mon.a (mon.0) 5916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.379247+0000 mon.a (mon.0) 5917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.391973+0000 mon.a (mon.0) 5918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.482287+0000 mon.a (mon.0) 5919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.484817+0000 mon.a (mon.0) 5920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.486356+0000 mon.a (mon.0) 5921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.489463+0000 mon.a (mon.0) 5922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.490421+0000 mon.a (mon.0) 5923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.499137+0000 mon.a (mon.0) 5924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.588635+0000 mon.a (mon.0) 5925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.593017+0000 mon.a (mon.0) 5926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.594933+0000 mon.a (mon.0) 5927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.599518+0000 mon.a (mon.0) 5928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.600921+0000 mon.a (mon.0) 5929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.613745+0000 mon.a (mon.0) 5930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.690146+0000 mon.a (mon.0) 5931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.693236+0000 mon.a (mon.0) 5932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.695475+0000 mon.a (mon.0) 5933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.698887+0000 mon.a (mon.0) 5934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.700147+0000 mon.a (mon.0) 5935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.710468+0000 mon.a (mon.0) 5936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.786461+0000 mon.a (mon.0) 5937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.789278+0000 mon.a (mon.0) 5938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.790791+0000 mon.a (mon.0) 5939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.794073+0000 mon.a (mon.0) 5940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.795043+0000 mon.a (mon.0) 5941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.802503+0000 mon.a (mon.0) 5942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.881597+0000 mon.a (mon.0) 5943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.884266+0000 mon.a (mon.0) 5944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.885550+0000 mon.a (mon.0) 5945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.888407+0000 mon.a (mon.0) 5946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.889296+0000 mon.a (mon.0) 5947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:06 smithi105 bash[58125]: audit 2024-03-30T04:47:06.896077+0000 mon.a (mon.0) 5948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.212052+0000 mgr.y (mgr.25387) 2814 : cluster [DBG] pgmap v1813: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.212404+0000 mgr.y (mgr.25387) 2815 : cluster [DBG] pgmap v1814: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.222520+0000 mgr.y (mgr.25387) 2816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.308229+0000 mgr.y (mgr.25387) 2817 : cluster [DBG] pgmap v1815: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.308567+0000 mgr.y (mgr.25387) 2818 : cluster [DBG] pgmap v1816: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.316620+0000 mgr.y (mgr.25387) 2819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.422429+0000 mgr.y (mgr.25387) 2820 : cluster [DBG] pgmap v1817: 161 pgs: 23 active+undersized+degraded, 20 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 104/726 objects degraded (14.325%) 2024-03-30T04:47:07.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.422842+0000 mgr.y (mgr.25387) 2821 : cluster [DBG] pgmap v1818: 161 pgs: 23 active+undersized+degraded, 20 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 104/726 objects degraded (14.325%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.434079+0000 mgr.y (mgr.25387) 2822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.502121+0000 mgr.y (mgr.25387) 2823 : cluster [DBG] pgmap v1819: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.503058+0000 mgr.y (mgr.25387) 2824 : cluster [DBG] pgmap v1820: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.513316+0000 mgr.y (mgr.25387) 2825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.564246+0000 mgr.y (mgr.25387) 2826 : cluster [DBG] pgmap v1821: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.565159+0000 mgr.y (mgr.25387) 2827 : cluster [DBG] pgmap v1822: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.573523+0000 mgr.y (mgr.25387) 2828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.212052+0000 mgr.y (mgr.25387) 2814 : cluster [DBG] pgmap v1813: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.212404+0000 mgr.y (mgr.25387) 2815 : cluster [DBG] pgmap v1814: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.222520+0000 mgr.y (mgr.25387) 2816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.308229+0000 mgr.y (mgr.25387) 2817 : cluster [DBG] pgmap v1815: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.308567+0000 mgr.y (mgr.25387) 2818 : cluster [DBG] pgmap v1816: 161 pgs: 9 active+undersized+degraded, 44 peering, 6 active+undersized, 102 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.316620+0000 mgr.y (mgr.25387) 2819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.422429+0000 mgr.y (mgr.25387) 2820 : cluster [DBG] pgmap v1817: 161 pgs: 23 active+undersized+degraded, 20 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 104/726 objects degraded (14.325%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.422842+0000 mgr.y (mgr.25387) 2821 : cluster [DBG] pgmap v1818: 161 pgs: 23 active+undersized+degraded, 20 peering, 25 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 104/726 objects degraded (14.325%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.434079+0000 mgr.y (mgr.25387) 2822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.502121+0000 mgr.y (mgr.25387) 2823 : cluster [DBG] pgmap v1819: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.503058+0000 mgr.y (mgr.25387) 2824 : cluster [DBG] pgmap v1820: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 13 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.513316+0000 mgr.y (mgr.25387) 2825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.564246+0000 mgr.y (mgr.25387) 2826 : cluster [DBG] pgmap v1821: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.565159+0000 mgr.y (mgr.25387) 2827 : cluster [DBG] pgmap v1822: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 15 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.573523+0000 mgr.y (mgr.25387) 2828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.624044+0000 mgr.y (mgr.25387) 2829 : cluster [DBG] pgmap v1823: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.625129+0000 mgr.y (mgr.25387) 2830 : cluster [DBG] pgmap v1824: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.631029+0000 mgr.y (mgr.25387) 2831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.681341+0000 mgr.y (mgr.25387) 2832 : cluster [DBG] pgmap v1825: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.682400+0000 mgr.y (mgr.25387) 2833 : cluster [DBG] pgmap v1826: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.688256+0000 mgr.y (mgr.25387) 2834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.770996+0000 mgr.y (mgr.25387) 2835 : cluster [DBG] pgmap v1827: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.772052+0000 mgr.y (mgr.25387) 2836 : cluster [DBG] pgmap v1828: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.779039+0000 mgr.y (mgr.25387) 2837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.868177+0000 mgr.y (mgr.25387) 2838 : cluster [DBG] pgmap v1829: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.869053+0000 mgr.y (mgr.25387) 2839 : cluster [DBG] pgmap v1830: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.875852+0000 mgr.y (mgr.25387) 2840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:05.960391+0000 mon.a (mon.0) 5888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:05.964306+0000 mon.a (mon.0) 5889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:05.965876+0000 mon.a (mon.0) 5890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:05.969551+0000 mon.a (mon.0) 5891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.624044+0000 mgr.y (mgr.25387) 2829 : cluster [DBG] pgmap v1823: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.625129+0000 mgr.y (mgr.25387) 2830 : cluster [DBG] pgmap v1824: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.631029+0000 mgr.y (mgr.25387) 2831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.681341+0000 mgr.y (mgr.25387) 2832 : cluster [DBG] pgmap v1825: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.682400+0000 mgr.y (mgr.25387) 2833 : cluster [DBG] pgmap v1826: 161 pgs: 26 active+undersized+degraded, 10 peering, 32 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 111/726 objects degraded (15.289%) 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.688256+0000 mgr.y (mgr.25387) 2834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.770996+0000 mgr.y (mgr.25387) 2835 : cluster [DBG] pgmap v1827: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.772052+0000 mgr.y (mgr.25387) 2836 : cluster [DBG] pgmap v1828: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.779039+0000 mgr.y (mgr.25387) 2837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.868177+0000 mgr.y (mgr.25387) 2838 : cluster [DBG] pgmap v1829: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.869053+0000 mgr.y (mgr.25387) 2839 : cluster [DBG] pgmap v1830: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.875852+0000 mgr.y (mgr.25387) 2840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:05.960391+0000 mon.a (mon.0) 5888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:05.964306+0000 mon.a (mon.0) 5889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:05.965876+0000 mon.a (mon.0) 5890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:05.969551+0000 mon.a (mon.0) 5891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:05.970629+0000 mon.a (mon.0) 5892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.973121+0000 mgr.y (mgr.25387) 2841 : cluster [DBG] pgmap v1831: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:05.973870+0000 mgr.y (mgr.25387) 2842 : cluster [DBG] pgmap v1832: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:05.981205+0000 mon.a (mon.0) 5893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:05.981898+0000 mgr.y (mgr.25387) 2843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.055707+0000 mon.a (mon.0) 5894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.057878+0000 mon.a (mon.0) 5895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.059772+0000 mon.a (mon.0) 5896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.063695+0000 mon.a (mon.0) 5897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.065031+0000 mon.a (mon.0) 5898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.067683+0000 mgr.y (mgr.25387) 2844 : cluster [DBG] pgmap v1833: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.068655+0000 mgr.y (mgr.25387) 2845 : cluster [DBG] pgmap v1834: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.074653+0000 mon.a (mon.0) 5899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.075192+0000 mgr.y (mgr.25387) 2846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.118613+0000 mon.a (mon.0) 5900 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.160922+0000 mon.a (mon.0) 5901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.166151+0000 mon.a (mon.0) 5902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.169801+0000 mon.a (mon.0) 5903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.173837+0000 mon.a (mon.0) 5904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.174805+0000 mon.a (mon.0) 5905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.184173+0000 mon.a (mon.0) 5906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.259516+0000 mon.a (mon.0) 5907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.262454+0000 mon.a (mon.0) 5908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.264249+0000 mon.a (mon.0) 5909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.267367+0000 mon.a (mon.0) 5910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.268286+0000 mon.a (mon.0) 5911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.277169+0000 mon.a (mon.0) 5912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.365937+0000 mon.a (mon.0) 5913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.370743+0000 mon.a (mon.0) 5914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.372955+0000 mon.a (mon.0) 5915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.377750+0000 mon.a (mon.0) 5916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.379247+0000 mon.a (mon.0) 5917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.391973+0000 mon.a (mon.0) 5918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.482287+0000 mon.a (mon.0) 5919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.484817+0000 mon.a (mon.0) 5920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.486356+0000 mon.a (mon.0) 5921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:05.970629+0000 mon.a (mon.0) 5892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.973121+0000 mgr.y (mgr.25387) 2841 : cluster [DBG] pgmap v1831: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:05.973870+0000 mgr.y (mgr.25387) 2842 : cluster [DBG] pgmap v1832: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:05.981205+0000 mon.a (mon.0) 5893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:05.981898+0000 mgr.y (mgr.25387) 2843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.055707+0000 mon.a (mon.0) 5894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.057878+0000 mon.a (mon.0) 5895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.059772+0000 mon.a (mon.0) 5896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.063695+0000 mon.a (mon.0) 5897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.065031+0000 mon.a (mon.0) 5898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.067683+0000 mgr.y (mgr.25387) 2844 : cluster [DBG] pgmap v1833: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.068655+0000 mgr.y (mgr.25387) 2845 : cluster [DBG] pgmap v1834: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.074653+0000 mon.a (mon.0) 5899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.075192+0000 mgr.y (mgr.25387) 2846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.118613+0000 mon.a (mon.0) 5900 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.160922+0000 mon.a (mon.0) 5901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.166151+0000 mon.a (mon.0) 5902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.489463+0000 mon.a (mon.0) 5922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.490421+0000 mon.a (mon.0) 5923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.499137+0000 mon.a (mon.0) 5924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.588635+0000 mon.a (mon.0) 5925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.593017+0000 mon.a (mon.0) 5926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.594933+0000 mon.a (mon.0) 5927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.599518+0000 mon.a (mon.0) 5928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.600921+0000 mon.a (mon.0) 5929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.613745+0000 mon.a (mon.0) 5930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.690146+0000 mon.a (mon.0) 5931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.693236+0000 mon.a (mon.0) 5932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.695475+0000 mon.a (mon.0) 5933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.698887+0000 mon.a (mon.0) 5934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.700147+0000 mon.a (mon.0) 5935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.710468+0000 mon.a (mon.0) 5936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.786461+0000 mon.a (mon.0) 5937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.789278+0000 mon.a (mon.0) 5938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.790791+0000 mon.a (mon.0) 5939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.794073+0000 mon.a (mon.0) 5940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.795043+0000 mon.a (mon.0) 5941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.802503+0000 mon.a (mon.0) 5942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.881597+0000 mon.a (mon.0) 5943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.884266+0000 mon.a (mon.0) 5944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.885550+0000 mon.a (mon.0) 5945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.888407+0000 mon.a (mon.0) 5946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.889296+0000 mon.a (mon.0) 5947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[69502]: audit 2024-03-30T04:47:06.896077+0000 mon.a (mon.0) 5948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.169801+0000 mon.a (mon.0) 5903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.173837+0000 mon.a (mon.0) 5904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.174805+0000 mon.a (mon.0) 5905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.184173+0000 mon.a (mon.0) 5906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.259516+0000 mon.a (mon.0) 5907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.262454+0000 mon.a (mon.0) 5908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.264249+0000 mon.a (mon.0) 5909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.267367+0000 mon.a (mon.0) 5910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.268286+0000 mon.a (mon.0) 5911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.277169+0000 mon.a (mon.0) 5912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.365937+0000 mon.a (mon.0) 5913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.370743+0000 mon.a (mon.0) 5914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.372955+0000 mon.a (mon.0) 5915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.377750+0000 mon.a (mon.0) 5916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.379247+0000 mon.a (mon.0) 5917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.391973+0000 mon.a (mon.0) 5918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.482287+0000 mon.a (mon.0) 5919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.484817+0000 mon.a (mon.0) 5920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.486356+0000 mon.a (mon.0) 5921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.489463+0000 mon.a (mon.0) 5922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.490421+0000 mon.a (mon.0) 5923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.499137+0000 mon.a (mon.0) 5924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.588635+0000 mon.a (mon.0) 5925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.593017+0000 mon.a (mon.0) 5926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.594933+0000 mon.a (mon.0) 5927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.599518+0000 mon.a (mon.0) 5928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.600921+0000 mon.a (mon.0) 5929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.613745+0000 mon.a (mon.0) 5930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.690146+0000 mon.a (mon.0) 5931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.693236+0000 mon.a (mon.0) 5932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.695475+0000 mon.a (mon.0) 5933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.698887+0000 mon.a (mon.0) 5934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.700147+0000 mon.a (mon.0) 5935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.710468+0000 mon.a (mon.0) 5936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.786461+0000 mon.a (mon.0) 5937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.789278+0000 mon.a (mon.0) 5938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.790791+0000 mon.a (mon.0) 5939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.794073+0000 mon.a (mon.0) 5940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.795043+0000 mon.a (mon.0) 5941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.802503+0000 mon.a (mon.0) 5942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:07.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.881597+0000 mon.a (mon.0) 5943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.884266+0000 mon.a (mon.0) 5944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:07.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.885550+0000 mon.a (mon.0) 5945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:07.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.888407+0000 mon.a (mon.0) 5946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:07.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.889296+0000 mon.a (mon.0) 5947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:07.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:06 smithi097 bash[73934]: audit 2024-03-30T04:47:06.896077+0000 mon.a (mon.0) 5948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.176803+0000 mgr.y (mgr.25387) 2847 : cluster [DBG] pgmap v1835: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.177375+0000 mgr.y (mgr.25387) 2848 : cluster [DBG] pgmap v1836: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.184699+0000 mgr.y (mgr.25387) 2849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.270008+0000 mgr.y (mgr.25387) 2850 : cluster [DBG] pgmap v1837: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.270581+0000 mgr.y (mgr.25387) 2851 : cluster [DBG] pgmap v1838: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.277587+0000 mgr.y (mgr.25387) 2852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.382690+0000 mgr.y (mgr.25387) 2853 : cluster [DBG] pgmap v1839: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.383867+0000 mgr.y (mgr.25387) 2854 : cluster [DBG] pgmap v1840: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.392886+0000 mgr.y (mgr.25387) 2855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.492467+0000 mgr.y (mgr.25387) 2856 : cluster [DBG] pgmap v1841: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.492883+0000 mgr.y (mgr.25387) 2857 : cluster [DBG] pgmap v1842: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.500050+0000 mgr.y (mgr.25387) 2858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.603920+0000 mgr.y (mgr.25387) 2859 : cluster [DBG] pgmap v1843: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.604821+0000 mgr.y (mgr.25387) 2860 : cluster [DBG] pgmap v1844: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.614653+0000 mgr.y (mgr.25387) 2861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.702449+0000 mgr.y (mgr.25387) 2862 : cluster [DBG] pgmap v1845: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.703273+0000 mgr.y (mgr.25387) 2863 : cluster [DBG] pgmap v1846: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.711383+0000 mgr.y (mgr.25387) 2864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.797309+0000 mgr.y (mgr.25387) 2865 : cluster [DBG] pgmap v1847: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.798326+0000 mgr.y (mgr.25387) 2866 : cluster [DBG] pgmap v1848: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.803028+0000 mgr.y (mgr.25387) 2867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.891484+0000 mgr.y (mgr.25387) 2868 : cluster [DBG] pgmap v1849: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.892385+0000 mgr.y (mgr.25387) 2869 : cluster [DBG] pgmap v1850: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.896662+0000 mgr.y (mgr.25387) 2870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:06.957653+0000 mon.a (mon.0) 5949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:06.959688+0000 mon.a (mon.0) 5950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:06.960615+0000 mon.a (mon.0) 5951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:06.962701+0000 mon.a (mon.0) 5952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:06.963421+0000 mon.a (mon.0) 5953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.964894+0000 mgr.y (mgr.25387) 2871 : cluster [DBG] pgmap v1851: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:06.965389+0000 mgr.y (mgr.25387) 2872 : cluster [DBG] pgmap v1852: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:06.969545+0000 mon.a (mon.0) 5954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:06.970090+0000 mgr.y (mgr.25387) 2873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.011173+0000 mon.a (mon.0) 5955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.013120+0000 mon.a (mon.0) 5956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.013949+0000 mon.a (mon.0) 5957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.015934+0000 mon.a (mon.0) 5958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.016592+0000 mon.a (mon.0) 5959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.018013+0000 mgr.y (mgr.25387) 2874 : cluster [DBG] pgmap v1853: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.018466+0000 mgr.y (mgr.25387) 2875 : cluster [DBG] pgmap v1854: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.022972+0000 mon.a (mon.0) 5960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.023480+0000 mgr.y (mgr.25387) 2876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.065123+0000 mon.a (mon.0) 5961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.067535+0000 mon.a (mon.0) 5962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.068795+0000 mon.a (mon.0) 5963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.071484+0000 mon.a (mon.0) 5964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.072322+0000 mon.a (mon.0) 5965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.074170+0000 mgr.y (mgr.25387) 2877 : cluster [DBG] pgmap v1855: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.074566+0000 mgr.y (mgr.25387) 2878 : cluster [DBG] pgmap v1856: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.080285+0000 mon.a (mon.0) 5966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.080859+0000 mgr.y (mgr.25387) 2879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.154966+0000 mon.a (mon.0) 5967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.157327+0000 mon.a (mon.0) 5968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.158715+0000 mon.a (mon.0) 5969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.161129+0000 mon.a (mon.0) 5970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.161936+0000 mon.a (mon.0) 5971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.170631+0000 mon.a (mon.0) 5972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.245165+0000 mon.a (mon.0) 5973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.247945+0000 mon.a (mon.0) 5974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.249257+0000 mon.a (mon.0) 5975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.251975+0000 mon.a (mon.0) 5976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.252955+0000 mon.a (mon.0) 5977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.264034+0000 mon.a (mon.0) 5978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.321894+0000 mon.a (mon.0) 5979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.324314+0000 mon.a (mon.0) 5980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.325642+0000 mon.a (mon.0) 5981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.328253+0000 mon.a (mon.0) 5982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.329231+0000 mon.a (mon.0) 5983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.338055+0000 mon.a (mon.0) 5984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.411254+0000 mon.a (mon.0) 5985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.413281+0000 mon.a (mon.0) 5986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.414330+0000 mon.a (mon.0) 5987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.417114+0000 mon.a (mon.0) 5988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.417913+0000 mon.a (mon.0) 5989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.428684+0000 mon.a (mon.0) 5990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.507467+0000 mon.a (mon.0) 5991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.509550+0000 mon.a (mon.0) 5992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.510624+0000 mon.a (mon.0) 5993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.513294+0000 mon.a (mon.0) 5994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.514069+0000 mon.a (mon.0) 5995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.525072+0000 mon.a (mon.0) 5996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.602791+0000 mon.a (mon.0) 5997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.606658+0000 mon.a (mon.0) 5998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.608255+0000 mon.a (mon.0) 5999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.611799+0000 mon.a (mon.0) 6000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.612751+0000 mon.a (mon.0) 6001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.624205+0000 mon.a (mon.0) 6002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.713986+0000 mon.a (mon.0) 6003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.717947+0000 mon.a (mon.0) 6004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.719571+0000 mon.a (mon.0) 6005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.722927+0000 mon.a (mon.0) 6006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.724199+0000 mon.a (mon.0) 6007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.736832+0000 mon.a (mon.0) 6008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.815430+0000 mon.a (mon.0) 6009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.819377+0000 mon.a (mon.0) 6010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.820773+0000 mon.a (mon.0) 6011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.824518+0000 mon.a (mon.0) 6012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.825883+0000 mon.a (mon.0) 6013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:07 smithi105 bash[58125]: audit 2024-03-30T04:47:07.838111+0000 mon.a (mon.0) 6014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.176803+0000 mgr.y (mgr.25387) 2847 : cluster [DBG] pgmap v1835: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.177375+0000 mgr.y (mgr.25387) 2848 : cluster [DBG] pgmap v1836: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.184699+0000 mgr.y (mgr.25387) 2849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.270008+0000 mgr.y (mgr.25387) 2850 : cluster [DBG] pgmap v1837: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.270581+0000 mgr.y (mgr.25387) 2851 : cluster [DBG] pgmap v1838: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.277587+0000 mgr.y (mgr.25387) 2852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.382690+0000 mgr.y (mgr.25387) 2853 : cluster [DBG] pgmap v1839: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.383867+0000 mgr.y (mgr.25387) 2854 : cluster [DBG] pgmap v1840: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.392886+0000 mgr.y (mgr.25387) 2855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.492467+0000 mgr.y (mgr.25387) 2856 : cluster [DBG] pgmap v1841: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.492883+0000 mgr.y (mgr.25387) 2857 : cluster [DBG] pgmap v1842: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.500050+0000 mgr.y (mgr.25387) 2858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.603920+0000 mgr.y (mgr.25387) 2859 : cluster [DBG] pgmap v1843: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.604821+0000 mgr.y (mgr.25387) 2860 : cluster [DBG] pgmap v1844: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.614653+0000 mgr.y (mgr.25387) 2861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.702449+0000 mgr.y (mgr.25387) 2862 : cluster [DBG] pgmap v1845: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.703273+0000 mgr.y (mgr.25387) 2863 : cluster [DBG] pgmap v1846: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.711383+0000 mgr.y (mgr.25387) 2864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.797309+0000 mgr.y (mgr.25387) 2865 : cluster [DBG] pgmap v1847: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.798326+0000 mgr.y (mgr.25387) 2866 : cluster [DBG] pgmap v1848: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.803028+0000 mgr.y (mgr.25387) 2867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.891484+0000 mgr.y (mgr.25387) 2868 : cluster [DBG] pgmap v1849: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.892385+0000 mgr.y (mgr.25387) 2869 : cluster [DBG] pgmap v1850: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.896662+0000 mgr.y (mgr.25387) 2870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:06.957653+0000 mon.a (mon.0) 5949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:06.959688+0000 mon.a (mon.0) 5950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:06.960615+0000 mon.a (mon.0) 5951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:06.962701+0000 mon.a (mon.0) 5952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:06.963421+0000 mon.a (mon.0) 5953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.964894+0000 mgr.y (mgr.25387) 2871 : cluster [DBG] pgmap v1851: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:06.965389+0000 mgr.y (mgr.25387) 2872 : cluster [DBG] pgmap v1852: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:06.969545+0000 mon.a (mon.0) 5954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.176803+0000 mgr.y (mgr.25387) 2847 : cluster [DBG] pgmap v1835: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.177375+0000 mgr.y (mgr.25387) 2848 : cluster [DBG] pgmap v1836: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.184699+0000 mgr.y (mgr.25387) 2849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.270008+0000 mgr.y (mgr.25387) 2850 : cluster [DBG] pgmap v1837: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.270581+0000 mgr.y (mgr.25387) 2851 : cluster [DBG] pgmap v1838: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.277587+0000 mgr.y (mgr.25387) 2852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.382690+0000 mgr.y (mgr.25387) 2853 : cluster [DBG] pgmap v1839: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.383867+0000 mgr.y (mgr.25387) 2854 : cluster [DBG] pgmap v1840: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.392886+0000 mgr.y (mgr.25387) 2855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.492467+0000 mgr.y (mgr.25387) 2856 : cluster [DBG] pgmap v1841: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.492883+0000 mgr.y (mgr.25387) 2857 : cluster [DBG] pgmap v1842: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.500050+0000 mgr.y (mgr.25387) 2858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.603920+0000 mgr.y (mgr.25387) 2859 : cluster [DBG] pgmap v1843: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.604821+0000 mgr.y (mgr.25387) 2860 : cluster [DBG] pgmap v1844: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.614653+0000 mgr.y (mgr.25387) 2861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:06.970090+0000 mgr.y (mgr.25387) 2873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.011173+0000 mon.a (mon.0) 5955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.013120+0000 mon.a (mon.0) 5956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.013949+0000 mon.a (mon.0) 5957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.015934+0000 mon.a (mon.0) 5958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.016592+0000 mon.a (mon.0) 5959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.018013+0000 mgr.y (mgr.25387) 2874 : cluster [DBG] pgmap v1853: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.018466+0000 mgr.y (mgr.25387) 2875 : cluster [DBG] pgmap v1854: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.022972+0000 mon.a (mon.0) 5960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.023480+0000 mgr.y (mgr.25387) 2876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.065123+0000 mon.a (mon.0) 5961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.067535+0000 mon.a (mon.0) 5962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.068795+0000 mon.a (mon.0) 5963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.071484+0000 mon.a (mon.0) 5964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.072322+0000 mon.a (mon.0) 5965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.074170+0000 mgr.y (mgr.25387) 2877 : cluster [DBG] pgmap v1855: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.074566+0000 mgr.y (mgr.25387) 2878 : cluster [DBG] pgmap v1856: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.080285+0000 mon.a (mon.0) 5966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.702449+0000 mgr.y (mgr.25387) 2862 : cluster [DBG] pgmap v1845: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.703273+0000 mgr.y (mgr.25387) 2863 : cluster [DBG] pgmap v1846: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.711383+0000 mgr.y (mgr.25387) 2864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.797309+0000 mgr.y (mgr.25387) 2865 : cluster [DBG] pgmap v1847: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.798326+0000 mgr.y (mgr.25387) 2866 : cluster [DBG] pgmap v1848: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.803028+0000 mgr.y (mgr.25387) 2867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.891484+0000 mgr.y (mgr.25387) 2868 : cluster [DBG] pgmap v1849: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.892385+0000 mgr.y (mgr.25387) 2869 : cluster [DBG] pgmap v1850: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.896662+0000 mgr.y (mgr.25387) 2870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:06.957653+0000 mon.a (mon.0) 5949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:06.959688+0000 mon.a (mon.0) 5950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:06.960615+0000 mon.a (mon.0) 5951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:06.962701+0000 mon.a (mon.0) 5952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:06.963421+0000 mon.a (mon.0) 5953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.964894+0000 mgr.y (mgr.25387) 2871 : cluster [DBG] pgmap v1851: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:06.965389+0000 mgr.y (mgr.25387) 2872 : cluster [DBG] pgmap v1852: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:06.969545+0000 mon.a (mon.0) 5954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.080859+0000 mgr.y (mgr.25387) 2879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.154966+0000 mon.a (mon.0) 5967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.157327+0000 mon.a (mon.0) 5968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.158715+0000 mon.a (mon.0) 5969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.161129+0000 mon.a (mon.0) 5970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.161936+0000 mon.a (mon.0) 5971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.170631+0000 mon.a (mon.0) 5972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.245165+0000 mon.a (mon.0) 5973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.247945+0000 mon.a (mon.0) 5974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.249257+0000 mon.a (mon.0) 5975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.251975+0000 mon.a (mon.0) 5976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.252955+0000 mon.a (mon.0) 5977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.264034+0000 mon.a (mon.0) 5978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.321894+0000 mon.a (mon.0) 5979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.324314+0000 mon.a (mon.0) 5980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.325642+0000 mon.a (mon.0) 5981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.328253+0000 mon.a (mon.0) 5982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.329231+0000 mon.a (mon.0) 5983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.338055+0000 mon.a (mon.0) 5984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.411254+0000 mon.a (mon.0) 5985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.413281+0000 mon.a (mon.0) 5986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.414330+0000 mon.a (mon.0) 5987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.417114+0000 mon.a (mon.0) 5988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.417913+0000 mon.a (mon.0) 5989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.428684+0000 mon.a (mon.0) 5990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.507467+0000 mon.a (mon.0) 5991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.509550+0000 mon.a (mon.0) 5992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.510624+0000 mon.a (mon.0) 5993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.513294+0000 mon.a (mon.0) 5994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.514069+0000 mon.a (mon.0) 5995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.525072+0000 mon.a (mon.0) 5996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.602791+0000 mon.a (mon.0) 5997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.606658+0000 mon.a (mon.0) 5998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.608255+0000 mon.a (mon.0) 5999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.611799+0000 mon.a (mon.0) 6000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.612751+0000 mon.a (mon.0) 6001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.624205+0000 mon.a (mon.0) 6002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.713986+0000 mon.a (mon.0) 6003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:06.970090+0000 mgr.y (mgr.25387) 2873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.011173+0000 mon.a (mon.0) 5955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.013120+0000 mon.a (mon.0) 5956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.013949+0000 mon.a (mon.0) 5957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.015934+0000 mon.a (mon.0) 5958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.016592+0000 mon.a (mon.0) 5959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.018013+0000 mgr.y (mgr.25387) 2874 : cluster [DBG] pgmap v1853: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.018466+0000 mgr.y (mgr.25387) 2875 : cluster [DBG] pgmap v1854: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.022972+0000 mon.a (mon.0) 5960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.023480+0000 mgr.y (mgr.25387) 2876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.065123+0000 mon.a (mon.0) 5961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.067535+0000 mon.a (mon.0) 5962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.068795+0000 mon.a (mon.0) 5963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.071484+0000 mon.a (mon.0) 5964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.072322+0000 mon.a (mon.0) 5965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.074170+0000 mgr.y (mgr.25387) 2877 : cluster [DBG] pgmap v1855: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.074566+0000 mgr.y (mgr.25387) 2878 : cluster [DBG] pgmap v1856: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.080285+0000 mon.a (mon.0) 5966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.717947+0000 mon.a (mon.0) 6004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.719571+0000 mon.a (mon.0) 6005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.722927+0000 mon.a (mon.0) 6006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.724199+0000 mon.a (mon.0) 6007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.736832+0000 mon.a (mon.0) 6008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.815430+0000 mon.a (mon.0) 6009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.819377+0000 mon.a (mon.0) 6010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.820773+0000 mon.a (mon.0) 6011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.824518+0000 mon.a (mon.0) 6012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.825883+0000 mon.a (mon.0) 6013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[69502]: audit 2024-03-30T04:47:07.838111+0000 mon.a (mon.0) 6014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.080859+0000 mgr.y (mgr.25387) 2879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.154966+0000 mon.a (mon.0) 5967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.157327+0000 mon.a (mon.0) 5968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.158715+0000 mon.a (mon.0) 5969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.161129+0000 mon.a (mon.0) 5970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.161936+0000 mon.a (mon.0) 5971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.170631+0000 mon.a (mon.0) 5972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.245165+0000 mon.a (mon.0) 5973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.247945+0000 mon.a (mon.0) 5974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.249257+0000 mon.a (mon.0) 5975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.251975+0000 mon.a (mon.0) 5976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.252955+0000 mon.a (mon.0) 5977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.264034+0000 mon.a (mon.0) 5978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.321894+0000 mon.a (mon.0) 5979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.324314+0000 mon.a (mon.0) 5980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.325642+0000 mon.a (mon.0) 5981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.328253+0000 mon.a (mon.0) 5982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.329231+0000 mon.a (mon.0) 5983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.338055+0000 mon.a (mon.0) 5984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.411254+0000 mon.a (mon.0) 5985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.413281+0000 mon.a (mon.0) 5986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.414330+0000 mon.a (mon.0) 5987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.417114+0000 mon.a (mon.0) 5988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.417913+0000 mon.a (mon.0) 5989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.428684+0000 mon.a (mon.0) 5990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.507467+0000 mon.a (mon.0) 5991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.509550+0000 mon.a (mon.0) 5992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.510624+0000 mon.a (mon.0) 5993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.513294+0000 mon.a (mon.0) 5994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.514069+0000 mon.a (mon.0) 5995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.525072+0000 mon.a (mon.0) 5996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.602791+0000 mon.a (mon.0) 5997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.606658+0000 mon.a (mon.0) 5998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.608255+0000 mon.a (mon.0) 5999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.611799+0000 mon.a (mon.0) 6000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.612751+0000 mon.a (mon.0) 6001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.624205+0000 mon.a (mon.0) 6002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.713986+0000 mon.a (mon.0) 6003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.717947+0000 mon.a (mon.0) 6004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.719571+0000 mon.a (mon.0) 6005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.722927+0000 mon.a (mon.0) 6006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.724199+0000 mon.a (mon.0) 6007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.736832+0000 mon.a (mon.0) 6008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:08.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.815430+0000 mon.a (mon.0) 6009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.819377+0000 mon.a (mon.0) 6010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.820773+0000 mon.a (mon.0) 6011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.824518+0000 mon.a (mon.0) 6012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.825883+0000 mon.a (mon.0) 6013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:08.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:07 smithi097 bash[73934]: audit 2024-03-30T04:47:07.838111+0000 mon.a (mon.0) 6014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.164064+0000 mgr.y (mgr.25387) 2880 : cluster [DBG] pgmap v1857: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.165150+0000 mgr.y (mgr.25387) 2881 : cluster [DBG] pgmap v1858: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.171149+0000 mgr.y (mgr.25387) 2882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.254729+0000 mgr.y (mgr.25387) 2883 : cluster [DBG] pgmap v1859: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.255115+0000 mgr.y (mgr.25387) 2884 : cluster [DBG] pgmap v1860: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.264521+0000 mgr.y (mgr.25387) 2885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.331380+0000 mgr.y (mgr.25387) 2886 : cluster [DBG] pgmap v1861: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.332230+0000 mgr.y (mgr.25387) 2887 : cluster [DBG] pgmap v1862: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.338596+0000 mgr.y (mgr.25387) 2888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.419633+0000 mgr.y (mgr.25387) 2889 : cluster [DBG] pgmap v1863: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.420048+0000 mgr.y (mgr.25387) 2890 : cluster [DBG] pgmap v1864: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.429566+0000 mgr.y (mgr.25387) 2891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.515732+0000 mgr.y (mgr.25387) 2892 : cluster [DBG] pgmap v1865: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.516177+0000 mgr.y (mgr.25387) 2893 : cluster [DBG] pgmap v1866: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.525622+0000 mgr.y (mgr.25387) 2894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.615045+0000 mgr.y (mgr.25387) 2895 : cluster [DBG] pgmap v1867: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.615926+0000 mgr.y (mgr.25387) 2896 : cluster [DBG] pgmap v1868: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.625058+0000 mgr.y (mgr.25387) 2897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.727009+0000 mgr.y (mgr.25387) 2898 : cluster [DBG] pgmap v1869: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.727926+0000 mgr.y (mgr.25387) 2899 : cluster [DBG] pgmap v1870: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.737664+0000 mgr.y (mgr.25387) 2900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.828766+0000 mgr.y (mgr.25387) 2901 : cluster [DBG] pgmap v1871: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.829645+0000 mgr.y (mgr.25387) 2902 : cluster [DBG] pgmap v1872: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.838886+0000 mgr.y (mgr.25387) 2903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:07.919113+0000 mon.a (mon.0) 6015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:07.921771+0000 mon.a (mon.0) 6016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:07.923177+0000 mon.a (mon.0) 6017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:07.925441+0000 mon.a (mon.0) 6018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:07.926164+0000 mon.a (mon.0) 6019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.927918+0000 mgr.y (mgr.25387) 2904 : cluster [DBG] pgmap v1873: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:07.928635+0000 mgr.y (mgr.25387) 2905 : cluster [DBG] pgmap v1874: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:07.933193+0000 mon.a (mon.0) 6020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:07.933669+0000 mgr.y (mgr.25387) 2906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.007369+0000 mon.a (mon.0) 6021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.009316+0000 mon.a (mon.0) 6022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.010192+0000 mon.a (mon.0) 6023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.012742+0000 mon.a (mon.0) 6024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.013414+0000 mon.a (mon.0) 6025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.015482+0000 mgr.y (mgr.25387) 2907 : cluster [DBG] pgmap v1875: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.016523+0000 mgr.y (mgr.25387) 2908 : cluster [DBG] pgmap v1876: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.024294+0000 mon.a (mon.0) 6026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.024845+0000 mgr.y (mgr.25387) 2909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.101167+0000 mon.a (mon.0) 6027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.103303+0000 mon.a (mon.0) 6028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.104267+0000 mon.a (mon.0) 6029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.106899+0000 mon.a (mon.0) 6030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.107619+0000 mon.a (mon.0) 6031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.109532+0000 mgr.y (mgr.25387) 2910 : cluster [DBG] pgmap v1877: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.110576+0000 mgr.y (mgr.25387) 2911 : cluster [DBG] pgmap v1878: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.116010+0000 mon.a (mon.0) 6032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.116563+0000 mgr.y (mgr.25387) 2912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.189171+0000 mon.a (mon.0) 6033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.190963+0000 mon.a (mon.0) 6034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.191782+0000 mon.a (mon.0) 6035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.193772+0000 mon.a (mon.0) 6036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.194338+0000 mon.a (mon.0) 6037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.202767+0000 mon.a (mon.0) 6038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.244068+0000 mon.a (mon.0) 6039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.245827+0000 mon.a (mon.0) 6040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.246639+0000 mon.a (mon.0) 6041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.248894+0000 mon.a (mon.0) 6042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.249504+0000 mon.a (mon.0) 6043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.255579+0000 mon.a (mon.0) 6044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.296019+0000 mon.a (mon.0) 6045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.297818+0000 mon.a (mon.0) 6046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.298560+0000 mon.a (mon.0) 6047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.300333+0000 mon.a (mon.0) 6048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.300957+0000 mon.a (mon.0) 6049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.306617+0000 mon.a (mon.0) 6050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.364409+0000 mon.a (mon.0) 6051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.366259+0000 mon.a (mon.0) 6052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.367103+0000 mon.a (mon.0) 6053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.369046+0000 mon.a (mon.0) 6054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.369629+0000 mon.a (mon.0) 6055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.375687+0000 mon.a (mon.0) 6056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.416990+0000 mon.a (mon.0) 6057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.418769+0000 mon.a (mon.0) 6058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.419535+0000 mon.a (mon.0) 6059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.421318+0000 mon.a (mon.0) 6060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.421910+0000 mon.a (mon.0) 6061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.428305+0000 mon.a (mon.0) 6062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.469133+0000 mon.a (mon.0) 6063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.470948+0000 mon.a (mon.0) 6064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.471971+0000 mon.a (mon.0) 6065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.473723+0000 mon.a (mon.0) 6066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.474298+0000 mon.a (mon.0) 6067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.480183+0000 mon.a (mon.0) 6068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.537143+0000 mon.a (mon.0) 6069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.539119+0000 mon.a (mon.0) 6070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.540520+0000 mon.a (mon.0) 6071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.542577+0000 mon.a (mon.0) 6072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.543265+0000 mon.a (mon.0) 6073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.550693+0000 mon.a (mon.0) 6074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.624333+0000 mon.a (mon.0) 6075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.626497+0000 mon.a (mon.0) 6076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.627616+0000 mon.a (mon.0) 6077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.629880+0000 mon.a (mon.0) 6078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.630593+0000 mon.a (mon.0) 6079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.638352+0000 mon.a (mon.0) 6080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.724318+0000 mon.a (mon.0) 6081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.726428+0000 mon.a (mon.0) 6082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.727397+0000 mon.a (mon.0) 6083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.729561+0000 mon.a (mon.0) 6084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.730313+0000 mon.a (mon.0) 6085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.739421+0000 mon.a (mon.0) 6086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.826539+0000 mon.a (mon.0) 6087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.829267+0000 mon.a (mon.0) 6088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.830767+0000 mon.a (mon.0) 6089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.833355+0000 mon.a (mon.0) 6090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.834375+0000 mon.a (mon.0) 6091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:08 smithi105 bash[58125]: audit 2024-03-30T04:47:08.842727+0000 mon.a (mon.0) 6092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.164064+0000 mgr.y (mgr.25387) 2880 : cluster [DBG] pgmap v1857: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.165150+0000 mgr.y (mgr.25387) 2881 : cluster [DBG] pgmap v1858: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.171149+0000 mgr.y (mgr.25387) 2882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.254729+0000 mgr.y (mgr.25387) 2883 : cluster [DBG] pgmap v1859: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.255115+0000 mgr.y (mgr.25387) 2884 : cluster [DBG] pgmap v1860: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.264521+0000 mgr.y (mgr.25387) 2885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.331380+0000 mgr.y (mgr.25387) 2886 : cluster [DBG] pgmap v1861: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.332230+0000 mgr.y (mgr.25387) 2887 : cluster [DBG] pgmap v1862: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.338596+0000 mgr.y (mgr.25387) 2888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.419633+0000 mgr.y (mgr.25387) 2889 : cluster [DBG] pgmap v1863: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.420048+0000 mgr.y (mgr.25387) 2890 : cluster [DBG] pgmap v1864: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.429566+0000 mgr.y (mgr.25387) 2891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.515732+0000 mgr.y (mgr.25387) 2892 : cluster [DBG] pgmap v1865: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.516177+0000 mgr.y (mgr.25387) 2893 : cluster [DBG] pgmap v1866: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.525622+0000 mgr.y (mgr.25387) 2894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.164064+0000 mgr.y (mgr.25387) 2880 : cluster [DBG] pgmap v1857: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.165150+0000 mgr.y (mgr.25387) 2881 : cluster [DBG] pgmap v1858: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.171149+0000 mgr.y (mgr.25387) 2882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.254729+0000 mgr.y (mgr.25387) 2883 : cluster [DBG] pgmap v1859: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.255115+0000 mgr.y (mgr.25387) 2884 : cluster [DBG] pgmap v1860: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.264521+0000 mgr.y (mgr.25387) 2885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.331380+0000 mgr.y (mgr.25387) 2886 : cluster [DBG] pgmap v1861: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.332230+0000 mgr.y (mgr.25387) 2887 : cluster [DBG] pgmap v1862: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.338596+0000 mgr.y (mgr.25387) 2888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.419633+0000 mgr.y (mgr.25387) 2889 : cluster [DBG] pgmap v1863: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.420048+0000 mgr.y (mgr.25387) 2890 : cluster [DBG] pgmap v1864: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.429566+0000 mgr.y (mgr.25387) 2891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.515732+0000 mgr.y (mgr.25387) 2892 : cluster [DBG] pgmap v1865: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.516177+0000 mgr.y (mgr.25387) 2893 : cluster [DBG] pgmap v1866: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.525622+0000 mgr.y (mgr.25387) 2894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.615045+0000 mgr.y (mgr.25387) 2895 : cluster [DBG] pgmap v1867: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.615926+0000 mgr.y (mgr.25387) 2896 : cluster [DBG] pgmap v1868: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.625058+0000 mgr.y (mgr.25387) 2897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.727009+0000 mgr.y (mgr.25387) 2898 : cluster [DBG] pgmap v1869: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.727926+0000 mgr.y (mgr.25387) 2899 : cluster [DBG] pgmap v1870: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.737664+0000 mgr.y (mgr.25387) 2900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.828766+0000 mgr.y (mgr.25387) 2901 : cluster [DBG] pgmap v1871: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.829645+0000 mgr.y (mgr.25387) 2902 : cluster [DBG] pgmap v1872: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.838886+0000 mgr.y (mgr.25387) 2903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:07.919113+0000 mon.a (mon.0) 6015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:07.921771+0000 mon.a (mon.0) 6016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:07.923177+0000 mon.a (mon.0) 6017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:07.925441+0000 mon.a (mon.0) 6018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:07.926164+0000 mon.a (mon.0) 6019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.927918+0000 mgr.y (mgr.25387) 2904 : cluster [DBG] pgmap v1873: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:07.928635+0000 mgr.y (mgr.25387) 2905 : cluster [DBG] pgmap v1874: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:07.933193+0000 mon.a (mon.0) 6020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.615045+0000 mgr.y (mgr.25387) 2895 : cluster [DBG] pgmap v1867: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.615926+0000 mgr.y (mgr.25387) 2896 : cluster [DBG] pgmap v1868: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.625058+0000 mgr.y (mgr.25387) 2897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.727009+0000 mgr.y (mgr.25387) 2898 : cluster [DBG] pgmap v1869: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.727926+0000 mgr.y (mgr.25387) 2899 : cluster [DBG] pgmap v1870: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.737664+0000 mgr.y (mgr.25387) 2900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.828766+0000 mgr.y (mgr.25387) 2901 : cluster [DBG] pgmap v1871: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.829645+0000 mgr.y (mgr.25387) 2902 : cluster [DBG] pgmap v1872: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.838886+0000 mgr.y (mgr.25387) 2903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:07.919113+0000 mon.a (mon.0) 6015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:07.921771+0000 mon.a (mon.0) 6016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:07.923177+0000 mon.a (mon.0) 6017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:07.925441+0000 mon.a (mon.0) 6018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:07.926164+0000 mon.a (mon.0) 6019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.927918+0000 mgr.y (mgr.25387) 2904 : cluster [DBG] pgmap v1873: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:07.928635+0000 mgr.y (mgr.25387) 2905 : cluster [DBG] pgmap v1874: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:07.933193+0000 mon.a (mon.0) 6020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:07.933669+0000 mgr.y (mgr.25387) 2906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.007369+0000 mon.a (mon.0) 6021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.009316+0000 mon.a (mon.0) 6022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.010192+0000 mon.a (mon.0) 6023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.012742+0000 mon.a (mon.0) 6024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.013414+0000 mon.a (mon.0) 6025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.015482+0000 mgr.y (mgr.25387) 2907 : cluster [DBG] pgmap v1875: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.016523+0000 mgr.y (mgr.25387) 2908 : cluster [DBG] pgmap v1876: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.024294+0000 mon.a (mon.0) 6026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.024845+0000 mgr.y (mgr.25387) 2909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.101167+0000 mon.a (mon.0) 6027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.103303+0000 mon.a (mon.0) 6028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.104267+0000 mon.a (mon.0) 6029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.106899+0000 mon.a (mon.0) 6030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.107619+0000 mon.a (mon.0) 6031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.109532+0000 mgr.y (mgr.25387) 2910 : cluster [DBG] pgmap v1877: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.110576+0000 mgr.y (mgr.25387) 2911 : cluster [DBG] pgmap v1878: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.116010+0000 mon.a (mon.0) 6032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:07.933669+0000 mgr.y (mgr.25387) 2906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.007369+0000 mon.a (mon.0) 6021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.009316+0000 mon.a (mon.0) 6022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.010192+0000 mon.a (mon.0) 6023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.012742+0000 mon.a (mon.0) 6024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.013414+0000 mon.a (mon.0) 6025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.015482+0000 mgr.y (mgr.25387) 2907 : cluster [DBG] pgmap v1875: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.016523+0000 mgr.y (mgr.25387) 2908 : cluster [DBG] pgmap v1876: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.024294+0000 mon.a (mon.0) 6026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.024845+0000 mgr.y (mgr.25387) 2909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.101167+0000 mon.a (mon.0) 6027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.103303+0000 mon.a (mon.0) 6028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.104267+0000 mon.a (mon.0) 6029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.106899+0000 mon.a (mon.0) 6030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.107619+0000 mon.a (mon.0) 6031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.109532+0000 mgr.y (mgr.25387) 2910 : cluster [DBG] pgmap v1877: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.110576+0000 mgr.y (mgr.25387) 2911 : cluster [DBG] pgmap v1878: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:09.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.116010+0000 mon.a (mon.0) 6032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.116563+0000 mgr.y (mgr.25387) 2912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.189171+0000 mon.a (mon.0) 6033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.190963+0000 mon.a (mon.0) 6034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.191782+0000 mon.a (mon.0) 6035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.193772+0000 mon.a (mon.0) 6036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.194338+0000 mon.a (mon.0) 6037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.202767+0000 mon.a (mon.0) 6038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.244068+0000 mon.a (mon.0) 6039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.245827+0000 mon.a (mon.0) 6040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.246639+0000 mon.a (mon.0) 6041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.248894+0000 mon.a (mon.0) 6042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.249504+0000 mon.a (mon.0) 6043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.255579+0000 mon.a (mon.0) 6044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.296019+0000 mon.a (mon.0) 6045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.297818+0000 mon.a (mon.0) 6046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.298560+0000 mon.a (mon.0) 6047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.300333+0000 mon.a (mon.0) 6048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.300957+0000 mon.a (mon.0) 6049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.306617+0000 mon.a (mon.0) 6050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.116563+0000 mgr.y (mgr.25387) 2912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.189171+0000 mon.a (mon.0) 6033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.190963+0000 mon.a (mon.0) 6034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.191782+0000 mon.a (mon.0) 6035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.193772+0000 mon.a (mon.0) 6036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.194338+0000 mon.a (mon.0) 6037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.202767+0000 mon.a (mon.0) 6038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.244068+0000 mon.a (mon.0) 6039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.245827+0000 mon.a (mon.0) 6040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.246639+0000 mon.a (mon.0) 6041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.248894+0000 mon.a (mon.0) 6042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.249504+0000 mon.a (mon.0) 6043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.255579+0000 mon.a (mon.0) 6044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.296019+0000 mon.a (mon.0) 6045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.297818+0000 mon.a (mon.0) 6046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.298560+0000 mon.a (mon.0) 6047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.300333+0000 mon.a (mon.0) 6048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.300957+0000 mon.a (mon.0) 6049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.306617+0000 mon.a (mon.0) 6050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.364409+0000 mon.a (mon.0) 6051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.366259+0000 mon.a (mon.0) 6052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.367103+0000 mon.a (mon.0) 6053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.369046+0000 mon.a (mon.0) 6054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.369629+0000 mon.a (mon.0) 6055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.375687+0000 mon.a (mon.0) 6056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.416990+0000 mon.a (mon.0) 6057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.418769+0000 mon.a (mon.0) 6058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.419535+0000 mon.a (mon.0) 6059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.421318+0000 mon.a (mon.0) 6060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.421910+0000 mon.a (mon.0) 6061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.428305+0000 mon.a (mon.0) 6062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.469133+0000 mon.a (mon.0) 6063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.470948+0000 mon.a (mon.0) 6064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.471971+0000 mon.a (mon.0) 6065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.473723+0000 mon.a (mon.0) 6066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.474298+0000 mon.a (mon.0) 6067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.480183+0000 mon.a (mon.0) 6068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.537143+0000 mon.a (mon.0) 6069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.364409+0000 mon.a (mon.0) 6051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.366259+0000 mon.a (mon.0) 6052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.367103+0000 mon.a (mon.0) 6053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.369046+0000 mon.a (mon.0) 6054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.369629+0000 mon.a (mon.0) 6055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.375687+0000 mon.a (mon.0) 6056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.416990+0000 mon.a (mon.0) 6057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.418769+0000 mon.a (mon.0) 6058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.419535+0000 mon.a (mon.0) 6059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.421318+0000 mon.a (mon.0) 6060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.421910+0000 mon.a (mon.0) 6061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.428305+0000 mon.a (mon.0) 6062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.469133+0000 mon.a (mon.0) 6063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.470948+0000 mon.a (mon.0) 6064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.471971+0000 mon.a (mon.0) 6065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.473723+0000 mon.a (mon.0) 6066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.474298+0000 mon.a (mon.0) 6067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.480183+0000 mon.a (mon.0) 6068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.537143+0000 mon.a (mon.0) 6069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.539119+0000 mon.a (mon.0) 6070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.540520+0000 mon.a (mon.0) 6071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.542577+0000 mon.a (mon.0) 6072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.543265+0000 mon.a (mon.0) 6073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.550693+0000 mon.a (mon.0) 6074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.624333+0000 mon.a (mon.0) 6075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.626497+0000 mon.a (mon.0) 6076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.627616+0000 mon.a (mon.0) 6077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.629880+0000 mon.a (mon.0) 6078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.630593+0000 mon.a (mon.0) 6079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.638352+0000 mon.a (mon.0) 6080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.724318+0000 mon.a (mon.0) 6081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.726428+0000 mon.a (mon.0) 6082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.727397+0000 mon.a (mon.0) 6083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.729561+0000 mon.a (mon.0) 6084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.730313+0000 mon.a (mon.0) 6085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.739421+0000 mon.a (mon.0) 6086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.826539+0000 mon.a (mon.0) 6087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.829267+0000 mon.a (mon.0) 6088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.539119+0000 mon.a (mon.0) 6070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.540520+0000 mon.a (mon.0) 6071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.542577+0000 mon.a (mon.0) 6072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.543265+0000 mon.a (mon.0) 6073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.550693+0000 mon.a (mon.0) 6074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.624333+0000 mon.a (mon.0) 6075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.626497+0000 mon.a (mon.0) 6076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.627616+0000 mon.a (mon.0) 6077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.629880+0000 mon.a (mon.0) 6078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.630593+0000 mon.a (mon.0) 6079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.638352+0000 mon.a (mon.0) 6080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.724318+0000 mon.a (mon.0) 6081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.726428+0000 mon.a (mon.0) 6082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.727397+0000 mon.a (mon.0) 6083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.729561+0000 mon.a (mon.0) 6084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.730313+0000 mon.a (mon.0) 6085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.739421+0000 mon.a (mon.0) 6086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.826539+0000 mon.a (mon.0) 6087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.829267+0000 mon.a (mon.0) 6088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.830767+0000 mon.a (mon.0) 6089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.833355+0000 mon.a (mon.0) 6090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.834375+0000 mon.a (mon.0) 6091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[69502]: audit 2024-03-30T04:47:08.842727+0000 mon.a (mon.0) 6092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.830767+0000 mon.a (mon.0) 6089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:09.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.833355+0000 mon.a (mon.0) 6090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:09.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.834375+0000 mon.a (mon.0) 6091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:09.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:08 smithi097 bash[73934]: audit 2024-03-30T04:47:08.842727+0000 mon.a (mon.0) 6092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:09.505 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[63817]: debug 2024-03-30T04:47:09.329+0000 7fa24f2b6700 1 -- 172.21.15.105:0/4062203139 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563e6766b680 con 0x563e676a8c00 2024-03-30T04:47:10.208 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[63817]: debug 2024-03-30T04:47:09.909+0000 7fa25844e7c0 -1 Falling back to public interface 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.195683+0000 mgr.y (mgr.25387) 2913 : cluster [DBG] pgmap v1879: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.195996+0000 mgr.y (mgr.25387) 2914 : cluster [DBG] pgmap v1880: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.203194+0000 mgr.y (mgr.25387) 2915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.250757+0000 mgr.y (mgr.25387) 2916 : cluster [DBG] pgmap v1881: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.251087+0000 mgr.y (mgr.25387) 2917 : cluster [DBG] pgmap v1882: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.256067+0000 mgr.y (mgr.25387) 2918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.302234+0000 mgr.y (mgr.25387) 2919 : cluster [DBG] pgmap v1883: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.302531+0000 mgr.y (mgr.25387) 2920 : cluster [DBG] pgmap v1884: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.307030+0000 mgr.y (mgr.25387) 2921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.370985+0000 mgr.y (mgr.25387) 2922 : cluster [DBG] pgmap v1885: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.371328+0000 mgr.y (mgr.25387) 2923 : cluster [DBG] pgmap v1886: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.376134+0000 mgr.y (mgr.25387) 2924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.423233+0000 mgr.y (mgr.25387) 2925 : cluster [DBG] pgmap v1887: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.423553+0000 mgr.y (mgr.25387) 2926 : cluster [DBG] pgmap v1888: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.428737+0000 mgr.y (mgr.25387) 2927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.475554+0000 mgr.y (mgr.25387) 2928 : cluster [DBG] pgmap v1889: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.475878+0000 mgr.y (mgr.25387) 2929 : cluster [DBG] pgmap v1890: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.480615+0000 mgr.y (mgr.25387) 2930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.544593+0000 mgr.y (mgr.25387) 2931 : cluster [DBG] pgmap v1891: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.545018+0000 mgr.y (mgr.25387) 2932 : cluster [DBG] pgmap v1892: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.551154+0000 mgr.y (mgr.25387) 2933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.632090+0000 mgr.y (mgr.25387) 2934 : cluster [DBG] pgmap v1893: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.632446+0000 mgr.y (mgr.25387) 2935 : cluster [DBG] pgmap v1894: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.639111+0000 mgr.y (mgr.25387) 2936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.731841+0000 mgr.y (mgr.25387) 2937 : cluster [DBG] pgmap v1895: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.732267+0000 mgr.y (mgr.25387) 2938 : cluster [DBG] pgmap v1896: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.740220+0000 mgr.y (mgr.25387) 2939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.836089+0000 mgr.y (mgr.25387) 2940 : cluster [DBG] pgmap v1897: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.836490+0000 mgr.y (mgr.25387) 2941 : cluster [DBG] pgmap v1898: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.843237+0000 mgr.y (mgr.25387) 2942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:08.937326+0000 mon.a (mon.0) 6093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:08.941185+0000 mon.a (mon.0) 6094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:08.942609+0000 mon.a (mon.0) 6095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:08.946454+0000 mon.a (mon.0) 6096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:08.947602+0000 mon.a (mon.0) 6097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.950338+0000 mgr.y (mgr.25387) 2943 : cluster [DBG] pgmap v1899: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:08.951494+0000 mgr.y (mgr.25387) 2944 : cluster [DBG] pgmap v1900: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:08.959230+0000 mon.a (mon.0) 6098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:08.959880+0000 mgr.y (mgr.25387) 2945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.034810+0000 mon.a (mon.0) 6099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.036834+0000 mon.a (mon.0) 6100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.040169+0000 mon.a (mon.0) 6101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.043913+0000 mon.a (mon.0) 6102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.045705+0000 mon.a (mon.0) 6103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.048674+0000 mgr.y (mgr.25387) 2946 : cluster [DBG] pgmap v1901: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.049914+0000 mgr.y (mgr.25387) 2947 : cluster [DBG] pgmap v1902: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.057587+0000 mon.a (mon.0) 6104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.058127+0000 mgr.y (mgr.25387) 2948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.134655+0000 mon.a (mon.0) 6105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.137041+0000 mon.a (mon.0) 6106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.138507+0000 mon.a (mon.0) 6107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.140865+0000 mon.a (mon.0) 6108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.141603+0000 mon.a (mon.0) 6109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.148224+0000 mon.a (mon.0) 6110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.210535+0000 mon.a (mon.0) 6111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.212925+0000 mon.a (mon.0) 6112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.213823+0000 mon.a (mon.0) 6113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.215887+0000 mon.a (mon.0) 6114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.216564+0000 mon.a (mon.0) 6115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.225474+0000 mon.a (mon.0) 6116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.271626+0000 mon.a (mon.0) 6117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.273822+0000 mon.a (mon.0) 6118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.274789+0000 mon.a (mon.0) 6119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.277019+0000 mon.a (mon.0) 6120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.277733+0000 mon.a (mon.0) 6121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.286155+0000 mon.a (mon.0) 6122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.326663+0000 mon.a (mon.0) 6123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.328472+0000 mon.a (mon.0) 6124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.329666+0000 mon.a (mon.0) 6125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.331974+0000 mon.a (mon.0) 6126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.332701+0000 mon.a (mon.0) 6127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.340865+0000 mon.a (mon.0) 6128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.384737+0000 mon.a (mon.0) 6129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.386670+0000 mon.a (mon.0) 6130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.387539+0000 mon.a (mon.0) 6131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.389575+0000 mon.a (mon.0) 6132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.390267+0000 mon.a (mon.0) 6133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.398047+0000 mon.a (mon.0) 6134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.443158+0000 mon.a (mon.0) 6135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.445283+0000 mon.a (mon.0) 6136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.446466+0000 mon.a (mon.0) 6137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.448470+0000 mon.a (mon.0) 6138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.449134+0000 mon.a (mon.0) 6139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.457153+0000 mon.a (mon.0) 6140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.496160+0000 mon.a (mon.0) 6141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.497241+0000 mon.a (mon.0) 6142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.512747+0000 mon.a (mon.0) 6143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.523658+0000 mon.a (mon.0) 6144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.529057+0000 mon.a (mon.0) 6145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.532144+0000 mon.a (mon.0) 6146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.533234+0000 mon.a (mon.0) 6147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.542806+0000 mon.a (mon.0) 6148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.593727+0000 mon.a (mon.0) 6149 : cluster [WRN] Health check update: Degraded data redundancy: 131/726 objects degraded (18.044%), 31 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.604362+0000 mon.a (mon.0) 6150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.606855+0000 mon.a (mon.0) 6151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.608089+0000 mon.a (mon.0) 6152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.611544+0000 mon.a (mon.0) 6153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.612456+0000 mon.a (mon.0) 6154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.621054+0000 mon.a (mon.0) 6155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.684976+0000 mon.a (mon.0) 6156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.687041+0000 mon.a (mon.0) 6157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.687866+0000 mon.a (mon.0) 6158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.689909+0000 mon.a (mon.0) 6159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.690558+0000 mon.a (mon.0) 6160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.696632+0000 mon.a (mon.0) 6161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.739214+0000 mon.a (mon.0) 6162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.741257+0000 mon.a (mon.0) 6163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.742233+0000 mon.a (mon.0) 6164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.744354+0000 mon.a (mon.0) 6165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.745084+0000 mon.a (mon.0) 6166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.750972+0000 mon.a (mon.0) 6167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.792264+0000 mon.a (mon.0) 6168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.794152+0000 mon.a (mon.0) 6169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.795203+0000 mon.a (mon.0) 6170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.797178+0000 mon.a (mon.0) 6171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.797839+0000 mon.a (mon.0) 6172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.803846+0000 mon.a (mon.0) 6173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.861863+0000 mon.a (mon.0) 6174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.863963+0000 mon.a (mon.0) 6175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.864890+0000 mon.a (mon.0) 6176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.867212+0000 mon.a (mon.0) 6177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.867832+0000 mon.a (mon.0) 6178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:09 smithi105 bash[58125]: audit 2024-03-30T04:47:09.873991+0000 mon.a (mon.0) 6179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.195683+0000 mgr.y (mgr.25387) 2913 : cluster [DBG] pgmap v1879: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.195996+0000 mgr.y (mgr.25387) 2914 : cluster [DBG] pgmap v1880: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.203194+0000 mgr.y (mgr.25387) 2915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.250757+0000 mgr.y (mgr.25387) 2916 : cluster [DBG] pgmap v1881: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.251087+0000 mgr.y (mgr.25387) 2917 : cluster [DBG] pgmap v1882: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.256067+0000 mgr.y (mgr.25387) 2918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.302234+0000 mgr.y (mgr.25387) 2919 : cluster [DBG] pgmap v1883: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.302531+0000 mgr.y (mgr.25387) 2920 : cluster [DBG] pgmap v1884: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.307030+0000 mgr.y (mgr.25387) 2921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.370985+0000 mgr.y (mgr.25387) 2922 : cluster [DBG] pgmap v1885: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.371328+0000 mgr.y (mgr.25387) 2923 : cluster [DBG] pgmap v1886: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.376134+0000 mgr.y (mgr.25387) 2924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.423233+0000 mgr.y (mgr.25387) 2925 : cluster [DBG] pgmap v1887: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.423553+0000 mgr.y (mgr.25387) 2926 : cluster [DBG] pgmap v1888: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.428737+0000 mgr.y (mgr.25387) 2927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.195683+0000 mgr.y (mgr.25387) 2913 : cluster [DBG] pgmap v1879: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.195996+0000 mgr.y (mgr.25387) 2914 : cluster [DBG] pgmap v1880: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.203194+0000 mgr.y (mgr.25387) 2915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.250757+0000 mgr.y (mgr.25387) 2916 : cluster [DBG] pgmap v1881: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.251087+0000 mgr.y (mgr.25387) 2917 : cluster [DBG] pgmap v1882: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.256067+0000 mgr.y (mgr.25387) 2918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.302234+0000 mgr.y (mgr.25387) 2919 : cluster [DBG] pgmap v1883: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.302531+0000 mgr.y (mgr.25387) 2920 : cluster [DBG] pgmap v1884: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.307030+0000 mgr.y (mgr.25387) 2921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.370985+0000 mgr.y (mgr.25387) 2922 : cluster [DBG] pgmap v1885: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.371328+0000 mgr.y (mgr.25387) 2923 : cluster [DBG] pgmap v1886: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.376134+0000 mgr.y (mgr.25387) 2924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.423233+0000 mgr.y (mgr.25387) 2925 : cluster [DBG] pgmap v1887: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.423553+0000 mgr.y (mgr.25387) 2926 : cluster [DBG] pgmap v1888: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.428737+0000 mgr.y (mgr.25387) 2927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.475554+0000 mgr.y (mgr.25387) 2928 : cluster [DBG] pgmap v1889: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.475878+0000 mgr.y (mgr.25387) 2929 : cluster [DBG] pgmap v1890: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.480615+0000 mgr.y (mgr.25387) 2930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.544593+0000 mgr.y (mgr.25387) 2931 : cluster [DBG] pgmap v1891: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.545018+0000 mgr.y (mgr.25387) 2932 : cluster [DBG] pgmap v1892: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.551154+0000 mgr.y (mgr.25387) 2933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.632090+0000 mgr.y (mgr.25387) 2934 : cluster [DBG] pgmap v1893: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.632446+0000 mgr.y (mgr.25387) 2935 : cluster [DBG] pgmap v1894: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.639111+0000 mgr.y (mgr.25387) 2936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.731841+0000 mgr.y (mgr.25387) 2937 : cluster [DBG] pgmap v1895: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.732267+0000 mgr.y (mgr.25387) 2938 : cluster [DBG] pgmap v1896: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.740220+0000 mgr.y (mgr.25387) 2939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.836089+0000 mgr.y (mgr.25387) 2940 : cluster [DBG] pgmap v1897: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.836490+0000 mgr.y (mgr.25387) 2941 : cluster [DBG] pgmap v1898: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.843237+0000 mgr.y (mgr.25387) 2942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:08.937326+0000 mon.a (mon.0) 6093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:08.941185+0000 mon.a (mon.0) 6094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:08.942609+0000 mon.a (mon.0) 6095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:08.946454+0000 mon.a (mon.0) 6096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:08.947602+0000 mon.a (mon.0) 6097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.950338+0000 mgr.y (mgr.25387) 2943 : cluster [DBG] pgmap v1899: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:08.951494+0000 mgr.y (mgr.25387) 2944 : cluster [DBG] pgmap v1900: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:08.959230+0000 mon.a (mon.0) 6098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:08.959880+0000 mgr.y (mgr.25387) 2945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.034810+0000 mon.a (mon.0) 6099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.036834+0000 mon.a (mon.0) 6100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.040169+0000 mon.a (mon.0) 6101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.043913+0000 mon.a (mon.0) 6102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.045705+0000 mon.a (mon.0) 6103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.048674+0000 mgr.y (mgr.25387) 2946 : cluster [DBG] pgmap v1901: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.049914+0000 mgr.y (mgr.25387) 2947 : cluster [DBG] pgmap v1902: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.057587+0000 mon.a (mon.0) 6104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.058127+0000 mgr.y (mgr.25387) 2948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.134655+0000 mon.a (mon.0) 6105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.475554+0000 mgr.y (mgr.25387) 2928 : cluster [DBG] pgmap v1889: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.475878+0000 mgr.y (mgr.25387) 2929 : cluster [DBG] pgmap v1890: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.480615+0000 mgr.y (mgr.25387) 2930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.544593+0000 mgr.y (mgr.25387) 2931 : cluster [DBG] pgmap v1891: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.545018+0000 mgr.y (mgr.25387) 2932 : cluster [DBG] pgmap v1892: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.551154+0000 mgr.y (mgr.25387) 2933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.632090+0000 mgr.y (mgr.25387) 2934 : cluster [DBG] pgmap v1893: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.632446+0000 mgr.y (mgr.25387) 2935 : cluster [DBG] pgmap v1894: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.639111+0000 mgr.y (mgr.25387) 2936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.731841+0000 mgr.y (mgr.25387) 2937 : cluster [DBG] pgmap v1895: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.732267+0000 mgr.y (mgr.25387) 2938 : cluster [DBG] pgmap v1896: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.740220+0000 mgr.y (mgr.25387) 2939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.836089+0000 mgr.y (mgr.25387) 2940 : cluster [DBG] pgmap v1897: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.836490+0000 mgr.y (mgr.25387) 2941 : cluster [DBG] pgmap v1898: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.843237+0000 mgr.y (mgr.25387) 2942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:08.937326+0000 mon.a (mon.0) 6093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.137041+0000 mon.a (mon.0) 6106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.138507+0000 mon.a (mon.0) 6107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.140865+0000 mon.a (mon.0) 6108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.141603+0000 mon.a (mon.0) 6109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.148224+0000 mon.a (mon.0) 6110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.210535+0000 mon.a (mon.0) 6111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.212925+0000 mon.a (mon.0) 6112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.213823+0000 mon.a (mon.0) 6113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.215887+0000 mon.a (mon.0) 6114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.216564+0000 mon.a (mon.0) 6115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.225474+0000 mon.a (mon.0) 6116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.271626+0000 mon.a (mon.0) 6117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.273822+0000 mon.a (mon.0) 6118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.274789+0000 mon.a (mon.0) 6119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.277019+0000 mon.a (mon.0) 6120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.277733+0000 mon.a (mon.0) 6121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.286155+0000 mon.a (mon.0) 6122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.326663+0000 mon.a (mon.0) 6123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.328472+0000 mon.a (mon.0) 6124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:08.941185+0000 mon.a (mon.0) 6094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:08.942609+0000 mon.a (mon.0) 6095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:08.946454+0000 mon.a (mon.0) 6096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:08.947602+0000 mon.a (mon.0) 6097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.950338+0000 mgr.y (mgr.25387) 2943 : cluster [DBG] pgmap v1899: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:08.951494+0000 mgr.y (mgr.25387) 2944 : cluster [DBG] pgmap v1900: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:08.959230+0000 mon.a (mon.0) 6098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:08.959880+0000 mgr.y (mgr.25387) 2945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.034810+0000 mon.a (mon.0) 6099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.036834+0000 mon.a (mon.0) 6100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.040169+0000 mon.a (mon.0) 6101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.043913+0000 mon.a (mon.0) 6102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.045705+0000 mon.a (mon.0) 6103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.048674+0000 mgr.y (mgr.25387) 2946 : cluster [DBG] pgmap v1901: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.049914+0000 mgr.y (mgr.25387) 2947 : cluster [DBG] pgmap v1902: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.057587+0000 mon.a (mon.0) 6104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.058127+0000 mgr.y (mgr.25387) 2948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.134655+0000 mon.a (mon.0) 6105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.329666+0000 mon.a (mon.0) 6125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.331974+0000 mon.a (mon.0) 6126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.332701+0000 mon.a (mon.0) 6127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.340865+0000 mon.a (mon.0) 6128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.384737+0000 mon.a (mon.0) 6129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.386670+0000 mon.a (mon.0) 6130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.387539+0000 mon.a (mon.0) 6131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.389575+0000 mon.a (mon.0) 6132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.390267+0000 mon.a (mon.0) 6133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.398047+0000 mon.a (mon.0) 6134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.443158+0000 mon.a (mon.0) 6135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.445283+0000 mon.a (mon.0) 6136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.446466+0000 mon.a (mon.0) 6137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.448470+0000 mon.a (mon.0) 6138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.449134+0000 mon.a (mon.0) 6139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.457153+0000 mon.a (mon.0) 6140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.496160+0000 mon.a (mon.0) 6141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.497241+0000 mon.a (mon.0) 6142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.512747+0000 mon.a (mon.0) 6143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.137041+0000 mon.a (mon.0) 6106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.138507+0000 mon.a (mon.0) 6107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.140865+0000 mon.a (mon.0) 6108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.141603+0000 mon.a (mon.0) 6109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.148224+0000 mon.a (mon.0) 6110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.210535+0000 mon.a (mon.0) 6111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.212925+0000 mon.a (mon.0) 6112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.213823+0000 mon.a (mon.0) 6113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.215887+0000 mon.a (mon.0) 6114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.216564+0000 mon.a (mon.0) 6115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.225474+0000 mon.a (mon.0) 6116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.271626+0000 mon.a (mon.0) 6117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.273822+0000 mon.a (mon.0) 6118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.274789+0000 mon.a (mon.0) 6119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.277019+0000 mon.a (mon.0) 6120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.277733+0000 mon.a (mon.0) 6121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.286155+0000 mon.a (mon.0) 6122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.326663+0000 mon.a (mon.0) 6123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.328472+0000 mon.a (mon.0) 6124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.523658+0000 mon.a (mon.0) 6144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.529057+0000 mon.a (mon.0) 6145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.532144+0000 mon.a (mon.0) 6146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.533234+0000 mon.a (mon.0) 6147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.542806+0000 mon.a (mon.0) 6148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.593727+0000 mon.a (mon.0) 6149 : cluster [WRN] Health check update: Degraded data redundancy: 131/726 objects degraded (18.044%), 31 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.604362+0000 mon.a (mon.0) 6150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.606855+0000 mon.a (mon.0) 6151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.608089+0000 mon.a (mon.0) 6152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.611544+0000 mon.a (mon.0) 6153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.612456+0000 mon.a (mon.0) 6154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.621054+0000 mon.a (mon.0) 6155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.684976+0000 mon.a (mon.0) 6156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.687041+0000 mon.a (mon.0) 6157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.687866+0000 mon.a (mon.0) 6158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.689909+0000 mon.a (mon.0) 6159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.690558+0000 mon.a (mon.0) 6160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.696632+0000 mon.a (mon.0) 6161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.739214+0000 mon.a (mon.0) 6162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.741257+0000 mon.a (mon.0) 6163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.742233+0000 mon.a (mon.0) 6164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.744354+0000 mon.a (mon.0) 6165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.745084+0000 mon.a (mon.0) 6166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.750972+0000 mon.a (mon.0) 6167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.792264+0000 mon.a (mon.0) 6168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.794152+0000 mon.a (mon.0) 6169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.795203+0000 mon.a (mon.0) 6170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.797178+0000 mon.a (mon.0) 6171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.797839+0000 mon.a (mon.0) 6172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.803846+0000 mon.a (mon.0) 6173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.861863+0000 mon.a (mon.0) 6174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.863963+0000 mon.a (mon.0) 6175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.864890+0000 mon.a (mon.0) 6176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.867212+0000 mon.a (mon.0) 6177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.867832+0000 mon.a (mon.0) 6178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[73934]: audit 2024-03-30T04:47:09.873991+0000 mon.a (mon.0) 6179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.329666+0000 mon.a (mon.0) 6125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.331974+0000 mon.a (mon.0) 6126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.332701+0000 mon.a (mon.0) 6127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.340865+0000 mon.a (mon.0) 6128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.384737+0000 mon.a (mon.0) 6129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.386670+0000 mon.a (mon.0) 6130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.387539+0000 mon.a (mon.0) 6131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.389575+0000 mon.a (mon.0) 6132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.390267+0000 mon.a (mon.0) 6133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.398047+0000 mon.a (mon.0) 6134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.443158+0000 mon.a (mon.0) 6135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.445283+0000 mon.a (mon.0) 6136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.446466+0000 mon.a (mon.0) 6137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.448470+0000 mon.a (mon.0) 6138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.449134+0000 mon.a (mon.0) 6139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.457153+0000 mon.a (mon.0) 6140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.496160+0000 mon.a (mon.0) 6141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.497241+0000 mon.a (mon.0) 6142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.512747+0000 mon.a (mon.0) 6143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.523658+0000 mon.a (mon.0) 6144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.529057+0000 mon.a (mon.0) 6145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.532144+0000 mon.a (mon.0) 6146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.533234+0000 mon.a (mon.0) 6147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.542806+0000 mon.a (mon.0) 6148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.593727+0000 mon.a (mon.0) 6149 : cluster [WRN] Health check update: Degraded data redundancy: 131/726 objects degraded (18.044%), 31 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.604362+0000 mon.a (mon.0) 6150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.606855+0000 mon.a (mon.0) 6151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.608089+0000 mon.a (mon.0) 6152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.611544+0000 mon.a (mon.0) 6153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.612456+0000 mon.a (mon.0) 6154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.621054+0000 mon.a (mon.0) 6155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.684976+0000 mon.a (mon.0) 6156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.687041+0000 mon.a (mon.0) 6157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.687866+0000 mon.a (mon.0) 6158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.689909+0000 mon.a (mon.0) 6159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.690558+0000 mon.a (mon.0) 6160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.696632+0000 mon.a (mon.0) 6161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.739214+0000 mon.a (mon.0) 6162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.741257+0000 mon.a (mon.0) 6163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.742233+0000 mon.a (mon.0) 6164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.744354+0000 mon.a (mon.0) 6165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.745084+0000 mon.a (mon.0) 6166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.750972+0000 mon.a (mon.0) 6167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.792264+0000 mon.a (mon.0) 6168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.794152+0000 mon.a (mon.0) 6169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.795203+0000 mon.a (mon.0) 6170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.797178+0000 mon.a (mon.0) 6171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.797839+0000 mon.a (mon.0) 6172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.803846+0000 mon.a (mon.0) 6173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.861863+0000 mon.a (mon.0) 6174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.863963+0000 mon.a (mon.0) 6175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.864890+0000 mon.a (mon.0) 6176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.867212+0000 mon.a (mon.0) 6177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.867832+0000 mon.a (mon.0) 6178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:10.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:09 smithi097 bash[69502]: audit 2024-03-30T04:47:09.873991+0000 mon.a (mon.0) 6179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.143174+0000 mgr.y (mgr.25387) 2949 : cluster [DBG] pgmap v1903: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.143626+0000 mgr.y (mgr.25387) 2950 : cluster [DBG] pgmap v1904: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.148753+0000 mgr.y (mgr.25387) 2951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.218110+0000 mgr.y (mgr.25387) 2952 : cluster [DBG] pgmap v1905: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.218669+0000 mgr.y (mgr.25387) 2953 : cluster [DBG] pgmap v1906: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.225951+0000 mgr.y (mgr.25387) 2954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.279212+0000 mgr.y (mgr.25387) 2955 : cluster [DBG] pgmap v1907: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.279575+0000 mgr.y (mgr.25387) 2956 : cluster [DBG] pgmap v1908: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.286582+0000 mgr.y (mgr.25387) 2957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.334235+0000 mgr.y (mgr.25387) 2958 : cluster [DBG] pgmap v1909: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.334794+0000 mgr.y (mgr.25387) 2959 : cluster [DBG] pgmap v1910: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.341351+0000 mgr.y (mgr.25387) 2960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.391755+0000 mgr.y (mgr.25387) 2961 : cluster [DBG] pgmap v1911: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.392241+0000 mgr.y (mgr.25387) 2962 : cluster [DBG] pgmap v1912: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.398503+0000 mgr.y (mgr.25387) 2963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.450622+0000 mgr.y (mgr.25387) 2964 : cluster [DBG] pgmap v1913: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.451109+0000 mgr.y (mgr.25387) 2965 : cluster [DBG] pgmap v1914: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.457610+0000 mgr.y (mgr.25387) 2966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.535613+0000 mgr.y (mgr.25387) 2967 : cluster [DBG] pgmap v1915: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.536507+0000 mgr.y (mgr.25387) 2968 : cluster [DBG] pgmap v1916: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.543241+0000 mgr.y (mgr.25387) 2969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.614287+0000 mgr.y (mgr.25387) 2970 : cluster [DBG] pgmap v1917: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.614673+0000 mgr.y (mgr.25387) 2971 : cluster [DBG] pgmap v1918: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.621604+0000 mgr.y (mgr.25387) 2972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.691996+0000 mgr.y (mgr.25387) 2973 : cluster [DBG] pgmap v1919: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.692404+0000 mgr.y (mgr.25387) 2974 : cluster [DBG] pgmap v1920: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.697196+0000 mgr.y (mgr.25387) 2975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.746557+0000 mgr.y (mgr.25387) 2976 : cluster [DBG] pgmap v1921: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.746970+0000 mgr.y (mgr.25387) 2977 : cluster [DBG] pgmap v1922: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.751379+0000 mgr.y (mgr.25387) 2978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.799291+0000 mgr.y (mgr.25387) 2979 : cluster [DBG] pgmap v1923: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.799706+0000 mgr.y (mgr.25387) 2980 : cluster [DBG] pgmap v1924: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.804282+0000 mgr.y (mgr.25387) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.869375+0000 mgr.y (mgr.25387) 2982 : cluster [DBG] pgmap v1925: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.869730+0000 mgr.y (mgr.25387) 2983 : cluster [DBG] pgmap v1926: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.874606+0000 mgr.y (mgr.25387) 2984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.923278+0000 mon.a (mon.0) 6180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.926542+0000 mon.a (mon.0) 6181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.927496+0000 mon.a (mon.0) 6182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.929756+0000 mon.a (mon.0) 6183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.930648+0000 mon.a (mon.0) 6184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.932433+0000 mgr.y (mgr.25387) 2985 : cluster [DBG] pgmap v1927: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.932984+0000 mgr.y (mgr.25387) 2986 : cluster [DBG] pgmap v1928: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.938124+0000 mon.a (mon.0) 6185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.938624+0000 mgr.y (mgr.25387) 2987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.979362+0000 mon.a (mon.0) 6186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.981504+0000 mon.a (mon.0) 6187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.982444+0000 mon.a (mon.0) 6188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.984391+0000 mon.a (mon.0) 6189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.985040+0000 mon.a (mon.0) 6190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.986412+0000 mgr.y (mgr.25387) 2988 : cluster [DBG] pgmap v1929: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:09.986709+0000 mgr.y (mgr.25387) 2989 : cluster [DBG] pgmap v1930: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:09.990901+0000 mon.a (mon.0) 6191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:09.991431+0000 mgr.y (mgr.25387) 2990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.036176+0000 mon.a (mon.0) 6192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.038378+0000 mon.a (mon.0) 6193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.039209+0000 mon.a (mon.0) 6194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.041013+0000 mon.a (mon.0) 6195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.041591+0000 mon.a (mon.0) 6196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.042918+0000 mgr.y (mgr.25387) 2991 : cluster [DBG] pgmap v1931: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.043344+0000 mgr.y (mgr.25387) 2992 : cluster [DBG] pgmap v1932: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.047465+0000 mon.a (mon.0) 6197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.047908+0000 mgr.y (mgr.25387) 2993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.089281+0000 mon.a (mon.0) 6198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.091341+0000 mon.a (mon.0) 6199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.092391+0000 mon.a (mon.0) 6200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.094253+0000 mon.a (mon.0) 6201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.094826+0000 mon.a (mon.0) 6202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.096059+0000 mgr.y (mgr.25387) 2994 : cluster [DBG] pgmap v1933: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.096379+0000 mgr.y (mgr.25387) 2995 : cluster [DBG] pgmap v1934: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.100541+0000 mon.a (mon.0) 6203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.101075+0000 mgr.y (mgr.25387) 2996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.162463+0000 mon.a (mon.0) 6204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.165249+0000 mon.a (mon.0) 6205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.166477+0000 mon.a (mon.0) 6206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.168990+0000 mon.a (mon.0) 6207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.169819+0000 mon.a (mon.0) 6208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.177882+0000 mon.a (mon.0) 6209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.252546+0000 mon.a (mon.0) 6210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.256391+0000 mon.a (mon.0) 6211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.258664+0000 mon.a (mon.0) 6212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.263110+0000 mon.a (mon.0) 6213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.264554+0000 mon.a (mon.0) 6214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.277009+0000 mon.a (mon.0) 6215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.356681+0000 mon.a (mon.0) 6216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.359938+0000 mon.a (mon.0) 6217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.361595+0000 mon.a (mon.0) 6218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.365274+0000 mon.a (mon.0) 6219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.366501+0000 mon.a (mon.0) 6220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.377615+0000 mon.a (mon.0) 6221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.467006+0000 mon.a (mon.0) 6222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.470891+0000 mon.a (mon.0) 6223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.472541+0000 mon.a (mon.0) 6224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.476081+0000 mon.a (mon.0) 6225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.477090+0000 mon.a (mon.0) 6226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.486708+0000 mon.a (mon.0) 6227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.543571+0000 mon.a (mon.0) 6228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.547486+0000 mon.a (mon.0) 6229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.548988+0000 mon.a (mon.0) 6230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.551879+0000 mon.a (mon.0) 6231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.553035+0000 mon.a (mon.0) 6232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.560060+0000 mon.a (mon.0) 6233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.603734+0000 mon.a (mon.0) 6234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.606224+0000 mon.a (mon.0) 6235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.607424+0000 mon.a (mon.0) 6236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.610419+0000 mon.a (mon.0) 6237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.611549+0000 mon.a (mon.0) 6238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.619496+0000 mon.a (mon.0) 6239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.702778+0000 mon.a (mon.0) 6240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.705578+0000 mon.a (mon.0) 6241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.706950+0000 mon.a (mon.0) 6242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.710138+0000 mon.a (mon.0) 6243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.711264+0000 mon.a (mon.0) 6244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.721254+0000 mon.a (mon.0) 6245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.811335+0000 mon.a (mon.0) 6246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.815859+0000 mon.a (mon.0) 6247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.817956+0000 mon.a (mon.0) 6248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.822856+0000 mon.a (mon.0) 6249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.824431+0000 mon.a (mon.0) 6250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:10 smithi105 bash[58125]: audit 2024-03-30T04:47:10.837518+0000 mon.a (mon.0) 6251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.143174+0000 mgr.y (mgr.25387) 2949 : cluster [DBG] pgmap v1903: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.143626+0000 mgr.y (mgr.25387) 2950 : cluster [DBG] pgmap v1904: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.148753+0000 mgr.y (mgr.25387) 2951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.218110+0000 mgr.y (mgr.25387) 2952 : cluster [DBG] pgmap v1905: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.218669+0000 mgr.y (mgr.25387) 2953 : cluster [DBG] pgmap v1906: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.225951+0000 mgr.y (mgr.25387) 2954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.279212+0000 mgr.y (mgr.25387) 2955 : cluster [DBG] pgmap v1907: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.279575+0000 mgr.y (mgr.25387) 2956 : cluster [DBG] pgmap v1908: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.286582+0000 mgr.y (mgr.25387) 2957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.334235+0000 mgr.y (mgr.25387) 2958 : cluster [DBG] pgmap v1909: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.334794+0000 mgr.y (mgr.25387) 2959 : cluster [DBG] pgmap v1910: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.341351+0000 mgr.y (mgr.25387) 2960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.391755+0000 mgr.y (mgr.25387) 2961 : cluster [DBG] pgmap v1911: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.392241+0000 mgr.y (mgr.25387) 2962 : cluster [DBG] pgmap v1912: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.398503+0000 mgr.y (mgr.25387) 2963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.143174+0000 mgr.y (mgr.25387) 2949 : cluster [DBG] pgmap v1903: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.143626+0000 mgr.y (mgr.25387) 2950 : cluster [DBG] pgmap v1904: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.148753+0000 mgr.y (mgr.25387) 2951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.218110+0000 mgr.y (mgr.25387) 2952 : cluster [DBG] pgmap v1905: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.218669+0000 mgr.y (mgr.25387) 2953 : cluster [DBG] pgmap v1906: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.225951+0000 mgr.y (mgr.25387) 2954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.279212+0000 mgr.y (mgr.25387) 2955 : cluster [DBG] pgmap v1907: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.279575+0000 mgr.y (mgr.25387) 2956 : cluster [DBG] pgmap v1908: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.286582+0000 mgr.y (mgr.25387) 2957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.334235+0000 mgr.y (mgr.25387) 2958 : cluster [DBG] pgmap v1909: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.334794+0000 mgr.y (mgr.25387) 2959 : cluster [DBG] pgmap v1910: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.341351+0000 mgr.y (mgr.25387) 2960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.391755+0000 mgr.y (mgr.25387) 2961 : cluster [DBG] pgmap v1911: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.392241+0000 mgr.y (mgr.25387) 2962 : cluster [DBG] pgmap v1912: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.398503+0000 mgr.y (mgr.25387) 2963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.450622+0000 mgr.y (mgr.25387) 2964 : cluster [DBG] pgmap v1913: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.451109+0000 mgr.y (mgr.25387) 2965 : cluster [DBG] pgmap v1914: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.457610+0000 mgr.y (mgr.25387) 2966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.535613+0000 mgr.y (mgr.25387) 2967 : cluster [DBG] pgmap v1915: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.536507+0000 mgr.y (mgr.25387) 2968 : cluster [DBG] pgmap v1916: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.543241+0000 mgr.y (mgr.25387) 2969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.614287+0000 mgr.y (mgr.25387) 2970 : cluster [DBG] pgmap v1917: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.614673+0000 mgr.y (mgr.25387) 2971 : cluster [DBG] pgmap v1918: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.621604+0000 mgr.y (mgr.25387) 2972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.691996+0000 mgr.y (mgr.25387) 2973 : cluster [DBG] pgmap v1919: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.692404+0000 mgr.y (mgr.25387) 2974 : cluster [DBG] pgmap v1920: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.697196+0000 mgr.y (mgr.25387) 2975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.746557+0000 mgr.y (mgr.25387) 2976 : cluster [DBG] pgmap v1921: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.746970+0000 mgr.y (mgr.25387) 2977 : cluster [DBG] pgmap v1922: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.751379+0000 mgr.y (mgr.25387) 2978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.799291+0000 mgr.y (mgr.25387) 2979 : cluster [DBG] pgmap v1923: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.799706+0000 mgr.y (mgr.25387) 2980 : cluster [DBG] pgmap v1924: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.804282+0000 mgr.y (mgr.25387) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.869375+0000 mgr.y (mgr.25387) 2982 : cluster [DBG] pgmap v1925: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.869730+0000 mgr.y (mgr.25387) 2983 : cluster [DBG] pgmap v1926: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.874606+0000 mgr.y (mgr.25387) 2984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.923278+0000 mon.a (mon.0) 6180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.926542+0000 mon.a (mon.0) 6181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.927496+0000 mon.a (mon.0) 6182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.929756+0000 mon.a (mon.0) 6183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.930648+0000 mon.a (mon.0) 6184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.932433+0000 mgr.y (mgr.25387) 2985 : cluster [DBG] pgmap v1927: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.932984+0000 mgr.y (mgr.25387) 2986 : cluster [DBG] pgmap v1928: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.938124+0000 mon.a (mon.0) 6185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.938624+0000 mgr.y (mgr.25387) 2987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.979362+0000 mon.a (mon.0) 6186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.981504+0000 mon.a (mon.0) 6187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.982444+0000 mon.a (mon.0) 6188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.984391+0000 mon.a (mon.0) 6189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.450622+0000 mgr.y (mgr.25387) 2964 : cluster [DBG] pgmap v1913: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.451109+0000 mgr.y (mgr.25387) 2965 : cluster [DBG] pgmap v1914: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.457610+0000 mgr.y (mgr.25387) 2966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.535613+0000 mgr.y (mgr.25387) 2967 : cluster [DBG] pgmap v1915: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.536507+0000 mgr.y (mgr.25387) 2968 : cluster [DBG] pgmap v1916: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.543241+0000 mgr.y (mgr.25387) 2969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.614287+0000 mgr.y (mgr.25387) 2970 : cluster [DBG] pgmap v1917: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.614673+0000 mgr.y (mgr.25387) 2971 : cluster [DBG] pgmap v1918: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.621604+0000 mgr.y (mgr.25387) 2972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.691996+0000 mgr.y (mgr.25387) 2973 : cluster [DBG] pgmap v1919: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.692404+0000 mgr.y (mgr.25387) 2974 : cluster [DBG] pgmap v1920: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.697196+0000 mgr.y (mgr.25387) 2975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.746557+0000 mgr.y (mgr.25387) 2976 : cluster [DBG] pgmap v1921: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.746970+0000 mgr.y (mgr.25387) 2977 : cluster [DBG] pgmap v1922: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.751379+0000 mgr.y (mgr.25387) 2978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.799291+0000 mgr.y (mgr.25387) 2979 : cluster [DBG] pgmap v1923: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.985040+0000 mon.a (mon.0) 6190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.986412+0000 mgr.y (mgr.25387) 2988 : cluster [DBG] pgmap v1929: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:09.986709+0000 mgr.y (mgr.25387) 2989 : cluster [DBG] pgmap v1930: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:09.990901+0000 mon.a (mon.0) 6191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:09.991431+0000 mgr.y (mgr.25387) 2990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.036176+0000 mon.a (mon.0) 6192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.038378+0000 mon.a (mon.0) 6193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.039209+0000 mon.a (mon.0) 6194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.041013+0000 mon.a (mon.0) 6195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.041591+0000 mon.a (mon.0) 6196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.042918+0000 mgr.y (mgr.25387) 2991 : cluster [DBG] pgmap v1931: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.043344+0000 mgr.y (mgr.25387) 2992 : cluster [DBG] pgmap v1932: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.047465+0000 mon.a (mon.0) 6197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.047908+0000 mgr.y (mgr.25387) 2993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.089281+0000 mon.a (mon.0) 6198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.091341+0000 mon.a (mon.0) 6199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.092391+0000 mon.a (mon.0) 6200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.799706+0000 mgr.y (mgr.25387) 2980 : cluster [DBG] pgmap v1924: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.804282+0000 mgr.y (mgr.25387) 2981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.869375+0000 mgr.y (mgr.25387) 2982 : cluster [DBG] pgmap v1925: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.869730+0000 mgr.y (mgr.25387) 2983 : cluster [DBG] pgmap v1926: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.874606+0000 mgr.y (mgr.25387) 2984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.923278+0000 mon.a (mon.0) 6180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.926542+0000 mon.a (mon.0) 6181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.927496+0000 mon.a (mon.0) 6182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.929756+0000 mon.a (mon.0) 6183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.930648+0000 mon.a (mon.0) 6184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.932433+0000 mgr.y (mgr.25387) 2985 : cluster [DBG] pgmap v1927: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.932984+0000 mgr.y (mgr.25387) 2986 : cluster [DBG] pgmap v1928: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.938124+0000 mon.a (mon.0) 6185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.938624+0000 mgr.y (mgr.25387) 2987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.979362+0000 mon.a (mon.0) 6186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.981504+0000 mon.a (mon.0) 6187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.982444+0000 mon.a (mon.0) 6188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.984391+0000 mon.a (mon.0) 6189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.094253+0000 mon.a (mon.0) 6201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.094826+0000 mon.a (mon.0) 6202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.096059+0000 mgr.y (mgr.25387) 2994 : cluster [DBG] pgmap v1933: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.096379+0000 mgr.y (mgr.25387) 2995 : cluster [DBG] pgmap v1934: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.100541+0000 mon.a (mon.0) 6203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.101075+0000 mgr.y (mgr.25387) 2996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.162463+0000 mon.a (mon.0) 6204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.165249+0000 mon.a (mon.0) 6205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.166477+0000 mon.a (mon.0) 6206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.168990+0000 mon.a (mon.0) 6207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.169819+0000 mon.a (mon.0) 6208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.177882+0000 mon.a (mon.0) 6209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.252546+0000 mon.a (mon.0) 6210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.256391+0000 mon.a (mon.0) 6211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.258664+0000 mon.a (mon.0) 6212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.263110+0000 mon.a (mon.0) 6213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.264554+0000 mon.a (mon.0) 6214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.277009+0000 mon.a (mon.0) 6215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.356681+0000 mon.a (mon.0) 6216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.359938+0000 mon.a (mon.0) 6217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.361595+0000 mon.a (mon.0) 6218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.365274+0000 mon.a (mon.0) 6219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.366501+0000 mon.a (mon.0) 6220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.377615+0000 mon.a (mon.0) 6221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.467006+0000 mon.a (mon.0) 6222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.470891+0000 mon.a (mon.0) 6223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.472541+0000 mon.a (mon.0) 6224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.476081+0000 mon.a (mon.0) 6225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.477090+0000 mon.a (mon.0) 6226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.486708+0000 mon.a (mon.0) 6227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.543571+0000 mon.a (mon.0) 6228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.547486+0000 mon.a (mon.0) 6229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.548988+0000 mon.a (mon.0) 6230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.551879+0000 mon.a (mon.0) 6231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.553035+0000 mon.a (mon.0) 6232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.560060+0000 mon.a (mon.0) 6233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.603734+0000 mon.a (mon.0) 6234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.606224+0000 mon.a (mon.0) 6235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.985040+0000 mon.a (mon.0) 6190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.986412+0000 mgr.y (mgr.25387) 2988 : cluster [DBG] pgmap v1929: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:09.986709+0000 mgr.y (mgr.25387) 2989 : cluster [DBG] pgmap v1930: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:09.990901+0000 mon.a (mon.0) 6191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:09.991431+0000 mgr.y (mgr.25387) 2990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.036176+0000 mon.a (mon.0) 6192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.038378+0000 mon.a (mon.0) 6193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.039209+0000 mon.a (mon.0) 6194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.041013+0000 mon.a (mon.0) 6195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.041591+0000 mon.a (mon.0) 6196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.042918+0000 mgr.y (mgr.25387) 2991 : cluster [DBG] pgmap v1931: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.043344+0000 mgr.y (mgr.25387) 2992 : cluster [DBG] pgmap v1932: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.047465+0000 mon.a (mon.0) 6197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.047908+0000 mgr.y (mgr.25387) 2993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.089281+0000 mon.a (mon.0) 6198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.091341+0000 mon.a (mon.0) 6199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.092391+0000 mon.a (mon.0) 6200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.607424+0000 mon.a (mon.0) 6236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.610419+0000 mon.a (mon.0) 6237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.611549+0000 mon.a (mon.0) 6238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.619496+0000 mon.a (mon.0) 6239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.702778+0000 mon.a (mon.0) 6240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.705578+0000 mon.a (mon.0) 6241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.706950+0000 mon.a (mon.0) 6242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.710138+0000 mon.a (mon.0) 6243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.711264+0000 mon.a (mon.0) 6244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.721254+0000 mon.a (mon.0) 6245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.811335+0000 mon.a (mon.0) 6246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.815859+0000 mon.a (mon.0) 6247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.817956+0000 mon.a (mon.0) 6248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.822856+0000 mon.a (mon.0) 6249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.824431+0000 mon.a (mon.0) 6250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[69502]: audit 2024-03-30T04:47:10.837518+0000 mon.a (mon.0) 6251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.094253+0000 mon.a (mon.0) 6201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.094826+0000 mon.a (mon.0) 6202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.096059+0000 mgr.y (mgr.25387) 2994 : cluster [DBG] pgmap v1933: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.096379+0000 mgr.y (mgr.25387) 2995 : cluster [DBG] pgmap v1934: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.100541+0000 mon.a (mon.0) 6203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.101075+0000 mgr.y (mgr.25387) 2996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.162463+0000 mon.a (mon.0) 6204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.165249+0000 mon.a (mon.0) 6205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.166477+0000 mon.a (mon.0) 6206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.168990+0000 mon.a (mon.0) 6207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.169819+0000 mon.a (mon.0) 6208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.177882+0000 mon.a (mon.0) 6209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.252546+0000 mon.a (mon.0) 6210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.256391+0000 mon.a (mon.0) 6211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.258664+0000 mon.a (mon.0) 6212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.263110+0000 mon.a (mon.0) 6213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.264554+0000 mon.a (mon.0) 6214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.277009+0000 mon.a (mon.0) 6215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.356681+0000 mon.a (mon.0) 6216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.359938+0000 mon.a (mon.0) 6217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.361595+0000 mon.a (mon.0) 6218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.365274+0000 mon.a (mon.0) 6219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.366501+0000 mon.a (mon.0) 6220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.377615+0000 mon.a (mon.0) 6221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.467006+0000 mon.a (mon.0) 6222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.470891+0000 mon.a (mon.0) 6223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.472541+0000 mon.a (mon.0) 6224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.476081+0000 mon.a (mon.0) 6225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.477090+0000 mon.a (mon.0) 6226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.486708+0000 mon.a (mon.0) 6227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.543571+0000 mon.a (mon.0) 6228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.547486+0000 mon.a (mon.0) 6229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.548988+0000 mon.a (mon.0) 6230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.551879+0000 mon.a (mon.0) 6231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.553035+0000 mon.a (mon.0) 6232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.560060+0000 mon.a (mon.0) 6233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.603734+0000 mon.a (mon.0) 6234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.606224+0000 mon.a (mon.0) 6235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.607424+0000 mon.a (mon.0) 6236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.610419+0000 mon.a (mon.0) 6237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.611549+0000 mon.a (mon.0) 6238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.619496+0000 mon.a (mon.0) 6239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.702778+0000 mon.a (mon.0) 6240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.705578+0000 mon.a (mon.0) 6241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.706950+0000 mon.a (mon.0) 6242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.710138+0000 mon.a (mon.0) 6243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.711264+0000 mon.a (mon.0) 6244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.721254+0000 mon.a (mon.0) 6245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.811335+0000 mon.a (mon.0) 6246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.815859+0000 mon.a (mon.0) 6247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.817956+0000 mon.a (mon.0) 6248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.822856+0000 mon.a (mon.0) 6249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.824431+0000 mon.a (mon.0) 6250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:11.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:10 smithi097 bash[73934]: audit 2024-03-30T04:47:10.837518+0000 mon.a (mon.0) 6251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.171510+0000 mgr.y (mgr.25387) 2997 : cluster [DBG] pgmap v1935: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.171848+0000 mgr.y (mgr.25387) 2998 : cluster [DBG] pgmap v1936: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.178456+0000 mgr.y (mgr.25387) 2999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.267290+0000 mgr.y (mgr.25387) 3000 : cluster [DBG] pgmap v1937: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.268119+0000 mgr.y (mgr.25387) 3001 : cluster [DBG] pgmap v1938: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.277768+0000 mgr.y (mgr.25387) 3002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.368971+0000 mgr.y (mgr.25387) 3003 : cluster [DBG] pgmap v1939: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.369682+0000 mgr.y (mgr.25387) 3004 : cluster [DBG] pgmap v1940: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.378526+0000 mgr.y (mgr.25387) 3005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.479952+0000 mgr.y (mgr.25387) 3006 : cluster [DBG] pgmap v1941: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.481139+0000 mgr.y (mgr.25387) 3007 : cluster [DBG] pgmap v1942: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.487403+0000 mgr.y (mgr.25387) 3008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.555380+0000 mgr.y (mgr.25387) 3009 : cluster [DBG] pgmap v1943: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.555756+0000 mgr.y (mgr.25387) 3010 : cluster [DBG] pgmap v1944: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.560775+0000 mgr.y (mgr.25387) 3011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.613793+0000 mgr.y (mgr.25387) 3012 : cluster [DBG] pgmap v1945: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.614207+0000 mgr.y (mgr.25387) 3013 : cluster [DBG] pgmap v1946: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.620239+0000 mgr.y (mgr.25387) 3014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.628884+0000 mgr.y (mgr.25387) 3015 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.714043+0000 mgr.y (mgr.25387) 3016 : cluster [DBG] pgmap v1947: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.715116+0000 mgr.y (mgr.25387) 3017 : cluster [DBG] pgmap v1948: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.722210+0000 mgr.y (mgr.25387) 3018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.827713+0000 mgr.y (mgr.25387) 3019 : cluster [DBG] pgmap v1949: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.828783+0000 mgr.y (mgr.25387) 3020 : cluster [DBG] pgmap v1950: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.838535+0000 mgr.y (mgr.25387) 3021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.932721+0000 mon.a (mon.0) 6252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.937304+0000 mon.a (mon.0) 6253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.938719+0000 mon.a (mon.0) 6254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.942858+0000 mon.a (mon.0) 6255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.943900+0000 mon.a (mon.0) 6256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.946291+0000 mgr.y (mgr.25387) 3022 : cluster [DBG] pgmap v1951: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:10.947328+0000 mgr.y (mgr.25387) 3023 : cluster [DBG] pgmap v1952: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:10.952821+0000 mon.a (mon.0) 6257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:10.953557+0000 mgr.y (mgr.25387) 3024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.042722+0000 mon.a (mon.0) 6258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.045431+0000 mon.a (mon.0) 6259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.047226+0000 mon.a (mon.0) 6260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.049851+0000 mon.a (mon.0) 6261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.050575+0000 mon.a (mon.0) 6262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.052173+0000 mgr.y (mgr.25387) 3025 : cluster [DBG] pgmap v1953: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.052873+0000 mgr.y (mgr.25387) 3026 : cluster [DBG] pgmap v1954: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.058416+0000 mon.a (mon.0) 6263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.058937+0000 mgr.y (mgr.25387) 3027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.136648+0000 mon.a (mon.0) 6264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.139215+0000 mon.a (mon.0) 6265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.140208+0000 mon.a (mon.0) 6266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.142620+0000 mon.a (mon.0) 6267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.143523+0000 mon.a (mon.0) 6268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.152514+0000 mon.a (mon.0) 6269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.214242+0000 mon.a (mon.0) 6270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.216742+0000 mon.a (mon.0) 6271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.217754+0000 mon.a (mon.0) 6272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.220486+0000 mon.a (mon.0) 6273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.221631+0000 mon.a (mon.0) 6274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.231775+0000 mon.a (mon.0) 6275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.273204+0000 mon.a (mon.0) 6276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.275664+0000 mon.a (mon.0) 6277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.276926+0000 mon.a (mon.0) 6278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.279287+0000 mon.a (mon.0) 6279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.280047+0000 mon.a (mon.0) 6280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.288713+0000 mon.a (mon.0) 6281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.363208+0000 mon.a (mon.0) 6282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.365682+0000 mon.a (mon.0) 6283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.366874+0000 mon.a (mon.0) 6284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.369428+0000 mon.a (mon.0) 6285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.370344+0000 mon.a (mon.0) 6286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.378601+0000 mon.a (mon.0) 6287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.460411+0000 mon.a (mon.0) 6288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.463392+0000 mon.a (mon.0) 6289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.465225+0000 mon.a (mon.0) 6290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.469618+0000 mon.a (mon.0) 6291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.470839+0000 mon.a (mon.0) 6292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.481853+0000 mon.a (mon.0) 6293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.560382+0000 mon.a (mon.0) 6294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.562935+0000 mon.a (mon.0) 6295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.564115+0000 mon.a (mon.0) 6296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.566983+0000 mon.a (mon.0) 6297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.567804+0000 mon.a (mon.0) 6298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.579391+0000 mon.a (mon.0) 6299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.652690+0000 mon.a (mon.0) 6300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.655177+0000 mon.a (mon.0) 6301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.656782+0000 mon.a (mon.0) 6302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.660518+0000 mon.a (mon.0) 6303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.661875+0000 mon.a (mon.0) 6304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.670616+0000 mon.a (mon.0) 6305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.749454+0000 mon.a (mon.0) 6306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.752444+0000 mon.a (mon.0) 6307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.753980+0000 mon.a (mon.0) 6308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.757505+0000 mon.a (mon.0) 6309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.758665+0000 mon.a (mon.0) 6310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.767766+0000 mon.a (mon.0) 6311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.845749+0000 mon.a (mon.0) 6312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.848862+0000 mon.a (mon.0) 6313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.850449+0000 mon.a (mon.0) 6314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.854498+0000 mon.a (mon.0) 6315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.855683+0000 mon.a (mon.0) 6316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:11 smithi105 bash[58125]: audit 2024-03-30T04:47:11.866977+0000 mon.a (mon.0) 6317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.171510+0000 mgr.y (mgr.25387) 2997 : cluster [DBG] pgmap v1935: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.171848+0000 mgr.y (mgr.25387) 2998 : cluster [DBG] pgmap v1936: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.178456+0000 mgr.y (mgr.25387) 2999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.267290+0000 mgr.y (mgr.25387) 3000 : cluster [DBG] pgmap v1937: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.268119+0000 mgr.y (mgr.25387) 3001 : cluster [DBG] pgmap v1938: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.277768+0000 mgr.y (mgr.25387) 3002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.368971+0000 mgr.y (mgr.25387) 3003 : cluster [DBG] pgmap v1939: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.369682+0000 mgr.y (mgr.25387) 3004 : cluster [DBG] pgmap v1940: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.378526+0000 mgr.y (mgr.25387) 3005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.479952+0000 mgr.y (mgr.25387) 3006 : cluster [DBG] pgmap v1941: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.481139+0000 mgr.y (mgr.25387) 3007 : cluster [DBG] pgmap v1942: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.487403+0000 mgr.y (mgr.25387) 3008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.555380+0000 mgr.y (mgr.25387) 3009 : cluster [DBG] pgmap v1943: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.555756+0000 mgr.y (mgr.25387) 3010 : cluster [DBG] pgmap v1944: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.560775+0000 mgr.y (mgr.25387) 3011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.613793+0000 mgr.y (mgr.25387) 3012 : cluster [DBG] pgmap v1945: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.614207+0000 mgr.y (mgr.25387) 3013 : cluster [DBG] pgmap v1946: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.620239+0000 mgr.y (mgr.25387) 3014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.628884+0000 mgr.y (mgr.25387) 3015 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.714043+0000 mgr.y (mgr.25387) 3016 : cluster [DBG] pgmap v1947: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.715116+0000 mgr.y (mgr.25387) 3017 : cluster [DBG] pgmap v1948: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.722210+0000 mgr.y (mgr.25387) 3018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.827713+0000 mgr.y (mgr.25387) 3019 : cluster [DBG] pgmap v1949: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.828783+0000 mgr.y (mgr.25387) 3020 : cluster [DBG] pgmap v1950: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.838535+0000 mgr.y (mgr.25387) 3021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.932721+0000 mon.a (mon.0) 6252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.937304+0000 mon.a (mon.0) 6253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.938719+0000 mon.a (mon.0) 6254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.942858+0000 mon.a (mon.0) 6255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.943900+0000 mon.a (mon.0) 6256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.946291+0000 mgr.y (mgr.25387) 3022 : cluster [DBG] pgmap v1951: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.171510+0000 mgr.y (mgr.25387) 2997 : cluster [DBG] pgmap v1935: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.171848+0000 mgr.y (mgr.25387) 2998 : cluster [DBG] pgmap v1936: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.178456+0000 mgr.y (mgr.25387) 2999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.267290+0000 mgr.y (mgr.25387) 3000 : cluster [DBG] pgmap v1937: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.268119+0000 mgr.y (mgr.25387) 3001 : cluster [DBG] pgmap v1938: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.277768+0000 mgr.y (mgr.25387) 3002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.368971+0000 mgr.y (mgr.25387) 3003 : cluster [DBG] pgmap v1939: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.369682+0000 mgr.y (mgr.25387) 3004 : cluster [DBG] pgmap v1940: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.378526+0000 mgr.y (mgr.25387) 3005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.479952+0000 mgr.y (mgr.25387) 3006 : cluster [DBG] pgmap v1941: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.481139+0000 mgr.y (mgr.25387) 3007 : cluster [DBG] pgmap v1942: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.487403+0000 mgr.y (mgr.25387) 3008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.555380+0000 mgr.y (mgr.25387) 3009 : cluster [DBG] pgmap v1943: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.555756+0000 mgr.y (mgr.25387) 3010 : cluster [DBG] pgmap v1944: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.560775+0000 mgr.y (mgr.25387) 3011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:10.947328+0000 mgr.y (mgr.25387) 3023 : cluster [DBG] pgmap v1952: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:10.952821+0000 mon.a (mon.0) 6257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:10.953557+0000 mgr.y (mgr.25387) 3024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.042722+0000 mon.a (mon.0) 6258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.045431+0000 mon.a (mon.0) 6259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.047226+0000 mon.a (mon.0) 6260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.049851+0000 mon.a (mon.0) 6261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.050575+0000 mon.a (mon.0) 6262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.052173+0000 mgr.y (mgr.25387) 3025 : cluster [DBG] pgmap v1953: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.052873+0000 mgr.y (mgr.25387) 3026 : cluster [DBG] pgmap v1954: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.058416+0000 mon.a (mon.0) 6263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.058937+0000 mgr.y (mgr.25387) 3027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.136648+0000 mon.a (mon.0) 6264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.139215+0000 mon.a (mon.0) 6265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.140208+0000 mon.a (mon.0) 6266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.142620+0000 mon.a (mon.0) 6267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.143523+0000 mon.a (mon.0) 6268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.152514+0000 mon.a (mon.0) 6269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.214242+0000 mon.a (mon.0) 6270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.216742+0000 mon.a (mon.0) 6271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.217754+0000 mon.a (mon.0) 6272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.220486+0000 mon.a (mon.0) 6273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.221631+0000 mon.a (mon.0) 6274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.231775+0000 mon.a (mon.0) 6275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.273204+0000 mon.a (mon.0) 6276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.275664+0000 mon.a (mon.0) 6277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.276926+0000 mon.a (mon.0) 6278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.279287+0000 mon.a (mon.0) 6279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.280047+0000 mon.a (mon.0) 6280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.288713+0000 mon.a (mon.0) 6281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.363208+0000 mon.a (mon.0) 6282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.365682+0000 mon.a (mon.0) 6283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.366874+0000 mon.a (mon.0) 6284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.369428+0000 mon.a (mon.0) 6285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.370344+0000 mon.a (mon.0) 6286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.378601+0000 mon.a (mon.0) 6287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.460411+0000 mon.a (mon.0) 6288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.463392+0000 mon.a (mon.0) 6289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.613793+0000 mgr.y (mgr.25387) 3012 : cluster [DBG] pgmap v1945: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.614207+0000 mgr.y (mgr.25387) 3013 : cluster [DBG] pgmap v1946: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 20 op/s; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.620239+0000 mgr.y (mgr.25387) 3014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.628884+0000 mgr.y (mgr.25387) 3015 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:12.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.714043+0000 mgr.y (mgr.25387) 3016 : cluster [DBG] pgmap v1947: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.715116+0000 mgr.y (mgr.25387) 3017 : cluster [DBG] pgmap v1948: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.722210+0000 mgr.y (mgr.25387) 3018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.827713+0000 mgr.y (mgr.25387) 3019 : cluster [DBG] pgmap v1949: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.828783+0000 mgr.y (mgr.25387) 3020 : cluster [DBG] pgmap v1950: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.838535+0000 mgr.y (mgr.25387) 3021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.932721+0000 mon.a (mon.0) 6252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.937304+0000 mon.a (mon.0) 6253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.938719+0000 mon.a (mon.0) 6254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.942858+0000 mon.a (mon.0) 6255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.943900+0000 mon.a (mon.0) 6256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.946291+0000 mgr.y (mgr.25387) 3022 : cluster [DBG] pgmap v1951: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.465225+0000 mon.a (mon.0) 6290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.469618+0000 mon.a (mon.0) 6291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.470839+0000 mon.a (mon.0) 6292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.481853+0000 mon.a (mon.0) 6293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.560382+0000 mon.a (mon.0) 6294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.562935+0000 mon.a (mon.0) 6295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.564115+0000 mon.a (mon.0) 6296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.566983+0000 mon.a (mon.0) 6297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.567804+0000 mon.a (mon.0) 6298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.579391+0000 mon.a (mon.0) 6299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.652690+0000 mon.a (mon.0) 6300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.655177+0000 mon.a (mon.0) 6301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.656782+0000 mon.a (mon.0) 6302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.660518+0000 mon.a (mon.0) 6303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.661875+0000 mon.a (mon.0) 6304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.670616+0000 mon.a (mon.0) 6305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.749454+0000 mon.a (mon.0) 6306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.752444+0000 mon.a (mon.0) 6307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.753980+0000 mon.a (mon.0) 6308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.757505+0000 mon.a (mon.0) 6309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.758665+0000 mon.a (mon.0) 6310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.767766+0000 mon.a (mon.0) 6311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.845749+0000 mon.a (mon.0) 6312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.848862+0000 mon.a (mon.0) 6313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.850449+0000 mon.a (mon.0) 6314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.854498+0000 mon.a (mon.0) 6315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.855683+0000 mon.a (mon.0) 6316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[73934]: audit 2024-03-30T04:47:11.866977+0000 mon.a (mon.0) 6317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:10.947328+0000 mgr.y (mgr.25387) 3023 : cluster [DBG] pgmap v1952: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:10.952821+0000 mon.a (mon.0) 6257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:10.953557+0000 mgr.y (mgr.25387) 3024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.042722+0000 mon.a (mon.0) 6258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.045431+0000 mon.a (mon.0) 6259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.047226+0000 mon.a (mon.0) 6260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.049851+0000 mon.a (mon.0) 6261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.050575+0000 mon.a (mon.0) 6262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.052173+0000 mgr.y (mgr.25387) 3025 : cluster [DBG] pgmap v1953: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.052873+0000 mgr.y (mgr.25387) 3026 : cluster [DBG] pgmap v1954: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.058416+0000 mon.a (mon.0) 6263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.058937+0000 mgr.y (mgr.25387) 3027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.136648+0000 mon.a (mon.0) 6264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.139215+0000 mon.a (mon.0) 6265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.140208+0000 mon.a (mon.0) 6266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.142620+0000 mon.a (mon.0) 6267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.143523+0000 mon.a (mon.0) 6268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.152514+0000 mon.a (mon.0) 6269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.214242+0000 mon.a (mon.0) 6270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.216742+0000 mon.a (mon.0) 6271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.217754+0000 mon.a (mon.0) 6272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.220486+0000 mon.a (mon.0) 6273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.221631+0000 mon.a (mon.0) 6274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.231775+0000 mon.a (mon.0) 6275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.273204+0000 mon.a (mon.0) 6276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.275664+0000 mon.a (mon.0) 6277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.276926+0000 mon.a (mon.0) 6278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.279287+0000 mon.a (mon.0) 6279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.280047+0000 mon.a (mon.0) 6280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.288713+0000 mon.a (mon.0) 6281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.363208+0000 mon.a (mon.0) 6282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.365682+0000 mon.a (mon.0) 6283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.366874+0000 mon.a (mon.0) 6284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.369428+0000 mon.a (mon.0) 6285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.370344+0000 mon.a (mon.0) 6286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.378601+0000 mon.a (mon.0) 6287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.460411+0000 mon.a (mon.0) 6288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.463392+0000 mon.a (mon.0) 6289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.465225+0000 mon.a (mon.0) 6290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.469618+0000 mon.a (mon.0) 6291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.470839+0000 mon.a (mon.0) 6292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.481853+0000 mon.a (mon.0) 6293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.560382+0000 mon.a (mon.0) 6294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.562935+0000 mon.a (mon.0) 6295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.564115+0000 mon.a (mon.0) 6296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.566983+0000 mon.a (mon.0) 6297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.567804+0000 mon.a (mon.0) 6298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.579391+0000 mon.a (mon.0) 6299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.652690+0000 mon.a (mon.0) 6300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.655177+0000 mon.a (mon.0) 6301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.656782+0000 mon.a (mon.0) 6302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.660518+0000 mon.a (mon.0) 6303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.661875+0000 mon.a (mon.0) 6304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.670616+0000 mon.a (mon.0) 6305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.749454+0000 mon.a (mon.0) 6306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.752444+0000 mon.a (mon.0) 6307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.753980+0000 mon.a (mon.0) 6308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.757505+0000 mon.a (mon.0) 6309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.758665+0000 mon.a (mon.0) 6310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.767766+0000 mon.a (mon.0) 6311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.845749+0000 mon.a (mon.0) 6312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.848862+0000 mon.a (mon.0) 6313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:12.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.850449+0000 mon.a (mon.0) 6314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:12.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.854498+0000 mon.a (mon.0) 6315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:12.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.855683+0000 mon.a (mon.0) 6316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:12.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:11 smithi097 bash[69502]: audit 2024-03-30T04:47:11.866977+0000 mon.a (mon.0) 6317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:12.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:47:12] "GET /metrics HTTP/1.1" 200 38517 "" "Prometheus/2.33.4" 2024-03-30T04:47:13.208 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[63817]: debug 2024-03-30T04:47:13.021+0000 7fa25844e7c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-30T04:47:13.229 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[63817]: debug 2024-03-30T04:47:13.061+0000 7fa25844e7c0 -1 osd.4 126 log_to_monitors true 2024-03-30T04:47:13.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.145319+0000 mgr.y (mgr.25387) 3028 : cluster [DBG] pgmap v1955: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.145904+0000 mgr.y (mgr.25387) 3029 : cluster [DBG] pgmap v1956: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.152985+0000 mgr.y (mgr.25387) 3030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.223572+0000 mgr.y (mgr.25387) 3031 : cluster [DBG] pgmap v1957: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.223937+0000 mgr.y (mgr.25387) 3032 : cluster [DBG] pgmap v1958: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.232273+0000 mgr.y (mgr.25387) 3033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.281767+0000 mgr.y (mgr.25387) 3034 : cluster [DBG] pgmap v1959: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.282217+0000 mgr.y (mgr.25387) 3035 : cluster [DBG] pgmap v1960: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.289151+0000 mgr.y (mgr.25387) 3036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.372440+0000 mgr.y (mgr.25387) 3037 : cluster [DBG] pgmap v1961: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.373249+0000 mgr.y (mgr.25387) 3038 : cluster [DBG] pgmap v1962: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.379138+0000 mgr.y (mgr.25387) 3039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.473493+0000 mgr.y (mgr.25387) 3040 : cluster [DBG] pgmap v1963: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.474178+0000 mgr.y (mgr.25387) 3041 : cluster [DBG] pgmap v1964: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.482671+0000 mgr.y (mgr.25387) 3042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.569819+0000 mgr.y (mgr.25387) 3043 : cluster [DBG] pgmap v1965: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.570597+0000 mgr.y (mgr.25387) 3044 : cluster [DBG] pgmap v1966: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.579989+0000 mgr.y (mgr.25387) 3045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.231 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.664086+0000 mgr.y (mgr.25387) 3046 : cluster [DBG] pgmap v1967: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.664381+0000 mgr.y (mgr.25387) 3047 : cluster [DBG] pgmap v1968: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.671290+0000 mgr.y (mgr.25387) 3048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.761292+0000 mgr.y (mgr.25387) 3049 : cluster [DBG] pgmap v1969: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.762318+0000 mgr.y (mgr.25387) 3050 : cluster [DBG] pgmap v1970: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.768331+0000 mgr.y (mgr.25387) 3051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.858292+0000 mgr.y (mgr.25387) 3052 : cluster [DBG] pgmap v1971: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.859165+0000 mgr.y (mgr.25387) 3053 : cluster [DBG] pgmap v1972: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.867649+0000 mgr.y (mgr.25387) 3054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:11.945220+0000 mon.a (mon.0) 6318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:11.948132+0000 mon.a (mon.0) 6319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:11.949345+0000 mon.a (mon.0) 6320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:11.951724+0000 mon.a (mon.0) 6321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:11.952521+0000 mon.a (mon.0) 6322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.232 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.954267+0000 mgr.y (mgr.25387) 3055 : cluster [DBG] pgmap v1973: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:11.954782+0000 mgr.y (mgr.25387) 3056 : cluster [DBG] pgmap v1974: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:11.959626+0000 mon.a (mon.0) 6323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:11.960319+0000 mgr.y (mgr.25387) 3057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.043071+0000 mon.a (mon.0) 6324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.047171+0000 mon.a (mon.0) 6325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.048961+0000 mon.a (mon.0) 6326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.052678+0000 mon.a (mon.0) 6327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.053763+0000 mon.a (mon.0) 6328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.233 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.056401+0000 mgr.y (mgr.25387) 3058 : cluster [DBG] pgmap v1975: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.057453+0000 mgr.y (mgr.25387) 3059 : cluster [DBG] pgmap v1976: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.064875+0000 mon.a (mon.0) 6329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.065973+0000 mgr.y (mgr.25387) 3060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.142004+0000 mon.a (mon.0) 6330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.145633+0000 mon.a (mon.0) 6331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.147108+0000 mon.a (mon.0) 6332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.150944+0000 mon.a (mon.0) 6333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.152497+0000 mon.a (mon.0) 6334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.165332+0000 mon.a (mon.0) 6335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.240642+0000 mon.a (mon.0) 6336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.243476+0000 mon.a (mon.0) 6337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.245039+0000 mon.a (mon.0) 6338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.248393+0000 mon.a (mon.0) 6339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.234 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.249604+0000 mon.a (mon.0) 6340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.262126+0000 mon.a (mon.0) 6341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.336289+0000 mon.a (mon.0) 6342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.339396+0000 mon.a (mon.0) 6343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.341094+0000 mon.a (mon.0) 6344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.344442+0000 mon.a (mon.0) 6345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.345725+0000 mon.a (mon.0) 6346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.357205+0000 mon.a (mon.0) 6347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.434815+0000 mon.a (mon.0) 6348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.437934+0000 mon.a (mon.0) 6349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.439625+0000 mon.a (mon.0) 6350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.443732+0000 mon.a (mon.0) 6351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.445032+0000 mon.a (mon.0) 6352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.456587+0000 mon.a (mon.0) 6353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.235 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.535056+0000 mon.a (mon.0) 6354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.539312+0000 mon.a (mon.0) 6355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.540957+0000 mon.a (mon.0) 6356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.544669+0000 mon.a (mon.0) 6357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.545871+0000 mon.a (mon.0) 6358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.553406+0000 mon.a (mon.0) 6359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.634716+0000 mon.a (mon.0) 6360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.637485+0000 mon.a (mon.0) 6361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.638605+0000 mon.a (mon.0) 6362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.641139+0000 mon.a (mon.0) 6363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.641998+0000 mon.a (mon.0) 6364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.648950+0000 mon.a (mon.0) 6365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.722238+0000 mon.a (mon.0) 6366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.726189+0000 mon.a (mon.0) 6367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.236 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.727640+0000 mon.a (mon.0) 6368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.730578+0000 mon.a (mon.0) 6369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.731663+0000 mon.a (mon.0) 6370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.741979+0000 mon.a (mon.0) 6371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.831375+0000 mon.a (mon.0) 6372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.835863+0000 mon.a (mon.0) 6373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.837681+0000 mon.a (mon.0) 6374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.841813+0000 mon.a (mon.0) 6375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.843164+0000 mon.a (mon.0) 6376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:12 smithi105 bash[58125]: audit 2024-03-30T04:47:12.855481+0000 mon.a (mon.0) 6377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.145319+0000 mgr.y (mgr.25387) 3028 : cluster [DBG] pgmap v1955: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.145904+0000 mgr.y (mgr.25387) 3029 : cluster [DBG] pgmap v1956: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.152985+0000 mgr.y (mgr.25387) 3030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.223572+0000 mgr.y (mgr.25387) 3031 : cluster [DBG] pgmap v1957: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.223937+0000 mgr.y (mgr.25387) 3032 : cluster [DBG] pgmap v1958: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.232273+0000 mgr.y (mgr.25387) 3033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.281767+0000 mgr.y (mgr.25387) 3034 : cluster [DBG] pgmap v1959: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.282217+0000 mgr.y (mgr.25387) 3035 : cluster [DBG] pgmap v1960: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.289151+0000 mgr.y (mgr.25387) 3036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.372440+0000 mgr.y (mgr.25387) 3037 : cluster [DBG] pgmap v1961: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.373249+0000 mgr.y (mgr.25387) 3038 : cluster [DBG] pgmap v1962: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.379138+0000 mgr.y (mgr.25387) 3039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.473493+0000 mgr.y (mgr.25387) 3040 : cluster [DBG] pgmap v1963: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.474178+0000 mgr.y (mgr.25387) 3041 : cluster [DBG] pgmap v1964: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.482671+0000 mgr.y (mgr.25387) 3042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.145319+0000 mgr.y (mgr.25387) 3028 : cluster [DBG] pgmap v1955: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.145904+0000 mgr.y (mgr.25387) 3029 : cluster [DBG] pgmap v1956: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.152985+0000 mgr.y (mgr.25387) 3030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.223572+0000 mgr.y (mgr.25387) 3031 : cluster [DBG] pgmap v1957: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.223937+0000 mgr.y (mgr.25387) 3032 : cluster [DBG] pgmap v1958: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.232273+0000 mgr.y (mgr.25387) 3033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.281767+0000 mgr.y (mgr.25387) 3034 : cluster [DBG] pgmap v1959: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.282217+0000 mgr.y (mgr.25387) 3035 : cluster [DBG] pgmap v1960: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.289151+0000 mgr.y (mgr.25387) 3036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.372440+0000 mgr.y (mgr.25387) 3037 : cluster [DBG] pgmap v1961: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.373249+0000 mgr.y (mgr.25387) 3038 : cluster [DBG] pgmap v1962: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.379138+0000 mgr.y (mgr.25387) 3039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.473493+0000 mgr.y (mgr.25387) 3040 : cluster [DBG] pgmap v1963: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.474178+0000 mgr.y (mgr.25387) 3041 : cluster [DBG] pgmap v1964: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.482671+0000 mgr.y (mgr.25387) 3042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.569819+0000 mgr.y (mgr.25387) 3043 : cluster [DBG] pgmap v1965: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.570597+0000 mgr.y (mgr.25387) 3044 : cluster [DBG] pgmap v1966: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.579989+0000 mgr.y (mgr.25387) 3045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.664086+0000 mgr.y (mgr.25387) 3046 : cluster [DBG] pgmap v1967: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.664381+0000 mgr.y (mgr.25387) 3047 : cluster [DBG] pgmap v1968: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.671290+0000 mgr.y (mgr.25387) 3048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.761292+0000 mgr.y (mgr.25387) 3049 : cluster [DBG] pgmap v1969: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.762318+0000 mgr.y (mgr.25387) 3050 : cluster [DBG] pgmap v1970: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.768331+0000 mgr.y (mgr.25387) 3051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.858292+0000 mgr.y (mgr.25387) 3052 : cluster [DBG] pgmap v1971: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.859165+0000 mgr.y (mgr.25387) 3053 : cluster [DBG] pgmap v1972: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.867649+0000 mgr.y (mgr.25387) 3054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:11.945220+0000 mon.a (mon.0) 6318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:11.948132+0000 mon.a (mon.0) 6319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:11.949345+0000 mon.a (mon.0) 6320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:11.951724+0000 mon.a (mon.0) 6321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:11.952521+0000 mon.a (mon.0) 6322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.569819+0000 mgr.y (mgr.25387) 3043 : cluster [DBG] pgmap v1965: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.570597+0000 mgr.y (mgr.25387) 3044 : cluster [DBG] pgmap v1966: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.579989+0000 mgr.y (mgr.25387) 3045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.664086+0000 mgr.y (mgr.25387) 3046 : cluster [DBG] pgmap v1967: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.664381+0000 mgr.y (mgr.25387) 3047 : cluster [DBG] pgmap v1968: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.671290+0000 mgr.y (mgr.25387) 3048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.761292+0000 mgr.y (mgr.25387) 3049 : cluster [DBG] pgmap v1969: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.762318+0000 mgr.y (mgr.25387) 3050 : cluster [DBG] pgmap v1970: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.768331+0000 mgr.y (mgr.25387) 3051 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.858292+0000 mgr.y (mgr.25387) 3052 : cluster [DBG] pgmap v1971: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.859165+0000 mgr.y (mgr.25387) 3053 : cluster [DBG] pgmap v1972: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.867649+0000 mgr.y (mgr.25387) 3054 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:11.945220+0000 mon.a (mon.0) 6318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:11.948132+0000 mon.a (mon.0) 6319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:11.949345+0000 mon.a (mon.0) 6320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:11.951724+0000 mon.a (mon.0) 6321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:11.952521+0000 mon.a (mon.0) 6322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.954267+0000 mgr.y (mgr.25387) 3055 : cluster [DBG] pgmap v1973: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:11.954782+0000 mgr.y (mgr.25387) 3056 : cluster [DBG] pgmap v1974: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:11.959626+0000 mon.a (mon.0) 6323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:11.960319+0000 mgr.y (mgr.25387) 3057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.043071+0000 mon.a (mon.0) 6324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.047171+0000 mon.a (mon.0) 6325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.048961+0000 mon.a (mon.0) 6326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.052678+0000 mon.a (mon.0) 6327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.053763+0000 mon.a (mon.0) 6328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.056401+0000 mgr.y (mgr.25387) 3058 : cluster [DBG] pgmap v1975: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.057453+0000 mgr.y (mgr.25387) 3059 : cluster [DBG] pgmap v1976: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.064875+0000 mon.a (mon.0) 6329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.065973+0000 mgr.y (mgr.25387) 3060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.142004+0000 mon.a (mon.0) 6330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.145633+0000 mon.a (mon.0) 6331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.147108+0000 mon.a (mon.0) 6332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.150944+0000 mon.a (mon.0) 6333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.152497+0000 mon.a (mon.0) 6334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.954267+0000 mgr.y (mgr.25387) 3055 : cluster [DBG] pgmap v1973: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:11.954782+0000 mgr.y (mgr.25387) 3056 : cluster [DBG] pgmap v1974: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:11.959626+0000 mon.a (mon.0) 6323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:11.960319+0000 mgr.y (mgr.25387) 3057 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.043071+0000 mon.a (mon.0) 6324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.047171+0000 mon.a (mon.0) 6325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.048961+0000 mon.a (mon.0) 6326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.052678+0000 mon.a (mon.0) 6327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.053763+0000 mon.a (mon.0) 6328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.056401+0000 mgr.y (mgr.25387) 3058 : cluster [DBG] pgmap v1975: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.057453+0000 mgr.y (mgr.25387) 3059 : cluster [DBG] pgmap v1976: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.064875+0000 mon.a (mon.0) 6329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.065973+0000 mgr.y (mgr.25387) 3060 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.142004+0000 mon.a (mon.0) 6330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.145633+0000 mon.a (mon.0) 6331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.147108+0000 mon.a (mon.0) 6332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.150944+0000 mon.a (mon.0) 6333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.152497+0000 mon.a (mon.0) 6334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.165332+0000 mon.a (mon.0) 6335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.240642+0000 mon.a (mon.0) 6336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.243476+0000 mon.a (mon.0) 6337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.245039+0000 mon.a (mon.0) 6338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.248393+0000 mon.a (mon.0) 6339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.249604+0000 mon.a (mon.0) 6340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.262126+0000 mon.a (mon.0) 6341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.336289+0000 mon.a (mon.0) 6342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.339396+0000 mon.a (mon.0) 6343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.341094+0000 mon.a (mon.0) 6344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.344442+0000 mon.a (mon.0) 6345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.345725+0000 mon.a (mon.0) 6346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.357205+0000 mon.a (mon.0) 6347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.434815+0000 mon.a (mon.0) 6348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.437934+0000 mon.a (mon.0) 6349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.439625+0000 mon.a (mon.0) 6350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.443732+0000 mon.a (mon.0) 6351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.445032+0000 mon.a (mon.0) 6352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.456587+0000 mon.a (mon.0) 6353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.535056+0000 mon.a (mon.0) 6354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.539312+0000 mon.a (mon.0) 6355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.540957+0000 mon.a (mon.0) 6356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.544669+0000 mon.a (mon.0) 6357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.545871+0000 mon.a (mon.0) 6358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.553406+0000 mon.a (mon.0) 6359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.634716+0000 mon.a (mon.0) 6360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.637485+0000 mon.a (mon.0) 6361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.638605+0000 mon.a (mon.0) 6362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.641139+0000 mon.a (mon.0) 6363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.641998+0000 mon.a (mon.0) 6364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.648950+0000 mon.a (mon.0) 6365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.722238+0000 mon.a (mon.0) 6366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.726189+0000 mon.a (mon.0) 6367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.727640+0000 mon.a (mon.0) 6368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.730578+0000 mon.a (mon.0) 6369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.731663+0000 mon.a (mon.0) 6370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.741979+0000 mon.a (mon.0) 6371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.831375+0000 mon.a (mon.0) 6372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.165332+0000 mon.a (mon.0) 6335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.240642+0000 mon.a (mon.0) 6336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.243476+0000 mon.a (mon.0) 6337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.245039+0000 mon.a (mon.0) 6338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.248393+0000 mon.a (mon.0) 6339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.249604+0000 mon.a (mon.0) 6340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.262126+0000 mon.a (mon.0) 6341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.336289+0000 mon.a (mon.0) 6342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.339396+0000 mon.a (mon.0) 6343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.341094+0000 mon.a (mon.0) 6344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.344442+0000 mon.a (mon.0) 6345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.345725+0000 mon.a (mon.0) 6346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.357205+0000 mon.a (mon.0) 6347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.434815+0000 mon.a (mon.0) 6348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.437934+0000 mon.a (mon.0) 6349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.439625+0000 mon.a (mon.0) 6350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.443732+0000 mon.a (mon.0) 6351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.445032+0000 mon.a (mon.0) 6352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.456587+0000 mon.a (mon.0) 6353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.835863+0000 mon.a (mon.0) 6373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.837681+0000 mon.a (mon.0) 6374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.841813+0000 mon.a (mon.0) 6375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.843164+0000 mon.a (mon.0) 6376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[73934]: audit 2024-03-30T04:47:12.855481+0000 mon.a (mon.0) 6377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.535056+0000 mon.a (mon.0) 6354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.539312+0000 mon.a (mon.0) 6355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.540957+0000 mon.a (mon.0) 6356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.544669+0000 mon.a (mon.0) 6357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.545871+0000 mon.a (mon.0) 6358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.553406+0000 mon.a (mon.0) 6359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.634716+0000 mon.a (mon.0) 6360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.637485+0000 mon.a (mon.0) 6361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.638605+0000 mon.a (mon.0) 6362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.641139+0000 mon.a (mon.0) 6363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.641998+0000 mon.a (mon.0) 6364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.648950+0000 mon.a (mon.0) 6365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.722238+0000 mon.a (mon.0) 6366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.726189+0000 mon.a (mon.0) 6367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.727640+0000 mon.a (mon.0) 6368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.730578+0000 mon.a (mon.0) 6369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.731663+0000 mon.a (mon.0) 6370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.741979+0000 mon.a (mon.0) 6371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.831375+0000 mon.a (mon.0) 6372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.835863+0000 mon.a (mon.0) 6373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.837681+0000 mon.a (mon.0) 6374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.841813+0000 mon.a (mon.0) 6375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.843164+0000 mon.a (mon.0) 6376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:13.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:12 smithi097 bash[69502]: audit 2024-03-30T04:47:12.855481+0000 mon.a (mon.0) 6377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.243 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.155499+0000 mgr.y (mgr.25387) 3061 : cluster [DBG] pgmap v1977: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.156608+0000 mgr.y (mgr.25387) 3062 : cluster [DBG] pgmap v1978: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.166121+0000 mgr.y (mgr.25387) 3063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.252178+0000 mgr.y (mgr.25387) 3064 : cluster [DBG] pgmap v1979: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.253314+0000 mgr.y (mgr.25387) 3065 : cluster [DBG] pgmap v1980: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.262763+0000 mgr.y (mgr.25387) 3066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.348187+0000 mgr.y (mgr.25387) 3067 : cluster [DBG] pgmap v1981: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.349090+0000 mgr.y (mgr.25387) 3068 : cluster [DBG] pgmap v1982: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.357773+0000 mgr.y (mgr.25387) 3069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.447873+0000 mgr.y (mgr.25387) 3070 : cluster [DBG] pgmap v1983: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.448987+0000 mgr.y (mgr.25387) 3071 : cluster [DBG] pgmap v1984: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.457241+0000 mgr.y (mgr.25387) 3072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.244 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.548668+0000 mgr.y (mgr.25387) 3073 : cluster [DBG] pgmap v1985: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.549503+0000 mgr.y (mgr.25387) 3074 : cluster [DBG] pgmap v1986: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.554144+0000 mgr.y (mgr.25387) 3075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.643775+0000 mgr.y (mgr.25387) 3076 : cluster [DBG] pgmap v1987: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.644172+0000 mgr.y (mgr.25387) 3077 : cluster [DBG] pgmap v1988: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.649461+0000 mgr.y (mgr.25387) 3078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.734443+0000 mgr.y (mgr.25387) 3079 : cluster [DBG] pgmap v1989: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.735539+0000 mgr.y (mgr.25387) 3080 : cluster [DBG] pgmap v1990: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.742864+0000 mgr.y (mgr.25387) 3081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.846172+0000 mgr.y (mgr.25387) 3082 : cluster [DBG] pgmap v1991: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.846996+0000 mgr.y (mgr.25387) 3083 : cluster [DBG] pgmap v1992: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.856389+0000 mgr.y (mgr.25387) 3084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.939440+0000 mon.a (mon.0) 6378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.941857+0000 mon.a (mon.0) 6379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.245 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.942820+0000 mon.a (mon.0) 6380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.945052+0000 mon.a (mon.0) 6381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.945804+0000 mon.a (mon.0) 6382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.947513+0000 mgr.y (mgr.25387) 3085 : cluster [DBG] pgmap v1993: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:12.948086+0000 mgr.y (mgr.25387) 3086 : cluster [DBG] pgmap v1994: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.952013+0000 mon.a (mon.0) 6383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:12.952702+0000 mgr.y (mgr.25387) 3087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.993475+0000 mon.a (mon.0) 6384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.995527+0000 mon.a (mon.0) 6385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.996492+0000 mon.a (mon.0) 6386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.998636+0000 mon.a (mon.0) 6387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:12.999342+0000 mon.a (mon.0) 6388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.000840+0000 mgr.y (mgr.25387) 3088 : cluster [DBG] pgmap v1995: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.246 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.001334+0000 mgr.y (mgr.25387) 3089 : cluster [DBG] pgmap v1996: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.006328+0000 mon.a (mon.0) 6389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.006811+0000 mgr.y (mgr.25387) 3090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.048533+0000 mon.a (mon.0) 6390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.050535+0000 mon.a (mon.0) 6391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.051475+0000 mon.a (mon.0) 6392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.053609+0000 mon.a (mon.0) 6393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.054292+0000 mon.a (mon.0) 6394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.055726+0000 mgr.y (mgr.25387) 3091 : cluster [DBG] pgmap v1997: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.056176+0000 mgr.y (mgr.25387) 3092 : cluster [DBG] pgmap v1998: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.060736+0000 mon.a (mon.0) 6395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.061238+0000 mgr.y (mgr.25387) 3093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.068627+0000 mon.a (mon.0) 6396 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.070816+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.101422+0000 mon.a (mon.0) 6397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.247 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.103234+0000 mon.a (mon.0) 6398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.104239+0000 mon.a (mon.0) 6399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.106072+0000 mon.a (mon.0) 6400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.106680+0000 mon.a (mon.0) 6401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.107983+0000 mgr.y (mgr.25387) 3094 : cluster [DBG] pgmap v1999: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.108329+0000 mgr.y (mgr.25387) 3095 : cluster [DBG] pgmap v2000: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.113215+0000 mon.a (mon.0) 6402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.113740+0000 mgr.y (mgr.25387) 3096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.154454+0000 mon.a (mon.0) 6403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.156278+0000 mon.a (mon.0) 6404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.157084+0000 mon.a (mon.0) 6405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.158949+0000 mon.a (mon.0) 6406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.159547+0000 mon.a (mon.0) 6407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.165299+0000 mon.a (mon.0) 6408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.206035+0000 mon.a (mon.0) 6409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.248 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.207935+0000 mon.a (mon.0) 6410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.208777+0000 mon.a (mon.0) 6411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.210687+0000 mon.a (mon.0) 6412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.211270+0000 mon.a (mon.0) 6413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.217459+0000 mon.a (mon.0) 6414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.258889+0000 mon.a (mon.0) 6415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.260772+0000 mon.a (mon.0) 6416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.261660+0000 mon.a (mon.0) 6417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.263505+0000 mon.a (mon.0) 6418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.264155+0000 mon.a (mon.0) 6419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.270586+0000 mon.a (mon.0) 6420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.312797+0000 mon.a (mon.0) 6421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.314738+0000 mon.a (mon.0) 6422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.315536+0000 mon.a (mon.0) 6423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.317413+0000 mon.a (mon.0) 6424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.249 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.318042+0000 mon.a (mon.0) 6425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.323952+0000 mon.a (mon.0) 6426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.364759+0000 mon.a (mon.0) 6427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.366565+0000 mon.a (mon.0) 6428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.367465+0000 mon.a (mon.0) 6429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.369607+0000 mon.a (mon.0) 6430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.370307+0000 mon.a (mon.0) 6431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.376439+0000 mon.a (mon.0) 6432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.417707+0000 mon.a (mon.0) 6433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.419467+0000 mon.a (mon.0) 6434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.420255+0000 mon.a (mon.0) 6435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.422176+0000 mon.a (mon.0) 6436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.422783+0000 mon.a (mon.0) 6437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.428839+0000 mon.a (mon.0) 6438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.470466+0000 mon.a (mon.0) 6439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.250 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.472340+0000 mon.a (mon.0) 6440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.473211+0000 mon.a (mon.0) 6441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.474901+0000 mon.a (mon.0) 6442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.475424+0000 mon.a (mon.0) 6443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.481528+0000 mon.a (mon.0) 6444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.526028+0000 mon.a (mon.0) 6445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.528833+0000 mon.a (mon.0) 6446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.529824+0000 mon.a (mon.0) 6447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.532345+0000 mon.a (mon.0) 6448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.533072+0000 mon.a (mon.0) 6449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.542838+0000 mon.a (mon.0) 6450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.584212+0000 mon.a (mon.0) 6451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.586292+0000 mon.a (mon.0) 6452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.587408+0000 mon.a (mon.0) 6453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.589469+0000 mon.a (mon.0) 6454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.251 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.590148+0000 mon.a (mon.0) 6455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.598567+0000 mon.a (mon.0) 6456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.640323+0000 mon.a (mon.0) 6457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.642472+0000 mon.a (mon.0) 6458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.643568+0000 mon.a (mon.0) 6459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.645441+0000 mon.a (mon.0) 6460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.646047+0000 mon.a (mon.0) 6461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.655495+0000 mon.a (mon.0) 6462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.697221+0000 mon.a (mon.0) 6463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.699208+0000 mon.a (mon.0) 6464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.252 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.699954+0000 mon.a (mon.0) 6465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.701787+0000 mon.a (mon.0) 6466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.702356+0000 mon.a (mon.0) 6467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.711265+0000 mon.a (mon.0) 6468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.751983+0000 mon.a (mon.0) 6469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.753766+0000 mon.a (mon.0) 6470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.754565+0000 mon.a (mon.0) 6471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.756520+0000 mon.a (mon.0) 6472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.757228+0000 mon.a (mon.0) 6473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.765594+0000 mon.a (mon.0) 6474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.805878+0000 mon.a (mon.0) 6475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.807634+0000 mon.a (mon.0) 6476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.808396+0000 mon.a (mon.0) 6477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.253 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.810221+0000 mon.a (mon.0) 6478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.810841+0000 mon.a (mon.0) 6479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.819148+0000 mon.a (mon.0) 6480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.860121+0000 mon.a (mon.0) 6481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.861881+0000 mon.a (mon.0) 6482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.862770+0000 mon.a (mon.0) 6483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.864595+0000 mon.a (mon.0) 6484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.865171+0000 mon.a (mon.0) 6485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.873091+0000 mon.a (mon.0) 6486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.913719+0000 mon.a (mon.0) 6487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.915416+0000 mon.a (mon.0) 6488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.916546+0000 mon.a (mon.0) 6489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.918424+0000 mon.a (mon.0) 6490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.254 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:13 smithi105 bash[58125]: audit 2024-03-30T04:47:13.919045+0000 mon.a (mon.0) 6491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.155499+0000 mgr.y (mgr.25387) 3061 : cluster [DBG] pgmap v1977: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.156608+0000 mgr.y (mgr.25387) 3062 : cluster [DBG] pgmap v1978: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.166121+0000 mgr.y (mgr.25387) 3063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.252178+0000 mgr.y (mgr.25387) 3064 : cluster [DBG] pgmap v1979: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.253314+0000 mgr.y (mgr.25387) 3065 : cluster [DBG] pgmap v1980: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.262763+0000 mgr.y (mgr.25387) 3066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.348187+0000 mgr.y (mgr.25387) 3067 : cluster [DBG] pgmap v1981: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.349090+0000 mgr.y (mgr.25387) 3068 : cluster [DBG] pgmap v1982: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.357773+0000 mgr.y (mgr.25387) 3069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.447873+0000 mgr.y (mgr.25387) 3070 : cluster [DBG] pgmap v1983: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.448987+0000 mgr.y (mgr.25387) 3071 : cluster [DBG] pgmap v1984: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.457241+0000 mgr.y (mgr.25387) 3072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.548668+0000 mgr.y (mgr.25387) 3073 : cluster [DBG] pgmap v1985: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.549503+0000 mgr.y (mgr.25387) 3074 : cluster [DBG] pgmap v1986: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.554144+0000 mgr.y (mgr.25387) 3075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.155499+0000 mgr.y (mgr.25387) 3061 : cluster [DBG] pgmap v1977: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.156608+0000 mgr.y (mgr.25387) 3062 : cluster [DBG] pgmap v1978: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.166121+0000 mgr.y (mgr.25387) 3063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.252178+0000 mgr.y (mgr.25387) 3064 : cluster [DBG] pgmap v1979: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.253314+0000 mgr.y (mgr.25387) 3065 : cluster [DBG] pgmap v1980: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.262763+0000 mgr.y (mgr.25387) 3066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.348187+0000 mgr.y (mgr.25387) 3067 : cluster [DBG] pgmap v1981: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.349090+0000 mgr.y (mgr.25387) 3068 : cluster [DBG] pgmap v1982: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.357773+0000 mgr.y (mgr.25387) 3069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.447873+0000 mgr.y (mgr.25387) 3070 : cluster [DBG] pgmap v1983: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.448987+0000 mgr.y (mgr.25387) 3071 : cluster [DBG] pgmap v1984: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.457241+0000 mgr.y (mgr.25387) 3072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.548668+0000 mgr.y (mgr.25387) 3073 : cluster [DBG] pgmap v1985: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.549503+0000 mgr.y (mgr.25387) 3074 : cluster [DBG] pgmap v1986: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.554144+0000 mgr.y (mgr.25387) 3075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.643775+0000 mgr.y (mgr.25387) 3076 : cluster [DBG] pgmap v1987: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.644172+0000 mgr.y (mgr.25387) 3077 : cluster [DBG] pgmap v1988: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.649461+0000 mgr.y (mgr.25387) 3078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.734443+0000 mgr.y (mgr.25387) 3079 : cluster [DBG] pgmap v1989: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.735539+0000 mgr.y (mgr.25387) 3080 : cluster [DBG] pgmap v1990: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.742864+0000 mgr.y (mgr.25387) 3081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.846172+0000 mgr.y (mgr.25387) 3082 : cluster [DBG] pgmap v1991: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.846996+0000 mgr.y (mgr.25387) 3083 : cluster [DBG] pgmap v1992: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.856389+0000 mgr.y (mgr.25387) 3084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.939440+0000 mon.a (mon.0) 6378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.941857+0000 mon.a (mon.0) 6379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.942820+0000 mon.a (mon.0) 6380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.945052+0000 mon.a (mon.0) 6381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.945804+0000 mon.a (mon.0) 6382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.947513+0000 mgr.y (mgr.25387) 3085 : cluster [DBG] pgmap v1993: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:12.948086+0000 mgr.y (mgr.25387) 3086 : cluster [DBG] pgmap v1994: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.952013+0000 mon.a (mon.0) 6383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.643775+0000 mgr.y (mgr.25387) 3076 : cluster [DBG] pgmap v1987: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.644172+0000 mgr.y (mgr.25387) 3077 : cluster [DBG] pgmap v1988: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.649461+0000 mgr.y (mgr.25387) 3078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.734443+0000 mgr.y (mgr.25387) 3079 : cluster [DBG] pgmap v1989: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.735539+0000 mgr.y (mgr.25387) 3080 : cluster [DBG] pgmap v1990: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.742864+0000 mgr.y (mgr.25387) 3081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.846172+0000 mgr.y (mgr.25387) 3082 : cluster [DBG] pgmap v1991: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.846996+0000 mgr.y (mgr.25387) 3083 : cluster [DBG] pgmap v1992: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.856389+0000 mgr.y (mgr.25387) 3084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.939440+0000 mon.a (mon.0) 6378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.941857+0000 mon.a (mon.0) 6379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.942820+0000 mon.a (mon.0) 6380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.945052+0000 mon.a (mon.0) 6381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.945804+0000 mon.a (mon.0) 6382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.947513+0000 mgr.y (mgr.25387) 3085 : cluster [DBG] pgmap v1993: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:12.948086+0000 mgr.y (mgr.25387) 3086 : cluster [DBG] pgmap v1994: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.952013+0000 mon.a (mon.0) 6383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:12.952702+0000 mgr.y (mgr.25387) 3087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.993475+0000 mon.a (mon.0) 6384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.995527+0000 mon.a (mon.0) 6385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.996492+0000 mon.a (mon.0) 6386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.998636+0000 mon.a (mon.0) 6387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:12.999342+0000 mon.a (mon.0) 6388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.000840+0000 mgr.y (mgr.25387) 3088 : cluster [DBG] pgmap v1995: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.001334+0000 mgr.y (mgr.25387) 3089 : cluster [DBG] pgmap v1996: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.006328+0000 mon.a (mon.0) 6389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.006811+0000 mgr.y (mgr.25387) 3090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.048533+0000 mon.a (mon.0) 6390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.050535+0000 mon.a (mon.0) 6391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.051475+0000 mon.a (mon.0) 6392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.053609+0000 mon.a (mon.0) 6393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.054292+0000 mon.a (mon.0) 6394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.055726+0000 mgr.y (mgr.25387) 3091 : cluster [DBG] pgmap v1997: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.056176+0000 mgr.y (mgr.25387) 3092 : cluster [DBG] pgmap v1998: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.060736+0000 mon.a (mon.0) 6395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:12.952702+0000 mgr.y (mgr.25387) 3087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.993475+0000 mon.a (mon.0) 6384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.995527+0000 mon.a (mon.0) 6385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.996492+0000 mon.a (mon.0) 6386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.998636+0000 mon.a (mon.0) 6387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:12.999342+0000 mon.a (mon.0) 6388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.000840+0000 mgr.y (mgr.25387) 3088 : cluster [DBG] pgmap v1995: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.001334+0000 mgr.y (mgr.25387) 3089 : cluster [DBG] pgmap v1996: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.006328+0000 mon.a (mon.0) 6389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.006811+0000 mgr.y (mgr.25387) 3090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.048533+0000 mon.a (mon.0) 6390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.050535+0000 mon.a (mon.0) 6391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.051475+0000 mon.a (mon.0) 6392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.053609+0000 mon.a (mon.0) 6393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.054292+0000 mon.a (mon.0) 6394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.055726+0000 mgr.y (mgr.25387) 3091 : cluster [DBG] pgmap v1997: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.056176+0000 mgr.y (mgr.25387) 3092 : cluster [DBG] pgmap v1998: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.060736+0000 mon.a (mon.0) 6395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.061238+0000 mgr.y (mgr.25387) 3093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.068627+0000 mon.a (mon.0) 6396 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.070816+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.101422+0000 mon.a (mon.0) 6397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.103234+0000 mon.a (mon.0) 6398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.104239+0000 mon.a (mon.0) 6399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.106072+0000 mon.a (mon.0) 6400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.106680+0000 mon.a (mon.0) 6401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.107983+0000 mgr.y (mgr.25387) 3094 : cluster [DBG] pgmap v1999: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.108329+0000 mgr.y (mgr.25387) 3095 : cluster [DBG] pgmap v2000: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.113215+0000 mon.a (mon.0) 6402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.113740+0000 mgr.y (mgr.25387) 3096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.154454+0000 mon.a (mon.0) 6403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.156278+0000 mon.a (mon.0) 6404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.157084+0000 mon.a (mon.0) 6405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.158949+0000 mon.a (mon.0) 6406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.159547+0000 mon.a (mon.0) 6407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.165299+0000 mon.a (mon.0) 6408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.061238+0000 mgr.y (mgr.25387) 3093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.068627+0000 mon.a (mon.0) 6396 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.070816+0000 mon.b (mon.2) 3 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.101422+0000 mon.a (mon.0) 6397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.103234+0000 mon.a (mon.0) 6398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.104239+0000 mon.a (mon.0) 6399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.106072+0000 mon.a (mon.0) 6400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.106680+0000 mon.a (mon.0) 6401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.107983+0000 mgr.y (mgr.25387) 3094 : cluster [DBG] pgmap v1999: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.108329+0000 mgr.y (mgr.25387) 3095 : cluster [DBG] pgmap v2000: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.113215+0000 mon.a (mon.0) 6402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.113740+0000 mgr.y (mgr.25387) 3096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.154454+0000 mon.a (mon.0) 6403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.156278+0000 mon.a (mon.0) 6404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.157084+0000 mon.a (mon.0) 6405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.158949+0000 mon.a (mon.0) 6406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.159547+0000 mon.a (mon.0) 6407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.165299+0000 mon.a (mon.0) 6408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.206035+0000 mon.a (mon.0) 6409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.207935+0000 mon.a (mon.0) 6410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.208777+0000 mon.a (mon.0) 6411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.210687+0000 mon.a (mon.0) 6412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.211270+0000 mon.a (mon.0) 6413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.217459+0000 mon.a (mon.0) 6414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.258889+0000 mon.a (mon.0) 6415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.260772+0000 mon.a (mon.0) 6416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.261660+0000 mon.a (mon.0) 6417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.263505+0000 mon.a (mon.0) 6418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.264155+0000 mon.a (mon.0) 6419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.270586+0000 mon.a (mon.0) 6420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.312797+0000 mon.a (mon.0) 6421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.314738+0000 mon.a (mon.0) 6422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.315536+0000 mon.a (mon.0) 6423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.317413+0000 mon.a (mon.0) 6424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.318042+0000 mon.a (mon.0) 6425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.323952+0000 mon.a (mon.0) 6426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.364759+0000 mon.a (mon.0) 6427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.206035+0000 mon.a (mon.0) 6409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.207935+0000 mon.a (mon.0) 6410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.208777+0000 mon.a (mon.0) 6411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.210687+0000 mon.a (mon.0) 6412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.211270+0000 mon.a (mon.0) 6413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.217459+0000 mon.a (mon.0) 6414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.258889+0000 mon.a (mon.0) 6415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.260772+0000 mon.a (mon.0) 6416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.261660+0000 mon.a (mon.0) 6417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.263505+0000 mon.a (mon.0) 6418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.264155+0000 mon.a (mon.0) 6419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.270586+0000 mon.a (mon.0) 6420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.312797+0000 mon.a (mon.0) 6421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.314738+0000 mon.a (mon.0) 6422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.315536+0000 mon.a (mon.0) 6423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.317413+0000 mon.a (mon.0) 6424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.318042+0000 mon.a (mon.0) 6425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.323952+0000 mon.a (mon.0) 6426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.364759+0000 mon.a (mon.0) 6427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.366565+0000 mon.a (mon.0) 6428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.367465+0000 mon.a (mon.0) 6429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.369607+0000 mon.a (mon.0) 6430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.370307+0000 mon.a (mon.0) 6431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.376439+0000 mon.a (mon.0) 6432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.417707+0000 mon.a (mon.0) 6433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.419467+0000 mon.a (mon.0) 6434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.420255+0000 mon.a (mon.0) 6435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.422176+0000 mon.a (mon.0) 6436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.422783+0000 mon.a (mon.0) 6437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.428839+0000 mon.a (mon.0) 6438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.470466+0000 mon.a (mon.0) 6439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.472340+0000 mon.a (mon.0) 6440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.473211+0000 mon.a (mon.0) 6441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.474901+0000 mon.a (mon.0) 6442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.475424+0000 mon.a (mon.0) 6443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.481528+0000 mon.a (mon.0) 6444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.526028+0000 mon.a (mon.0) 6445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.528833+0000 mon.a (mon.0) 6446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.529824+0000 mon.a (mon.0) 6447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.532345+0000 mon.a (mon.0) 6448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.533072+0000 mon.a (mon.0) 6449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.542838+0000 mon.a (mon.0) 6450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.584212+0000 mon.a (mon.0) 6451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.586292+0000 mon.a (mon.0) 6452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.587408+0000 mon.a (mon.0) 6453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.589469+0000 mon.a (mon.0) 6454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.590148+0000 mon.a (mon.0) 6455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.598567+0000 mon.a (mon.0) 6456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.640323+0000 mon.a (mon.0) 6457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.642472+0000 mon.a (mon.0) 6458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.643568+0000 mon.a (mon.0) 6459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.645441+0000 mon.a (mon.0) 6460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.646047+0000 mon.a (mon.0) 6461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.655495+0000 mon.a (mon.0) 6462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.697221+0000 mon.a (mon.0) 6463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.699208+0000 mon.a (mon.0) 6464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.699954+0000 mon.a (mon.0) 6465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.366565+0000 mon.a (mon.0) 6428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.367465+0000 mon.a (mon.0) 6429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.369607+0000 mon.a (mon.0) 6430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.370307+0000 mon.a (mon.0) 6431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.376439+0000 mon.a (mon.0) 6432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.417707+0000 mon.a (mon.0) 6433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.419467+0000 mon.a (mon.0) 6434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.420255+0000 mon.a (mon.0) 6435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.422176+0000 mon.a (mon.0) 6436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.422783+0000 mon.a (mon.0) 6437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.428839+0000 mon.a (mon.0) 6438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.470466+0000 mon.a (mon.0) 6439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.472340+0000 mon.a (mon.0) 6440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.473211+0000 mon.a (mon.0) 6441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.474901+0000 mon.a (mon.0) 6442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.475424+0000 mon.a (mon.0) 6443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.481528+0000 mon.a (mon.0) 6444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.526028+0000 mon.a (mon.0) 6445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.528833+0000 mon.a (mon.0) 6446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.701787+0000 mon.a (mon.0) 6466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.702356+0000 mon.a (mon.0) 6467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.711265+0000 mon.a (mon.0) 6468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.751983+0000 mon.a (mon.0) 6469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.753766+0000 mon.a (mon.0) 6470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.754565+0000 mon.a (mon.0) 6471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.756520+0000 mon.a (mon.0) 6472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.757228+0000 mon.a (mon.0) 6473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.765594+0000 mon.a (mon.0) 6474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.805878+0000 mon.a (mon.0) 6475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.807634+0000 mon.a (mon.0) 6476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.808396+0000 mon.a (mon.0) 6477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.810221+0000 mon.a (mon.0) 6478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.810841+0000 mon.a (mon.0) 6479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.819148+0000 mon.a (mon.0) 6480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.860121+0000 mon.a (mon.0) 6481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.861881+0000 mon.a (mon.0) 6482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.862770+0000 mon.a (mon.0) 6483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.864595+0000 mon.a (mon.0) 6484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.865171+0000 mon.a (mon.0) 6485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.873091+0000 mon.a (mon.0) 6486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.913719+0000 mon.a (mon.0) 6487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.915416+0000 mon.a (mon.0) 6488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.916546+0000 mon.a (mon.0) 6489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.918424+0000 mon.a (mon.0) 6490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[73934]: audit 2024-03-30T04:47:13.919045+0000 mon.a (mon.0) 6491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.529824+0000 mon.a (mon.0) 6447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.532345+0000 mon.a (mon.0) 6448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.533072+0000 mon.a (mon.0) 6449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.542838+0000 mon.a (mon.0) 6450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.584212+0000 mon.a (mon.0) 6451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.586292+0000 mon.a (mon.0) 6452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.587408+0000 mon.a (mon.0) 6453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.589469+0000 mon.a (mon.0) 6454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.590148+0000 mon.a (mon.0) 6455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.598567+0000 mon.a (mon.0) 6456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.640323+0000 mon.a (mon.0) 6457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.642472+0000 mon.a (mon.0) 6458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.643568+0000 mon.a (mon.0) 6459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.645441+0000 mon.a (mon.0) 6460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.646047+0000 mon.a (mon.0) 6461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.655495+0000 mon.a (mon.0) 6462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.697221+0000 mon.a (mon.0) 6463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.699208+0000 mon.a (mon.0) 6464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.699954+0000 mon.a (mon.0) 6465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.701787+0000 mon.a (mon.0) 6466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.702356+0000 mon.a (mon.0) 6467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.711265+0000 mon.a (mon.0) 6468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.751983+0000 mon.a (mon.0) 6469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.753766+0000 mon.a (mon.0) 6470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.754565+0000 mon.a (mon.0) 6471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.756520+0000 mon.a (mon.0) 6472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.757228+0000 mon.a (mon.0) 6473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.765594+0000 mon.a (mon.0) 6474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.805878+0000 mon.a (mon.0) 6475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.807634+0000 mon.a (mon.0) 6476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.808396+0000 mon.a (mon.0) 6477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.810221+0000 mon.a (mon.0) 6478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.810841+0000 mon.a (mon.0) 6479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.819148+0000 mon.a (mon.0) 6480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.860121+0000 mon.a (mon.0) 6481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.861881+0000 mon.a (mon.0) 6482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.862770+0000 mon.a (mon.0) 6483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.864595+0000 mon.a (mon.0) 6484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.865171+0000 mon.a (mon.0) 6485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.873091+0000 mon.a (mon.0) 6486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.913719+0000 mon.a (mon.0) 6487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.915416+0000 mon.a (mon.0) 6488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.916546+0000 mon.a (mon.0) 6489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.918424+0000 mon.a (mon.0) 6490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:14.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:13 smithi097 bash[69502]: audit 2024-03-30T04:47:13.919045+0000 mon.a (mon.0) 6491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:14.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[65835]: debug 2024-03-30T04:47:14.591+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:47:14.934 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[63817]: debug 2024-03-30T04:47:14.629+0000 7fa24589e700 -1 osd.4 126 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.160860+0000 mgr.y (mgr.25387) 3097 : cluster [DBG] pgmap v2001: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.161300+0000 mgr.y (mgr.25387) 3098 : cluster [DBG] pgmap v2002: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.165763+0000 mgr.y (mgr.25387) 3099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.212587+0000 mgr.y (mgr.25387) 3100 : cluster [DBG] pgmap v2003: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.212945+0000 mgr.y (mgr.25387) 3101 : cluster [DBG] pgmap v2004: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.217923+0000 mgr.y (mgr.25387) 3102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.265507+0000 mgr.y (mgr.25387) 3103 : cluster [DBG] pgmap v2005: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.265832+0000 mgr.y (mgr.25387) 3104 : cluster [DBG] pgmap v2006: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.271037+0000 mgr.y (mgr.25387) 3105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.319553+0000 mgr.y (mgr.25387) 3106 : cluster [DBG] pgmap v2007: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.319917+0000 mgr.y (mgr.25387) 3107 : cluster [DBG] pgmap v2008: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.324420+0000 mgr.y (mgr.25387) 3108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.371709+0000 mgr.y (mgr.25387) 3109 : cluster [DBG] pgmap v2009: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.372116+0000 mgr.y (mgr.25387) 3110 : cluster [DBG] pgmap v2010: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.376960+0000 mgr.y (mgr.25387) 3111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.424069+0000 mgr.y (mgr.25387) 3112 : cluster [DBG] pgmap v2011: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.424516+0000 mgr.y (mgr.25387) 3113 : cluster [DBG] pgmap v2012: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.429285+0000 mgr.y (mgr.25387) 3114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.476783+0000 mgr.y (mgr.25387) 3115 : cluster [DBG] pgmap v2013: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.477108+0000 mgr.y (mgr.25387) 3116 : cluster [DBG] pgmap v2014: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.481977+0000 mgr.y (mgr.25387) 3117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.534740+0000 mgr.y (mgr.25387) 3118 : cluster [DBG] pgmap v2015: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.535064+0000 mgr.y (mgr.25387) 3119 : cluster [DBG] pgmap v2016: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.543384+0000 mgr.y (mgr.25387) 3120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.591491+0000 mgr.y (mgr.25387) 3121 : cluster [DBG] pgmap v2017: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.591811+0000 mgr.y (mgr.25387) 3122 : cluster [DBG] pgmap v2018: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.599037+0000 mgr.y (mgr.25387) 3123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.647375+0000 mgr.y (mgr.25387) 3124 : cluster [DBG] pgmap v2019: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.647696+0000 mgr.y (mgr.25387) 3125 : cluster [DBG] pgmap v2020: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.656010+0000 mgr.y (mgr.25387) 3126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.703654+0000 mgr.y (mgr.25387) 3127 : cluster [DBG] pgmap v2021: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.704025+0000 mgr.y (mgr.25387) 3128 : cluster [DBG] pgmap v2022: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.711702+0000 mgr.y (mgr.25387) 3129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.758632+0000 mgr.y (mgr.25387) 3130 : cluster [DBG] pgmap v2023: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.759037+0000 mgr.y (mgr.25387) 3131 : cluster [DBG] pgmap v2024: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.766041+0000 mgr.y (mgr.25387) 3132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.812193+0000 mgr.y (mgr.25387) 3133 : cluster [DBG] pgmap v2025: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.812610+0000 mgr.y (mgr.25387) 3134 : cluster [DBG] pgmap v2026: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.819654+0000 mgr.y (mgr.25387) 3135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.866462+0000 mgr.y (mgr.25387) 3136 : cluster [DBG] pgmap v2027: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.866817+0000 mgr.y (mgr.25387) 3137 : cluster [DBG] pgmap v2028: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.873584+0000 mgr.y (mgr.25387) 3138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.920313+0000 mgr.y (mgr.25387) 3139 : cluster [DBG] pgmap v2029: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.920718+0000 mgr.y (mgr.25387) 3140 : cluster [DBG] pgmap v2030: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.926969+0000 mon.a (mon.0) 6492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.927464+0000 mgr.y (mgr.25387) 3141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.984328+0000 mon.a (mon.0) 6493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.986219+0000 mon.a (mon.0) 6494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.987211+0000 mon.a (mon.0) 6495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.989489+0000 mon.a (mon.0) 6496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.990118+0000 mon.a (mon.0) 6497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.991445+0000 mgr.y (mgr.25387) 3142 : cluster [DBG] pgmap v2031: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:13.991767+0000 mgr.y (mgr.25387) 3143 : cluster [DBG] pgmap v2032: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:13.995618+0000 mon.a (mon.0) 6498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:13.996048+0000 mgr.y (mgr.25387) 3144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.041681+0000 mon.a (mon.0) 6499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.043668+0000 mon.a (mon.0) 6500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.044560+0000 mon.a (mon.0) 6501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.046691+0000 mon.a (mon.0) 6502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.047347+0000 mon.a (mon.0) 6503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.049188+0000 mgr.y (mgr.25387) 3145 : cluster [DBG] pgmap v2033: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.050009+0000 mgr.y (mgr.25387) 3146 : cluster [DBG] pgmap v2034: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.056782+0000 mon.a (mon.0) 6504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cephadm 2024-03-30T04:47:14.057267+0000 mgr.y (mgr.25387) 3147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.062475+0000 mon.a (mon.0) 6505 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.069435+0000 mon.a (mon.0) 6506 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.070935+0000 mon.a (mon.0) 6507 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.071174+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:15.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.113953+0000 mon.a (mon.0) 6508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.115836+0000 mon.a (mon.0) 6509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.116756+0000 mon.a (mon.0) 6510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.118742+0000 mon.a (mon.0) 6511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.119406+0000 mon.a (mon.0) 6512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.120921+0000 mgr.y (mgr.25387) 3148 : cluster [DBG] pgmap v2036: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.121232+0000 mgr.y (mgr.25387) 3149 : cluster [DBG] pgmap v2037: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.166838+0000 mon.a (mon.0) 6513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.251920+0000 mon.a (mon.0) 6514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.254199+0000 mon.a (mon.0) 6515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.255301+0000 mon.a (mon.0) 6516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.258367+0000 mon.a (mon.0) 6517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.259127+0000 mon.a (mon.0) 6518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.361179+0000 mon.a (mon.0) 6519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.467360+0000 mon.a (mon.0) 6520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.475863+0000 mon.a (mon.0) 6521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.491825+0000 mon.a (mon.0) 6522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.578842+0000 mon.a (mon.0) 6523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.583802+0000 mon.a (mon.0) 6524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.588126+0000 mon.a (mon.0) 6525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.590963+0000 mon.a (mon.0) 6526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.595095+0000 mon.a (mon.0) 6527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:15.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:14 smithi105 bash[58125]: audit 2024-03-30T04:47:14.611325+0000 mon.a (mon.0) 6528 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-30T04:47:15.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.160860+0000 mgr.y (mgr.25387) 3097 : cluster [DBG] pgmap v2001: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.161300+0000 mgr.y (mgr.25387) 3098 : cluster [DBG] pgmap v2002: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.165763+0000 mgr.y (mgr.25387) 3099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.212587+0000 mgr.y (mgr.25387) 3100 : cluster [DBG] pgmap v2003: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.212945+0000 mgr.y (mgr.25387) 3101 : cluster [DBG] pgmap v2004: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.217923+0000 mgr.y (mgr.25387) 3102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.265507+0000 mgr.y (mgr.25387) 3103 : cluster [DBG] pgmap v2005: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.265832+0000 mgr.y (mgr.25387) 3104 : cluster [DBG] pgmap v2006: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.271037+0000 mgr.y (mgr.25387) 3105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.319553+0000 mgr.y (mgr.25387) 3106 : cluster [DBG] pgmap v2007: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.319917+0000 mgr.y (mgr.25387) 3107 : cluster [DBG] pgmap v2008: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.324420+0000 mgr.y (mgr.25387) 3108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.371709+0000 mgr.y (mgr.25387) 3109 : cluster [DBG] pgmap v2009: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.372116+0000 mgr.y (mgr.25387) 3110 : cluster [DBG] pgmap v2010: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.376960+0000 mgr.y (mgr.25387) 3111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.160860+0000 mgr.y (mgr.25387) 3097 : cluster [DBG] pgmap v2001: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.161300+0000 mgr.y (mgr.25387) 3098 : cluster [DBG] pgmap v2002: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.165763+0000 mgr.y (mgr.25387) 3099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.212587+0000 mgr.y (mgr.25387) 3100 : cluster [DBG] pgmap v2003: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.212945+0000 mgr.y (mgr.25387) 3101 : cluster [DBG] pgmap v2004: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.217923+0000 mgr.y (mgr.25387) 3102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.265507+0000 mgr.y (mgr.25387) 3103 : cluster [DBG] pgmap v2005: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.265832+0000 mgr.y (mgr.25387) 3104 : cluster [DBG] pgmap v2006: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.271037+0000 mgr.y (mgr.25387) 3105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.319553+0000 mgr.y (mgr.25387) 3106 : cluster [DBG] pgmap v2007: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.319917+0000 mgr.y (mgr.25387) 3107 : cluster [DBG] pgmap v2008: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.324420+0000 mgr.y (mgr.25387) 3108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.371709+0000 mgr.y (mgr.25387) 3109 : cluster [DBG] pgmap v2009: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.372116+0000 mgr.y (mgr.25387) 3110 : cluster [DBG] pgmap v2010: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.376960+0000 mgr.y (mgr.25387) 3111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.424069+0000 mgr.y (mgr.25387) 3112 : cluster [DBG] pgmap v2011: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.424516+0000 mgr.y (mgr.25387) 3113 : cluster [DBG] pgmap v2012: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.429285+0000 mgr.y (mgr.25387) 3114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.476783+0000 mgr.y (mgr.25387) 3115 : cluster [DBG] pgmap v2013: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.477108+0000 mgr.y (mgr.25387) 3116 : cluster [DBG] pgmap v2014: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.481977+0000 mgr.y (mgr.25387) 3117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.534740+0000 mgr.y (mgr.25387) 3118 : cluster [DBG] pgmap v2015: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.535064+0000 mgr.y (mgr.25387) 3119 : cluster [DBG] pgmap v2016: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.543384+0000 mgr.y (mgr.25387) 3120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.591491+0000 mgr.y (mgr.25387) 3121 : cluster [DBG] pgmap v2017: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.591811+0000 mgr.y (mgr.25387) 3122 : cluster [DBG] pgmap v2018: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.599037+0000 mgr.y (mgr.25387) 3123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.647375+0000 mgr.y (mgr.25387) 3124 : cluster [DBG] pgmap v2019: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.647696+0000 mgr.y (mgr.25387) 3125 : cluster [DBG] pgmap v2020: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.656010+0000 mgr.y (mgr.25387) 3126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.703654+0000 mgr.y (mgr.25387) 3127 : cluster [DBG] pgmap v2021: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.424069+0000 mgr.y (mgr.25387) 3112 : cluster [DBG] pgmap v2011: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.424516+0000 mgr.y (mgr.25387) 3113 : cluster [DBG] pgmap v2012: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.429285+0000 mgr.y (mgr.25387) 3114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.476783+0000 mgr.y (mgr.25387) 3115 : cluster [DBG] pgmap v2013: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.477108+0000 mgr.y (mgr.25387) 3116 : cluster [DBG] pgmap v2014: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.481977+0000 mgr.y (mgr.25387) 3117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.534740+0000 mgr.y (mgr.25387) 3118 : cluster [DBG] pgmap v2015: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.535064+0000 mgr.y (mgr.25387) 3119 : cluster [DBG] pgmap v2016: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.543384+0000 mgr.y (mgr.25387) 3120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.591491+0000 mgr.y (mgr.25387) 3121 : cluster [DBG] pgmap v2017: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.591811+0000 mgr.y (mgr.25387) 3122 : cluster [DBG] pgmap v2018: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.599037+0000 mgr.y (mgr.25387) 3123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.647375+0000 mgr.y (mgr.25387) 3124 : cluster [DBG] pgmap v2019: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.647696+0000 mgr.y (mgr.25387) 3125 : cluster [DBG] pgmap v2020: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.656010+0000 mgr.y (mgr.25387) 3126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.703654+0000 mgr.y (mgr.25387) 3127 : cluster [DBG] pgmap v2021: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.704025+0000 mgr.y (mgr.25387) 3128 : cluster [DBG] pgmap v2022: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.711702+0000 mgr.y (mgr.25387) 3129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.758632+0000 mgr.y (mgr.25387) 3130 : cluster [DBG] pgmap v2023: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.759037+0000 mgr.y (mgr.25387) 3131 : cluster [DBG] pgmap v2024: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.766041+0000 mgr.y (mgr.25387) 3132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.812193+0000 mgr.y (mgr.25387) 3133 : cluster [DBG] pgmap v2025: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.812610+0000 mgr.y (mgr.25387) 3134 : cluster [DBG] pgmap v2026: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.819654+0000 mgr.y (mgr.25387) 3135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.866462+0000 mgr.y (mgr.25387) 3136 : cluster [DBG] pgmap v2027: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.866817+0000 mgr.y (mgr.25387) 3137 : cluster [DBG] pgmap v2028: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.873584+0000 mgr.y (mgr.25387) 3138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.920313+0000 mgr.y (mgr.25387) 3139 : cluster [DBG] pgmap v2029: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.920718+0000 mgr.y (mgr.25387) 3140 : cluster [DBG] pgmap v2030: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.926969+0000 mon.a (mon.0) 6492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.927464+0000 mgr.y (mgr.25387) 3141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.984328+0000 mon.a (mon.0) 6493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.986219+0000 mon.a (mon.0) 6494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.704025+0000 mgr.y (mgr.25387) 3128 : cluster [DBG] pgmap v2022: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.711702+0000 mgr.y (mgr.25387) 3129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.758632+0000 mgr.y (mgr.25387) 3130 : cluster [DBG] pgmap v2023: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.759037+0000 mgr.y (mgr.25387) 3131 : cluster [DBG] pgmap v2024: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.766041+0000 mgr.y (mgr.25387) 3132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.812193+0000 mgr.y (mgr.25387) 3133 : cluster [DBG] pgmap v2025: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.812610+0000 mgr.y (mgr.25387) 3134 : cluster [DBG] pgmap v2026: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.819654+0000 mgr.y (mgr.25387) 3135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.866462+0000 mgr.y (mgr.25387) 3136 : cluster [DBG] pgmap v2027: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.866817+0000 mgr.y (mgr.25387) 3137 : cluster [DBG] pgmap v2028: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.873584+0000 mgr.y (mgr.25387) 3138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.920313+0000 mgr.y (mgr.25387) 3139 : cluster [DBG] pgmap v2029: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.920718+0000 mgr.y (mgr.25387) 3140 : cluster [DBG] pgmap v2030: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.926969+0000 mon.a (mon.0) 6492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.927464+0000 mgr.y (mgr.25387) 3141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.984328+0000 mon.a (mon.0) 6493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.986219+0000 mon.a (mon.0) 6494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.987211+0000 mon.a (mon.0) 6495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.989489+0000 mon.a (mon.0) 6496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.990118+0000 mon.a (mon.0) 6497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.991445+0000 mgr.y (mgr.25387) 3142 : cluster [DBG] pgmap v2031: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:13.991767+0000 mgr.y (mgr.25387) 3143 : cluster [DBG] pgmap v2032: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:13.995618+0000 mon.a (mon.0) 6498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:13.996048+0000 mgr.y (mgr.25387) 3144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.041681+0000 mon.a (mon.0) 6499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.043668+0000 mon.a (mon.0) 6500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.044560+0000 mon.a (mon.0) 6501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.046691+0000 mon.a (mon.0) 6502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.047347+0000 mon.a (mon.0) 6503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.049188+0000 mgr.y (mgr.25387) 3145 : cluster [DBG] pgmap v2033: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.050009+0000 mgr.y (mgr.25387) 3146 : cluster [DBG] pgmap v2034: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.056782+0000 mon.a (mon.0) 6504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cephadm 2024-03-30T04:47:14.057267+0000 mgr.y (mgr.25387) 3147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.062475+0000 mon.a (mon.0) 6505 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:47:15.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.069435+0000 mon.a (mon.0) 6506 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.987211+0000 mon.a (mon.0) 6495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.989489+0000 mon.a (mon.0) 6496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.990118+0000 mon.a (mon.0) 6497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.991445+0000 mgr.y (mgr.25387) 3142 : cluster [DBG] pgmap v2031: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:13.991767+0000 mgr.y (mgr.25387) 3143 : cluster [DBG] pgmap v2032: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:13.995618+0000 mon.a (mon.0) 6498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:13.996048+0000 mgr.y (mgr.25387) 3144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.041681+0000 mon.a (mon.0) 6499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.043668+0000 mon.a (mon.0) 6500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.044560+0000 mon.a (mon.0) 6501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.046691+0000 mon.a (mon.0) 6502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.047347+0000 mon.a (mon.0) 6503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.049188+0000 mgr.y (mgr.25387) 3145 : cluster [DBG] pgmap v2033: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.050009+0000 mgr.y (mgr.25387) 3146 : cluster [DBG] pgmap v2034: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 196 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.056782+0000 mon.a (mon.0) 6504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cephadm 2024-03-30T04:47:14.057267+0000 mgr.y (mgr.25387) 3147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.062475+0000 mon.a (mon.0) 6505 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.069435+0000 mon.a (mon.0) 6506 : cluster [DBG] osdmap e129: 8 total, 7 up, 8 in 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.070935+0000 mon.a (mon.0) 6507 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.071174+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.113953+0000 mon.a (mon.0) 6508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.115836+0000 mon.a (mon.0) 6509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.116756+0000 mon.a (mon.0) 6510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.118742+0000 mon.a (mon.0) 6511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.119406+0000 mon.a (mon.0) 6512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.120921+0000 mgr.y (mgr.25387) 3148 : cluster [DBG] pgmap v2036: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.121232+0000 mgr.y (mgr.25387) 3149 : cluster [DBG] pgmap v2037: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.166838+0000 mon.a (mon.0) 6513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.251920+0000 mon.a (mon.0) 6514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.254199+0000 mon.a (mon.0) 6515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.255301+0000 mon.a (mon.0) 6516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.258367+0000 mon.a (mon.0) 6517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.259127+0000 mon.a (mon.0) 6518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.361179+0000 mon.a (mon.0) 6519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.467360+0000 mon.a (mon.0) 6520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.475863+0000 mon.a (mon.0) 6521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.070935+0000 mon.a (mon.0) 6507 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.071174+0000 mon.b (mon.2) 4 : audit [INF] from='osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.113953+0000 mon.a (mon.0) 6508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.115836+0000 mon.a (mon.0) 6509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.116756+0000 mon.a (mon.0) 6510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.118742+0000 mon.a (mon.0) 6511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.119406+0000 mon.a (mon.0) 6512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.120921+0000 mgr.y (mgr.25387) 3148 : cluster [DBG] pgmap v2036: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.121232+0000 mgr.y (mgr.25387) 3149 : cluster [DBG] pgmap v2037: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.166838+0000 mon.a (mon.0) 6513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.251920+0000 mon.a (mon.0) 6514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.254199+0000 mon.a (mon.0) 6515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.255301+0000 mon.a (mon.0) 6516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.258367+0000 mon.a (mon.0) 6517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.259127+0000 mon.a (mon.0) 6518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.361179+0000 mon.a (mon.0) 6519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.467360+0000 mon.a (mon.0) 6520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.475863+0000 mon.a (mon.0) 6521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.491825+0000 mon.a (mon.0) 6522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.578842+0000 mon.a (mon.0) 6523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.583802+0000 mon.a (mon.0) 6524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.588126+0000 mon.a (mon.0) 6525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.590963+0000 mon.a (mon.0) 6526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.595095+0000 mon.a (mon.0) 6527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[69502]: audit 2024-03-30T04:47:14.611325+0000 mon.a (mon.0) 6528 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.491825+0000 mon.a (mon.0) 6522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.578842+0000 mon.a (mon.0) 6523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.583802+0000 mon.a (mon.0) 6524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.588126+0000 mon.a (mon.0) 6525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.590963+0000 mon.a (mon.0) 6526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.595095+0000 mon.a (mon.0) 6527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:15.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:14 smithi097 bash[73934]: audit 2024-03-30T04:47:14.611325+0000 mon.a (mon.0) 6528 : audit [INF] from='osd.4 ' entity='osd.4' 2024-03-30T04:47:15.940 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cephadm 2024-03-30T04:47:14.171497+0000 mgr.y (mgr.25387) 3150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.940 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.261555+0000 mgr.y (mgr.25387) 3151 : cluster [DBG] pgmap v2038: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.940 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.262674+0000 mgr.y (mgr.25387) 3152 : cluster [DBG] pgmap v2039: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.940 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cephadm 2024-03-30T04:47:14.468408+0000 mgr.y (mgr.25387) 3153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.940 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.478955+0000 mgr.y (mgr.25387) 3154 : cluster [DBG] pgmap v2040: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:14.480027+0000 mgr.y (mgr.25387) 3155 : cluster [DBG] pgmap v2041: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: audit 2024-03-30T04:47:14.595489+0000 mgr.y (mgr.25387) 3156 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cephadm 2024-03-30T04:47:14.597233+0000 mgr.y (mgr.25387) 3157 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:15.607807+0000 mon.a (mon.0) 6529 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:15.623511+0000 mon.a (mon.0) 6530 : cluster [INF] osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237] boot 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: cluster 2024-03-30T04:47:15.623630+0000 mon.a (mon.0) 6531 : cluster [DBG] osdmap e130: 8 total, 8 up, 8 in 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[69502]: audit 2024-03-30T04:47:15.624116+0000 mon.a (mon.0) 6532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cephadm 2024-03-30T04:47:14.171497+0000 mgr.y (mgr.25387) 3150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.261555+0000 mgr.y (mgr.25387) 3151 : cluster [DBG] pgmap v2038: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.262674+0000 mgr.y (mgr.25387) 3152 : cluster [DBG] pgmap v2039: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.941 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cephadm 2024-03-30T04:47:14.468408+0000 mgr.y (mgr.25387) 3153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.478955+0000 mgr.y (mgr.25387) 3154 : cluster [DBG] pgmap v2040: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:14.480027+0000 mgr.y (mgr.25387) 3155 : cluster [DBG] pgmap v2041: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: audit 2024-03-30T04:47:14.595489+0000 mgr.y (mgr.25387) 3156 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cephadm 2024-03-30T04:47:14.597233+0000 mgr.y (mgr.25387) 3157 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:47:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:15.607807+0000 mon.a (mon.0) 6529 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:15.942 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:15.623511+0000 mon.a (mon.0) 6530 : cluster [INF] osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237] boot 2024-03-30T04:47:16.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cephadm 2024-03-30T04:47:14.171497+0000 mgr.y (mgr.25387) 3150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.261555+0000 mgr.y (mgr.25387) 3151 : cluster [DBG] pgmap v2038: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.262674+0000 mgr.y (mgr.25387) 3152 : cluster [DBG] pgmap v2039: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cephadm 2024-03-30T04:47:14.468408+0000 mgr.y (mgr.25387) 3153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.478955+0000 mgr.y (mgr.25387) 3154 : cluster [DBG] pgmap v2040: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:14.480027+0000 mgr.y (mgr.25387) 3155 : cluster [DBG] pgmap v2041: 161 pgs: 31 active+undersized+degraded, 37 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 131/726 objects degraded (18.044%) 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: audit 2024-03-30T04:47:14.595489+0000 mgr.y (mgr.25387) 3156 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cephadm 2024-03-30T04:47:14.597233+0000 mgr.y (mgr.25387) 3157 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:15.607807+0000 mon.a (mon.0) 6529 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:15.623511+0000 mon.a (mon.0) 6530 : cluster [INF] osd.4 [v2:172.21.15.105:6800/3529065237,v1:172.21.15.105:6801/3529065237] boot 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: cluster 2024-03-30T04:47:15.623630+0000 mon.a (mon.0) 6531 : cluster [DBG] osdmap e130: 8 total, 8 up, 8 in 2024-03-30T04:47:16.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:15 smithi105 bash[58125]: audit 2024-03-30T04:47:15.624116+0000 mon.a (mon.0) 6532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:47:16.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: cluster 2024-03-30T04:47:15.623630+0000 mon.a (mon.0) 6531 : cluster [DBG] osdmap e130: 8 total, 8 up, 8 in 2024-03-30T04:47:16.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:15 smithi097 bash[73934]: audit 2024-03-30T04:47:15.624116+0000 mon.a (mon.0) 6532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-30T04:47:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: cluster 2024-03-30T04:47:16.481295+0000 mgr.y (mgr.25387) 3158 : cluster [DBG] pgmap v2043: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: cluster 2024-03-30T04:47:16.619889+0000 mon.a (mon.0) 6533 : cluster [DBG] osdmap e131: 8 total, 8 up, 8 in 2024-03-30T04:47:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: cluster 2024-03-30T04:47:16.939586+0000 mon.a (mon.0) 6534 : cluster [WRN] Health check update: Degraded data redundancy: 118/726 objects degraded (16.253%), 28 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:17.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: audit 2024-03-30T04:47:16.961474+0000 mon.a (mon.0) 6535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: audit 2024-03-30T04:47:16.973878+0000 mon.a (mon.0) 6536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: cluster 2024-03-30T04:47:16.976816+0000 mgr.y (mgr.25387) 3159 : cluster [DBG] pgmap v2045: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: cluster 2024-03-30T04:47:16.977636+0000 mgr.y (mgr.25387) 3160 : cluster [DBG] pgmap v2046: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2 KiB/s rd, 2 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[69502]: audit 2024-03-30T04:47:16.986693+0000 mon.a (mon.0) 6537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: cluster 2024-03-30T04:47:16.481295+0000 mgr.y (mgr.25387) 3158 : cluster [DBG] pgmap v2043: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: cluster 2024-03-30T04:47:16.619889+0000 mon.a (mon.0) 6533 : cluster [DBG] osdmap e131: 8 total, 8 up, 8 in 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: cluster 2024-03-30T04:47:16.939586+0000 mon.a (mon.0) 6534 : cluster [WRN] Health check update: Degraded data redundancy: 118/726 objects degraded (16.253%), 28 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: audit 2024-03-30T04:47:16.961474+0000 mon.a (mon.0) 6535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: audit 2024-03-30T04:47:16.973878+0000 mon.a (mon.0) 6536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: cluster 2024-03-30T04:47:16.976816+0000 mgr.y (mgr.25387) 3159 : cluster [DBG] pgmap v2045: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: cluster 2024-03-30T04:47:16.977636+0000 mgr.y (mgr.25387) 3160 : cluster [DBG] pgmap v2046: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2 KiB/s rd, 2 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:17 smithi097 bash[73934]: audit 2024-03-30T04:47:16.986693+0000 mon.a (mon.0) 6537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.902 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:47:17.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: cluster 2024-03-30T04:47:16.481295+0000 mgr.y (mgr.25387) 3158 : cluster [DBG] pgmap v2043: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: cluster 2024-03-30T04:47:16.619889+0000 mon.a (mon.0) 6533 : cluster [DBG] osdmap e131: 8 total, 8 up, 8 in 2024-03-30T04:47:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: cluster 2024-03-30T04:47:16.939586+0000 mon.a (mon.0) 6534 : cluster [WRN] Health check update: Degraded data redundancy: 118/726 objects degraded (16.253%), 28 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: audit 2024-03-30T04:47:16.961474+0000 mon.a (mon.0) 6535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: audit 2024-03-30T04:47:16.973878+0000 mon.a (mon.0) 6536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: cluster 2024-03-30T04:47:16.976816+0000 mgr.y (mgr.25387) 3159 : cluster [DBG] pgmap v2045: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: cluster 2024-03-30T04:47:16.977636+0000 mgr.y (mgr.25387) 3160 : cluster [DBG] pgmap v2046: 161 pgs: 7 peering, 28 active+undersized+degraded, 33 active+undersized, 93 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2 KiB/s rd, 2 op/s; 118/726 objects degraded (16.253%) 2024-03-30T04:47:17.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:17 smithi105 bash[58125]: audit 2024-03-30T04:47:16.986693+0000 mon.a (mon.0) 6537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 17s ago 19m - - 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 1s ago 19m - - 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (6m) 17s ago 13m 13.4M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 1s ago 12m - - 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (5m) 17s ago 10m 45.0M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (5m) 1s ago 18m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (5m) 17s ago 20m 520M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (4m) 17s ago 21m 105M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (3m) 1s ago 19m 50.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (4m) 17s ago 19m 53.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (6m) 17s ago 13m 9423k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:47:18.635 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (6m) 1s ago 13m 10.2M - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (2m) 17s ago 18m 50.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (119s) 17s ago 17m 55.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (86s) 17s ago 17m 52.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (49s) 17s ago 16m 53.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (11s) 1s ago 16m 51.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (15m) 1s ago 15m 60.7M 4096M 17.2.0 e1d6a67b021e 999446b871be 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (14m) 1s ago 14m 59.5M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (14m) 1s ago 14m 63.8M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (5m) 1s ago 13m 68.0M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (11m) 17s ago 11m 87.7M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (11m) 1s ago 11m 87.6M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (11m) 17s ago 11m 87.8M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:47:18.636 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (11m) 1s ago 11m 87.9M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:47:19.061 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:19.062 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 10 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:47:19.063 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:47:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:18 smithi097 bash[69502]: audit 2024-03-30T04:47:17.892724+0000 mgr.y (mgr.25387) 3161 : audit [DBG] from='client.54385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:19.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:18 smithi097 bash[73934]: audit 2024-03-30T04:47:17.892724+0000 mgr.y (mgr.25387) 3161 : audit [DBG] from='client.54385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "10/23 daemons upgraded", 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:47:19.424 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:47:19.425 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:47:19.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:18 smithi105 bash[58125]: audit 2024-03-30T04:47:17.892724+0000 mgr.y (mgr.25387) 3161 : audit [DBG] from='client.54385 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 118/726 objects degraded (16.253%), 28 pgs degraded 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 118/726 objects degraded (16.253%), 28 pgs degraded 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.5 is active+undersized+degraded, acting [7,0] 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.b is active+undersized+degraded, acting [7,5] 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.11 is active+undersized+degraded, acting [6,1] 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.13 is active+undersized+degraded, acting [0,3] 2024-03-30T04:47:19.845 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.1f is active+undersized+degraded, acting [0,7] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.a is active+undersized+degraded, acting [6,1] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.e is active+undersized+degraded, acting [7,1] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.f is active+undersized+degraded, acting [7,0] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.11 is active+undersized+degraded, acting [7,6] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.13 is active+undersized+degraded, acting [7,2] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.15 is active+undersized+degraded, acting [7,3] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2024-03-30T04:47:19.846 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1c is active+undersized+degraded, acting [5,1] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1d is active+undersized+degraded, acting [5,6] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.e is active+undersized+degraded, acting [6,2] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 5.0 is active+undersized+degraded, acting [3,1] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2024-03-30T04:47:19.847 INFO:teuthology.orchestra.run.smithi097.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2024-03-30T04:47:20.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:19 smithi105 bash[58125]: audit 2024-03-30T04:47:18.270337+0000 mgr.y (mgr.25387) 3162 : audit [DBG] from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:20.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:19 smithi105 bash[58125]: audit 2024-03-30T04:47:18.624203+0000 mgr.y (mgr.25387) 3163 : audit [DBG] from='client.54397 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:20.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:19 smithi105 bash[58125]: cluster 2024-03-30T04:47:18.978848+0000 mgr.y (mgr.25387) 3164 : cluster [DBG] pgmap v2047: 161 pgs: 7 peering, 23 active+undersized+degraded, 31 active+undersized, 100 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 99/726 objects degraded (13.636%) 2024-03-30T04:47:20.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:19 smithi105 bash[58125]: audit 2024-03-30T04:47:19.066689+0000 mon.a (mon.0) 6538 : audit [DBG] from='client.? 172.21.15.97:0/1543665503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:20.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:19 smithi105 bash[58125]: audit 2024-03-30T04:47:19.850653+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.97:0/931104676' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:20.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[69502]: audit 2024-03-30T04:47:18.270337+0000 mgr.y (mgr.25387) 3162 : audit [DBG] from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:20.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[69502]: audit 2024-03-30T04:47:18.624203+0000 mgr.y (mgr.25387) 3163 : audit [DBG] from='client.54397 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:20.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[69502]: cluster 2024-03-30T04:47:18.978848+0000 mgr.y (mgr.25387) 3164 : cluster [DBG] pgmap v2047: 161 pgs: 7 peering, 23 active+undersized+degraded, 31 active+undersized, 100 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 99/726 objects degraded (13.636%) 2024-03-30T04:47:20.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[69502]: audit 2024-03-30T04:47:19.066689+0000 mon.a (mon.0) 6538 : audit [DBG] from='client.? 172.21.15.97:0/1543665503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:20.246 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[69502]: audit 2024-03-30T04:47:19.850653+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.97:0/931104676' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:20.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[73934]: audit 2024-03-30T04:47:18.270337+0000 mgr.y (mgr.25387) 3162 : audit [DBG] from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:20.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[73934]: audit 2024-03-30T04:47:18.624203+0000 mgr.y (mgr.25387) 3163 : audit [DBG] from='client.54397 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:20.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[73934]: cluster 2024-03-30T04:47:18.978848+0000 mgr.y (mgr.25387) 3164 : cluster [DBG] pgmap v2047: 161 pgs: 7 peering, 23 active+undersized+degraded, 31 active+undersized, 100 active+clean; 585 KiB data, 206 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 99/726 objects degraded (13.636%) 2024-03-30T04:47:20.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[73934]: audit 2024-03-30T04:47:19.066689+0000 mon.a (mon.0) 6538 : audit [DBG] from='client.? 172.21.15.97:0/1543665503' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:20.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:19 smithi097 bash[73934]: audit 2024-03-30T04:47:19.850653+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.97:0/931104676' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:21.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:20 smithi105 bash[58125]: audit 2024-03-30T04:47:19.428610+0000 mgr.y (mgr.25387) 3165 : audit [DBG] from='client.54409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:20 smithi097 bash[69502]: audit 2024-03-30T04:47:19.428610+0000 mgr.y (mgr.25387) 3165 : audit [DBG] from='client.54409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:21.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:20 smithi097 bash[73934]: audit 2024-03-30T04:47:19.428610+0000 mgr.y (mgr.25387) 3165 : audit [DBG] from='client.54409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[69502]: audit 2024-03-30T04:47:20.637190+0000 mgr.y (mgr.25387) 3166 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[69502]: cluster 2024-03-30T04:47:20.980516+0000 mgr.y (mgr.25387) 3167 : cluster [DBG] pgmap v2048: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[69502]: cluster 2024-03-30T04:47:20.984284+0000 mon.a (mon.0) 6539 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 99/726 objects degraded (13.636%), 23 pgs degraded) 2024-03-30T04:47:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[69502]: audit 2024-03-30T04:47:21.430318+0000 mon.a (mon.0) 6540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[69502]: audit 2024-03-30T04:47:21.441331+0000 mon.a (mon.0) 6541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[69502]: audit 2024-03-30T04:47:21.453464+0000 mon.a (mon.0) 6542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[73934]: audit 2024-03-30T04:47:20.637190+0000 mgr.y (mgr.25387) 3166 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[73934]: cluster 2024-03-30T04:47:20.980516+0000 mgr.y (mgr.25387) 3167 : cluster [DBG] pgmap v2048: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[73934]: cluster 2024-03-30T04:47:20.984284+0000 mon.a (mon.0) 6539 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 99/726 objects degraded (13.636%), 23 pgs degraded) 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[73934]: audit 2024-03-30T04:47:21.430318+0000 mon.a (mon.0) 6540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[73934]: audit 2024-03-30T04:47:21.441331+0000 mon.a (mon.0) 6541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:21 smithi097 bash[73934]: audit 2024-03-30T04:47:21.453464+0000 mon.a (mon.0) 6542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:21 smithi105 bash[58125]: audit 2024-03-30T04:47:20.637190+0000 mgr.y (mgr.25387) 3166 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:21 smithi105 bash[58125]: cluster 2024-03-30T04:47:20.980516+0000 mgr.y (mgr.25387) 3167 : cluster [DBG] pgmap v2048: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:21 smithi105 bash[58125]: cluster 2024-03-30T04:47:20.984284+0000 mon.a (mon.0) 6539 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 99/726 objects degraded (13.636%), 23 pgs degraded) 2024-03-30T04:47:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:21 smithi105 bash[58125]: audit 2024-03-30T04:47:21.430318+0000 mon.a (mon.0) 6540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:21 smithi105 bash[58125]: audit 2024-03-30T04:47:21.441331+0000 mon.a (mon.0) 6541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:21 smithi105 bash[58125]: audit 2024-03-30T04:47:21.453464+0000 mon.a (mon.0) 6542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:22.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:47:22] "GET /metrics HTTP/1.1" 200 38517 "" "Prometheus/2.33.4" 2024-03-30T04:47:23.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:23 smithi105 bash[58125]: cluster 2024-03-30T04:47:21.443415+0000 mgr.y (mgr.25387) 3168 : cluster [DBG] pgmap v2049: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:23.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:23 smithi105 bash[58125]: cluster 2024-03-30T04:47:21.443713+0000 mgr.y (mgr.25387) 3169 : cluster [DBG] pgmap v2050: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:22 smithi097 bash[69502]: cluster 2024-03-30T04:47:21.443415+0000 mgr.y (mgr.25387) 3168 : cluster [DBG] pgmap v2049: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:22 smithi097 bash[69502]: cluster 2024-03-30T04:47:21.443713+0000 mgr.y (mgr.25387) 3169 : cluster [DBG] pgmap v2050: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:22 smithi097 bash[73934]: cluster 2024-03-30T04:47:21.443415+0000 mgr.y (mgr.25387) 3168 : cluster [DBG] pgmap v2049: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:23.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:22 smithi097 bash[73934]: cluster 2024-03-30T04:47:21.443713+0000 mgr.y (mgr.25387) 3169 : cluster [DBG] pgmap v2050: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:25 smithi097 bash[73934]: cluster 2024-03-30T04:47:23.444613+0000 mgr.y (mgr.25387) 3170 : cluster [DBG] pgmap v2051: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:25 smithi097 bash[73934]: audit 2024-03-30T04:47:24.498395+0000 mon.a (mon.0) 6543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:25 smithi097 bash[73934]: audit 2024-03-30T04:47:24.500443+0000 mon.a (mon.0) 6544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:25 smithi097 bash[69502]: cluster 2024-03-30T04:47:23.444613+0000 mgr.y (mgr.25387) 3170 : cluster [DBG] pgmap v2051: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:25 smithi097 bash[69502]: audit 2024-03-30T04:47:24.498395+0000 mon.a (mon.0) 6543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:25 smithi097 bash[69502]: audit 2024-03-30T04:47:24.500443+0000 mon.a (mon.0) 6544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:25 smithi105 bash[58125]: cluster 2024-03-30T04:47:23.444613+0000 mgr.y (mgr.25387) 3170 : cluster [DBG] pgmap v2051: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 791 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:25 smithi105 bash[58125]: audit 2024-03-30T04:47:24.498395+0000 mon.a (mon.0) 6543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:25 smithi105 bash[58125]: audit 2024-03-30T04:47:24.500443+0000 mon.a (mon.0) 6544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:27.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:27 smithi097 bash[73934]: cluster 2024-03-30T04:47:25.446063+0000 mgr.y (mgr.25387) 3171 : cluster [DBG] pgmap v2052: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:27.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:27 smithi097 bash[69502]: cluster 2024-03-30T04:47:25.446063+0000 mgr.y (mgr.25387) 3171 : cluster [DBG] pgmap v2052: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:27 smithi105 bash[58125]: cluster 2024-03-30T04:47:25.446063+0000 mgr.y (mgr.25387) 3171 : cluster [DBG] pgmap v2052: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:29 smithi097 bash[69502]: cluster 2024-03-30T04:47:27.447129+0000 mgr.y (mgr.25387) 3172 : cluster [DBG] pgmap v2053: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:29.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:29 smithi097 bash[73934]: cluster 2024-03-30T04:47:27.447129+0000 mgr.y (mgr.25387) 3172 : cluster [DBG] pgmap v2053: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:29.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:29 smithi105 bash[58125]: cluster 2024-03-30T04:47:27.447129+0000 mgr.y (mgr.25387) 3172 : cluster [DBG] pgmap v2053: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-30T04:47:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:30 smithi097 bash[69502]: audit 2024-03-30T04:47:29.613038+0000 mon.a (mon.0) 6545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:30 smithi097 bash[69502]: audit 2024-03-30T04:47:29.698574+0000 mon.a (mon.0) 6546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:30.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:30 smithi097 bash[73934]: audit 2024-03-30T04:47:29.613038+0000 mon.a (mon.0) 6545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:30.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:30 smithi097 bash[73934]: audit 2024-03-30T04:47:29.698574+0000 mon.a (mon.0) 6546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:30.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:30 smithi105 bash[58125]: audit 2024-03-30T04:47:29.613038+0000 mon.a (mon.0) 6545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:30.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:30 smithi105 bash[58125]: audit 2024-03-30T04:47:29.698574+0000 mon.a (mon.0) 6546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:31 smithi105 bash[58125]: cluster 2024-03-30T04:47:29.448140+0000 mgr.y (mgr.25387) 3173 : cluster [DBG] pgmap v2054: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:47:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:31 smithi105 bash[58125]: audit 2024-03-30T04:47:29.613454+0000 mgr.y (mgr.25387) 3174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:31 smithi105 bash[58125]: cephadm 2024-03-30T04:47:29.616256+0000 mgr.y (mgr.25387) 3175 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:47:31.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:31 smithi097 bash[73934]: cluster 2024-03-30T04:47:29.448140+0000 mgr.y (mgr.25387) 3173 : cluster [DBG] pgmap v2054: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:47:31.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:31 smithi097 bash[73934]: audit 2024-03-30T04:47:29.613454+0000 mgr.y (mgr.25387) 3174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:31.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:31 smithi097 bash[73934]: cephadm 2024-03-30T04:47:29.616256+0000 mgr.y (mgr.25387) 3175 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:47:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:31 smithi097 bash[69502]: cluster 2024-03-30T04:47:29.448140+0000 mgr.y (mgr.25387) 3173 : cluster [DBG] pgmap v2054: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 604 B/s rd, 0 op/s 2024-03-30T04:47:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:31 smithi097 bash[69502]: audit 2024-03-30T04:47:29.613454+0000 mgr.y (mgr.25387) 3174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-30T04:47:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:31 smithi097 bash[69502]: cephadm 2024-03-30T04:47:29.616256+0000 mgr.y (mgr.25387) 3175 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-03-30T04:47:32.293 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:32 smithi105 bash[58125]: audit 2024-03-30T04:47:30.647394+0000 mgr.y (mgr.25387) 3176 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.294 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:32 smithi105 bash[58125]: audit 2024-03-30T04:47:31.846649+0000 mon.a (mon.0) 6547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:32.294 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:32 smithi105 bash[58125]: audit 2024-03-30T04:47:31.852612+0000 mon.a (mon.0) 6548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:47:32.294 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:32 smithi105 bash[58125]: audit 2024-03-30T04:47:31.854562+0000 mon.a (mon.0) 6549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[69502]: audit 2024-03-30T04:47:30.647394+0000 mgr.y (mgr.25387) 3176 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[69502]: audit 2024-03-30T04:47:31.846649+0000 mon.a (mon.0) 6547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[69502]: audit 2024-03-30T04:47:31.852612+0000 mon.a (mon.0) 6548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:47:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[69502]: audit 2024-03-30T04:47:31.854562+0000 mon.a (mon.0) 6549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[73934]: audit 2024-03-30T04:47:30.647394+0000 mgr.y (mgr.25387) 3176 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[73934]: audit 2024-03-30T04:47:31.846649+0000 mon.a (mon.0) 6547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[73934]: audit 2024-03-30T04:47:31.852612+0000 mon.a (mon.0) 6548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-30T04:47:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[73934]: audit 2024-03-30T04:47:31.854562+0000 mon.a (mon.0) 6549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:32.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:47:32] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2024-03-30T04:47:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:33 smithi097 bash[69502]: cluster 2024-03-30T04:47:31.449712+0000 mgr.y (mgr.25387) 3177 : cluster [DBG] pgmap v2055: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:47:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:33 smithi097 bash[69502]: cephadm 2024-03-30T04:47:31.838118+0000 mgr.y (mgr.25387) 3178 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:47:33.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:33 smithi097 bash[69502]: cephadm 2024-03-30T04:47:31.860270+0000 mgr.y (mgr.25387) 3179 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-03-30T04:47:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:33 smithi097 bash[73934]: cluster 2024-03-30T04:47:31.449712+0000 mgr.y (mgr.25387) 3177 : cluster [DBG] pgmap v2055: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:47:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:33 smithi097 bash[73934]: cephadm 2024-03-30T04:47:31.838118+0000 mgr.y (mgr.25387) 3178 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:47:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:33 smithi097 bash[73934]: cephadm 2024-03-30T04:47:31.860270+0000 mgr.y (mgr.25387) 3179 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-03-30T04:47:33.403 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:33 smithi105 bash[58125]: cluster 2024-03-30T04:47:31.449712+0000 mgr.y (mgr.25387) 3177 : cluster [DBG] pgmap v2055: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:47:33.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:33 smithi105 bash[58125]: cephadm 2024-03-30T04:47:31.838118+0000 mgr.y (mgr.25387) 3178 : cephadm [INF] Upgrade: Updating osd.5 2024-03-30T04:47:33.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:33 smithi105 bash[58125]: cephadm 2024-03-30T04:47:31.860270+0000 mgr.y (mgr.25387) 3179 : cephadm [INF] Deploying daemon osd.5 on smithi105 2024-03-30T04:47:35.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:35 smithi105 bash[58125]: cluster 2024-03-30T04:47:33.450746+0000 mgr.y (mgr.25387) 3180 : cluster [DBG] pgmap v2056: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:47:35.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:35 smithi097 bash[69502]: cluster 2024-03-30T04:47:33.450746+0000 mgr.y (mgr.25387) 3180 : cluster [DBG] pgmap v2056: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:47:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:35 smithi097 bash[73934]: cluster 2024-03-30T04:47:33.450746+0000 mgr.y (mgr.25387) 3180 : cluster [DBG] pgmap v2056: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:47:36.366 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.366 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.367 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.367 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.367 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.367 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.368 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.368 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.368 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:36.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:36 smithi105 systemd[1]: Stopping Ceph osd.5 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:47:36.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:36 smithi105 bash[27118]: debug 2024-03-30T04:47:36.464+0000 7f37939b7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:47:36.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:36 smithi105 bash[27118]: debug 2024-03-30T04:47:36.464+0000 7f37939b7700 -1 osd.5 131 *** Got signal Terminated *** 2024-03-30T04:47:36.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:36 smithi105 bash[27118]: debug 2024-03-30T04:47:36.464+0000 7f37939b7700 -1 osd.5 131 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:47:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:37 smithi097 bash[69502]: cluster 2024-03-30T04:47:35.452403+0000 mgr.y (mgr.25387) 3181 : cluster [DBG] pgmap v2057: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:37 smithi097 bash[69502]: cluster 2024-03-30T04:47:36.468924+0000 mon.a (mon.0) 6550 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:47:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:37 smithi097 bash[73934]: cluster 2024-03-30T04:47:35.452403+0000 mgr.y (mgr.25387) 3181 : cluster [DBG] pgmap v2057: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:37 smithi097 bash[73934]: cluster 2024-03-30T04:47:36.468924+0000 mon.a (mon.0) 6550 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:47:37.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:37 smithi105 bash[58125]: cluster 2024-03-30T04:47:35.452403+0000 mgr.y (mgr.25387) 3181 : cluster [DBG] pgmap v2057: 161 pgs: 161 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:47:37.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:37 smithi105 bash[58125]: cluster 2024-03-30T04:47:36.468924+0000 mon.a (mon.0) 6550 : cluster [INF] osd.5 marked itself down and dead 2024-03-30T04:47:38.371 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[66041]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:47:38.371 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[66184]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[58125]: cluster 2024-03-30T04:47:37.043070+0000 mon.a (mon.0) 6551 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[58125]: cluster 2024-03-30T04:47:37.061127+0000 mon.a (mon.0) 6552 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[58125]: audit 2024-03-30T04:47:37.172603+0000 mon.a (mon.0) 6553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[58125]: audit 2024-03-30T04:47:37.185506+0000 mon.a (mon.0) 6554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[58125]: audit 2024-03-30T04:47:37.196752+0000 mon.a (mon.0) 6555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.371 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:38 smithi105 bash[58125]: cluster 2024-03-30T04:47:38.055277+0000 mon.a (mon.0) 6556 : cluster [DBG] osdmap e133: 8 total, 7 up, 8 in 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[69502]: cluster 2024-03-30T04:47:37.043070+0000 mon.a (mon.0) 6551 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[69502]: cluster 2024-03-30T04:47:37.061127+0000 mon.a (mon.0) 6552 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[69502]: audit 2024-03-30T04:47:37.172603+0000 mon.a (mon.0) 6553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[69502]: audit 2024-03-30T04:47:37.185506+0000 mon.a (mon.0) 6554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[69502]: audit 2024-03-30T04:47:37.196752+0000 mon.a (mon.0) 6555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[69502]: cluster 2024-03-30T04:47:38.055277+0000 mon.a (mon.0) 6556 : cluster [DBG] osdmap e133: 8 total, 7 up, 8 in 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[73934]: cluster 2024-03-30T04:47:37.043070+0000 mon.a (mon.0) 6551 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[73934]: cluster 2024-03-30T04:47:37.061127+0000 mon.a (mon.0) 6552 : cluster [DBG] osdmap e132: 8 total, 7 up, 8 in 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[73934]: audit 2024-03-30T04:47:37.172603+0000 mon.a (mon.0) 6553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[73934]: audit 2024-03-30T04:47:37.185506+0000 mon.a (mon.0) 6554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[73934]: audit 2024-03-30T04:47:37.196752+0000 mon.a (mon.0) 6555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:38 smithi097 bash[73934]: cluster 2024-03-30T04:47:38.055277+0000 mon.a (mon.0) 6556 : cluster [DBG] osdmap e133: 8 total, 7 up, 8 in 2024-03-30T04:47:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[69502]: cluster 2024-03-30T04:47:37.187704+0000 mgr.y (mgr.25387) 3182 : cluster [DBG] pgmap v2059: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[69502]: cluster 2024-03-30T04:47:37.188251+0000 mgr.y (mgr.25387) 3183 : cluster [DBG] pgmap v2060: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[69502]: audit 2024-03-30T04:47:38.449776+0000 mon.a (mon.0) 6557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[69502]: audit 2024-03-30T04:47:38.464322+0000 mon.a (mon.0) 6558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[69502]: audit 2024-03-30T04:47:38.477408+0000 mon.a (mon.0) 6559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[73934]: cluster 2024-03-30T04:47:37.187704+0000 mgr.y (mgr.25387) 3182 : cluster [DBG] pgmap v2059: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[73934]: cluster 2024-03-30T04:47:37.188251+0000 mgr.y (mgr.25387) 3183 : cluster [DBG] pgmap v2060: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[73934]: audit 2024-03-30T04:47:38.449776+0000 mon.a (mon.0) 6557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[73934]: audit 2024-03-30T04:47:38.464322+0000 mon.a (mon.0) 6558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:39 smithi097 bash[73934]: audit 2024-03-30T04:47:38.477408+0000 mon.a (mon.0) 6559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:39 smithi105 bash[58125]: cluster 2024-03-30T04:47:37.187704+0000 mgr.y (mgr.25387) 3182 : cluster [DBG] pgmap v2059: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:47:39.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:39 smithi105 bash[58125]: cluster 2024-03-30T04:47:37.188251+0000 mgr.y (mgr.25387) 3183 : cluster [DBG] pgmap v2060: 161 pgs: 22 stale+active+clean, 139 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:47:39.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:39 smithi105 bash[58125]: audit 2024-03-30T04:47:38.449776+0000 mon.a (mon.0) 6557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:39 smithi105 bash[58125]: audit 2024-03-30T04:47:38.464322+0000 mon.a (mon.0) 6558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:39.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:39 smithi105 bash[58125]: audit 2024-03-30T04:47:38.477408+0000 mon.a (mon.0) 6559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[69502]: cluster 2024-03-30T04:47:38.466985+0000 mgr.y (mgr.25387) 3184 : cluster [DBG] pgmap v2062: 161 pgs: 6 peering, 21 stale+active+clean, 134 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:47:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[69502]: cluster 2024-03-30T04:47:38.467575+0000 mgr.y (mgr.25387) 3185 : cluster [DBG] pgmap v2063: 161 pgs: 6 peering, 21 stale+active+clean, 134 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[69502]: cluster 2024-03-30T04:47:39.457962+0000 mon.a (mon.0) 6560 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[69502]: cluster 2024-03-30T04:47:39.458049+0000 mon.a (mon.0) 6561 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[69502]: audit 2024-03-30T04:47:39.498999+0000 mon.a (mon.0) 6562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[69502]: audit 2024-03-30T04:47:39.501272+0000 mon.a (mon.0) 6563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[73934]: cluster 2024-03-30T04:47:38.466985+0000 mgr.y (mgr.25387) 3184 : cluster [DBG] pgmap v2062: 161 pgs: 6 peering, 21 stale+active+clean, 134 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[73934]: cluster 2024-03-30T04:47:38.467575+0000 mgr.y (mgr.25387) 3185 : cluster [DBG] pgmap v2063: 161 pgs: 6 peering, 21 stale+active+clean, 134 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[73934]: cluster 2024-03-30T04:47:39.457962+0000 mon.a (mon.0) 6560 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[73934]: cluster 2024-03-30T04:47:39.458049+0000 mon.a (mon.0) 6561 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[73934]: audit 2024-03-30T04:47:39.498999+0000 mon.a (mon.0) 6562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:40 smithi097 bash[73934]: audit 2024-03-30T04:47:39.501272+0000 mon.a (mon.0) 6563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:40.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:40 smithi105 bash[58125]: cluster 2024-03-30T04:47:38.466985+0000 mgr.y (mgr.25387) 3184 : cluster [DBG] pgmap v2062: 161 pgs: 6 peering, 21 stale+active+clean, 134 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-03-30T04:47:40.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:40 smithi105 bash[58125]: cluster 2024-03-30T04:47:38.467575+0000 mgr.y (mgr.25387) 3185 : cluster [DBG] pgmap v2063: 161 pgs: 6 peering, 21 stale+active+clean, 134 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:47:40.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:40 smithi105 bash[58125]: cluster 2024-03-30T04:47:39.457962+0000 mon.a (mon.0) 6560 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:40.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:40 smithi105 bash[58125]: cluster 2024-03-30T04:47:39.458049+0000 mon.a (mon.0) 6561 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:47:40.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:40 smithi105 bash[58125]: audit 2024-03-30T04:47:39.498999+0000 mon.a (mon.0) 6562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:40.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:40 smithi105 bash[58125]: audit 2024-03-30T04:47:39.501272+0000 mon.a (mon.0) 6563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:41 smithi097 bash[73934]: cluster 2024-03-30T04:47:40.469349+0000 mgr.y (mgr.25387) 3186 : cluster [DBG] pgmap v2064: 161 pgs: 16 active+undersized+degraded, 6 peering, 5 stale+active+clean, 24 active+undersized, 110 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 57/726 objects degraded (7.851%) 2024-03-30T04:47:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:41 smithi097 bash[73934]: audit 2024-03-30T04:47:40.653229+0000 mgr.y (mgr.25387) 3187 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:41.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:41 smithi097 bash[73934]: cluster 2024-03-30T04:47:41.095469+0000 mon.a (mon.0) 6564 : cluster [WRN] Health check failed: Degraded data redundancy: 57/726 objects degraded (7.851%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:41 smithi097 bash[69502]: cluster 2024-03-30T04:47:40.469349+0000 mgr.y (mgr.25387) 3186 : cluster [DBG] pgmap v2064: 161 pgs: 16 active+undersized+degraded, 6 peering, 5 stale+active+clean, 24 active+undersized, 110 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 57/726 objects degraded (7.851%) 2024-03-30T04:47:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:41 smithi097 bash[69502]: audit 2024-03-30T04:47:40.653229+0000 mgr.y (mgr.25387) 3187 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:41 smithi097 bash[69502]: cluster 2024-03-30T04:47:41.095469+0000 mon.a (mon.0) 6564 : cluster [WRN] Health check failed: Degraded data redundancy: 57/726 objects degraded (7.851%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:41.434 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.5.service: Deactivated successfully. 2024-03-30T04:47:41.434 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: Stopped Ceph osd.5 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:41.435 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:41 smithi105 bash[58125]: cluster 2024-03-30T04:47:40.469349+0000 mgr.y (mgr.25387) 3186 : cluster [DBG] pgmap v2064: 161 pgs: 16 active+undersized+degraded, 6 peering, 5 stale+active+clean, 24 active+undersized, 110 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 57/726 objects degraded (7.851%) 2024-03-30T04:47:41.435 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:41 smithi105 bash[58125]: audit 2024-03-30T04:47:40.653229+0000 mgr.y (mgr.25387) 3187 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:41.435 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:41 smithi105 bash[58125]: cluster 2024-03-30T04:47:41.095469+0000 mon.a (mon.0) 6564 : cluster [WRN] Health check failed: Degraded data redundancy: 57/726 objects degraded (7.851%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:41.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: Started Ceph osd.5 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:47:41.709 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.709 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.709 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.709 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.710 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.710 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:41.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:41 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:47:42.690 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:47:42] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2024-03-30T04:47:42.690 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:41.564526+0000 mon.a (mon.0) 6565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:41.571370+0000 mon.a (mon.0) 6566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: cluster 2024-03-30T04:47:41.572808+0000 mgr.y (mgr.25387) 3188 : cluster [DBG] pgmap v2065: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: cluster 2024-03-30T04:47:41.573273+0000 mgr.y (mgr.25387) 3189 : cluster [DBG] pgmap v2066: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:41.581257+0000 mon.a (mon.0) 6567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:41.625196+0000 mon.a (mon.0) 6568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:41.636812+0000 mon.a (mon.0) 6569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:41.671819+0000 mon.a (mon.0) 6570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.198060+0000 mon.a (mon.0) 6571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.204867+0000 mon.a (mon.0) 6572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.206456+0000 mon.a (mon.0) 6573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.207276+0000 mon.a (mon.0) 6574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.213872+0000 mon.a (mon.0) 6575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.273119+0000 mon.a (mon.0) 6576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.691 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.275604+0000 mon.a (mon.0) 6577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.277296+0000 mon.a (mon.0) 6578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.280101+0000 mon.a (mon.0) 6579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.281071+0000 mon.a (mon.0) 6580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.290528+0000 mon.a (mon.0) 6581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:41.564526+0000 mon.a (mon.0) 6565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:41.571370+0000 mon.a (mon.0) 6566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: cluster 2024-03-30T04:47:41.572808+0000 mgr.y (mgr.25387) 3188 : cluster [DBG] pgmap v2065: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: cluster 2024-03-30T04:47:41.573273+0000 mgr.y (mgr.25387) 3189 : cluster [DBG] pgmap v2066: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:42.692 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:41.581257+0000 mon.a (mon.0) 6567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:41.625196+0000 mon.a (mon.0) 6568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:41.636812+0000 mon.a (mon.0) 6569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:41.671819+0000 mon.a (mon.0) 6570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.198060+0000 mon.a (mon.0) 6571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.204867+0000 mon.a (mon.0) 6572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.206456+0000 mon.a (mon.0) 6573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.207276+0000 mon.a (mon.0) 6574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.213872+0000 mon.a (mon.0) 6575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.273119+0000 mon.a (mon.0) 6576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.275604+0000 mon.a (mon.0) 6577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.277296+0000 mon.a (mon.0) 6578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.693 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.280101+0000 mon.a (mon.0) 6579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.281071+0000 mon.a (mon.0) 6580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.694 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.290528+0000 mon.a (mon.0) 6581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.365167+0000 mon.a (mon.0) 6582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.367746+0000 mon.a (mon.0) 6583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.694 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.368790+0000 mon.a (mon.0) 6584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.372166+0000 mon.a (mon.0) 6585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.373046+0000 mon.a (mon.0) 6586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.381816+0000 mon.a (mon.0) 6587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.458001+0000 mon.a (mon.0) 6588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.460089+0000 mon.a (mon.0) 6589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.461043+0000 mon.a (mon.0) 6590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.695 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.463212+0000 mon.a (mon.0) 6591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.463953+0000 mon.a (mon.0) 6592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.470360+0000 mon.a (mon.0) 6593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.515383+0000 mon.a (mon.0) 6594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.517354+0000 mon.a (mon.0) 6595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.518247+0000 mon.a (mon.0) 6596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.520146+0000 mon.a (mon.0) 6597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.520781+0000 mon.a (mon.0) 6598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[73934]: audit 2024-03-30T04:47:42.527840+0000 mon.a (mon.0) 6599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.696 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.365167+0000 mon.a (mon.0) 6582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.367746+0000 mon.a (mon.0) 6583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.368790+0000 mon.a (mon.0) 6584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.372166+0000 mon.a (mon.0) 6585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.373046+0000 mon.a (mon.0) 6586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.381816+0000 mon.a (mon.0) 6587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.458001+0000 mon.a (mon.0) 6588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.460089+0000 mon.a (mon.0) 6589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.461043+0000 mon.a (mon.0) 6590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.463212+0000 mon.a (mon.0) 6591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.463953+0000 mon.a (mon.0) 6592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.470360+0000 mon.a (mon.0) 6593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.515383+0000 mon.a (mon.0) 6594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.517354+0000 mon.a (mon.0) 6595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.697 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.518247+0000 mon.a (mon.0) 6596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.520146+0000 mon.a (mon.0) 6597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.520781+0000 mon.a (mon.0) 6598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.698 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:42 smithi097 bash[69502]: audit 2024-03-30T04:47:42.527840+0000 mon.a (mon.0) 6599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:41.564526+0000 mon.a (mon.0) 6565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:41.571370+0000 mon.a (mon.0) 6566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: cluster 2024-03-30T04:47:41.572808+0000 mgr.y (mgr.25387) 3188 : cluster [DBG] pgmap v2065: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:42.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: cluster 2024-03-30T04:47:41.573273+0000 mgr.y (mgr.25387) 3189 : cluster [DBG] pgmap v2066: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:42.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:41.581257+0000 mon.a (mon.0) 6567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:41.625196+0000 mon.a (mon.0) 6568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:41.636812+0000 mon.a (mon.0) 6569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:41.671819+0000 mon.a (mon.0) 6570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.198060+0000 mon.a (mon.0) 6571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.204867+0000 mon.a (mon.0) 6572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.206456+0000 mon.a (mon.0) 6573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.207276+0000 mon.a (mon.0) 6574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.213872+0000 mon.a (mon.0) 6575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.273119+0000 mon.a (mon.0) 6576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.275604+0000 mon.a (mon.0) 6577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.277296+0000 mon.a (mon.0) 6578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.280101+0000 mon.a (mon.0) 6579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.281071+0000 mon.a (mon.0) 6580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.290528+0000 mon.a (mon.0) 6581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.365167+0000 mon.a (mon.0) 6582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.367746+0000 mon.a (mon.0) 6583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.368790+0000 mon.a (mon.0) 6584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.372166+0000 mon.a (mon.0) 6585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.373046+0000 mon.a (mon.0) 6586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.856 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.381816+0000 mon.a (mon.0) 6587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.458001+0000 mon.a (mon.0) 6588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.460089+0000 mon.a (mon.0) 6589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.461043+0000 mon.a (mon.0) 6590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.463212+0000 mon.a (mon.0) 6591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.463953+0000 mon.a (mon.0) 6592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.470360+0000 mon.a (mon.0) 6593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.515383+0000 mon.a (mon.0) 6594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.517354+0000 mon.a (mon.0) 6595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.518247+0000 mon.a (mon.0) 6596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.520146+0000 mon.a (mon.0) 6597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.520781+0000 mon.a (mon.0) 6598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:42.857 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:42 smithi105 bash[58125]: audit 2024-03-30T04:47:42.527840+0000 mon.a (mon.0) 6599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.209006+0000 mgr.y (mgr.25387) 3190 : cluster [DBG] pgmap v2067: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.209545+0000 mgr.y (mgr.25387) 3191 : cluster [DBG] pgmap v2068: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.214439+0000 mgr.y (mgr.25387) 3192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.282953+0000 mgr.y (mgr.25387) 3193 : cluster [DBG] pgmap v2069: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.283352+0000 mgr.y (mgr.25387) 3194 : cluster [DBG] pgmap v2070: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.291084+0000 mgr.y (mgr.25387) 3195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.374816+0000 mgr.y (mgr.25387) 3196 : cluster [DBG] pgmap v2071: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.375162+0000 mgr.y (mgr.25387) 3197 : cluster [DBG] pgmap v2072: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.382358+0000 mgr.y (mgr.25387) 3198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.465485+0000 mgr.y (mgr.25387) 3199 : cluster [DBG] pgmap v2073: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.465790+0000 mgr.y (mgr.25387) 3200 : cluster [DBG] pgmap v2074: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.472869+0000 mgr.y (mgr.25387) 3201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.522148+0000 mgr.y (mgr.25387) 3202 : cluster [DBG] pgmap v2075: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.522452+0000 mgr.y (mgr.25387) 3203 : cluster [DBG] pgmap v2076: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.528336+0000 mgr.y (mgr.25387) 3204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.209006+0000 mgr.y (mgr.25387) 3190 : cluster [DBG] pgmap v2067: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.209545+0000 mgr.y (mgr.25387) 3191 : cluster [DBG] pgmap v2068: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.214439+0000 mgr.y (mgr.25387) 3192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.282953+0000 mgr.y (mgr.25387) 3193 : cluster [DBG] pgmap v2069: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.283352+0000 mgr.y (mgr.25387) 3194 : cluster [DBG] pgmap v2070: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.291084+0000 mgr.y (mgr.25387) 3195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.374816+0000 mgr.y (mgr.25387) 3196 : cluster [DBG] pgmap v2071: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.375162+0000 mgr.y (mgr.25387) 3197 : cluster [DBG] pgmap v2072: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.382358+0000 mgr.y (mgr.25387) 3198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.465485+0000 mgr.y (mgr.25387) 3199 : cluster [DBG] pgmap v2073: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.465790+0000 mgr.y (mgr.25387) 3200 : cluster [DBG] pgmap v2074: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.472869+0000 mgr.y (mgr.25387) 3201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.522148+0000 mgr.y (mgr.25387) 3202 : cluster [DBG] pgmap v2075: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.522452+0000 mgr.y (mgr.25387) 3203 : cluster [DBG] pgmap v2076: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.528336+0000 mgr.y (mgr.25387) 3204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.569106+0000 mon.a (mon.0) 6600 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.587265+0000 mon.a (mon.0) 6601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.589168+0000 mon.a (mon.0) 6602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.589936+0000 mon.a (mon.0) 6603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.591730+0000 mon.a (mon.0) 6604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.592360+0000 mon.a (mon.0) 6605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.593733+0000 mgr.y (mgr.25387) 3205 : cluster [DBG] pgmap v2077: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.594071+0000 mgr.y (mgr.25387) 3206 : cluster [DBG] pgmap v2078: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.598372+0000 mon.a (mon.0) 6606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.598859+0000 mgr.y (mgr.25387) 3207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.639629+0000 mon.a (mon.0) 6607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.641575+0000 mon.a (mon.0) 6608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.642670+0000 mon.a (mon.0) 6609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.644638+0000 mon.a (mon.0) 6610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.645367+0000 mon.a (mon.0) 6611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.646761+0000 mgr.y (mgr.25387) 3208 : cluster [DBG] pgmap v2079: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.647097+0000 mgr.y (mgr.25387) 3209 : cluster [DBG] pgmap v2080: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.651487+0000 mon.a (mon.0) 6612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.652017+0000 mgr.y (mgr.25387) 3210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.692960+0000 mon.a (mon.0) 6613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.694904+0000 mon.a (mon.0) 6614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.696058+0000 mon.a (mon.0) 6615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.699078+0000 mon.a (mon.0) 6616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.699749+0000 mon.a (mon.0) 6617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.701184+0000 mgr.y (mgr.25387) 3211 : cluster [DBG] pgmap v2081: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.701520+0000 mgr.y (mgr.25387) 3212 : cluster [DBG] pgmap v2082: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.705792+0000 mon.a (mon.0) 6618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.706295+0000 mgr.y (mgr.25387) 3213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.762820+0000 mon.a (mon.0) 6619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.764613+0000 mon.a (mon.0) 6620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.765339+0000 mon.a (mon.0) 6621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.767118+0000 mon.a (mon.0) 6622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.767640+0000 mon.a (mon.0) 6623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.768879+0000 mgr.y (mgr.25387) 3214 : cluster [DBG] pgmap v2083: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.769246+0000 mgr.y (mgr.25387) 3215 : cluster [DBG] pgmap v2084: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.773265+0000 mon.a (mon.0) 6624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.569106+0000 mon.a (mon.0) 6600 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.587265+0000 mon.a (mon.0) 6601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.589168+0000 mon.a (mon.0) 6602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.589936+0000 mon.a (mon.0) 6603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.591730+0000 mon.a (mon.0) 6604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.592360+0000 mon.a (mon.0) 6605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.593733+0000 mgr.y (mgr.25387) 3205 : cluster [DBG] pgmap v2077: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.594071+0000 mgr.y (mgr.25387) 3206 : cluster [DBG] pgmap v2078: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.598372+0000 mon.a (mon.0) 6606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.598859+0000 mgr.y (mgr.25387) 3207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.639629+0000 mon.a (mon.0) 6607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.641575+0000 mon.a (mon.0) 6608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.642670+0000 mon.a (mon.0) 6609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.644638+0000 mon.a (mon.0) 6610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.645367+0000 mon.a (mon.0) 6611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.646761+0000 mgr.y (mgr.25387) 3208 : cluster [DBG] pgmap v2079: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.647097+0000 mgr.y (mgr.25387) 3209 : cluster [DBG] pgmap v2080: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.651487+0000 mon.a (mon.0) 6612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.773644+0000 mgr.y (mgr.25387) 3216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.846730+0000 mon.a (mon.0) 6625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.849679+0000 mon.a (mon.0) 6626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.850953+0000 mon.a (mon.0) 6627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.853371+0000 mon.a (mon.0) 6628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.854174+0000 mon.a (mon.0) 6629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.855827+0000 mgr.y (mgr.25387) 3217 : cluster [DBG] pgmap v2085: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.856177+0000 mgr.y (mgr.25387) 3218 : cluster [DBG] pgmap v2086: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.862700+0000 mon.a (mon.0) 6630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.863239+0000 mgr.y (mgr.25387) 3219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.936708+0000 mon.a (mon.0) 6631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.938719+0000 mon.a (mon.0) 6632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.939519+0000 mon.a (mon.0) 6633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.941307+0000 mon.a (mon.0) 6634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.941867+0000 mon.a (mon.0) 6635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.943108+0000 mgr.y (mgr.25387) 3220 : cluster [DBG] pgmap v2087: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.943486+0000 mgr.y (mgr.25387) 3221 : cluster [DBG] pgmap v2088: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.947447+0000 mon.a (mon.0) 6636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.947873+0000 mgr.y (mgr.25387) 3222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.988171+0000 mon.a (mon.0) 6637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.990302+0000 mon.a (mon.0) 6638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.991109+0000 mon.a (mon.0) 6639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.992862+0000 mon.a (mon.0) 6640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.993433+0000 mon.a (mon.0) 6641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.994668+0000 mgr.y (mgr.25387) 3223 : cluster [DBG] pgmap v2089: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:42.995043+0000 mgr.y (mgr.25387) 3224 : cluster [DBG] pgmap v2090: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:42.998924+0000 mon.a (mon.0) 6642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:42.999335+0000 mgr.y (mgr.25387) 3225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.039635+0000 mon.a (mon.0) 6643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.041393+0000 mon.a (mon.0) 6644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.042155+0000 mon.a (mon.0) 6645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.043975+0000 mon.a (mon.0) 6646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.044514+0000 mon.a (mon.0) 6647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.045761+0000 mgr.y (mgr.25387) 3226 : cluster [DBG] pgmap v2091: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.046133+0000 mgr.y (mgr.25387) 3227 : cluster [DBG] pgmap v2092: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.652017+0000 mgr.y (mgr.25387) 3210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.692960+0000 mon.a (mon.0) 6613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.694904+0000 mon.a (mon.0) 6614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.696058+0000 mon.a (mon.0) 6615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.699078+0000 mon.a (mon.0) 6616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.699749+0000 mon.a (mon.0) 6617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.701184+0000 mgr.y (mgr.25387) 3211 : cluster [DBG] pgmap v2081: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.701520+0000 mgr.y (mgr.25387) 3212 : cluster [DBG] pgmap v2082: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.705792+0000 mon.a (mon.0) 6618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.706295+0000 mgr.y (mgr.25387) 3213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.762820+0000 mon.a (mon.0) 6619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.764613+0000 mon.a (mon.0) 6620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.765339+0000 mon.a (mon.0) 6621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.767118+0000 mon.a (mon.0) 6622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.767640+0000 mon.a (mon.0) 6623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.768879+0000 mgr.y (mgr.25387) 3214 : cluster [DBG] pgmap v2083: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.769246+0000 mgr.y (mgr.25387) 3215 : cluster [DBG] pgmap v2084: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.773265+0000 mon.a (mon.0) 6624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.049861+0000 mon.a (mon.0) 6648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.050300+0000 mgr.y (mgr.25387) 3228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.091272+0000 mon.a (mon.0) 6649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.093493+0000 mon.a (mon.0) 6650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.094279+0000 mon.a (mon.0) 6651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.096045+0000 mon.a (mon.0) 6652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.096652+0000 mon.a (mon.0) 6653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.097891+0000 mgr.y (mgr.25387) 3229 : cluster [DBG] pgmap v2093: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.098169+0000 mgr.y (mgr.25387) 3230 : cluster [DBG] pgmap v2094: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.102076+0000 mon.a (mon.0) 6654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.102484+0000 mgr.y (mgr.25387) 3231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.143358+0000 mon.a (mon.0) 6655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.145438+0000 mon.a (mon.0) 6656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.146196+0000 mon.a (mon.0) 6657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.148068+0000 mon.a (mon.0) 6658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.148687+0000 mon.a (mon.0) 6659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.154119+0000 mon.a (mon.0) 6660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.195362+0000 mon.a (mon.0) 6661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.197278+0000 mon.a (mon.0) 6662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.198168+0000 mon.a (mon.0) 6663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.200029+0000 mon.a (mon.0) 6664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.200654+0000 mon.a (mon.0) 6665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.206027+0000 mon.a (mon.0) 6666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.247350+0000 mon.a (mon.0) 6667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.249253+0000 mon.a (mon.0) 6668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.250030+0000 mon.a (mon.0) 6669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.251796+0000 mon.a (mon.0) 6670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.252387+0000 mon.a (mon.0) 6671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.257785+0000 mon.a (mon.0) 6672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.298783+0000 mon.a (mon.0) 6673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.300735+0000 mon.a (mon.0) 6674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.301574+0000 mon.a (mon.0) 6675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.303488+0000 mon.a (mon.0) 6676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.304178+0000 mon.a (mon.0) 6677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.310222+0000 mon.a (mon.0) 6678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.351467+0000 mon.a (mon.0) 6679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.353387+0000 mon.a (mon.0) 6680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.354252+0000 mon.a (mon.0) 6681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.773644+0000 mgr.y (mgr.25387) 3216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.846730+0000 mon.a (mon.0) 6625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.849679+0000 mon.a (mon.0) 6626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.850953+0000 mon.a (mon.0) 6627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.853371+0000 mon.a (mon.0) 6628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.854174+0000 mon.a (mon.0) 6629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.855827+0000 mgr.y (mgr.25387) 3217 : cluster [DBG] pgmap v2085: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.856177+0000 mgr.y (mgr.25387) 3218 : cluster [DBG] pgmap v2086: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.862700+0000 mon.a (mon.0) 6630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.863239+0000 mgr.y (mgr.25387) 3219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.936708+0000 mon.a (mon.0) 6631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.938719+0000 mon.a (mon.0) 6632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.939519+0000 mon.a (mon.0) 6633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.941307+0000 mon.a (mon.0) 6634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.941867+0000 mon.a (mon.0) 6635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.943108+0000 mgr.y (mgr.25387) 3220 : cluster [DBG] pgmap v2087: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.943486+0000 mgr.y (mgr.25387) 3221 : cluster [DBG] pgmap v2088: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.356448+0000 mon.a (mon.0) 6682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.357114+0000 mon.a (mon.0) 6683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.363297+0000 mon.a (mon.0) 6684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.405241+0000 mon.a (mon.0) 6685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.406982+0000 mon.a (mon.0) 6686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.408052+0000 mon.a (mon.0) 6687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.409805+0000 mon.a (mon.0) 6688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.410390+0000 mon.a (mon.0) 6689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.416084+0000 mon.a (mon.0) 6690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.456894+0000 mon.a (mon.0) 6691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.459013+0000 mon.a (mon.0) 6692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.459964+0000 mon.a (mon.0) 6693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.461837+0000 mon.a (mon.0) 6694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.462545+0000 mon.a (mon.0) 6695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.468403+0000 mon.a (mon.0) 6696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.510299+0000 mon.a (mon.0) 6697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.512371+0000 mon.a (mon.0) 6698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.513225+0000 mon.a (mon.0) 6699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.515090+0000 mon.a (mon.0) 6700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.515709+0000 mon.a (mon.0) 6701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[73934]: audit 2024-03-30T04:47:43.521729+0000 mon.a (mon.0) 6702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.947447+0000 mon.a (mon.0) 6636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.947873+0000 mgr.y (mgr.25387) 3222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.988171+0000 mon.a (mon.0) 6637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.990302+0000 mon.a (mon.0) 6638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.991109+0000 mon.a (mon.0) 6639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.992862+0000 mon.a (mon.0) 6640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.993433+0000 mon.a (mon.0) 6641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.994668+0000 mgr.y (mgr.25387) 3223 : cluster [DBG] pgmap v2089: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:42.995043+0000 mgr.y (mgr.25387) 3224 : cluster [DBG] pgmap v2090: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:42.998924+0000 mon.a (mon.0) 6642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:42.999335+0000 mgr.y (mgr.25387) 3225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.039635+0000 mon.a (mon.0) 6643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.041393+0000 mon.a (mon.0) 6644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.042155+0000 mon.a (mon.0) 6645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.043975+0000 mon.a (mon.0) 6646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.044514+0000 mon.a (mon.0) 6647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.045761+0000 mgr.y (mgr.25387) 3226 : cluster [DBG] pgmap v2091: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.046133+0000 mgr.y (mgr.25387) 3227 : cluster [DBG] pgmap v2092: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.049861+0000 mon.a (mon.0) 6648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.050300+0000 mgr.y (mgr.25387) 3228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.091272+0000 mon.a (mon.0) 6649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.093493+0000 mon.a (mon.0) 6650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.094279+0000 mon.a (mon.0) 6651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.096045+0000 mon.a (mon.0) 6652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.096652+0000 mon.a (mon.0) 6653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.097891+0000 mgr.y (mgr.25387) 3229 : cluster [DBG] pgmap v2093: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.098169+0000 mgr.y (mgr.25387) 3230 : cluster [DBG] pgmap v2094: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.102076+0000 mon.a (mon.0) 6654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.102484+0000 mgr.y (mgr.25387) 3231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.143358+0000 mon.a (mon.0) 6655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.145438+0000 mon.a (mon.0) 6656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.146196+0000 mon.a (mon.0) 6657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.148068+0000 mon.a (mon.0) 6658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.148687+0000 mon.a (mon.0) 6659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.154119+0000 mon.a (mon.0) 6660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.195362+0000 mon.a (mon.0) 6661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.197278+0000 mon.a (mon.0) 6662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.198168+0000 mon.a (mon.0) 6663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.200029+0000 mon.a (mon.0) 6664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.200654+0000 mon.a (mon.0) 6665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.206027+0000 mon.a (mon.0) 6666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.247350+0000 mon.a (mon.0) 6667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.249253+0000 mon.a (mon.0) 6668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.250030+0000 mon.a (mon.0) 6669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.251796+0000 mon.a (mon.0) 6670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.252387+0000 mon.a (mon.0) 6671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.257785+0000 mon.a (mon.0) 6672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.298783+0000 mon.a (mon.0) 6673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.300735+0000 mon.a (mon.0) 6674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.301574+0000 mon.a (mon.0) 6675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.303488+0000 mon.a (mon.0) 6676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.304178+0000 mon.a (mon.0) 6677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.310222+0000 mon.a (mon.0) 6678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.351467+0000 mon.a (mon.0) 6679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.353387+0000 mon.a (mon.0) 6680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.354252+0000 mon.a (mon.0) 6681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.356448+0000 mon.a (mon.0) 6682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.357114+0000 mon.a (mon.0) 6683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.363297+0000 mon.a (mon.0) 6684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.405241+0000 mon.a (mon.0) 6685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.406982+0000 mon.a (mon.0) 6686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.408052+0000 mon.a (mon.0) 6687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.409805+0000 mon.a (mon.0) 6688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.410390+0000 mon.a (mon.0) 6689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.416084+0000 mon.a (mon.0) 6690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.456894+0000 mon.a (mon.0) 6691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.459013+0000 mon.a (mon.0) 6692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.459964+0000 mon.a (mon.0) 6693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.461837+0000 mon.a (mon.0) 6694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.462545+0000 mon.a (mon.0) 6695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.468403+0000 mon.a (mon.0) 6696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.510299+0000 mon.a (mon.0) 6697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.512371+0000 mon.a (mon.0) 6698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.513225+0000 mon.a (mon.0) 6699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.515090+0000 mon.a (mon.0) 6700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.515709+0000 mon.a (mon.0) 6701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:43 smithi097 bash[69502]: audit 2024-03-30T04:47:43.521729+0000 mon.a (mon.0) 6702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-30T04:47:43.708 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[66411]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.209006+0000 mgr.y (mgr.25387) 3190 : cluster [DBG] pgmap v2067: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.209545+0000 mgr.y (mgr.25387) 3191 : cluster [DBG] pgmap v2068: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.214439+0000 mgr.y (mgr.25387) 3192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.282953+0000 mgr.y (mgr.25387) 3193 : cluster [DBG] pgmap v2069: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.283352+0000 mgr.y (mgr.25387) 3194 : cluster [DBG] pgmap v2070: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.291084+0000 mgr.y (mgr.25387) 3195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.374816+0000 mgr.y (mgr.25387) 3196 : cluster [DBG] pgmap v2071: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.375162+0000 mgr.y (mgr.25387) 3197 : cluster [DBG] pgmap v2072: 161 pgs: 17 active+undersized+degraded, 6 peering, 36 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 68/726 objects degraded (9.366%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.382358+0000 mgr.y (mgr.25387) 3198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.465485+0000 mgr.y (mgr.25387) 3199 : cluster [DBG] pgmap v2073: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.465790+0000 mgr.y (mgr.25387) 3200 : cluster [DBG] pgmap v2074: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.472869+0000 mgr.y (mgr.25387) 3201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.522148+0000 mgr.y (mgr.25387) 3202 : cluster [DBG] pgmap v2075: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.522452+0000 mgr.y (mgr.25387) 3203 : cluster [DBG] pgmap v2076: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.528336+0000 mgr.y (mgr.25387) 3204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.569106+0000 mon.a (mon.0) 6600 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.587265+0000 mon.a (mon.0) 6601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.589168+0000 mon.a (mon.0) 6602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.589936+0000 mon.a (mon.0) 6603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.591730+0000 mon.a (mon.0) 6604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.592360+0000 mon.a (mon.0) 6605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.593733+0000 mgr.y (mgr.25387) 3205 : cluster [DBG] pgmap v2077: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.594071+0000 mgr.y (mgr.25387) 3206 : cluster [DBG] pgmap v2078: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.598372+0000 mon.a (mon.0) 6606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.598859+0000 mgr.y (mgr.25387) 3207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.639629+0000 mon.a (mon.0) 6607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.641575+0000 mon.a (mon.0) 6608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.642670+0000 mon.a (mon.0) 6609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.644638+0000 mon.a (mon.0) 6610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.645367+0000 mon.a (mon.0) 6611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.646761+0000 mgr.y (mgr.25387) 3208 : cluster [DBG] pgmap v2079: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.647097+0000 mgr.y (mgr.25387) 3209 : cluster [DBG] pgmap v2080: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.651487+0000 mon.a (mon.0) 6612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.652017+0000 mgr.y (mgr.25387) 3210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.692960+0000 mon.a (mon.0) 6613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.694904+0000 mon.a (mon.0) 6614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.696058+0000 mon.a (mon.0) 6615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.699078+0000 mon.a (mon.0) 6616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.699749+0000 mon.a (mon.0) 6617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.701184+0000 mgr.y (mgr.25387) 3211 : cluster [DBG] pgmap v2081: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.701520+0000 mgr.y (mgr.25387) 3212 : cluster [DBG] pgmap v2082: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.705792+0000 mon.a (mon.0) 6618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.706295+0000 mgr.y (mgr.25387) 3213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.762820+0000 mon.a (mon.0) 6619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.764613+0000 mon.a (mon.0) 6620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.765339+0000 mon.a (mon.0) 6621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.767118+0000 mon.a (mon.0) 6622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.767640+0000 mon.a (mon.0) 6623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.768879+0000 mgr.y (mgr.25387) 3214 : cluster [DBG] pgmap v2083: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.769246+0000 mgr.y (mgr.25387) 3215 : cluster [DBG] pgmap v2084: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.773265+0000 mon.a (mon.0) 6624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.773644+0000 mgr.y (mgr.25387) 3216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.846730+0000 mon.a (mon.0) 6625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.849679+0000 mon.a (mon.0) 6626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.850953+0000 mon.a (mon.0) 6627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.853371+0000 mon.a (mon.0) 6628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.854174+0000 mon.a (mon.0) 6629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.855827+0000 mgr.y (mgr.25387) 3217 : cluster [DBG] pgmap v2085: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.856177+0000 mgr.y (mgr.25387) 3218 : cluster [DBG] pgmap v2086: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.862700+0000 mon.a (mon.0) 6630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.863239+0000 mgr.y (mgr.25387) 3219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.936708+0000 mon.a (mon.0) 6631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.938719+0000 mon.a (mon.0) 6632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.939519+0000 mon.a (mon.0) 6633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.941307+0000 mon.a (mon.0) 6634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.941867+0000 mon.a (mon.0) 6635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.943108+0000 mgr.y (mgr.25387) 3220 : cluster [DBG] pgmap v2087: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.943486+0000 mgr.y (mgr.25387) 3221 : cluster [DBG] pgmap v2088: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.947447+0000 mon.a (mon.0) 6636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.947873+0000 mgr.y (mgr.25387) 3222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.988171+0000 mon.a (mon.0) 6637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.990302+0000 mon.a (mon.0) 6638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.991109+0000 mon.a (mon.0) 6639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.992862+0000 mon.a (mon.0) 6640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.993433+0000 mon.a (mon.0) 6641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.994668+0000 mgr.y (mgr.25387) 3223 : cluster [DBG] pgmap v2089: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:42.995043+0000 mgr.y (mgr.25387) 3224 : cluster [DBG] pgmap v2090: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:42.998924+0000 mon.a (mon.0) 6642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:42.999335+0000 mgr.y (mgr.25387) 3225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.039635+0000 mon.a (mon.0) 6643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.041393+0000 mon.a (mon.0) 6644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.042155+0000 mon.a (mon.0) 6645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.043975+0000 mon.a (mon.0) 6646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.044514+0000 mon.a (mon.0) 6647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.045761+0000 mgr.y (mgr.25387) 3226 : cluster [DBG] pgmap v2091: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.046133+0000 mgr.y (mgr.25387) 3227 : cluster [DBG] pgmap v2092: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.049861+0000 mon.a (mon.0) 6648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.050300+0000 mgr.y (mgr.25387) 3228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.091272+0000 mon.a (mon.0) 6649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.093493+0000 mon.a (mon.0) 6650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.094279+0000 mon.a (mon.0) 6651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.096045+0000 mon.a (mon.0) 6652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.096652+0000 mon.a (mon.0) 6653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.097891+0000 mgr.y (mgr.25387) 3229 : cluster [DBG] pgmap v2093: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.098169+0000 mgr.y (mgr.25387) 3230 : cluster [DBG] pgmap v2094: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.102076+0000 mon.a (mon.0) 6654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.102484+0000 mgr.y (mgr.25387) 3231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.143358+0000 mon.a (mon.0) 6655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.145438+0000 mon.a (mon.0) 6656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.146196+0000 mon.a (mon.0) 6657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.148068+0000 mon.a (mon.0) 6658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.148687+0000 mon.a (mon.0) 6659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.154119+0000 mon.a (mon.0) 6660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.195362+0000 mon.a (mon.0) 6661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.197278+0000 mon.a (mon.0) 6662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.198168+0000 mon.a (mon.0) 6663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.200029+0000 mon.a (mon.0) 6664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.200654+0000 mon.a (mon.0) 6665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.206027+0000 mon.a (mon.0) 6666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.247350+0000 mon.a (mon.0) 6667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.249253+0000 mon.a (mon.0) 6668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.250030+0000 mon.a (mon.0) 6669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.251796+0000 mon.a (mon.0) 6670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.252387+0000 mon.a (mon.0) 6671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.257785+0000 mon.a (mon.0) 6672 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.298783+0000 mon.a (mon.0) 6673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.300735+0000 mon.a (mon.0) 6674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.301574+0000 mon.a (mon.0) 6675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.303488+0000 mon.a (mon.0) 6676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.304178+0000 mon.a (mon.0) 6677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.310222+0000 mon.a (mon.0) 6678 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.351467+0000 mon.a (mon.0) 6679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.353387+0000 mon.a (mon.0) 6680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.354252+0000 mon.a (mon.0) 6681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.356448+0000 mon.a (mon.0) 6682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.357114+0000 mon.a (mon.0) 6683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.363297+0000 mon.a (mon.0) 6684 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.405241+0000 mon.a (mon.0) 6685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.406982+0000 mon.a (mon.0) 6686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.408052+0000 mon.a (mon.0) 6687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.409805+0000 mon.a (mon.0) 6688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.410390+0000 mon.a (mon.0) 6689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.416084+0000 mon.a (mon.0) 6690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.456894+0000 mon.a (mon.0) 6691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.459013+0000 mon.a (mon.0) 6692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.459964+0000 mon.a (mon.0) 6693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.461837+0000 mon.a (mon.0) 6694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.462545+0000 mon.a (mon.0) 6695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.468403+0000 mon.a (mon.0) 6696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.510299+0000 mon.a (mon.0) 6697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.512371+0000 mon.a (mon.0) 6698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.513225+0000 mon.a (mon.0) 6699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.515090+0000 mon.a (mon.0) 6700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.515709+0000 mon.a (mon.0) 6701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:43.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:43 smithi105 bash[58125]: audit 2024-03-30T04:47:43.521729+0000 mon.a (mon.0) 6702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.149937+0000 mgr.y (mgr.25387) 3232 : cluster [DBG] pgmap v2095: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.150228+0000 mgr.y (mgr.25387) 3233 : cluster [DBG] pgmap v2096: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.154540+0000 mgr.y (mgr.25387) 3234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.201913+0000 mgr.y (mgr.25387) 3235 : cluster [DBG] pgmap v2097: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.202175+0000 mgr.y (mgr.25387) 3236 : cluster [DBG] pgmap v2098: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.206458+0000 mgr.y (mgr.25387) 3237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.253664+0000 mgr.y (mgr.25387) 3238 : cluster [DBG] pgmap v2099: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.253959+0000 mgr.y (mgr.25387) 3239 : cluster [DBG] pgmap v2100: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.258213+0000 mgr.y (mgr.25387) 3240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.305667+0000 mgr.y (mgr.25387) 3241 : cluster [DBG] pgmap v2101: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.306094+0000 mgr.y (mgr.25387) 3242 : cluster [DBG] pgmap v2102: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.310743+0000 mgr.y (mgr.25387) 3243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.358453+0000 mgr.y (mgr.25387) 3244 : cluster [DBG] pgmap v2103: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.358724+0000 mgr.y (mgr.25387) 3245 : cluster [DBG] pgmap v2104: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.364962+0000 mgr.y (mgr.25387) 3246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.149937+0000 mgr.y (mgr.25387) 3232 : cluster [DBG] pgmap v2095: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.150228+0000 mgr.y (mgr.25387) 3233 : cluster [DBG] pgmap v2096: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.154540+0000 mgr.y (mgr.25387) 3234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.201913+0000 mgr.y (mgr.25387) 3235 : cluster [DBG] pgmap v2097: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.202175+0000 mgr.y (mgr.25387) 3236 : cluster [DBG] pgmap v2098: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.206458+0000 mgr.y (mgr.25387) 3237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.253664+0000 mgr.y (mgr.25387) 3238 : cluster [DBG] pgmap v2099: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.253959+0000 mgr.y (mgr.25387) 3239 : cluster [DBG] pgmap v2100: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.258213+0000 mgr.y (mgr.25387) 3240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.305667+0000 mgr.y (mgr.25387) 3241 : cluster [DBG] pgmap v2101: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.306094+0000 mgr.y (mgr.25387) 3242 : cluster [DBG] pgmap v2102: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.310743+0000 mgr.y (mgr.25387) 3243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.358453+0000 mgr.y (mgr.25387) 3244 : cluster [DBG] pgmap v2103: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.358724+0000 mgr.y (mgr.25387) 3245 : cluster [DBG] pgmap v2104: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.364962+0000 mgr.y (mgr.25387) 3246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.411568+0000 mgr.y (mgr.25387) 3247 : cluster [DBG] pgmap v2105: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.411813+0000 mgr.y (mgr.25387) 3248 : cluster [DBG] pgmap v2106: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.416444+0000 mgr.y (mgr.25387) 3249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.463938+0000 mgr.y (mgr.25387) 3250 : cluster [DBG] pgmap v2107: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.464259+0000 mgr.y (mgr.25387) 3251 : cluster [DBG] pgmap v2108: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.468837+0000 mgr.y (mgr.25387) 3252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.517034+0000 mgr.y (mgr.25387) 3253 : cluster [DBG] pgmap v2109: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.517363+0000 mgr.y (mgr.25387) 3254 : cluster [DBG] pgmap v2110: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.522185+0000 mgr.y (mgr.25387) 3255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.581469+0000 mon.a (mon.0) 6703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.584553+0000 mon.a (mon.0) 6704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.585644+0000 mon.a (mon.0) 6705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.588292+0000 mon.a (mon.0) 6706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.589148+0000 mon.a (mon.0) 6707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.590841+0000 mgr.y (mgr.25387) 3256 : cluster [DBG] pgmap v2111: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.591134+0000 mgr.y (mgr.25387) 3257 : cluster [DBG] pgmap v2112: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.595360+0000 mon.a (mon.0) 6708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.411568+0000 mgr.y (mgr.25387) 3247 : cluster [DBG] pgmap v2105: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.411813+0000 mgr.y (mgr.25387) 3248 : cluster [DBG] pgmap v2106: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.416444+0000 mgr.y (mgr.25387) 3249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.463938+0000 mgr.y (mgr.25387) 3250 : cluster [DBG] pgmap v2107: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.464259+0000 mgr.y (mgr.25387) 3251 : cluster [DBG] pgmap v2108: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.468837+0000 mgr.y (mgr.25387) 3252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.517034+0000 mgr.y (mgr.25387) 3253 : cluster [DBG] pgmap v2109: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.517363+0000 mgr.y (mgr.25387) 3254 : cluster [DBG] pgmap v2110: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.522185+0000 mgr.y (mgr.25387) 3255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.581469+0000 mon.a (mon.0) 6703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.584553+0000 mon.a (mon.0) 6704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.585644+0000 mon.a (mon.0) 6705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.588292+0000 mon.a (mon.0) 6706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.589148+0000 mon.a (mon.0) 6707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.590841+0000 mgr.y (mgr.25387) 3256 : cluster [DBG] pgmap v2111: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.591134+0000 mgr.y (mgr.25387) 3257 : cluster [DBG] pgmap v2112: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.595360+0000 mon.a (mon.0) 6708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.595775+0000 mgr.y (mgr.25387) 3258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.636170+0000 mon.a (mon.0) 6709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.638060+0000 mon.a (mon.0) 6710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.638875+0000 mon.a (mon.0) 6711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.640656+0000 mon.a (mon.0) 6712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.641333+0000 mon.a (mon.0) 6713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.642621+0000 mgr.y (mgr.25387) 3259 : cluster [DBG] pgmap v2113: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.642908+0000 mgr.y (mgr.25387) 3260 : cluster [DBG] pgmap v2114: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.648200+0000 mon.a (mon.0) 6714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.648643+0000 mgr.y (mgr.25387) 3261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.689332+0000 mon.a (mon.0) 6715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.691383+0000 mon.a (mon.0) 6716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.692284+0000 mon.a (mon.0) 6717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.694288+0000 mon.a (mon.0) 6718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.694901+0000 mon.a (mon.0) 6719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.696139+0000 mgr.y (mgr.25387) 3262 : cluster [DBG] pgmap v2115: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.696440+0000 mgr.y (mgr.25387) 3263 : cluster [DBG] pgmap v2116: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.701706+0000 mon.a (mon.0) 6720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.595775+0000 mgr.y (mgr.25387) 3258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.636170+0000 mon.a (mon.0) 6709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.638060+0000 mon.a (mon.0) 6710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.638875+0000 mon.a (mon.0) 6711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.640656+0000 mon.a (mon.0) 6712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.641333+0000 mon.a (mon.0) 6713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.642621+0000 mgr.y (mgr.25387) 3259 : cluster [DBG] pgmap v2113: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.642908+0000 mgr.y (mgr.25387) 3260 : cluster [DBG] pgmap v2114: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.648200+0000 mon.a (mon.0) 6714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.648643+0000 mgr.y (mgr.25387) 3261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.689332+0000 mon.a (mon.0) 6715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.691383+0000 mon.a (mon.0) 6716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.692284+0000 mon.a (mon.0) 6717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.694288+0000 mon.a (mon.0) 6718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.694901+0000 mon.a (mon.0) 6719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.696139+0000 mgr.y (mgr.25387) 3262 : cluster [DBG] pgmap v2115: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.696440+0000 mgr.y (mgr.25387) 3263 : cluster [DBG] pgmap v2116: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.701706+0000 mon.a (mon.0) 6720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.702112+0000 mgr.y (mgr.25387) 3264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.741844+0000 mon.a (mon.0) 6721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.744019+0000 mon.a (mon.0) 6722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.744952+0000 mon.a (mon.0) 6723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.747011+0000 mon.a (mon.0) 6724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.747651+0000 mon.a (mon.0) 6725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.748952+0000 mgr.y (mgr.25387) 3265 : cluster [DBG] pgmap v2117: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.749330+0000 mgr.y (mgr.25387) 3266 : cluster [DBG] pgmap v2118: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.755135+0000 mon.a (mon.0) 6726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.755572+0000 mgr.y (mgr.25387) 3267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.795782+0000 mon.a (mon.0) 6727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.797749+0000 mon.a (mon.0) 6728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.798673+0000 mon.a (mon.0) 6729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.800670+0000 mon.a (mon.0) 6730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.801327+0000 mon.a (mon.0) 6731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.802603+0000 mgr.y (mgr.25387) 3268 : cluster [DBG] pgmap v2119: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.802973+0000 mgr.y (mgr.25387) 3269 : cluster [DBG] pgmap v2120: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.808923+0000 mon.a (mon.0) 6732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.702112+0000 mgr.y (mgr.25387) 3264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.741844+0000 mon.a (mon.0) 6721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.744019+0000 mon.a (mon.0) 6722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.744952+0000 mon.a (mon.0) 6723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.747011+0000 mon.a (mon.0) 6724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.747651+0000 mon.a (mon.0) 6725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.748952+0000 mgr.y (mgr.25387) 3265 : cluster [DBG] pgmap v2117: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.749330+0000 mgr.y (mgr.25387) 3266 : cluster [DBG] pgmap v2118: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.755135+0000 mon.a (mon.0) 6726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.755572+0000 mgr.y (mgr.25387) 3267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.795782+0000 mon.a (mon.0) 6727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.797749+0000 mon.a (mon.0) 6728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.798673+0000 mon.a (mon.0) 6729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.800670+0000 mon.a (mon.0) 6730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.801327+0000 mon.a (mon.0) 6731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.802603+0000 mgr.y (mgr.25387) 3268 : cluster [DBG] pgmap v2119: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.802973+0000 mgr.y (mgr.25387) 3269 : cluster [DBG] pgmap v2120: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.808923+0000 mon.a (mon.0) 6732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.809343+0000 mgr.y (mgr.25387) 3270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.849716+0000 mon.a (mon.0) 6733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.851462+0000 mon.a (mon.0) 6734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.852230+0000 mon.a (mon.0) 6735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.853977+0000 mon.a (mon.0) 6736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.854522+0000 mon.a (mon.0) 6737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.855713+0000 mgr.y (mgr.25387) 3271 : cluster [DBG] pgmap v2121: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.856080+0000 mgr.y (mgr.25387) 3272 : cluster [DBG] pgmap v2122: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.861984+0000 mon.a (mon.0) 6738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.862462+0000 mgr.y (mgr.25387) 3273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.918707+0000 mon.a (mon.0) 6739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.920839+0000 mon.a (mon.0) 6740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.921890+0000 mon.a (mon.0) 6741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.923957+0000 mon.a (mon.0) 6742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.924669+0000 mon.a (mon.0) 6743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.926147+0000 mgr.y (mgr.25387) 3274 : cluster [DBG] pgmap v2123: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.926507+0000 mgr.y (mgr.25387) 3275 : cluster [DBG] pgmap v2124: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.809343+0000 mgr.y (mgr.25387) 3270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.849716+0000 mon.a (mon.0) 6733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.851462+0000 mon.a (mon.0) 6734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.852230+0000 mon.a (mon.0) 6735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.853977+0000 mon.a (mon.0) 6736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.854522+0000 mon.a (mon.0) 6737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.855713+0000 mgr.y (mgr.25387) 3271 : cluster [DBG] pgmap v2121: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.856080+0000 mgr.y (mgr.25387) 3272 : cluster [DBG] pgmap v2122: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.861984+0000 mon.a (mon.0) 6738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.862462+0000 mgr.y (mgr.25387) 3273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.918707+0000 mon.a (mon.0) 6739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.920839+0000 mon.a (mon.0) 6740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.921890+0000 mon.a (mon.0) 6741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.923957+0000 mon.a (mon.0) 6742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.924669+0000 mon.a (mon.0) 6743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.926147+0000 mgr.y (mgr.25387) 3274 : cluster [DBG] pgmap v2123: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.926507+0000 mgr.y (mgr.25387) 3275 : cluster [DBG] pgmap v2124: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.934388+0000 mon.a (mon.0) 6744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:43.934808+0000 mgr.y (mgr.25387) 3276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.990952+0000 mon.a (mon.0) 6745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.992990+0000 mon.a (mon.0) 6746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.994009+0000 mon.a (mon.0) 6747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.996021+0000 mon.a (mon.0) 6748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:43.996665+0000 mon.a (mon.0) 6749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.997950+0000 mgr.y (mgr.25387) 3277 : cluster [DBG] pgmap v2125: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:43.998311+0000 mgr.y (mgr.25387) 3278 : cluster [DBG] pgmap v2126: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.004085+0000 mon.a (mon.0) 6750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.004536+0000 mgr.y (mgr.25387) 3279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.044870+0000 mon.a (mon.0) 6751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.047097+0000 mon.a (mon.0) 6752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.048089+0000 mon.a (mon.0) 6753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.050123+0000 mon.a (mon.0) 6754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.050792+0000 mon.a (mon.0) 6755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.052137+0000 mgr.y (mgr.25387) 3280 : cluster [DBG] pgmap v2127: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.052426+0000 mgr.y (mgr.25387) 3281 : cluster [DBG] pgmap v2128: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.934388+0000 mon.a (mon.0) 6744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:43.934808+0000 mgr.y (mgr.25387) 3276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.990952+0000 mon.a (mon.0) 6745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.992990+0000 mon.a (mon.0) 6746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.994009+0000 mon.a (mon.0) 6747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.996021+0000 mon.a (mon.0) 6748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:43.996665+0000 mon.a (mon.0) 6749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.997950+0000 mgr.y (mgr.25387) 3277 : cluster [DBG] pgmap v2125: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:43.998311+0000 mgr.y (mgr.25387) 3278 : cluster [DBG] pgmap v2126: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.004085+0000 mon.a (mon.0) 6750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.004536+0000 mgr.y (mgr.25387) 3279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.044870+0000 mon.a (mon.0) 6751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.047097+0000 mon.a (mon.0) 6752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.048089+0000 mon.a (mon.0) 6753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.050123+0000 mon.a (mon.0) 6754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.050792+0000 mon.a (mon.0) 6755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.052137+0000 mgr.y (mgr.25387) 3280 : cluster [DBG] pgmap v2127: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.052426+0000 mgr.y (mgr.25387) 3281 : cluster [DBG] pgmap v2128: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.058086+0000 mon.a (mon.0) 6756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.058538+0000 mgr.y (mgr.25387) 3282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.099634+0000 mon.a (mon.0) 6757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.101647+0000 mon.a (mon.0) 6758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.102557+0000 mon.a (mon.0) 6759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.104535+0000 mon.a (mon.0) 6760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.105225+0000 mon.a (mon.0) 6761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.106593+0000 mgr.y (mgr.25387) 3283 : cluster [DBG] pgmap v2129: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.106945+0000 mgr.y (mgr.25387) 3284 : cluster [DBG] pgmap v2130: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.111814+0000 mon.a (mon.0) 6762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.112275+0000 mgr.y (mgr.25387) 3285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.169782+0000 mon.a (mon.0) 6763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.171695+0000 mon.a (mon.0) 6764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.172486+0000 mon.a (mon.0) 6765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.174471+0000 mon.a (mon.0) 6766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.175077+0000 mon.a (mon.0) 6767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.180955+0000 mon.a (mon.0) 6768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.237522+0000 mon.a (mon.0) 6769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.239404+0000 mon.a (mon.0) 6770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.058086+0000 mon.a (mon.0) 6756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.058538+0000 mgr.y (mgr.25387) 3282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.099634+0000 mon.a (mon.0) 6757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.101647+0000 mon.a (mon.0) 6758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.102557+0000 mon.a (mon.0) 6759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.104535+0000 mon.a (mon.0) 6760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.105225+0000 mon.a (mon.0) 6761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.106593+0000 mgr.y (mgr.25387) 3283 : cluster [DBG] pgmap v2129: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.106945+0000 mgr.y (mgr.25387) 3284 : cluster [DBG] pgmap v2130: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.111814+0000 mon.a (mon.0) 6762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.112275+0000 mgr.y (mgr.25387) 3285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.169782+0000 mon.a (mon.0) 6763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.171695+0000 mon.a (mon.0) 6764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.172486+0000 mon.a (mon.0) 6765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.174471+0000 mon.a (mon.0) 6766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.175077+0000 mon.a (mon.0) 6767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.180955+0000 mon.a (mon.0) 6768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.237522+0000 mon.a (mon.0) 6769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.239404+0000 mon.a (mon.0) 6770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.240203+0000 mon.a (mon.0) 6771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.242135+0000 mon.a (mon.0) 6772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.242745+0000 mon.a (mon.0) 6773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.248358+0000 mon.a (mon.0) 6774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.294002+0000 mon.a (mon.0) 6775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.296069+0000 mon.a (mon.0) 6776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.297072+0000 mon.a (mon.0) 6777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.299330+0000 mon.a (mon.0) 6778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.300034+0000 mon.a (mon.0) 6779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.306519+0000 mon.a (mon.0) 6780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.347683+0000 mon.a (mon.0) 6781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.349500+0000 mon.a (mon.0) 6782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.350352+0000 mon.a (mon.0) 6783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.352157+0000 mon.a (mon.0) 6784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.352752+0000 mon.a (mon.0) 6785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.361930+0000 mon.a (mon.0) 6786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.402664+0000 mon.a (mon.0) 6787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.404520+0000 mon.a (mon.0) 6788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.405391+0000 mon.a (mon.0) 6789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.240203+0000 mon.a (mon.0) 6771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.242135+0000 mon.a (mon.0) 6772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.242745+0000 mon.a (mon.0) 6773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.248358+0000 mon.a (mon.0) 6774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.294002+0000 mon.a (mon.0) 6775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.296069+0000 mon.a (mon.0) 6776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.297072+0000 mon.a (mon.0) 6777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.299330+0000 mon.a (mon.0) 6778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.300034+0000 mon.a (mon.0) 6779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.306519+0000 mon.a (mon.0) 6780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.347683+0000 mon.a (mon.0) 6781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.349500+0000 mon.a (mon.0) 6782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.350352+0000 mon.a (mon.0) 6783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.352157+0000 mon.a (mon.0) 6784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.352752+0000 mon.a (mon.0) 6785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.361930+0000 mon.a (mon.0) 6786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.402664+0000 mon.a (mon.0) 6787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.404520+0000 mon.a (mon.0) 6788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.405391+0000 mon.a (mon.0) 6789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.407178+0000 mon.a (mon.0) 6790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.407845+0000 mon.a (mon.0) 6791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.414420+0000 mon.a (mon.0) 6792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.455280+0000 mon.a (mon.0) 6793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.457311+0000 mon.a (mon.0) 6794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.458295+0000 mon.a (mon.0) 6795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.460299+0000 mon.a (mon.0) 6796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.460981+0000 mon.a (mon.0) 6797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.467394+0000 mon.a (mon.0) 6798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.508556+0000 mon.a (mon.0) 6799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.510715+0000 mon.a (mon.0) 6800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.511603+0000 mon.a (mon.0) 6801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.513814+0000 mon.a (mon.0) 6802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.514469+0000 mon.a (mon.0) 6803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.520411+0000 mon.a (mon.0) 6804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.561502+0000 mon.a (mon.0) 6805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.563450+0000 mon.a (mon.0) 6806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.564487+0000 mon.a (mon.0) 6807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.566656+0000 mon.a (mon.0) 6808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[69502]: audit 2024-03-30T04:47:44.567599+0000 mon.a (mon.0) 6809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.407178+0000 mon.a (mon.0) 6790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.407845+0000 mon.a (mon.0) 6791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.414420+0000 mon.a (mon.0) 6792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.455280+0000 mon.a (mon.0) 6793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.457311+0000 mon.a (mon.0) 6794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.458295+0000 mon.a (mon.0) 6795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.460299+0000 mon.a (mon.0) 6796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.460981+0000 mon.a (mon.0) 6797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.467394+0000 mon.a (mon.0) 6798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.508556+0000 mon.a (mon.0) 6799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.510715+0000 mon.a (mon.0) 6800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.511603+0000 mon.a (mon.0) 6801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.513814+0000 mon.a (mon.0) 6802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.514469+0000 mon.a (mon.0) 6803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.520411+0000 mon.a (mon.0) 6804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.561502+0000 mon.a (mon.0) 6805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.563450+0000 mon.a (mon.0) 6806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.564487+0000 mon.a (mon.0) 6807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.566656+0000 mon.a (mon.0) 6808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:44 smithi097 bash[73934]: audit 2024-03-30T04:47:44.567599+0000 mon.a (mon.0) 6809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.149937+0000 mgr.y (mgr.25387) 3232 : cluster [DBG] pgmap v2095: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.150228+0000 mgr.y (mgr.25387) 3233 : cluster [DBG] pgmap v2096: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.154540+0000 mgr.y (mgr.25387) 3234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.201913+0000 mgr.y (mgr.25387) 3235 : cluster [DBG] pgmap v2097: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.202175+0000 mgr.y (mgr.25387) 3236 : cluster [DBG] pgmap v2098: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.206458+0000 mgr.y (mgr.25387) 3237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.253664+0000 mgr.y (mgr.25387) 3238 : cluster [DBG] pgmap v2099: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.253959+0000 mgr.y (mgr.25387) 3239 : cluster [DBG] pgmap v2100: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.258213+0000 mgr.y (mgr.25387) 3240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.305667+0000 mgr.y (mgr.25387) 3241 : cluster [DBG] pgmap v2101: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.306094+0000 mgr.y (mgr.25387) 3242 : cluster [DBG] pgmap v2102: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.310743+0000 mgr.y (mgr.25387) 3243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.358453+0000 mgr.y (mgr.25387) 3244 : cluster [DBG] pgmap v2103: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.358724+0000 mgr.y (mgr.25387) 3245 : cluster [DBG] pgmap v2104: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.364962+0000 mgr.y (mgr.25387) 3246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.411568+0000 mgr.y (mgr.25387) 3247 : cluster [DBG] pgmap v2105: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.411813+0000 mgr.y (mgr.25387) 3248 : cluster [DBG] pgmap v2106: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.416444+0000 mgr.y (mgr.25387) 3249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.463938+0000 mgr.y (mgr.25387) 3250 : cluster [DBG] pgmap v2107: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.464259+0000 mgr.y (mgr.25387) 3251 : cluster [DBG] pgmap v2108: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.468837+0000 mgr.y (mgr.25387) 3252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.517034+0000 mgr.y (mgr.25387) 3253 : cluster [DBG] pgmap v2109: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.517363+0000 mgr.y (mgr.25387) 3254 : cluster [DBG] pgmap v2110: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.522185+0000 mgr.y (mgr.25387) 3255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.581469+0000 mon.a (mon.0) 6703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.584553+0000 mon.a (mon.0) 6704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.585644+0000 mon.a (mon.0) 6705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.588292+0000 mon.a (mon.0) 6706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.589148+0000 mon.a (mon.0) 6707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.590841+0000 mgr.y (mgr.25387) 3256 : cluster [DBG] pgmap v2111: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.591134+0000 mgr.y (mgr.25387) 3257 : cluster [DBG] pgmap v2112: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.595360+0000 mon.a (mon.0) 6708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.595775+0000 mgr.y (mgr.25387) 3258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.636170+0000 mon.a (mon.0) 6709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.638060+0000 mon.a (mon.0) 6710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.638875+0000 mon.a (mon.0) 6711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.640656+0000 mon.a (mon.0) 6712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.641333+0000 mon.a (mon.0) 6713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.642621+0000 mgr.y (mgr.25387) 3259 : cluster [DBG] pgmap v2113: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.642908+0000 mgr.y (mgr.25387) 3260 : cluster [DBG] pgmap v2114: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.648200+0000 mon.a (mon.0) 6714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.648643+0000 mgr.y (mgr.25387) 3261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.689332+0000 mon.a (mon.0) 6715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.691383+0000 mon.a (mon.0) 6716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.692284+0000 mon.a (mon.0) 6717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.694288+0000 mon.a (mon.0) 6718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.694901+0000 mon.a (mon.0) 6719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.696139+0000 mgr.y (mgr.25387) 3262 : cluster [DBG] pgmap v2115: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.696440+0000 mgr.y (mgr.25387) 3263 : cluster [DBG] pgmap v2116: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.701706+0000 mon.a (mon.0) 6720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.702112+0000 mgr.y (mgr.25387) 3264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.741844+0000 mon.a (mon.0) 6721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.744019+0000 mon.a (mon.0) 6722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.744952+0000 mon.a (mon.0) 6723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.747011+0000 mon.a (mon.0) 6724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.747651+0000 mon.a (mon.0) 6725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.748952+0000 mgr.y (mgr.25387) 3265 : cluster [DBG] pgmap v2117: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.749330+0000 mgr.y (mgr.25387) 3266 : cluster [DBG] pgmap v2118: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.755135+0000 mon.a (mon.0) 6726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.755572+0000 mgr.y (mgr.25387) 3267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.795782+0000 mon.a (mon.0) 6727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.797749+0000 mon.a (mon.0) 6728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.798673+0000 mon.a (mon.0) 6729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.800670+0000 mon.a (mon.0) 6730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.801327+0000 mon.a (mon.0) 6731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.802603+0000 mgr.y (mgr.25387) 3268 : cluster [DBG] pgmap v2119: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.802973+0000 mgr.y (mgr.25387) 3269 : cluster [DBG] pgmap v2120: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.808923+0000 mon.a (mon.0) 6732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.809343+0000 mgr.y (mgr.25387) 3270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.849716+0000 mon.a (mon.0) 6733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.851462+0000 mon.a (mon.0) 6734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.852230+0000 mon.a (mon.0) 6735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.853977+0000 mon.a (mon.0) 6736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.854522+0000 mon.a (mon.0) 6737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.855713+0000 mgr.y (mgr.25387) 3271 : cluster [DBG] pgmap v2121: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.856080+0000 mgr.y (mgr.25387) 3272 : cluster [DBG] pgmap v2122: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.861984+0000 mon.a (mon.0) 6738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.862462+0000 mgr.y (mgr.25387) 3273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.918707+0000 mon.a (mon.0) 6739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.920839+0000 mon.a (mon.0) 6740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.921890+0000 mon.a (mon.0) 6741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.923957+0000 mon.a (mon.0) 6742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.924669+0000 mon.a (mon.0) 6743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.926147+0000 mgr.y (mgr.25387) 3274 : cluster [DBG] pgmap v2123: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.926507+0000 mgr.y (mgr.25387) 3275 : cluster [DBG] pgmap v2124: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.934388+0000 mon.a (mon.0) 6744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:43.934808+0000 mgr.y (mgr.25387) 3276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.990952+0000 mon.a (mon.0) 6745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.992990+0000 mon.a (mon.0) 6746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.994009+0000 mon.a (mon.0) 6747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.996021+0000 mon.a (mon.0) 6748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:43.996665+0000 mon.a (mon.0) 6749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.997950+0000 mgr.y (mgr.25387) 3277 : cluster [DBG] pgmap v2125: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:43.998311+0000 mgr.y (mgr.25387) 3278 : cluster [DBG] pgmap v2126: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.004085+0000 mon.a (mon.0) 6750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.004536+0000 mgr.y (mgr.25387) 3279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.044870+0000 mon.a (mon.0) 6751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.047097+0000 mon.a (mon.0) 6752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.048089+0000 mon.a (mon.0) 6753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.050123+0000 mon.a (mon.0) 6754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.050792+0000 mon.a (mon.0) 6755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.052137+0000 mgr.y (mgr.25387) 3280 : cluster [DBG] pgmap v2127: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.052426+0000 mgr.y (mgr.25387) 3281 : cluster [DBG] pgmap v2128: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.058086+0000 mon.a (mon.0) 6756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.058538+0000 mgr.y (mgr.25387) 3282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.099634+0000 mon.a (mon.0) 6757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.101647+0000 mon.a (mon.0) 6758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.102557+0000 mon.a (mon.0) 6759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.104535+0000 mon.a (mon.0) 6760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.105225+0000 mon.a (mon.0) 6761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.106593+0000 mgr.y (mgr.25387) 3283 : cluster [DBG] pgmap v2129: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.106945+0000 mgr.y (mgr.25387) 3284 : cluster [DBG] pgmap v2130: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.111814+0000 mon.a (mon.0) 6762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.112275+0000 mgr.y (mgr.25387) 3285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.169782+0000 mon.a (mon.0) 6763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.171695+0000 mon.a (mon.0) 6764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.172486+0000 mon.a (mon.0) 6765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.174471+0000 mon.a (mon.0) 6766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.175077+0000 mon.a (mon.0) 6767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.180955+0000 mon.a (mon.0) 6768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.237522+0000 mon.a (mon.0) 6769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.239404+0000 mon.a (mon.0) 6770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.240203+0000 mon.a (mon.0) 6771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.242135+0000 mon.a (mon.0) 6772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.242745+0000 mon.a (mon.0) 6773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.248358+0000 mon.a (mon.0) 6774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.294002+0000 mon.a (mon.0) 6775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.296069+0000 mon.a (mon.0) 6776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.297072+0000 mon.a (mon.0) 6777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.299330+0000 mon.a (mon.0) 6778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.300034+0000 mon.a (mon.0) 6779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.306519+0000 mon.a (mon.0) 6780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.347683+0000 mon.a (mon.0) 6781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.349500+0000 mon.a (mon.0) 6782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.350352+0000 mon.a (mon.0) 6783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.352157+0000 mon.a (mon.0) 6784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.352752+0000 mon.a (mon.0) 6785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.361930+0000 mon.a (mon.0) 6786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.402664+0000 mon.a (mon.0) 6787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.404520+0000 mon.a (mon.0) 6788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.405391+0000 mon.a (mon.0) 6789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.407178+0000 mon.a (mon.0) 6790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.407845+0000 mon.a (mon.0) 6791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.414420+0000 mon.a (mon.0) 6792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.455280+0000 mon.a (mon.0) 6793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.457311+0000 mon.a (mon.0) 6794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.458295+0000 mon.a (mon.0) 6795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.460299+0000 mon.a (mon.0) 6796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.460981+0000 mon.a (mon.0) 6797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.467394+0000 mon.a (mon.0) 6798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.508556+0000 mon.a (mon.0) 6799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.510715+0000 mon.a (mon.0) 6800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.511603+0000 mon.a (mon.0) 6801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.513814+0000 mon.a (mon.0) 6802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.514469+0000 mon.a (mon.0) 6803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.520411+0000 mon.a (mon.0) 6804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.561502+0000 mon.a (mon.0) 6805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.563450+0000 mon.a (mon.0) 6806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.564487+0000 mon.a (mon.0) 6807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.566656+0000 mon.a (mon.0) 6808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:44.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:44 smithi105 bash[58125]: audit 2024-03-30T04:47:44.567599+0000 mon.a (mon.0) 6809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.176306+0000 mgr.y (mgr.25387) 3286 : cluster [DBG] pgmap v2131: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.176677+0000 mgr.y (mgr.25387) 3287 : cluster [DBG] pgmap v2132: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.181465+0000 mgr.y (mgr.25387) 3288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.244035+0000 mgr.y (mgr.25387) 3289 : cluster [DBG] pgmap v2133: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.244393+0000 mgr.y (mgr.25387) 3290 : cluster [DBG] pgmap v2134: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.249028+0000 mgr.y (mgr.25387) 3291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.596 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.301437+0000 mgr.y (mgr.25387) 3292 : cluster [DBG] pgmap v2135: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.301800+0000 mgr.y (mgr.25387) 3293 : cluster [DBG] pgmap v2136: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.307020+0000 mgr.y (mgr.25387) 3294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.357734+0000 mgr.y (mgr.25387) 3295 : cluster [DBG] pgmap v2137: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.358100+0000 mgr.y (mgr.25387) 3296 : cluster [DBG] pgmap v2138: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.362366+0000 mgr.y (mgr.25387) 3297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.409144+0000 mgr.y (mgr.25387) 3298 : cluster [DBG] pgmap v2139: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.409445+0000 mgr.y (mgr.25387) 3299 : cluster [DBG] pgmap v2140: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.414929+0000 mgr.y (mgr.25387) 3300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.462245+0000 mgr.y (mgr.25387) 3301 : cluster [DBG] pgmap v2141: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.462525+0000 mgr.y (mgr.25387) 3302 : cluster [DBG] pgmap v2142: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.597 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.467828+0000 mgr.y (mgr.25387) 3303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.859 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.515829+0000 mgr.y (mgr.25387) 3304 : cluster [DBG] pgmap v2143: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.516209+0000 mgr.y (mgr.25387) 3305 : cluster [DBG] pgmap v2144: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.520908+0000 mgr.y (mgr.25387) 3306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.569064+0000 mgr.y (mgr.25387) 3307 : cluster [DBG] pgmap v2145: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.569353+0000 mgr.y (mgr.25387) 3308 : cluster [DBG] pgmap v2146: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.577550+0000 mon.a (mon.0) 6810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.578141+0000 mgr.y (mgr.25387) 3309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.600515+0000 mon.a (mon.0) 6811 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.656199+0000 mon.a (mon.0) 6812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.658220+0000 mon.a (mon.0) 6813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.659174+0000 mon.a (mon.0) 6814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.661222+0000 mon.a (mon.0) 6815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.662007+0000 mon.a (mon.0) 6816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.663499+0000 mgr.y (mgr.25387) 3310 : cluster [DBG] pgmap v2147: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.860 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.663753+0000 mgr.y (mgr.25387) 3311 : cluster [DBG] pgmap v2148: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.669054+0000 mon.a (mon.0) 6817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.669544+0000 mgr.y (mgr.25387) 3312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.710536+0000 mon.a (mon.0) 6818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.712435+0000 mon.a (mon.0) 6819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.713461+0000 mon.a (mon.0) 6820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.715272+0000 mon.a (mon.0) 6821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.715861+0000 mon.a (mon.0) 6822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.718287+0000 mgr.y (mgr.25387) 3313 : cluster [DBG] pgmap v2149: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.718638+0000 mgr.y (mgr.25387) 3314 : cluster [DBG] pgmap v2150: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.722686+0000 mon.a (mon.0) 6823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.722999+0000 mgr.y (mgr.25387) 3315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.779453+0000 mon.a (mon.0) 6824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.781309+0000 mon.a (mon.0) 6825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.782124+0000 mon.a (mon.0) 6826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.784062+0000 mon.a (mon.0) 6827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.861 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.784720+0000 mon.a (mon.0) 6828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.786117+0000 mgr.y (mgr.25387) 3316 : cluster [DBG] pgmap v2151: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.786470+0000 mgr.y (mgr.25387) 3317 : cluster [DBG] pgmap v2152: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.790523+0000 mon.a (mon.0) 6829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.790971+0000 mgr.y (mgr.25387) 3318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.835707+0000 mon.a (mon.0) 6830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.837992+0000 mon.a (mon.0) 6831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.838931+0000 mon.a (mon.0) 6832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.841059+0000 mon.a (mon.0) 6833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.841766+0000 mon.a (mon.0) 6834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.843189+0000 mgr.y (mgr.25387) 3319 : cluster [DBG] pgmap v2153: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.843589+0000 mgr.y (mgr.25387) 3320 : cluster [DBG] pgmap v2154: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.847732+0000 mon.a (mon.0) 6835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.848092+0000 mgr.y (mgr.25387) 3321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.862 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.889681+0000 mon.a (mon.0) 6836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.891660+0000 mon.a (mon.0) 6837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.892526+0000 mon.a (mon.0) 6838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.894456+0000 mon.a (mon.0) 6839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.895071+0000 mon.a (mon.0) 6840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.896440+0000 mgr.y (mgr.25387) 3322 : cluster [DBG] pgmap v2155: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.896815+0000 mgr.y (mgr.25387) 3323 : cluster [DBG] pgmap v2156: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.901226+0000 mon.a (mon.0) 6841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.901787+0000 mgr.y (mgr.25387) 3324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.942618+0000 mon.a (mon.0) 6842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.944445+0000 mon.a (mon.0) 6843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.945259+0000 mon.a (mon.0) 6844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.947139+0000 mon.a (mon.0) 6845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.947746+0000 mon.a (mon.0) 6846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.863 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.949199+0000 mgr.y (mgr.25387) 3325 : cluster [DBG] pgmap v2157: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:44.949513+0000 mgr.y (mgr.25387) 3326 : cluster [DBG] pgmap v2158: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:44.954576+0000 mon.a (mon.0) 6847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:44.955096+0000 mgr.y (mgr.25387) 3327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.011573+0000 mon.a (mon.0) 6848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.013623+0000 mon.a (mon.0) 6849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.014659+0000 mon.a (mon.0) 6850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.016647+0000 mon.a (mon.0) 6851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.017322+0000 mon.a (mon.0) 6852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.018627+0000 mgr.y (mgr.25387) 3328 : cluster [DBG] pgmap v2159: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.018944+0000 mgr.y (mgr.25387) 3329 : cluster [DBG] pgmap v2160: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.023093+0000 mon.a (mon.0) 6853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.864 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.023477+0000 mgr.y (mgr.25387) 3330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.079650+0000 mon.a (mon.0) 6854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.081461+0000 mon.a (mon.0) 6855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.082229+0000 mon.a (mon.0) 6856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.083940+0000 mon.a (mon.0) 6857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.084529+0000 mon.a (mon.0) 6858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.085775+0000 mgr.y (mgr.25387) 3331 : cluster [DBG] pgmap v2161: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.086086+0000 mgr.y (mgr.25387) 3332 : cluster [DBG] pgmap v2162: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.090216+0000 mon.a (mon.0) 6859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.090610+0000 mgr.y (mgr.25387) 3333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.147034+0000 mon.a (mon.0) 6860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.148767+0000 mon.a (mon.0) 6861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.149530+0000 mon.a (mon.0) 6862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.865 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.151326+0000 mon.a (mon.0) 6863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.151880+0000 mon.a (mon.0) 6864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.157504+0000 mon.a (mon.0) 6865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.215870+0000 mon.a (mon.0) 6866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.217807+0000 mon.a (mon.0) 6867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.218614+0000 mon.a (mon.0) 6868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.220416+0000 mon.a (mon.0) 6869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.221031+0000 mon.a (mon.0) 6870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.227238+0000 mon.a (mon.0) 6871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.284310+0000 mon.a (mon.0) 6872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.286095+0000 mon.a (mon.0) 6873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.287128+0000 mon.a (mon.0) 6874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.289025+0000 mon.a (mon.0) 6875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.289639+0000 mon.a (mon.0) 6876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.866 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.295305+0000 mon.a (mon.0) 6877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.352627+0000 mon.a (mon.0) 6878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.354548+0000 mon.a (mon.0) 6879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.355407+0000 mon.a (mon.0) 6880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.357203+0000 mon.a (mon.0) 6881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.357827+0000 mon.a (mon.0) 6882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.363500+0000 mon.a (mon.0) 6883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.404461+0000 mon.a (mon.0) 6884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.406583+0000 mon.a (mon.0) 6885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.407514+0000 mon.a (mon.0) 6886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.409513+0000 mon.a (mon.0) 6887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.867 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.410190+0000 mon.a (mon.0) 6888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.418578+0000 mon.a (mon.0) 6889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.476042+0000 mon.a (mon.0) 6890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.478069+0000 mon.a (mon.0) 6891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.478975+0000 mon.a (mon.0) 6892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.480908+0000 mon.a (mon.0) 6893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.481558+0000 mon.a (mon.0) 6894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.487716+0000 mon.a (mon.0) 6895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.530653+0000 mon.a (mon.0) 6896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.532615+0000 mon.a (mon.0) 6897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.533469+0000 mon.a (mon.0) 6898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.535406+0000 mon.a (mon.0) 6899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.536081+0000 mon.a (mon.0) 6900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.542436+0000 mon.a (mon.0) 6901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.868 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.583376+0000 mon.a (mon.0) 6902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.869 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.585171+0000 mon.a (mon.0) 6903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.869 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.585993+0000 mon.a (mon.0) 6904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.869 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:45 smithi105 bash[58125]: audit 2024-03-30T04:47:45.587839+0000 mon.a (mon.0) 6905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.176306+0000 mgr.y (mgr.25387) 3286 : cluster [DBG] pgmap v2131: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.176677+0000 mgr.y (mgr.25387) 3287 : cluster [DBG] pgmap v2132: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.181465+0000 mgr.y (mgr.25387) 3288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.244035+0000 mgr.y (mgr.25387) 3289 : cluster [DBG] pgmap v2133: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.244393+0000 mgr.y (mgr.25387) 3290 : cluster [DBG] pgmap v2134: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.249028+0000 mgr.y (mgr.25387) 3291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.301437+0000 mgr.y (mgr.25387) 3292 : cluster [DBG] pgmap v2135: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.301800+0000 mgr.y (mgr.25387) 3293 : cluster [DBG] pgmap v2136: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.307020+0000 mgr.y (mgr.25387) 3294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.357734+0000 mgr.y (mgr.25387) 3295 : cluster [DBG] pgmap v2137: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.358100+0000 mgr.y (mgr.25387) 3296 : cluster [DBG] pgmap v2138: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.362366+0000 mgr.y (mgr.25387) 3297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.409144+0000 mgr.y (mgr.25387) 3298 : cluster [DBG] pgmap v2139: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.409445+0000 mgr.y (mgr.25387) 3299 : cluster [DBG] pgmap v2140: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.414929+0000 mgr.y (mgr.25387) 3300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.176306+0000 mgr.y (mgr.25387) 3286 : cluster [DBG] pgmap v2131: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.176677+0000 mgr.y (mgr.25387) 3287 : cluster [DBG] pgmap v2132: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.181465+0000 mgr.y (mgr.25387) 3288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.244035+0000 mgr.y (mgr.25387) 3289 : cluster [DBG] pgmap v2133: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.244393+0000 mgr.y (mgr.25387) 3290 : cluster [DBG] pgmap v2134: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.249028+0000 mgr.y (mgr.25387) 3291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.301437+0000 mgr.y (mgr.25387) 3292 : cluster [DBG] pgmap v2135: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.301800+0000 mgr.y (mgr.25387) 3293 : cluster [DBG] pgmap v2136: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.307020+0000 mgr.y (mgr.25387) 3294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.357734+0000 mgr.y (mgr.25387) 3295 : cluster [DBG] pgmap v2137: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.358100+0000 mgr.y (mgr.25387) 3296 : cluster [DBG] pgmap v2138: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.362366+0000 mgr.y (mgr.25387) 3297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.409144+0000 mgr.y (mgr.25387) 3298 : cluster [DBG] pgmap v2139: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.409445+0000 mgr.y (mgr.25387) 3299 : cluster [DBG] pgmap v2140: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.414929+0000 mgr.y (mgr.25387) 3300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.462245+0000 mgr.y (mgr.25387) 3301 : cluster [DBG] pgmap v2141: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.462525+0000 mgr.y (mgr.25387) 3302 : cluster [DBG] pgmap v2142: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.467828+0000 mgr.y (mgr.25387) 3303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.515829+0000 mgr.y (mgr.25387) 3304 : cluster [DBG] pgmap v2143: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.516209+0000 mgr.y (mgr.25387) 3305 : cluster [DBG] pgmap v2144: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.520908+0000 mgr.y (mgr.25387) 3306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.569064+0000 mgr.y (mgr.25387) 3307 : cluster [DBG] pgmap v2145: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.569353+0000 mgr.y (mgr.25387) 3308 : cluster [DBG] pgmap v2146: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.577550+0000 mon.a (mon.0) 6810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.578141+0000 mgr.y (mgr.25387) 3309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.600515+0000 mon.a (mon.0) 6811 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.656199+0000 mon.a (mon.0) 6812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.658220+0000 mon.a (mon.0) 6813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.659174+0000 mon.a (mon.0) 6814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.661222+0000 mon.a (mon.0) 6815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.662007+0000 mon.a (mon.0) 6816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.663499+0000 mgr.y (mgr.25387) 3310 : cluster [DBG] pgmap v2147: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.462245+0000 mgr.y (mgr.25387) 3301 : cluster [DBG] pgmap v2141: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.462525+0000 mgr.y (mgr.25387) 3302 : cluster [DBG] pgmap v2142: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.467828+0000 mgr.y (mgr.25387) 3303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.515829+0000 mgr.y (mgr.25387) 3304 : cluster [DBG] pgmap v2143: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.516209+0000 mgr.y (mgr.25387) 3305 : cluster [DBG] pgmap v2144: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.520908+0000 mgr.y (mgr.25387) 3306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.569064+0000 mgr.y (mgr.25387) 3307 : cluster [DBG] pgmap v2145: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.569353+0000 mgr.y (mgr.25387) 3308 : cluster [DBG] pgmap v2146: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.577550+0000 mon.a (mon.0) 6810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.578141+0000 mgr.y (mgr.25387) 3309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.600515+0000 mon.a (mon.0) 6811 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.656199+0000 mon.a (mon.0) 6812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.658220+0000 mon.a (mon.0) 6813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.659174+0000 mon.a (mon.0) 6814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.661222+0000 mon.a (mon.0) 6815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.662007+0000 mon.a (mon.0) 6816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.663499+0000 mgr.y (mgr.25387) 3310 : cluster [DBG] pgmap v2147: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.663753+0000 mgr.y (mgr.25387) 3311 : cluster [DBG] pgmap v2148: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.669054+0000 mon.a (mon.0) 6817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.669544+0000 mgr.y (mgr.25387) 3312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.710536+0000 mon.a (mon.0) 6818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.712435+0000 mon.a (mon.0) 6819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.713461+0000 mon.a (mon.0) 6820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.715272+0000 mon.a (mon.0) 6821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.715861+0000 mon.a (mon.0) 6822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.718287+0000 mgr.y (mgr.25387) 3313 : cluster [DBG] pgmap v2149: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.718638+0000 mgr.y (mgr.25387) 3314 : cluster [DBG] pgmap v2150: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.722686+0000 mon.a (mon.0) 6823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.722999+0000 mgr.y (mgr.25387) 3315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.779453+0000 mon.a (mon.0) 6824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.781309+0000 mon.a (mon.0) 6825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.782124+0000 mon.a (mon.0) 6826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.784062+0000 mon.a (mon.0) 6827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.784720+0000 mon.a (mon.0) 6828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.786117+0000 mgr.y (mgr.25387) 3316 : cluster [DBG] pgmap v2151: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.663753+0000 mgr.y (mgr.25387) 3311 : cluster [DBG] pgmap v2148: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.669054+0000 mon.a (mon.0) 6817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.669544+0000 mgr.y (mgr.25387) 3312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.710536+0000 mon.a (mon.0) 6818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.712435+0000 mon.a (mon.0) 6819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.713461+0000 mon.a (mon.0) 6820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.715272+0000 mon.a (mon.0) 6821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.715861+0000 mon.a (mon.0) 6822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.718287+0000 mgr.y (mgr.25387) 3313 : cluster [DBG] pgmap v2149: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.718638+0000 mgr.y (mgr.25387) 3314 : cluster [DBG] pgmap v2150: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.722686+0000 mon.a (mon.0) 6823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.722999+0000 mgr.y (mgr.25387) 3315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.779453+0000 mon.a (mon.0) 6824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.781309+0000 mon.a (mon.0) 6825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.782124+0000 mon.a (mon.0) 6826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.784062+0000 mon.a (mon.0) 6827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.784720+0000 mon.a (mon.0) 6828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.786117+0000 mgr.y (mgr.25387) 3316 : cluster [DBG] pgmap v2151: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.786470+0000 mgr.y (mgr.25387) 3317 : cluster [DBG] pgmap v2152: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.790523+0000 mon.a (mon.0) 6829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.790971+0000 mgr.y (mgr.25387) 3318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.835707+0000 mon.a (mon.0) 6830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.837992+0000 mon.a (mon.0) 6831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.838931+0000 mon.a (mon.0) 6832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.841059+0000 mon.a (mon.0) 6833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.841766+0000 mon.a (mon.0) 6834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.843189+0000 mgr.y (mgr.25387) 3319 : cluster [DBG] pgmap v2153: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.843589+0000 mgr.y (mgr.25387) 3320 : cluster [DBG] pgmap v2154: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.847732+0000 mon.a (mon.0) 6835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.848092+0000 mgr.y (mgr.25387) 3321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.889681+0000 mon.a (mon.0) 6836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.891660+0000 mon.a (mon.0) 6837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.892526+0000 mon.a (mon.0) 6838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.894456+0000 mon.a (mon.0) 6839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.895071+0000 mon.a (mon.0) 6840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.896440+0000 mgr.y (mgr.25387) 3322 : cluster [DBG] pgmap v2155: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.786470+0000 mgr.y (mgr.25387) 3317 : cluster [DBG] pgmap v2152: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.790523+0000 mon.a (mon.0) 6829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.790971+0000 mgr.y (mgr.25387) 3318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.835707+0000 mon.a (mon.0) 6830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.837992+0000 mon.a (mon.0) 6831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.838931+0000 mon.a (mon.0) 6832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.841059+0000 mon.a (mon.0) 6833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.841766+0000 mon.a (mon.0) 6834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.843189+0000 mgr.y (mgr.25387) 3319 : cluster [DBG] pgmap v2153: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.843589+0000 mgr.y (mgr.25387) 3320 : cluster [DBG] pgmap v2154: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.847732+0000 mon.a (mon.0) 6835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.848092+0000 mgr.y (mgr.25387) 3321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.889681+0000 mon.a (mon.0) 6836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.891660+0000 mon.a (mon.0) 6837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.892526+0000 mon.a (mon.0) 6838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.894456+0000 mon.a (mon.0) 6839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.895071+0000 mon.a (mon.0) 6840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.896440+0000 mgr.y (mgr.25387) 3322 : cluster [DBG] pgmap v2155: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.896815+0000 mgr.y (mgr.25387) 3323 : cluster [DBG] pgmap v2156: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.901226+0000 mon.a (mon.0) 6841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.901787+0000 mgr.y (mgr.25387) 3324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.942618+0000 mon.a (mon.0) 6842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.944445+0000 mon.a (mon.0) 6843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.945259+0000 mon.a (mon.0) 6844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.947139+0000 mon.a (mon.0) 6845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.947746+0000 mon.a (mon.0) 6846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.949199+0000 mgr.y (mgr.25387) 3325 : cluster [DBG] pgmap v2157: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:44.949513+0000 mgr.y (mgr.25387) 3326 : cluster [DBG] pgmap v2158: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:44.954576+0000 mon.a (mon.0) 6847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:44.955096+0000 mgr.y (mgr.25387) 3327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.011573+0000 mon.a (mon.0) 6848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.013623+0000 mon.a (mon.0) 6849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.014659+0000 mon.a (mon.0) 6850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.016647+0000 mon.a (mon.0) 6851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.017322+0000 mon.a (mon.0) 6852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.018627+0000 mgr.y (mgr.25387) 3328 : cluster [DBG] pgmap v2159: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.896815+0000 mgr.y (mgr.25387) 3323 : cluster [DBG] pgmap v2156: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.901226+0000 mon.a (mon.0) 6841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.901787+0000 mgr.y (mgr.25387) 3324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.942618+0000 mon.a (mon.0) 6842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.944445+0000 mon.a (mon.0) 6843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.945259+0000 mon.a (mon.0) 6844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.947139+0000 mon.a (mon.0) 6845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.947746+0000 mon.a (mon.0) 6846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.949199+0000 mgr.y (mgr.25387) 3325 : cluster [DBG] pgmap v2157: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:44.949513+0000 mgr.y (mgr.25387) 3326 : cluster [DBG] pgmap v2158: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:44.954576+0000 mon.a (mon.0) 6847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:44.955096+0000 mgr.y (mgr.25387) 3327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.011573+0000 mon.a (mon.0) 6848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.013623+0000 mon.a (mon.0) 6849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.014659+0000 mon.a (mon.0) 6850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.016647+0000 mon.a (mon.0) 6851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.017322+0000 mon.a (mon.0) 6852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.018627+0000 mgr.y (mgr.25387) 3328 : cluster [DBG] pgmap v2159: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.018944+0000 mgr.y (mgr.25387) 3329 : cluster [DBG] pgmap v2160: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.023093+0000 mon.a (mon.0) 6853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.023477+0000 mgr.y (mgr.25387) 3330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.079650+0000 mon.a (mon.0) 6854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.081461+0000 mon.a (mon.0) 6855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.082229+0000 mon.a (mon.0) 6856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.083940+0000 mon.a (mon.0) 6857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.084529+0000 mon.a (mon.0) 6858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.085775+0000 mgr.y (mgr.25387) 3331 : cluster [DBG] pgmap v2161: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.086086+0000 mgr.y (mgr.25387) 3332 : cluster [DBG] pgmap v2162: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.090216+0000 mon.a (mon.0) 6859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.090610+0000 mgr.y (mgr.25387) 3333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.147034+0000 mon.a (mon.0) 6860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.148767+0000 mon.a (mon.0) 6861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.149530+0000 mon.a (mon.0) 6862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.151326+0000 mon.a (mon.0) 6863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.151880+0000 mon.a (mon.0) 6864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.157504+0000 mon.a (mon.0) 6865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.215870+0000 mon.a (mon.0) 6866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.217807+0000 mon.a (mon.0) 6867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.218614+0000 mon.a (mon.0) 6868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.220416+0000 mon.a (mon.0) 6869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.221031+0000 mon.a (mon.0) 6870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.227238+0000 mon.a (mon.0) 6871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.284310+0000 mon.a (mon.0) 6872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.286095+0000 mon.a (mon.0) 6873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.287128+0000 mon.a (mon.0) 6874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.289025+0000 mon.a (mon.0) 6875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.289639+0000 mon.a (mon.0) 6876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.295305+0000 mon.a (mon.0) 6877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.352627+0000 mon.a (mon.0) 6878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.354548+0000 mon.a (mon.0) 6879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.355407+0000 mon.a (mon.0) 6880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.357203+0000 mon.a (mon.0) 6881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.357827+0000 mon.a (mon.0) 6882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.363500+0000 mon.a (mon.0) 6883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.404461+0000 mon.a (mon.0) 6884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.018944+0000 mgr.y (mgr.25387) 3329 : cluster [DBG] pgmap v2160: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.023093+0000 mon.a (mon.0) 6853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.023477+0000 mgr.y (mgr.25387) 3330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.079650+0000 mon.a (mon.0) 6854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.081461+0000 mon.a (mon.0) 6855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.082229+0000 mon.a (mon.0) 6856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.083940+0000 mon.a (mon.0) 6857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.084529+0000 mon.a (mon.0) 6858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.085775+0000 mgr.y (mgr.25387) 3331 : cluster [DBG] pgmap v2161: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.086086+0000 mgr.y (mgr.25387) 3332 : cluster [DBG] pgmap v2162: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:45.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.090216+0000 mon.a (mon.0) 6859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.090610+0000 mgr.y (mgr.25387) 3333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.147034+0000 mon.a (mon.0) 6860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.148767+0000 mon.a (mon.0) 6861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.149530+0000 mon.a (mon.0) 6862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.151326+0000 mon.a (mon.0) 6863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.151880+0000 mon.a (mon.0) 6864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.157504+0000 mon.a (mon.0) 6865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.215870+0000 mon.a (mon.0) 6866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.217807+0000 mon.a (mon.0) 6867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.218614+0000 mon.a (mon.0) 6868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.220416+0000 mon.a (mon.0) 6869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.221031+0000 mon.a (mon.0) 6870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.227238+0000 mon.a (mon.0) 6871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.284310+0000 mon.a (mon.0) 6872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.286095+0000 mon.a (mon.0) 6873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.287128+0000 mon.a (mon.0) 6874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.289025+0000 mon.a (mon.0) 6875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.289639+0000 mon.a (mon.0) 6876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.295305+0000 mon.a (mon.0) 6877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.352627+0000 mon.a (mon.0) 6878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.354548+0000 mon.a (mon.0) 6879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.355407+0000 mon.a (mon.0) 6880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.357203+0000 mon.a (mon.0) 6881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.357827+0000 mon.a (mon.0) 6882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.363500+0000 mon.a (mon.0) 6883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.404461+0000 mon.a (mon.0) 6884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.406583+0000 mon.a (mon.0) 6885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.407514+0000 mon.a (mon.0) 6886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.409513+0000 mon.a (mon.0) 6887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.410190+0000 mon.a (mon.0) 6888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.418578+0000 mon.a (mon.0) 6889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.476042+0000 mon.a (mon.0) 6890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.478069+0000 mon.a (mon.0) 6891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.478975+0000 mon.a (mon.0) 6892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.480908+0000 mon.a (mon.0) 6893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.481558+0000 mon.a (mon.0) 6894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.487716+0000 mon.a (mon.0) 6895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.530653+0000 mon.a (mon.0) 6896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.532615+0000 mon.a (mon.0) 6897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.533469+0000 mon.a (mon.0) 6898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.535406+0000 mon.a (mon.0) 6899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.536081+0000 mon.a (mon.0) 6900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.542436+0000 mon.a (mon.0) 6901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.583376+0000 mon.a (mon.0) 6902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.585171+0000 mon.a (mon.0) 6903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.585993+0000 mon.a (mon.0) 6904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[69502]: audit 2024-03-30T04:47:45.587839+0000 mon.a (mon.0) 6905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.406583+0000 mon.a (mon.0) 6885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.407514+0000 mon.a (mon.0) 6886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.409513+0000 mon.a (mon.0) 6887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.410190+0000 mon.a (mon.0) 6888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.418578+0000 mon.a (mon.0) 6889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.476042+0000 mon.a (mon.0) 6890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.478069+0000 mon.a (mon.0) 6891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.478975+0000 mon.a (mon.0) 6892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.480908+0000 mon.a (mon.0) 6893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.481558+0000 mon.a (mon.0) 6894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.487716+0000 mon.a (mon.0) 6895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.530653+0000 mon.a (mon.0) 6896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.532615+0000 mon.a (mon.0) 6897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.533469+0000 mon.a (mon.0) 6898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.535406+0000 mon.a (mon.0) 6899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.536081+0000 mon.a (mon.0) 6900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.542436+0000 mon.a (mon.0) 6901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.583376+0000 mon.a (mon.0) 6902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.585171+0000 mon.a (mon.0) 6903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.585993+0000 mon.a (mon.0) 6904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:45.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:45 smithi097 bash[73934]: audit 2024-03-30T04:47:45.587839+0000 mon.a (mon.0) 6905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.153061+0000 mgr.y (mgr.25387) 3334 : cluster [DBG] pgmap v2163: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.153449+0000 mgr.y (mgr.25387) 3335 : cluster [DBG] pgmap v2164: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.157925+0000 mgr.y (mgr.25387) 3336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.222375+0000 mgr.y (mgr.25387) 3337 : cluster [DBG] pgmap v2165: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.222709+0000 mgr.y (mgr.25387) 3338 : cluster [DBG] pgmap v2166: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.227749+0000 mgr.y (mgr.25387) 3339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.290895+0000 mgr.y (mgr.25387) 3340 : cluster [DBG] pgmap v2167: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.291213+0000 mgr.y (mgr.25387) 3341 : cluster [DBG] pgmap v2168: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.295727+0000 mgr.y (mgr.25387) 3342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.359092+0000 mgr.y (mgr.25387) 3343 : cluster [DBG] pgmap v2169: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.359445+0000 mgr.y (mgr.25387) 3344 : cluster [DBG] pgmap v2170: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.363926+0000 mgr.y (mgr.25387) 3345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.411679+0000 mgr.y (mgr.25387) 3346 : cluster [DBG] pgmap v2171: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.412097+0000 mgr.y (mgr.25387) 3347 : cluster [DBG] pgmap v2172: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.419047+0000 mgr.y (mgr.25387) 3348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.483066+0000 mgr.y (mgr.25387) 3349 : cluster [DBG] pgmap v2173: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.483346+0000 mgr.y (mgr.25387) 3350 : cluster [DBG] pgmap v2174: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.488138+0000 mgr.y (mgr.25387) 3351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.537472+0000 mgr.y (mgr.25387) 3352 : cluster [DBG] pgmap v2175: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.537785+0000 mgr.y (mgr.25387) 3353 : cluster [DBG] pgmap v2176: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.542904+0000 mgr.y (mgr.25387) 3354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.589013+0000 mon.a (mon.0) 6906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.590532+0000 mgr.y (mgr.25387) 3355 : cluster [DBG] pgmap v2177: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.590894+0000 mgr.y (mgr.25387) 3356 : cluster [DBG] pgmap v2178: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.610249+0000 mon.a (mon.0) 6907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.610857+0000 mgr.y (mgr.25387) 3357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.684232+0000 mon.a (mon.0) 6908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.686174+0000 mon.a (mon.0) 6909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.687333+0000 mon.a (mon.0) 6910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.689533+0000 mon.a (mon.0) 6911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.690278+0000 mon.a (mon.0) 6912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.691599+0000 mgr.y (mgr.25387) 3358 : cluster [DBG] pgmap v2179: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.691866+0000 mgr.y (mgr.25387) 3359 : cluster [DBG] pgmap v2180: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.698781+0000 mon.a (mon.0) 6913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.699279+0000 mgr.y (mgr.25387) 3360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.779858+0000 mon.a (mon.0) 6914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.783345+0000 mon.a (mon.0) 6915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.784921+0000 mon.a (mon.0) 6916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.788786+0000 mon.a (mon.0) 6917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.789979+0000 mon.a (mon.0) 6918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.792834+0000 mgr.y (mgr.25387) 3361 : cluster [DBG] pgmap v2181: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.793500+0000 mgr.y (mgr.25387) 3362 : cluster [DBG] pgmap v2182: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.801015+0000 mon.a (mon.0) 6919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.801919+0000 mgr.y (mgr.25387) 3363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.875234+0000 mon.a (mon.0) 6920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.878979+0000 mon.a (mon.0) 6921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.880454+0000 mon.a (mon.0) 6922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.885280+0000 mon.a (mon.0) 6923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.886760+0000 mon.a (mon.0) 6924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.889542+0000 mgr.y (mgr.25387) 3364 : cluster [DBG] pgmap v2183: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.890234+0000 mgr.y (mgr.25387) 3365 : cluster [DBG] pgmap v2184: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.898684+0000 mon.a (mon.0) 6925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.899629+0000 mgr.y (mgr.25387) 3366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.952520+0000 mon.a (mon.0) 6926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.956378+0000 mon.a (mon.0) 6927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.957859+0000 mon.a (mon.0) 6928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.961208+0000 mon.a (mon.0) 6929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.962344+0000 mon.a (mon.0) 6930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.964844+0000 mgr.y (mgr.25387) 3367 : cluster [DBG] pgmap v2185: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:45.965399+0000 mgr.y (mgr.25387) 3368 : cluster [DBG] pgmap v2186: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:45.972944+0000 mon.a (mon.0) 6931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:45.973782+0000 mgr.y (mgr.25387) 3369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.062104+0000 mon.a (mon.0) 6932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.066009+0000 mon.a (mon.0) 6933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.067540+0000 mon.a (mon.0) 6934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.071028+0000 mon.a (mon.0) 6935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.072047+0000 mon.a (mon.0) 6936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.074016+0000 mgr.y (mgr.25387) 3370 : cluster [DBG] pgmap v2187: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.074756+0000 mgr.y (mgr.25387) 3371 : cluster [DBG] pgmap v2188: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.080563+0000 mon.a (mon.0) 6937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.081774+0000 mgr.y (mgr.25387) 3372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.140315+0000 mon.a (mon.0) 6938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.142475+0000 mon.a (mon.0) 6939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.143548+0000 mon.a (mon.0) 6940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.146202+0000 mon.a (mon.0) 6941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.146982+0000 mon.a (mon.0) 6942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.155098+0000 mon.a (mon.0) 6943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.214090+0000 mon.a (mon.0) 6944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.217081+0000 mon.a (mon.0) 6945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.218688+0000 mon.a (mon.0) 6946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.222236+0000 mon.a (mon.0) 6947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.223418+0000 mon.a (mon.0) 6948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.235419+0000 mon.a (mon.0) 6949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.311446+0000 mon.a (mon.0) 6950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.314196+0000 mon.a (mon.0) 6951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.315276+0000 mon.a (mon.0) 6952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.826 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.317682+0000 mon.a (mon.0) 6953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.318495+0000 mon.a (mon.0) 6954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.326975+0000 mon.a (mon.0) 6955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.413784+0000 mon.a (mon.0) 6956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.416140+0000 mon.a (mon.0) 6957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.417274+0000 mon.a (mon.0) 6958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.419731+0000 mon.a (mon.0) 6959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.420507+0000 mon.a (mon.0) 6960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.430007+0000 mon.a (mon.0) 6961 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.507952+0000 mon.a (mon.0) 6962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.510345+0000 mon.a (mon.0) 6963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.511339+0000 mon.a (mon.0) 6964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.513751+0000 mon.a (mon.0) 6965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.514451+0000 mon.a (mon.0) 6966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[58125]: audit 2024-03-30T04:47:46.523692+0000 mon.a (mon.0) 6967 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.153061+0000 mgr.y (mgr.25387) 3334 : cluster [DBG] pgmap v2163: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.153449+0000 mgr.y (mgr.25387) 3335 : cluster [DBG] pgmap v2164: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.157925+0000 mgr.y (mgr.25387) 3336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.222375+0000 mgr.y (mgr.25387) 3337 : cluster [DBG] pgmap v2165: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.222709+0000 mgr.y (mgr.25387) 3338 : cluster [DBG] pgmap v2166: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.227749+0000 mgr.y (mgr.25387) 3339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.290895+0000 mgr.y (mgr.25387) 3340 : cluster [DBG] pgmap v2167: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.291213+0000 mgr.y (mgr.25387) 3341 : cluster [DBG] pgmap v2168: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.295727+0000 mgr.y (mgr.25387) 3342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.359092+0000 mgr.y (mgr.25387) 3343 : cluster [DBG] pgmap v2169: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.359445+0000 mgr.y (mgr.25387) 3344 : cluster [DBG] pgmap v2170: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.363926+0000 mgr.y (mgr.25387) 3345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.411679+0000 mgr.y (mgr.25387) 3346 : cluster [DBG] pgmap v2171: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.412097+0000 mgr.y (mgr.25387) 3347 : cluster [DBG] pgmap v2172: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.419047+0000 mgr.y (mgr.25387) 3348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.153061+0000 mgr.y (mgr.25387) 3334 : cluster [DBG] pgmap v2163: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.153449+0000 mgr.y (mgr.25387) 3335 : cluster [DBG] pgmap v2164: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.157925+0000 mgr.y (mgr.25387) 3336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.222375+0000 mgr.y (mgr.25387) 3337 : cluster [DBG] pgmap v2165: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.222709+0000 mgr.y (mgr.25387) 3338 : cluster [DBG] pgmap v2166: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.227749+0000 mgr.y (mgr.25387) 3339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.290895+0000 mgr.y (mgr.25387) 3340 : cluster [DBG] pgmap v2167: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.291213+0000 mgr.y (mgr.25387) 3341 : cluster [DBG] pgmap v2168: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.295727+0000 mgr.y (mgr.25387) 3342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.359092+0000 mgr.y (mgr.25387) 3343 : cluster [DBG] pgmap v2169: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.359445+0000 mgr.y (mgr.25387) 3344 : cluster [DBG] pgmap v2170: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.363926+0000 mgr.y (mgr.25387) 3345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.411679+0000 mgr.y (mgr.25387) 3346 : cluster [DBG] pgmap v2171: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.412097+0000 mgr.y (mgr.25387) 3347 : cluster [DBG] pgmap v2172: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.419047+0000 mgr.y (mgr.25387) 3348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.483066+0000 mgr.y (mgr.25387) 3349 : cluster [DBG] pgmap v2173: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.483346+0000 mgr.y (mgr.25387) 3350 : cluster [DBG] pgmap v2174: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.488138+0000 mgr.y (mgr.25387) 3351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.537472+0000 mgr.y (mgr.25387) 3352 : cluster [DBG] pgmap v2175: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.537785+0000 mgr.y (mgr.25387) 3353 : cluster [DBG] pgmap v2176: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.542904+0000 mgr.y (mgr.25387) 3354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.589013+0000 mon.a (mon.0) 6906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.590532+0000 mgr.y (mgr.25387) 3355 : cluster [DBG] pgmap v2177: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.590894+0000 mgr.y (mgr.25387) 3356 : cluster [DBG] pgmap v2178: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.610249+0000 mon.a (mon.0) 6907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.610857+0000 mgr.y (mgr.25387) 3357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.684232+0000 mon.a (mon.0) 6908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.686174+0000 mon.a (mon.0) 6909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.687333+0000 mon.a (mon.0) 6910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.689533+0000 mon.a (mon.0) 6911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.690278+0000 mon.a (mon.0) 6912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.691599+0000 mgr.y (mgr.25387) 3358 : cluster [DBG] pgmap v2179: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.483066+0000 mgr.y (mgr.25387) 3349 : cluster [DBG] pgmap v2173: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.483346+0000 mgr.y (mgr.25387) 3350 : cluster [DBG] pgmap v2174: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 26 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.488138+0000 mgr.y (mgr.25387) 3351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.537472+0000 mgr.y (mgr.25387) 3352 : cluster [DBG] pgmap v2175: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.537785+0000 mgr.y (mgr.25387) 3353 : cluster [DBG] pgmap v2176: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.542904+0000 mgr.y (mgr.25387) 3354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.589013+0000 mon.a (mon.0) 6906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.590532+0000 mgr.y (mgr.25387) 3355 : cluster [DBG] pgmap v2177: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.590894+0000 mgr.y (mgr.25387) 3356 : cluster [DBG] pgmap v2178: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.610249+0000 mon.a (mon.0) 6907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.610857+0000 mgr.y (mgr.25387) 3357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.684232+0000 mon.a (mon.0) 6908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.686174+0000 mon.a (mon.0) 6909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.687333+0000 mon.a (mon.0) 6910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.689533+0000 mon.a (mon.0) 6911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.690278+0000 mon.a (mon.0) 6912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.691599+0000 mgr.y (mgr.25387) 3358 : cluster [DBG] pgmap v2179: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.691866+0000 mgr.y (mgr.25387) 3359 : cluster [DBG] pgmap v2180: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.698781+0000 mon.a (mon.0) 6913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.699279+0000 mgr.y (mgr.25387) 3360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.779858+0000 mon.a (mon.0) 6914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.783345+0000 mon.a (mon.0) 6915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.784921+0000 mon.a (mon.0) 6916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.788786+0000 mon.a (mon.0) 6917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.789979+0000 mon.a (mon.0) 6918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.792834+0000 mgr.y (mgr.25387) 3361 : cluster [DBG] pgmap v2181: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.793500+0000 mgr.y (mgr.25387) 3362 : cluster [DBG] pgmap v2182: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.801015+0000 mon.a (mon.0) 6919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.801919+0000 mgr.y (mgr.25387) 3363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.875234+0000 mon.a (mon.0) 6920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.878979+0000 mon.a (mon.0) 6921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.880454+0000 mon.a (mon.0) 6922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.885280+0000 mon.a (mon.0) 6923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.886760+0000 mon.a (mon.0) 6924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.691866+0000 mgr.y (mgr.25387) 3359 : cluster [DBG] pgmap v2180: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.698781+0000 mon.a (mon.0) 6913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.699279+0000 mgr.y (mgr.25387) 3360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.779858+0000 mon.a (mon.0) 6914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.783345+0000 mon.a (mon.0) 6915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.784921+0000 mon.a (mon.0) 6916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.788786+0000 mon.a (mon.0) 6917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.789979+0000 mon.a (mon.0) 6918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.792834+0000 mgr.y (mgr.25387) 3361 : cluster [DBG] pgmap v2181: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.793500+0000 mgr.y (mgr.25387) 3362 : cluster [DBG] pgmap v2182: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.801015+0000 mon.a (mon.0) 6919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.801919+0000 mgr.y (mgr.25387) 3363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.875234+0000 mon.a (mon.0) 6920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.878979+0000 mon.a (mon.0) 6921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.880454+0000 mon.a (mon.0) 6922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.885280+0000 mon.a (mon.0) 6923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.886760+0000 mon.a (mon.0) 6924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.889542+0000 mgr.y (mgr.25387) 3364 : cluster [DBG] pgmap v2183: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.890234+0000 mgr.y (mgr.25387) 3365 : cluster [DBG] pgmap v2184: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.898684+0000 mon.a (mon.0) 6925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.899629+0000 mgr.y (mgr.25387) 3366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.952520+0000 mon.a (mon.0) 6926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.956378+0000 mon.a (mon.0) 6927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.957859+0000 mon.a (mon.0) 6928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.961208+0000 mon.a (mon.0) 6929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.962344+0000 mon.a (mon.0) 6930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.964844+0000 mgr.y (mgr.25387) 3367 : cluster [DBG] pgmap v2185: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:45.965399+0000 mgr.y (mgr.25387) 3368 : cluster [DBG] pgmap v2186: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:45.972944+0000 mon.a (mon.0) 6931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:45.973782+0000 mgr.y (mgr.25387) 3369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.062104+0000 mon.a (mon.0) 6932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.066009+0000 mon.a (mon.0) 6933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.067540+0000 mon.a (mon.0) 6934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.071028+0000 mon.a (mon.0) 6935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.072047+0000 mon.a (mon.0) 6936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.889542+0000 mgr.y (mgr.25387) 3364 : cluster [DBG] pgmap v2183: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.890234+0000 mgr.y (mgr.25387) 3365 : cluster [DBG] pgmap v2184: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.898684+0000 mon.a (mon.0) 6925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.899629+0000 mgr.y (mgr.25387) 3366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.952520+0000 mon.a (mon.0) 6926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.956378+0000 mon.a (mon.0) 6927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.957859+0000 mon.a (mon.0) 6928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.961208+0000 mon.a (mon.0) 6929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.962344+0000 mon.a (mon.0) 6930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.964844+0000 mgr.y (mgr.25387) 3367 : cluster [DBG] pgmap v2185: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:45.965399+0000 mgr.y (mgr.25387) 3368 : cluster [DBG] pgmap v2186: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:45.972944+0000 mon.a (mon.0) 6931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:45.973782+0000 mgr.y (mgr.25387) 3369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.062104+0000 mon.a (mon.0) 6932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.066009+0000 mon.a (mon.0) 6933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.067540+0000 mon.a (mon.0) 6934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.071028+0000 mon.a (mon.0) 6935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.072047+0000 mon.a (mon.0) 6936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.074016+0000 mgr.y (mgr.25387) 3370 : cluster [DBG] pgmap v2187: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.074756+0000 mgr.y (mgr.25387) 3371 : cluster [DBG] pgmap v2188: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.080563+0000 mon.a (mon.0) 6937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.081774+0000 mgr.y (mgr.25387) 3372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.140315+0000 mon.a (mon.0) 6938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.142475+0000 mon.a (mon.0) 6939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.143548+0000 mon.a (mon.0) 6940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.146202+0000 mon.a (mon.0) 6941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.146982+0000 mon.a (mon.0) 6942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.155098+0000 mon.a (mon.0) 6943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.214090+0000 mon.a (mon.0) 6944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.217081+0000 mon.a (mon.0) 6945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.218688+0000 mon.a (mon.0) 6946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.222236+0000 mon.a (mon.0) 6947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.223418+0000 mon.a (mon.0) 6948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.235419+0000 mon.a (mon.0) 6949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.311446+0000 mon.a (mon.0) 6950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.314196+0000 mon.a (mon.0) 6951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.315276+0000 mon.a (mon.0) 6952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.074016+0000 mgr.y (mgr.25387) 3370 : cluster [DBG] pgmap v2187: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.074756+0000 mgr.y (mgr.25387) 3371 : cluster [DBG] pgmap v2188: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:46.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.080563+0000 mon.a (mon.0) 6937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.081774+0000 mgr.y (mgr.25387) 3372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.140315+0000 mon.a (mon.0) 6938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.142475+0000 mon.a (mon.0) 6939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.143548+0000 mon.a (mon.0) 6940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.146202+0000 mon.a (mon.0) 6941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.146982+0000 mon.a (mon.0) 6942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.155098+0000 mon.a (mon.0) 6943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.214090+0000 mon.a (mon.0) 6944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.217081+0000 mon.a (mon.0) 6945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.218688+0000 mon.a (mon.0) 6946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.222236+0000 mon.a (mon.0) 6947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.223418+0000 mon.a (mon.0) 6948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.235419+0000 mon.a (mon.0) 6949 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.311446+0000 mon.a (mon.0) 6950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.314196+0000 mon.a (mon.0) 6951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.315276+0000 mon.a (mon.0) 6952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.317682+0000 mon.a (mon.0) 6953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.318495+0000 mon.a (mon.0) 6954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.326975+0000 mon.a (mon.0) 6955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.413784+0000 mon.a (mon.0) 6956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.416140+0000 mon.a (mon.0) 6957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.417274+0000 mon.a (mon.0) 6958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.419731+0000 mon.a (mon.0) 6959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.420507+0000 mon.a (mon.0) 6960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.430007+0000 mon.a (mon.0) 6961 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.507952+0000 mon.a (mon.0) 6962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.510345+0000 mon.a (mon.0) 6963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.511339+0000 mon.a (mon.0) 6964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.513751+0000 mon.a (mon.0) 6965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.514451+0000 mon.a (mon.0) 6966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[69502]: audit 2024-03-30T04:47:46.523692+0000 mon.a (mon.0) 6967 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.317682+0000 mon.a (mon.0) 6953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.318495+0000 mon.a (mon.0) 6954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.326975+0000 mon.a (mon.0) 6955 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.413784+0000 mon.a (mon.0) 6956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.416140+0000 mon.a (mon.0) 6957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.417274+0000 mon.a (mon.0) 6958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.419731+0000 mon.a (mon.0) 6959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.420507+0000 mon.a (mon.0) 6960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.430007+0000 mon.a (mon.0) 6961 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.507952+0000 mon.a (mon.0) 6962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.510345+0000 mon.a (mon.0) 6963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.511339+0000 mon.a (mon.0) 6964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.513751+0000 mon.a (mon.0) 6965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.514451+0000 mon.a (mon.0) 6966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:46.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:46 smithi097 bash[73934]: audit 2024-03-30T04:47:46.523692+0000 mon.a (mon.0) 6967 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.184 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:46 smithi105 bash[66799]: debug 2024-03-30T04:47:46.648+0000 7fe1abdd8700 1 -- 172.21.15.105:0/916424047 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d2d31a5680 con 0x55d2d31e3000 2024-03-30T04:47:47.458 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[66799]: debug 2024-03-30T04:47:47.188+0000 7fe1b4f707c0 -1 Falling back to public interface 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.148971+0000 mgr.y (mgr.25387) 3373 : cluster [DBG] pgmap v2189: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.155641+0000 mgr.y (mgr.25387) 3374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.225821+0000 mgr.y (mgr.25387) 3375 : cluster [DBG] pgmap v2190: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.226514+0000 mgr.y (mgr.25387) 3376 : cluster [DBG] pgmap v2191: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.236004+0000 mgr.y (mgr.25387) 3377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.320127+0000 mgr.y (mgr.25387) 3378 : cluster [DBG] pgmap v2192: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.320534+0000 mgr.y (mgr.25387) 3379 : cluster [DBG] pgmap v2193: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.327558+0000 mgr.y (mgr.25387) 3380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.422229+0000 mgr.y (mgr.25387) 3381 : cluster [DBG] pgmap v2194: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.422669+0000 mgr.y (mgr.25387) 3382 : cluster [DBG] pgmap v2195: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.430478+0000 mgr.y (mgr.25387) 3383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.515936+0000 mgr.y (mgr.25387) 3384 : cluster [DBG] pgmap v2196: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.516382+0000 mgr.y (mgr.25387) 3385 : cluster [DBG] pgmap v2197: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.524210+0000 mgr.y (mgr.25387) 3386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.615477+0000 mon.a (mon.0) 6968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.619290+0000 mon.a (mon.0) 6969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.620921+0000 mon.a (mon.0) 6970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.623581+0000 mon.a (mon.0) 6971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.624534+0000 mon.a (mon.0) 6972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.626696+0000 mgr.y (mgr.25387) 3387 : cluster [DBG] pgmap v2198: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.627198+0000 mgr.y (mgr.25387) 3388 : cluster [DBG] pgmap v2199: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.632269+0000 mon.a (mon.0) 6973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.632913+0000 mgr.y (mgr.25387) 3389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.675395+0000 mon.a (mon.0) 6974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.677803+0000 mon.a (mon.0) 6975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.678959+0000 mon.a (mon.0) 6976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.681457+0000 mon.a (mon.0) 6977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.682458+0000 mon.a (mon.0) 6978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.684234+0000 mgr.y (mgr.25387) 3390 : cluster [DBG] pgmap v2200: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.684583+0000 mgr.y (mgr.25387) 3391 : cluster [DBG] pgmap v2201: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.692329+0000 mon.a (mon.0) 6979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.692906+0000 mgr.y (mgr.25387) 3392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.770081+0000 mon.a (mon.0) 6980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.772066+0000 mon.a (mon.0) 6981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.773413+0000 mon.a (mon.0) 6982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.775764+0000 mon.a (mon.0) 6983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.776414+0000 mon.a (mon.0) 6984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.777888+0000 mgr.y (mgr.25387) 3393 : cluster [DBG] pgmap v2202: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.778264+0000 mgr.y (mgr.25387) 3394 : cluster [DBG] pgmap v2203: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.784143+0000 mon.a (mon.0) 6985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.784760+0000 mgr.y (mgr.25387) 3395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.861984+0000 mon.a (mon.0) 6986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.864371+0000 mon.a (mon.0) 6987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.865569+0000 mon.a (mon.0) 6988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.867828+0000 mon.a (mon.0) 6989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.868668+0000 mon.a (mon.0) 6990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.870154+0000 mgr.y (mgr.25387) 3396 : cluster [DBG] pgmap v2204: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.870501+0000 mgr.y (mgr.25387) 3397 : cluster [DBG] pgmap v2205: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.876497+0000 mon.a (mon.0) 6991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.877231+0000 mgr.y (mgr.25387) 3398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.934194+0000 mon.a (mon.0) 6992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.936156+0000 mon.a (mon.0) 6993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.937070+0000 mon.a (mon.0) 6994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.939006+0000 mon.a (mon.0) 6995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.939643+0000 mon.a (mon.0) 6996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.941037+0000 mgr.y (mgr.25387) 3399 : cluster [DBG] pgmap v2206: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:46.941385+0000 mgr.y (mgr.25387) 3400 : cluster [DBG] pgmap v2207: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:46.945746+0000 mon.a (mon.0) 6997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:46.946214+0000 mgr.y (mgr.25387) 3401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.020095+0000 mon.a (mon.0) 6998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.022135+0000 mon.a (mon.0) 6999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.023136+0000 mon.a (mon.0) 7000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.025841+0000 mon.a (mon.0) 7001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.027017+0000 mon.a (mon.0) 7002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.028846+0000 mgr.y (mgr.25387) 3402 : cluster [DBG] pgmap v2208: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.029226+0000 mgr.y (mgr.25387) 3403 : cluster [DBG] pgmap v2209: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.034691+0000 mon.a (mon.0) 7003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.035212+0000 mgr.y (mgr.25387) 3404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.109833+0000 mon.a (mon.0) 7004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.112040+0000 mon.a (mon.0) 7005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.113221+0000 mon.a (mon.0) 7006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.116243+0000 mon.a (mon.0) 7007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.117434+0000 mon.a (mon.0) 7008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.119667+0000 mgr.y (mgr.25387) 3405 : cluster [DBG] pgmap v2210: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.120038+0000 mgr.y (mgr.25387) 3406 : cluster [DBG] pgmap v2211: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.126665+0000 mon.a (mon.0) 7009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.127495+0000 mgr.y (mgr.25387) 3407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.215784+0000 mon.a (mon.0) 7010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.219614+0000 mon.a (mon.0) 7011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.221202+0000 mon.a (mon.0) 7012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.224746+0000 mon.a (mon.0) 7013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.226082+0000 mon.a (mon.0) 7014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.237725+0000 mon.a (mon.0) 7015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.326602+0000 mon.a (mon.0) 7016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.331086+0000 mon.a (mon.0) 7017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.333000+0000 mon.a (mon.0) 7018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.337204+0000 mon.a (mon.0) 7019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.338794+0000 mon.a (mon.0) 7020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.148971+0000 mgr.y (mgr.25387) 3373 : cluster [DBG] pgmap v2189: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.155641+0000 mgr.y (mgr.25387) 3374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.225821+0000 mgr.y (mgr.25387) 3375 : cluster [DBG] pgmap v2190: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.226514+0000 mgr.y (mgr.25387) 3376 : cluster [DBG] pgmap v2191: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.236004+0000 mgr.y (mgr.25387) 3377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.320127+0000 mgr.y (mgr.25387) 3378 : cluster [DBG] pgmap v2192: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.320534+0000 mgr.y (mgr.25387) 3379 : cluster [DBG] pgmap v2193: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.327558+0000 mgr.y (mgr.25387) 3380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.422229+0000 mgr.y (mgr.25387) 3381 : cluster [DBG] pgmap v2194: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.422669+0000 mgr.y (mgr.25387) 3382 : cluster [DBG] pgmap v2195: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.430478+0000 mgr.y (mgr.25387) 3383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.515936+0000 mgr.y (mgr.25387) 3384 : cluster [DBG] pgmap v2196: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.516382+0000 mgr.y (mgr.25387) 3385 : cluster [DBG] pgmap v2197: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.524210+0000 mgr.y (mgr.25387) 3386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.615477+0000 mon.a (mon.0) 6968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.619290+0000 mon.a (mon.0) 6969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.350864+0000 mon.a (mon.0) 7021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.423986+0000 mon.a (mon.0) 7022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.427912+0000 mon.a (mon.0) 7023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.429420+0000 mon.a (mon.0) 7024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.433191+0000 mon.a (mon.0) 7025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.434332+0000 mon.a (mon.0) 7026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.444956+0000 mon.a (mon.0) 7027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.517803+0000 mon.a (mon.0) 7028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.522066+0000 mon.a (mon.0) 7029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.523859+0000 mon.a (mon.0) 7030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.527877+0000 mon.a (mon.0) 7031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.529249+0000 mon.a (mon.0) 7032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[69502]: audit 2024-03-30T04:47:47.540990+0000 mon.a (mon.0) 7033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.620921+0000 mon.a (mon.0) 6970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.623581+0000 mon.a (mon.0) 6971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.624534+0000 mon.a (mon.0) 6972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.626696+0000 mgr.y (mgr.25387) 3387 : cluster [DBG] pgmap v2198: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.627198+0000 mgr.y (mgr.25387) 3388 : cluster [DBG] pgmap v2199: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.632269+0000 mon.a (mon.0) 6973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.632913+0000 mgr.y (mgr.25387) 3389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.675395+0000 mon.a (mon.0) 6974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.677803+0000 mon.a (mon.0) 6975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.678959+0000 mon.a (mon.0) 6976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.681457+0000 mon.a (mon.0) 6977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.682458+0000 mon.a (mon.0) 6978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.684234+0000 mgr.y (mgr.25387) 3390 : cluster [DBG] pgmap v2200: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.684583+0000 mgr.y (mgr.25387) 3391 : cluster [DBG] pgmap v2201: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.692329+0000 mon.a (mon.0) 6979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.692906+0000 mgr.y (mgr.25387) 3392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.770081+0000 mon.a (mon.0) 6980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.772066+0000 mon.a (mon.0) 6981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.773413+0000 mon.a (mon.0) 6982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.775764+0000 mon.a (mon.0) 6983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.776414+0000 mon.a (mon.0) 6984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.777888+0000 mgr.y (mgr.25387) 3393 : cluster [DBG] pgmap v2202: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.778264+0000 mgr.y (mgr.25387) 3394 : cluster [DBG] pgmap v2203: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.784143+0000 mon.a (mon.0) 6985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.784760+0000 mgr.y (mgr.25387) 3395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.861984+0000 mon.a (mon.0) 6986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.864371+0000 mon.a (mon.0) 6987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.865569+0000 mon.a (mon.0) 6988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.867828+0000 mon.a (mon.0) 6989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.868668+0000 mon.a (mon.0) 6990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.870154+0000 mgr.y (mgr.25387) 3396 : cluster [DBG] pgmap v2204: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.870501+0000 mgr.y (mgr.25387) 3397 : cluster [DBG] pgmap v2205: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.876497+0000 mon.a (mon.0) 6991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.877231+0000 mgr.y (mgr.25387) 3398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.934194+0000 mon.a (mon.0) 6992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.936156+0000 mon.a (mon.0) 6993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.937070+0000 mon.a (mon.0) 6994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.939006+0000 mon.a (mon.0) 6995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.939643+0000 mon.a (mon.0) 6996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.941037+0000 mgr.y (mgr.25387) 3399 : cluster [DBG] pgmap v2206: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:46.941385+0000 mgr.y (mgr.25387) 3400 : cluster [DBG] pgmap v2207: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:46.945746+0000 mon.a (mon.0) 6997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:46.946214+0000 mgr.y (mgr.25387) 3401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.020095+0000 mon.a (mon.0) 6998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.022135+0000 mon.a (mon.0) 6999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.023136+0000 mon.a (mon.0) 7000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.025841+0000 mon.a (mon.0) 7001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.027017+0000 mon.a (mon.0) 7002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.028846+0000 mgr.y (mgr.25387) 3402 : cluster [DBG] pgmap v2208: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.029226+0000 mgr.y (mgr.25387) 3403 : cluster [DBG] pgmap v2209: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.034691+0000 mon.a (mon.0) 7003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.035212+0000 mgr.y (mgr.25387) 3404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.109833+0000 mon.a (mon.0) 7004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.112040+0000 mon.a (mon.0) 7005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.113221+0000 mon.a (mon.0) 7006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.116243+0000 mon.a (mon.0) 7007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.117434+0000 mon.a (mon.0) 7008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.119667+0000 mgr.y (mgr.25387) 3405 : cluster [DBG] pgmap v2210: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.120038+0000 mgr.y (mgr.25387) 3406 : cluster [DBG] pgmap v2211: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.126665+0000 mon.a (mon.0) 7009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.127495+0000 mgr.y (mgr.25387) 3407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.215784+0000 mon.a (mon.0) 7010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.219614+0000 mon.a (mon.0) 7011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.221202+0000 mon.a (mon.0) 7012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.224746+0000 mon.a (mon.0) 7013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.226082+0000 mon.a (mon.0) 7014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.237725+0000 mon.a (mon.0) 7015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.326602+0000 mon.a (mon.0) 7016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.331086+0000 mon.a (mon.0) 7017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.333000+0000 mon.a (mon.0) 7018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.337204+0000 mon.a (mon.0) 7019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.338794+0000 mon.a (mon.0) 7020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.350864+0000 mon.a (mon.0) 7021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.423986+0000 mon.a (mon.0) 7022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.427912+0000 mon.a (mon.0) 7023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.429420+0000 mon.a (mon.0) 7024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.433191+0000 mon.a (mon.0) 7025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.434332+0000 mon.a (mon.0) 7026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.444956+0000 mon.a (mon.0) 7027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.517803+0000 mon.a (mon.0) 7028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.522066+0000 mon.a (mon.0) 7029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.523859+0000 mon.a (mon.0) 7030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.527877+0000 mon.a (mon.0) 7031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.529249+0000 mon.a (mon.0) 7032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:47 smithi097 bash[73934]: audit 2024-03-30T04:47:47.540990+0000 mon.a (mon.0) 7033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.148971+0000 mgr.y (mgr.25387) 3373 : cluster [DBG] pgmap v2189: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.155641+0000 mgr.y (mgr.25387) 3374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.225821+0000 mgr.y (mgr.25387) 3375 : cluster [DBG] pgmap v2190: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.226514+0000 mgr.y (mgr.25387) 3376 : cluster [DBG] pgmap v2191: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.236004+0000 mgr.y (mgr.25387) 3377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.320127+0000 mgr.y (mgr.25387) 3378 : cluster [DBG] pgmap v2192: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.320534+0000 mgr.y (mgr.25387) 3379 : cluster [DBG] pgmap v2193: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.327558+0000 mgr.y (mgr.25387) 3380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.422229+0000 mgr.y (mgr.25387) 3381 : cluster [DBG] pgmap v2194: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.422669+0000 mgr.y (mgr.25387) 3382 : cluster [DBG] pgmap v2195: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.430478+0000 mgr.y (mgr.25387) 3383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.515936+0000 mgr.y (mgr.25387) 3384 : cluster [DBG] pgmap v2196: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.516382+0000 mgr.y (mgr.25387) 3385 : cluster [DBG] pgmap v2197: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.524210+0000 mgr.y (mgr.25387) 3386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.615477+0000 mon.a (mon.0) 6968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.619290+0000 mon.a (mon.0) 6969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.620921+0000 mon.a (mon.0) 6970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.623581+0000 mon.a (mon.0) 6971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.624534+0000 mon.a (mon.0) 6972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.626696+0000 mgr.y (mgr.25387) 3387 : cluster [DBG] pgmap v2198: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.627198+0000 mgr.y (mgr.25387) 3388 : cluster [DBG] pgmap v2199: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.632269+0000 mon.a (mon.0) 6973 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.632913+0000 mgr.y (mgr.25387) 3389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.675395+0000 mon.a (mon.0) 6974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.677803+0000 mon.a (mon.0) 6975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.678959+0000 mon.a (mon.0) 6976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.681457+0000 mon.a (mon.0) 6977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.682458+0000 mon.a (mon.0) 6978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.684234+0000 mgr.y (mgr.25387) 3390 : cluster [DBG] pgmap v2200: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.684583+0000 mgr.y (mgr.25387) 3391 : cluster [DBG] pgmap v2201: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.692329+0000 mon.a (mon.0) 6979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.692906+0000 mgr.y (mgr.25387) 3392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.770081+0000 mon.a (mon.0) 6980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.772066+0000 mon.a (mon.0) 6981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.773413+0000 mon.a (mon.0) 6982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.775764+0000 mon.a (mon.0) 6983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.776414+0000 mon.a (mon.0) 6984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.777888+0000 mgr.y (mgr.25387) 3393 : cluster [DBG] pgmap v2202: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.778264+0000 mgr.y (mgr.25387) 3394 : cluster [DBG] pgmap v2203: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.784143+0000 mon.a (mon.0) 6985 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.784760+0000 mgr.y (mgr.25387) 3395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.861984+0000 mon.a (mon.0) 6986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.864371+0000 mon.a (mon.0) 6987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.865569+0000 mon.a (mon.0) 6988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.867828+0000 mon.a (mon.0) 6989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.868668+0000 mon.a (mon.0) 6990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.870154+0000 mgr.y (mgr.25387) 3396 : cluster [DBG] pgmap v2204: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.870501+0000 mgr.y (mgr.25387) 3397 : cluster [DBG] pgmap v2205: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.876497+0000 mon.a (mon.0) 6991 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.877231+0000 mgr.y (mgr.25387) 3398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.934194+0000 mon.a (mon.0) 6992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.936156+0000 mon.a (mon.0) 6993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.937070+0000 mon.a (mon.0) 6994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.939006+0000 mon.a (mon.0) 6995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.939643+0000 mon.a (mon.0) 6996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.941037+0000 mgr.y (mgr.25387) 3399 : cluster [DBG] pgmap v2206: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:46.941385+0000 mgr.y (mgr.25387) 3400 : cluster [DBG] pgmap v2207: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:46.945746+0000 mon.a (mon.0) 6997 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:46.946214+0000 mgr.y (mgr.25387) 3401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.020095+0000 mon.a (mon.0) 6998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.022135+0000 mon.a (mon.0) 6999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.023136+0000 mon.a (mon.0) 7000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.025841+0000 mon.a (mon.0) 7001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.027017+0000 mon.a (mon.0) 7002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.028846+0000 mgr.y (mgr.25387) 3402 : cluster [DBG] pgmap v2208: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.029226+0000 mgr.y (mgr.25387) 3403 : cluster [DBG] pgmap v2209: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.034691+0000 mon.a (mon.0) 7003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.035212+0000 mgr.y (mgr.25387) 3404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.109833+0000 mon.a (mon.0) 7004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.112040+0000 mon.a (mon.0) 7005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.113221+0000 mon.a (mon.0) 7006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.116243+0000 mon.a (mon.0) 7007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.117434+0000 mon.a (mon.0) 7008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.119667+0000 mgr.y (mgr.25387) 3405 : cluster [DBG] pgmap v2210: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.120038+0000 mgr.y (mgr.25387) 3406 : cluster [DBG] pgmap v2211: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.126665+0000 mon.a (mon.0) 7009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.127495+0000 mgr.y (mgr.25387) 3407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.215784+0000 mon.a (mon.0) 7010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.219614+0000 mon.a (mon.0) 7011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.221202+0000 mon.a (mon.0) 7012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.224746+0000 mon.a (mon.0) 7013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.226082+0000 mon.a (mon.0) 7014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.237725+0000 mon.a (mon.0) 7015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.326602+0000 mon.a (mon.0) 7016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.331086+0000 mon.a (mon.0) 7017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.333000+0000 mon.a (mon.0) 7018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.337204+0000 mon.a (mon.0) 7019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.338794+0000 mon.a (mon.0) 7020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.350864+0000 mon.a (mon.0) 7021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.423986+0000 mon.a (mon.0) 7022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.427912+0000 mon.a (mon.0) 7023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.429420+0000 mon.a (mon.0) 7024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.433191+0000 mon.a (mon.0) 7025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.434332+0000 mon.a (mon.0) 7026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.444956+0000 mon.a (mon.0) 7027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:47.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.517803+0000 mon.a (mon.0) 7028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.522066+0000 mon.a (mon.0) 7029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:47.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.523859+0000 mon.a (mon.0) 7030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:47.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.527877+0000 mon.a (mon.0) 7031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:47.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.529249+0000 mon.a (mon.0) 7032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:47.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:47 smithi105 bash[58125]: audit 2024-03-30T04:47:47.540990+0000 mon.a (mon.0) 7033 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.228490+0000 mgr.y (mgr.25387) 3408 : cluster [DBG] pgmap v2212: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.228850+0000 mgr.y (mgr.25387) 3409 : cluster [DBG] pgmap v2213: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.238244+0000 mgr.y (mgr.25387) 3410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.341938+0000 mgr.y (mgr.25387) 3411 : cluster [DBG] pgmap v2214: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.343508+0000 mgr.y (mgr.25387) 3412 : cluster [DBG] pgmap v2215: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.351872+0000 mgr.y (mgr.25387) 3413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.437369+0000 mgr.y (mgr.25387) 3414 : cluster [DBG] pgmap v2216: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.438276+0000 mgr.y (mgr.25387) 3415 : cluster [DBG] pgmap v2217: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.445543+0000 mgr.y (mgr.25387) 3416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.531679+0000 mgr.y (mgr.25387) 3417 : cluster [DBG] pgmap v2218: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.532118+0000 mgr.y (mgr.25387) 3418 : cluster [DBG] pgmap v2219: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.542841+0000 mgr.y (mgr.25387) 3419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.626473+0000 mon.a (mon.0) 7034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.629992+0000 mon.a (mon.0) 7035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.632069+0000 mon.a (mon.0) 7036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.636783+0000 mon.a (mon.0) 7037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.228490+0000 mgr.y (mgr.25387) 3408 : cluster [DBG] pgmap v2212: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.228850+0000 mgr.y (mgr.25387) 3409 : cluster [DBG] pgmap v2213: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.238244+0000 mgr.y (mgr.25387) 3410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.341938+0000 mgr.y (mgr.25387) 3411 : cluster [DBG] pgmap v2214: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.343508+0000 mgr.y (mgr.25387) 3412 : cluster [DBG] pgmap v2215: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.351872+0000 mgr.y (mgr.25387) 3413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.437369+0000 mgr.y (mgr.25387) 3414 : cluster [DBG] pgmap v2216: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.438276+0000 mgr.y (mgr.25387) 3415 : cluster [DBG] pgmap v2217: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.445543+0000 mgr.y (mgr.25387) 3416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.531679+0000 mgr.y (mgr.25387) 3417 : cluster [DBG] pgmap v2218: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.532118+0000 mgr.y (mgr.25387) 3418 : cluster [DBG] pgmap v2219: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.542841+0000 mgr.y (mgr.25387) 3419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.626473+0000 mon.a (mon.0) 7034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.629992+0000 mon.a (mon.0) 7035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.632069+0000 mon.a (mon.0) 7036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.636783+0000 mon.a (mon.0) 7037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.637873+0000 mon.a (mon.0) 7038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.640832+0000 mgr.y (mgr.25387) 3420 : cluster [DBG] pgmap v2220: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.641816+0000 mgr.y (mgr.25387) 3421 : cluster [DBG] pgmap v2221: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.647025+0000 mon.a (mon.0) 7039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.647609+0000 mgr.y (mgr.25387) 3422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.723199+0000 mon.a (mon.0) 7040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.726092+0000 mon.a (mon.0) 7041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.727497+0000 mon.a (mon.0) 7042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.730787+0000 mon.a (mon.0) 7043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.731873+0000 mon.a (mon.0) 7044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.733786+0000 mgr.y (mgr.25387) 3423 : cluster [DBG] pgmap v2222: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.734247+0000 mgr.y (mgr.25387) 3424 : cluster [DBG] pgmap v2223: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.742283+0000 mon.a (mon.0) 7045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.742688+0000 mgr.y (mgr.25387) 3425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.817678+0000 mon.a (mon.0) 7046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.820600+0000 mon.a (mon.0) 7047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.822181+0000 mon.a (mon.0) 7048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.825548+0000 mon.a (mon.0) 7049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.637873+0000 mon.a (mon.0) 7038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.640832+0000 mgr.y (mgr.25387) 3420 : cluster [DBG] pgmap v2220: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.641816+0000 mgr.y (mgr.25387) 3421 : cluster [DBG] pgmap v2221: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.647025+0000 mon.a (mon.0) 7039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.647609+0000 mgr.y (mgr.25387) 3422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.723199+0000 mon.a (mon.0) 7040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.726092+0000 mon.a (mon.0) 7041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.727497+0000 mon.a (mon.0) 7042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.730787+0000 mon.a (mon.0) 7043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.731873+0000 mon.a (mon.0) 7044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.733786+0000 mgr.y (mgr.25387) 3423 : cluster [DBG] pgmap v2222: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.734247+0000 mgr.y (mgr.25387) 3424 : cluster [DBG] pgmap v2223: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.742283+0000 mon.a (mon.0) 7045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.742688+0000 mgr.y (mgr.25387) 3425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.817678+0000 mon.a (mon.0) 7046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.820600+0000 mon.a (mon.0) 7047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.822181+0000 mon.a (mon.0) 7048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.825548+0000 mon.a (mon.0) 7049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.826712+0000 mon.a (mon.0) 7050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.829035+0000 mgr.y (mgr.25387) 3426 : cluster [DBG] pgmap v2224: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.829435+0000 mgr.y (mgr.25387) 3427 : cluster [DBG] pgmap v2225: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.838404+0000 mon.a (mon.0) 7051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.839054+0000 mgr.y (mgr.25387) 3428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.916078+0000 mon.a (mon.0) 7052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.919984+0000 mon.a (mon.0) 7053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.921821+0000 mon.a (mon.0) 7054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.926153+0000 mon.a (mon.0) 7055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.927561+0000 mon.a (mon.0) 7056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.930563+0000 mgr.y (mgr.25387) 3429 : cluster [DBG] pgmap v2226: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:47.931575+0000 mgr.y (mgr.25387) 3430 : cluster [DBG] pgmap v2227: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:47.941119+0000 mon.a (mon.0) 7057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:47.941991+0000 mgr.y (mgr.25387) 3431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.031338+0000 mon.a (mon.0) 7058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.035009+0000 mon.a (mon.0) 7059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.036133+0000 mon.a (mon.0) 7060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.039199+0000 mon.a (mon.0) 7061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.039952+0000 mon.a (mon.0) 7062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.042062+0000 mgr.y (mgr.25387) 3432 : cluster [DBG] pgmap v2228: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.042983+0000 mgr.y (mgr.25387) 3433 : cluster [DBG] pgmap v2229: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.050423+0000 mon.a (mon.0) 7063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.050930+0000 mgr.y (mgr.25387) 3434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.125243+0000 mon.a (mon.0) 7064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.127871+0000 mon.a (mon.0) 7065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.129311+0000 mon.a (mon.0) 7066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.132746+0000 mon.a (mon.0) 7067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.133730+0000 mon.a (mon.0) 7068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.136103+0000 mgr.y (mgr.25387) 3435 : cluster [DBG] pgmap v2230: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.137148+0000 mgr.y (mgr.25387) 3436 : cluster [DBG] pgmap v2231: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.145943+0000 mon.a (mon.0) 7069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.222334+0000 mon.a (mon.0) 7070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.224676+0000 mon.a (mon.0) 7071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.225814+0000 mon.a (mon.0) 7072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.228777+0000 mon.a (mon.0) 7073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.826712+0000 mon.a (mon.0) 7050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.829035+0000 mgr.y (mgr.25387) 3426 : cluster [DBG] pgmap v2224: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.829435+0000 mgr.y (mgr.25387) 3427 : cluster [DBG] pgmap v2225: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.838404+0000 mon.a (mon.0) 7051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.839054+0000 mgr.y (mgr.25387) 3428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.916078+0000 mon.a (mon.0) 7052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.919984+0000 mon.a (mon.0) 7053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.921821+0000 mon.a (mon.0) 7054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.926153+0000 mon.a (mon.0) 7055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.927561+0000 mon.a (mon.0) 7056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.930563+0000 mgr.y (mgr.25387) 3429 : cluster [DBG] pgmap v2226: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:47.931575+0000 mgr.y (mgr.25387) 3430 : cluster [DBG] pgmap v2227: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:47.941119+0000 mon.a (mon.0) 7057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:47.941991+0000 mgr.y (mgr.25387) 3431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.031338+0000 mon.a (mon.0) 7058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.035009+0000 mon.a (mon.0) 7059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.036133+0000 mon.a (mon.0) 7060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.039199+0000 mon.a (mon.0) 7061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.229695+0000 mon.a (mon.0) 7074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.242142+0000 mon.a (mon.0) 7075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.317265+0000 mon.a (mon.0) 7076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.320268+0000 mon.a (mon.0) 7077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.321973+0000 mon.a (mon.0) 7078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.325004+0000 mon.a (mon.0) 7079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.325938+0000 mon.a (mon.0) 7080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.336624+0000 mon.a (mon.0) 7081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.396216+0000 mon.a (mon.0) 7082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.398536+0000 mon.a (mon.0) 7083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.399690+0000 mon.a (mon.0) 7084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.402093+0000 mon.a (mon.0) 7085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.402926+0000 mon.a (mon.0) 7086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.415674+0000 mon.a (mon.0) 7087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.475024+0000 mon.a (mon.0) 7088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.477346+0000 mon.a (mon.0) 7089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.478484+0000 mon.a (mon.0) 7090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.481757+0000 mon.a (mon.0) 7091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.482739+0000 mon.a (mon.0) 7092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.491683+0000 mon.a (mon.0) 7093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.577088+0000 mon.a (mon.0) 7094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.581726+0000 mon.a (mon.0) 7095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.583565+0000 mon.a (mon.0) 7096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.587586+0000 mon.a (mon.0) 7097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.588934+0000 mon.a (mon.0) 7098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[69502]: audit 2024-03-30T04:47:48.602849+0000 mon.a (mon.0) 7099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.039952+0000 mon.a (mon.0) 7062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.042062+0000 mgr.y (mgr.25387) 3432 : cluster [DBG] pgmap v2228: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.042983+0000 mgr.y (mgr.25387) 3433 : cluster [DBG] pgmap v2229: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.050423+0000 mon.a (mon.0) 7063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.050930+0000 mgr.y (mgr.25387) 3434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.125243+0000 mon.a (mon.0) 7064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.127871+0000 mon.a (mon.0) 7065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.129311+0000 mon.a (mon.0) 7066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.132746+0000 mon.a (mon.0) 7067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.133730+0000 mon.a (mon.0) 7068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.136103+0000 mgr.y (mgr.25387) 3435 : cluster [DBG] pgmap v2230: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.137148+0000 mgr.y (mgr.25387) 3436 : cluster [DBG] pgmap v2231: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.145943+0000 mon.a (mon.0) 7069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.222334+0000 mon.a (mon.0) 7070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.224676+0000 mon.a (mon.0) 7071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.225814+0000 mon.a (mon.0) 7072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.228777+0000 mon.a (mon.0) 7073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.229695+0000 mon.a (mon.0) 7074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.242142+0000 mon.a (mon.0) 7075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.317265+0000 mon.a (mon.0) 7076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.320268+0000 mon.a (mon.0) 7077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.321973+0000 mon.a (mon.0) 7078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.325004+0000 mon.a (mon.0) 7079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.325938+0000 mon.a (mon.0) 7080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.336624+0000 mon.a (mon.0) 7081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.396216+0000 mon.a (mon.0) 7082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.398536+0000 mon.a (mon.0) 7083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.399690+0000 mon.a (mon.0) 7084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.402093+0000 mon.a (mon.0) 7085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.402926+0000 mon.a (mon.0) 7086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.415674+0000 mon.a (mon.0) 7087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.475024+0000 mon.a (mon.0) 7088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.477346+0000 mon.a (mon.0) 7089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.478484+0000 mon.a (mon.0) 7090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.481757+0000 mon.a (mon.0) 7091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.482739+0000 mon.a (mon.0) 7092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.491683+0000 mon.a (mon.0) 7093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.577088+0000 mon.a (mon.0) 7094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.581726+0000 mon.a (mon.0) 7095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.583565+0000 mon.a (mon.0) 7096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.587586+0000 mon.a (mon.0) 7097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.588934+0000 mon.a (mon.0) 7098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:48 smithi097 bash[73934]: audit 2024-03-30T04:47:48.602849+0000 mon.a (mon.0) 7099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.228490+0000 mgr.y (mgr.25387) 3408 : cluster [DBG] pgmap v2212: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.228850+0000 mgr.y (mgr.25387) 3409 : cluster [DBG] pgmap v2213: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.238244+0000 mgr.y (mgr.25387) 3410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.341938+0000 mgr.y (mgr.25387) 3411 : cluster [DBG] pgmap v2214: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.343508+0000 mgr.y (mgr.25387) 3412 : cluster [DBG] pgmap v2215: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.351872+0000 mgr.y (mgr.25387) 3413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.437369+0000 mgr.y (mgr.25387) 3414 : cluster [DBG] pgmap v2216: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.438276+0000 mgr.y (mgr.25387) 3415 : cluster [DBG] pgmap v2217: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.445543+0000 mgr.y (mgr.25387) 3416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.531679+0000 mgr.y (mgr.25387) 3417 : cluster [DBG] pgmap v2218: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.532118+0000 mgr.y (mgr.25387) 3418 : cluster [DBG] pgmap v2219: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.542841+0000 mgr.y (mgr.25387) 3419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.626473+0000 mon.a (mon.0) 7034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.629992+0000 mon.a (mon.0) 7035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.632069+0000 mon.a (mon.0) 7036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.636783+0000 mon.a (mon.0) 7037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.637873+0000 mon.a (mon.0) 7038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.640832+0000 mgr.y (mgr.25387) 3420 : cluster [DBG] pgmap v2220: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.641816+0000 mgr.y (mgr.25387) 3421 : cluster [DBG] pgmap v2221: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.647025+0000 mon.a (mon.0) 7039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.647609+0000 mgr.y (mgr.25387) 3422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.723199+0000 mon.a (mon.0) 7040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.726092+0000 mon.a (mon.0) 7041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.727497+0000 mon.a (mon.0) 7042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.730787+0000 mon.a (mon.0) 7043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.731873+0000 mon.a (mon.0) 7044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.733786+0000 mgr.y (mgr.25387) 3423 : cluster [DBG] pgmap v2222: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.734247+0000 mgr.y (mgr.25387) 3424 : cluster [DBG] pgmap v2223: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.742283+0000 mon.a (mon.0) 7045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.742688+0000 mgr.y (mgr.25387) 3425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.817678+0000 mon.a (mon.0) 7046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.820600+0000 mon.a (mon.0) 7047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.822181+0000 mon.a (mon.0) 7048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.825548+0000 mon.a (mon.0) 7049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.826712+0000 mon.a (mon.0) 7050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.829035+0000 mgr.y (mgr.25387) 3426 : cluster [DBG] pgmap v2224: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.829435+0000 mgr.y (mgr.25387) 3427 : cluster [DBG] pgmap v2225: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.838404+0000 mon.a (mon.0) 7051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.839054+0000 mgr.y (mgr.25387) 3428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.916078+0000 mon.a (mon.0) 7052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.919984+0000 mon.a (mon.0) 7053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.921821+0000 mon.a (mon.0) 7054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.926153+0000 mon.a (mon.0) 7055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.927561+0000 mon.a (mon.0) 7056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.930563+0000 mgr.y (mgr.25387) 3429 : cluster [DBG] pgmap v2226: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:47.931575+0000 mgr.y (mgr.25387) 3430 : cluster [DBG] pgmap v2227: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:47.941119+0000 mon.a (mon.0) 7057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:47.941991+0000 mgr.y (mgr.25387) 3431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.031338+0000 mon.a (mon.0) 7058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.035009+0000 mon.a (mon.0) 7059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.036133+0000 mon.a (mon.0) 7060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.039199+0000 mon.a (mon.0) 7061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.039952+0000 mon.a (mon.0) 7062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.042062+0000 mgr.y (mgr.25387) 3432 : cluster [DBG] pgmap v2228: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.042983+0000 mgr.y (mgr.25387) 3433 : cluster [DBG] pgmap v2229: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.050423+0000 mon.a (mon.0) 7063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.050930+0000 mgr.y (mgr.25387) 3434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.125243+0000 mon.a (mon.0) 7064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.127871+0000 mon.a (mon.0) 7065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.129311+0000 mon.a (mon.0) 7066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.132746+0000 mon.a (mon.0) 7067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.133730+0000 mon.a (mon.0) 7068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.136103+0000 mgr.y (mgr.25387) 3435 : cluster [DBG] pgmap v2230: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.137148+0000 mgr.y (mgr.25387) 3436 : cluster [DBG] pgmap v2231: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:48.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.145943+0000 mon.a (mon.0) 7069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.222334+0000 mon.a (mon.0) 7070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.224676+0000 mon.a (mon.0) 7071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.225814+0000 mon.a (mon.0) 7072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.228777+0000 mon.a (mon.0) 7073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.229695+0000 mon.a (mon.0) 7074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.242142+0000 mon.a (mon.0) 7075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.317265+0000 mon.a (mon.0) 7076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.320268+0000 mon.a (mon.0) 7077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.321973+0000 mon.a (mon.0) 7078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.325004+0000 mon.a (mon.0) 7079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.325938+0000 mon.a (mon.0) 7080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.336624+0000 mon.a (mon.0) 7081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.396216+0000 mon.a (mon.0) 7082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.398536+0000 mon.a (mon.0) 7083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.399690+0000 mon.a (mon.0) 7084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.402093+0000 mon.a (mon.0) 7085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.402926+0000 mon.a (mon.0) 7086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.415674+0000 mon.a (mon.0) 7087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.475024+0000 mon.a (mon.0) 7088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.477346+0000 mon.a (mon.0) 7089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.478484+0000 mon.a (mon.0) 7090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.481757+0000 mon.a (mon.0) 7091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.482739+0000 mon.a (mon.0) 7092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.491683+0000 mon.a (mon.0) 7093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.577088+0000 mon.a (mon.0) 7094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.581726+0000 mon.a (mon.0) 7095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.583565+0000 mon.a (mon.0) 7096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.587586+0000 mon.a (mon.0) 7097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:48.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.588934+0000 mon.a (mon.0) 7098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:48.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:48 smithi105 bash[58125]: audit 2024-03-30T04:47:48.602849+0000 mon.a (mon.0) 7099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.147131+0000 mgr.y (mgr.25387) 3437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.231377+0000 mgr.y (mgr.25387) 3438 : cluster [DBG] pgmap v2232: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.231793+0000 mgr.y (mgr.25387) 3439 : cluster [DBG] pgmap v2233: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.242792+0000 mgr.y (mgr.25387) 3440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.327793+0000 mgr.y (mgr.25387) 3441 : cluster [DBG] pgmap v2234: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.328194+0000 mgr.y (mgr.25387) 3442 : cluster [DBG] pgmap v2235: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.337358+0000 mgr.y (mgr.25387) 3443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.404761+0000 mgr.y (mgr.25387) 3444 : cluster [DBG] pgmap v2236: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.405108+0000 mgr.y (mgr.25387) 3445 : cluster [DBG] pgmap v2237: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.416384+0000 mgr.y (mgr.25387) 3446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.484666+0000 mgr.y (mgr.25387) 3447 : cluster [DBG] pgmap v2238: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.485028+0000 mgr.y (mgr.25387) 3448 : cluster [DBG] pgmap v2239: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.492373+0000 mgr.y (mgr.25387) 3449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.591175+0000 mgr.y (mgr.25387) 3450 : cluster [DBG] pgmap v2240: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.591749+0000 mgr.y (mgr.25387) 3451 : cluster [DBG] pgmap v2241: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.603661+0000 mgr.y (mgr.25387) 3452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.678632+0000 mon.a (mon.0) 7100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.680459+0000 mon.a (mon.0) 7101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.681961+0000 mon.a (mon.0) 7102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.684271+0000 mon.a (mon.0) 7103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.685028+0000 mon.a (mon.0) 7104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.686551+0000 mgr.y (mgr.25387) 3453 : cluster [DBG] pgmap v2242: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.686885+0000 mgr.y (mgr.25387) 3454 : cluster [DBG] pgmap v2243: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.691024+0000 mon.a (mon.0) 7105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.691492+0000 mgr.y (mgr.25387) 3455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.753018+0000 mon.a (mon.0) 7106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.755509+0000 mon.a (mon.0) 7107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.756707+0000 mon.a (mon.0) 7108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.760079+0000 mon.a (mon.0) 7109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.761218+0000 mon.a (mon.0) 7110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.763539+0000 mgr.y (mgr.25387) 3456 : cluster [DBG] pgmap v2244: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.767821+0000 mon.a (mon.0) 7111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.768284+0000 mgr.y (mgr.25387) 3457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.847111+0000 mon.a (mon.0) 7112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.849887+0000 mon.a (mon.0) 7113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.851272+0000 mon.a (mon.0) 7114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.854774+0000 mon.a (mon.0) 7115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.855907+0000 mon.a (mon.0) 7116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.858570+0000 mgr.y (mgr.25387) 3458 : cluster [DBG] pgmap v2245: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.859387+0000 mgr.y (mgr.25387) 3459 : cluster [DBG] pgmap v2246: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.867185+0000 mon.a (mon.0) 7117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.868034+0000 mgr.y (mgr.25387) 3460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.946855+0000 mon.a (mon.0) 7118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.950979+0000 mon.a (mon.0) 7119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.952653+0000 mon.a (mon.0) 7120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.956214+0000 mon.a (mon.0) 7121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.957410+0000 mon.a (mon.0) 7122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.959901+0000 mgr.y (mgr.25387) 3461 : cluster [DBG] pgmap v2247: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:48.960730+0000 mgr.y (mgr.25387) 3462 : cluster [DBG] pgmap v2248: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:48.966847+0000 mon.a (mon.0) 7123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:48.967410+0000 mgr.y (mgr.25387) 3463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.045011+0000 mon.a (mon.0) 7124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.048260+0000 mon.a (mon.0) 7125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.049485+0000 mon.a (mon.0) 7126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.051834+0000 mon.a (mon.0) 7127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.052609+0000 mon.a (mon.0) 7128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.054282+0000 mgr.y (mgr.25387) 3464 : cluster [DBG] pgmap v2249: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.054687+0000 mgr.y (mgr.25387) 3465 : cluster [DBG] pgmap v2250: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.060191+0000 mon.a (mon.0) 7129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.060755+0000 mgr.y (mgr.25387) 3466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.138822+0000 mon.a (mon.0) 7130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.141144+0000 mon.a (mon.0) 7131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.142307+0000 mon.a (mon.0) 7132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.144727+0000 mon.a (mon.0) 7133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.145443+0000 mon.a (mon.0) 7134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.153441+0000 mon.a (mon.0) 7135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.228416+0000 mon.a (mon.0) 7136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.230950+0000 mon.a (mon.0) 7137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.232541+0000 mon.a (mon.0) 7138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.235565+0000 mon.a (mon.0) 7139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.236505+0000 mon.a (mon.0) 7140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.244470+0000 mon.a (mon.0) 7141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.307609+0000 mon.a (mon.0) 7142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.309980+0000 mon.a (mon.0) 7143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.311002+0000 mon.a (mon.0) 7144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.313286+0000 mon.a (mon.0) 7145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.314001+0000 mon.a (mon.0) 7146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.320634+0000 mon.a (mon.0) 7147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.370487+0000 mon.a (mon.0) 7148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.373392+0000 mon.a (mon.0) 7149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.374526+0000 mon.a (mon.0) 7150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.377231+0000 mon.a (mon.0) 7151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.378087+0000 mon.a (mon.0) 7152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.384813+0000 mon.a (mon.0) 7153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.431565+0000 mon.a (mon.0) 7154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.433917+0000 mon.a (mon.0) 7155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.434846+0000 mon.a (mon.0) 7156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.436949+0000 mon.a (mon.0) 7157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.437622+0000 mon.a (mon.0) 7158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.443455+0000 mon.a (mon.0) 7159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.484693+0000 mon.a (mon.0) 7160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.486841+0000 mon.a (mon.0) 7161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.488127+0000 mon.a (mon.0) 7162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.490452+0000 mon.a (mon.0) 7163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.491373+0000 mon.a (mon.0) 7164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.498083+0000 mon.a (mon.0) 7165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.545032+0000 mon.a (mon.0) 7166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.547304+0000 mon.a (mon.0) 7167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.548256+0000 mon.a (mon.0) 7168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.550323+0000 mon.a (mon.0) 7169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.551002+0000 mon.a (mon.0) 7170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: audit 2024-03-30T04:47:49.557284+0000 mon.a (mon.0) 7171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:49.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:49 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.601185+0000 mon.a (mon.0) 7172 : cluster [WRN] Health check update: Degraded data redundancy: 79/726 objects degraded (10.882%), 20 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.147131+0000 mgr.y (mgr.25387) 3437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.231377+0000 mgr.y (mgr.25387) 3438 : cluster [DBG] pgmap v2232: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.231793+0000 mgr.y (mgr.25387) 3439 : cluster [DBG] pgmap v2233: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.242792+0000 mgr.y (mgr.25387) 3440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.327793+0000 mgr.y (mgr.25387) 3441 : cluster [DBG] pgmap v2234: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.328194+0000 mgr.y (mgr.25387) 3442 : cluster [DBG] pgmap v2235: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.337358+0000 mgr.y (mgr.25387) 3443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.404761+0000 mgr.y (mgr.25387) 3444 : cluster [DBG] pgmap v2236: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.405108+0000 mgr.y (mgr.25387) 3445 : cluster [DBG] pgmap v2237: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.416384+0000 mgr.y (mgr.25387) 3446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.484666+0000 mgr.y (mgr.25387) 3447 : cluster [DBG] pgmap v2238: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.485028+0000 mgr.y (mgr.25387) 3448 : cluster [DBG] pgmap v2239: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.492373+0000 mgr.y (mgr.25387) 3449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.591175+0000 mgr.y (mgr.25387) 3450 : cluster [DBG] pgmap v2240: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.591749+0000 mgr.y (mgr.25387) 3451 : cluster [DBG] pgmap v2241: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.603661+0000 mgr.y (mgr.25387) 3452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.147131+0000 mgr.y (mgr.25387) 3437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.231377+0000 mgr.y (mgr.25387) 3438 : cluster [DBG] pgmap v2232: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.231793+0000 mgr.y (mgr.25387) 3439 : cluster [DBG] pgmap v2233: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.242792+0000 mgr.y (mgr.25387) 3440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.327793+0000 mgr.y (mgr.25387) 3441 : cluster [DBG] pgmap v2234: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.328194+0000 mgr.y (mgr.25387) 3442 : cluster [DBG] pgmap v2235: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.337358+0000 mgr.y (mgr.25387) 3443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.404761+0000 mgr.y (mgr.25387) 3444 : cluster [DBG] pgmap v2236: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.405108+0000 mgr.y (mgr.25387) 3445 : cluster [DBG] pgmap v2237: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.416384+0000 mgr.y (mgr.25387) 3446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.484666+0000 mgr.y (mgr.25387) 3447 : cluster [DBG] pgmap v2238: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.485028+0000 mgr.y (mgr.25387) 3448 : cluster [DBG] pgmap v2239: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.492373+0000 mgr.y (mgr.25387) 3449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.591175+0000 mgr.y (mgr.25387) 3450 : cluster [DBG] pgmap v2240: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.591749+0000 mgr.y (mgr.25387) 3451 : cluster [DBG] pgmap v2241: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.603661+0000 mgr.y (mgr.25387) 3452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.678632+0000 mon.a (mon.0) 7100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.680459+0000 mon.a (mon.0) 7101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.681961+0000 mon.a (mon.0) 7102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.684271+0000 mon.a (mon.0) 7103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.685028+0000 mon.a (mon.0) 7104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.686551+0000 mgr.y (mgr.25387) 3453 : cluster [DBG] pgmap v2242: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.686885+0000 mgr.y (mgr.25387) 3454 : cluster [DBG] pgmap v2243: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.691024+0000 mon.a (mon.0) 7105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.691492+0000 mgr.y (mgr.25387) 3455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.753018+0000 mon.a (mon.0) 7106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.755509+0000 mon.a (mon.0) 7107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.756707+0000 mon.a (mon.0) 7108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.760079+0000 mon.a (mon.0) 7109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.761218+0000 mon.a (mon.0) 7110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.763539+0000 mgr.y (mgr.25387) 3456 : cluster [DBG] pgmap v2244: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.767821+0000 mon.a (mon.0) 7111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.768284+0000 mgr.y (mgr.25387) 3457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.847111+0000 mon.a (mon.0) 7112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.849887+0000 mon.a (mon.0) 7113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.851272+0000 mon.a (mon.0) 7114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.854774+0000 mon.a (mon.0) 7115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.855907+0000 mon.a (mon.0) 7116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.858570+0000 mgr.y (mgr.25387) 3458 : cluster [DBG] pgmap v2245: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.859387+0000 mgr.y (mgr.25387) 3459 : cluster [DBG] pgmap v2246: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.867185+0000 mon.a (mon.0) 7117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.868034+0000 mgr.y (mgr.25387) 3460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.946855+0000 mon.a (mon.0) 7118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.950979+0000 mon.a (mon.0) 7119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.952653+0000 mon.a (mon.0) 7120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.956214+0000 mon.a (mon.0) 7121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.957410+0000 mon.a (mon.0) 7122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.959901+0000 mgr.y (mgr.25387) 3461 : cluster [DBG] pgmap v2247: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:48.960730+0000 mgr.y (mgr.25387) 3462 : cluster [DBG] pgmap v2248: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:48.966847+0000 mon.a (mon.0) 7123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:48.967410+0000 mgr.y (mgr.25387) 3463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.045011+0000 mon.a (mon.0) 7124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.048260+0000 mon.a (mon.0) 7125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.049485+0000 mon.a (mon.0) 7126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.051834+0000 mon.a (mon.0) 7127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.052609+0000 mon.a (mon.0) 7128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.054282+0000 mgr.y (mgr.25387) 3464 : cluster [DBG] pgmap v2249: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.054687+0000 mgr.y (mgr.25387) 3465 : cluster [DBG] pgmap v2250: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.060191+0000 mon.a (mon.0) 7129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.060755+0000 mgr.y (mgr.25387) 3466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.138822+0000 mon.a (mon.0) 7130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.141144+0000 mon.a (mon.0) 7131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.142307+0000 mon.a (mon.0) 7132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.144727+0000 mon.a (mon.0) 7133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.145443+0000 mon.a (mon.0) 7134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.153441+0000 mon.a (mon.0) 7135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.228416+0000 mon.a (mon.0) 7136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.230950+0000 mon.a (mon.0) 7137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.232541+0000 mon.a (mon.0) 7138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.235565+0000 mon.a (mon.0) 7139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.236505+0000 mon.a (mon.0) 7140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.244470+0000 mon.a (mon.0) 7141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.307609+0000 mon.a (mon.0) 7142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.309980+0000 mon.a (mon.0) 7143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.311002+0000 mon.a (mon.0) 7144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.313286+0000 mon.a (mon.0) 7145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.314001+0000 mon.a (mon.0) 7146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.320634+0000 mon.a (mon.0) 7147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.370487+0000 mon.a (mon.0) 7148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.373392+0000 mon.a (mon.0) 7149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.374526+0000 mon.a (mon.0) 7150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.377231+0000 mon.a (mon.0) 7151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.378087+0000 mon.a (mon.0) 7152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.384813+0000 mon.a (mon.0) 7153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.431565+0000 mon.a (mon.0) 7154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.433917+0000 mon.a (mon.0) 7155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.434846+0000 mon.a (mon.0) 7156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.436949+0000 mon.a (mon.0) 7157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.437622+0000 mon.a (mon.0) 7158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.443455+0000 mon.a (mon.0) 7159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.484693+0000 mon.a (mon.0) 7160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.486841+0000 mon.a (mon.0) 7161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.488127+0000 mon.a (mon.0) 7162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.490452+0000 mon.a (mon.0) 7163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.491373+0000 mon.a (mon.0) 7164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.498083+0000 mon.a (mon.0) 7165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.545032+0000 mon.a (mon.0) 7166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.547304+0000 mon.a (mon.0) 7167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.548256+0000 mon.a (mon.0) 7168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.550323+0000 mon.a (mon.0) 7169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.551002+0000 mon.a (mon.0) 7170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: audit 2024-03-30T04:47:49.557284+0000 mon.a (mon.0) 7171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.601185+0000 mon.a (mon.0) 7172 : cluster [WRN] Health check update: Degraded data redundancy: 79/726 objects degraded (10.882%), 20 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.678632+0000 mon.a (mon.0) 7100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.680459+0000 mon.a (mon.0) 7101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.681961+0000 mon.a (mon.0) 7102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.684271+0000 mon.a (mon.0) 7103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.685028+0000 mon.a (mon.0) 7104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.686551+0000 mgr.y (mgr.25387) 3453 : cluster [DBG] pgmap v2242: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.686885+0000 mgr.y (mgr.25387) 3454 : cluster [DBG] pgmap v2243: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.691024+0000 mon.a (mon.0) 7105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.691492+0000 mgr.y (mgr.25387) 3455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.753018+0000 mon.a (mon.0) 7106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.755509+0000 mon.a (mon.0) 7107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.756707+0000 mon.a (mon.0) 7108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.760079+0000 mon.a (mon.0) 7109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.761218+0000 mon.a (mon.0) 7110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.763539+0000 mgr.y (mgr.25387) 3456 : cluster [DBG] pgmap v2244: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.767821+0000 mon.a (mon.0) 7111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.768284+0000 mgr.y (mgr.25387) 3457 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.847111+0000 mon.a (mon.0) 7112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.849887+0000 mon.a (mon.0) 7113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.851272+0000 mon.a (mon.0) 7114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.854774+0000 mon.a (mon.0) 7115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.855907+0000 mon.a (mon.0) 7116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.858570+0000 mgr.y (mgr.25387) 3458 : cluster [DBG] pgmap v2245: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.859387+0000 mgr.y (mgr.25387) 3459 : cluster [DBG] pgmap v2246: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.867185+0000 mon.a (mon.0) 7117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.868034+0000 mgr.y (mgr.25387) 3460 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.946855+0000 mon.a (mon.0) 7118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.950979+0000 mon.a (mon.0) 7119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.952653+0000 mon.a (mon.0) 7120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.956214+0000 mon.a (mon.0) 7121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.957410+0000 mon.a (mon.0) 7122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.959901+0000 mgr.y (mgr.25387) 3461 : cluster [DBG] pgmap v2247: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:48.960730+0000 mgr.y (mgr.25387) 3462 : cluster [DBG] pgmap v2248: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:48.966847+0000 mon.a (mon.0) 7123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:48.967410+0000 mgr.y (mgr.25387) 3463 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.045011+0000 mon.a (mon.0) 7124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.048260+0000 mon.a (mon.0) 7125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.049485+0000 mon.a (mon.0) 7126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.051834+0000 mon.a (mon.0) 7127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.052609+0000 mon.a (mon.0) 7128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.054282+0000 mgr.y (mgr.25387) 3464 : cluster [DBG] pgmap v2249: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.054687+0000 mgr.y (mgr.25387) 3465 : cluster [DBG] pgmap v2250: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.060191+0000 mon.a (mon.0) 7129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.060755+0000 mgr.y (mgr.25387) 3466 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.138822+0000 mon.a (mon.0) 7130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.141144+0000 mon.a (mon.0) 7131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.142307+0000 mon.a (mon.0) 7132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.144727+0000 mon.a (mon.0) 7133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.145443+0000 mon.a (mon.0) 7134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.153441+0000 mon.a (mon.0) 7135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.228416+0000 mon.a (mon.0) 7136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.230950+0000 mon.a (mon.0) 7137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.232541+0000 mon.a (mon.0) 7138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.235565+0000 mon.a (mon.0) 7139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.236505+0000 mon.a (mon.0) 7140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.244470+0000 mon.a (mon.0) 7141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.307609+0000 mon.a (mon.0) 7142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.309980+0000 mon.a (mon.0) 7143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.311002+0000 mon.a (mon.0) 7144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.313286+0000 mon.a (mon.0) 7145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.314001+0000 mon.a (mon.0) 7146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.320634+0000 mon.a (mon.0) 7147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.370487+0000 mon.a (mon.0) 7148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.373392+0000 mon.a (mon.0) 7149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.374526+0000 mon.a (mon.0) 7150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.377231+0000 mon.a (mon.0) 7151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.378087+0000 mon.a (mon.0) 7152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.384813+0000 mon.a (mon.0) 7153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.431565+0000 mon.a (mon.0) 7154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.433917+0000 mon.a (mon.0) 7155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.434846+0000 mon.a (mon.0) 7156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.436949+0000 mon.a (mon.0) 7157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.437622+0000 mon.a (mon.0) 7158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.443455+0000 mon.a (mon.0) 7159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.484693+0000 mon.a (mon.0) 7160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.486841+0000 mon.a (mon.0) 7161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.488127+0000 mon.a (mon.0) 7162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.490452+0000 mon.a (mon.0) 7163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.491373+0000 mon.a (mon.0) 7164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.498083+0000 mon.a (mon.0) 7165 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.545032+0000 mon.a (mon.0) 7166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.547304+0000 mon.a (mon.0) 7167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.548256+0000 mon.a (mon.0) 7168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.550323+0000 mon.a (mon.0) 7169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.551002+0000 mon.a (mon.0) 7170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: audit 2024-03-30T04:47:49.557284+0000 mon.a (mon.0) 7171 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:49 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.601185+0000 mon.a (mon.0) 7172 : cluster [WRN] Health check update: Degraded data redundancy: 79/726 objects degraded (10.882%), 20 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:50.247 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:47:50.593 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[66799]: debug 2024-03-30T04:47:50.228+0000 7fe1b4f707c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-30T04:47:50.594 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[66799]: debug 2024-03-30T04:47:50.264+0000 7fe1b4f707c0 -1 osd.5 131 log_to_monitors true 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.147246+0000 mgr.y (mgr.25387) 3467 : cluster [DBG] pgmap v2251: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.147585+0000 mgr.y (mgr.25387) 3468 : cluster [DBG] pgmap v2252: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.153994+0000 mgr.y (mgr.25387) 3469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.238354+0000 mgr.y (mgr.25387) 3470 : cluster [DBG] pgmap v2253: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.238815+0000 mgr.y (mgr.25387) 3471 : cluster [DBG] pgmap v2254: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.245234+0000 mgr.y (mgr.25387) 3472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.315535+0000 mgr.y (mgr.25387) 3473 : cluster [DBG] pgmap v2255: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.315975+0000 mgr.y (mgr.25387) 3474 : cluster [DBG] pgmap v2256: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.321350+0000 mgr.y (mgr.25387) 3475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.379936+0000 mgr.y (mgr.25387) 3476 : cluster [DBG] pgmap v2257: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.380318+0000 mgr.y (mgr.25387) 3477 : cluster [DBG] pgmap v2258: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.385402+0000 mgr.y (mgr.25387) 3478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.439089+0000 mgr.y (mgr.25387) 3479 : cluster [DBG] pgmap v2259: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.439423+0000 mgr.y (mgr.25387) 3480 : cluster [DBG] pgmap v2260: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.443947+0000 mgr.y (mgr.25387) 3481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.492971+0000 mgr.y (mgr.25387) 3482 : cluster [DBG] pgmap v2261: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.493325+0000 mgr.y (mgr.25387) 3483 : cluster [DBG] pgmap v2262: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.498730+0000 mgr.y (mgr.25387) 3484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.552415+0000 mgr.y (mgr.25387) 3485 : cluster [DBG] pgmap v2263: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.552757+0000 mgr.y (mgr.25387) 3486 : cluster [DBG] pgmap v2264: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.557810+0000 mgr.y (mgr.25387) 3487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.651628+0000 mon.a (mon.0) 7173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.655918+0000 mon.a (mon.0) 7174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.657167+0000 mon.a (mon.0) 7175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.659974+0000 mon.a (mon.0) 7176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.661035+0000 mon.a (mon.0) 7177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.663091+0000 mgr.y (mgr.25387) 3488 : cluster [DBG] pgmap v2265: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.663429+0000 mgr.y (mgr.25387) 3489 : cluster [DBG] pgmap v2266: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.678107+0000 mon.a (mon.0) 7178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.678784+0000 mgr.y (mgr.25387) 3490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.731800+0000 mon.a (mon.0) 7179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.733933+0000 mon.a (mon.0) 7180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.735044+0000 mon.a (mon.0) 7181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.737204+0000 mon.a (mon.0) 7182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.737949+0000 mon.a (mon.0) 7183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.739463+0000 mgr.y (mgr.25387) 3491 : cluster [DBG] pgmap v2267: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.739788+0000 mgr.y (mgr.25387) 3492 : cluster [DBG] pgmap v2268: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.747402+0000 mon.a (mon.0) 7184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.747953+0000 mgr.y (mgr.25387) 3493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.806439+0000 mon.a (mon.0) 7185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.808551+0000 mon.a (mon.0) 7186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.809517+0000 mon.a (mon.0) 7187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.811669+0000 mon.a (mon.0) 7188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.812443+0000 mon.a (mon.0) 7189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.814409+0000 mgr.y (mgr.25387) 3494 : cluster [DBG] pgmap v2269: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.820875+0000 mon.a (mon.0) 7190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.821490+0000 mgr.y (mgr.25387) 3495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.896122+0000 mon.a (mon.0) 7191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.898246+0000 mon.a (mon.0) 7192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.899215+0000 mon.a (mon.0) 7193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.901382+0000 mon.a (mon.0) 7194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.902114+0000 mon.a (mon.0) 7195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.903572+0000 mgr.y (mgr.25387) 3496 : cluster [DBG] pgmap v2270: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.903928+0000 mgr.y (mgr.25387) 3497 : cluster [DBG] pgmap v2271: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.911077+0000 mon.a (mon.0) 7196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.911673+0000 mgr.y (mgr.25387) 3498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.953555+0000 mon.a (mon.0) 7197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.955646+0000 mon.a (mon.0) 7198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.956512+0000 mon.a (mon.0) 7199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.958404+0000 mon.a (mon.0) 7200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.959030+0000 mon.a (mon.0) 7201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.960349+0000 mgr.y (mgr.25387) 3499 : cluster [DBG] pgmap v2272: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:49.960683+0000 mgr.y (mgr.25387) 3500 : cluster [DBG] pgmap v2273: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:49.967812+0000 mon.a (mon.0) 7202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:49.968347+0000 mgr.y (mgr.25387) 3501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.009578+0000 mon.a (mon.0) 7203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.011429+0000 mon.a (mon.0) 7204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.012253+0000 mon.a (mon.0) 7205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.014370+0000 mon.a (mon.0) 7206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.015199+0000 mon.a (mon.0) 7207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.016800+0000 mgr.y (mgr.25387) 3502 : cluster [DBG] pgmap v2274: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.017205+0000 mgr.y (mgr.25387) 3503 : cluster [DBG] pgmap v2275: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.024223+0000 mon.a (mon.0) 7208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.024821+0000 mgr.y (mgr.25387) 3504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.066109+0000 mon.a (mon.0) 7209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.068221+0000 mon.a (mon.0) 7210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.069180+0000 mon.a (mon.0) 7211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.071326+0000 mon.a (mon.0) 7212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.071986+0000 mon.a (mon.0) 7213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.073472+0000 mgr.y (mgr.25387) 3505 : cluster [DBG] pgmap v2276: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.073868+0000 mgr.y (mgr.25387) 3506 : cluster [DBG] pgmap v2277: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.078323+0000 mon.a (mon.0) 7214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.078854+0000 mgr.y (mgr.25387) 3507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.119259+0000 mon.a (mon.0) 7215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.121055+0000 mon.a (mon.0) 7216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.121823+0000 mon.a (mon.0) 7217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.123551+0000 mon.a (mon.0) 7218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.124087+0000 mon.a (mon.0) 7219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.125307+0000 mgr.y (mgr.25387) 3508 : cluster [DBG] pgmap v2278: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.125602+0000 mgr.y (mgr.25387) 3509 : cluster [DBG] pgmap v2279: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.130562+0000 mon.a (mon.0) 7220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.131049+0000 mgr.y (mgr.25387) 3510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.171655+0000 mon.a (mon.0) 7221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.173451+0000 mon.a (mon.0) 7222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.174259+0000 mon.a (mon.0) 7223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.176044+0000 mon.a (mon.0) 7224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.176681+0000 mon.a (mon.0) 7225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.183398+0000 mon.a (mon.0) 7226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.228791+0000 mon.a (mon.0) 7227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.230888+0000 mon.a (mon.0) 7228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.231739+0000 mon.a (mon.0) 7229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.233758+0000 mon.a (mon.0) 7230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.234394+0000 mon.a (mon.0) 7231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.241291+0000 mon.a (mon.0) 7232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.270612+0000 mon.a (mon.0) 7233 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.273018+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.286967+0000 mon.a (mon.0) 7234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.289269+0000 mon.a (mon.0) 7235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.290308+0000 mon.a (mon.0) 7236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.292474+0000 mon.a (mon.0) 7237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.293176+0000 mon.a (mon.0) 7238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.300934+0000 mon.a (mon.0) 7239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.346798+0000 mon.a (mon.0) 7240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.349001+0000 mon.a (mon.0) 7241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.349900+0000 mon.a (mon.0) 7242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.352001+0000 mon.a (mon.0) 7243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.352694+0000 mon.a (mon.0) 7244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.359685+0000 mon.a (mon.0) 7245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.405439+0000 mon.a (mon.0) 7246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.407682+0000 mon.a (mon.0) 7247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.408628+0000 mon.a (mon.0) 7248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.410785+0000 mon.a (mon.0) 7249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.411532+0000 mon.a (mon.0) 7250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.419331+0000 mon.a (mon.0) 7251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.460217+0000 mon.a (mon.0) 7252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.462292+0000 mon.a (mon.0) 7253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.463316+0000 mon.a (mon.0) 7254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.465522+0000 mon.a (mon.0) 7255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.466240+0000 mon.a (mon.0) 7256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.474086+0000 mon.a (mon.0) 7257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.518401+0000 mon.a (mon.0) 7258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.521263+0000 mon.a (mon.0) 7259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.522721+0000 mon.a (mon.0) 7260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.525597+0000 mon.a (mon.0) 7261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.526423+0000 mon.a (mon.0) 7262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.536332+0000 mon.a (mon.0) 7263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.578654+0000 mon.a (mon.0) 7264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.580809+0000 mon.a (mon.0) 7265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.581756+0000 mon.a (mon.0) 7266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.583898+0000 mon.a (mon.0) 7267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.584587+0000 mon.a (mon.0) 7268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:50.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:50 smithi105 bash[58125]: audit 2024-03-30T04:47:50.590699+0000 mon.a (mon.0) 7269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 9s ago 20m - - 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 12s ago 20m - - 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (7m) 9s ago 13m 13.5M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 12s ago 13m - - 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (5m) 9s ago 11m 45.2M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (5m) 12s ago 19m 438M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (6m) 9s ago 21m 523M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:47:51.021 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (5m) 9s ago 21m 112M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (4m) 12s ago 19m 53.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (4m) 9s ago 19m 52.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (7m) 9s ago 13m 9379k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (6m) 12s ago 13m 9272k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (3m) 9s ago 19m 52.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (2m) 9s ago 18m 57.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (118s) 9s ago 17m 53.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (82s) 9s ago 17m 54.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (44s) 12s ago 16m 53.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 starting - - - 4096M 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (15m) 12s ago 15m 60.3M 4096M 17.2.0 e1d6a67b021e e0b6caf77b55 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (14m) 12s ago 14m 64.7M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (5m) 12s ago 14m 68.1M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:47:51.022 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (11m) 9s ago 11m 88.0M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:47:51.023 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (11m) 12s ago 11m 87.8M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:47:51.023 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (11m) 9s ago 11m 88.0M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:47:51.023 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (11m) 12s ago 11m 88.1M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.147246+0000 mgr.y (mgr.25387) 3467 : cluster [DBG] pgmap v2251: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.147585+0000 mgr.y (mgr.25387) 3468 : cluster [DBG] pgmap v2252: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.153994+0000 mgr.y (mgr.25387) 3469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.238354+0000 mgr.y (mgr.25387) 3470 : cluster [DBG] pgmap v2253: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.238815+0000 mgr.y (mgr.25387) 3471 : cluster [DBG] pgmap v2254: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.245234+0000 mgr.y (mgr.25387) 3472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.315535+0000 mgr.y (mgr.25387) 3473 : cluster [DBG] pgmap v2255: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.315975+0000 mgr.y (mgr.25387) 3474 : cluster [DBG] pgmap v2256: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.321350+0000 mgr.y (mgr.25387) 3475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.379936+0000 mgr.y (mgr.25387) 3476 : cluster [DBG] pgmap v2257: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.380318+0000 mgr.y (mgr.25387) 3477 : cluster [DBG] pgmap v2258: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.385402+0000 mgr.y (mgr.25387) 3478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.439089+0000 mgr.y (mgr.25387) 3479 : cluster [DBG] pgmap v2259: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.439423+0000 mgr.y (mgr.25387) 3480 : cluster [DBG] pgmap v2260: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.443947+0000 mgr.y (mgr.25387) 3481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.147246+0000 mgr.y (mgr.25387) 3467 : cluster [DBG] pgmap v2251: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.147585+0000 mgr.y (mgr.25387) 3468 : cluster [DBG] pgmap v2252: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.153994+0000 mgr.y (mgr.25387) 3469 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.238354+0000 mgr.y (mgr.25387) 3470 : cluster [DBG] pgmap v2253: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.238815+0000 mgr.y (mgr.25387) 3471 : cluster [DBG] pgmap v2254: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.245234+0000 mgr.y (mgr.25387) 3472 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.315535+0000 mgr.y (mgr.25387) 3473 : cluster [DBG] pgmap v2255: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.315975+0000 mgr.y (mgr.25387) 3474 : cluster [DBG] pgmap v2256: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.321350+0000 mgr.y (mgr.25387) 3475 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.379936+0000 mgr.y (mgr.25387) 3476 : cluster [DBG] pgmap v2257: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.380318+0000 mgr.y (mgr.25387) 3477 : cluster [DBG] pgmap v2258: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.385402+0000 mgr.y (mgr.25387) 3478 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.439089+0000 mgr.y (mgr.25387) 3479 : cluster [DBG] pgmap v2259: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.439423+0000 mgr.y (mgr.25387) 3480 : cluster [DBG] pgmap v2260: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.443947+0000 mgr.y (mgr.25387) 3481 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.492971+0000 mgr.y (mgr.25387) 3482 : cluster [DBG] pgmap v2261: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.493325+0000 mgr.y (mgr.25387) 3483 : cluster [DBG] pgmap v2262: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.498730+0000 mgr.y (mgr.25387) 3484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.552415+0000 mgr.y (mgr.25387) 3485 : cluster [DBG] pgmap v2263: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.552757+0000 mgr.y (mgr.25387) 3486 : cluster [DBG] pgmap v2264: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.557810+0000 mgr.y (mgr.25387) 3487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.651628+0000 mon.a (mon.0) 7173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.655918+0000 mon.a (mon.0) 7174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.657167+0000 mon.a (mon.0) 7175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.659974+0000 mon.a (mon.0) 7176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.661035+0000 mon.a (mon.0) 7177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.663091+0000 mgr.y (mgr.25387) 3488 : cluster [DBG] pgmap v2265: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.663429+0000 mgr.y (mgr.25387) 3489 : cluster [DBG] pgmap v2266: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.678107+0000 mon.a (mon.0) 7178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.678784+0000 mgr.y (mgr.25387) 3490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.731800+0000 mon.a (mon.0) 7179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.733933+0000 mon.a (mon.0) 7180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.735044+0000 mon.a (mon.0) 7181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.492971+0000 mgr.y (mgr.25387) 3482 : cluster [DBG] pgmap v2261: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.493325+0000 mgr.y (mgr.25387) 3483 : cluster [DBG] pgmap v2262: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.498730+0000 mgr.y (mgr.25387) 3484 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.552415+0000 mgr.y (mgr.25387) 3485 : cluster [DBG] pgmap v2263: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.552757+0000 mgr.y (mgr.25387) 3486 : cluster [DBG] pgmap v2264: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.557810+0000 mgr.y (mgr.25387) 3487 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.651628+0000 mon.a (mon.0) 7173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.655918+0000 mon.a (mon.0) 7174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.657167+0000 mon.a (mon.0) 7175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.659974+0000 mon.a (mon.0) 7176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.661035+0000 mon.a (mon.0) 7177 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.663091+0000 mgr.y (mgr.25387) 3488 : cluster [DBG] pgmap v2265: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.663429+0000 mgr.y (mgr.25387) 3489 : cluster [DBG] pgmap v2266: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.678107+0000 mon.a (mon.0) 7178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.678784+0000 mgr.y (mgr.25387) 3490 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.731800+0000 mon.a (mon.0) 7179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.733933+0000 mon.a (mon.0) 7180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.735044+0000 mon.a (mon.0) 7181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.737204+0000 mon.a (mon.0) 7182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.737949+0000 mon.a (mon.0) 7183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.739463+0000 mgr.y (mgr.25387) 3491 : cluster [DBG] pgmap v2267: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.739788+0000 mgr.y (mgr.25387) 3492 : cluster [DBG] pgmap v2268: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.747402+0000 mon.a (mon.0) 7184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.747953+0000 mgr.y (mgr.25387) 3493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.806439+0000 mon.a (mon.0) 7185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.808551+0000 mon.a (mon.0) 7186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.809517+0000 mon.a (mon.0) 7187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.811669+0000 mon.a (mon.0) 7188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.812443+0000 mon.a (mon.0) 7189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.814409+0000 mgr.y (mgr.25387) 3494 : cluster [DBG] pgmap v2269: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.820875+0000 mon.a (mon.0) 7190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.821490+0000 mgr.y (mgr.25387) 3495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.896122+0000 mon.a (mon.0) 7191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.898246+0000 mon.a (mon.0) 7192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.899215+0000 mon.a (mon.0) 7193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.901382+0000 mon.a (mon.0) 7194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.902114+0000 mon.a (mon.0) 7195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.903572+0000 mgr.y (mgr.25387) 3496 : cluster [DBG] pgmap v2270: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.903928+0000 mgr.y (mgr.25387) 3497 : cluster [DBG] pgmap v2271: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.911077+0000 mon.a (mon.0) 7196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.911673+0000 mgr.y (mgr.25387) 3498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.953555+0000 mon.a (mon.0) 7197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.955646+0000 mon.a (mon.0) 7198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.956512+0000 mon.a (mon.0) 7199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.958404+0000 mon.a (mon.0) 7200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.959030+0000 mon.a (mon.0) 7201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.960349+0000 mgr.y (mgr.25387) 3499 : cluster [DBG] pgmap v2272: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:49.960683+0000 mgr.y (mgr.25387) 3500 : cluster [DBG] pgmap v2273: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:49.967812+0000 mon.a (mon.0) 7202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:49.968347+0000 mgr.y (mgr.25387) 3501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.009578+0000 mon.a (mon.0) 7203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.011429+0000 mon.a (mon.0) 7204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.012253+0000 mon.a (mon.0) 7205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.014370+0000 mon.a (mon.0) 7206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.737204+0000 mon.a (mon.0) 7182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.737949+0000 mon.a (mon.0) 7183 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.739463+0000 mgr.y (mgr.25387) 3491 : cluster [DBG] pgmap v2267: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.739788+0000 mgr.y (mgr.25387) 3492 : cluster [DBG] pgmap v2268: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.747402+0000 mon.a (mon.0) 7184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.747953+0000 mgr.y (mgr.25387) 3493 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.806439+0000 mon.a (mon.0) 7185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.808551+0000 mon.a (mon.0) 7186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.809517+0000 mon.a (mon.0) 7187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.811669+0000 mon.a (mon.0) 7188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.812443+0000 mon.a (mon.0) 7189 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.814409+0000 mgr.y (mgr.25387) 3494 : cluster [DBG] pgmap v2269: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.820875+0000 mon.a (mon.0) 7190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.821490+0000 mgr.y (mgr.25387) 3495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.896122+0000 mon.a (mon.0) 7191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.898246+0000 mon.a (mon.0) 7192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.899215+0000 mon.a (mon.0) 7193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.901382+0000 mon.a (mon.0) 7194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.015199+0000 mon.a (mon.0) 7207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.016800+0000 mgr.y (mgr.25387) 3502 : cluster [DBG] pgmap v2274: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.017205+0000 mgr.y (mgr.25387) 3503 : cluster [DBG] pgmap v2275: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.024223+0000 mon.a (mon.0) 7208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.024821+0000 mgr.y (mgr.25387) 3504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.066109+0000 mon.a (mon.0) 7209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.068221+0000 mon.a (mon.0) 7210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.069180+0000 mon.a (mon.0) 7211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.071326+0000 mon.a (mon.0) 7212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.071986+0000 mon.a (mon.0) 7213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.073472+0000 mgr.y (mgr.25387) 3505 : cluster [DBG] pgmap v2276: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.073868+0000 mgr.y (mgr.25387) 3506 : cluster [DBG] pgmap v2277: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.078323+0000 mon.a (mon.0) 7214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.078854+0000 mgr.y (mgr.25387) 3507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.119259+0000 mon.a (mon.0) 7215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.121055+0000 mon.a (mon.0) 7216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.121823+0000 mon.a (mon.0) 7217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.902114+0000 mon.a (mon.0) 7195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.903572+0000 mgr.y (mgr.25387) 3496 : cluster [DBG] pgmap v2270: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.903928+0000 mgr.y (mgr.25387) 3497 : cluster [DBG] pgmap v2271: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.911077+0000 mon.a (mon.0) 7196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.911673+0000 mgr.y (mgr.25387) 3498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.953555+0000 mon.a (mon.0) 7197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.955646+0000 mon.a (mon.0) 7198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.956512+0000 mon.a (mon.0) 7199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.958404+0000 mon.a (mon.0) 7200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.959030+0000 mon.a (mon.0) 7201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.960349+0000 mgr.y (mgr.25387) 3499 : cluster [DBG] pgmap v2272: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:49.960683+0000 mgr.y (mgr.25387) 3500 : cluster [DBG] pgmap v2273: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:49.967812+0000 mon.a (mon.0) 7202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:49.968347+0000 mgr.y (mgr.25387) 3501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.009578+0000 mon.a (mon.0) 7203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.011429+0000 mon.a (mon.0) 7204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.012253+0000 mon.a (mon.0) 7205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.014370+0000 mon.a (mon.0) 7206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.123551+0000 mon.a (mon.0) 7218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.124087+0000 mon.a (mon.0) 7219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.125307+0000 mgr.y (mgr.25387) 3508 : cluster [DBG] pgmap v2278: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.125602+0000 mgr.y (mgr.25387) 3509 : cluster [DBG] pgmap v2279: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.130562+0000 mon.a (mon.0) 7220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.131049+0000 mgr.y (mgr.25387) 3510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.171655+0000 mon.a (mon.0) 7221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.173451+0000 mon.a (mon.0) 7222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.174259+0000 mon.a (mon.0) 7223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.176044+0000 mon.a (mon.0) 7224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.176681+0000 mon.a (mon.0) 7225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.183398+0000 mon.a (mon.0) 7226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.228791+0000 mon.a (mon.0) 7227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.230888+0000 mon.a (mon.0) 7228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.231739+0000 mon.a (mon.0) 7229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.233758+0000 mon.a (mon.0) 7230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.234394+0000 mon.a (mon.0) 7231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.241291+0000 mon.a (mon.0) 7232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.270612+0000 mon.a (mon.0) 7233 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.015199+0000 mon.a (mon.0) 7207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.016800+0000 mgr.y (mgr.25387) 3502 : cluster [DBG] pgmap v2274: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.017205+0000 mgr.y (mgr.25387) 3503 : cluster [DBG] pgmap v2275: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.024223+0000 mon.a (mon.0) 7208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.024821+0000 mgr.y (mgr.25387) 3504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.066109+0000 mon.a (mon.0) 7209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.068221+0000 mon.a (mon.0) 7210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.069180+0000 mon.a (mon.0) 7211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.071326+0000 mon.a (mon.0) 7212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.071986+0000 mon.a (mon.0) 7213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.073472+0000 mgr.y (mgr.25387) 3505 : cluster [DBG] pgmap v2276: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.073868+0000 mgr.y (mgr.25387) 3506 : cluster [DBG] pgmap v2277: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.078323+0000 mon.a (mon.0) 7214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.078854+0000 mgr.y (mgr.25387) 3507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.119259+0000 mon.a (mon.0) 7215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.121055+0000 mon.a (mon.0) 7216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.121823+0000 mon.a (mon.0) 7217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.273018+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.286967+0000 mon.a (mon.0) 7234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.289269+0000 mon.a (mon.0) 7235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.290308+0000 mon.a (mon.0) 7236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.292474+0000 mon.a (mon.0) 7237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.293176+0000 mon.a (mon.0) 7238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.300934+0000 mon.a (mon.0) 7239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.346798+0000 mon.a (mon.0) 7240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.349001+0000 mon.a (mon.0) 7241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.349900+0000 mon.a (mon.0) 7242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.352001+0000 mon.a (mon.0) 7243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.352694+0000 mon.a (mon.0) 7244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.359685+0000 mon.a (mon.0) 7245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.405439+0000 mon.a (mon.0) 7246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.407682+0000 mon.a (mon.0) 7247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.408628+0000 mon.a (mon.0) 7248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.410785+0000 mon.a (mon.0) 7249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.411532+0000 mon.a (mon.0) 7250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.419331+0000 mon.a (mon.0) 7251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.460217+0000 mon.a (mon.0) 7252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.462292+0000 mon.a (mon.0) 7253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.463316+0000 mon.a (mon.0) 7254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.465522+0000 mon.a (mon.0) 7255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.466240+0000 mon.a (mon.0) 7256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.474086+0000 mon.a (mon.0) 7257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.518401+0000 mon.a (mon.0) 7258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.521263+0000 mon.a (mon.0) 7259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.522721+0000 mon.a (mon.0) 7260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.525597+0000 mon.a (mon.0) 7261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.526423+0000 mon.a (mon.0) 7262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.536332+0000 mon.a (mon.0) 7263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.578654+0000 mon.a (mon.0) 7264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.580809+0000 mon.a (mon.0) 7265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.581756+0000 mon.a (mon.0) 7266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.583898+0000 mon.a (mon.0) 7267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.584587+0000 mon.a (mon.0) 7268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[73934]: audit 2024-03-30T04:47:50.590699+0000 mon.a (mon.0) 7269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.123551+0000 mon.a (mon.0) 7218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.124087+0000 mon.a (mon.0) 7219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.125307+0000 mgr.y (mgr.25387) 3508 : cluster [DBG] pgmap v2278: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.125602+0000 mgr.y (mgr.25387) 3509 : cluster [DBG] pgmap v2279: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.130562+0000 mon.a (mon.0) 7220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.131049+0000 mgr.y (mgr.25387) 3510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.171655+0000 mon.a (mon.0) 7221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.173451+0000 mon.a (mon.0) 7222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.174259+0000 mon.a (mon.0) 7223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.176044+0000 mon.a (mon.0) 7224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.176681+0000 mon.a (mon.0) 7225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.183398+0000 mon.a (mon.0) 7226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.228791+0000 mon.a (mon.0) 7227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.230888+0000 mon.a (mon.0) 7228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.231739+0000 mon.a (mon.0) 7229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.233758+0000 mon.a (mon.0) 7230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.234394+0000 mon.a (mon.0) 7231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.241291+0000 mon.a (mon.0) 7232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.270612+0000 mon.a (mon.0) 7233 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.273018+0000 mon.b (mon.2) 5 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.286967+0000 mon.a (mon.0) 7234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.289269+0000 mon.a (mon.0) 7235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.290308+0000 mon.a (mon.0) 7236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.292474+0000 mon.a (mon.0) 7237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.293176+0000 mon.a (mon.0) 7238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.146 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.300934+0000 mon.a (mon.0) 7239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.346798+0000 mon.a (mon.0) 7240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.349001+0000 mon.a (mon.0) 7241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.349900+0000 mon.a (mon.0) 7242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.352001+0000 mon.a (mon.0) 7243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.352694+0000 mon.a (mon.0) 7244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.359685+0000 mon.a (mon.0) 7245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.405439+0000 mon.a (mon.0) 7246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.407682+0000 mon.a (mon.0) 7247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.408628+0000 mon.a (mon.0) 7248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.410785+0000 mon.a (mon.0) 7249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.411532+0000 mon.a (mon.0) 7250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.419331+0000 mon.a (mon.0) 7251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.460217+0000 mon.a (mon.0) 7252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.462292+0000 mon.a (mon.0) 7253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.463316+0000 mon.a (mon.0) 7254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.465522+0000 mon.a (mon.0) 7255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.466240+0000 mon.a (mon.0) 7256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.474086+0000 mon.a (mon.0) 7257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.518401+0000 mon.a (mon.0) 7258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.521263+0000 mon.a (mon.0) 7259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.522721+0000 mon.a (mon.0) 7260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.525597+0000 mon.a (mon.0) 7261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.526423+0000 mon.a (mon.0) 7262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.536332+0000 mon.a (mon.0) 7263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.578654+0000 mon.a (mon.0) 7264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.580809+0000 mon.a (mon.0) 7265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.581756+0000 mon.a (mon.0) 7266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.583898+0000 mon.a (mon.0) 7267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.584587+0000 mon.a (mon.0) 7268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.149 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:50 smithi097 bash[69502]: audit 2024-03-30T04:47:50.590699+0000 mon.a (mon.0) 7269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.461 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 5 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:47:51.462 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:47:51.463 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2024-03-30T04:47:51.463 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 10 2024-03-30T04:47:51.463 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:47:51.463 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:47:51.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.177938+0000 mgr.y (mgr.25387) 3511 : cluster [DBG] pgmap v2280: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.178260+0000 mgr.y (mgr.25387) 3512 : cluster [DBG] pgmap v2281: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.183926+0000 mgr.y (mgr.25387) 3513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.235749+0000 mgr.y (mgr.25387) 3514 : cluster [DBG] pgmap v2282: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.236054+0000 mgr.y (mgr.25387) 3515 : cluster [DBG] pgmap v2283: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.238502+0000 mgr.y (mgr.25387) 3516 : audit [DBG] from='client.54424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.241863+0000 mgr.y (mgr.25387) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.294521+0000 mgr.y (mgr.25387) 3518 : cluster [DBG] pgmap v2284: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.294802+0000 mgr.y (mgr.25387) 3519 : cluster [DBG] pgmap v2285: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.301439+0000 mgr.y (mgr.25387) 3520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.354061+0000 mgr.y (mgr.25387) 3521 : cluster [DBG] pgmap v2286: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.354346+0000 mgr.y (mgr.25387) 3522 : cluster [DBG] pgmap v2287: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.360320+0000 mgr.y (mgr.25387) 3523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.412915+0000 mgr.y (mgr.25387) 3524 : cluster [DBG] pgmap v2288: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.413224+0000 mgr.y (mgr.25387) 3525 : cluster [DBG] pgmap v2289: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.419927+0000 mgr.y (mgr.25387) 3526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.467857+0000 mgr.y (mgr.25387) 3527 : cluster [DBG] pgmap v2290: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.468149+0000 mgr.y (mgr.25387) 3528 : cluster [DBG] pgmap v2291: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.474644+0000 mgr.y (mgr.25387) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.528328+0000 mgr.y (mgr.25387) 3530 : cluster [DBG] pgmap v2292: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.528677+0000 mgr.y (mgr.25387) 3531 : cluster [DBG] pgmap v2293: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.537070+0000 mgr.y (mgr.25387) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.585979+0000 mgr.y (mgr.25387) 3533 : cluster [DBG] pgmap v2294: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.586345+0000 mgr.y (mgr.25387) 3534 : cluster [DBG] pgmap v2295: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.591190+0000 mgr.y (mgr.25387) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.628207+0000 mgr.y (mgr.25387) 3536 : audit [DBG] from='client.54433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.636354+0000 mon.a (mon.0) 7270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.647562+0000 mon.a (mon.0) 7271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.648967+0000 mon.a (mon.0) 7272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.651683+0000 mon.a (mon.0) 7273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.652549+0000 mon.a (mon.0) 7274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.654351+0000 mgr.y (mgr.25387) 3537 : cluster [DBG] pgmap v2296: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.654765+0000 mgr.y (mgr.25387) 3538 : cluster [DBG] pgmap v2297: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.660021+0000 mon.a (mon.0) 7275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.660624+0000 mgr.y (mgr.25387) 3539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.660794+0000 mgr.y (mgr.25387) 3540 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.702428+0000 mon.a (mon.0) 7276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.704635+0000 mon.a (mon.0) 7277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.705679+0000 mon.a (mon.0) 7278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.707884+0000 mon.a (mon.0) 7279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.708613+0000 mon.a (mon.0) 7280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.710285+0000 mgr.y (mgr.25387) 3541 : cluster [DBG] pgmap v2298: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.710691+0000 mgr.y (mgr.25387) 3542 : cluster [DBG] pgmap v2299: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.715806+0000 mon.a (mon.0) 7281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.716307+0000 mgr.y (mgr.25387) 3543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.757998+0000 mon.a (mon.0) 7282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.759788+0000 mon.a (mon.0) 7283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.760640+0000 mon.a (mon.0) 7284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.762508+0000 mon.a (mon.0) 7285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.763200+0000 mon.a (mon.0) 7286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.764465+0000 mgr.y (mgr.25387) 3544 : cluster [DBG] pgmap v2300: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.764851+0000 mgr.y (mgr.25387) 3545 : cluster [DBG] pgmap v2301: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.768854+0000 mon.a (mon.0) 7287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.769344+0000 mgr.y (mgr.25387) 3546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.810016+0000 mon.a (mon.0) 7288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.811949+0000 mon.a (mon.0) 7289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.812810+0000 mon.a (mon.0) 7290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.814627+0000 mon.a (mon.0) 7291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.815187+0000 mon.a (mon.0) 7292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.816521+0000 mgr.y (mgr.25387) 3547 : cluster [DBG] pgmap v2302: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.816886+0000 mgr.y (mgr.25387) 3548 : cluster [DBG] pgmap v2303: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.822002+0000 mon.a (mon.0) 7293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.822515+0000 mgr.y (mgr.25387) 3549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.863668+0000 mon.a (mon.0) 7294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.865574+0000 mon.a (mon.0) 7295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.866394+0000 mon.a (mon.0) 7296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.868271+0000 mon.a (mon.0) 7297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.868895+0000 mon.a (mon.0) 7298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.870223+0000 mgr.y (mgr.25387) 3550 : cluster [DBG] pgmap v2304: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.870575+0000 mgr.y (mgr.25387) 3551 : cluster [DBG] pgmap v2305: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.875487+0000 mon.a (mon.0) 7299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.876007+0000 mgr.y (mgr.25387) 3552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.916126+0000 mon.a (mon.0) 7300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.918184+0000 mon.a (mon.0) 7301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.919029+0000 mon.a (mon.0) 7302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.920913+0000 mon.a (mon.0) 7303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.921641+0000 mon.a (mon.0) 7304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.923058+0000 mgr.y (mgr.25387) 3553 : cluster [DBG] pgmap v2306: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.923422+0000 mgr.y (mgr.25387) 3554 : cluster [DBG] pgmap v2307: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.927594+0000 mon.a (mon.0) 7305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:50.928059+0000 mgr.y (mgr.25387) 3555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.991932+0000 mon.a (mon.0) 7306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.994488+0000 mon.a (mon.0) 7307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.995403+0000 mon.a (mon.0) 7308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.997549+0000 mon.a (mon.0) 7309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:50.998190+0000 mon.a (mon.0) 7310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.999470+0000 mgr.y (mgr.25387) 3556 : cluster [DBG] pgmap v2308: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:50.999724+0000 mgr.y (mgr.25387) 3557 : cluster [DBG] pgmap v2309: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.004805+0000 mon.a (mon.0) 7311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.007029+0000 mgr.y (mgr.25387) 3558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.008776+0000 mgr.y (mgr.25387) 3559 : audit [DBG] from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.085281+0000 mon.a (mon.0) 7312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.087119+0000 mon.a (mon.0) 7313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.088170+0000 mon.a (mon.0) 7314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.090275+0000 mon.a (mon.0) 7315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.090932+0000 mon.a (mon.0) 7316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.092246+0000 mgr.y (mgr.25387) 3560 : cluster [DBG] pgmap v2310: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.092534+0000 mgr.y (mgr.25387) 3561 : cluster [DBG] pgmap v2311: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.097450+0000 mon.a (mon.0) 7317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.097920+0000 mgr.y (mgr.25387) 3562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.144016+0000 mon.a (mon.0) 7318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.146011+0000 mon.a (mon.0) 7319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.146795+0000 mon.a (mon.0) 7320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.149057+0000 mon.a (mon.0) 7321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.149655+0000 mon.a (mon.0) 7322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.155154+0000 mon.a (mon.0) 7323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.195760+0000 mon.a (mon.0) 7324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.197573+0000 mon.a (mon.0) 7325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.198353+0000 mon.a (mon.0) 7326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.200324+0000 mon.a (mon.0) 7327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.200998+0000 mon.a (mon.0) 7328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.207560+0000 mon.a (mon.0) 7329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.240121+0000 mon.a (mon.0) 7330 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.248694+0000 mon.a (mon.0) 7331 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-30T04:47:51.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.249431+0000 mon.a (mon.0) 7332 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.250288+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.253702+0000 mon.a (mon.0) 7333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.255926+0000 mon.a (mon.0) 7334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.256954+0000 mon.a (mon.0) 7335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.259123+0000 mon.a (mon.0) 7336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.259778+0000 mon.a (mon.0) 7337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.273808+0000 mon.a (mon.0) 7338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.314350+0000 mon.a (mon.0) 7339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.316319+0000 mon.a (mon.0) 7340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.317274+0000 mon.a (mon.0) 7341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.319282+0000 mon.a (mon.0) 7342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.319944+0000 mon.a (mon.0) 7343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.415967+0000 mon.a (mon.0) 7344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.467148+0000 mon.a (mon.0) 7345 : audit [DBG] from='client.? 172.21.15.97:0/1680565266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.495627+0000 mon.a (mon.0) 7346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.498368+0000 mon.a (mon.0) 7347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.499936+0000 mon.a (mon.0) 7348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.502864+0000 mon.a (mon.0) 7349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.503780+0000 mon.a (mon.0) 7350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.544971+0000 mon.a (mon.0) 7351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.622831+0000 mon.a (mon.0) 7352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.624907+0000 mon.a (mon.0) 7353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:51.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.625832+0000 mon.a (mon.0) 7354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:51.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.627874+0000 mon.a (mon.0) 7355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:51.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[58125]: audit 2024-03-30T04:47:51.628521+0000 mon.a (mon.0) 7356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:47:51.849 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "10/23 daemons upgraded", 2024-03-30T04:47:51.850 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:47:51.850 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:47:51.850 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.177938+0000 mgr.y (mgr.25387) 3511 : cluster [DBG] pgmap v2280: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.178260+0000 mgr.y (mgr.25387) 3512 : cluster [DBG] pgmap v2281: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.183926+0000 mgr.y (mgr.25387) 3513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.235749+0000 mgr.y (mgr.25387) 3514 : cluster [DBG] pgmap v2282: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.236054+0000 mgr.y (mgr.25387) 3515 : cluster [DBG] pgmap v2283: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.238502+0000 mgr.y (mgr.25387) 3516 : audit [DBG] from='client.54424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.241863+0000 mgr.y (mgr.25387) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.294521+0000 mgr.y (mgr.25387) 3518 : cluster [DBG] pgmap v2284: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.294802+0000 mgr.y (mgr.25387) 3519 : cluster [DBG] pgmap v2285: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.301439+0000 mgr.y (mgr.25387) 3520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.354061+0000 mgr.y (mgr.25387) 3521 : cluster [DBG] pgmap v2286: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.354346+0000 mgr.y (mgr.25387) 3522 : cluster [DBG] pgmap v2287: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.360320+0000 mgr.y (mgr.25387) 3523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.412915+0000 mgr.y (mgr.25387) 3524 : cluster [DBG] pgmap v2288: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.413224+0000 mgr.y (mgr.25387) 3525 : cluster [DBG] pgmap v2289: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.177938+0000 mgr.y (mgr.25387) 3511 : cluster [DBG] pgmap v2280: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.178260+0000 mgr.y (mgr.25387) 3512 : cluster [DBG] pgmap v2281: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.183926+0000 mgr.y (mgr.25387) 3513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.235749+0000 mgr.y (mgr.25387) 3514 : cluster [DBG] pgmap v2282: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.236054+0000 mgr.y (mgr.25387) 3515 : cluster [DBG] pgmap v2283: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.238502+0000 mgr.y (mgr.25387) 3516 : audit [DBG] from='client.54424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.241863+0000 mgr.y (mgr.25387) 3517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.294521+0000 mgr.y (mgr.25387) 3518 : cluster [DBG] pgmap v2284: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.294802+0000 mgr.y (mgr.25387) 3519 : cluster [DBG] pgmap v2285: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.301439+0000 mgr.y (mgr.25387) 3520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.354061+0000 mgr.y (mgr.25387) 3521 : cluster [DBG] pgmap v2286: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.354346+0000 mgr.y (mgr.25387) 3522 : cluster [DBG] pgmap v2287: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.360320+0000 mgr.y (mgr.25387) 3523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.412915+0000 mgr.y (mgr.25387) 3524 : cluster [DBG] pgmap v2288: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.413224+0000 mgr.y (mgr.25387) 3525 : cluster [DBG] pgmap v2289: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.419927+0000 mgr.y (mgr.25387) 3526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.467857+0000 mgr.y (mgr.25387) 3527 : cluster [DBG] pgmap v2290: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.468149+0000 mgr.y (mgr.25387) 3528 : cluster [DBG] pgmap v2291: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.474644+0000 mgr.y (mgr.25387) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.528328+0000 mgr.y (mgr.25387) 3530 : cluster [DBG] pgmap v2292: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.528677+0000 mgr.y (mgr.25387) 3531 : cluster [DBG] pgmap v2293: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.537070+0000 mgr.y (mgr.25387) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.585979+0000 mgr.y (mgr.25387) 3533 : cluster [DBG] pgmap v2294: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.586345+0000 mgr.y (mgr.25387) 3534 : cluster [DBG] pgmap v2295: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.591190+0000 mgr.y (mgr.25387) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.628207+0000 mgr.y (mgr.25387) 3536 : audit [DBG] from='client.54433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.636354+0000 mon.a (mon.0) 7270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.647562+0000 mon.a (mon.0) 7271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.648967+0000 mon.a (mon.0) 7272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.651683+0000 mon.a (mon.0) 7273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.652549+0000 mon.a (mon.0) 7274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.419927+0000 mgr.y (mgr.25387) 3526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.467857+0000 mgr.y (mgr.25387) 3527 : cluster [DBG] pgmap v2290: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.468149+0000 mgr.y (mgr.25387) 3528 : cluster [DBG] pgmap v2291: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.474644+0000 mgr.y (mgr.25387) 3529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.528328+0000 mgr.y (mgr.25387) 3530 : cluster [DBG] pgmap v2292: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.528677+0000 mgr.y (mgr.25387) 3531 : cluster [DBG] pgmap v2293: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.537070+0000 mgr.y (mgr.25387) 3532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.585979+0000 mgr.y (mgr.25387) 3533 : cluster [DBG] pgmap v2294: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.586345+0000 mgr.y (mgr.25387) 3534 : cluster [DBG] pgmap v2295: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.591190+0000 mgr.y (mgr.25387) 3535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.628207+0000 mgr.y (mgr.25387) 3536 : audit [DBG] from='client.54433 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.636354+0000 mon.a (mon.0) 7270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.647562+0000 mon.a (mon.0) 7271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.648967+0000 mon.a (mon.0) 7272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.651683+0000 mon.a (mon.0) 7273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.652549+0000 mon.a (mon.0) 7274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.654351+0000 mgr.y (mgr.25387) 3537 : cluster [DBG] pgmap v2296: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.654765+0000 mgr.y (mgr.25387) 3538 : cluster [DBG] pgmap v2297: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.660021+0000 mon.a (mon.0) 7275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.660624+0000 mgr.y (mgr.25387) 3539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.660794+0000 mgr.y (mgr.25387) 3540 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.702428+0000 mon.a (mon.0) 7276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.704635+0000 mon.a (mon.0) 7277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.705679+0000 mon.a (mon.0) 7278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.707884+0000 mon.a (mon.0) 7279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.708613+0000 mon.a (mon.0) 7280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.710285+0000 mgr.y (mgr.25387) 3541 : cluster [DBG] pgmap v2298: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.710691+0000 mgr.y (mgr.25387) 3542 : cluster [DBG] pgmap v2299: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.715806+0000 mon.a (mon.0) 7281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.716307+0000 mgr.y (mgr.25387) 3543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.757998+0000 mon.a (mon.0) 7282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.759788+0000 mon.a (mon.0) 7283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.760640+0000 mon.a (mon.0) 7284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.762508+0000 mon.a (mon.0) 7285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.654351+0000 mgr.y (mgr.25387) 3537 : cluster [DBG] pgmap v2296: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.654765+0000 mgr.y (mgr.25387) 3538 : cluster [DBG] pgmap v2297: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.660021+0000 mon.a (mon.0) 7275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.660624+0000 mgr.y (mgr.25387) 3539 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.660794+0000 mgr.y (mgr.25387) 3540 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:47:52.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.702428+0000 mon.a (mon.0) 7276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.704635+0000 mon.a (mon.0) 7277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.705679+0000 mon.a (mon.0) 7278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.707884+0000 mon.a (mon.0) 7279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.708613+0000 mon.a (mon.0) 7280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.710285+0000 mgr.y (mgr.25387) 3541 : cluster [DBG] pgmap v2298: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.710691+0000 mgr.y (mgr.25387) 3542 : cluster [DBG] pgmap v2299: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.715806+0000 mon.a (mon.0) 7281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.716307+0000 mgr.y (mgr.25387) 3543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.757998+0000 mon.a (mon.0) 7282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.759788+0000 mon.a (mon.0) 7283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.760640+0000 mon.a (mon.0) 7284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.762508+0000 mon.a (mon.0) 7285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.763200+0000 mon.a (mon.0) 7286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.764465+0000 mgr.y (mgr.25387) 3544 : cluster [DBG] pgmap v2300: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.764851+0000 mgr.y (mgr.25387) 3545 : cluster [DBG] pgmap v2301: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.768854+0000 mon.a (mon.0) 7287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.769344+0000 mgr.y (mgr.25387) 3546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.810016+0000 mon.a (mon.0) 7288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.811949+0000 mon.a (mon.0) 7289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.812810+0000 mon.a (mon.0) 7290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.814627+0000 mon.a (mon.0) 7291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.815187+0000 mon.a (mon.0) 7292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.816521+0000 mgr.y (mgr.25387) 3547 : cluster [DBG] pgmap v2302: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.816886+0000 mgr.y (mgr.25387) 3548 : cluster [DBG] pgmap v2303: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.822002+0000 mon.a (mon.0) 7293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.822515+0000 mgr.y (mgr.25387) 3549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.863668+0000 mon.a (mon.0) 7294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.865574+0000 mon.a (mon.0) 7295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.866394+0000 mon.a (mon.0) 7296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.868271+0000 mon.a (mon.0) 7297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.763200+0000 mon.a (mon.0) 7286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.764465+0000 mgr.y (mgr.25387) 3544 : cluster [DBG] pgmap v2300: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.764851+0000 mgr.y (mgr.25387) 3545 : cluster [DBG] pgmap v2301: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.768854+0000 mon.a (mon.0) 7287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.769344+0000 mgr.y (mgr.25387) 3546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.810016+0000 mon.a (mon.0) 7288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.811949+0000 mon.a (mon.0) 7289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.812810+0000 mon.a (mon.0) 7290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.814627+0000 mon.a (mon.0) 7291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.815187+0000 mon.a (mon.0) 7292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.816521+0000 mgr.y (mgr.25387) 3547 : cluster [DBG] pgmap v2302: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.816886+0000 mgr.y (mgr.25387) 3548 : cluster [DBG] pgmap v2303: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.822002+0000 mon.a (mon.0) 7293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.822515+0000 mgr.y (mgr.25387) 3549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.863668+0000 mon.a (mon.0) 7294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.865574+0000 mon.a (mon.0) 7295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.866394+0000 mon.a (mon.0) 7296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.868271+0000 mon.a (mon.0) 7297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.868895+0000 mon.a (mon.0) 7298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.870223+0000 mgr.y (mgr.25387) 3550 : cluster [DBG] pgmap v2304: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.870575+0000 mgr.y (mgr.25387) 3551 : cluster [DBG] pgmap v2305: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.875487+0000 mon.a (mon.0) 7299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.876007+0000 mgr.y (mgr.25387) 3552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.916126+0000 mon.a (mon.0) 7300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.918184+0000 mon.a (mon.0) 7301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.919029+0000 mon.a (mon.0) 7302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.920913+0000 mon.a (mon.0) 7303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.921641+0000 mon.a (mon.0) 7304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.923058+0000 mgr.y (mgr.25387) 3553 : cluster [DBG] pgmap v2306: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.923422+0000 mgr.y (mgr.25387) 3554 : cluster [DBG] pgmap v2307: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.927594+0000 mon.a (mon.0) 7305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:50.928059+0000 mgr.y (mgr.25387) 3555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.991932+0000 mon.a (mon.0) 7306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.994488+0000 mon.a (mon.0) 7307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.995403+0000 mon.a (mon.0) 7308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.997549+0000 mon.a (mon.0) 7309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.868895+0000 mon.a (mon.0) 7298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.870223+0000 mgr.y (mgr.25387) 3550 : cluster [DBG] pgmap v2304: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.870575+0000 mgr.y (mgr.25387) 3551 : cluster [DBG] pgmap v2305: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.875487+0000 mon.a (mon.0) 7299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.876007+0000 mgr.y (mgr.25387) 3552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.916126+0000 mon.a (mon.0) 7300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.918184+0000 mon.a (mon.0) 7301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.919029+0000 mon.a (mon.0) 7302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.920913+0000 mon.a (mon.0) 7303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.921641+0000 mon.a (mon.0) 7304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.923058+0000 mgr.y (mgr.25387) 3553 : cluster [DBG] pgmap v2306: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.923422+0000 mgr.y (mgr.25387) 3554 : cluster [DBG] pgmap v2307: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.927594+0000 mon.a (mon.0) 7305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:50.928059+0000 mgr.y (mgr.25387) 3555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.991932+0000 mon.a (mon.0) 7306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.994488+0000 mon.a (mon.0) 7307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.995403+0000 mon.a (mon.0) 7308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.997549+0000 mon.a (mon.0) 7309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:50.998190+0000 mon.a (mon.0) 7310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.999470+0000 mgr.y (mgr.25387) 3556 : cluster [DBG] pgmap v2308: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:50.999724+0000 mgr.y (mgr.25387) 3557 : cluster [DBG] pgmap v2309: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.004805+0000 mon.a (mon.0) 7311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.007029+0000 mgr.y (mgr.25387) 3558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.008776+0000 mgr.y (mgr.25387) 3559 : audit [DBG] from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.085281+0000 mon.a (mon.0) 7312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.087119+0000 mon.a (mon.0) 7313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.088170+0000 mon.a (mon.0) 7314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.090275+0000 mon.a (mon.0) 7315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.090932+0000 mon.a (mon.0) 7316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.092246+0000 mgr.y (mgr.25387) 3560 : cluster [DBG] pgmap v2310: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.092534+0000 mgr.y (mgr.25387) 3561 : cluster [DBG] pgmap v2311: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.097450+0000 mon.a (mon.0) 7317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.097920+0000 mgr.y (mgr.25387) 3562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.144016+0000 mon.a (mon.0) 7318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.146011+0000 mon.a (mon.0) 7319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.146795+0000 mon.a (mon.0) 7320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:50.998190+0000 mon.a (mon.0) 7310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.999470+0000 mgr.y (mgr.25387) 3556 : cluster [DBG] pgmap v2308: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:50.999724+0000 mgr.y (mgr.25387) 3557 : cluster [DBG] pgmap v2309: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.004805+0000 mon.a (mon.0) 7311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.007029+0000 mgr.y (mgr.25387) 3558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.008776+0000 mgr.y (mgr.25387) 3559 : audit [DBG] from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.085281+0000 mon.a (mon.0) 7312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.087119+0000 mon.a (mon.0) 7313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.088170+0000 mon.a (mon.0) 7314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.090275+0000 mon.a (mon.0) 7315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.090932+0000 mon.a (mon.0) 7316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.092246+0000 mgr.y (mgr.25387) 3560 : cluster [DBG] pgmap v2310: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.092534+0000 mgr.y (mgr.25387) 3561 : cluster [DBG] pgmap v2311: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.097450+0000 mon.a (mon.0) 7317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.097920+0000 mgr.y (mgr.25387) 3562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.144016+0000 mon.a (mon.0) 7318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.146011+0000 mon.a (mon.0) 7319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.146795+0000 mon.a (mon.0) 7320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.149057+0000 mon.a (mon.0) 7321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.149655+0000 mon.a (mon.0) 7322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.155154+0000 mon.a (mon.0) 7323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.195760+0000 mon.a (mon.0) 7324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.197573+0000 mon.a (mon.0) 7325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.198353+0000 mon.a (mon.0) 7326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.200324+0000 mon.a (mon.0) 7327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.200998+0000 mon.a (mon.0) 7328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.207560+0000 mon.a (mon.0) 7329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.240121+0000 mon.a (mon.0) 7330 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.248694+0000 mon.a (mon.0) 7331 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.249431+0000 mon.a (mon.0) 7332 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:52.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.250288+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.253702+0000 mon.a (mon.0) 7333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.255926+0000 mon.a (mon.0) 7334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.256954+0000 mon.a (mon.0) 7335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.259123+0000 mon.a (mon.0) 7336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.259778+0000 mon.a (mon.0) 7337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.273808+0000 mon.a (mon.0) 7338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.149057+0000 mon.a (mon.0) 7321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.149655+0000 mon.a (mon.0) 7322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.155154+0000 mon.a (mon.0) 7323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.195760+0000 mon.a (mon.0) 7324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.197573+0000 mon.a (mon.0) 7325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.198353+0000 mon.a (mon.0) 7326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.200324+0000 mon.a (mon.0) 7327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.200998+0000 mon.a (mon.0) 7328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.207560+0000 mon.a (mon.0) 7329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.240121+0000 mon.a (mon.0) 7330 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.248694+0000 mon.a (mon.0) 7331 : cluster [DBG] osdmap e134: 8 total, 7 up, 8 in 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.249431+0000 mon.a (mon.0) 7332 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.250288+0000 mon.b (mon.2) 6 : audit [INF] from='osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.253702+0000 mon.a (mon.0) 7333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.255926+0000 mon.a (mon.0) 7334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.256954+0000 mon.a (mon.0) 7335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.259123+0000 mon.a (mon.0) 7336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.259778+0000 mon.a (mon.0) 7337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.273808+0000 mon.a (mon.0) 7338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.314350+0000 mon.a (mon.0) 7339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.316319+0000 mon.a (mon.0) 7340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.317274+0000 mon.a (mon.0) 7341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.319282+0000 mon.a (mon.0) 7342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.319944+0000 mon.a (mon.0) 7343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.415967+0000 mon.a (mon.0) 7344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.467148+0000 mon.a (mon.0) 7345 : audit [DBG] from='client.? 172.21.15.97:0/1680565266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.495627+0000 mon.a (mon.0) 7346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.498368+0000 mon.a (mon.0) 7347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.499936+0000 mon.a (mon.0) 7348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.502864+0000 mon.a (mon.0) 7349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.503780+0000 mon.a (mon.0) 7350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.544971+0000 mon.a (mon.0) 7351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.622831+0000 mon.a (mon.0) 7352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.624907+0000 mon.a (mon.0) 7353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.625832+0000 mon.a (mon.0) 7354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.627874+0000 mon.a (mon.0) 7355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[73934]: audit 2024-03-30T04:47:51.628521+0000 mon.a (mon.0) 7356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.314350+0000 mon.a (mon.0) 7339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.316319+0000 mon.a (mon.0) 7340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.317274+0000 mon.a (mon.0) 7341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.319282+0000 mon.a (mon.0) 7342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.147 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.319944+0000 mon.a (mon.0) 7343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.415967+0000 mon.a (mon.0) 7344 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.467148+0000 mon.a (mon.0) 7345 : audit [DBG] from='client.? 172.21.15.97:0/1680565266' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.495627+0000 mon.a (mon.0) 7346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.498368+0000 mon.a (mon.0) 7347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.499936+0000 mon.a (mon.0) 7348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.502864+0000 mon.a (mon.0) 7349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.503780+0000 mon.a (mon.0) 7350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.544971+0000 mon.a (mon.0) 7351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.622831+0000 mon.a (mon.0) 7352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.624907+0000 mon.a (mon.0) 7353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.625832+0000 mon.a (mon.0) 7354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.627874+0000 mon.a (mon.0) 7355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.148 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:51 smithi097 bash[69502]: audit 2024-03-30T04:47:51.628521+0000 mon.a (mon.0) 7356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.207 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:47:51 smithi105 bash[66799]: debug 2024-03-30T04:47:51.788+0000 7fe1a23c0700 -1 osd.5 131 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:47:52.367 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 79/726 objects degraded (10.882%), 20 pgs degraded 2024-03-30T04:47:52.367 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: osd.5 (root=default,host=smithi105) is down 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 79/726 objects degraded (10.882%), 20 pgs degraded 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.b is active+undersized+degraded, acting [7,4] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.14 is active+undersized+degraded, acting [6,3] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.17 is active+undersized+degraded, acting [6,2] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.2 is active+undersized+degraded, acting [3,6] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2024-03-30T04:47:52.368 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.3 is active+undersized+degraded, acting [0,7] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.15 is active+undersized+degraded, acting [7,3] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.1f is active+undersized+degraded, acting [6,1] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 6.c is active+undersized+degraded, acting [3,6] 2024-03-30T04:47:52.369 INFO:teuthology.orchestra.run.smithi097.stdout: pg 6.1a is active+undersized+degraded, acting [4,1] 2024-03-30T04:47:52.863 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:47:52] "GET /metrics HTTP/1.1" 200 38519 "" "Prometheus/2.33.4" 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.150949+0000 mgr.y (mgr.25387) 3563 : cluster [DBG] pgmap v2312: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.151308+0000 mgr.y (mgr.25387) 3564 : cluster [DBG] pgmap v2313: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.155529+0000 mgr.y (mgr.25387) 3565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.202267+0000 mgr.y (mgr.25387) 3566 : cluster [DBG] pgmap v2314: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.202590+0000 mgr.y (mgr.25387) 3567 : cluster [DBG] pgmap v2315: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.208092+0000 mgr.y (mgr.25387) 3568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.261134+0000 mgr.y (mgr.25387) 3569 : cluster [DBG] pgmap v2317: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.261522+0000 mgr.y (mgr.25387) 3570 : cluster [DBG] pgmap v2318: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.274201+0000 mgr.y (mgr.25387) 3571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.321369+0000 mgr.y (mgr.25387) 3572 : cluster [DBG] pgmap v2319: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.321683+0000 mgr.y (mgr.25387) 3573 : cluster [DBG] pgmap v2320: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.417068+0000 mgr.y (mgr.25387) 3574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.864 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.505763+0000 mgr.y (mgr.25387) 3575 : cluster [DBG] pgmap v2321: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.506154+0000 mgr.y (mgr.25387) 3576 : cluster [DBG] pgmap v2322: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.545612+0000 mgr.y (mgr.25387) 3577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.150949+0000 mgr.y (mgr.25387) 3563 : cluster [DBG] pgmap v2312: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.151308+0000 mgr.y (mgr.25387) 3564 : cluster [DBG] pgmap v2313: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.155529+0000 mgr.y (mgr.25387) 3565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.202267+0000 mgr.y (mgr.25387) 3566 : cluster [DBG] pgmap v2314: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.202590+0000 mgr.y (mgr.25387) 3567 : cluster [DBG] pgmap v2315: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.208092+0000 mgr.y (mgr.25387) 3568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.865 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.261134+0000 mgr.y (mgr.25387) 3569 : cluster [DBG] pgmap v2317: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.261522+0000 mgr.y (mgr.25387) 3570 : cluster [DBG] pgmap v2318: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.274201+0000 mgr.y (mgr.25387) 3571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.321369+0000 mgr.y (mgr.25387) 3572 : cluster [DBG] pgmap v2319: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.321683+0000 mgr.y (mgr.25387) 3573 : cluster [DBG] pgmap v2320: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.417068+0000 mgr.y (mgr.25387) 3574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.505763+0000 mgr.y (mgr.25387) 3575 : cluster [DBG] pgmap v2321: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.506154+0000 mgr.y (mgr.25387) 3576 : cluster [DBG] pgmap v2322: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.545612+0000 mgr.y (mgr.25387) 3577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.629972+0000 mgr.y (mgr.25387) 3578 : cluster [DBG] pgmap v2323: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.630279+0000 mgr.y (mgr.25387) 3579 : cluster [DBG] pgmap v2324: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.640402+0000 mon.a (mon.0) 7357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.640977+0000 mgr.y (mgr.25387) 3580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.698048+0000 mon.a (mon.0) 7358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.699981+0000 mon.a (mon.0) 7359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.866 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.701113+0000 mon.a (mon.0) 7360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.703489+0000 mon.a (mon.0) 7361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.704092+0000 mon.a (mon.0) 7362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.705533+0000 mgr.y (mgr.25387) 3581 : cluster [DBG] pgmap v2325: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.705931+0000 mgr.y (mgr.25387) 3582 : cluster [DBG] pgmap v2326: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.709686+0000 mon.a (mon.0) 7363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.710159+0000 mgr.y (mgr.25387) 3583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.749996+0000 mon.a (mon.0) 7364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.751784+0000 mon.a (mon.0) 7365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.752691+0000 mon.a (mon.0) 7366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.755113+0000 mon.a (mon.0) 7367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.755795+0000 mon.a (mon.0) 7368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.867 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.629972+0000 mgr.y (mgr.25387) 3578 : cluster [DBG] pgmap v2323: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.630279+0000 mgr.y (mgr.25387) 3579 : cluster [DBG] pgmap v2324: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.640402+0000 mon.a (mon.0) 7357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.640977+0000 mgr.y (mgr.25387) 3580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.698048+0000 mon.a (mon.0) 7358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.699981+0000 mon.a (mon.0) 7359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.701113+0000 mon.a (mon.0) 7360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.703489+0000 mon.a (mon.0) 7361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.704092+0000 mon.a (mon.0) 7362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.705533+0000 mgr.y (mgr.25387) 3581 : cluster [DBG] pgmap v2325: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.705931+0000 mgr.y (mgr.25387) 3582 : cluster [DBG] pgmap v2326: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.709686+0000 mon.a (mon.0) 7363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.710159+0000 mgr.y (mgr.25387) 3583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.749996+0000 mon.a (mon.0) 7364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.868 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.751784+0000 mon.a (mon.0) 7365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.752691+0000 mon.a (mon.0) 7366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.755113+0000 mon.a (mon.0) 7367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.755795+0000 mon.a (mon.0) 7368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.757200+0000 mgr.y (mgr.25387) 3584 : cluster [DBG] pgmap v2327: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.757619+0000 mgr.y (mgr.25387) 3585 : cluster [DBG] pgmap v2328: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.759110+0000 mon.a (mon.0) 7369 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.765529+0000 mon.a (mon.0) 7370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.765991+0000 mgr.y (mgr.25387) 3586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.806612+0000 mon.a (mon.0) 7371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.808948+0000 mon.a (mon.0) 7372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.809881+0000 mon.a (mon.0) 7373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.869 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.812032+0000 mon.a (mon.0) 7374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.812725+0000 mon.a (mon.0) 7375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.814088+0000 mgr.y (mgr.25387) 3587 : cluster [DBG] pgmap v2329: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.814389+0000 mgr.y (mgr.25387) 3588 : cluster [DBG] pgmap v2330: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.819458+0000 mon.a (mon.0) 7376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.820008+0000 mgr.y (mgr.25387) 3589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.854517+0000 mgr.y (mgr.25387) 3590 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.862282+0000 mon.a (mon.0) 7377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.864448+0000 mon.a (mon.0) 7378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.865516+0000 mon.a (mon.0) 7379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.757200+0000 mgr.y (mgr.25387) 3584 : cluster [DBG] pgmap v2327: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.870 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.757619+0000 mgr.y (mgr.25387) 3585 : cluster [DBG] pgmap v2328: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.759110+0000 mon.a (mon.0) 7369 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.765529+0000 mon.a (mon.0) 7370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.765991+0000 mgr.y (mgr.25387) 3586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.806612+0000 mon.a (mon.0) 7371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.808948+0000 mon.a (mon.0) 7372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.809881+0000 mon.a (mon.0) 7373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.812032+0000 mon.a (mon.0) 7374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.812725+0000 mon.a (mon.0) 7375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.814088+0000 mgr.y (mgr.25387) 3587 : cluster [DBG] pgmap v2329: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.814389+0000 mgr.y (mgr.25387) 3588 : cluster [DBG] pgmap v2330: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.819458+0000 mon.a (mon.0) 7376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.820008+0000 mgr.y (mgr.25387) 3589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.854517+0000 mgr.y (mgr.25387) 3590 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.862282+0000 mon.a (mon.0) 7377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.871 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.864448+0000 mon.a (mon.0) 7378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.865516+0000 mon.a (mon.0) 7379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.867779+0000 mon.a (mon.0) 7380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.868488+0000 mon.a (mon.0) 7381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.869906+0000 mgr.y (mgr.25387) 3591 : cluster [DBG] pgmap v2331: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.870201+0000 mgr.y (mgr.25387) 3592 : cluster [DBG] pgmap v2332: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.875696+0000 mon.a (mon.0) 7382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.876191+0000 mgr.y (mgr.25387) 3593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.932995+0000 mon.a (mon.0) 7383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.934852+0000 mon.a (mon.0) 7384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.935723+0000 mon.a (mon.0) 7385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.872 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.937797+0000 mon.a (mon.0) 7386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.938399+0000 mon.a (mon.0) 7387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.939758+0000 mgr.y (mgr.25387) 3594 : cluster [DBG] pgmap v2333: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:51.940094+0000 mgr.y (mgr.25387) 3595 : cluster [DBG] pgmap v2334: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:51.946272+0000 mon.a (mon.0) 7388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:51.946809+0000 mgr.y (mgr.25387) 3596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.005136+0000 mon.a (mon.0) 7389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.007036+0000 mon.a (mon.0) 7390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.007991+0000 mon.a (mon.0) 7391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.867779+0000 mon.a (mon.0) 7380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.868488+0000 mon.a (mon.0) 7381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.873 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.869906+0000 mgr.y (mgr.25387) 3591 : cluster [DBG] pgmap v2331: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.870201+0000 mgr.y (mgr.25387) 3592 : cluster [DBG] pgmap v2332: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.875696+0000 mon.a (mon.0) 7382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.876191+0000 mgr.y (mgr.25387) 3593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.932995+0000 mon.a (mon.0) 7383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.934852+0000 mon.a (mon.0) 7384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.935723+0000 mon.a (mon.0) 7385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.937797+0000 mon.a (mon.0) 7386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.938399+0000 mon.a (mon.0) 7387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.939758+0000 mgr.y (mgr.25387) 3594 : cluster [DBG] pgmap v2333: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:51.940094+0000 mgr.y (mgr.25387) 3595 : cluster [DBG] pgmap v2334: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:51.946272+0000 mon.a (mon.0) 7388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:51.946809+0000 mgr.y (mgr.25387) 3596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.005136+0000 mon.a (mon.0) 7389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.874 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.007036+0000 mon.a (mon.0) 7390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.007991+0000 mon.a (mon.0) 7391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.010149+0000 mon.a (mon.0) 7392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.010792+0000 mon.a (mon.0) 7393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.012075+0000 mgr.y (mgr.25387) 3597 : cluster [DBG] pgmap v2335: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.012393+0000 mgr.y (mgr.25387) 3598 : cluster [DBG] pgmap v2336: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.018513+0000 mon.a (mon.0) 7394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.019061+0000 mgr.y (mgr.25387) 3599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.076884+0000 mon.a (mon.0) 7395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.078880+0000 mon.a (mon.0) 7396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.080002+0000 mon.a (mon.0) 7397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.082047+0000 mon.a (mon.0) 7398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.082730+0000 mon.a (mon.0) 7399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.084081+0000 mgr.y (mgr.25387) 3600 : cluster [DBG] pgmap v2337: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.084444+0000 mgr.y (mgr.25387) 3601 : cluster [DBG] pgmap v2338: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.088553+0000 mon.a (mon.0) 7400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.089048+0000 mgr.y (mgr.25387) 3602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.132025+0000 mon.a (mon.0) 7401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.134857+0000 mon.a (mon.0) 7402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.135821+0000 mon.a (mon.0) 7403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.010149+0000 mon.a (mon.0) 7392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.010792+0000 mon.a (mon.0) 7393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.012075+0000 mgr.y (mgr.25387) 3597 : cluster [DBG] pgmap v2335: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.012393+0000 mgr.y (mgr.25387) 3598 : cluster [DBG] pgmap v2336: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.018513+0000 mon.a (mon.0) 7394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.019061+0000 mgr.y (mgr.25387) 3599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.076884+0000 mon.a (mon.0) 7395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.078880+0000 mon.a (mon.0) 7396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.080002+0000 mon.a (mon.0) 7397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.082047+0000 mon.a (mon.0) 7398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.082730+0000 mon.a (mon.0) 7399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.084081+0000 mgr.y (mgr.25387) 3600 : cluster [DBG] pgmap v2337: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.084444+0000 mgr.y (mgr.25387) 3601 : cluster [DBG] pgmap v2338: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.088553+0000 mon.a (mon.0) 7400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.089048+0000 mgr.y (mgr.25387) 3602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.132025+0000 mon.a (mon.0) 7401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.134857+0000 mon.a (mon.0) 7402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.135821+0000 mon.a (mon.0) 7403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.138222+0000 mon.a (mon.0) 7404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.138920+0000 mon.a (mon.0) 7405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.140357+0000 mgr.y (mgr.25387) 3603 : cluster [DBG] pgmap v2339: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.140726+0000 mgr.y (mgr.25387) 3604 : cluster [DBG] pgmap v2340: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.145373+0000 mon.a (mon.0) 7406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.145823+0000 mgr.y (mgr.25387) 3605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.207266+0000 mon.a (mon.0) 7407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.209425+0000 mon.a (mon.0) 7408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.210347+0000 mon.a (mon.0) 7409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.212369+0000 mon.a (mon.0) 7410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.213058+0000 mon.a (mon.0) 7411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.219417+0000 mon.a (mon.0) 7412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.266127+0000 mon.a (mon.0) 7413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.268342+0000 mon.a (mon.0) 7414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.269184+0000 mon.a (mon.0) 7415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.271215+0000 mon.a (mon.0) 7416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.271854+0000 mon.a (mon.0) 7417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.279413+0000 mon.a (mon.0) 7418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.325604+0000 mon.a (mon.0) 7419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.138222+0000 mon.a (mon.0) 7404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.138920+0000 mon.a (mon.0) 7405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.140357+0000 mgr.y (mgr.25387) 3603 : cluster [DBG] pgmap v2339: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.140726+0000 mgr.y (mgr.25387) 3604 : cluster [DBG] pgmap v2340: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.145373+0000 mon.a (mon.0) 7406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.145823+0000 mgr.y (mgr.25387) 3605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.207266+0000 mon.a (mon.0) 7407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.209425+0000 mon.a (mon.0) 7408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.210347+0000 mon.a (mon.0) 7409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.212369+0000 mon.a (mon.0) 7410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.213058+0000 mon.a (mon.0) 7411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.219417+0000 mon.a (mon.0) 7412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.266127+0000 mon.a (mon.0) 7413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.268342+0000 mon.a (mon.0) 7414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.269184+0000 mon.a (mon.0) 7415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.271215+0000 mon.a (mon.0) 7416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.271854+0000 mon.a (mon.0) 7417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.279413+0000 mon.a (mon.0) 7418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.325604+0000 mon.a (mon.0) 7419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.327845+0000 mon.a (mon.0) 7420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.328957+0000 mon.a (mon.0) 7421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.331039+0000 mon.a (mon.0) 7422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.331704+0000 mon.a (mon.0) 7423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.338515+0000 mon.a (mon.0) 7424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.373459+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.97:0/2718353714' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.379515+0000 mon.a (mon.0) 7425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.381666+0000 mon.a (mon.0) 7426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.382773+0000 mon.a (mon.0) 7427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.384935+0000 mon.a (mon.0) 7428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.385654+0000 mon.a (mon.0) 7429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.394804+0000 mon.a (mon.0) 7430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.440417+0000 mon.a (mon.0) 7431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.442178+0000 mon.a (mon.0) 7432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.442940+0000 mon.a (mon.0) 7433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.444650+0000 mon.a (mon.0) 7434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.445194+0000 mon.a (mon.0) 7435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.452704+0000 mon.a (mon.0) 7436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.499395+0000 mon.a (mon.0) 7437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.327845+0000 mon.a (mon.0) 7420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.328957+0000 mon.a (mon.0) 7421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.331039+0000 mon.a (mon.0) 7422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.331704+0000 mon.a (mon.0) 7423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.338515+0000 mon.a (mon.0) 7424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.373459+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.97:0/2718353714' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.379515+0000 mon.a (mon.0) 7425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.381666+0000 mon.a (mon.0) 7426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.382773+0000 mon.a (mon.0) 7427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.384935+0000 mon.a (mon.0) 7428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.385654+0000 mon.a (mon.0) 7429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.394804+0000 mon.a (mon.0) 7430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.440417+0000 mon.a (mon.0) 7431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.442178+0000 mon.a (mon.0) 7432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.442940+0000 mon.a (mon.0) 7433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.444650+0000 mon.a (mon.0) 7434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.445194+0000 mon.a (mon.0) 7435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.452704+0000 mon.a (mon.0) 7436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.499395+0000 mon.a (mon.0) 7437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.501645+0000 mon.a (mon.0) 7438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.502658+0000 mon.a (mon.0) 7439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.504763+0000 mon.a (mon.0) 7440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.505434+0000 mon.a (mon.0) 7441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.513279+0000 mon.a (mon.0) 7442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.558602+0000 mon.a (mon.0) 7443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.561235+0000 mon.a (mon.0) 7444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.562046+0000 mon.a (mon.0) 7445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.563843+0000 mon.a (mon.0) 7446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.564431+0000 mon.a (mon.0) 7447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.572389+0000 mon.a (mon.0) 7448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.612862+0000 mon.a (mon.0) 7449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.614917+0000 mon.a (mon.0) 7450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.615883+0000 mon.a (mon.0) 7451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.617819+0000 mon.a (mon.0) 7452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.618431+0000 mon.a (mon.0) 7453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[73934]: audit 2024-03-30T04:47:52.626453+0000 mon.a (mon.0) 7454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.501645+0000 mon.a (mon.0) 7438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.502658+0000 mon.a (mon.0) 7439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.504763+0000 mon.a (mon.0) 7440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.505434+0000 mon.a (mon.0) 7441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.513279+0000 mon.a (mon.0) 7442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.558602+0000 mon.a (mon.0) 7443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.561235+0000 mon.a (mon.0) 7444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.562046+0000 mon.a (mon.0) 7445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.563843+0000 mon.a (mon.0) 7446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.564431+0000 mon.a (mon.0) 7447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.572389+0000 mon.a (mon.0) 7448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.612862+0000 mon.a (mon.0) 7449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.614917+0000 mon.a (mon.0) 7450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.615883+0000 mon.a (mon.0) 7451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.617819+0000 mon.a (mon.0) 7452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.618431+0000 mon.a (mon.0) 7453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[69502]: audit 2024-03-30T04:47:52.626453+0000 mon.a (mon.0) 7454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.150949+0000 mgr.y (mgr.25387) 3563 : cluster [DBG] pgmap v2312: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.151308+0000 mgr.y (mgr.25387) 3564 : cluster [DBG] pgmap v2313: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.155529+0000 mgr.y (mgr.25387) 3565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.202267+0000 mgr.y (mgr.25387) 3566 : cluster [DBG] pgmap v2314: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.202590+0000 mgr.y (mgr.25387) 3567 : cluster [DBG] pgmap v2315: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.208092+0000 mgr.y (mgr.25387) 3568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.261134+0000 mgr.y (mgr.25387) 3569 : cluster [DBG] pgmap v2317: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.261522+0000 mgr.y (mgr.25387) 3570 : cluster [DBG] pgmap v2318: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 215 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.274201+0000 mgr.y (mgr.25387) 3571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.321369+0000 mgr.y (mgr.25387) 3572 : cluster [DBG] pgmap v2319: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.321683+0000 mgr.y (mgr.25387) 3573 : cluster [DBG] pgmap v2320: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.417068+0000 mgr.y (mgr.25387) 3574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.505763+0000 mgr.y (mgr.25387) 3575 : cluster [DBG] pgmap v2321: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.506154+0000 mgr.y (mgr.25387) 3576 : cluster [DBG] pgmap v2322: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.545612+0000 mgr.y (mgr.25387) 3577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.629972+0000 mgr.y (mgr.25387) 3578 : cluster [DBG] pgmap v2323: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.630279+0000 mgr.y (mgr.25387) 3579 : cluster [DBG] pgmap v2324: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.640402+0000 mon.a (mon.0) 7357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.640977+0000 mgr.y (mgr.25387) 3580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.698048+0000 mon.a (mon.0) 7358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.699981+0000 mon.a (mon.0) 7359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.701113+0000 mon.a (mon.0) 7360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.703489+0000 mon.a (mon.0) 7361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.704092+0000 mon.a (mon.0) 7362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.705533+0000 mgr.y (mgr.25387) 3581 : cluster [DBG] pgmap v2325: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.705931+0000 mgr.y (mgr.25387) 3582 : cluster [DBG] pgmap v2326: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.709686+0000 mon.a (mon.0) 7363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.710159+0000 mgr.y (mgr.25387) 3583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.749996+0000 mon.a (mon.0) 7364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.751784+0000 mon.a (mon.0) 7365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.752691+0000 mon.a (mon.0) 7366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.755113+0000 mon.a (mon.0) 7367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.755795+0000 mon.a (mon.0) 7368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.757200+0000 mgr.y (mgr.25387) 3584 : cluster [DBG] pgmap v2327: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.757619+0000 mgr.y (mgr.25387) 3585 : cluster [DBG] pgmap v2328: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.759110+0000 mon.a (mon.0) 7369 : audit [INF] from='osd.5 ' entity='osd.5' 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.765529+0000 mon.a (mon.0) 7370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.765991+0000 mgr.y (mgr.25387) 3586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.806612+0000 mon.a (mon.0) 7371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.808948+0000 mon.a (mon.0) 7372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.809881+0000 mon.a (mon.0) 7373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.812032+0000 mon.a (mon.0) 7374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.812725+0000 mon.a (mon.0) 7375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.814088+0000 mgr.y (mgr.25387) 3587 : cluster [DBG] pgmap v2329: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.814389+0000 mgr.y (mgr.25387) 3588 : cluster [DBG] pgmap v2330: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.819458+0000 mon.a (mon.0) 7376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.820008+0000 mgr.y (mgr.25387) 3589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.854517+0000 mgr.y (mgr.25387) 3590 : audit [DBG] from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:47:52.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.862282+0000 mon.a (mon.0) 7377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.864448+0000 mon.a (mon.0) 7378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.865516+0000 mon.a (mon.0) 7379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.867779+0000 mon.a (mon.0) 7380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.868488+0000 mon.a (mon.0) 7381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.869906+0000 mgr.y (mgr.25387) 3591 : cluster [DBG] pgmap v2331: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.870201+0000 mgr.y (mgr.25387) 3592 : cluster [DBG] pgmap v2332: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.875696+0000 mon.a (mon.0) 7382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.876191+0000 mgr.y (mgr.25387) 3593 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.932995+0000 mon.a (mon.0) 7383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.934852+0000 mon.a (mon.0) 7384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.935723+0000 mon.a (mon.0) 7385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.937797+0000 mon.a (mon.0) 7386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.938399+0000 mon.a (mon.0) 7387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.939758+0000 mgr.y (mgr.25387) 3594 : cluster [DBG] pgmap v2333: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:51.940094+0000 mgr.y (mgr.25387) 3595 : cluster [DBG] pgmap v2334: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:51.946272+0000 mon.a (mon.0) 7388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:51.946809+0000 mgr.y (mgr.25387) 3596 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.005136+0000 mon.a (mon.0) 7389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.007036+0000 mon.a (mon.0) 7390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.007991+0000 mon.a (mon.0) 7391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.010149+0000 mon.a (mon.0) 7392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.010792+0000 mon.a (mon.0) 7393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.012075+0000 mgr.y (mgr.25387) 3597 : cluster [DBG] pgmap v2335: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.012393+0000 mgr.y (mgr.25387) 3598 : cluster [DBG] pgmap v2336: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.018513+0000 mon.a (mon.0) 7394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.019061+0000 mgr.y (mgr.25387) 3599 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.076884+0000 mon.a (mon.0) 7395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.078880+0000 mon.a (mon.0) 7396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.080002+0000 mon.a (mon.0) 7397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.082047+0000 mon.a (mon.0) 7398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.082730+0000 mon.a (mon.0) 7399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.084081+0000 mgr.y (mgr.25387) 3600 : cluster [DBG] pgmap v2337: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.084444+0000 mgr.y (mgr.25387) 3601 : cluster [DBG] pgmap v2338: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.088553+0000 mon.a (mon.0) 7400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.089048+0000 mgr.y (mgr.25387) 3602 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.132025+0000 mon.a (mon.0) 7401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.134857+0000 mon.a (mon.0) 7402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.135821+0000 mon.a (mon.0) 7403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.138222+0000 mon.a (mon.0) 7404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.138920+0000 mon.a (mon.0) 7405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.140357+0000 mgr.y (mgr.25387) 3603 : cluster [DBG] pgmap v2339: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.140726+0000 mgr.y (mgr.25387) 3604 : cluster [DBG] pgmap v2340: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.145373+0000 mon.a (mon.0) 7406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.145823+0000 mgr.y (mgr.25387) 3605 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.207266+0000 mon.a (mon.0) 7407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.209425+0000 mon.a (mon.0) 7408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.210347+0000 mon.a (mon.0) 7409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.212369+0000 mon.a (mon.0) 7410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.213058+0000 mon.a (mon.0) 7411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.219417+0000 mon.a (mon.0) 7412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.266127+0000 mon.a (mon.0) 7413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.268342+0000 mon.a (mon.0) 7414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.269184+0000 mon.a (mon.0) 7415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.271215+0000 mon.a (mon.0) 7416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.271854+0000 mon.a (mon.0) 7417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.279413+0000 mon.a (mon.0) 7418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.325604+0000 mon.a (mon.0) 7419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.327845+0000 mon.a (mon.0) 7420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.328957+0000 mon.a (mon.0) 7421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.331039+0000 mon.a (mon.0) 7422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.331704+0000 mon.a (mon.0) 7423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.338515+0000 mon.a (mon.0) 7424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.373459+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.97:0/2718353714' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:47:52.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.379515+0000 mon.a (mon.0) 7425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.381666+0000 mon.a (mon.0) 7426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.382773+0000 mon.a (mon.0) 7427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.384935+0000 mon.a (mon.0) 7428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.385654+0000 mon.a (mon.0) 7429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.394804+0000 mon.a (mon.0) 7430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.440417+0000 mon.a (mon.0) 7431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.442178+0000 mon.a (mon.0) 7432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.442940+0000 mon.a (mon.0) 7433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.444650+0000 mon.a (mon.0) 7434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.445194+0000 mon.a (mon.0) 7435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.452704+0000 mon.a (mon.0) 7436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.499395+0000 mon.a (mon.0) 7437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.501645+0000 mon.a (mon.0) 7438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.502658+0000 mon.a (mon.0) 7439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.504763+0000 mon.a (mon.0) 7440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.505434+0000 mon.a (mon.0) 7441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.513279+0000 mon.a (mon.0) 7442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.558602+0000 mon.a (mon.0) 7443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.561235+0000 mon.a (mon.0) 7444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.562046+0000 mon.a (mon.0) 7445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.563843+0000 mon.a (mon.0) 7446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.564431+0000 mon.a (mon.0) 7447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.572389+0000 mon.a (mon.0) 7448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.612862+0000 mon.a (mon.0) 7449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.614917+0000 mon.a (mon.0) 7450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.615883+0000 mon.a (mon.0) 7451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.617819+0000 mon.a (mon.0) 7452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.618431+0000 mon.a (mon.0) 7453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:52.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:52 smithi105 bash[58125]: audit 2024-03-30T04:47:52.626453+0000 mon.a (mon.0) 7454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.125 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:47:52 smithi097 bash[65835]: debug 2024-03-30T04:47:52.867+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:53.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.214542+0000 mgr.y (mgr.25387) 3606 : cluster [DBG] pgmap v2341: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.214823+0000 mgr.y (mgr.25387) 3607 : cluster [DBG] pgmap v2342: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.219941+0000 mgr.y (mgr.25387) 3608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.273229+0000 mgr.y (mgr.25387) 3609 : cluster [DBG] pgmap v2343: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.273533+0000 mgr.y (mgr.25387) 3610 : cluster [DBG] pgmap v2344: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.279905+0000 mgr.y (mgr.25387) 3611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.333086+0000 mgr.y (mgr.25387) 3612 : cluster [DBG] pgmap v2345: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.333370+0000 mgr.y (mgr.25387) 3613 : cluster [DBG] pgmap v2346: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.339009+0000 mgr.y (mgr.25387) 3614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.387105+0000 mgr.y (mgr.25387) 3615 : cluster [DBG] pgmap v2347: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.387468+0000 mgr.y (mgr.25387) 3616 : cluster [DBG] pgmap v2348: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.395248+0000 mgr.y (mgr.25387) 3617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.446413+0000 mgr.y (mgr.25387) 3618 : cluster [DBG] pgmap v2349: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.446773+0000 mgr.y (mgr.25387) 3619 : cluster [DBG] pgmap v2350: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.453156+0000 mgr.y (mgr.25387) 3620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.506751+0000 mgr.y (mgr.25387) 3621 : cluster [DBG] pgmap v2351: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.507007+0000 mgr.y (mgr.25387) 3622 : cluster [DBG] pgmap v2352: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.513742+0000 mgr.y (mgr.25387) 3623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.565663+0000 mgr.y (mgr.25387) 3624 : cluster [DBG] pgmap v2353: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.565970+0000 mgr.y (mgr.25387) 3625 : cluster [DBG] pgmap v2354: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.572904+0000 mgr.y (mgr.25387) 3626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.619726+0000 mgr.y (mgr.25387) 3627 : cluster [DBG] pgmap v2355: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.620084+0000 mgr.y (mgr.25387) 3628 : cluster [DBG] pgmap v2356: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.627122+0000 mgr.y (mgr.25387) 3629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.673533+0000 mon.a (mon.0) 7455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.675669+0000 mon.a (mon.0) 7456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.676675+0000 mon.a (mon.0) 7457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.678832+0000 mon.a (mon.0) 7458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.679532+0000 mon.a (mon.0) 7459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:53.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.681047+0000 mgr.y (mgr.25387) 3630 : cluster [DBG] pgmap v2357: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.681418+0000 mgr.y (mgr.25387) 3631 : cluster [DBG] pgmap v2358: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.685976+0000 mon.a (mon.0) 7460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.686391+0000 mgr.y (mgr.25387) 3632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.727279+0000 mon.a (mon.0) 7461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.729210+0000 mon.a (mon.0) 7462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.730002+0000 mon.a (mon.0) 7463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.731850+0000 mon.a (mon.0) 7464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.732417+0000 mon.a (mon.0) 7465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.733637+0000 mgr.y (mgr.25387) 3633 : cluster [DBG] pgmap v2359: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.733925+0000 mgr.y (mgr.25387) 3634 : cluster [DBG] pgmap v2360: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.738356+0000 mon.a (mon.0) 7466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.738742+0000 mgr.y (mgr.25387) 3635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:53.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.764296+0000 mon.a (mon.0) 7467 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.773134+0000 mon.a (mon.0) 7468 : cluster [INF] osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354] boot 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.773178+0000 mon.a (mon.0) 7469 : cluster [DBG] osdmap e135: 8 total, 8 up, 8 in 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.773696+0000 mon.a (mon.0) 7470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.790557+0000 mon.a (mon.0) 7471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.794621+0000 mon.a (mon.0) 7472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.796678+0000 mon.a (mon.0) 7473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.799546+0000 mon.a (mon.0) 7474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.803622+0000 mon.a (mon.0) 7475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.804254+0000 mon.a (mon.0) 7476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.806927+0000 mgr.y (mgr.25387) 3636 : cluster [DBG] pgmap v2362: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.807921+0000 mon.a (mon.0) 7477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.810604+0000 mon.a (mon.0) 7478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.813469+0000 mgr.y (mgr.25387) 3637 : cluster [DBG] pgmap v2363: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cluster 2024-03-30T04:47:52.813995+0000 mgr.y (mgr.25387) 3638 : cluster [DBG] pgmap v2364: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.818282+0000 mon.a (mon.0) 7479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.862705+0000 mon.a (mon.0) 7480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.864828+0000 mon.a (mon.0) 7481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.866444+0000 mon.a (mon.0) 7482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.867582+0000 mon.a (mon.0) 7483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.869134+0000 mon.a (mon.0) 7484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: audit 2024-03-30T04:47:52.869288+0000 mgr.y (mgr.25387) 3639 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:53.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:53 smithi105 bash[58125]: cephadm 2024-03-30T04:47:52.872022+0000 mgr.y (mgr.25387) 3640 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.214542+0000 mgr.y (mgr.25387) 3606 : cluster [DBG] pgmap v2341: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.214823+0000 mgr.y (mgr.25387) 3607 : cluster [DBG] pgmap v2342: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.219941+0000 mgr.y (mgr.25387) 3608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.273229+0000 mgr.y (mgr.25387) 3609 : cluster [DBG] pgmap v2343: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.273533+0000 mgr.y (mgr.25387) 3610 : cluster [DBG] pgmap v2344: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.279905+0000 mgr.y (mgr.25387) 3611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.333086+0000 mgr.y (mgr.25387) 3612 : cluster [DBG] pgmap v2345: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.333370+0000 mgr.y (mgr.25387) 3613 : cluster [DBG] pgmap v2346: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.339009+0000 mgr.y (mgr.25387) 3614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.387105+0000 mgr.y (mgr.25387) 3615 : cluster [DBG] pgmap v2347: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.387468+0000 mgr.y (mgr.25387) 3616 : cluster [DBG] pgmap v2348: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.395248+0000 mgr.y (mgr.25387) 3617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.446413+0000 mgr.y (mgr.25387) 3618 : cluster [DBG] pgmap v2349: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.446773+0000 mgr.y (mgr.25387) 3619 : cluster [DBG] pgmap v2350: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.453156+0000 mgr.y (mgr.25387) 3620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.214542+0000 mgr.y (mgr.25387) 3606 : cluster [DBG] pgmap v2341: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.214823+0000 mgr.y (mgr.25387) 3607 : cluster [DBG] pgmap v2342: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.219941+0000 mgr.y (mgr.25387) 3608 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.273229+0000 mgr.y (mgr.25387) 3609 : cluster [DBG] pgmap v2343: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.273533+0000 mgr.y (mgr.25387) 3610 : cluster [DBG] pgmap v2344: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.279905+0000 mgr.y (mgr.25387) 3611 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.333086+0000 mgr.y (mgr.25387) 3612 : cluster [DBG] pgmap v2345: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.333370+0000 mgr.y (mgr.25387) 3613 : cluster [DBG] pgmap v2346: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.339009+0000 mgr.y (mgr.25387) 3614 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.387105+0000 mgr.y (mgr.25387) 3615 : cluster [DBG] pgmap v2347: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.387468+0000 mgr.y (mgr.25387) 3616 : cluster [DBG] pgmap v2348: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.395248+0000 mgr.y (mgr.25387) 3617 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.446413+0000 mgr.y (mgr.25387) 3618 : cluster [DBG] pgmap v2349: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.446773+0000 mgr.y (mgr.25387) 3619 : cluster [DBG] pgmap v2350: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.453156+0000 mgr.y (mgr.25387) 3620 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.506751+0000 mgr.y (mgr.25387) 3621 : cluster [DBG] pgmap v2351: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.507007+0000 mgr.y (mgr.25387) 3622 : cluster [DBG] pgmap v2352: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.513742+0000 mgr.y (mgr.25387) 3623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.565663+0000 mgr.y (mgr.25387) 3624 : cluster [DBG] pgmap v2353: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.565970+0000 mgr.y (mgr.25387) 3625 : cluster [DBG] pgmap v2354: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.572904+0000 mgr.y (mgr.25387) 3626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.619726+0000 mgr.y (mgr.25387) 3627 : cluster [DBG] pgmap v2355: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.620084+0000 mgr.y (mgr.25387) 3628 : cluster [DBG] pgmap v2356: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.627122+0000 mgr.y (mgr.25387) 3629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.673533+0000 mon.a (mon.0) 7455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.675669+0000 mon.a (mon.0) 7456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.676675+0000 mon.a (mon.0) 7457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.678832+0000 mon.a (mon.0) 7458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.679532+0000 mon.a (mon.0) 7459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.681047+0000 mgr.y (mgr.25387) 3630 : cluster [DBG] pgmap v2357: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.681418+0000 mgr.y (mgr.25387) 3631 : cluster [DBG] pgmap v2358: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.685976+0000 mon.a (mon.0) 7460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.506751+0000 mgr.y (mgr.25387) 3621 : cluster [DBG] pgmap v2351: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.507007+0000 mgr.y (mgr.25387) 3622 : cluster [DBG] pgmap v2352: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.513742+0000 mgr.y (mgr.25387) 3623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.565663+0000 mgr.y (mgr.25387) 3624 : cluster [DBG] pgmap v2353: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.565970+0000 mgr.y (mgr.25387) 3625 : cluster [DBG] pgmap v2354: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.572904+0000 mgr.y (mgr.25387) 3626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.619726+0000 mgr.y (mgr.25387) 3627 : cluster [DBG] pgmap v2355: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.620084+0000 mgr.y (mgr.25387) 3628 : cluster [DBG] pgmap v2356: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.627122+0000 mgr.y (mgr.25387) 3629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.673533+0000 mon.a (mon.0) 7455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.675669+0000 mon.a (mon.0) 7456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.676675+0000 mon.a (mon.0) 7457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.678832+0000 mon.a (mon.0) 7458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.679532+0000 mon.a (mon.0) 7459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.681047+0000 mgr.y (mgr.25387) 3630 : cluster [DBG] pgmap v2357: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.681418+0000 mgr.y (mgr.25387) 3631 : cluster [DBG] pgmap v2358: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.685976+0000 mon.a (mon.0) 7460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.686391+0000 mgr.y (mgr.25387) 3632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.727279+0000 mon.a (mon.0) 7461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.729210+0000 mon.a (mon.0) 7462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.730002+0000 mon.a (mon.0) 7463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.731850+0000 mon.a (mon.0) 7464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.732417+0000 mon.a (mon.0) 7465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.733637+0000 mgr.y (mgr.25387) 3633 : cluster [DBG] pgmap v2359: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.733925+0000 mgr.y (mgr.25387) 3634 : cluster [DBG] pgmap v2360: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.738356+0000 mon.a (mon.0) 7466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.738742+0000 mgr.y (mgr.25387) 3635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.764296+0000 mon.a (mon.0) 7467 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.773134+0000 mon.a (mon.0) 7468 : cluster [INF] osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354] boot 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.773178+0000 mon.a (mon.0) 7469 : cluster [DBG] osdmap e135: 8 total, 8 up, 8 in 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.773696+0000 mon.a (mon.0) 7470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.790557+0000 mon.a (mon.0) 7471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.794621+0000 mon.a (mon.0) 7472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.796678+0000 mon.a (mon.0) 7473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.799546+0000 mon.a (mon.0) 7474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.803622+0000 mon.a (mon.0) 7475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.804254+0000 mon.a (mon.0) 7476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.806927+0000 mgr.y (mgr.25387) 3636 : cluster [DBG] pgmap v2362: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.807921+0000 mon.a (mon.0) 7477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.810604+0000 mon.a (mon.0) 7478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.813469+0000 mgr.y (mgr.25387) 3637 : cluster [DBG] pgmap v2363: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cluster 2024-03-30T04:47:52.813995+0000 mgr.y (mgr.25387) 3638 : cluster [DBG] pgmap v2364: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.818282+0000 mon.a (mon.0) 7479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.862705+0000 mon.a (mon.0) 7480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.864828+0000 mon.a (mon.0) 7481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.866444+0000 mon.a (mon.0) 7482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.867582+0000 mon.a (mon.0) 7483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.869134+0000 mon.a (mon.0) 7484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: audit 2024-03-30T04:47:52.869288+0000 mgr.y (mgr.25387) 3639 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[73934]: cephadm 2024-03-30T04:47:52.872022+0000 mgr.y (mgr.25387) 3640 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:54.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.686391+0000 mgr.y (mgr.25387) 3632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.727279+0000 mon.a (mon.0) 7461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.729210+0000 mon.a (mon.0) 7462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.730002+0000 mon.a (mon.0) 7463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.731850+0000 mon.a (mon.0) 7464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.732417+0000 mon.a (mon.0) 7465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.733637+0000 mgr.y (mgr.25387) 3633 : cluster [DBG] pgmap v2359: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.733925+0000 mgr.y (mgr.25387) 3634 : cluster [DBG] pgmap v2360: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.738356+0000 mon.a (mon.0) 7466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.738742+0000 mgr.y (mgr.25387) 3635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.764296+0000 mon.a (mon.0) 7467 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.773134+0000 mon.a (mon.0) 7468 : cluster [INF] osd.5 [v2:172.21.15.105:6808/1647290354,v1:172.21.15.105:6809/1647290354] boot 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.773178+0000 mon.a (mon.0) 7469 : cluster [DBG] osdmap e135: 8 total, 8 up, 8 in 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.773696+0000 mon.a (mon.0) 7470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.790557+0000 mon.a (mon.0) 7471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.794621+0000 mon.a (mon.0) 7472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.796678+0000 mon.a (mon.0) 7473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.799546+0000 mon.a (mon.0) 7474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.803622+0000 mon.a (mon.0) 7475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.804254+0000 mon.a (mon.0) 7476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.806927+0000 mgr.y (mgr.25387) 3636 : cluster [DBG] pgmap v2362: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.807921+0000 mon.a (mon.0) 7477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:47:54.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.810604+0000 mon.a (mon.0) 7478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.813469+0000 mgr.y (mgr.25387) 3637 : cluster [DBG] pgmap v2363: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cluster 2024-03-30T04:47:52.813995+0000 mgr.y (mgr.25387) 3638 : cluster [DBG] pgmap v2364: 161 pgs: 20 active+undersized+degraded, 39 active+undersized, 102 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.818282+0000 mon.a (mon.0) 7479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.862705+0000 mon.a (mon.0) 7480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.864828+0000 mon.a (mon.0) 7481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.866444+0000 mon.a (mon.0) 7482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.867582+0000 mon.a (mon.0) 7483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.869134+0000 mon.a (mon.0) 7484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: audit 2024-03-30T04:47:52.869288+0000 mgr.y (mgr.25387) 3639 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:47:54.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:53 smithi097 bash[69502]: cephadm 2024-03-30T04:47:52.872022+0000 mgr.y (mgr.25387) 3640 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:47:55.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:54 smithi097 bash[69502]: cluster 2024-03-30T04:47:53.776713+0000 mon.a (mon.0) 7485 : cluster [DBG] osdmap e136: 8 total, 8 up, 8 in 2024-03-30T04:47:55.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:54 smithi097 bash[69502]: audit 2024-03-30T04:47:54.501680+0000 mon.a (mon.0) 7486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:55.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:54 smithi097 bash[69502]: audit 2024-03-30T04:47:54.503984+0000 mon.a (mon.0) 7487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:55.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:54 smithi097 bash[73934]: cluster 2024-03-30T04:47:53.776713+0000 mon.a (mon.0) 7485 : cluster [DBG] osdmap e136: 8 total, 8 up, 8 in 2024-03-30T04:47:55.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:54 smithi097 bash[73934]: audit 2024-03-30T04:47:54.501680+0000 mon.a (mon.0) 7486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:55.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:54 smithi097 bash[73934]: audit 2024-03-30T04:47:54.503984+0000 mon.a (mon.0) 7487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:55.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:54 smithi105 bash[58125]: cluster 2024-03-30T04:47:53.776713+0000 mon.a (mon.0) 7485 : cluster [DBG] osdmap e136: 8 total, 8 up, 8 in 2024-03-30T04:47:55.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:54 smithi105 bash[58125]: audit 2024-03-30T04:47:54.501680+0000 mon.a (mon.0) 7486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:55.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:54 smithi105 bash[58125]: audit 2024-03-30T04:47:54.503984+0000 mon.a (mon.0) 7487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:47:56.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[69502]: cluster 2024-03-30T04:47:54.815118+0000 mgr.y (mgr.25387) 3641 : cluster [DBG] pgmap v2366: 161 pgs: 19 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 78/726 objects degraded (10.744%) 2024-03-30T04:47:56.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[69502]: audit 2024-03-30T04:47:55.464248+0000 mon.a (mon.0) 7488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[69502]: audit 2024-03-30T04:47:55.476434+0000 mon.a (mon.0) 7489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[69502]: audit 2024-03-30T04:47:55.489557+0000 mon.a (mon.0) 7490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[73934]: cluster 2024-03-30T04:47:54.815118+0000 mgr.y (mgr.25387) 3641 : cluster [DBG] pgmap v2366: 161 pgs: 19 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 78/726 objects degraded (10.744%) 2024-03-30T04:47:56.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[73934]: audit 2024-03-30T04:47:55.464248+0000 mon.a (mon.0) 7488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[73934]: audit 2024-03-30T04:47:55.476434+0000 mon.a (mon.0) 7489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:55 smithi097 bash[73934]: audit 2024-03-30T04:47:55.489557+0000 mon.a (mon.0) 7490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:55 smithi105 bash[58125]: cluster 2024-03-30T04:47:54.815118+0000 mgr.y (mgr.25387) 3641 : cluster [DBG] pgmap v2366: 161 pgs: 19 active+undersized+degraded, 31 active+undersized, 111 active+clean; 585 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 78/726 objects degraded (10.744%) 2024-03-30T04:47:56.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:55 smithi105 bash[58125]: audit 2024-03-30T04:47:55.464248+0000 mon.a (mon.0) 7488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:55 smithi105 bash[58125]: audit 2024-03-30T04:47:55.476434+0000 mon.a (mon.0) 7489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:56.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:55 smithi105 bash[58125]: audit 2024-03-30T04:47:55.489557+0000 mon.a (mon.0) 7490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:47:57.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:56 smithi097 bash[69502]: cluster 2024-03-30T04:47:55.479589+0000 mgr.y (mgr.25387) 3642 : cluster [DBG] pgmap v2367: 161 pgs: 11 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 56/726 objects degraded (7.713%) 2024-03-30T04:47:57.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:56 smithi097 bash[69502]: cluster 2024-03-30T04:47:55.480292+0000 mgr.y (mgr.25387) 3643 : cluster [DBG] pgmap v2368: 161 pgs: 11 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 56/726 objects degraded (7.713%) 2024-03-30T04:47:57.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:56 smithi097 bash[69502]: cluster 2024-03-30T04:47:55.773778+0000 mon.a (mon.0) 7491 : cluster [WRN] Health check update: Degraded data redundancy: 56/726 objects degraded (7.713%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:57.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:56 smithi097 bash[73934]: cluster 2024-03-30T04:47:55.479589+0000 mgr.y (mgr.25387) 3642 : cluster [DBG] pgmap v2367: 161 pgs: 11 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 56/726 objects degraded (7.713%) 2024-03-30T04:47:57.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:56 smithi097 bash[73934]: cluster 2024-03-30T04:47:55.480292+0000 mgr.y (mgr.25387) 3643 : cluster [DBG] pgmap v2368: 161 pgs: 11 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 56/726 objects degraded (7.713%) 2024-03-30T04:47:57.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:56 smithi097 bash[73934]: cluster 2024-03-30T04:47:55.773778+0000 mon.a (mon.0) 7491 : cluster [WRN] Health check update: Degraded data redundancy: 56/726 objects degraded (7.713%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:57.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:56 smithi105 bash[58125]: cluster 2024-03-30T04:47:55.479589+0000 mgr.y (mgr.25387) 3642 : cluster [DBG] pgmap v2367: 161 pgs: 11 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 56/726 objects degraded (7.713%) 2024-03-30T04:47:57.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:56 smithi105 bash[58125]: cluster 2024-03-30T04:47:55.480292+0000 mgr.y (mgr.25387) 3643 : cluster [DBG] pgmap v2368: 161 pgs: 11 active+undersized+degraded, 24 active+undersized, 126 active+clean; 585 KiB data, 227 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 56/726 objects degraded (7.713%) 2024-03-30T04:47:57.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:56 smithi105 bash[58125]: cluster 2024-03-30T04:47:55.773778+0000 mon.a (mon.0) 7491 : cluster [WRN] Health check update: Degraded data redundancy: 56/726 objects degraded (7.713%), 11 pgs degraded (PG_DEGRADED) 2024-03-30T04:47:58.095 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:57 smithi105 bash[58125]: cluster 2024-03-30T04:47:57.784706+0000 mon.a (mon.0) 7492 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/726 objects degraded (7.713%), 11 pgs degraded) 2024-03-30T04:47:58.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:57 smithi097 bash[69502]: cluster 2024-03-30T04:47:57.784706+0000 mon.a (mon.0) 7492 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/726 objects degraded (7.713%), 11 pgs degraded) 2024-03-30T04:47:58.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:57 smithi097 bash[73934]: cluster 2024-03-30T04:47:57.784706+0000 mon.a (mon.0) 7492 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/726 objects degraded (7.713%), 11 pgs degraded) 2024-03-30T04:47:59.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:47:58 smithi097 bash[69502]: cluster 2024-03-30T04:47:57.481449+0000 mgr.y (mgr.25387) 3644 : cluster [DBG] pgmap v2369: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 438 B/s rd, 0 op/s 2024-03-30T04:47:59.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:47:58 smithi097 bash[73934]: cluster 2024-03-30T04:47:57.481449+0000 mgr.y (mgr.25387) 3644 : cluster [DBG] pgmap v2369: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 438 B/s rd, 0 op/s 2024-03-30T04:47:59.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:47:58 smithi105 bash[58125]: cluster 2024-03-30T04:47:57.481449+0000 mgr.y (mgr.25387) 3644 : cluster [DBG] pgmap v2369: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 438 B/s rd, 0 op/s 2024-03-30T04:48:01.090 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:00 smithi105 bash[58125]: cluster 2024-03-30T04:47:59.482517+0000 mgr.y (mgr.25387) 3645 : cluster [DBG] pgmap v2370: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s 2024-03-30T04:48:01.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:00 smithi097 bash[73934]: cluster 2024-03-30T04:47:59.482517+0000 mgr.y (mgr.25387) 3645 : cluster [DBG] pgmap v2370: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s 2024-03-30T04:48:01.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:00 smithi097 bash[69502]: cluster 2024-03-30T04:47:59.482517+0000 mgr.y (mgr.25387) 3645 : cluster [DBG] pgmap v2370: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s 2024-03-30T04:48:02.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[69502]: audit 2024-03-30T04:48:00.665197+0000 mgr.y (mgr.25387) 3646 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:02.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[69502]: audit 2024-03-30T04:48:01.738591+0000 mon.a (mon.0) 7493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[69502]: audit 2024-03-30T04:48:01.747201+0000 mon.a (mon.0) 7494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[69502]: audit 2024-03-30T04:48:01.753963+0000 mon.a (mon.0) 7495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[73934]: audit 2024-03-30T04:48:00.665197+0000 mgr.y (mgr.25387) 3646 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:02.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[73934]: audit 2024-03-30T04:48:01.738591+0000 mon.a (mon.0) 7493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[73934]: audit 2024-03-30T04:48:01.747201+0000 mon.a (mon.0) 7494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:01 smithi097 bash[73934]: audit 2024-03-30T04:48:01.753963+0000 mon.a (mon.0) 7495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:01 smithi105 bash[58125]: audit 2024-03-30T04:48:00.665197+0000 mgr.y (mgr.25387) 3646 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:02.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:01 smithi105 bash[58125]: audit 2024-03-30T04:48:01.738591+0000 mon.a (mon.0) 7493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:01 smithi105 bash[58125]: audit 2024-03-30T04:48:01.747201+0000 mon.a (mon.0) 7494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:01 smithi105 bash[58125]: audit 2024-03-30T04:48:01.753963+0000 mon.a (mon.0) 7495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:02.850 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:48:02] "GET /metrics HTTP/1.1" 200 38388 "" "Prometheus/2.33.4" 2024-03-30T04:48:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[73934]: cluster 2024-03-30T04:48:01.483899+0000 mgr.y (mgr.25387) 3647 : cluster [DBG] pgmap v2371: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2024-03-30T04:48:03.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[73934]: cluster 2024-03-30T04:48:01.748453+0000 mgr.y (mgr.25387) 3648 : cluster [DBG] pgmap v2372: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:03.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[73934]: cluster 2024-03-30T04:48:01.748722+0000 mgr.y (mgr.25387) 3649 : cluster [DBG] pgmap v2373: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-03-30T04:48:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[69502]: cluster 2024-03-30T04:48:01.483899+0000 mgr.y (mgr.25387) 3647 : cluster [DBG] pgmap v2371: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2024-03-30T04:48:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[69502]: cluster 2024-03-30T04:48:01.748453+0000 mgr.y (mgr.25387) 3648 : cluster [DBG] pgmap v2372: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:03.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:02 smithi097 bash[69502]: cluster 2024-03-30T04:48:01.748722+0000 mgr.y (mgr.25387) 3649 : cluster [DBG] pgmap v2373: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-03-30T04:48:03.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:02 smithi105 bash[58125]: cluster 2024-03-30T04:48:01.483899+0000 mgr.y (mgr.25387) 3647 : cluster [DBG] pgmap v2371: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 929 B/s rd, 0 op/s 2024-03-30T04:48:03.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:02 smithi105 bash[58125]: cluster 2024-03-30T04:48:01.748453+0000 mgr.y (mgr.25387) 3648 : cluster [DBG] pgmap v2372: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:03.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:02 smithi105 bash[58125]: cluster 2024-03-30T04:48:01.748722+0000 mgr.y (mgr.25387) 3649 : cluster [DBG] pgmap v2373: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-03-30T04:48:05.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:04 smithi097 bash[73934]: cluster 2024-03-30T04:48:03.749558+0000 mgr.y (mgr.25387) 3650 : cluster [DBG] pgmap v2374: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 495 B/s rd, 0 op/s 2024-03-30T04:48:05.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:04 smithi097 bash[73934]: audit 2024-03-30T04:48:04.734033+0000 mon.a (mon.0) 7496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:05.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:04 smithi097 bash[69502]: cluster 2024-03-30T04:48:03.749558+0000 mgr.y (mgr.25387) 3650 : cluster [DBG] pgmap v2374: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 495 B/s rd, 0 op/s 2024-03-30T04:48:05.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:04 smithi097 bash[69502]: audit 2024-03-30T04:48:04.734033+0000 mon.a (mon.0) 7496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:05.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:04 smithi105 bash[58125]: cluster 2024-03-30T04:48:03.749558+0000 mgr.y (mgr.25387) 3650 : cluster [DBG] pgmap v2374: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 495 B/s rd, 0 op/s 2024-03-30T04:48:05.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:04 smithi105 bash[58125]: audit 2024-03-30T04:48:04.734033+0000 mon.a (mon.0) 7496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:07.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:06 smithi097 bash[73934]: cluster 2024-03-30T04:48:05.751142+0000 mgr.y (mgr.25387) 3651 : cluster [DBG] pgmap v2375: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:07.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:06 smithi097 bash[69502]: cluster 2024-03-30T04:48:05.751142+0000 mgr.y (mgr.25387) 3651 : cluster [DBG] pgmap v2375: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:07.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:06 smithi105 bash[58125]: cluster 2024-03-30T04:48:05.751142+0000 mgr.y (mgr.25387) 3651 : cluster [DBG] pgmap v2375: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[69502]: cluster 2024-03-30T04:48:07.752260+0000 mgr.y (mgr.25387) 3652 : cluster [DBG] pgmap v2376: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[69502]: audit 2024-03-30T04:48:07.885374+0000 mon.a (mon.0) 7497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[69502]: audit 2024-03-30T04:48:07.885803+0000 mgr.y (mgr.25387) 3653 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:48:09.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[69502]: cephadm 2024-03-30T04:48:07.888438+0000 mgr.y (mgr.25387) 3654 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[73934]: cluster 2024-03-30T04:48:07.752260+0000 mgr.y (mgr.25387) 3652 : cluster [DBG] pgmap v2376: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[73934]: audit 2024-03-30T04:48:07.885374+0000 mon.a (mon.0) 7497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[73934]: audit 2024-03-30T04:48:07.885803+0000 mgr.y (mgr.25387) 3653 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:48:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:08 smithi097 bash[73934]: cephadm 2024-03-30T04:48:07.888438+0000 mgr.y (mgr.25387) 3654 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:48:09.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:08 smithi105 bash[58125]: cluster 2024-03-30T04:48:07.752260+0000 mgr.y (mgr.25387) 3652 : cluster [DBG] pgmap v2376: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:09.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:08 smithi105 bash[58125]: audit 2024-03-30T04:48:07.885374+0000 mon.a (mon.0) 7497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:48:09.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:08 smithi105 bash[58125]: audit 2024-03-30T04:48:07.885803+0000 mgr.y (mgr.25387) 3653 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-30T04:48:09.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:08 smithi105 bash[58125]: cephadm 2024-03-30T04:48:07.888438+0000 mgr.y (mgr.25387) 3654 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-03-30T04:48:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[69502]: audit 2024-03-30T04:48:09.500089+0000 mon.a (mon.0) 7498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[69502]: audit 2024-03-30T04:48:09.502381+0000 mon.a (mon.0) 7499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[69502]: cluster 2024-03-30T04:48:09.753334+0000 mgr.y (mgr.25387) 3655 : cluster [DBG] pgmap v2377: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 619 B/s rd, 0 op/s 2024-03-30T04:48:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[69502]: audit 2024-03-30T04:48:10.278914+0000 mon.a (mon.0) 7500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:10.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[69502]: audit 2024-03-30T04:48:10.283624+0000 mon.a (mon.0) 7501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[69502]: audit 2024-03-30T04:48:10.285302+0000 mon.a (mon.0) 7502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[73934]: audit 2024-03-30T04:48:09.500089+0000 mon.a (mon.0) 7498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[73934]: audit 2024-03-30T04:48:09.502381+0000 mon.a (mon.0) 7499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[73934]: cluster 2024-03-30T04:48:09.753334+0000 mgr.y (mgr.25387) 3655 : cluster [DBG] pgmap v2377: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 619 B/s rd, 0 op/s 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[73934]: audit 2024-03-30T04:48:10.278914+0000 mon.a (mon.0) 7500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[73934]: audit 2024-03-30T04:48:10.283624+0000 mon.a (mon.0) 7501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:48:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:10 smithi097 bash[73934]: audit 2024-03-30T04:48:10.285302+0000 mon.a (mon.0) 7502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:10.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:10 smithi105 bash[58125]: audit 2024-03-30T04:48:09.500089+0000 mon.a (mon.0) 7498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:10.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:10 smithi105 bash[58125]: audit 2024-03-30T04:48:09.502381+0000 mon.a (mon.0) 7499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:10.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:10 smithi105 bash[58125]: cluster 2024-03-30T04:48:09.753334+0000 mgr.y (mgr.25387) 3655 : cluster [DBG] pgmap v2377: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 619 B/s rd, 0 op/s 2024-03-30T04:48:10.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:10 smithi105 bash[58125]: audit 2024-03-30T04:48:10.278914+0000 mon.a (mon.0) 7500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:10.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:10 smithi105 bash[58125]: audit 2024-03-30T04:48:10.283624+0000 mon.a (mon.0) 7501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-30T04:48:10.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:10 smithi105 bash[58125]: audit 2024-03-30T04:48:10.285302+0000 mon.a (mon.0) 7502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:11.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:11 smithi105 bash[58125]: cephadm 2024-03-30T04:48:10.271331+0000 mgr.y (mgr.25387) 3656 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:48:11.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:11 smithi105 bash[58125]: cephadm 2024-03-30T04:48:10.291029+0000 mgr.y (mgr.25387) 3657 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-03-30T04:48:11.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:11 smithi105 bash[58125]: audit 2024-03-30T04:48:10.673101+0000 mgr.y (mgr.25387) 3658 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:11.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:11 smithi097 bash[69502]: cephadm 2024-03-30T04:48:10.271331+0000 mgr.y (mgr.25387) 3656 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:48:11.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:11 smithi097 bash[69502]: cephadm 2024-03-30T04:48:10.291029+0000 mgr.y (mgr.25387) 3657 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-03-30T04:48:11.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:11 smithi097 bash[69502]: audit 2024-03-30T04:48:10.673101+0000 mgr.y (mgr.25387) 3658 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:11.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:11 smithi097 bash[73934]: cephadm 2024-03-30T04:48:10.271331+0000 mgr.y (mgr.25387) 3656 : cephadm [INF] Upgrade: Updating osd.6 2024-03-30T04:48:11.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:11 smithi097 bash[73934]: cephadm 2024-03-30T04:48:10.291029+0000 mgr.y (mgr.25387) 3657 : cephadm [INF] Deploying daemon osd.6 on smithi105 2024-03-30T04:48:11.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:11 smithi097 bash[73934]: audit 2024-03-30T04:48:10.673101+0000 mgr.y (mgr.25387) 3658 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:12.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:48:12] "GET /metrics HTTP/1.1" 200 38531 "" "Prometheus/2.33.4" 2024-03-30T04:48:12.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:12 smithi097 bash[73934]: cluster 2024-03-30T04:48:11.754758+0000 mgr.y (mgr.25387) 3659 : cluster [DBG] pgmap v2378: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:12.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:12 smithi097 bash[69502]: cluster 2024-03-30T04:48:11.754758+0000 mgr.y (mgr.25387) 3659 : cluster [DBG] pgmap v2378: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:12.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:12 smithi105 bash[58125]: cluster 2024-03-30T04:48:11.754758+0000 mgr.y (mgr.25387) 3659 : cluster [DBG] pgmap v2378: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:15.075 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.076 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.076 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.076 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.077 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.077 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.077 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:14 smithi105 bash[58125]: cluster 2024-03-30T04:48:13.755690+0000 mgr.y (mgr.25387) 3660 : cluster [DBG] pgmap v2379: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:15.078 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:14 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:14 smithi097 bash[73934]: cluster 2024-03-30T04:48:13.755690+0000 mgr.y (mgr.25387) 3660 : cluster [DBG] pgmap v2379: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:14 smithi097 bash[69502]: cluster 2024-03-30T04:48:13.755690+0000 mgr.y (mgr.25387) 3660 : cluster [DBG] pgmap v2379: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:15.458 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:15 smithi105 systemd[1]: Stopping Ceph osd.6 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:48:15.458 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[30393]: debug 2024-03-30T04:48:15.204+0000 7fa58078e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:48:15.458 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[30393]: debug 2024-03-30T04:48:15.204+0000 7fa58078e700 -1 osd.6 136 *** Got signal Terminated *** 2024-03-30T04:48:15.458 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[30393]: debug 2024-03-30T04:48:15.204+0000 7fa58078e700 -1 osd.6 136 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:48:16.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[69502]: cluster 2024-03-30T04:48:15.207700+0000 mon.a (mon.0) 7503 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[69502]: audit 2024-03-30T04:48:15.694255+0000 mon.a (mon.0) 7504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[69502]: audit 2024-03-30T04:48:15.706523+0000 mon.a (mon.0) 7505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[69502]: audit 2024-03-30T04:48:15.719871+0000 mon.a (mon.0) 7506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[73934]: cluster 2024-03-30T04:48:15.207700+0000 mon.a (mon.0) 7503 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[73934]: audit 2024-03-30T04:48:15.694255+0000 mon.a (mon.0) 7504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[73934]: audit 2024-03-30T04:48:15.706523+0000 mon.a (mon.0) 7505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:15 smithi097 bash[73934]: audit 2024-03-30T04:48:15.719871+0000 mon.a (mon.0) 7506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.173 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[58125]: cluster 2024-03-30T04:48:15.207700+0000 mon.a (mon.0) 7503 : cluster [INF] osd.6 marked itself down and dead 2024-03-30T04:48:16.173 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[58125]: audit 2024-03-30T04:48:15.694255+0000 mon.a (mon.0) 7504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.173 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[58125]: audit 2024-03-30T04:48:15.706523+0000 mon.a (mon.0) 7505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:16.173 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:15 smithi105 bash[58125]: audit 2024-03-30T04:48:15.719871+0000 mon.a (mon.0) 7506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: cluster 2024-03-30T04:48:15.709710+0000 mgr.y (mgr.25387) 3661 : cluster [DBG] pgmap v2380: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:48:17.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: cluster 2024-03-30T04:48:15.710754+0000 mgr.y (mgr.25387) 3662 : cluster [DBG] pgmap v2381: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:17.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: cluster 2024-03-30T04:48:15.813502+0000 mon.a (mon.0) 7507 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:17.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: cluster 2024-03-30T04:48:15.830395+0000 mon.a (mon.0) 7508 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: audit 2024-03-30T04:48:16.387296+0000 mon.a (mon.0) 7509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: audit 2024-03-30T04:48:16.401512+0000 mon.a (mon.0) 7510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: audit 2024-03-30T04:48:16.414768+0000 mon.a (mon.0) 7511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: cluster 2024-03-30T04:48:16.702118+0000 mon.a (mon.0) 7512 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[73934]: cluster 2024-03-30T04:48:16.702197+0000 mon.a (mon.0) 7513 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: cluster 2024-03-30T04:48:15.709710+0000 mgr.y (mgr.25387) 3661 : cluster [DBG] pgmap v2380: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: cluster 2024-03-30T04:48:15.710754+0000 mgr.y (mgr.25387) 3662 : cluster [DBG] pgmap v2381: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: cluster 2024-03-30T04:48:15.813502+0000 mon.a (mon.0) 7507 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: cluster 2024-03-30T04:48:15.830395+0000 mon.a (mon.0) 7508 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: audit 2024-03-30T04:48:16.387296+0000 mon.a (mon.0) 7509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: audit 2024-03-30T04:48:16.401512+0000 mon.a (mon.0) 7510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: audit 2024-03-30T04:48:16.414768+0000 mon.a (mon.0) 7511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: cluster 2024-03-30T04:48:16.702118+0000 mon.a (mon.0) 7512 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:17.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:16 smithi097 bash[69502]: cluster 2024-03-30T04:48:16.702197+0000 mon.a (mon.0) 7513 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: cluster 2024-03-30T04:48:15.709710+0000 mgr.y (mgr.25387) 3661 : cluster [DBG] pgmap v2380: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: cluster 2024-03-30T04:48:15.710754+0000 mgr.y (mgr.25387) 3662 : cluster [DBG] pgmap v2381: 161 pgs: 161 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: cluster 2024-03-30T04:48:15.813502+0000 mon.a (mon.0) 7507 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: cluster 2024-03-30T04:48:15.830395+0000 mon.a (mon.0) 7508 : cluster [DBG] osdmap e137: 8 total, 7 up, 8 in 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: audit 2024-03-30T04:48:16.387296+0000 mon.a (mon.0) 7509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: audit 2024-03-30T04:48:16.401512+0000 mon.a (mon.0) 7510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: audit 2024-03-30T04:48:16.414768+0000 mon.a (mon.0) 7511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: cluster 2024-03-30T04:48:16.702118+0000 mon.a (mon.0) 7512 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:17.161 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:16 smithi105 bash[58125]: cluster 2024-03-30T04:48:16.702197+0000 mon.a (mon.0) 7513 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-30T04:48:17.457 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:17 smithi105 bash[69092]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:48:18.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:17 smithi097 bash[69502]: cluster 2024-03-30T04:48:16.404475+0000 mgr.y (mgr.25387) 3663 : cluster [DBG] pgmap v2383: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:18.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:17 smithi097 bash[69502]: cluster 2024-03-30T04:48:16.405223+0000 mgr.y (mgr.25387) 3664 : cluster [DBG] pgmap v2384: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:18.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:17 smithi097 bash[69502]: cluster 2024-03-30T04:48:16.833111+0000 mon.a (mon.0) 7514 : cluster [DBG] osdmap e138: 8 total, 7 up, 8 in 2024-03-30T04:48:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:17 smithi097 bash[73934]: cluster 2024-03-30T04:48:16.404475+0000 mgr.y (mgr.25387) 3663 : cluster [DBG] pgmap v2383: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:17 smithi097 bash[73934]: cluster 2024-03-30T04:48:16.405223+0000 mgr.y (mgr.25387) 3664 : cluster [DBG] pgmap v2384: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:17 smithi097 bash[73934]: cluster 2024-03-30T04:48:16.833111+0000 mon.a (mon.0) 7514 : cluster [DBG] osdmap e138: 8 total, 7 up, 8 in 2024-03-30T04:48:18.207 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:17 smithi105 bash[69252]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:48:18.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:17 smithi105 bash[58125]: cluster 2024-03-30T04:48:16.404475+0000 mgr.y (mgr.25387) 3663 : cluster [DBG] pgmap v2383: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:18.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:17 smithi105 bash[58125]: cluster 2024-03-30T04:48:16.405223+0000 mgr.y (mgr.25387) 3664 : cluster [DBG] pgmap v2384: 161 pgs: 9 peering, 11 stale+active+clean, 141 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:48:18.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:17 smithi105 bash[58125]: cluster 2024-03-30T04:48:16.833111+0000 mon.a (mon.0) 7514 : cluster [DBG] osdmap e138: 8 total, 7 up, 8 in 2024-03-30T04:48:19.165 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:18 smithi105 bash[58125]: cluster 2024-03-30T04:48:18.839061+0000 mon.a (mon.0) 7515 : cluster [WRN] Health check failed: Degraded data redundancy: 2/726 objects degraded (0.275%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:48:19.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:18 smithi097 bash[69502]: cluster 2024-03-30T04:48:18.839061+0000 mon.a (mon.0) 7515 : cluster [WRN] Health check failed: Degraded data redundancy: 2/726 objects degraded (0.275%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:48:19.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:18 smithi097 bash[73934]: cluster 2024-03-30T04:48:18.839061+0000 mon.a (mon.0) 7515 : cluster [WRN] Health check failed: Degraded data redundancy: 2/726 objects degraded (0.275%), 1 pg degraded (PG_DEGRADED) 2024-03-30T04:48:20.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:19 smithi105 bash[58125]: cluster 2024-03-30T04:48:18.406270+0000 mgr.y (mgr.25387) 3665 : cluster [DBG] pgmap v2386: 161 pgs: 1 active+undersized+degraded, 9 peering, 9 stale+active+clean, 2 active+undersized, 140 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2/726 objects degraded (0.275%) 2024-03-30T04:48:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:19 smithi097 bash[73934]: cluster 2024-03-30T04:48:18.406270+0000 mgr.y (mgr.25387) 3665 : cluster [DBG] pgmap v2386: 161 pgs: 1 active+undersized+degraded, 9 peering, 9 stale+active+clean, 2 active+undersized, 140 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2/726 objects degraded (0.275%) 2024-03-30T04:48:20.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:19 smithi097 bash[69502]: cluster 2024-03-30T04:48:18.406270+0000 mgr.y (mgr.25387) 3665 : cluster [DBG] pgmap v2386: 161 pgs: 1 active+undersized+degraded, 9 peering, 9 stale+active+clean, 2 active+undersized, 140 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 2/726 objects degraded (0.275%) 2024-03-30T04:48:20.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.808 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.809 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.6.service: Deactivated successfully. 2024-03-30T04:48:20.809 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: Stopped Ceph osd.6 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:48:20.809 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.809 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.810 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.810 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.810 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.810 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:20.811 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:21.207 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:20 smithi105 systemd[1]: Started Ceph osd.6 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:48:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:20.407488+0000 mgr.y (mgr.25387) 3666 : cluster [DBG] pgmap v2387: 161 pgs: 6 active+undersized+degraded, 9 peering, 3 stale+active+clean, 12 active+undersized, 131 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 31/726 objects degraded (4.270%) 2024-03-30T04:48:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.681109+0000 mgr.y (mgr.25387) 3667 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.865795+0000 mon.a (mon.0) 7516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.876310+0000 mon.a (mon.0) 7517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.888328+0000 mon.a (mon.0) 7518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.893876+0000 mon.a (mon.0) 7519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.896191+0000 mon.a (mon.0) 7520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:20.905709+0000 mgr.y (mgr.25387) 3668 : cluster [DBG] pgmap v2388: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:20.906518+0000 mgr.y (mgr.25387) 3669 : cluster [DBG] pgmap v2389: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:20.915658+0000 mon.a (mon.0) 7521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cephadm 2024-03-30T04:48:20.916845+0000 mgr.y (mgr.25387) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.007973+0000 mon.a (mon.0) 7522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.012796+0000 mon.a (mon.0) 7523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.015237+0000 mon.a (mon.0) 7524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.019739+0000 mon.a (mon.0) 7525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.021037+0000 mon.a (mon.0) 7526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.023971+0000 mgr.y (mgr.25387) 3671 : cluster [DBG] pgmap v2390: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:20.407488+0000 mgr.y (mgr.25387) 3666 : cluster [DBG] pgmap v2387: 161 pgs: 6 active+undersized+degraded, 9 peering, 3 stale+active+clean, 12 active+undersized, 131 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 31/726 objects degraded (4.270%) 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.681109+0000 mgr.y (mgr.25387) 3667 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.865795+0000 mon.a (mon.0) 7516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.876310+0000 mon.a (mon.0) 7517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.888328+0000 mon.a (mon.0) 7518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.893876+0000 mon.a (mon.0) 7519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.896191+0000 mon.a (mon.0) 7520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:20.905709+0000 mgr.y (mgr.25387) 3668 : cluster [DBG] pgmap v2388: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:20.906518+0000 mgr.y (mgr.25387) 3669 : cluster [DBG] pgmap v2389: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:20.915658+0000 mon.a (mon.0) 7521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cephadm 2024-03-30T04:48:20.916845+0000 mgr.y (mgr.25387) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.007973+0000 mon.a (mon.0) 7522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.012796+0000 mon.a (mon.0) 7523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.015237+0000 mon.a (mon.0) 7524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.019739+0000 mon.a (mon.0) 7525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.021037+0000 mon.a (mon.0) 7526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.023971+0000 mgr.y (mgr.25387) 3671 : cluster [DBG] pgmap v2390: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.025029+0000 mgr.y (mgr.25387) 3672 : cluster [DBG] pgmap v2391: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.032176+0000 mon.a (mon.0) 7527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.033249+0000 mgr.y (mgr.25387) 3673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.123758+0000 mon.a (mon.0) 7528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.128454+0000 mon.a (mon.0) 7529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.130537+0000 mon.a (mon.0) 7530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.135530+0000 mon.a (mon.0) 7531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.137127+0000 mon.a (mon.0) 7532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.140305+0000 mgr.y (mgr.25387) 3674 : cluster [DBG] pgmap v2392: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.141112+0000 mgr.y (mgr.25387) 3675 : cluster [DBG] pgmap v2393: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.150021+0000 mon.a (mon.0) 7533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.150712+0000 mgr.y (mgr.25387) 3676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.240079+0000 mon.a (mon.0) 7534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.244043+0000 mon.a (mon.0) 7535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.245991+0000 mon.a (mon.0) 7536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.250782+0000 mon.a (mon.0) 7537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.252228+0000 mon.a (mon.0) 7538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.266720+0000 mon.a (mon.0) 7539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.346168+0000 mon.a (mon.0) 7540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.349346+0000 mon.a (mon.0) 7541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.350894+0000 mon.a (mon.0) 7542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.354893+0000 mon.a (mon.0) 7543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.355862+0000 mon.a (mon.0) 7544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.367744+0000 mon.a (mon.0) 7545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.446357+0000 mon.a (mon.0) 7546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.448951+0000 mon.a (mon.0) 7547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.450650+0000 mon.a (mon.0) 7548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.453246+0000 mon.a (mon.0) 7549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.454200+0000 mon.a (mon.0) 7550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.465084+0000 mon.a (mon.0) 7551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.541370+0000 mon.a (mon.0) 7552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.543927+0000 mon.a (mon.0) 7553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.545152+0000 mon.a (mon.0) 7554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.548180+0000 mon.a (mon.0) 7555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.549163+0000 mon.a (mon.0) 7556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.560798+0000 mon.a (mon.0) 7557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.640246+0000 mon.a (mon.0) 7558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.025029+0000 mgr.y (mgr.25387) 3672 : cluster [DBG] pgmap v2391: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.032176+0000 mon.a (mon.0) 7527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.033249+0000 mgr.y (mgr.25387) 3673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.123758+0000 mon.a (mon.0) 7528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.128454+0000 mon.a (mon.0) 7529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.130537+0000 mon.a (mon.0) 7530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.135530+0000 mon.a (mon.0) 7531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.137127+0000 mon.a (mon.0) 7532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.140305+0000 mgr.y (mgr.25387) 3674 : cluster [DBG] pgmap v2392: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.141112+0000 mgr.y (mgr.25387) 3675 : cluster [DBG] pgmap v2393: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.150021+0000 mon.a (mon.0) 7533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.150712+0000 mgr.y (mgr.25387) 3676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.240079+0000 mon.a (mon.0) 7534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.244043+0000 mon.a (mon.0) 7535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.245991+0000 mon.a (mon.0) 7536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.250782+0000 mon.a (mon.0) 7537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.252228+0000 mon.a (mon.0) 7538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.266720+0000 mon.a (mon.0) 7539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.643354+0000 mon.a (mon.0) 7559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.644849+0000 mon.a (mon.0) 7560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.648435+0000 mon.a (mon.0) 7561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.649527+0000 mon.a (mon.0) 7562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.659937+0000 mon.a (mon.0) 7563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.749177+0000 mon.a (mon.0) 7564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.753115+0000 mon.a (mon.0) 7565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.754936+0000 mon.a (mon.0) 7566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.758901+0000 mon.a (mon.0) 7567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.759990+0000 mon.a (mon.0) 7568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.772103+0000 mon.a (mon.0) 7569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.833662+0000 mon.a (mon.0) 7570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.835554+0000 mon.a (mon.0) 7571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.836653+0000 mon.a (mon.0) 7572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.838662+0000 mon.a (mon.0) 7573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.839450+0000 mon.a (mon.0) 7574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[69502]: audit 2024-03-30T04:48:21.849901+0000 mon.a (mon.0) 7575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.346168+0000 mon.a (mon.0) 7540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.349346+0000 mon.a (mon.0) 7541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.350894+0000 mon.a (mon.0) 7542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.354893+0000 mon.a (mon.0) 7543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.355862+0000 mon.a (mon.0) 7544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.367744+0000 mon.a (mon.0) 7545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.446357+0000 mon.a (mon.0) 7546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.448951+0000 mon.a (mon.0) 7547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.450650+0000 mon.a (mon.0) 7548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.453246+0000 mon.a (mon.0) 7549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.454200+0000 mon.a (mon.0) 7550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.465084+0000 mon.a (mon.0) 7551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.541370+0000 mon.a (mon.0) 7552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.543927+0000 mon.a (mon.0) 7553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.545152+0000 mon.a (mon.0) 7554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.548180+0000 mon.a (mon.0) 7555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.549163+0000 mon.a (mon.0) 7556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.560798+0000 mon.a (mon.0) 7557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.640246+0000 mon.a (mon.0) 7558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.643354+0000 mon.a (mon.0) 7559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.644849+0000 mon.a (mon.0) 7560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.648435+0000 mon.a (mon.0) 7561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.649527+0000 mon.a (mon.0) 7562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.659937+0000 mon.a (mon.0) 7563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.749177+0000 mon.a (mon.0) 7564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.753115+0000 mon.a (mon.0) 7565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.754936+0000 mon.a (mon.0) 7566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.758901+0000 mon.a (mon.0) 7567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.759990+0000 mon.a (mon.0) 7568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.772103+0000 mon.a (mon.0) 7569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.833662+0000 mon.a (mon.0) 7570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.835554+0000 mon.a (mon.0) 7571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.836653+0000 mon.a (mon.0) 7572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.838662+0000 mon.a (mon.0) 7573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.839450+0000 mon.a (mon.0) 7574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:21 smithi097 bash[73934]: audit 2024-03-30T04:48:21.849901+0000 mon.a (mon.0) 7575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:20.407488+0000 mgr.y (mgr.25387) 3666 : cluster [DBG] pgmap v2387: 161 pgs: 6 active+undersized+degraded, 9 peering, 3 stale+active+clean, 12 active+undersized, 131 active+clean; 585 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 31/726 objects degraded (4.270%) 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.681109+0000 mgr.y (mgr.25387) 3667 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.865795+0000 mon.a (mon.0) 7516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.876310+0000 mon.a (mon.0) 7517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.888328+0000 mon.a (mon.0) 7518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.893876+0000 mon.a (mon.0) 7519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.896191+0000 mon.a (mon.0) 7520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:20.905709+0000 mgr.y (mgr.25387) 3668 : cluster [DBG] pgmap v2388: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:20.906518+0000 mgr.y (mgr.25387) 3669 : cluster [DBG] pgmap v2389: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:20.915658+0000 mon.a (mon.0) 7521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cephadm 2024-03-30T04:48:20.916845+0000 mgr.y (mgr.25387) 3670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.007973+0000 mon.a (mon.0) 7522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.012796+0000 mon.a (mon.0) 7523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.015237+0000 mon.a (mon.0) 7524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.019739+0000 mon.a (mon.0) 7525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.021037+0000 mon.a (mon.0) 7526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.023971+0000 mgr.y (mgr.25387) 3671 : cluster [DBG] pgmap v2390: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.025029+0000 mgr.y (mgr.25387) 3672 : cluster [DBG] pgmap v2391: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.032176+0000 mon.a (mon.0) 7527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.033249+0000 mgr.y (mgr.25387) 3673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.123758+0000 mon.a (mon.0) 7528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.128454+0000 mon.a (mon.0) 7529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.130537+0000 mon.a (mon.0) 7530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.135530+0000 mon.a (mon.0) 7531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.137127+0000 mon.a (mon.0) 7532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.140305+0000 mgr.y (mgr.25387) 3674 : cluster [DBG] pgmap v2392: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.141112+0000 mgr.y (mgr.25387) 3675 : cluster [DBG] pgmap v2393: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.150021+0000 mon.a (mon.0) 7533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.150712+0000 mgr.y (mgr.25387) 3676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.240079+0000 mon.a (mon.0) 7534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.244043+0000 mon.a (mon.0) 7535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.245991+0000 mon.a (mon.0) 7536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.250782+0000 mon.a (mon.0) 7537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.252228+0000 mon.a (mon.0) 7538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.266720+0000 mon.a (mon.0) 7539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.346168+0000 mon.a (mon.0) 7540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.349346+0000 mon.a (mon.0) 7541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.350894+0000 mon.a (mon.0) 7542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.354893+0000 mon.a (mon.0) 7543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.355862+0000 mon.a (mon.0) 7544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.367744+0000 mon.a (mon.0) 7545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.152 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.446357+0000 mon.a (mon.0) 7546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.448951+0000 mon.a (mon.0) 7547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.450650+0000 mon.a (mon.0) 7548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.453246+0000 mon.a (mon.0) 7549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.454200+0000 mon.a (mon.0) 7550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.465084+0000 mon.a (mon.0) 7551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.541370+0000 mon.a (mon.0) 7552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.543927+0000 mon.a (mon.0) 7553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.545152+0000 mon.a (mon.0) 7554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.548180+0000 mon.a (mon.0) 7555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.549163+0000 mon.a (mon.0) 7556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.560798+0000 mon.a (mon.0) 7557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.640246+0000 mon.a (mon.0) 7558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.643354+0000 mon.a (mon.0) 7559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.644849+0000 mon.a (mon.0) 7560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.153 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.648435+0000 mon.a (mon.0) 7561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.649527+0000 mon.a (mon.0) 7562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.659937+0000 mon.a (mon.0) 7563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.749177+0000 mon.a (mon.0) 7564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.753115+0000 mon.a (mon.0) 7565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.754936+0000 mon.a (mon.0) 7566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.758901+0000 mon.a (mon.0) 7567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.759990+0000 mon.a (mon.0) 7568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.772103+0000 mon.a (mon.0) 7569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.833662+0000 mon.a (mon.0) 7570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.835554+0000 mon.a (mon.0) 7571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.836653+0000 mon.a (mon.0) 7572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.838662+0000 mon.a (mon.0) 7573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.839450+0000 mon.a (mon.0) 7574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:22.154 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:21 smithi105 bash[58125]: audit 2024-03-30T04:48:21.849901+0000 mon.a (mon.0) 7575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:22.839 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:48:22.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:48:22] "GET /metrics HTTP/1.1" 200 38531 "" "Prometheus/2.33.4" 2024-03-30T04:48:23.207 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-30T04:48:23.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-03-30T04:48:23.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-30T04:48:23.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-30T04:48:23.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-30T04:48:23.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-30T04:48:23.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[69469]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.255234+0000 mgr.y (mgr.25387) 3677 : cluster [DBG] pgmap v2394: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.256212+0000 mgr.y (mgr.25387) 3678 : cluster [DBG] pgmap v2395: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.267405+0000 mgr.y (mgr.25387) 3679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.358465+0000 mgr.y (mgr.25387) 3680 : cluster [DBG] pgmap v2396: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.359378+0000 mgr.y (mgr.25387) 3681 : cluster [DBG] pgmap v2397: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.368314+0000 mgr.y (mgr.25387) 3682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.456700+0000 mgr.y (mgr.25387) 3683 : cluster [DBG] pgmap v2398: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.457191+0000 mgr.y (mgr.25387) 3684 : cluster [DBG] pgmap v2399: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.465583+0000 mgr.y (mgr.25387) 3685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.551100+0000 mgr.y (mgr.25387) 3686 : cluster [DBG] pgmap v2400: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.551462+0000 mgr.y (mgr.25387) 3687 : cluster [DBG] pgmap v2401: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.561485+0000 mgr.y (mgr.25387) 3688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.651689+0000 mgr.y (mgr.25387) 3689 : cluster [DBG] pgmap v2402: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.652360+0000 mgr.y (mgr.25387) 3690 : cluster [DBG] pgmap v2403: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.660833+0000 mgr.y (mgr.25387) 3691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.761856+0000 mgr.y (mgr.25387) 3692 : cluster [DBG] pgmap v2404: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.762229+0000 mgr.y (mgr.25387) 3693 : cluster [DBG] pgmap v2405: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.772733+0000 mgr.y (mgr.25387) 3694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.841844+0000 mgr.y (mgr.25387) 3695 : cluster [DBG] pgmap v2406: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.842320+0000 mgr.y (mgr.25387) 3696 : cluster [DBG] pgmap v2407: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.853209+0000 mgr.y (mgr.25387) 3697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.884269+0000 mon.a (mon.0) 7576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.890098+0000 mon.a (mon.0) 7577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.891306+0000 mgr.y (mgr.25387) 3698 : cluster [DBG] pgmap v2408: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.891679+0000 mgr.y (mgr.25387) 3699 : cluster [DBG] pgmap v2409: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.897157+0000 mon.a (mon.0) 7578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.897527+0000 mon.a (mon.0) 7579 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.897563+0000 mon.a (mon.0) 7580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.927229+0000 mon.a (mon.0) 7581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.929164+0000 mon.a (mon.0) 7582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.929986+0000 mon.a (mon.0) 7583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.931925+0000 mon.a (mon.0) 7584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.932549+0000 mon.a (mon.0) 7585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.934062+0000 mgr.y (mgr.25387) 3700 : cluster [DBG] pgmap v2410: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.934543+0000 mgr.y (mgr.25387) 3701 : cluster [DBG] pgmap v2411: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.938721+0000 mon.a (mon.0) 7586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.939165+0000 mgr.y (mgr.25387) 3702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.979940+0000 mon.a (mon.0) 7587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.981907+0000 mon.a (mon.0) 7588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.982781+0000 mon.a (mon.0) 7589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.984815+0000 mon.a (mon.0) 7590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.985460+0000 mon.a (mon.0) 7591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.986864+0000 mgr.y (mgr.25387) 3703 : cluster [DBG] pgmap v2412: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:21.987222+0000 mgr.y (mgr.25387) 3704 : cluster [DBG] pgmap v2413: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:21.991706+0000 mon.a (mon.0) 7592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:21.992092+0000 mgr.y (mgr.25387) 3705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.050136+0000 mon.a (mon.0) 7593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.052179+0000 mon.a (mon.0) 7594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.053214+0000 mon.a (mon.0) 7595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.055517+0000 mon.a (mon.0) 7596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.056344+0000 mon.a (mon.0) 7597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.058111+0000 mgr.y (mgr.25387) 3706 : cluster [DBG] pgmap v2414: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.058488+0000 mgr.y (mgr.25387) 3707 : cluster [DBG] pgmap v2415: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.066846+0000 mon.a (mon.0) 7598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.067634+0000 mgr.y (mgr.25387) 3708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.141459+0000 mon.a (mon.0) 7599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.143693+0000 mon.a (mon.0) 7600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.144718+0000 mon.a (mon.0) 7601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.147242+0000 mon.a (mon.0) 7602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.147982+0000 mon.a (mon.0) 7603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.149563+0000 mgr.y (mgr.25387) 3709 : cluster [DBG] pgmap v2416: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.149933+0000 mgr.y (mgr.25387) 3710 : cluster [DBG] pgmap v2417: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.160102+0000 mon.a (mon.0) 7604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.248917+0000 mon.a (mon.0) 7605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.253169+0000 mon.a (mon.0) 7606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.255155+0000 mon.a (mon.0) 7607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.258702+0000 mon.a (mon.0) 7608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.259776+0000 mon.a (mon.0) 7609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.270970+0000 mon.a (mon.0) 7610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.346729+0000 mon.a (mon.0) 7611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.349486+0000 mon.a (mon.0) 7612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.350815+0000 mon.a (mon.0) 7613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.354150+0000 mon.a (mon.0) 7614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.355190+0000 mon.a (mon.0) 7615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.364788+0000 mon.a (mon.0) 7616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.442644+0000 mon.a (mon.0) 7617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.445044+0000 mon.a (mon.0) 7618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.446224+0000 mon.a (mon.0) 7619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.449196+0000 mon.a (mon.0) 7620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.450054+0000 mon.a (mon.0) 7621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.460046+0000 mon.a (mon.0) 7622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.519504+0000 mon.a (mon.0) 7623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.521507+0000 mon.a (mon.0) 7624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.522393+0000 mon.a (mon.0) 7625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.524360+0000 mon.a (mon.0) 7626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.525026+0000 mon.a (mon.0) 7627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.534277+0000 mon.a (mon.0) 7628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.592214+0000 mon.a (mon.0) 7629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.594359+0000 mon.a (mon.0) 7630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.595416+0000 mon.a (mon.0) 7631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.597647+0000 mon.a (mon.0) 7632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.598368+0000 mon.a (mon.0) 7633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.607114+0000 mon.a (mon.0) 7634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.681262+0000 mon.a (mon.0) 7635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.683460+0000 mon.a (mon.0) 7636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.684788+0000 mon.a (mon.0) 7637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.687412+0000 mon.a (mon.0) 7638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.688344+0000 mon.a (mon.0) 7639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.697151+0000 mon.a (mon.0) 7640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.771044+0000 mon.a (mon.0) 7641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.773107+0000 mon.a (mon.0) 7642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.774265+0000 mon.a (mon.0) 7643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.776491+0000 mon.a (mon.0) 7644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.777387+0000 mon.a (mon.0) 7645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.787603+0000 mon.a (mon.0) 7646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.847014+0000 mon.a (mon.0) 7647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.849356+0000 mon.a (mon.0) 7648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.850489+0000 mon.a (mon.0) 7649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.852968+0000 mon.a (mon.0) 7650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.853721+0000 mon.a (mon.0) 7651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:22 smithi105 bash[58125]: audit 2024-03-30T04:48:22.862689+0000 mon.a (mon.0) 7652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.255234+0000 mgr.y (mgr.25387) 3677 : cluster [DBG] pgmap v2394: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.256212+0000 mgr.y (mgr.25387) 3678 : cluster [DBG] pgmap v2395: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.267405+0000 mgr.y (mgr.25387) 3679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.358465+0000 mgr.y (mgr.25387) 3680 : cluster [DBG] pgmap v2396: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.359378+0000 mgr.y (mgr.25387) 3681 : cluster [DBG] pgmap v2397: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.368314+0000 mgr.y (mgr.25387) 3682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.456700+0000 mgr.y (mgr.25387) 3683 : cluster [DBG] pgmap v2398: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.457191+0000 mgr.y (mgr.25387) 3684 : cluster [DBG] pgmap v2399: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.465583+0000 mgr.y (mgr.25387) 3685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.551100+0000 mgr.y (mgr.25387) 3686 : cluster [DBG] pgmap v2400: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.551462+0000 mgr.y (mgr.25387) 3687 : cluster [DBG] pgmap v2401: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.561485+0000 mgr.y (mgr.25387) 3688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.651689+0000 mgr.y (mgr.25387) 3689 : cluster [DBG] pgmap v2402: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.652360+0000 mgr.y (mgr.25387) 3690 : cluster [DBG] pgmap v2403: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.660833+0000 mgr.y (mgr.25387) 3691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.255234+0000 mgr.y (mgr.25387) 3677 : cluster [DBG] pgmap v2394: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.256212+0000 mgr.y (mgr.25387) 3678 : cluster [DBG] pgmap v2395: 161 pgs: 15 active+undersized+degraded, 9 peering, 29 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 73/726 objects degraded (10.055%) 2024-03-30T04:48:23.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.267405+0000 mgr.y (mgr.25387) 3679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.358465+0000 mgr.y (mgr.25387) 3680 : cluster [DBG] pgmap v2396: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.359378+0000 mgr.y (mgr.25387) 3681 : cluster [DBG] pgmap v2397: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.368314+0000 mgr.y (mgr.25387) 3682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.456700+0000 mgr.y (mgr.25387) 3683 : cluster [DBG] pgmap v2398: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.457191+0000 mgr.y (mgr.25387) 3684 : cluster [DBG] pgmap v2399: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.465583+0000 mgr.y (mgr.25387) 3685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.551100+0000 mgr.y (mgr.25387) 3686 : cluster [DBG] pgmap v2400: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.551462+0000 mgr.y (mgr.25387) 3687 : cluster [DBG] pgmap v2401: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.561485+0000 mgr.y (mgr.25387) 3688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.651689+0000 mgr.y (mgr.25387) 3689 : cluster [DBG] pgmap v2402: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.652360+0000 mgr.y (mgr.25387) 3690 : cluster [DBG] pgmap v2403: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.660833+0000 mgr.y (mgr.25387) 3691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.761856+0000 mgr.y (mgr.25387) 3692 : cluster [DBG] pgmap v2404: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.762229+0000 mgr.y (mgr.25387) 3693 : cluster [DBG] pgmap v2405: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.772733+0000 mgr.y (mgr.25387) 3694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.841844+0000 mgr.y (mgr.25387) 3695 : cluster [DBG] pgmap v2406: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.842320+0000 mgr.y (mgr.25387) 3696 : cluster [DBG] pgmap v2407: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.853209+0000 mgr.y (mgr.25387) 3697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.884269+0000 mon.a (mon.0) 7576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.890098+0000 mon.a (mon.0) 7577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.891306+0000 mgr.y (mgr.25387) 3698 : cluster [DBG] pgmap v2408: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.891679+0000 mgr.y (mgr.25387) 3699 : cluster [DBG] pgmap v2409: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.897157+0000 mon.a (mon.0) 7578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.897527+0000 mon.a (mon.0) 7579 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.897563+0000 mon.a (mon.0) 7580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.927229+0000 mon.a (mon.0) 7581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.929164+0000 mon.a (mon.0) 7582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.929986+0000 mon.a (mon.0) 7583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.931925+0000 mon.a (mon.0) 7584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.932549+0000 mon.a (mon.0) 7585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.761856+0000 mgr.y (mgr.25387) 3692 : cluster [DBG] pgmap v2404: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.762229+0000 mgr.y (mgr.25387) 3693 : cluster [DBG] pgmap v2405: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.772733+0000 mgr.y (mgr.25387) 3694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.841844+0000 mgr.y (mgr.25387) 3695 : cluster [DBG] pgmap v2406: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.842320+0000 mgr.y (mgr.25387) 3696 : cluster [DBG] pgmap v2407: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.853209+0000 mgr.y (mgr.25387) 3697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.884269+0000 mon.a (mon.0) 7576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.890098+0000 mon.a (mon.0) 7577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.891306+0000 mgr.y (mgr.25387) 3698 : cluster [DBG] pgmap v2408: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.891679+0000 mgr.y (mgr.25387) 3699 : cluster [DBG] pgmap v2409: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.897157+0000 mon.a (mon.0) 7578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.897527+0000 mon.a (mon.0) 7579 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.897563+0000 mon.a (mon.0) 7580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.927229+0000 mon.a (mon.0) 7581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.929164+0000 mon.a (mon.0) 7582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.929986+0000 mon.a (mon.0) 7583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.931925+0000 mon.a (mon.0) 7584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.932549+0000 mon.a (mon.0) 7585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.934062+0000 mgr.y (mgr.25387) 3700 : cluster [DBG] pgmap v2410: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.934543+0000 mgr.y (mgr.25387) 3701 : cluster [DBG] pgmap v2411: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.938721+0000 mon.a (mon.0) 7586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.939165+0000 mgr.y (mgr.25387) 3702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.979940+0000 mon.a (mon.0) 7587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.981907+0000 mon.a (mon.0) 7588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.982781+0000 mon.a (mon.0) 7589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.984815+0000 mon.a (mon.0) 7590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.985460+0000 mon.a (mon.0) 7591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.986864+0000 mgr.y (mgr.25387) 3703 : cluster [DBG] pgmap v2412: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:21.987222+0000 mgr.y (mgr.25387) 3704 : cluster [DBG] pgmap v2413: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:21.991706+0000 mon.a (mon.0) 7592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:21.992092+0000 mgr.y (mgr.25387) 3705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.050136+0000 mon.a (mon.0) 7593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.052179+0000 mon.a (mon.0) 7594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.053214+0000 mon.a (mon.0) 7595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.055517+0000 mon.a (mon.0) 7596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.056344+0000 mon.a (mon.0) 7597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.934062+0000 mgr.y (mgr.25387) 3700 : cluster [DBG] pgmap v2410: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.934543+0000 mgr.y (mgr.25387) 3701 : cluster [DBG] pgmap v2411: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.938721+0000 mon.a (mon.0) 7586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.939165+0000 mgr.y (mgr.25387) 3702 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.979940+0000 mon.a (mon.0) 7587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.981907+0000 mon.a (mon.0) 7588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.982781+0000 mon.a (mon.0) 7589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.984815+0000 mon.a (mon.0) 7590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.985460+0000 mon.a (mon.0) 7591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.986864+0000 mgr.y (mgr.25387) 3703 : cluster [DBG] pgmap v2412: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:21.987222+0000 mgr.y (mgr.25387) 3704 : cluster [DBG] pgmap v2413: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:21.991706+0000 mon.a (mon.0) 7592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:21.992092+0000 mgr.y (mgr.25387) 3705 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.050136+0000 mon.a (mon.0) 7593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.052179+0000 mon.a (mon.0) 7594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.053214+0000 mon.a (mon.0) 7595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.055517+0000 mon.a (mon.0) 7596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.056344+0000 mon.a (mon.0) 7597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.058111+0000 mgr.y (mgr.25387) 3706 : cluster [DBG] pgmap v2414: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.058488+0000 mgr.y (mgr.25387) 3707 : cluster [DBG] pgmap v2415: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.066846+0000 mon.a (mon.0) 7598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.067634+0000 mgr.y (mgr.25387) 3708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.141459+0000 mon.a (mon.0) 7599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.143693+0000 mon.a (mon.0) 7600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.144718+0000 mon.a (mon.0) 7601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.147242+0000 mon.a (mon.0) 7602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.147982+0000 mon.a (mon.0) 7603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.149563+0000 mgr.y (mgr.25387) 3709 : cluster [DBG] pgmap v2416: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.149933+0000 mgr.y (mgr.25387) 3710 : cluster [DBG] pgmap v2417: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.160102+0000 mon.a (mon.0) 7604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.248917+0000 mon.a (mon.0) 7605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.253169+0000 mon.a (mon.0) 7606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.255155+0000 mon.a (mon.0) 7607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.258702+0000 mon.a (mon.0) 7608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.259776+0000 mon.a (mon.0) 7609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.270970+0000 mon.a (mon.0) 7610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.058111+0000 mgr.y (mgr.25387) 3706 : cluster [DBG] pgmap v2414: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.058488+0000 mgr.y (mgr.25387) 3707 : cluster [DBG] pgmap v2415: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.066846+0000 mon.a (mon.0) 7598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.067634+0000 mgr.y (mgr.25387) 3708 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.141459+0000 mon.a (mon.0) 7599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.143693+0000 mon.a (mon.0) 7600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.144718+0000 mon.a (mon.0) 7601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.147242+0000 mon.a (mon.0) 7602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.147982+0000 mon.a (mon.0) 7603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.149563+0000 mgr.y (mgr.25387) 3709 : cluster [DBG] pgmap v2416: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.149933+0000 mgr.y (mgr.25387) 3710 : cluster [DBG] pgmap v2417: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.160102+0000 mon.a (mon.0) 7604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.248917+0000 mon.a (mon.0) 7605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.253169+0000 mon.a (mon.0) 7606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.255155+0000 mon.a (mon.0) 7607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.258702+0000 mon.a (mon.0) 7608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.259776+0000 mon.a (mon.0) 7609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.270970+0000 mon.a (mon.0) 7610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.346729+0000 mon.a (mon.0) 7611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.349486+0000 mon.a (mon.0) 7612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.350815+0000 mon.a (mon.0) 7613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.354150+0000 mon.a (mon.0) 7614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.355190+0000 mon.a (mon.0) 7615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.364788+0000 mon.a (mon.0) 7616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.442644+0000 mon.a (mon.0) 7617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.445044+0000 mon.a (mon.0) 7618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.446224+0000 mon.a (mon.0) 7619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.449196+0000 mon.a (mon.0) 7620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.450054+0000 mon.a (mon.0) 7621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.460046+0000 mon.a (mon.0) 7622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.519504+0000 mon.a (mon.0) 7623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.521507+0000 mon.a (mon.0) 7624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.522393+0000 mon.a (mon.0) 7625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.524360+0000 mon.a (mon.0) 7626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.525026+0000 mon.a (mon.0) 7627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.534277+0000 mon.a (mon.0) 7628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.592214+0000 mon.a (mon.0) 7629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.346729+0000 mon.a (mon.0) 7611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.349486+0000 mon.a (mon.0) 7612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.350815+0000 mon.a (mon.0) 7613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.354150+0000 mon.a (mon.0) 7614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.355190+0000 mon.a (mon.0) 7615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.364788+0000 mon.a (mon.0) 7616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.442644+0000 mon.a (mon.0) 7617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.445044+0000 mon.a (mon.0) 7618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.446224+0000 mon.a (mon.0) 7619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.449196+0000 mon.a (mon.0) 7620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.450054+0000 mon.a (mon.0) 7621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.460046+0000 mon.a (mon.0) 7622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.519504+0000 mon.a (mon.0) 7623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.521507+0000 mon.a (mon.0) 7624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.522393+0000 mon.a (mon.0) 7625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.524360+0000 mon.a (mon.0) 7626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.525026+0000 mon.a (mon.0) 7627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.534277+0000 mon.a (mon.0) 7628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.592214+0000 mon.a (mon.0) 7629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.594359+0000 mon.a (mon.0) 7630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.595416+0000 mon.a (mon.0) 7631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.597647+0000 mon.a (mon.0) 7632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.598368+0000 mon.a (mon.0) 7633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.607114+0000 mon.a (mon.0) 7634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.681262+0000 mon.a (mon.0) 7635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.683460+0000 mon.a (mon.0) 7636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.684788+0000 mon.a (mon.0) 7637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.687412+0000 mon.a (mon.0) 7638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.688344+0000 mon.a (mon.0) 7639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.697151+0000 mon.a (mon.0) 7640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.771044+0000 mon.a (mon.0) 7641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.773107+0000 mon.a (mon.0) 7642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.774265+0000 mon.a (mon.0) 7643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.776491+0000 mon.a (mon.0) 7644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.777387+0000 mon.a (mon.0) 7645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.787603+0000 mon.a (mon.0) 7646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.847014+0000 mon.a (mon.0) 7647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.849356+0000 mon.a (mon.0) 7648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.594359+0000 mon.a (mon.0) 7630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.595416+0000 mon.a (mon.0) 7631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.597647+0000 mon.a (mon.0) 7632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.598368+0000 mon.a (mon.0) 7633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.607114+0000 mon.a (mon.0) 7634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.681262+0000 mon.a (mon.0) 7635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.683460+0000 mon.a (mon.0) 7636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.684788+0000 mon.a (mon.0) 7637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.687412+0000 mon.a (mon.0) 7638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.688344+0000 mon.a (mon.0) 7639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.697151+0000 mon.a (mon.0) 7640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.771044+0000 mon.a (mon.0) 7641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.773107+0000 mon.a (mon.0) 7642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.774265+0000 mon.a (mon.0) 7643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.776491+0000 mon.a (mon.0) 7644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.777387+0000 mon.a (mon.0) 7645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.787603+0000 mon.a (mon.0) 7646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.847014+0000 mon.a (mon.0) 7647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.849356+0000 mon.a (mon.0) 7648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.850489+0000 mon.a (mon.0) 7649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.852968+0000 mon.a (mon.0) 7650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.853721+0000 mon.a (mon.0) 7651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[69502]: audit 2024-03-30T04:48:22.862689+0000 mon.a (mon.0) 7652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.850489+0000 mon.a (mon.0) 7649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.852968+0000 mon.a (mon.0) 7650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.853721+0000 mon.a (mon.0) 7651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:22 smithi097 bash[73934]: audit 2024-03-30T04:48:22.862689+0000 mon.a (mon.0) 7652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 1s ago 20m - - 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 7s ago 20m - - 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (7m) 1s ago 14m 13.5M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 7s ago 13m - - 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (6m) 1s ago 11m 45.2M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (6m) 7s ago 20m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (6m) 1s ago 22m 524M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (5m) 1s ago 22m 121M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:48:23.631 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (4m) 7s ago 20m 49.9M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (5m) 1s ago 20m 56.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (8m) 1s ago 14m 9627k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (7m) 7s ago 14m 9299k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (3m) 1s ago 19m 53.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (3m) 1s ago 19m 58.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (2m) 1s ago 18m 54.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (114s) 1s ago 17m 54.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (76s) 7s ago 17m 54.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (39s) 7s ago 16m 50.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 starting - - - 4096M 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (15m) 7s ago 15m 65.7M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (6m) 7s ago 14m 68.2M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (12m) 1s ago 12m 88.1M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (12m) 7s ago 12m 87.9M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:48:23.632 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (12m) 1s ago 12m 88.1M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:48:23.633 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (12m) 7s ago 12m 88.2M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:48:24.113 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:48:24.113 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:48:24.113 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:48:24.113 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 6 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2024-03-30T04:48:24.114 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 11 2024-03-30T04:48:24.115 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:48:24.115 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:48:24.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.160683+0000 mgr.y (mgr.25387) 3711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.261995+0000 mgr.y (mgr.25387) 3712 : cluster [DBG] pgmap v2418: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.262507+0000 mgr.y (mgr.25387) 3713 : cluster [DBG] pgmap v2419: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.271662+0000 mgr.y (mgr.25387) 3714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.356966+0000 mgr.y (mgr.25387) 3715 : cluster [DBG] pgmap v2420: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.357341+0000 mgr.y (mgr.25387) 3716 : cluster [DBG] pgmap v2421: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.365477+0000 mgr.y (mgr.25387) 3717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.451952+0000 mgr.y (mgr.25387) 3718 : cluster [DBG] pgmap v2422: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.452340+0000 mgr.y (mgr.25387) 3719 : cluster [DBG] pgmap v2423: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.461006+0000 mgr.y (mgr.25387) 3720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.526430+0000 mgr.y (mgr.25387) 3721 : cluster [DBG] pgmap v2424: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.526807+0000 mgr.y (mgr.25387) 3722 : cluster [DBG] pgmap v2425: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.534861+0000 mgr.y (mgr.25387) 3723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.599778+0000 mgr.y (mgr.25387) 3724 : cluster [DBG] pgmap v2426: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.600168+0000 mgr.y (mgr.25387) 3725 : cluster [DBG] pgmap v2427: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.607807+0000 mgr.y (mgr.25387) 3726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.690802+0000 mgr.y (mgr.25387) 3727 : cluster [DBG] pgmap v2428: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.697744+0000 mgr.y (mgr.25387) 3728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.779570+0000 mgr.y (mgr.25387) 3729 : cluster [DBG] pgmap v2429: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.780552+0000 mgr.y (mgr.25387) 3730 : cluster [DBG] pgmap v2430: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.788638+0000 mgr.y (mgr.25387) 3731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.828028+0000 mgr.y (mgr.25387) 3732 : audit [DBG] from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.855323+0000 mgr.y (mgr.25387) 3733 : cluster [DBG] pgmap v2431: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.855742+0000 mgr.y (mgr.25387) 3734 : cluster [DBG] pgmap v2432: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.863238+0000 mgr.y (mgr.25387) 3735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.922900+0000 mon.a (mon.0) 7653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.924970+0000 mon.a (mon.0) 7654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.925908+0000 mon.a (mon.0) 7655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.928065+0000 mon.a (mon.0) 7656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.928776+0000 mon.a (mon.0) 7657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.930337+0000 mgr.y (mgr.25387) 3736 : cluster [DBG] pgmap v2433: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.930731+0000 mgr.y (mgr.25387) 3737 : cluster [DBG] pgmap v2434: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.934730+0000 mon.a (mon.0) 7658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.935441+0000 mgr.y (mgr.25387) 3738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.980689+0000 mon.a (mon.0) 7659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.982498+0000 mon.a (mon.0) 7660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.983309+0000 mon.a (mon.0) 7661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.985285+0000 mon.a (mon.0) 7662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.985921+0000 mon.a (mon.0) 7663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.987356+0000 mgr.y (mgr.25387) 3739 : cluster [DBG] pgmap v2435: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:22.987748+0000 mgr.y (mgr.25387) 3740 : cluster [DBG] pgmap v2436: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:22.992669+0000 mon.a (mon.0) 7664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:22.993180+0000 mgr.y (mgr.25387) 3741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.033535+0000 mon.a (mon.0) 7665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.035543+0000 mon.a (mon.0) 7666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.036421+0000 mon.a (mon.0) 7667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.038516+0000 mon.a (mon.0) 7668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.039221+0000 mon.a (mon.0) 7669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.040617+0000 mgr.y (mgr.25387) 3742 : cluster [DBG] pgmap v2437: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.041064+0000 mgr.y (mgr.25387) 3743 : cluster [DBG] pgmap v2438: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.045140+0000 mon.a (mon.0) 7670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.045600+0000 mgr.y (mgr.25387) 3744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.090642+0000 mon.a (mon.0) 7671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.092701+0000 mon.a (mon.0) 7672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.093549+0000 mon.a (mon.0) 7673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.095563+0000 mon.a (mon.0) 7674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.096188+0000 mon.a (mon.0) 7675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.097766+0000 mgr.y (mgr.25387) 3745 : cluster [DBG] pgmap v2439: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.098140+0000 mgr.y (mgr.25387) 3746 : cluster [DBG] pgmap v2440: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.102656+0000 mon.a (mon.0) 7676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.103248+0000 mgr.y (mgr.25387) 3747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.165508+0000 mon.a (mon.0) 7677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.167345+0000 mon.a (mon.0) 7678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.168188+0000 mon.a (mon.0) 7679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.170267+0000 mon.a (mon.0) 7680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.170877+0000 mon.a (mon.0) 7681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.177627+0000 mon.a (mon.0) 7682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.218374+0000 mon.a (mon.0) 7683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.220231+0000 mon.a (mon.0) 7684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.221170+0000 mon.a (mon.0) 7685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.222887+0000 mon.a (mon.0) 7686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.223445+0000 mon.a (mon.0) 7687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.230150+0000 mon.a (mon.0) 7688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.275642+0000 mon.a (mon.0) 7689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.277542+0000 mon.a (mon.0) 7690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.278385+0000 mon.a (mon.0) 7691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.280435+0000 mon.a (mon.0) 7692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.281074+0000 mon.a (mon.0) 7693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.286868+0000 mon.a (mon.0) 7694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.327908+0000 mon.a (mon.0) 7695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.330040+0000 mon.a (mon.0) 7696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.331035+0000 mon.a (mon.0) 7697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.333273+0000 mon.a (mon.0) 7698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.333917+0000 mon.a (mon.0) 7699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.340744+0000 mon.a (mon.0) 7700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.387426+0000 mon.a (mon.0) 7701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.389732+0000 mon.a (mon.0) 7702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.390653+0000 mon.a (mon.0) 7703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.392809+0000 mon.a (mon.0) 7704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.393523+0000 mon.a (mon.0) 7705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.400497+0000 mon.a (mon.0) 7706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.441437+0000 mon.a (mon.0) 7707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.443483+0000 mon.a (mon.0) 7708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.444451+0000 mon.a (mon.0) 7709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.446747+0000 mon.a (mon.0) 7710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.447388+0000 mon.a (mon.0) 7711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.453458+0000 mon.a (mon.0) 7712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.494514+0000 mon.a (mon.0) 7713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.496565+0000 mon.a (mon.0) 7714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.497375+0000 mon.a (mon.0) 7715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.499274+0000 mon.a (mon.0) 7716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.499898+0000 mon.a (mon.0) 7717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.506461+0000 mon.a (mon.0) 7718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.548638+0000 mon.a (mon.0) 7719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.550797+0000 mon.a (mon.0) 7720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.551618+0000 mon.a (mon.0) 7721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.553719+0000 mon.a (mon.0) 7722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.554392+0000 mon.a (mon.0) 7723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.561189+0000 mon.a (mon.0) 7724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.602091+0000 mon.a (mon.0) 7725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.604082+0000 mon.a (mon.0) 7726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.605119+0000 mon.a (mon.0) 7727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.607092+0000 mon.a (mon.0) 7728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.607728+0000 mon.a (mon.0) 7729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.613325+0000 mon.a (mon.0) 7730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.694130+0000 mon.a (mon.0) 7731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.695953+0000 mon.a (mon.0) 7732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.696772+0000 mon.a (mon.0) 7733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.698588+0000 mon.a (mon.0) 7734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.699186+0000 mon.a (mon.0) 7735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.705021+0000 mon.a (mon.0) 7736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.750649+0000 mon.a (mon.0) 7737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.752452+0000 mon.a (mon.0) 7738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.753314+0000 mon.a (mon.0) 7739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.755624+0000 mon.a (mon.0) 7740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.756416+0000 mon.a (mon.0) 7741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.775097+0000 mon.a (mon.0) 7742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.815841+0000 mon.a (mon.0) 7743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.817641+0000 mon.a (mon.0) 7744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.818437+0000 mon.a (mon.0) 7745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.820237+0000 mon.a (mon.0) 7746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.820849+0000 mon.a (mon.0) 7747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.828748+0000 mon.a (mon.0) 7748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.869742+0000 mon.a (mon.0) 7749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.871487+0000 mon.a (mon.0) 7750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.872283+0000 mon.a (mon.0) 7751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.874161+0000 mon.a (mon.0) 7752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.874787+0000 mon.a (mon.0) 7753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:23 smithi105 bash[58125]: audit 2024-03-30T04:48:23.883087+0000 mon.a (mon.0) 7754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.160683+0000 mgr.y (mgr.25387) 3711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.261995+0000 mgr.y (mgr.25387) 3712 : cluster [DBG] pgmap v2418: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.262507+0000 mgr.y (mgr.25387) 3713 : cluster [DBG] pgmap v2419: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.271662+0000 mgr.y (mgr.25387) 3714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.356966+0000 mgr.y (mgr.25387) 3715 : cluster [DBG] pgmap v2420: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.357341+0000 mgr.y (mgr.25387) 3716 : cluster [DBG] pgmap v2421: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.365477+0000 mgr.y (mgr.25387) 3717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.451952+0000 mgr.y (mgr.25387) 3718 : cluster [DBG] pgmap v2422: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.452340+0000 mgr.y (mgr.25387) 3719 : cluster [DBG] pgmap v2423: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.461006+0000 mgr.y (mgr.25387) 3720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.526430+0000 mgr.y (mgr.25387) 3721 : cluster [DBG] pgmap v2424: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.526807+0000 mgr.y (mgr.25387) 3722 : cluster [DBG] pgmap v2425: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.534861+0000 mgr.y (mgr.25387) 3723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.599778+0000 mgr.y (mgr.25387) 3724 : cluster [DBG] pgmap v2426: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.600168+0000 mgr.y (mgr.25387) 3725 : cluster [DBG] pgmap v2427: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.607807+0000 mgr.y (mgr.25387) 3726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.690802+0000 mgr.y (mgr.25387) 3727 : cluster [DBG] pgmap v2428: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.697744+0000 mgr.y (mgr.25387) 3728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.779570+0000 mgr.y (mgr.25387) 3729 : cluster [DBG] pgmap v2429: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.780552+0000 mgr.y (mgr.25387) 3730 : cluster [DBG] pgmap v2430: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.788638+0000 mgr.y (mgr.25387) 3731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.828028+0000 mgr.y (mgr.25387) 3732 : audit [DBG] from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.855323+0000 mgr.y (mgr.25387) 3733 : cluster [DBG] pgmap v2431: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.855742+0000 mgr.y (mgr.25387) 3734 : cluster [DBG] pgmap v2432: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.863238+0000 mgr.y (mgr.25387) 3735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.922900+0000 mon.a (mon.0) 7653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.924970+0000 mon.a (mon.0) 7654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.925908+0000 mon.a (mon.0) 7655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.928065+0000 mon.a (mon.0) 7656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.928776+0000 mon.a (mon.0) 7657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.930337+0000 mgr.y (mgr.25387) 3736 : cluster [DBG] pgmap v2433: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.930731+0000 mgr.y (mgr.25387) 3737 : cluster [DBG] pgmap v2434: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.160683+0000 mgr.y (mgr.25387) 3711 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.261995+0000 mgr.y (mgr.25387) 3712 : cluster [DBG] pgmap v2418: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.262507+0000 mgr.y (mgr.25387) 3713 : cluster [DBG] pgmap v2419: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.271662+0000 mgr.y (mgr.25387) 3714 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.356966+0000 mgr.y (mgr.25387) 3715 : cluster [DBG] pgmap v2420: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.357341+0000 mgr.y (mgr.25387) 3716 : cluster [DBG] pgmap v2421: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.365477+0000 mgr.y (mgr.25387) 3717 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.451952+0000 mgr.y (mgr.25387) 3718 : cluster [DBG] pgmap v2422: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.452340+0000 mgr.y (mgr.25387) 3719 : cluster [DBG] pgmap v2423: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.461006+0000 mgr.y (mgr.25387) 3720 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.526430+0000 mgr.y (mgr.25387) 3721 : cluster [DBG] pgmap v2424: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.526807+0000 mgr.y (mgr.25387) 3722 : cluster [DBG] pgmap v2425: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.534861+0000 mgr.y (mgr.25387) 3723 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.599778+0000 mgr.y (mgr.25387) 3724 : cluster [DBG] pgmap v2426: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.600168+0000 mgr.y (mgr.25387) 3725 : cluster [DBG] pgmap v2427: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.607807+0000 mgr.y (mgr.25387) 3726 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.934730+0000 mon.a (mon.0) 7658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.935441+0000 mgr.y (mgr.25387) 3738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.980689+0000 mon.a (mon.0) 7659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.982498+0000 mon.a (mon.0) 7660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.983309+0000 mon.a (mon.0) 7661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.985285+0000 mon.a (mon.0) 7662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.985921+0000 mon.a (mon.0) 7663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.987356+0000 mgr.y (mgr.25387) 3739 : cluster [DBG] pgmap v2435: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:22.987748+0000 mgr.y (mgr.25387) 3740 : cluster [DBG] pgmap v2436: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:22.992669+0000 mon.a (mon.0) 7664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:22.993180+0000 mgr.y (mgr.25387) 3741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.033535+0000 mon.a (mon.0) 7665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.035543+0000 mon.a (mon.0) 7666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.036421+0000 mon.a (mon.0) 7667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.038516+0000 mon.a (mon.0) 7668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.039221+0000 mon.a (mon.0) 7669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.040617+0000 mgr.y (mgr.25387) 3742 : cluster [DBG] pgmap v2437: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.041064+0000 mgr.y (mgr.25387) 3743 : cluster [DBG] pgmap v2438: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.690802+0000 mgr.y (mgr.25387) 3727 : cluster [DBG] pgmap v2428: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.697744+0000 mgr.y (mgr.25387) 3728 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.779570+0000 mgr.y (mgr.25387) 3729 : cluster [DBG] pgmap v2429: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.780552+0000 mgr.y (mgr.25387) 3730 : cluster [DBG] pgmap v2430: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.788638+0000 mgr.y (mgr.25387) 3731 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.828028+0000 mgr.y (mgr.25387) 3732 : audit [DBG] from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.855323+0000 mgr.y (mgr.25387) 3733 : cluster [DBG] pgmap v2431: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.855742+0000 mgr.y (mgr.25387) 3734 : cluster [DBG] pgmap v2432: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.863238+0000 mgr.y (mgr.25387) 3735 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.922900+0000 mon.a (mon.0) 7653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.924970+0000 mon.a (mon.0) 7654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.925908+0000 mon.a (mon.0) 7655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.274 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.928065+0000 mon.a (mon.0) 7656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.928776+0000 mon.a (mon.0) 7657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.930337+0000 mgr.y (mgr.25387) 3736 : cluster [DBG] pgmap v2433: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.930731+0000 mgr.y (mgr.25387) 3737 : cluster [DBG] pgmap v2434: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.934730+0000 mon.a (mon.0) 7658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.935441+0000 mgr.y (mgr.25387) 3738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.980689+0000 mon.a (mon.0) 7659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.982498+0000 mon.a (mon.0) 7660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.983309+0000 mon.a (mon.0) 7661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.985285+0000 mon.a (mon.0) 7662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.985921+0000 mon.a (mon.0) 7663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.987356+0000 mgr.y (mgr.25387) 3739 : cluster [DBG] pgmap v2435: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:22.987748+0000 mgr.y (mgr.25387) 3740 : cluster [DBG] pgmap v2436: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:22.992669+0000 mon.a (mon.0) 7664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:22.993180+0000 mgr.y (mgr.25387) 3741 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.033535+0000 mon.a (mon.0) 7665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.035543+0000 mon.a (mon.0) 7666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.036421+0000 mon.a (mon.0) 7667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.038516+0000 mon.a (mon.0) 7668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.039221+0000 mon.a (mon.0) 7669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.040617+0000 mgr.y (mgr.25387) 3742 : cluster [DBG] pgmap v2437: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.041064+0000 mgr.y (mgr.25387) 3743 : cluster [DBG] pgmap v2438: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.045140+0000 mon.a (mon.0) 7670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.045600+0000 mgr.y (mgr.25387) 3744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.090642+0000 mon.a (mon.0) 7671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.092701+0000 mon.a (mon.0) 7672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.093549+0000 mon.a (mon.0) 7673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.095563+0000 mon.a (mon.0) 7674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.096188+0000 mon.a (mon.0) 7675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.097766+0000 mgr.y (mgr.25387) 3745 : cluster [DBG] pgmap v2439: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.098140+0000 mgr.y (mgr.25387) 3746 : cluster [DBG] pgmap v2440: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.102656+0000 mon.a (mon.0) 7676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.103248+0000 mgr.y (mgr.25387) 3747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.165508+0000 mon.a (mon.0) 7677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.167345+0000 mon.a (mon.0) 7678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.168188+0000 mon.a (mon.0) 7679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.170267+0000 mon.a (mon.0) 7680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.170877+0000 mon.a (mon.0) 7681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.177627+0000 mon.a (mon.0) 7682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.218374+0000 mon.a (mon.0) 7683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.220231+0000 mon.a (mon.0) 7684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.221170+0000 mon.a (mon.0) 7685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.222887+0000 mon.a (mon.0) 7686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.223445+0000 mon.a (mon.0) 7687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.230150+0000 mon.a (mon.0) 7688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.275642+0000 mon.a (mon.0) 7689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.277542+0000 mon.a (mon.0) 7690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.278385+0000 mon.a (mon.0) 7691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.280435+0000 mon.a (mon.0) 7692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.281074+0000 mon.a (mon.0) 7693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.286868+0000 mon.a (mon.0) 7694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.327908+0000 mon.a (mon.0) 7695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.330040+0000 mon.a (mon.0) 7696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.331035+0000 mon.a (mon.0) 7697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.333273+0000 mon.a (mon.0) 7698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.333917+0000 mon.a (mon.0) 7699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.340744+0000 mon.a (mon.0) 7700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.387426+0000 mon.a (mon.0) 7701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.389732+0000 mon.a (mon.0) 7702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.390653+0000 mon.a (mon.0) 7703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.392809+0000 mon.a (mon.0) 7704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.393523+0000 mon.a (mon.0) 7705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.400497+0000 mon.a (mon.0) 7706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.441437+0000 mon.a (mon.0) 7707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.443483+0000 mon.a (mon.0) 7708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.444451+0000 mon.a (mon.0) 7709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.446747+0000 mon.a (mon.0) 7710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.447388+0000 mon.a (mon.0) 7711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.453458+0000 mon.a (mon.0) 7712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.494514+0000 mon.a (mon.0) 7713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.496565+0000 mon.a (mon.0) 7714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.497375+0000 mon.a (mon.0) 7715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.499274+0000 mon.a (mon.0) 7716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.499898+0000 mon.a (mon.0) 7717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.506461+0000 mon.a (mon.0) 7718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.548638+0000 mon.a (mon.0) 7719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.550797+0000 mon.a (mon.0) 7720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.551618+0000 mon.a (mon.0) 7721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.553719+0000 mon.a (mon.0) 7722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.554392+0000 mon.a (mon.0) 7723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.561189+0000 mon.a (mon.0) 7724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.602091+0000 mon.a (mon.0) 7725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.604082+0000 mon.a (mon.0) 7726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.605119+0000 mon.a (mon.0) 7727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.607092+0000 mon.a (mon.0) 7728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.607728+0000 mon.a (mon.0) 7729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.613325+0000 mon.a (mon.0) 7730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.694130+0000 mon.a (mon.0) 7731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.695953+0000 mon.a (mon.0) 7732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.696772+0000 mon.a (mon.0) 7733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.698588+0000 mon.a (mon.0) 7734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.699186+0000 mon.a (mon.0) 7735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.705021+0000 mon.a (mon.0) 7736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.750649+0000 mon.a (mon.0) 7737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.752452+0000 mon.a (mon.0) 7738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.753314+0000 mon.a (mon.0) 7739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.755624+0000 mon.a (mon.0) 7740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.756416+0000 mon.a (mon.0) 7741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.775097+0000 mon.a (mon.0) 7742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.815841+0000 mon.a (mon.0) 7743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.817641+0000 mon.a (mon.0) 7744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.818437+0000 mon.a (mon.0) 7745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.820237+0000 mon.a (mon.0) 7746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.820849+0000 mon.a (mon.0) 7747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.828748+0000 mon.a (mon.0) 7748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.869742+0000 mon.a (mon.0) 7749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.871487+0000 mon.a (mon.0) 7750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.872283+0000 mon.a (mon.0) 7751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.874161+0000 mon.a (mon.0) 7752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.874787+0000 mon.a (mon.0) 7753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[69502]: audit 2024-03-30T04:48:23.883087+0000 mon.a (mon.0) 7754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.282 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.045140+0000 mon.a (mon.0) 7670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.045600+0000 mgr.y (mgr.25387) 3744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.090642+0000 mon.a (mon.0) 7671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.092701+0000 mon.a (mon.0) 7672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.093549+0000 mon.a (mon.0) 7673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.095563+0000 mon.a (mon.0) 7674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.096188+0000 mon.a (mon.0) 7675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.097766+0000 mgr.y (mgr.25387) 3745 : cluster [DBG] pgmap v2439: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.098140+0000 mgr.y (mgr.25387) 3746 : cluster [DBG] pgmap v2440: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.102656+0000 mon.a (mon.0) 7676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.103248+0000 mgr.y (mgr.25387) 3747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.165508+0000 mon.a (mon.0) 7677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.167345+0000 mon.a (mon.0) 7678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.168188+0000 mon.a (mon.0) 7679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.170267+0000 mon.a (mon.0) 7680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.170877+0000 mon.a (mon.0) 7681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.177627+0000 mon.a (mon.0) 7682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.218374+0000 mon.a (mon.0) 7683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.220231+0000 mon.a (mon.0) 7684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.221170+0000 mon.a (mon.0) 7685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.222887+0000 mon.a (mon.0) 7686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.223445+0000 mon.a (mon.0) 7687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.230150+0000 mon.a (mon.0) 7688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.275642+0000 mon.a (mon.0) 7689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.277542+0000 mon.a (mon.0) 7690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.278385+0000 mon.a (mon.0) 7691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.280435+0000 mon.a (mon.0) 7692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.281074+0000 mon.a (mon.0) 7693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.286868+0000 mon.a (mon.0) 7694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.327908+0000 mon.a (mon.0) 7695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.330040+0000 mon.a (mon.0) 7696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.331035+0000 mon.a (mon.0) 7697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.333273+0000 mon.a (mon.0) 7698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.333917+0000 mon.a (mon.0) 7699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.340744+0000 mon.a (mon.0) 7700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.387426+0000 mon.a (mon.0) 7701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.389732+0000 mon.a (mon.0) 7702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.390653+0000 mon.a (mon.0) 7703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.392809+0000 mon.a (mon.0) 7704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.393523+0000 mon.a (mon.0) 7705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.400497+0000 mon.a (mon.0) 7706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.441437+0000 mon.a (mon.0) 7707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.443483+0000 mon.a (mon.0) 7708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.444451+0000 mon.a (mon.0) 7709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.446747+0000 mon.a (mon.0) 7710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.447388+0000 mon.a (mon.0) 7711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.453458+0000 mon.a (mon.0) 7712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.494514+0000 mon.a (mon.0) 7713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.496565+0000 mon.a (mon.0) 7714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.497375+0000 mon.a (mon.0) 7715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.499274+0000 mon.a (mon.0) 7716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.499898+0000 mon.a (mon.0) 7717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.506461+0000 mon.a (mon.0) 7718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.548638+0000 mon.a (mon.0) 7719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.550797+0000 mon.a (mon.0) 7720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.551618+0000 mon.a (mon.0) 7721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.286 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.553719+0000 mon.a (mon.0) 7722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.554392+0000 mon.a (mon.0) 7723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.561189+0000 mon.a (mon.0) 7724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.602091+0000 mon.a (mon.0) 7725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.604082+0000 mon.a (mon.0) 7726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.605119+0000 mon.a (mon.0) 7727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.607092+0000 mon.a (mon.0) 7728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.607728+0000 mon.a (mon.0) 7729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.613325+0000 mon.a (mon.0) 7730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.694130+0000 mon.a (mon.0) 7731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.695953+0000 mon.a (mon.0) 7732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.696772+0000 mon.a (mon.0) 7733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.698588+0000 mon.a (mon.0) 7734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.699186+0000 mon.a (mon.0) 7735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.705021+0000 mon.a (mon.0) 7736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.750649+0000 mon.a (mon.0) 7737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.287 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.752452+0000 mon.a (mon.0) 7738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.753314+0000 mon.a (mon.0) 7739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.755624+0000 mon.a (mon.0) 7740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.756416+0000 mon.a (mon.0) 7741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.775097+0000 mon.a (mon.0) 7742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.815841+0000 mon.a (mon.0) 7743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.817641+0000 mon.a (mon.0) 7744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.818437+0000 mon.a (mon.0) 7745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.820237+0000 mon.a (mon.0) 7746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.820849+0000 mon.a (mon.0) 7747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.828748+0000 mon.a (mon.0) 7748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.869742+0000 mon.a (mon.0) 7749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.871487+0000 mon.a (mon.0) 7750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.872283+0000 mon.a (mon.0) 7751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:24.288 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.874161+0000 mon.a (mon.0) 7752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:24.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.874787+0000 mon.a (mon.0) 7753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:24.289 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:23 smithi097 bash[73934]: audit 2024-03-30T04:48:23.883087+0000 mon.a (mon.0) 7754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:48:24.514 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:48:24.515 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:48:24.515 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "11/23 daemons upgraded", 2024-03-30T04:48:24.515 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:48:24.515 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:48:24.515 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 86/726 objects degraded (11.846%), 19 pgs degraded 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: osd.6 (root=default,host=smithi105) is down 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 86/726 objects degraded (11.846%), 19 pgs degraded 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.6 is active+undersized+degraded, acting [1,4] 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.11 is active+undersized+degraded, acting [4,1] 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.17 is active+undersized+degraded, acting [5,2] 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2024-03-30T04:48:25.035 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.e is active+undersized+degraded, acting [4,2] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.1f is active+undersized+degraded, acting [5,1] 2024-03-30T04:48:25.036 INFO:teuthology.orchestra.run.smithi097.stdout: pg 6.c is active+undersized+degraded, acting [3,5] 2024-03-30T04:48:25.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.172217+0000 mgr.y (mgr.25387) 3748 : cluster [DBG] pgmap v2441: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.172668+0000 mgr.y (mgr.25387) 3749 : cluster [DBG] pgmap v2442: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.178143+0000 mgr.y (mgr.25387) 3750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.224810+0000 mgr.y (mgr.25387) 3751 : cluster [DBG] pgmap v2443: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.225218+0000 mgr.y (mgr.25387) 3752 : cluster [DBG] pgmap v2444: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.230610+0000 mgr.y (mgr.25387) 3753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.247487+0000 mgr.y (mgr.25387) 3754 : audit [DBG] from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.282353+0000 mgr.y (mgr.25387) 3755 : cluster [DBG] pgmap v2445: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.282688+0000 mgr.y (mgr.25387) 3756 : cluster [DBG] pgmap v2446: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.287414+0000 mgr.y (mgr.25387) 3757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.335249+0000 mgr.y (mgr.25387) 3758 : cluster [DBG] pgmap v2447: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.335574+0000 mgr.y (mgr.25387) 3759 : cluster [DBG] pgmap v2448: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.341376+0000 mgr.y (mgr.25387) 3760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.394967+0000 mgr.y (mgr.25387) 3761 : cluster [DBG] pgmap v2449: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.395285+0000 mgr.y (mgr.25387) 3762 : cluster [DBG] pgmap v2450: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.401045+0000 mgr.y (mgr.25387) 3763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.448723+0000 mgr.y (mgr.25387) 3764 : cluster [DBG] pgmap v2451: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.449012+0000 mgr.y (mgr.25387) 3765 : cluster [DBG] pgmap v2452: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.453897+0000 mgr.y (mgr.25387) 3766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.501190+0000 mgr.y (mgr.25387) 3767 : cluster [DBG] pgmap v2453: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.501451+0000 mgr.y (mgr.25387) 3768 : cluster [DBG] pgmap v2454: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.507034+0000 mgr.y (mgr.25387) 3769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.555782+0000 mgr.y (mgr.25387) 3770 : cluster [DBG] pgmap v2455: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.556063+0000 mgr.y (mgr.25387) 3771 : cluster [DBG] pgmap v2456: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.561723+0000 mgr.y (mgr.25387) 3772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.609129+0000 mgr.y (mgr.25387) 3773 : cluster [DBG] pgmap v2457: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.609480+0000 mgr.y (mgr.25387) 3774 : cluster [DBG] pgmap v2458: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.613842+0000 mgr.y (mgr.25387) 3775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.614881+0000 mgr.y (mgr.25387) 3776 : audit [DBG] from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.700543+0000 mgr.y (mgr.25387) 3777 : cluster [DBG] pgmap v2459: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.700907+0000 mgr.y (mgr.25387) 3778 : cluster [DBG] pgmap v2460: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.705569+0000 mgr.y (mgr.25387) 3779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.758156+0000 mgr.y (mgr.25387) 3780 : cluster [DBG] pgmap v2461: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.758469+0000 mgr.y (mgr.25387) 3781 : cluster [DBG] pgmap v2462: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.775639+0000 mgr.y (mgr.25387) 3782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.822258+0000 mgr.y (mgr.25387) 3783 : cluster [DBG] pgmap v2463: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.822647+0000 mgr.y (mgr.25387) 3784 : cluster [DBG] pgmap v2464: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.829246+0000 mgr.y (mgr.25387) 3785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.876252+0000 mgr.y (mgr.25387) 3786 : cluster [DBG] pgmap v2465: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.876659+0000 mgr.y (mgr.25387) 3787 : cluster [DBG] pgmap v2466: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.883558+0000 mgr.y (mgr.25387) 3788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.930185+0000 mon.a (mon.0) 7755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.932610+0000 mon.a (mon.0) 7756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.933552+0000 mon.a (mon.0) 7757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.935782+0000 mon.a (mon.0) 7758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.936562+0000 mon.a (mon.0) 7759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.938050+0000 mgr.y (mgr.25387) 3789 : cluster [DBG] pgmap v2467: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.938405+0000 mgr.y (mgr.25387) 3790 : cluster [DBG] pgmap v2468: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.943299+0000 mon.a (mon.0) 7760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:23.943812+0000 mgr.y (mgr.25387) 3791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.989711+0000 mon.a (mon.0) 7761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.993112+0000 mon.a (mon.0) 7762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.994163+0000 mon.a (mon.0) 7763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.996733+0000 mon.a (mon.0) 7764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:23.997873+0000 mon.a (mon.0) 7765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.999450+0000 mgr.y (mgr.25387) 3792 : cluster [DBG] pgmap v2469: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:23.999847+0000 mgr.y (mgr.25387) 3793 : cluster [DBG] pgmap v2470: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.007411+0000 mon.a (mon.0) 7766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.008042+0000 mgr.y (mgr.25387) 3794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.053394+0000 mon.a (mon.0) 7767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.056315+0000 mon.a (mon.0) 7768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.057963+0000 mon.a (mon.0) 7769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.060212+0000 mon.a (mon.0) 7770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.060956+0000 mon.a (mon.0) 7771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.062614+0000 mgr.y (mgr.25387) 3795 : cluster [DBG] pgmap v2471: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.062956+0000 mgr.y (mgr.25387) 3796 : cluster [DBG] pgmap v2472: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.069191+0000 mon.a (mon.0) 7772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.069663+0000 mgr.y (mgr.25387) 3797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.109828+0000 mon.a (mon.0) 7773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.111687+0000 mon.a (mon.0) 7774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.112470+0000 mon.a (mon.0) 7775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.114352+0000 mon.a (mon.0) 7776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.114937+0000 mon.a (mon.0) 7777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.116397+0000 mgr.y (mgr.25387) 3798 : cluster [DBG] pgmap v2473: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.116752+0000 mgr.y (mgr.25387) 3799 : cluster [DBG] pgmap v2474: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.119381+0000 mon.a (mon.0) 7778 : audit [DBG] from='client.? 172.21.15.97:0/2011912554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.123172+0000 mon.a (mon.0) 7779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.123780+0000 mgr.y (mgr.25387) 3800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.168951+0000 mon.a (mon.0) 7780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.171065+0000 mon.a (mon.0) 7781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.171917+0000 mon.a (mon.0) 7782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.174226+0000 mon.a (mon.0) 7783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.174915+0000 mon.a (mon.0) 7784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.183552+0000 mon.a (mon.0) 7785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.224460+0000 mon.a (mon.0) 7786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.226229+0000 mon.a (mon.0) 7787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.227048+0000 mon.a (mon.0) 7788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.229047+0000 mon.a (mon.0) 7789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.229600+0000 mon.a (mon.0) 7790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.237742+0000 mon.a (mon.0) 7791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.284730+0000 mon.a (mon.0) 7792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.286746+0000 mon.a (mon.0) 7793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.287598+0000 mon.a (mon.0) 7794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.289524+0000 mon.a (mon.0) 7795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.290139+0000 mon.a (mon.0) 7796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.299147+0000 mon.a (mon.0) 7797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.356384+0000 mon.a (mon.0) 7798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.358113+0000 mon.a (mon.0) 7799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.359076+0000 mon.a (mon.0) 7800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.360908+0000 mon.a (mon.0) 7801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.361512+0000 mon.a (mon.0) 7802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.369484+0000 mon.a (mon.0) 7803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.414822+0000 mon.a (mon.0) 7804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.416970+0000 mon.a (mon.0) 7805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.417829+0000 mon.a (mon.0) 7806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.419831+0000 mon.a (mon.0) 7807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.420386+0000 mon.a (mon.0) 7808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.428211+0000 mon.a (mon.0) 7809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.468746+0000 mon.a (mon.0) 7810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.470512+0000 mon.a (mon.0) 7811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.471280+0000 mon.a (mon.0) 7812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.473130+0000 mon.a (mon.0) 7813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.473686+0000 mon.a (mon.0) 7814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.480283+0000 mon.a (mon.0) 7815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.496259+0000 mon.a (mon.0) 7816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.497156+0000 mon.a (mon.0) 7817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.575946+0000 mon.a (mon.0) 7818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.577843+0000 mon.a (mon.0) 7819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.578718+0000 mon.a (mon.0) 7820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.580862+0000 mon.a (mon.0) 7821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.581521+0000 mon.a (mon.0) 7822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.589238+0000 mon.a (mon.0) 7823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.614497+0000 mon.a (mon.0) 7824 : cluster [WRN] Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.630945+0000 mon.a (mon.0) 7825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.637707+0000 mon.a (mon.0) 7826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.638749+0000 mon.a (mon.0) 7827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.640689+0000 mon.a (mon.0) 7828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.641346+0000 mon.a (mon.0) 7829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.647076+0000 mon.a (mon.0) 7830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.687409+0000 mon.a (mon.0) 7831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.689438+0000 mon.a (mon.0) 7832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.690307+0000 mon.a (mon.0) 7833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.692282+0000 mon.a (mon.0) 7834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.692973+0000 mon.a (mon.0) 7835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.699639+0000 mon.a (mon.0) 7836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.757782+0000 mon.a (mon.0) 7837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.759797+0000 mon.a (mon.0) 7838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.760826+0000 mon.a (mon.0) 7839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.763077+0000 mon.a (mon.0) 7840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.763783+0000 mon.a (mon.0) 7841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.770570+0000 mon.a (mon.0) 7842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.840102+0000 mon.a (mon.0) 7843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.843893+0000 mon.a (mon.0) 7844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.845516+0000 mon.a (mon.0) 7845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.848679+0000 mon.a (mon.0) 7846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.850709+0000 mon.a (mon.0) 7847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:24 smithi105 bash[58125]: audit 2024-03-30T04:48:24.859848+0000 mon.a (mon.0) 7848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.172217+0000 mgr.y (mgr.25387) 3748 : cluster [DBG] pgmap v2441: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.172668+0000 mgr.y (mgr.25387) 3749 : cluster [DBG] pgmap v2442: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.178143+0000 mgr.y (mgr.25387) 3750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.224810+0000 mgr.y (mgr.25387) 3751 : cluster [DBG] pgmap v2443: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.225218+0000 mgr.y (mgr.25387) 3752 : cluster [DBG] pgmap v2444: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.230610+0000 mgr.y (mgr.25387) 3753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.247487+0000 mgr.y (mgr.25387) 3754 : audit [DBG] from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.282353+0000 mgr.y (mgr.25387) 3755 : cluster [DBG] pgmap v2445: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.282688+0000 mgr.y (mgr.25387) 3756 : cluster [DBG] pgmap v2446: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.287414+0000 mgr.y (mgr.25387) 3757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.335249+0000 mgr.y (mgr.25387) 3758 : cluster [DBG] pgmap v2447: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.335574+0000 mgr.y (mgr.25387) 3759 : cluster [DBG] pgmap v2448: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.341376+0000 mgr.y (mgr.25387) 3760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.394967+0000 mgr.y (mgr.25387) 3761 : cluster [DBG] pgmap v2449: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.395285+0000 mgr.y (mgr.25387) 3762 : cluster [DBG] pgmap v2450: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.401045+0000 mgr.y (mgr.25387) 3763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.448723+0000 mgr.y (mgr.25387) 3764 : cluster [DBG] pgmap v2451: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.449012+0000 mgr.y (mgr.25387) 3765 : cluster [DBG] pgmap v2452: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.453897+0000 mgr.y (mgr.25387) 3766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.501190+0000 mgr.y (mgr.25387) 3767 : cluster [DBG] pgmap v2453: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.501451+0000 mgr.y (mgr.25387) 3768 : cluster [DBG] pgmap v2454: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.507034+0000 mgr.y (mgr.25387) 3769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.555782+0000 mgr.y (mgr.25387) 3770 : cluster [DBG] pgmap v2455: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.556063+0000 mgr.y (mgr.25387) 3771 : cluster [DBG] pgmap v2456: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.561723+0000 mgr.y (mgr.25387) 3772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.609129+0000 mgr.y (mgr.25387) 3773 : cluster [DBG] pgmap v2457: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.609480+0000 mgr.y (mgr.25387) 3774 : cluster [DBG] pgmap v2458: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.613842+0000 mgr.y (mgr.25387) 3775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.614881+0000 mgr.y (mgr.25387) 3776 : audit [DBG] from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.700543+0000 mgr.y (mgr.25387) 3777 : cluster [DBG] pgmap v2459: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.700907+0000 mgr.y (mgr.25387) 3778 : cluster [DBG] pgmap v2460: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.172217+0000 mgr.y (mgr.25387) 3748 : cluster [DBG] pgmap v2441: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.172668+0000 mgr.y (mgr.25387) 3749 : cluster [DBG] pgmap v2442: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.178143+0000 mgr.y (mgr.25387) 3750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.224810+0000 mgr.y (mgr.25387) 3751 : cluster [DBG] pgmap v2443: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.225218+0000 mgr.y (mgr.25387) 3752 : cluster [DBG] pgmap v2444: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.230610+0000 mgr.y (mgr.25387) 3753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.247487+0000 mgr.y (mgr.25387) 3754 : audit [DBG] from='client.54469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.282353+0000 mgr.y (mgr.25387) 3755 : cluster [DBG] pgmap v2445: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.282688+0000 mgr.y (mgr.25387) 3756 : cluster [DBG] pgmap v2446: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.287414+0000 mgr.y (mgr.25387) 3757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.335249+0000 mgr.y (mgr.25387) 3758 : cluster [DBG] pgmap v2447: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.335574+0000 mgr.y (mgr.25387) 3759 : cluster [DBG] pgmap v2448: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.341376+0000 mgr.y (mgr.25387) 3760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.394967+0000 mgr.y (mgr.25387) 3761 : cluster [DBG] pgmap v2449: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.395285+0000 mgr.y (mgr.25387) 3762 : cluster [DBG] pgmap v2450: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.705569+0000 mgr.y (mgr.25387) 3779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.758156+0000 mgr.y (mgr.25387) 3780 : cluster [DBG] pgmap v2461: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.758469+0000 mgr.y (mgr.25387) 3781 : cluster [DBG] pgmap v2462: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.775639+0000 mgr.y (mgr.25387) 3782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.822258+0000 mgr.y (mgr.25387) 3783 : cluster [DBG] pgmap v2463: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.822647+0000 mgr.y (mgr.25387) 3784 : cluster [DBG] pgmap v2464: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.829246+0000 mgr.y (mgr.25387) 3785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.876252+0000 mgr.y (mgr.25387) 3786 : cluster [DBG] pgmap v2465: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.876659+0000 mgr.y (mgr.25387) 3787 : cluster [DBG] pgmap v2466: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.883558+0000 mgr.y (mgr.25387) 3788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.930185+0000 mon.a (mon.0) 7755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.932610+0000 mon.a (mon.0) 7756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.933552+0000 mon.a (mon.0) 7757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.935782+0000 mon.a (mon.0) 7758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.936562+0000 mon.a (mon.0) 7759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.938050+0000 mgr.y (mgr.25387) 3789 : cluster [DBG] pgmap v2467: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.938405+0000 mgr.y (mgr.25387) 3790 : cluster [DBG] pgmap v2468: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.943299+0000 mon.a (mon.0) 7760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:23.943812+0000 mgr.y (mgr.25387) 3791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.989711+0000 mon.a (mon.0) 7761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.993112+0000 mon.a (mon.0) 7762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.994163+0000 mon.a (mon.0) 7763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.996733+0000 mon.a (mon.0) 7764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:23.997873+0000 mon.a (mon.0) 7765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.999450+0000 mgr.y (mgr.25387) 3792 : cluster [DBG] pgmap v2469: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:23.999847+0000 mgr.y (mgr.25387) 3793 : cluster [DBG] pgmap v2470: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.007411+0000 mon.a (mon.0) 7766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.008042+0000 mgr.y (mgr.25387) 3794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.053394+0000 mon.a (mon.0) 7767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.056315+0000 mon.a (mon.0) 7768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.057963+0000 mon.a (mon.0) 7769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.060212+0000 mon.a (mon.0) 7770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.060956+0000 mon.a (mon.0) 7771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.062614+0000 mgr.y (mgr.25387) 3795 : cluster [DBG] pgmap v2471: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.401045+0000 mgr.y (mgr.25387) 3763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.448723+0000 mgr.y (mgr.25387) 3764 : cluster [DBG] pgmap v2451: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.449012+0000 mgr.y (mgr.25387) 3765 : cluster [DBG] pgmap v2452: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.453897+0000 mgr.y (mgr.25387) 3766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.501190+0000 mgr.y (mgr.25387) 3767 : cluster [DBG] pgmap v2453: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.501451+0000 mgr.y (mgr.25387) 3768 : cluster [DBG] pgmap v2454: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.507034+0000 mgr.y (mgr.25387) 3769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.555782+0000 mgr.y (mgr.25387) 3770 : cluster [DBG] pgmap v2455: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.556063+0000 mgr.y (mgr.25387) 3771 : cluster [DBG] pgmap v2456: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.561723+0000 mgr.y (mgr.25387) 3772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.609129+0000 mgr.y (mgr.25387) 3773 : cluster [DBG] pgmap v2457: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.609480+0000 mgr.y (mgr.25387) 3774 : cluster [DBG] pgmap v2458: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.613842+0000 mgr.y (mgr.25387) 3775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.614881+0000 mgr.y (mgr.25387) 3776 : audit [DBG] from='client.54475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.700543+0000 mgr.y (mgr.25387) 3777 : cluster [DBG] pgmap v2459: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.700907+0000 mgr.y (mgr.25387) 3778 : cluster [DBG] pgmap v2460: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.062956+0000 mgr.y (mgr.25387) 3796 : cluster [DBG] pgmap v2472: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.069191+0000 mon.a (mon.0) 7772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.069663+0000 mgr.y (mgr.25387) 3797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.109828+0000 mon.a (mon.0) 7773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.111687+0000 mon.a (mon.0) 7774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.112470+0000 mon.a (mon.0) 7775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.114352+0000 mon.a (mon.0) 7776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.114937+0000 mon.a (mon.0) 7777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.116397+0000 mgr.y (mgr.25387) 3798 : cluster [DBG] pgmap v2473: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.116752+0000 mgr.y (mgr.25387) 3799 : cluster [DBG] pgmap v2474: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.119381+0000 mon.a (mon.0) 7778 : audit [DBG] from='client.? 172.21.15.97:0/2011912554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.123172+0000 mon.a (mon.0) 7779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.123780+0000 mgr.y (mgr.25387) 3800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.168951+0000 mon.a (mon.0) 7780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.171065+0000 mon.a (mon.0) 7781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.171917+0000 mon.a (mon.0) 7782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.174226+0000 mon.a (mon.0) 7783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.174915+0000 mon.a (mon.0) 7784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.183552+0000 mon.a (mon.0) 7785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.224460+0000 mon.a (mon.0) 7786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.226229+0000 mon.a (mon.0) 7787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.227048+0000 mon.a (mon.0) 7788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.229047+0000 mon.a (mon.0) 7789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.229600+0000 mon.a (mon.0) 7790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.237742+0000 mon.a (mon.0) 7791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.284730+0000 mon.a (mon.0) 7792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.286746+0000 mon.a (mon.0) 7793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.287598+0000 mon.a (mon.0) 7794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.289524+0000 mon.a (mon.0) 7795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.290139+0000 mon.a (mon.0) 7796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.299147+0000 mon.a (mon.0) 7797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.356384+0000 mon.a (mon.0) 7798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.358113+0000 mon.a (mon.0) 7799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.359076+0000 mon.a (mon.0) 7800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.360908+0000 mon.a (mon.0) 7801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.361512+0000 mon.a (mon.0) 7802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.369484+0000 mon.a (mon.0) 7803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.414822+0000 mon.a (mon.0) 7804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.705569+0000 mgr.y (mgr.25387) 3779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.758156+0000 mgr.y (mgr.25387) 3780 : cluster [DBG] pgmap v2461: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.758469+0000 mgr.y (mgr.25387) 3781 : cluster [DBG] pgmap v2462: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.775639+0000 mgr.y (mgr.25387) 3782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.822258+0000 mgr.y (mgr.25387) 3783 : cluster [DBG] pgmap v2463: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.822647+0000 mgr.y (mgr.25387) 3784 : cluster [DBG] pgmap v2464: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.829246+0000 mgr.y (mgr.25387) 3785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.876252+0000 mgr.y (mgr.25387) 3786 : cluster [DBG] pgmap v2465: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.876659+0000 mgr.y (mgr.25387) 3787 : cluster [DBG] pgmap v2466: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.883558+0000 mgr.y (mgr.25387) 3788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.930185+0000 mon.a (mon.0) 7755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.932610+0000 mon.a (mon.0) 7756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.933552+0000 mon.a (mon.0) 7757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.935782+0000 mon.a (mon.0) 7758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.936562+0000 mon.a (mon.0) 7759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.938050+0000 mgr.y (mgr.25387) 3789 : cluster [DBG] pgmap v2467: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.938405+0000 mgr.y (mgr.25387) 3790 : cluster [DBG] pgmap v2468: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.416970+0000 mon.a (mon.0) 7805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.417829+0000 mon.a (mon.0) 7806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.419831+0000 mon.a (mon.0) 7807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.420386+0000 mon.a (mon.0) 7808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.428211+0000 mon.a (mon.0) 7809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.468746+0000 mon.a (mon.0) 7810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.470512+0000 mon.a (mon.0) 7811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.471280+0000 mon.a (mon.0) 7812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.473130+0000 mon.a (mon.0) 7813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.473686+0000 mon.a (mon.0) 7814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.480283+0000 mon.a (mon.0) 7815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.496259+0000 mon.a (mon.0) 7816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.497156+0000 mon.a (mon.0) 7817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.575946+0000 mon.a (mon.0) 7818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.577843+0000 mon.a (mon.0) 7819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.578718+0000 mon.a (mon.0) 7820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.580862+0000 mon.a (mon.0) 7821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.581521+0000 mon.a (mon.0) 7822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.589238+0000 mon.a (mon.0) 7823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.614497+0000 mon.a (mon.0) 7824 : cluster [WRN] Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.630945+0000 mon.a (mon.0) 7825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.637707+0000 mon.a (mon.0) 7826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.638749+0000 mon.a (mon.0) 7827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.640689+0000 mon.a (mon.0) 7828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.641346+0000 mon.a (mon.0) 7829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.647076+0000 mon.a (mon.0) 7830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.687409+0000 mon.a (mon.0) 7831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.689438+0000 mon.a (mon.0) 7832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.690307+0000 mon.a (mon.0) 7833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.692282+0000 mon.a (mon.0) 7834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.692973+0000 mon.a (mon.0) 7835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.699639+0000 mon.a (mon.0) 7836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.757782+0000 mon.a (mon.0) 7837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.759797+0000 mon.a (mon.0) 7838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.760826+0000 mon.a (mon.0) 7839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.763077+0000 mon.a (mon.0) 7840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.763783+0000 mon.a (mon.0) 7841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.770570+0000 mon.a (mon.0) 7842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.840102+0000 mon.a (mon.0) 7843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.843893+0000 mon.a (mon.0) 7844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.845516+0000 mon.a (mon.0) 7845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.848679+0000 mon.a (mon.0) 7846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.850709+0000 mon.a (mon.0) 7847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[73934]: audit 2024-03-30T04:48:24.859848+0000 mon.a (mon.0) 7848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.943299+0000 mon.a (mon.0) 7760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:23.943812+0000 mgr.y (mgr.25387) 3791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.989711+0000 mon.a (mon.0) 7761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.993112+0000 mon.a (mon.0) 7762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.994163+0000 mon.a (mon.0) 7763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.996733+0000 mon.a (mon.0) 7764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:23.997873+0000 mon.a (mon.0) 7765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.999450+0000 mgr.y (mgr.25387) 3792 : cluster [DBG] pgmap v2469: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:23.999847+0000 mgr.y (mgr.25387) 3793 : cluster [DBG] pgmap v2470: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.007411+0000 mon.a (mon.0) 7766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.008042+0000 mgr.y (mgr.25387) 3794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.053394+0000 mon.a (mon.0) 7767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.056315+0000 mon.a (mon.0) 7768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.057963+0000 mon.a (mon.0) 7769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.060212+0000 mon.a (mon.0) 7770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.060956+0000 mon.a (mon.0) 7771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.062614+0000 mgr.y (mgr.25387) 3795 : cluster [DBG] pgmap v2471: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.062956+0000 mgr.y (mgr.25387) 3796 : cluster [DBG] pgmap v2472: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.069191+0000 mon.a (mon.0) 7772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.069663+0000 mgr.y (mgr.25387) 3797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.109828+0000 mon.a (mon.0) 7773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.111687+0000 mon.a (mon.0) 7774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.112470+0000 mon.a (mon.0) 7775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.114352+0000 mon.a (mon.0) 7776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.114937+0000 mon.a (mon.0) 7777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.116397+0000 mgr.y (mgr.25387) 3798 : cluster [DBG] pgmap v2473: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.116752+0000 mgr.y (mgr.25387) 3799 : cluster [DBG] pgmap v2474: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.119381+0000 mon.a (mon.0) 7778 : audit [DBG] from='client.? 172.21.15.97:0/2011912554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.123172+0000 mon.a (mon.0) 7779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.123780+0000 mgr.y (mgr.25387) 3800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.168951+0000 mon.a (mon.0) 7780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.171065+0000 mon.a (mon.0) 7781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.171917+0000 mon.a (mon.0) 7782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.174226+0000 mon.a (mon.0) 7783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.174915+0000 mon.a (mon.0) 7784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.183552+0000 mon.a (mon.0) 7785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.224460+0000 mon.a (mon.0) 7786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.226229+0000 mon.a (mon.0) 7787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.227048+0000 mon.a (mon.0) 7788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.229047+0000 mon.a (mon.0) 7789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.229600+0000 mon.a (mon.0) 7790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.237742+0000 mon.a (mon.0) 7791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.284730+0000 mon.a (mon.0) 7792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.286746+0000 mon.a (mon.0) 7793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.287598+0000 mon.a (mon.0) 7794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.289524+0000 mon.a (mon.0) 7795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.290139+0000 mon.a (mon.0) 7796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.299147+0000 mon.a (mon.0) 7797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.356384+0000 mon.a (mon.0) 7798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.358113+0000 mon.a (mon.0) 7799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.359076+0000 mon.a (mon.0) 7800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.360908+0000 mon.a (mon.0) 7801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.361512+0000 mon.a (mon.0) 7802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.369484+0000 mon.a (mon.0) 7803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.414822+0000 mon.a (mon.0) 7804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.416970+0000 mon.a (mon.0) 7805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.417829+0000 mon.a (mon.0) 7806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.419831+0000 mon.a (mon.0) 7807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.420386+0000 mon.a (mon.0) 7808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.428211+0000 mon.a (mon.0) 7809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.468746+0000 mon.a (mon.0) 7810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.470512+0000 mon.a (mon.0) 7811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.471280+0000 mon.a (mon.0) 7812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.473130+0000 mon.a (mon.0) 7813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.473686+0000 mon.a (mon.0) 7814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.480283+0000 mon.a (mon.0) 7815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.496259+0000 mon.a (mon.0) 7816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.497156+0000 mon.a (mon.0) 7817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.575946+0000 mon.a (mon.0) 7818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.577843+0000 mon.a (mon.0) 7819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.578718+0000 mon.a (mon.0) 7820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.580862+0000 mon.a (mon.0) 7821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.581521+0000 mon.a (mon.0) 7822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.589238+0000 mon.a (mon.0) 7823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.614497+0000 mon.a (mon.0) 7824 : cluster [WRN] Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 19 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.630945+0000 mon.a (mon.0) 7825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.637707+0000 mon.a (mon.0) 7826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.638749+0000 mon.a (mon.0) 7827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.640689+0000 mon.a (mon.0) 7828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.641346+0000 mon.a (mon.0) 7829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.647076+0000 mon.a (mon.0) 7830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.687409+0000 mon.a (mon.0) 7831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.689438+0000 mon.a (mon.0) 7832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.690307+0000 mon.a (mon.0) 7833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.692282+0000 mon.a (mon.0) 7834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.692973+0000 mon.a (mon.0) 7835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.699639+0000 mon.a (mon.0) 7836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.757782+0000 mon.a (mon.0) 7837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.759797+0000 mon.a (mon.0) 7838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.760826+0000 mon.a (mon.0) 7839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.763077+0000 mon.a (mon.0) 7840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.763783+0000 mon.a (mon.0) 7841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.770570+0000 mon.a (mon.0) 7842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.840102+0000 mon.a (mon.0) 7843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.843893+0000 mon.a (mon.0) 7844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.845516+0000 mon.a (mon.0) 7845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.848679+0000 mon.a (mon.0) 7846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.850709+0000 mon.a (mon.0) 7847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:24 smithi097 bash[69502]: audit 2024-03-30T04:48:24.859848+0000 mon.a (mon.0) 7848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.176354+0000 mgr.y (mgr.25387) 3801 : cluster [DBG] pgmap v2475: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.176805+0000 mgr.y (mgr.25387) 3802 : cluster [DBG] pgmap v2476: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.184141+0000 mgr.y (mgr.25387) 3803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.230914+0000 mgr.y (mgr.25387) 3804 : cluster [DBG] pgmap v2477: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.231227+0000 mgr.y (mgr.25387) 3805 : cluster [DBG] pgmap v2478: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.238274+0000 mgr.y (mgr.25387) 3806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.291566+0000 mgr.y (mgr.25387) 3807 : cluster [DBG] pgmap v2479: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.291952+0000 mgr.y (mgr.25387) 3808 : cluster [DBG] pgmap v2480: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.299711+0000 mgr.y (mgr.25387) 3809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.362855+0000 mgr.y (mgr.25387) 3810 : cluster [DBG] pgmap v2481: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.363211+0000 mgr.y (mgr.25387) 3811 : cluster [DBG] pgmap v2482: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.369977+0000 mgr.y (mgr.25387) 3812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.421738+0000 mgr.y (mgr.25387) 3813 : cluster [DBG] pgmap v2483: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.422159+0000 mgr.y (mgr.25387) 3814 : cluster [DBG] pgmap v2484: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.428665+0000 mgr.y (mgr.25387) 3815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.474880+0000 mgr.y (mgr.25387) 3816 : cluster [DBG] pgmap v2485: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.475213+0000 mgr.y (mgr.25387) 3817 : cluster [DBG] pgmap v2486: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.480791+0000 mgr.y (mgr.25387) 3818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.512837+0000 mgr.y (mgr.25387) 3819 : audit [DBG] from='client.54487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.582853+0000 mgr.y (mgr.25387) 3820 : cluster [DBG] pgmap v2487: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.583205+0000 mgr.y (mgr.25387) 3821 : cluster [DBG] pgmap v2488: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.589828+0000 mgr.y (mgr.25387) 3822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.642665+0000 mgr.y (mgr.25387) 3823 : cluster [DBG] pgmap v2489: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.643032+0000 mgr.y (mgr.25387) 3824 : cluster [DBG] pgmap v2490: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.647574+0000 mgr.y (mgr.25387) 3825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.694253+0000 mgr.y (mgr.25387) 3826 : cluster [DBG] pgmap v2491: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.694553+0000 mgr.y (mgr.25387) 3827 : cluster [DBG] pgmap v2492: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.700207+0000 mgr.y (mgr.25387) 3828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.765130+0000 mgr.y (mgr.25387) 3829 : cluster [DBG] pgmap v2493: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.765478+0000 mgr.y (mgr.25387) 3830 : cluster [DBG] pgmap v2494: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.771342+0000 mgr.y (mgr.25387) 3831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.853451+0000 mgr.y (mgr.25387) 3832 : cluster [DBG] pgmap v2495: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.854260+0000 mgr.y (mgr.25387) 3833 : cluster [DBG] pgmap v2496: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.860469+0000 mgr.y (mgr.25387) 3834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.942165+0000 mon.a (mon.0) 7849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.944484+0000 mon.a (mon.0) 7850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.945533+0000 mon.a (mon.0) 7851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.947972+0000 mon.a (mon.0) 7852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.948703+0000 mon.a (mon.0) 7853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.950226+0000 mgr.y (mgr.25387) 3835 : cluster [DBG] pgmap v2497: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:24.950649+0000 mgr.y (mgr.25387) 3836 : cluster [DBG] pgmap v2498: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:24.955499+0000 mon.a (mon.0) 7854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:24.956022+0000 mgr.y (mgr.25387) 3837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.000309+0000 mon.a (mon.0) 7855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.002416+0000 mon.a (mon.0) 7856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.003223+0000 mon.a (mon.0) 7857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.005174+0000 mon.a (mon.0) 7858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.005760+0000 mon.a (mon.0) 7859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.007182+0000 mgr.y (mgr.25387) 3838 : cluster [DBG] pgmap v2499: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.007542+0000 mgr.y (mgr.25387) 3839 : cluster [DBG] pgmap v2500: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.012694+0000 mon.a (mon.0) 7860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.013222+0000 mgr.y (mgr.25387) 3840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.040936+0000 mon.a (mon.0) 7861 : audit [DBG] from='client.? 172.21.15.97:0/2308465218' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.069373+0000 mon.a (mon.0) 7862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.071239+0000 mon.a (mon.0) 7863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.072034+0000 mon.a (mon.0) 7864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.073861+0000 mon.a (mon.0) 7865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.074463+0000 mon.a (mon.0) 7866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.075788+0000 mgr.y (mgr.25387) 3841 : cluster [DBG] pgmap v2501: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.076124+0000 mgr.y (mgr.25387) 3842 : cluster [DBG] pgmap v2502: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.081330+0000 mon.a (mon.0) 7867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.081789+0000 mgr.y (mgr.25387) 3843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.121442+0000 mon.a (mon.0) 7868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.123158+0000 mon.a (mon.0) 7869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.123876+0000 mon.a (mon.0) 7870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.125521+0000 mon.a (mon.0) 7871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.126041+0000 mon.a (mon.0) 7872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.127282+0000 mgr.y (mgr.25387) 3844 : cluster [DBG] pgmap v2503: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.127605+0000 mgr.y (mgr.25387) 3845 : cluster [DBG] pgmap v2504: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.132950+0000 mon.a (mon.0) 7873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.133395+0000 mgr.y (mgr.25387) 3846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.173110+0000 mon.a (mon.0) 7874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.174884+0000 mon.a (mon.0) 7875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.175685+0000 mon.a (mon.0) 7876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.177495+0000 mon.a (mon.0) 7877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.178111+0000 mon.a (mon.0) 7878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.184973+0000 mon.a (mon.0) 7879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.225180+0000 mon.a (mon.0) 7880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.227039+0000 mon.a (mon.0) 7881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.227861+0000 mon.a (mon.0) 7882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.229774+0000 mon.a (mon.0) 7883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.230418+0000 mon.a (mon.0) 7884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.237322+0000 mon.a (mon.0) 7885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.277299+0000 mon.a (mon.0) 7886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.279206+0000 mon.a (mon.0) 7887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.279989+0000 mon.a (mon.0) 7888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.281853+0000 mon.a (mon.0) 7889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.282426+0000 mon.a (mon.0) 7890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.289396+0000 mon.a (mon.0) 7891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.330107+0000 mon.a (mon.0) 7892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.331969+0000 mon.a (mon.0) 7893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.332864+0000 mon.a (mon.0) 7894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.334733+0000 mon.a (mon.0) 7895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.335415+0000 mon.a (mon.0) 7896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.342593+0000 mon.a (mon.0) 7897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.386144+0000 mon.a (mon.0) 7898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.388105+0000 mon.a (mon.0) 7899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.389002+0000 mon.a (mon.0) 7900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.390867+0000 mon.a (mon.0) 7901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.391504+0000 mon.a (mon.0) 7902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.398493+0000 mon.a (mon.0) 7903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.439406+0000 mon.a (mon.0) 7904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.441336+0000 mon.a (mon.0) 7905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.442201+0000 mon.a (mon.0) 7906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.444004+0000 mon.a (mon.0) 7907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.444638+0000 mon.a (mon.0) 7908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.451699+0000 mon.a (mon.0) 7909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.492239+0000 mon.a (mon.0) 7910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.494116+0000 mon.a (mon.0) 7911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.494982+0000 mon.a (mon.0) 7912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.496860+0000 mon.a (mon.0) 7913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.497498+0000 mon.a (mon.0) 7914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.504316+0000 mon.a (mon.0) 7915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.546994+0000 mon.a (mon.0) 7916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.549095+0000 mon.a (mon.0) 7917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.550060+0000 mon.a (mon.0) 7918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.552173+0000 mon.a (mon.0) 7919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.552873+0000 mon.a (mon.0) 7920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.560175+0000 mon.a (mon.0) 7921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.616668+0000 mon.a (mon.0) 7922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.618760+0000 mon.a (mon.0) 7923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.619707+0000 mon.a (mon.0) 7924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.621903+0000 mon.a (mon.0) 7925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.622682+0000 mon.a (mon.0) 7926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.629184+0000 mon.a (mon.0) 7927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.671554+0000 mon.a (mon.0) 7928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.673532+0000 mon.a (mon.0) 7929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.674497+0000 mon.a (mon.0) 7930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.676434+0000 mon.a (mon.0) 7931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.677130+0000 mon.a (mon.0) 7932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.683193+0000 mon.a (mon.0) 7933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.740040+0000 mon.a (mon.0) 7934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.741893+0000 mon.a (mon.0) 7935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.742748+0000 mon.a (mon.0) 7936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.744753+0000 mon.a (mon.0) 7937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.745440+0000 mon.a (mon.0) 7938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.751842+0000 mon.a (mon.0) 7939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.794490+0000 mon.a (mon.0) 7940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.796419+0000 mon.a (mon.0) 7941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.797226+0000 mon.a (mon.0) 7942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.799152+0000 mon.a (mon.0) 7943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.799767+0000 mon.a (mon.0) 7944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.807648+0000 mon.a (mon.0) 7945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.880800+0000 mon.a (mon.0) 7946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.882768+0000 mon.a (mon.0) 7947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.883778+0000 mon.a (mon.0) 7948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.885590+0000 mon.a (mon.0) 7949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.886189+0000 mon.a (mon.0) 7950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:25 smithi105 bash[58125]: audit 2024-03-30T04:48:25.894444+0000 mon.a (mon.0) 7951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.176354+0000 mgr.y (mgr.25387) 3801 : cluster [DBG] pgmap v2475: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.176805+0000 mgr.y (mgr.25387) 3802 : cluster [DBG] pgmap v2476: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.184141+0000 mgr.y (mgr.25387) 3803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.230914+0000 mgr.y (mgr.25387) 3804 : cluster [DBG] pgmap v2477: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.231227+0000 mgr.y (mgr.25387) 3805 : cluster [DBG] pgmap v2478: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.238274+0000 mgr.y (mgr.25387) 3806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.291566+0000 mgr.y (mgr.25387) 3807 : cluster [DBG] pgmap v2479: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.291952+0000 mgr.y (mgr.25387) 3808 : cluster [DBG] pgmap v2480: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.299711+0000 mgr.y (mgr.25387) 3809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.362855+0000 mgr.y (mgr.25387) 3810 : cluster [DBG] pgmap v2481: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.363211+0000 mgr.y (mgr.25387) 3811 : cluster [DBG] pgmap v2482: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.369977+0000 mgr.y (mgr.25387) 3812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.421738+0000 mgr.y (mgr.25387) 3813 : cluster [DBG] pgmap v2483: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.422159+0000 mgr.y (mgr.25387) 3814 : cluster [DBG] pgmap v2484: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.428665+0000 mgr.y (mgr.25387) 3815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.474880+0000 mgr.y (mgr.25387) 3816 : cluster [DBG] pgmap v2485: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.475213+0000 mgr.y (mgr.25387) 3817 : cluster [DBG] pgmap v2486: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.480791+0000 mgr.y (mgr.25387) 3818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.512837+0000 mgr.y (mgr.25387) 3819 : audit [DBG] from='client.54487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:26.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.582853+0000 mgr.y (mgr.25387) 3820 : cluster [DBG] pgmap v2487: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.583205+0000 mgr.y (mgr.25387) 3821 : cluster [DBG] pgmap v2488: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.589828+0000 mgr.y (mgr.25387) 3822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.642665+0000 mgr.y (mgr.25387) 3823 : cluster [DBG] pgmap v2489: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.643032+0000 mgr.y (mgr.25387) 3824 : cluster [DBG] pgmap v2490: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.647574+0000 mgr.y (mgr.25387) 3825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.694253+0000 mgr.y (mgr.25387) 3826 : cluster [DBG] pgmap v2491: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.694553+0000 mgr.y (mgr.25387) 3827 : cluster [DBG] pgmap v2492: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.700207+0000 mgr.y (mgr.25387) 3828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.765130+0000 mgr.y (mgr.25387) 3829 : cluster [DBG] pgmap v2493: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.765478+0000 mgr.y (mgr.25387) 3830 : cluster [DBG] pgmap v2494: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.771342+0000 mgr.y (mgr.25387) 3831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.176354+0000 mgr.y (mgr.25387) 3801 : cluster [DBG] pgmap v2475: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.176805+0000 mgr.y (mgr.25387) 3802 : cluster [DBG] pgmap v2476: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.184141+0000 mgr.y (mgr.25387) 3803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.230914+0000 mgr.y (mgr.25387) 3804 : cluster [DBG] pgmap v2477: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.231227+0000 mgr.y (mgr.25387) 3805 : cluster [DBG] pgmap v2478: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.238274+0000 mgr.y (mgr.25387) 3806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.291566+0000 mgr.y (mgr.25387) 3807 : cluster [DBG] pgmap v2479: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.291952+0000 mgr.y (mgr.25387) 3808 : cluster [DBG] pgmap v2480: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.299711+0000 mgr.y (mgr.25387) 3809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.362855+0000 mgr.y (mgr.25387) 3810 : cluster [DBG] pgmap v2481: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.363211+0000 mgr.y (mgr.25387) 3811 : cluster [DBG] pgmap v2482: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.369977+0000 mgr.y (mgr.25387) 3812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.421738+0000 mgr.y (mgr.25387) 3813 : cluster [DBG] pgmap v2483: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.422159+0000 mgr.y (mgr.25387) 3814 : cluster [DBG] pgmap v2484: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.428665+0000 mgr.y (mgr.25387) 3815 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.853451+0000 mgr.y (mgr.25387) 3832 : cluster [DBG] pgmap v2495: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.854260+0000 mgr.y (mgr.25387) 3833 : cluster [DBG] pgmap v2496: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.860469+0000 mgr.y (mgr.25387) 3834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.942165+0000 mon.a (mon.0) 7849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.944484+0000 mon.a (mon.0) 7850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.945533+0000 mon.a (mon.0) 7851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.947972+0000 mon.a (mon.0) 7852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.948703+0000 mon.a (mon.0) 7853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.950226+0000 mgr.y (mgr.25387) 3835 : cluster [DBG] pgmap v2497: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:24.950649+0000 mgr.y (mgr.25387) 3836 : cluster [DBG] pgmap v2498: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:24.955499+0000 mon.a (mon.0) 7854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:24.956022+0000 mgr.y (mgr.25387) 3837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.000309+0000 mon.a (mon.0) 7855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.002416+0000 mon.a (mon.0) 7856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.003223+0000 mon.a (mon.0) 7857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.005174+0000 mon.a (mon.0) 7858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.005760+0000 mon.a (mon.0) 7859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.007182+0000 mgr.y (mgr.25387) 3838 : cluster [DBG] pgmap v2499: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.474880+0000 mgr.y (mgr.25387) 3816 : cluster [DBG] pgmap v2485: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.475213+0000 mgr.y (mgr.25387) 3817 : cluster [DBG] pgmap v2486: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.480791+0000 mgr.y (mgr.25387) 3818 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.512837+0000 mgr.y (mgr.25387) 3819 : audit [DBG] from='client.54487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.582853+0000 mgr.y (mgr.25387) 3820 : cluster [DBG] pgmap v2487: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.583205+0000 mgr.y (mgr.25387) 3821 : cluster [DBG] pgmap v2488: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.589828+0000 mgr.y (mgr.25387) 3822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.642665+0000 mgr.y (mgr.25387) 3823 : cluster [DBG] pgmap v2489: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.643032+0000 mgr.y (mgr.25387) 3824 : cluster [DBG] pgmap v2490: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.647574+0000 mgr.y (mgr.25387) 3825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.694253+0000 mgr.y (mgr.25387) 3826 : cluster [DBG] pgmap v2491: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.694553+0000 mgr.y (mgr.25387) 3827 : cluster [DBG] pgmap v2492: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.700207+0000 mgr.y (mgr.25387) 3828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.765130+0000 mgr.y (mgr.25387) 3829 : cluster [DBG] pgmap v2493: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.765478+0000 mgr.y (mgr.25387) 3830 : cluster [DBG] pgmap v2494: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.771342+0000 mgr.y (mgr.25387) 3831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.007542+0000 mgr.y (mgr.25387) 3839 : cluster [DBG] pgmap v2500: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.012694+0000 mon.a (mon.0) 7860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.013222+0000 mgr.y (mgr.25387) 3840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.040936+0000 mon.a (mon.0) 7861 : audit [DBG] from='client.? 172.21.15.97:0/2308465218' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.069373+0000 mon.a (mon.0) 7862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.071239+0000 mon.a (mon.0) 7863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.072034+0000 mon.a (mon.0) 7864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.073861+0000 mon.a (mon.0) 7865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.074463+0000 mon.a (mon.0) 7866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.075788+0000 mgr.y (mgr.25387) 3841 : cluster [DBG] pgmap v2501: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.076124+0000 mgr.y (mgr.25387) 3842 : cluster [DBG] pgmap v2502: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.081330+0000 mon.a (mon.0) 7867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.081789+0000 mgr.y (mgr.25387) 3843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.121442+0000 mon.a (mon.0) 7868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.123158+0000 mon.a (mon.0) 7869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.123876+0000 mon.a (mon.0) 7870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.125521+0000 mon.a (mon.0) 7871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.126041+0000 mon.a (mon.0) 7872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.127282+0000 mgr.y (mgr.25387) 3844 : cluster [DBG] pgmap v2503: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.127605+0000 mgr.y (mgr.25387) 3845 : cluster [DBG] pgmap v2504: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.132950+0000 mon.a (mon.0) 7873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.133395+0000 mgr.y (mgr.25387) 3846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.173110+0000 mon.a (mon.0) 7874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.174884+0000 mon.a (mon.0) 7875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.175685+0000 mon.a (mon.0) 7876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.177495+0000 mon.a (mon.0) 7877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.178111+0000 mon.a (mon.0) 7878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.184973+0000 mon.a (mon.0) 7879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.225180+0000 mon.a (mon.0) 7880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.227039+0000 mon.a (mon.0) 7881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.227861+0000 mon.a (mon.0) 7882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.229774+0000 mon.a (mon.0) 7883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.230418+0000 mon.a (mon.0) 7884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.237322+0000 mon.a (mon.0) 7885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.277299+0000 mon.a (mon.0) 7886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.279206+0000 mon.a (mon.0) 7887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.853451+0000 mgr.y (mgr.25387) 3832 : cluster [DBG] pgmap v2495: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.854260+0000 mgr.y (mgr.25387) 3833 : cluster [DBG] pgmap v2496: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.860469+0000 mgr.y (mgr.25387) 3834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.942165+0000 mon.a (mon.0) 7849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.944484+0000 mon.a (mon.0) 7850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.945533+0000 mon.a (mon.0) 7851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.947972+0000 mon.a (mon.0) 7852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.948703+0000 mon.a (mon.0) 7853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.950226+0000 mgr.y (mgr.25387) 3835 : cluster [DBG] pgmap v2497: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:24.950649+0000 mgr.y (mgr.25387) 3836 : cluster [DBG] pgmap v2498: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:24.955499+0000 mon.a (mon.0) 7854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:24.956022+0000 mgr.y (mgr.25387) 3837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.000309+0000 mon.a (mon.0) 7855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.002416+0000 mon.a (mon.0) 7856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.003223+0000 mon.a (mon.0) 7857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.005174+0000 mon.a (mon.0) 7858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.005760+0000 mon.a (mon.0) 7859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.007182+0000 mgr.y (mgr.25387) 3838 : cluster [DBG] pgmap v2499: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.279989+0000 mon.a (mon.0) 7888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.281853+0000 mon.a (mon.0) 7889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.282426+0000 mon.a (mon.0) 7890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.289396+0000 mon.a (mon.0) 7891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.330107+0000 mon.a (mon.0) 7892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.331969+0000 mon.a (mon.0) 7893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.332864+0000 mon.a (mon.0) 7894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.334733+0000 mon.a (mon.0) 7895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.335415+0000 mon.a (mon.0) 7896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.342593+0000 mon.a (mon.0) 7897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.386144+0000 mon.a (mon.0) 7898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.388105+0000 mon.a (mon.0) 7899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.389002+0000 mon.a (mon.0) 7900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.390867+0000 mon.a (mon.0) 7901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.391504+0000 mon.a (mon.0) 7902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.398493+0000 mon.a (mon.0) 7903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.439406+0000 mon.a (mon.0) 7904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.441336+0000 mon.a (mon.0) 7905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.442201+0000 mon.a (mon.0) 7906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.444004+0000 mon.a (mon.0) 7907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.444638+0000 mon.a (mon.0) 7908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.451699+0000 mon.a (mon.0) 7909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.492239+0000 mon.a (mon.0) 7910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.494116+0000 mon.a (mon.0) 7911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.494982+0000 mon.a (mon.0) 7912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.496860+0000 mon.a (mon.0) 7913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.497498+0000 mon.a (mon.0) 7914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.504316+0000 mon.a (mon.0) 7915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.546994+0000 mon.a (mon.0) 7916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.549095+0000 mon.a (mon.0) 7917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.550060+0000 mon.a (mon.0) 7918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.552173+0000 mon.a (mon.0) 7919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.552873+0000 mon.a (mon.0) 7920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.560175+0000 mon.a (mon.0) 7921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.616668+0000 mon.a (mon.0) 7922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.618760+0000 mon.a (mon.0) 7923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.619707+0000 mon.a (mon.0) 7924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.621903+0000 mon.a (mon.0) 7925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.007542+0000 mgr.y (mgr.25387) 3839 : cluster [DBG] pgmap v2500: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.012694+0000 mon.a (mon.0) 7860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.013222+0000 mgr.y (mgr.25387) 3840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.040936+0000 mon.a (mon.0) 7861 : audit [DBG] from='client.? 172.21.15.97:0/2308465218' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.069373+0000 mon.a (mon.0) 7862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.071239+0000 mon.a (mon.0) 7863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.072034+0000 mon.a (mon.0) 7864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.073861+0000 mon.a (mon.0) 7865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.074463+0000 mon.a (mon.0) 7866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.075788+0000 mgr.y (mgr.25387) 3841 : cluster [DBG] pgmap v2501: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.076124+0000 mgr.y (mgr.25387) 3842 : cluster [DBG] pgmap v2502: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.081330+0000 mon.a (mon.0) 7867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.081789+0000 mgr.y (mgr.25387) 3843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.121442+0000 mon.a (mon.0) 7868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.123158+0000 mon.a (mon.0) 7869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.123876+0000 mon.a (mon.0) 7870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.125521+0000 mon.a (mon.0) 7871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.126041+0000 mon.a (mon.0) 7872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.622682+0000 mon.a (mon.0) 7926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.629184+0000 mon.a (mon.0) 7927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.671554+0000 mon.a (mon.0) 7928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.673532+0000 mon.a (mon.0) 7929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.674497+0000 mon.a (mon.0) 7930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.676434+0000 mon.a (mon.0) 7931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.677130+0000 mon.a (mon.0) 7932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.683193+0000 mon.a (mon.0) 7933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.740040+0000 mon.a (mon.0) 7934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.741893+0000 mon.a (mon.0) 7935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.742748+0000 mon.a (mon.0) 7936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.744753+0000 mon.a (mon.0) 7937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.745440+0000 mon.a (mon.0) 7938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.751842+0000 mon.a (mon.0) 7939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.794490+0000 mon.a (mon.0) 7940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.796419+0000 mon.a (mon.0) 7941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.797226+0000 mon.a (mon.0) 7942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.799152+0000 mon.a (mon.0) 7943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.799767+0000 mon.a (mon.0) 7944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.807648+0000 mon.a (mon.0) 7945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.880800+0000 mon.a (mon.0) 7946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.882768+0000 mon.a (mon.0) 7947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.883778+0000 mon.a (mon.0) 7948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.885590+0000 mon.a (mon.0) 7949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.886189+0000 mon.a (mon.0) 7950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[73934]: audit 2024-03-30T04:48:25.894444+0000 mon.a (mon.0) 7951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.127282+0000 mgr.y (mgr.25387) 3844 : cluster [DBG] pgmap v2503: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.127605+0000 mgr.y (mgr.25387) 3845 : cluster [DBG] pgmap v2504: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.132950+0000 mon.a (mon.0) 7873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.133395+0000 mgr.y (mgr.25387) 3846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.173110+0000 mon.a (mon.0) 7874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.174884+0000 mon.a (mon.0) 7875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.175685+0000 mon.a (mon.0) 7876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.177495+0000 mon.a (mon.0) 7877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.178111+0000 mon.a (mon.0) 7878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.184973+0000 mon.a (mon.0) 7879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.225180+0000 mon.a (mon.0) 7880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.227039+0000 mon.a (mon.0) 7881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.227861+0000 mon.a (mon.0) 7882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.229774+0000 mon.a (mon.0) 7883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.230418+0000 mon.a (mon.0) 7884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.237322+0000 mon.a (mon.0) 7885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.277299+0000 mon.a (mon.0) 7886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.279206+0000 mon.a (mon.0) 7887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.279989+0000 mon.a (mon.0) 7888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.281853+0000 mon.a (mon.0) 7889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.282426+0000 mon.a (mon.0) 7890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.289396+0000 mon.a (mon.0) 7891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.330107+0000 mon.a (mon.0) 7892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.331969+0000 mon.a (mon.0) 7893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.332864+0000 mon.a (mon.0) 7894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.334733+0000 mon.a (mon.0) 7895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.335415+0000 mon.a (mon.0) 7896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.342593+0000 mon.a (mon.0) 7897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.386144+0000 mon.a (mon.0) 7898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.388105+0000 mon.a (mon.0) 7899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.389002+0000 mon.a (mon.0) 7900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.390867+0000 mon.a (mon.0) 7901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.391504+0000 mon.a (mon.0) 7902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.398493+0000 mon.a (mon.0) 7903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.439406+0000 mon.a (mon.0) 7904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.441336+0000 mon.a (mon.0) 7905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.442201+0000 mon.a (mon.0) 7906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.444004+0000 mon.a (mon.0) 7907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.444638+0000 mon.a (mon.0) 7908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.451699+0000 mon.a (mon.0) 7909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.492239+0000 mon.a (mon.0) 7910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.494116+0000 mon.a (mon.0) 7911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.494982+0000 mon.a (mon.0) 7912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.496860+0000 mon.a (mon.0) 7913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.497498+0000 mon.a (mon.0) 7914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.504316+0000 mon.a (mon.0) 7915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.546994+0000 mon.a (mon.0) 7916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.549095+0000 mon.a (mon.0) 7917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.550060+0000 mon.a (mon.0) 7918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.552173+0000 mon.a (mon.0) 7919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.552873+0000 mon.a (mon.0) 7920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.560175+0000 mon.a (mon.0) 7921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.616668+0000 mon.a (mon.0) 7922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.618760+0000 mon.a (mon.0) 7923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.619707+0000 mon.a (mon.0) 7924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.621903+0000 mon.a (mon.0) 7925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.622682+0000 mon.a (mon.0) 7926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.629184+0000 mon.a (mon.0) 7927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.671554+0000 mon.a (mon.0) 7928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.673532+0000 mon.a (mon.0) 7929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.674497+0000 mon.a (mon.0) 7930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.676434+0000 mon.a (mon.0) 7931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.677130+0000 mon.a (mon.0) 7932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.683193+0000 mon.a (mon.0) 7933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.740040+0000 mon.a (mon.0) 7934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.741893+0000 mon.a (mon.0) 7935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.742748+0000 mon.a (mon.0) 7936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.744753+0000 mon.a (mon.0) 7937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.745440+0000 mon.a (mon.0) 7938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.751842+0000 mon.a (mon.0) 7939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.794490+0000 mon.a (mon.0) 7940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.796419+0000 mon.a (mon.0) 7941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.797226+0000 mon.a (mon.0) 7942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.799152+0000 mon.a (mon.0) 7943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.799767+0000 mon.a (mon.0) 7944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.807648+0000 mon.a (mon.0) 7945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.880800+0000 mon.a (mon.0) 7946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.882768+0000 mon.a (mon.0) 7947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.883778+0000 mon.a (mon.0) 7948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.885590+0000 mon.a (mon.0) 7949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.886189+0000 mon.a (mon.0) 7950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:26.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:25 smithi097 bash[69502]: audit 2024-03-30T04:48:25.894444+0000 mon.a (mon.0) 7951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:26.507 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[69884]: debug 2024-03-30T04:48:26.296+0000 7f783feeb700 1 -- 172.21.15.105:0/1262138603 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5602cbe2b680 con 0x5602cbe69000 2024-03-30T04:48:27.207 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[69884]: debug 2024-03-30T04:48:26.840+0000 7f78490837c0 -1 Falling back to public interface 2024-03-30T04:48:27.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.179533+0000 mgr.y (mgr.25387) 3847 : cluster [DBG] pgmap v2505: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.179902+0000 mgr.y (mgr.25387) 3848 : cluster [DBG] pgmap v2506: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.185379+0000 mgr.y (mgr.25387) 3849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.231771+0000 mgr.y (mgr.25387) 3850 : cluster [DBG] pgmap v2507: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.232145+0000 mgr.y (mgr.25387) 3851 : cluster [DBG] pgmap v2508: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.237730+0000 mgr.y (mgr.25387) 3852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.283727+0000 mgr.y (mgr.25387) 3853 : cluster [DBG] pgmap v2509: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.284078+0000 mgr.y (mgr.25387) 3854 : cluster [DBG] pgmap v2510: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.289812+0000 mgr.y (mgr.25387) 3855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.336846+0000 mgr.y (mgr.25387) 3856 : cluster [DBG] pgmap v2511: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.337199+0000 mgr.y (mgr.25387) 3857 : cluster [DBG] pgmap v2512: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.343026+0000 mgr.y (mgr.25387) 3858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.392975+0000 mgr.y (mgr.25387) 3859 : cluster [DBG] pgmap v2513: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.393312+0000 mgr.y (mgr.25387) 3860 : cluster [DBG] pgmap v2514: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.398953+0000 mgr.y (mgr.25387) 3861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.446074+0000 mgr.y (mgr.25387) 3862 : cluster [DBG] pgmap v2515: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.446413+0000 mgr.y (mgr.25387) 3863 : cluster [DBG] pgmap v2516: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.452116+0000 mgr.y (mgr.25387) 3864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.498806+0000 mgr.y (mgr.25387) 3865 : cluster [DBG] pgmap v2517: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.499159+0000 mgr.y (mgr.25387) 3866 : cluster [DBG] pgmap v2518: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.504768+0000 mgr.y (mgr.25387) 3867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.554231+0000 mgr.y (mgr.25387) 3868 : cluster [DBG] pgmap v2519: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.554585+0000 mgr.y (mgr.25387) 3869 : cluster [DBG] pgmap v2520: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.560664+0000 mgr.y (mgr.25387) 3870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.624201+0000 mgr.y (mgr.25387) 3871 : cluster [DBG] pgmap v2521: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.624491+0000 mgr.y (mgr.25387) 3872 : cluster [DBG] pgmap v2522: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.629758+0000 mgr.y (mgr.25387) 3873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.678505+0000 mgr.y (mgr.25387) 3874 : cluster [DBG] pgmap v2523: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.678930+0000 mgr.y (mgr.25387) 3875 : cluster [DBG] pgmap v2524: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.683602+0000 mgr.y (mgr.25387) 3876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.746818+0000 mgr.y (mgr.25387) 3877 : cluster [DBG] pgmap v2525: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.747127+0000 mgr.y (mgr.25387) 3878 : cluster [DBG] pgmap v2526: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.752458+0000 mgr.y (mgr.25387) 3879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.801115+0000 mgr.y (mgr.25387) 3880 : cluster [DBG] pgmap v2527: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.801447+0000 mgr.y (mgr.25387) 3881 : cluster [DBG] pgmap v2528: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.808078+0000 mgr.y (mgr.25387) 3882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.887498+0000 mgr.y (mgr.25387) 3883 : cluster [DBG] pgmap v2529: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.887823+0000 mgr.y (mgr.25387) 3884 : cluster [DBG] pgmap v2530: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.894801+0000 mgr.y (mgr.25387) 3885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:25.952498+0000 mon.a (mon.0) 7952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:25.954803+0000 mon.a (mon.0) 7953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:25.955778+0000 mon.a (mon.0) 7954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:25.958065+0000 mon.a (mon.0) 7955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:25.958791+0000 mon.a (mon.0) 7956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.960114+0000 mgr.y (mgr.25387) 3886 : cluster [DBG] pgmap v2531: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:25.960422+0000 mgr.y (mgr.25387) 3887 : cluster [DBG] pgmap v2532: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:25.965234+0000 mon.a (mon.0) 7957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:25.965636+0000 mgr.y (mgr.25387) 3888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.038056+0000 mon.a (mon.0) 7958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.039840+0000 mon.a (mon.0) 7959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.040595+0000 mon.a (mon.0) 7960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.042436+0000 mon.a (mon.0) 7961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.042971+0000 mon.a (mon.0) 7962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.044246+0000 mgr.y (mgr.25387) 3889 : cluster [DBG] pgmap v2533: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.044567+0000 mgr.y (mgr.25387) 3890 : cluster [DBG] pgmap v2534: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.049652+0000 mon.a (mon.0) 7963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.050234+0000 mgr.y (mgr.25387) 3891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.106987+0000 mon.a (mon.0) 7964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.108855+0000 mon.a (mon.0) 7965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.109702+0000 mon.a (mon.0) 7966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.111759+0000 mon.a (mon.0) 7967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.112443+0000 mon.a (mon.0) 7968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.113759+0000 mgr.y (mgr.25387) 3892 : cluster [DBG] pgmap v2535: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.114110+0000 mgr.y (mgr.25387) 3893 : cluster [DBG] pgmap v2536: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.118166+0000 mon.a (mon.0) 7969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.118561+0000 mgr.y (mgr.25387) 3894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.159117+0000 mon.a (mon.0) 7970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.160847+0000 mon.a (mon.0) 7971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.161645+0000 mon.a (mon.0) 7972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.163539+0000 mon.a (mon.0) 7973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.164181+0000 mon.a (mon.0) 7974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.170999+0000 mon.a (mon.0) 7975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.244027+0000 mon.a (mon.0) 7976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.245798+0000 mon.a (mon.0) 7977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.246559+0000 mon.a (mon.0) 7978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.248292+0000 mon.a (mon.0) 7979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.248841+0000 mon.a (mon.0) 7980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.254431+0000 mon.a (mon.0) 7981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.295256+0000 mon.a (mon.0) 7982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.297157+0000 mon.a (mon.0) 7983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.298082+0000 mon.a (mon.0) 7984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.300101+0000 mon.a (mon.0) 7985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.300722+0000 mon.a (mon.0) 7986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.306248+0000 mon.a (mon.0) 7987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.347144+0000 mon.a (mon.0) 7988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.349120+0000 mon.a (mon.0) 7989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.349959+0000 mon.a (mon.0) 7990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.351958+0000 mon.a (mon.0) 7991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.352552+0000 mon.a (mon.0) 7992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.358105+0000 mon.a (mon.0) 7993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.398722+0000 mon.a (mon.0) 7994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.400558+0000 mon.a (mon.0) 7995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.401419+0000 mon.a (mon.0) 7996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.403198+0000 mon.a (mon.0) 7997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.403850+0000 mon.a (mon.0) 7998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.409338+0000 mon.a (mon.0) 7999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.449535+0000 mon.a (mon.0) 8000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.451410+0000 mon.a (mon.0) 8001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.452195+0000 mon.a (mon.0) 8002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.454008+0000 mon.a (mon.0) 8003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.454625+0000 mon.a (mon.0) 8004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.460277+0000 mon.a (mon.0) 8005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.501333+0000 mon.a (mon.0) 8006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.503279+0000 mon.a (mon.0) 8007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.504155+0000 mon.a (mon.0) 8008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.506060+0000 mon.a (mon.0) 8009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.506703+0000 mon.a (mon.0) 8010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.512534+0000 mon.a (mon.0) 8011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.553195+0000 mon.a (mon.0) 8012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.555139+0000 mon.a (mon.0) 8013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.556172+0000 mon.a (mon.0) 8014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.557928+0000 mon.a (mon.0) 8015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.558502+0000 mon.a (mon.0) 8016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.563929+0000 mon.a (mon.0) 8017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.604925+0000 mon.a (mon.0) 8018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.606657+0000 mon.a (mon.0) 8019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.607393+0000 mon.a (mon.0) 8020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.609122+0000 mon.a (mon.0) 8021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.609681+0000 mon.a (mon.0) 8022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.615213+0000 mon.a (mon.0) 8023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.656272+0000 mon.a (mon.0) 8024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.658445+0000 mon.a (mon.0) 8025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.659777+0000 mon.a (mon.0) 8026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.662513+0000 mon.a (mon.0) 8027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.663428+0000 mon.a (mon.0) 8028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.671549+0000 mon.a (mon.0) 8029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.713070+0000 mon.a (mon.0) 8030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.714858+0000 mon.a (mon.0) 8031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.715657+0000 mon.a (mon.0) 8032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.717480+0000 mon.a (mon.0) 8033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.718122+0000 mon.a (mon.0) 8034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.724701+0000 mon.a (mon.0) 8035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.765652+0000 mon.a (mon.0) 8036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.767739+0000 mon.a (mon.0) 8037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.768765+0000 mon.a (mon.0) 8038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.771022+0000 mon.a (mon.0) 8039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.771677+0000 mon.a (mon.0) 8040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.779520+0000 mon.a (mon.0) 8041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.820236+0000 mon.a (mon.0) 8042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.822022+0000 mon.a (mon.0) 8043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.822805+0000 mon.a (mon.0) 8044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.824509+0000 mon.a (mon.0) 8045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.825159+0000 mon.a (mon.0) 8046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.831697+0000 mon.a (mon.0) 8047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.872979+0000 mon.a (mon.0) 8048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.875244+0000 mon.a (mon.0) 8049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.876294+0000 mon.a (mon.0) 8050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.878324+0000 mon.a (mon.0) 8051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.878956+0000 mon.a (mon.0) 8052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.885826+0000 mon.a (mon.0) 8053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.926551+0000 mon.a (mon.0) 8054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.928511+0000 mon.a (mon.0) 8055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.929597+0000 mon.a (mon.0) 8056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.931794+0000 mon.a (mon.0) 8057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:26 smithi105 bash[58125]: audit 2024-03-30T04:48:26.932531+0000 mon.a (mon.0) 8058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.179533+0000 mgr.y (mgr.25387) 3847 : cluster [DBG] pgmap v2505: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.238 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.179902+0000 mgr.y (mgr.25387) 3848 : cluster [DBG] pgmap v2506: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.185379+0000 mgr.y (mgr.25387) 3849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.231771+0000 mgr.y (mgr.25387) 3850 : cluster [DBG] pgmap v2507: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.232145+0000 mgr.y (mgr.25387) 3851 : cluster [DBG] pgmap v2508: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.237730+0000 mgr.y (mgr.25387) 3852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.283727+0000 mgr.y (mgr.25387) 3853 : cluster [DBG] pgmap v2509: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.284078+0000 mgr.y (mgr.25387) 3854 : cluster [DBG] pgmap v2510: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.289812+0000 mgr.y (mgr.25387) 3855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.336846+0000 mgr.y (mgr.25387) 3856 : cluster [DBG] pgmap v2511: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.337199+0000 mgr.y (mgr.25387) 3857 : cluster [DBG] pgmap v2512: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.343026+0000 mgr.y (mgr.25387) 3858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.392975+0000 mgr.y (mgr.25387) 3859 : cluster [DBG] pgmap v2513: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.393312+0000 mgr.y (mgr.25387) 3860 : cluster [DBG] pgmap v2514: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.398953+0000 mgr.y (mgr.25387) 3861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.179533+0000 mgr.y (mgr.25387) 3847 : cluster [DBG] pgmap v2505: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.179902+0000 mgr.y (mgr.25387) 3848 : cluster [DBG] pgmap v2506: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.185379+0000 mgr.y (mgr.25387) 3849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.231771+0000 mgr.y (mgr.25387) 3850 : cluster [DBG] pgmap v2507: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.232145+0000 mgr.y (mgr.25387) 3851 : cluster [DBG] pgmap v2508: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.237730+0000 mgr.y (mgr.25387) 3852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.283727+0000 mgr.y (mgr.25387) 3853 : cluster [DBG] pgmap v2509: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.284078+0000 mgr.y (mgr.25387) 3854 : cluster [DBG] pgmap v2510: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.289812+0000 mgr.y (mgr.25387) 3855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.336846+0000 mgr.y (mgr.25387) 3856 : cluster [DBG] pgmap v2511: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.337199+0000 mgr.y (mgr.25387) 3857 : cluster [DBG] pgmap v2512: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.343026+0000 mgr.y (mgr.25387) 3858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.392975+0000 mgr.y (mgr.25387) 3859 : cluster [DBG] pgmap v2513: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.393312+0000 mgr.y (mgr.25387) 3860 : cluster [DBG] pgmap v2514: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.398953+0000 mgr.y (mgr.25387) 3861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.446074+0000 mgr.y (mgr.25387) 3862 : cluster [DBG] pgmap v2515: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.446413+0000 mgr.y (mgr.25387) 3863 : cluster [DBG] pgmap v2516: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.452116+0000 mgr.y (mgr.25387) 3864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.498806+0000 mgr.y (mgr.25387) 3865 : cluster [DBG] pgmap v2517: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.499159+0000 mgr.y (mgr.25387) 3866 : cluster [DBG] pgmap v2518: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.504768+0000 mgr.y (mgr.25387) 3867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.554231+0000 mgr.y (mgr.25387) 3868 : cluster [DBG] pgmap v2519: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.554585+0000 mgr.y (mgr.25387) 3869 : cluster [DBG] pgmap v2520: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.560664+0000 mgr.y (mgr.25387) 3870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.624201+0000 mgr.y (mgr.25387) 3871 : cluster [DBG] pgmap v2521: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.624491+0000 mgr.y (mgr.25387) 3872 : cluster [DBG] pgmap v2522: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.629758+0000 mgr.y (mgr.25387) 3873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.678505+0000 mgr.y (mgr.25387) 3874 : cluster [DBG] pgmap v2523: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.678930+0000 mgr.y (mgr.25387) 3875 : cluster [DBG] pgmap v2524: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.683602+0000 mgr.y (mgr.25387) 3876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.746818+0000 mgr.y (mgr.25387) 3877 : cluster [DBG] pgmap v2525: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.747127+0000 mgr.y (mgr.25387) 3878 : cluster [DBG] pgmap v2526: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.752458+0000 mgr.y (mgr.25387) 3879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.801115+0000 mgr.y (mgr.25387) 3880 : cluster [DBG] pgmap v2527: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.801447+0000 mgr.y (mgr.25387) 3881 : cluster [DBG] pgmap v2528: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.808078+0000 mgr.y (mgr.25387) 3882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.887498+0000 mgr.y (mgr.25387) 3883 : cluster [DBG] pgmap v2529: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.887823+0000 mgr.y (mgr.25387) 3884 : cluster [DBG] pgmap v2530: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.894801+0000 mgr.y (mgr.25387) 3885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:25.952498+0000 mon.a (mon.0) 7952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.243 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:25.954803+0000 mon.a (mon.0) 7953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:25.955778+0000 mon.a (mon.0) 7954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:25.958065+0000 mon.a (mon.0) 7955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:25.958791+0000 mon.a (mon.0) 7956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.960114+0000 mgr.y (mgr.25387) 3886 : cluster [DBG] pgmap v2531: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:25.960422+0000 mgr.y (mgr.25387) 3887 : cluster [DBG] pgmap v2532: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:25.965234+0000 mon.a (mon.0) 7957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.446074+0000 mgr.y (mgr.25387) 3862 : cluster [DBG] pgmap v2515: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.446413+0000 mgr.y (mgr.25387) 3863 : cluster [DBG] pgmap v2516: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.452116+0000 mgr.y (mgr.25387) 3864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.498806+0000 mgr.y (mgr.25387) 3865 : cluster [DBG] pgmap v2517: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.499159+0000 mgr.y (mgr.25387) 3866 : cluster [DBG] pgmap v2518: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.504768+0000 mgr.y (mgr.25387) 3867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.554231+0000 mgr.y (mgr.25387) 3868 : cluster [DBG] pgmap v2519: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.554585+0000 mgr.y (mgr.25387) 3869 : cluster [DBG] pgmap v2520: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 31 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.560664+0000 mgr.y (mgr.25387) 3870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.624201+0000 mgr.y (mgr.25387) 3871 : cluster [DBG] pgmap v2521: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.624491+0000 mgr.y (mgr.25387) 3872 : cluster [DBG] pgmap v2522: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.629758+0000 mgr.y (mgr.25387) 3873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.678505+0000 mgr.y (mgr.25387) 3874 : cluster [DBG] pgmap v2523: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.678930+0000 mgr.y (mgr.25387) 3875 : cluster [DBG] pgmap v2524: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.683602+0000 mgr.y (mgr.25387) 3876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.746818+0000 mgr.y (mgr.25387) 3877 : cluster [DBG] pgmap v2525: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.747127+0000 mgr.y (mgr.25387) 3878 : cluster [DBG] pgmap v2526: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.752458+0000 mgr.y (mgr.25387) 3879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.801115+0000 mgr.y (mgr.25387) 3880 : cluster [DBG] pgmap v2527: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.801447+0000 mgr.y (mgr.25387) 3881 : cluster [DBG] pgmap v2528: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.808078+0000 mgr.y (mgr.25387) 3882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.887498+0000 mgr.y (mgr.25387) 3883 : cluster [DBG] pgmap v2529: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.887823+0000 mgr.y (mgr.25387) 3884 : cluster [DBG] pgmap v2530: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.894801+0000 mgr.y (mgr.25387) 3885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:25.952498+0000 mon.a (mon.0) 7952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:25.954803+0000 mon.a (mon.0) 7953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:25.955778+0000 mon.a (mon.0) 7954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:25.958065+0000 mon.a (mon.0) 7955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:25.958791+0000 mon.a (mon.0) 7956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.960114+0000 mgr.y (mgr.25387) 3886 : cluster [DBG] pgmap v2531: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:25.960422+0000 mgr.y (mgr.25387) 3887 : cluster [DBG] pgmap v2532: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:25.965234+0000 mon.a (mon.0) 7957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:25.965636+0000 mgr.y (mgr.25387) 3888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.038056+0000 mon.a (mon.0) 7958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.039840+0000 mon.a (mon.0) 7959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.040595+0000 mon.a (mon.0) 7960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.042436+0000 mon.a (mon.0) 7961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.042971+0000 mon.a (mon.0) 7962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.044246+0000 mgr.y (mgr.25387) 3889 : cluster [DBG] pgmap v2533: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.044567+0000 mgr.y (mgr.25387) 3890 : cluster [DBG] pgmap v2534: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.049652+0000 mon.a (mon.0) 7963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.050234+0000 mgr.y (mgr.25387) 3891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.106987+0000 mon.a (mon.0) 7964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.108855+0000 mon.a (mon.0) 7965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.109702+0000 mon.a (mon.0) 7966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.111759+0000 mon.a (mon.0) 7967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.112443+0000 mon.a (mon.0) 7968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.113759+0000 mgr.y (mgr.25387) 3892 : cluster [DBG] pgmap v2535: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.114110+0000 mgr.y (mgr.25387) 3893 : cluster [DBG] pgmap v2536: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.118166+0000 mon.a (mon.0) 7969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.118561+0000 mgr.y (mgr.25387) 3894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.159117+0000 mon.a (mon.0) 7970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.160847+0000 mon.a (mon.0) 7971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.161645+0000 mon.a (mon.0) 7972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.163539+0000 mon.a (mon.0) 7973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.164181+0000 mon.a (mon.0) 7974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.170999+0000 mon.a (mon.0) 7975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.248 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.244027+0000 mon.a (mon.0) 7976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.245798+0000 mon.a (mon.0) 7977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.246559+0000 mon.a (mon.0) 7978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.248292+0000 mon.a (mon.0) 7979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.248841+0000 mon.a (mon.0) 7980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.254431+0000 mon.a (mon.0) 7981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.295256+0000 mon.a (mon.0) 7982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.297157+0000 mon.a (mon.0) 7983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.298082+0000 mon.a (mon.0) 7984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.300101+0000 mon.a (mon.0) 7985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.300722+0000 mon.a (mon.0) 7986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.306248+0000 mon.a (mon.0) 7987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.347144+0000 mon.a (mon.0) 7988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.349120+0000 mon.a (mon.0) 7989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.349959+0000 mon.a (mon.0) 7990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.351958+0000 mon.a (mon.0) 7991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.352552+0000 mon.a (mon.0) 7992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.358105+0000 mon.a (mon.0) 7993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.398722+0000 mon.a (mon.0) 7994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.400558+0000 mon.a (mon.0) 7995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.401419+0000 mon.a (mon.0) 7996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.403198+0000 mon.a (mon.0) 7997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.403850+0000 mon.a (mon.0) 7998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.409338+0000 mon.a (mon.0) 7999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.449535+0000 mon.a (mon.0) 8000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.451410+0000 mon.a (mon.0) 8001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.452195+0000 mon.a (mon.0) 8002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.454008+0000 mon.a (mon.0) 8003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.454625+0000 mon.a (mon.0) 8004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.460277+0000 mon.a (mon.0) 8005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.501333+0000 mon.a (mon.0) 8006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.503279+0000 mon.a (mon.0) 8007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.504155+0000 mon.a (mon.0) 8008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.506060+0000 mon.a (mon.0) 8009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.506703+0000 mon.a (mon.0) 8010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.512534+0000 mon.a (mon.0) 8011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.553195+0000 mon.a (mon.0) 8012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.555139+0000 mon.a (mon.0) 8013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.556172+0000 mon.a (mon.0) 8014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.557928+0000 mon.a (mon.0) 8015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.558502+0000 mon.a (mon.0) 8016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.563929+0000 mon.a (mon.0) 8017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.604925+0000 mon.a (mon.0) 8018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.606657+0000 mon.a (mon.0) 8019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.607393+0000 mon.a (mon.0) 8020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.609122+0000 mon.a (mon.0) 8021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.609681+0000 mon.a (mon.0) 8022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.615213+0000 mon.a (mon.0) 8023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.656272+0000 mon.a (mon.0) 8024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.658445+0000 mon.a (mon.0) 8025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.659777+0000 mon.a (mon.0) 8026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.662513+0000 mon.a (mon.0) 8027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.663428+0000 mon.a (mon.0) 8028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.671549+0000 mon.a (mon.0) 8029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.713070+0000 mon.a (mon.0) 8030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.714858+0000 mon.a (mon.0) 8031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.715657+0000 mon.a (mon.0) 8032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.717480+0000 mon.a (mon.0) 8033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.718122+0000 mon.a (mon.0) 8034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.724701+0000 mon.a (mon.0) 8035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.765652+0000 mon.a (mon.0) 8036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.767739+0000 mon.a (mon.0) 8037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.252 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.768765+0000 mon.a (mon.0) 8038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.771022+0000 mon.a (mon.0) 8039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.771677+0000 mon.a (mon.0) 8040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.779520+0000 mon.a (mon.0) 8041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.820236+0000 mon.a (mon.0) 8042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.822022+0000 mon.a (mon.0) 8043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.822805+0000 mon.a (mon.0) 8044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.824509+0000 mon.a (mon.0) 8045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.825159+0000 mon.a (mon.0) 8046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.831697+0000 mon.a (mon.0) 8047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.872979+0000 mon.a (mon.0) 8048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.875244+0000 mon.a (mon.0) 8049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.876294+0000 mon.a (mon.0) 8050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.878324+0000 mon.a (mon.0) 8051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.878956+0000 mon.a (mon.0) 8052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.885826+0000 mon.a (mon.0) 8053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.926551+0000 mon.a (mon.0) 8054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.928511+0000 mon.a (mon.0) 8055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.929597+0000 mon.a (mon.0) 8056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.931794+0000 mon.a (mon.0) 8057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[73934]: audit 2024-03-30T04:48:26.932531+0000 mon.a (mon.0) 8058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:25.965636+0000 mgr.y (mgr.25387) 3888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.038056+0000 mon.a (mon.0) 7958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.039840+0000 mon.a (mon.0) 7959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.040595+0000 mon.a (mon.0) 7960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.042436+0000 mon.a (mon.0) 7961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.042971+0000 mon.a (mon.0) 7962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.044246+0000 mgr.y (mgr.25387) 3889 : cluster [DBG] pgmap v2533: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.044567+0000 mgr.y (mgr.25387) 3890 : cluster [DBG] pgmap v2534: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.049652+0000 mon.a (mon.0) 7963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.050234+0000 mgr.y (mgr.25387) 3891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.106987+0000 mon.a (mon.0) 7964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.108855+0000 mon.a (mon.0) 7965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.109702+0000 mon.a (mon.0) 7966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.111759+0000 mon.a (mon.0) 7967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.112443+0000 mon.a (mon.0) 7968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.113759+0000 mgr.y (mgr.25387) 3892 : cluster [DBG] pgmap v2535: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.114110+0000 mgr.y (mgr.25387) 3893 : cluster [DBG] pgmap v2536: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.118166+0000 mon.a (mon.0) 7969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.118561+0000 mgr.y (mgr.25387) 3894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.159117+0000 mon.a (mon.0) 7970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.160847+0000 mon.a (mon.0) 7971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.161645+0000 mon.a (mon.0) 7972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.163539+0000 mon.a (mon.0) 7973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.164181+0000 mon.a (mon.0) 7974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.170999+0000 mon.a (mon.0) 7975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.244027+0000 mon.a (mon.0) 7976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.245798+0000 mon.a (mon.0) 7977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.246559+0000 mon.a (mon.0) 7978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.248292+0000 mon.a (mon.0) 7979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.248841+0000 mon.a (mon.0) 7980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.254431+0000 mon.a (mon.0) 7981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.295256+0000 mon.a (mon.0) 7982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.297157+0000 mon.a (mon.0) 7983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.298082+0000 mon.a (mon.0) 7984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.300101+0000 mon.a (mon.0) 7985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.300722+0000 mon.a (mon.0) 7986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.306248+0000 mon.a (mon.0) 7987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.347144+0000 mon.a (mon.0) 7988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.349120+0000 mon.a (mon.0) 7989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.349959+0000 mon.a (mon.0) 7990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.351958+0000 mon.a (mon.0) 7991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.352552+0000 mon.a (mon.0) 7992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.358105+0000 mon.a (mon.0) 7993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.398722+0000 mon.a (mon.0) 7994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.400558+0000 mon.a (mon.0) 7995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.401419+0000 mon.a (mon.0) 7996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.403198+0000 mon.a (mon.0) 7997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.403850+0000 mon.a (mon.0) 7998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.409338+0000 mon.a (mon.0) 7999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.449535+0000 mon.a (mon.0) 8000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.451410+0000 mon.a (mon.0) 8001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.452195+0000 mon.a (mon.0) 8002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.454008+0000 mon.a (mon.0) 8003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.454625+0000 mon.a (mon.0) 8004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.460277+0000 mon.a (mon.0) 8005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.501333+0000 mon.a (mon.0) 8006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.503279+0000 mon.a (mon.0) 8007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.504155+0000 mon.a (mon.0) 8008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.506060+0000 mon.a (mon.0) 8009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.506703+0000 mon.a (mon.0) 8010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.512534+0000 mon.a (mon.0) 8011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.553195+0000 mon.a (mon.0) 8012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.555139+0000 mon.a (mon.0) 8013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.556172+0000 mon.a (mon.0) 8014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.557928+0000 mon.a (mon.0) 8015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.558502+0000 mon.a (mon.0) 8016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.563929+0000 mon.a (mon.0) 8017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.604925+0000 mon.a (mon.0) 8018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.606657+0000 mon.a (mon.0) 8019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.607393+0000 mon.a (mon.0) 8020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.609122+0000 mon.a (mon.0) 8021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.609681+0000 mon.a (mon.0) 8022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.615213+0000 mon.a (mon.0) 8023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.656272+0000 mon.a (mon.0) 8024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.658445+0000 mon.a (mon.0) 8025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.659777+0000 mon.a (mon.0) 8026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.662513+0000 mon.a (mon.0) 8027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.663428+0000 mon.a (mon.0) 8028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.671549+0000 mon.a (mon.0) 8029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.713070+0000 mon.a (mon.0) 8030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.714858+0000 mon.a (mon.0) 8031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.715657+0000 mon.a (mon.0) 8032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.717480+0000 mon.a (mon.0) 8033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.718122+0000 mon.a (mon.0) 8034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.724701+0000 mon.a (mon.0) 8035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.765652+0000 mon.a (mon.0) 8036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.767739+0000 mon.a (mon.0) 8037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.768765+0000 mon.a (mon.0) 8038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.771022+0000 mon.a (mon.0) 8039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.771677+0000 mon.a (mon.0) 8040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.779520+0000 mon.a (mon.0) 8041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.820236+0000 mon.a (mon.0) 8042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.822022+0000 mon.a (mon.0) 8043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.822805+0000 mon.a (mon.0) 8044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.824509+0000 mon.a (mon.0) 8045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.261 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.825159+0000 mon.a (mon.0) 8046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.831697+0000 mon.a (mon.0) 8047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.872979+0000 mon.a (mon.0) 8048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.875244+0000 mon.a (mon.0) 8049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.876294+0000 mon.a (mon.0) 8050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.878324+0000 mon.a (mon.0) 8051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.878956+0000 mon.a (mon.0) 8052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.885826+0000 mon.a (mon.0) 8053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.926551+0000 mon.a (mon.0) 8054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.928511+0000 mon.a (mon.0) 8055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.929597+0000 mon.a (mon.0) 8056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.931794+0000 mon.a (mon.0) 8057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:27.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:26 smithi097 bash[69502]: audit 2024-03-30T04:48:26.932531+0000 mon.a (mon.0) 8058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.165520+0000 mgr.y (mgr.25387) 3895 : cluster [DBG] pgmap v2537: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.165854+0000 mgr.y (mgr.25387) 3896 : cluster [DBG] pgmap v2538: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.171474+0000 mgr.y (mgr.25387) 3897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.250025+0000 mgr.y (mgr.25387) 3898 : cluster [DBG] pgmap v2539: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.250358+0000 mgr.y (mgr.25387) 3899 : cluster [DBG] pgmap v2540: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.254870+0000 mgr.y (mgr.25387) 3900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.302110+0000 mgr.y (mgr.25387) 3901 : cluster [DBG] pgmap v2541: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.302471+0000 mgr.y (mgr.25387) 3902 : cluster [DBG] pgmap v2542: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.306678+0000 mgr.y (mgr.25387) 3903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.353844+0000 mgr.y (mgr.25387) 3904 : cluster [DBG] pgmap v2543: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.354137+0000 mgr.y (mgr.25387) 3905 : cluster [DBG] pgmap v2544: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.358525+0000 mgr.y (mgr.25387) 3906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.405096+0000 mgr.y (mgr.25387) 3907 : cluster [DBG] pgmap v2545: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.405374+0000 mgr.y (mgr.25387) 3908 : cluster [DBG] pgmap v2546: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.409719+0000 mgr.y (mgr.25387) 3909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.455834+0000 mgr.y (mgr.25387) 3910 : cluster [DBG] pgmap v2547: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.456106+0000 mgr.y (mgr.25387) 3911 : cluster [DBG] pgmap v2548: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.460636+0000 mgr.y (mgr.25387) 3912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.508012+0000 mgr.y (mgr.25387) 3913 : cluster [DBG] pgmap v2549: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.508286+0000 mgr.y (mgr.25387) 3914 : cluster [DBG] pgmap v2550: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.512922+0000 mgr.y (mgr.25387) 3915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.559735+0000 mgr.y (mgr.25387) 3916 : cluster [DBG] pgmap v2551: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.560013+0000 mgr.y (mgr.25387) 3917 : cluster [DBG] pgmap v2552: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.564649+0000 mgr.y (mgr.25387) 3918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.610867+0000 mgr.y (mgr.25387) 3919 : cluster [DBG] pgmap v2553: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.611197+0000 mgr.y (mgr.25387) 3920 : cluster [DBG] pgmap v2554: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.615593+0000 mgr.y (mgr.25387) 3921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.665261+0000 mgr.y (mgr.25387) 3922 : cluster [DBG] pgmap v2555: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.665519+0000 mgr.y (mgr.25387) 3923 : cluster [DBG] pgmap v2556: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.672185+0000 mgr.y (mgr.25387) 3924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.719332+0000 mgr.y (mgr.25387) 3925 : cluster [DBG] pgmap v2557: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.719688+0000 mgr.y (mgr.25387) 3926 : cluster [DBG] pgmap v2558: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.725181+0000 mgr.y (mgr.25387) 3927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.773171+0000 mgr.y (mgr.25387) 3928 : cluster [DBG] pgmap v2559: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.773493+0000 mgr.y (mgr.25387) 3929 : cluster [DBG] pgmap v2560: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.780005+0000 mgr.y (mgr.25387) 3930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.826380+0000 mgr.y (mgr.25387) 3931 : cluster [DBG] pgmap v2561: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.826658+0000 mgr.y (mgr.25387) 3932 : cluster [DBG] pgmap v2562: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.832195+0000 mgr.y (mgr.25387) 3933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.880261+0000 mgr.y (mgr.25387) 3934 : cluster [DBG] pgmap v2563: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.880536+0000 mgr.y (mgr.25387) 3935 : cluster [DBG] pgmap v2564: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.886243+0000 mgr.y (mgr.25387) 3936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.933968+0000 mgr.y (mgr.25387) 3937 : cluster [DBG] pgmap v2565: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.934396+0000 mgr.y (mgr.25387) 3938 : cluster [DBG] pgmap v2566: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:26.951044+0000 mon.a (mon.0) 8059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:26.951697+0000 mgr.y (mgr.25387) 3939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:26.992926+0000 mon.a (mon.0) 8060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:26.994873+0000 mon.a (mon.0) 8061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:26.995872+0000 mon.a (mon.0) 8062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:26.997836+0000 mon.a (mon.0) 8063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:26.998450+0000 mon.a (mon.0) 8064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.999668+0000 mgr.y (mgr.25387) 3940 : cluster [DBG] pgmap v2567: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:26.999972+0000 mgr.y (mgr.25387) 3941 : cluster [DBG] pgmap v2568: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.004942+0000 mon.a (mon.0) 8065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.005387+0000 mgr.y (mgr.25387) 3942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.061799+0000 mon.a (mon.0) 8066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.063593+0000 mon.a (mon.0) 8067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.064404+0000 mon.a (mon.0) 8068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.066196+0000 mon.a (mon.0) 8069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.066746+0000 mon.a (mon.0) 8070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.067955+0000 mgr.y (mgr.25387) 3943 : cluster [DBG] pgmap v2569: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.068284+0000 mgr.y (mgr.25387) 3944 : cluster [DBG] pgmap v2570: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.072485+0000 mon.a (mon.0) 8071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.073034+0000 mgr.y (mgr.25387) 3945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.129413+0000 mon.a (mon.0) 8072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.131249+0000 mon.a (mon.0) 8073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.132132+0000 mon.a (mon.0) 8074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.133925+0000 mon.a (mon.0) 8075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.134572+0000 mon.a (mon.0) 8076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.135847+0000 mgr.y (mgr.25387) 3946 : cluster [DBG] pgmap v2571: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.136168+0000 mgr.y (mgr.25387) 3947 : cluster [DBG] pgmap v2572: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.142629+0000 mon.a (mon.0) 8077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.143107+0000 mgr.y (mgr.25387) 3948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.183157+0000 mon.a (mon.0) 8078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.184976+0000 mon.a (mon.0) 8079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.186028+0000 mon.a (mon.0) 8080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.188031+0000 mon.a (mon.0) 8081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.188687+0000 mon.a (mon.0) 8082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.197144+0000 mon.a (mon.0) 8083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.238162+0000 mon.a (mon.0) 8084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.240367+0000 mon.a (mon.0) 8085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.241385+0000 mon.a (mon.0) 8086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.243437+0000 mon.a (mon.0) 8087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.244095+0000 mon.a (mon.0) 8088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.252902+0000 mon.a (mon.0) 8089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.298731+0000 mon.a (mon.0) 8090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.301084+0000 mon.a (mon.0) 8091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.302062+0000 mon.a (mon.0) 8092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.304270+0000 mon.a (mon.0) 8093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.304983+0000 mon.a (mon.0) 8094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.312929+0000 mon.a (mon.0) 8095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.374123+0000 mon.a (mon.0) 8096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.376404+0000 mon.a (mon.0) 8097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.377403+0000 mon.a (mon.0) 8098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.379566+0000 mon.a (mon.0) 8099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.380260+0000 mon.a (mon.0) 8100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.388414+0000 mon.a (mon.0) 8101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.449894+0000 mon.a (mon.0) 8102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.452343+0000 mon.a (mon.0) 8103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.453331+0000 mon.a (mon.0) 8104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.455654+0000 mon.a (mon.0) 8105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.456286+0000 mon.a (mon.0) 8106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.464612+0000 mon.a (mon.0) 8107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.514565+0000 mon.a (mon.0) 8108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.517301+0000 mon.a (mon.0) 8109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.518381+0000 mon.a (mon.0) 8110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.520670+0000 mon.a (mon.0) 8111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.521439+0000 mon.a (mon.0) 8112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.529598+0000 mon.a (mon.0) 8113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.570090+0000 mon.a (mon.0) 8114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.571963+0000 mon.a (mon.0) 8115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.572778+0000 mon.a (mon.0) 8116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.574705+0000 mon.a (mon.0) 8117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.575315+0000 mon.a (mon.0) 8118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.583106+0000 mon.a (mon.0) 8119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.623820+0000 mon.a (mon.0) 8120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.625646+0000 mon.a (mon.0) 8121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.626450+0000 mon.a (mon.0) 8122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.628250+0000 mon.a (mon.0) 8123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.628854+0000 mon.a (mon.0) 8124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.636780+0000 mon.a (mon.0) 8125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.677407+0000 mon.a (mon.0) 8126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.679281+0000 mon.a (mon.0) 8127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.680138+0000 mon.a (mon.0) 8128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.682205+0000 mon.a (mon.0) 8129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.682864+0000 mon.a (mon.0) 8130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.690592+0000 mon.a (mon.0) 8131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.731069+0000 mon.a (mon.0) 8132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.733027+0000 mon.a (mon.0) 8133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.733885+0000 mon.a (mon.0) 8134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.735829+0000 mon.a (mon.0) 8135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.736468+0000 mon.a (mon.0) 8136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.744176+0000 mon.a (mon.0) 8137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.784553+0000 mon.a (mon.0) 8138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.786373+0000 mon.a (mon.0) 8139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.787096+0000 mon.a (mon.0) 8140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.788821+0000 mon.a (mon.0) 8141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.789379+0000 mon.a (mon.0) 8142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.797793+0000 mon.a (mon.0) 8143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.838198+0000 mon.a (mon.0) 8144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.839981+0000 mon.a (mon.0) 8145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.840758+0000 mon.a (mon.0) 8146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.842506+0000 mon.a (mon.0) 8147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.843045+0000 mon.a (mon.0) 8148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.851216+0000 mon.a (mon.0) 8149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.892196+0000 mon.a (mon.0) 8150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.894027+0000 mon.a (mon.0) 8151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.894842+0000 mon.a (mon.0) 8152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.896652+0000 mon.a (mon.0) 8153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.897247+0000 mon.a (mon.0) 8154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.223 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:27 smithi105 bash[58125]: audit 2024-03-30T04:48:27.905497+0000 mon.a (mon.0) 8155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.165520+0000 mgr.y (mgr.25387) 3895 : cluster [DBG] pgmap v2537: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.165854+0000 mgr.y (mgr.25387) 3896 : cluster [DBG] pgmap v2538: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.171474+0000 mgr.y (mgr.25387) 3897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.250025+0000 mgr.y (mgr.25387) 3898 : cluster [DBG] pgmap v2539: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.250358+0000 mgr.y (mgr.25387) 3899 : cluster [DBG] pgmap v2540: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.254870+0000 mgr.y (mgr.25387) 3900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.302110+0000 mgr.y (mgr.25387) 3901 : cluster [DBG] pgmap v2541: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.302471+0000 mgr.y (mgr.25387) 3902 : cluster [DBG] pgmap v2542: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.306678+0000 mgr.y (mgr.25387) 3903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.353844+0000 mgr.y (mgr.25387) 3904 : cluster [DBG] pgmap v2543: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.354137+0000 mgr.y (mgr.25387) 3905 : cluster [DBG] pgmap v2544: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.358525+0000 mgr.y (mgr.25387) 3906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.405096+0000 mgr.y (mgr.25387) 3907 : cluster [DBG] pgmap v2545: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.405374+0000 mgr.y (mgr.25387) 3908 : cluster [DBG] pgmap v2546: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.409719+0000 mgr.y (mgr.25387) 3909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.165520+0000 mgr.y (mgr.25387) 3895 : cluster [DBG] pgmap v2537: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.165854+0000 mgr.y (mgr.25387) 3896 : cluster [DBG] pgmap v2538: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.171474+0000 mgr.y (mgr.25387) 3897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.250025+0000 mgr.y (mgr.25387) 3898 : cluster [DBG] pgmap v2539: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.250358+0000 mgr.y (mgr.25387) 3899 : cluster [DBG] pgmap v2540: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.254870+0000 mgr.y (mgr.25387) 3900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.302110+0000 mgr.y (mgr.25387) 3901 : cluster [DBG] pgmap v2541: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.302471+0000 mgr.y (mgr.25387) 3902 : cluster [DBG] pgmap v2542: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.306678+0000 mgr.y (mgr.25387) 3903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.353844+0000 mgr.y (mgr.25387) 3904 : cluster [DBG] pgmap v2543: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.354137+0000 mgr.y (mgr.25387) 3905 : cluster [DBG] pgmap v2544: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.358525+0000 mgr.y (mgr.25387) 3906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.405096+0000 mgr.y (mgr.25387) 3907 : cluster [DBG] pgmap v2545: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.405374+0000 mgr.y (mgr.25387) 3908 : cluster [DBG] pgmap v2546: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.409719+0000 mgr.y (mgr.25387) 3909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.455834+0000 mgr.y (mgr.25387) 3910 : cluster [DBG] pgmap v2547: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.456106+0000 mgr.y (mgr.25387) 3911 : cluster [DBG] pgmap v2548: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.460636+0000 mgr.y (mgr.25387) 3912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.508012+0000 mgr.y (mgr.25387) 3913 : cluster [DBG] pgmap v2549: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.508286+0000 mgr.y (mgr.25387) 3914 : cluster [DBG] pgmap v2550: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.512922+0000 mgr.y (mgr.25387) 3915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.559735+0000 mgr.y (mgr.25387) 3916 : cluster [DBG] pgmap v2551: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.560013+0000 mgr.y (mgr.25387) 3917 : cluster [DBG] pgmap v2552: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.564649+0000 mgr.y (mgr.25387) 3918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.610867+0000 mgr.y (mgr.25387) 3919 : cluster [DBG] pgmap v2553: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.611197+0000 mgr.y (mgr.25387) 3920 : cluster [DBG] pgmap v2554: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.615593+0000 mgr.y (mgr.25387) 3921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.665261+0000 mgr.y (mgr.25387) 3922 : cluster [DBG] pgmap v2555: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.665519+0000 mgr.y (mgr.25387) 3923 : cluster [DBG] pgmap v2556: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.672185+0000 mgr.y (mgr.25387) 3924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.719332+0000 mgr.y (mgr.25387) 3925 : cluster [DBG] pgmap v2557: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.455834+0000 mgr.y (mgr.25387) 3910 : cluster [DBG] pgmap v2547: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.456106+0000 mgr.y (mgr.25387) 3911 : cluster [DBG] pgmap v2548: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.460636+0000 mgr.y (mgr.25387) 3912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.508012+0000 mgr.y (mgr.25387) 3913 : cluster [DBG] pgmap v2549: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.508286+0000 mgr.y (mgr.25387) 3914 : cluster [DBG] pgmap v2550: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.512922+0000 mgr.y (mgr.25387) 3915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.559735+0000 mgr.y (mgr.25387) 3916 : cluster [DBG] pgmap v2551: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.560013+0000 mgr.y (mgr.25387) 3917 : cluster [DBG] pgmap v2552: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.564649+0000 mgr.y (mgr.25387) 3918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.610867+0000 mgr.y (mgr.25387) 3919 : cluster [DBG] pgmap v2553: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.611197+0000 mgr.y (mgr.25387) 3920 : cluster [DBG] pgmap v2554: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.615593+0000 mgr.y (mgr.25387) 3921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.665261+0000 mgr.y (mgr.25387) 3922 : cluster [DBG] pgmap v2555: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.665519+0000 mgr.y (mgr.25387) 3923 : cluster [DBG] pgmap v2556: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.672185+0000 mgr.y (mgr.25387) 3924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.719332+0000 mgr.y (mgr.25387) 3925 : cluster [DBG] pgmap v2557: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.719688+0000 mgr.y (mgr.25387) 3926 : cluster [DBG] pgmap v2558: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.725181+0000 mgr.y (mgr.25387) 3927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.773171+0000 mgr.y (mgr.25387) 3928 : cluster [DBG] pgmap v2559: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.773493+0000 mgr.y (mgr.25387) 3929 : cluster [DBG] pgmap v2560: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.780005+0000 mgr.y (mgr.25387) 3930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.826380+0000 mgr.y (mgr.25387) 3931 : cluster [DBG] pgmap v2561: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.826658+0000 mgr.y (mgr.25387) 3932 : cluster [DBG] pgmap v2562: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.832195+0000 mgr.y (mgr.25387) 3933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.880261+0000 mgr.y (mgr.25387) 3934 : cluster [DBG] pgmap v2563: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.880536+0000 mgr.y (mgr.25387) 3935 : cluster [DBG] pgmap v2564: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.886243+0000 mgr.y (mgr.25387) 3936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.933968+0000 mgr.y (mgr.25387) 3937 : cluster [DBG] pgmap v2565: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.934396+0000 mgr.y (mgr.25387) 3938 : cluster [DBG] pgmap v2566: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:26.951044+0000 mon.a (mon.0) 8059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:26.951697+0000 mgr.y (mgr.25387) 3939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:26.992926+0000 mon.a (mon.0) 8060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:26.994873+0000 mon.a (mon.0) 8061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.719688+0000 mgr.y (mgr.25387) 3926 : cluster [DBG] pgmap v2558: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.725181+0000 mgr.y (mgr.25387) 3927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.773171+0000 mgr.y (mgr.25387) 3928 : cluster [DBG] pgmap v2559: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.773493+0000 mgr.y (mgr.25387) 3929 : cluster [DBG] pgmap v2560: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.780005+0000 mgr.y (mgr.25387) 3930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.826380+0000 mgr.y (mgr.25387) 3931 : cluster [DBG] pgmap v2561: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.826658+0000 mgr.y (mgr.25387) 3932 : cluster [DBG] pgmap v2562: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.832195+0000 mgr.y (mgr.25387) 3933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.880261+0000 mgr.y (mgr.25387) 3934 : cluster [DBG] pgmap v2563: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.880536+0000 mgr.y (mgr.25387) 3935 : cluster [DBG] pgmap v2564: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.886243+0000 mgr.y (mgr.25387) 3936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.933968+0000 mgr.y (mgr.25387) 3937 : cluster [DBG] pgmap v2565: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.934396+0000 mgr.y (mgr.25387) 3938 : cluster [DBG] pgmap v2566: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:26.951044+0000 mon.a (mon.0) 8059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:26.951697+0000 mgr.y (mgr.25387) 3939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:26.992926+0000 mon.a (mon.0) 8060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:26.994873+0000 mon.a (mon.0) 8061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:26.995872+0000 mon.a (mon.0) 8062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:26.997836+0000 mon.a (mon.0) 8063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:26.998450+0000 mon.a (mon.0) 8064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.999668+0000 mgr.y (mgr.25387) 3940 : cluster [DBG] pgmap v2567: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:26.999972+0000 mgr.y (mgr.25387) 3941 : cluster [DBG] pgmap v2568: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.004942+0000 mon.a (mon.0) 8065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.005387+0000 mgr.y (mgr.25387) 3942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.061799+0000 mon.a (mon.0) 8066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.063593+0000 mon.a (mon.0) 8067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.064404+0000 mon.a (mon.0) 8068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.066196+0000 mon.a (mon.0) 8069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.066746+0000 mon.a (mon.0) 8070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.067955+0000 mgr.y (mgr.25387) 3943 : cluster [DBG] pgmap v2569: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.068284+0000 mgr.y (mgr.25387) 3944 : cluster [DBG] pgmap v2570: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.072485+0000 mon.a (mon.0) 8071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.073034+0000 mgr.y (mgr.25387) 3945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.129413+0000 mon.a (mon.0) 8072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:26.995872+0000 mon.a (mon.0) 8062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:26.997836+0000 mon.a (mon.0) 8063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:26.998450+0000 mon.a (mon.0) 8064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.999668+0000 mgr.y (mgr.25387) 3940 : cluster [DBG] pgmap v2567: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:26.999972+0000 mgr.y (mgr.25387) 3941 : cluster [DBG] pgmap v2568: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.004942+0000 mon.a (mon.0) 8065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.005387+0000 mgr.y (mgr.25387) 3942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.061799+0000 mon.a (mon.0) 8066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.063593+0000 mon.a (mon.0) 8067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.064404+0000 mon.a (mon.0) 8068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.066196+0000 mon.a (mon.0) 8069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.066746+0000 mon.a (mon.0) 8070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.067955+0000 mgr.y (mgr.25387) 3943 : cluster [DBG] pgmap v2569: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.068284+0000 mgr.y (mgr.25387) 3944 : cluster [DBG] pgmap v2570: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.072485+0000 mon.a (mon.0) 8071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.073034+0000 mgr.y (mgr.25387) 3945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.129413+0000 mon.a (mon.0) 8072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.131249+0000 mon.a (mon.0) 8073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.132132+0000 mon.a (mon.0) 8074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.133925+0000 mon.a (mon.0) 8075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.134572+0000 mon.a (mon.0) 8076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.135847+0000 mgr.y (mgr.25387) 3946 : cluster [DBG] pgmap v2571: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.136168+0000 mgr.y (mgr.25387) 3947 : cluster [DBG] pgmap v2572: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.142629+0000 mon.a (mon.0) 8077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.143107+0000 mgr.y (mgr.25387) 3948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.183157+0000 mon.a (mon.0) 8078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.184976+0000 mon.a (mon.0) 8079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.186028+0000 mon.a (mon.0) 8080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.188031+0000 mon.a (mon.0) 8081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.188687+0000 mon.a (mon.0) 8082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.197144+0000 mon.a (mon.0) 8083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.238162+0000 mon.a (mon.0) 8084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.240367+0000 mon.a (mon.0) 8085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.241385+0000 mon.a (mon.0) 8086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.243437+0000 mon.a (mon.0) 8087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.244095+0000 mon.a (mon.0) 8088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.131249+0000 mon.a (mon.0) 8073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.132132+0000 mon.a (mon.0) 8074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.133925+0000 mon.a (mon.0) 8075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.134572+0000 mon.a (mon.0) 8076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.135847+0000 mgr.y (mgr.25387) 3946 : cluster [DBG] pgmap v2571: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.136168+0000 mgr.y (mgr.25387) 3947 : cluster [DBG] pgmap v2572: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.142629+0000 mon.a (mon.0) 8077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.143107+0000 mgr.y (mgr.25387) 3948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.183157+0000 mon.a (mon.0) 8078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.184976+0000 mon.a (mon.0) 8079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.186028+0000 mon.a (mon.0) 8080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.188031+0000 mon.a (mon.0) 8081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.188687+0000 mon.a (mon.0) 8082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.197144+0000 mon.a (mon.0) 8083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.238162+0000 mon.a (mon.0) 8084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.240367+0000 mon.a (mon.0) 8085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.241385+0000 mon.a (mon.0) 8086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.243437+0000 mon.a (mon.0) 8087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.244095+0000 mon.a (mon.0) 8088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.252902+0000 mon.a (mon.0) 8089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.298731+0000 mon.a (mon.0) 8090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.301084+0000 mon.a (mon.0) 8091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.302062+0000 mon.a (mon.0) 8092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.304270+0000 mon.a (mon.0) 8093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.304983+0000 mon.a (mon.0) 8094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.312929+0000 mon.a (mon.0) 8095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.374123+0000 mon.a (mon.0) 8096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.376404+0000 mon.a (mon.0) 8097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.377403+0000 mon.a (mon.0) 8098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.379566+0000 mon.a (mon.0) 8099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.380260+0000 mon.a (mon.0) 8100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.388414+0000 mon.a (mon.0) 8101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.449894+0000 mon.a (mon.0) 8102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.452343+0000 mon.a (mon.0) 8103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.453331+0000 mon.a (mon.0) 8104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.455654+0000 mon.a (mon.0) 8105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.456286+0000 mon.a (mon.0) 8106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.464612+0000 mon.a (mon.0) 8107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.252902+0000 mon.a (mon.0) 8089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.298731+0000 mon.a (mon.0) 8090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.301084+0000 mon.a (mon.0) 8091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.302062+0000 mon.a (mon.0) 8092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.304270+0000 mon.a (mon.0) 8093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.304983+0000 mon.a (mon.0) 8094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.312929+0000 mon.a (mon.0) 8095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.374123+0000 mon.a (mon.0) 8096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.376404+0000 mon.a (mon.0) 8097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.377403+0000 mon.a (mon.0) 8098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.379566+0000 mon.a (mon.0) 8099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.380260+0000 mon.a (mon.0) 8100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.388414+0000 mon.a (mon.0) 8101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.449894+0000 mon.a (mon.0) 8102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.452343+0000 mon.a (mon.0) 8103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.453331+0000 mon.a (mon.0) 8104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.455654+0000 mon.a (mon.0) 8105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.456286+0000 mon.a (mon.0) 8106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.464612+0000 mon.a (mon.0) 8107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.514565+0000 mon.a (mon.0) 8108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.517301+0000 mon.a (mon.0) 8109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.518381+0000 mon.a (mon.0) 8110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.520670+0000 mon.a (mon.0) 8111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.521439+0000 mon.a (mon.0) 8112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.529598+0000 mon.a (mon.0) 8113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.570090+0000 mon.a (mon.0) 8114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.571963+0000 mon.a (mon.0) 8115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.572778+0000 mon.a (mon.0) 8116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.574705+0000 mon.a (mon.0) 8117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.575315+0000 mon.a (mon.0) 8118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.583106+0000 mon.a (mon.0) 8119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.623820+0000 mon.a (mon.0) 8120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.625646+0000 mon.a (mon.0) 8121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.626450+0000 mon.a (mon.0) 8122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.628250+0000 mon.a (mon.0) 8123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.628854+0000 mon.a (mon.0) 8124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.636780+0000 mon.a (mon.0) 8125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.677407+0000 mon.a (mon.0) 8126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.514565+0000 mon.a (mon.0) 8108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.517301+0000 mon.a (mon.0) 8109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.518381+0000 mon.a (mon.0) 8110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.520670+0000 mon.a (mon.0) 8111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.521439+0000 mon.a (mon.0) 8112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.529598+0000 mon.a (mon.0) 8113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.570090+0000 mon.a (mon.0) 8114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.571963+0000 mon.a (mon.0) 8115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.572778+0000 mon.a (mon.0) 8116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.574705+0000 mon.a (mon.0) 8117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.575315+0000 mon.a (mon.0) 8118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.583106+0000 mon.a (mon.0) 8119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.623820+0000 mon.a (mon.0) 8120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.625646+0000 mon.a (mon.0) 8121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.626450+0000 mon.a (mon.0) 8122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.628250+0000 mon.a (mon.0) 8123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.628854+0000 mon.a (mon.0) 8124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.636780+0000 mon.a (mon.0) 8125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.677407+0000 mon.a (mon.0) 8126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.679281+0000 mon.a (mon.0) 8127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.680138+0000 mon.a (mon.0) 8128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.682205+0000 mon.a (mon.0) 8129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.682864+0000 mon.a (mon.0) 8130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.690592+0000 mon.a (mon.0) 8131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.731069+0000 mon.a (mon.0) 8132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.733027+0000 mon.a (mon.0) 8133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.733885+0000 mon.a (mon.0) 8134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.735829+0000 mon.a (mon.0) 8135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.736468+0000 mon.a (mon.0) 8136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.744176+0000 mon.a (mon.0) 8137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.784553+0000 mon.a (mon.0) 8138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.786373+0000 mon.a (mon.0) 8139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.787096+0000 mon.a (mon.0) 8140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.788821+0000 mon.a (mon.0) 8141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.789379+0000 mon.a (mon.0) 8142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.797793+0000 mon.a (mon.0) 8143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.838198+0000 mon.a (mon.0) 8144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.839981+0000 mon.a (mon.0) 8145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.679281+0000 mon.a (mon.0) 8127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.680138+0000 mon.a (mon.0) 8128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.682205+0000 mon.a (mon.0) 8129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.682864+0000 mon.a (mon.0) 8130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.690592+0000 mon.a (mon.0) 8131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.731069+0000 mon.a (mon.0) 8132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.733027+0000 mon.a (mon.0) 8133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.733885+0000 mon.a (mon.0) 8134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.735829+0000 mon.a (mon.0) 8135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.736468+0000 mon.a (mon.0) 8136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.744176+0000 mon.a (mon.0) 8137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.784553+0000 mon.a (mon.0) 8138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.786373+0000 mon.a (mon.0) 8139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.787096+0000 mon.a (mon.0) 8140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.788821+0000 mon.a (mon.0) 8141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.789379+0000 mon.a (mon.0) 8142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.797793+0000 mon.a (mon.0) 8143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.838198+0000 mon.a (mon.0) 8144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.839981+0000 mon.a (mon.0) 8145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.840758+0000 mon.a (mon.0) 8146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.842506+0000 mon.a (mon.0) 8147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.843045+0000 mon.a (mon.0) 8148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.851216+0000 mon.a (mon.0) 8149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.892196+0000 mon.a (mon.0) 8150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.894027+0000 mon.a (mon.0) 8151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.894842+0000 mon.a (mon.0) 8152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.401 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.896652+0000 mon.a (mon.0) 8153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.897247+0000 mon.a (mon.0) 8154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[69502]: audit 2024-03-30T04:48:27.905497+0000 mon.a (mon.0) 8155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.840758+0000 mon.a (mon.0) 8146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.842506+0000 mon.a (mon.0) 8147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.843045+0000 mon.a (mon.0) 8148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.851216+0000 mon.a (mon.0) 8149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.892196+0000 mon.a (mon.0) 8150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.894027+0000 mon.a (mon.0) 8151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.894842+0000 mon.a (mon.0) 8152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:28.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.896652+0000 mon.a (mon.0) 8153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:28.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.897247+0000 mon.a (mon.0) 8154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:28.403 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:27 smithi097 bash[73934]: audit 2024-03-30T04:48:27.905497+0000 mon.a (mon.0) 8155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.189963+0000 mgr.y (mgr.25387) 3949 : cluster [DBG] pgmap v2573: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.190257+0000 mgr.y (mgr.25387) 3950 : cluster [DBG] pgmap v2574: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.197581+0000 mgr.y (mgr.25387) 3951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.245969+0000 mgr.y (mgr.25387) 3952 : cluster [DBG] pgmap v2575: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.246338+0000 mgr.y (mgr.25387) 3953 : cluster [DBG] pgmap v2576: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.253441+0000 mgr.y (mgr.25387) 3954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.306341+0000 mgr.y (mgr.25387) 3955 : cluster [DBG] pgmap v2577: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.306678+0000 mgr.y (mgr.25387) 3956 : cluster [DBG] pgmap v2578: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.313362+0000 mgr.y (mgr.25387) 3957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.381657+0000 mgr.y (mgr.25387) 3958 : cluster [DBG] pgmap v2579: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.381984+0000 mgr.y (mgr.25387) 3959 : cluster [DBG] pgmap v2580: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.388918+0000 mgr.y (mgr.25387) 3960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.458544+0000 mgr.y (mgr.25387) 3961 : cluster [DBG] pgmap v2581: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.459464+0000 mgr.y (mgr.25387) 3962 : cluster [DBG] pgmap v2582: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.465544+0000 mgr.y (mgr.25387) 3963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.523006+0000 mgr.y (mgr.25387) 3964 : cluster [DBG] pgmap v2583: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.523317+0000 mgr.y (mgr.25387) 3965 : cluster [DBG] pgmap v2584: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.530096+0000 mgr.y (mgr.25387) 3966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.576546+0000 mgr.y (mgr.25387) 3967 : cluster [DBG] pgmap v2585: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.576926+0000 mgr.y (mgr.25387) 3968 : cluster [DBG] pgmap v2586: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.583523+0000 mgr.y (mgr.25387) 3969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.630099+0000 mgr.y (mgr.25387) 3970 : cluster [DBG] pgmap v2587: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.630372+0000 mgr.y (mgr.25387) 3971 : cluster [DBG] pgmap v2588: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.637248+0000 mgr.y (mgr.25387) 3972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.684111+0000 mgr.y (mgr.25387) 3973 : cluster [DBG] pgmap v2589: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.684394+0000 mgr.y (mgr.25387) 3974 : cluster [DBG] pgmap v2590: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.691065+0000 mgr.y (mgr.25387) 3975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.737738+0000 mgr.y (mgr.25387) 3976 : cluster [DBG] pgmap v2591: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.738013+0000 mgr.y (mgr.25387) 3977 : cluster [DBG] pgmap v2592: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.744628+0000 mgr.y (mgr.25387) 3978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.790559+0000 mgr.y (mgr.25387) 3979 : cluster [DBG] pgmap v2593: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.790821+0000 mgr.y (mgr.25387) 3980 : cluster [DBG] pgmap v2594: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.798234+0000 mgr.y (mgr.25387) 3981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.844280+0000 mgr.y (mgr.25387) 3982 : cluster [DBG] pgmap v2595: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.844606+0000 mgr.y (mgr.25387) 3983 : cluster [DBG] pgmap v2596: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.851694+0000 mgr.y (mgr.25387) 3984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.898443+0000 mgr.y (mgr.25387) 3985 : cluster [DBG] pgmap v2597: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.898741+0000 mgr.y (mgr.25387) 3986 : cluster [DBG] pgmap v2598: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.905944+0000 mgr.y (mgr.25387) 3987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:27.946762+0000 mon.a (mon.0) 8156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:27.958193+0000 mon.a (mon.0) 8157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:27.959197+0000 mon.a (mon.0) 8158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:27.961385+0000 mon.a (mon.0) 8159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:27.962084+0000 mon.a (mon.0) 8160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.963418+0000 mgr.y (mgr.25387) 3988 : cluster [DBG] pgmap v2599: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:27.963767+0000 mgr.y (mgr.25387) 3989 : cluster [DBG] pgmap v2600: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:27.967393+0000 mon.a (mon.0) 8161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:27.967759+0000 mgr.y (mgr.25387) 3990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.007557+0000 mon.a (mon.0) 8162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.009319+0000 mon.a (mon.0) 8163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.010102+0000 mon.a (mon.0) 8164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.011863+0000 mon.a (mon.0) 8165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.012402+0000 mon.a (mon.0) 8166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.013605+0000 mgr.y (mgr.25387) 3991 : cluster [DBG] pgmap v2601: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.013959+0000 mgr.y (mgr.25387) 3992 : cluster [DBG] pgmap v2602: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.018628+0000 mon.a (mon.0) 8167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.019105+0000 mgr.y (mgr.25387) 3993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.058958+0000 mon.a (mon.0) 8168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.060724+0000 mon.a (mon.0) 8169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.061558+0000 mon.a (mon.0) 8170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.063333+0000 mon.a (mon.0) 8171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.063922+0000 mon.a (mon.0) 8172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.065141+0000 mgr.y (mgr.25387) 3994 : cluster [DBG] pgmap v2603: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.065441+0000 mgr.y (mgr.25387) 3995 : cluster [DBG] pgmap v2604: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.069347+0000 mon.a (mon.0) 8173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.069889+0000 mgr.y (mgr.25387) 3996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.110203+0000 mon.a (mon.0) 8174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.112066+0000 mon.a (mon.0) 8175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.112845+0000 mon.a (mon.0) 8176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.114595+0000 mon.a (mon.0) 8177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.115145+0000 mon.a (mon.0) 8178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.116401+0000 mgr.y (mgr.25387) 3997 : cluster [DBG] pgmap v2605: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.116782+0000 mgr.y (mgr.25387) 3998 : cluster [DBG] pgmap v2606: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.121236+0000 mon.a (mon.0) 8179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.121671+0000 mgr.y (mgr.25387) 3999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.161440+0000 mon.a (mon.0) 8180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.163195+0000 mon.a (mon.0) 8181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.163963+0000 mon.a (mon.0) 8182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.165674+0000 mon.a (mon.0) 8183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.166278+0000 mon.a (mon.0) 8184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.171992+0000 mon.a (mon.0) 8185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.212556+0000 mon.a (mon.0) 8186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.214407+0000 mon.a (mon.0) 8187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.215201+0000 mon.a (mon.0) 8188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.217155+0000 mon.a (mon.0) 8189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.217844+0000 mon.a (mon.0) 8190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.224029+0000 mon.a (mon.0) 8191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.283615+0000 mon.a (mon.0) 8192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.286199+0000 mon.a (mon.0) 8193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.287035+0000 mon.a (mon.0) 8194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.289054+0000 mon.a (mon.0) 8195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.289643+0000 mon.a (mon.0) 8196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.295118+0000 mon.a (mon.0) 8197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.357155+0000 mon.a (mon.0) 8198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.359896+0000 mon.a (mon.0) 8199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.361491+0000 mon.a (mon.0) 8200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.364860+0000 mon.a (mon.0) 8201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.365889+0000 mon.a (mon.0) 8202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.376641+0000 mon.a (mon.0) 8203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.417879+0000 mon.a (mon.0) 8204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.420498+0000 mon.a (mon.0) 8205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.422046+0000 mon.a (mon.0) 8206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.424985+0000 mon.a (mon.0) 8207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.425813+0000 mon.a (mon.0) 8208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.436130+0000 mon.a (mon.0) 8209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.477055+0000 mon.a (mon.0) 8210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.479205+0000 mon.a (mon.0) 8211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.480233+0000 mon.a (mon.0) 8212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.482122+0000 mon.a (mon.0) 8213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.482764+0000 mon.a (mon.0) 8214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.488729+0000 mon.a (mon.0) 8215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.531065+0000 mon.a (mon.0) 8216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.533262+0000 mon.a (mon.0) 8217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.534351+0000 mon.a (mon.0) 8218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.536911+0000 mon.a (mon.0) 8219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.537614+0000 mon.a (mon.0) 8220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.543617+0000 mon.a (mon.0) 8221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.584300+0000 mon.a (mon.0) 8222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.586300+0000 mon.a (mon.0) 8223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.587111+0000 mon.a (mon.0) 8224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.589019+0000 mon.a (mon.0) 8225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.589723+0000 mon.a (mon.0) 8226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.595569+0000 mon.a (mon.0) 8227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.636544+0000 mon.a (mon.0) 8228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.638831+0000 mon.a (mon.0) 8229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.639925+0000 mon.a (mon.0) 8230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.642184+0000 mon.a (mon.0) 8231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.642899+0000 mon.a (mon.0) 8232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.649910+0000 mon.a (mon.0) 8233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.722848+0000 mon.a (mon.0) 8234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.725286+0000 mon.a (mon.0) 8235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.726972+0000 mon.a (mon.0) 8236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.730249+0000 mon.a (mon.0) 8237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.731025+0000 mon.a (mon.0) 8238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.741035+0000 mon.a (mon.0) 8239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.785709+0000 mon.a (mon.0) 8240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.788663+0000 mon.a (mon.0) 8241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.790101+0000 mon.a (mon.0) 8242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.793238+0000 mon.a (mon.0) 8243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.794226+0000 mon.a (mon.0) 8244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.802972+0000 mon.a (mon.0) 8245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.878465+0000 mon.a (mon.0) 8246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.881405+0000 mon.a (mon.0) 8247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.882894+0000 mon.a (mon.0) 8248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.886328+0000 mon.a (mon.0) 8249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.887354+0000 mon.a (mon.0) 8250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:28 smithi105 bash[58125]: audit 2024-03-30T04:48:28.896555+0000 mon.a (mon.0) 8251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.189963+0000 mgr.y (mgr.25387) 3949 : cluster [DBG] pgmap v2573: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.190257+0000 mgr.y (mgr.25387) 3950 : cluster [DBG] pgmap v2574: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.197581+0000 mgr.y (mgr.25387) 3951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.245969+0000 mgr.y (mgr.25387) 3952 : cluster [DBG] pgmap v2575: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.246338+0000 mgr.y (mgr.25387) 3953 : cluster [DBG] pgmap v2576: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.253441+0000 mgr.y (mgr.25387) 3954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.306341+0000 mgr.y (mgr.25387) 3955 : cluster [DBG] pgmap v2577: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.306678+0000 mgr.y (mgr.25387) 3956 : cluster [DBG] pgmap v2578: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.313362+0000 mgr.y (mgr.25387) 3957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.381657+0000 mgr.y (mgr.25387) 3958 : cluster [DBG] pgmap v2579: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.381984+0000 mgr.y (mgr.25387) 3959 : cluster [DBG] pgmap v2580: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.388918+0000 mgr.y (mgr.25387) 3960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.458544+0000 mgr.y (mgr.25387) 3961 : cluster [DBG] pgmap v2581: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.459464+0000 mgr.y (mgr.25387) 3962 : cluster [DBG] pgmap v2582: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.465544+0000 mgr.y (mgr.25387) 3963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.189963+0000 mgr.y (mgr.25387) 3949 : cluster [DBG] pgmap v2573: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.190257+0000 mgr.y (mgr.25387) 3950 : cluster [DBG] pgmap v2574: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.197581+0000 mgr.y (mgr.25387) 3951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.245969+0000 mgr.y (mgr.25387) 3952 : cluster [DBG] pgmap v2575: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.246338+0000 mgr.y (mgr.25387) 3953 : cluster [DBG] pgmap v2576: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.253441+0000 mgr.y (mgr.25387) 3954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.306341+0000 mgr.y (mgr.25387) 3955 : cluster [DBG] pgmap v2577: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.306678+0000 mgr.y (mgr.25387) 3956 : cluster [DBG] pgmap v2578: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.313362+0000 mgr.y (mgr.25387) 3957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.381657+0000 mgr.y (mgr.25387) 3958 : cluster [DBG] pgmap v2579: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.381984+0000 mgr.y (mgr.25387) 3959 : cluster [DBG] pgmap v2580: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.388918+0000 mgr.y (mgr.25387) 3960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.458544+0000 mgr.y (mgr.25387) 3961 : cluster [DBG] pgmap v2581: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.459464+0000 mgr.y (mgr.25387) 3962 : cluster [DBG] pgmap v2582: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.465544+0000 mgr.y (mgr.25387) 3963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.523006+0000 mgr.y (mgr.25387) 3964 : cluster [DBG] pgmap v2583: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.523317+0000 mgr.y (mgr.25387) 3965 : cluster [DBG] pgmap v2584: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.530096+0000 mgr.y (mgr.25387) 3966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.576546+0000 mgr.y (mgr.25387) 3967 : cluster [DBG] pgmap v2585: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.576926+0000 mgr.y (mgr.25387) 3968 : cluster [DBG] pgmap v2586: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.583523+0000 mgr.y (mgr.25387) 3969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.630099+0000 mgr.y (mgr.25387) 3970 : cluster [DBG] pgmap v2587: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.630372+0000 mgr.y (mgr.25387) 3971 : cluster [DBG] pgmap v2588: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.637248+0000 mgr.y (mgr.25387) 3972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.684111+0000 mgr.y (mgr.25387) 3973 : cluster [DBG] pgmap v2589: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.684394+0000 mgr.y (mgr.25387) 3974 : cluster [DBG] pgmap v2590: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.691065+0000 mgr.y (mgr.25387) 3975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.737738+0000 mgr.y (mgr.25387) 3976 : cluster [DBG] pgmap v2591: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.738013+0000 mgr.y (mgr.25387) 3977 : cluster [DBG] pgmap v2592: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.744628+0000 mgr.y (mgr.25387) 3978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.790559+0000 mgr.y (mgr.25387) 3979 : cluster [DBG] pgmap v2593: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.523006+0000 mgr.y (mgr.25387) 3964 : cluster [DBG] pgmap v2583: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.523317+0000 mgr.y (mgr.25387) 3965 : cluster [DBG] pgmap v2584: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.530096+0000 mgr.y (mgr.25387) 3966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.576546+0000 mgr.y (mgr.25387) 3967 : cluster [DBG] pgmap v2585: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.576926+0000 mgr.y (mgr.25387) 3968 : cluster [DBG] pgmap v2586: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.583523+0000 mgr.y (mgr.25387) 3969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.630099+0000 mgr.y (mgr.25387) 3970 : cluster [DBG] pgmap v2587: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.630372+0000 mgr.y (mgr.25387) 3971 : cluster [DBG] pgmap v2588: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.637248+0000 mgr.y (mgr.25387) 3972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.684111+0000 mgr.y (mgr.25387) 3973 : cluster [DBG] pgmap v2589: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.684394+0000 mgr.y (mgr.25387) 3974 : cluster [DBG] pgmap v2590: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.691065+0000 mgr.y (mgr.25387) 3975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.737738+0000 mgr.y (mgr.25387) 3976 : cluster [DBG] pgmap v2591: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.738013+0000 mgr.y (mgr.25387) 3977 : cluster [DBG] pgmap v2592: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.744628+0000 mgr.y (mgr.25387) 3978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.790559+0000 mgr.y (mgr.25387) 3979 : cluster [DBG] pgmap v2593: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.790821+0000 mgr.y (mgr.25387) 3980 : cluster [DBG] pgmap v2594: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.798234+0000 mgr.y (mgr.25387) 3981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.844280+0000 mgr.y (mgr.25387) 3982 : cluster [DBG] pgmap v2595: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.844606+0000 mgr.y (mgr.25387) 3983 : cluster [DBG] pgmap v2596: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.851694+0000 mgr.y (mgr.25387) 3984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.898443+0000 mgr.y (mgr.25387) 3985 : cluster [DBG] pgmap v2597: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.898741+0000 mgr.y (mgr.25387) 3986 : cluster [DBG] pgmap v2598: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.905944+0000 mgr.y (mgr.25387) 3987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:27.946762+0000 mon.a (mon.0) 8156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:27.958193+0000 mon.a (mon.0) 8157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:27.959197+0000 mon.a (mon.0) 8158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:27.961385+0000 mon.a (mon.0) 8159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:27.962084+0000 mon.a (mon.0) 8160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.963418+0000 mgr.y (mgr.25387) 3988 : cluster [DBG] pgmap v2599: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:27.963767+0000 mgr.y (mgr.25387) 3989 : cluster [DBG] pgmap v2600: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:27.967393+0000 mon.a (mon.0) 8161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:27.967759+0000 mgr.y (mgr.25387) 3990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.790821+0000 mgr.y (mgr.25387) 3980 : cluster [DBG] pgmap v2594: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.798234+0000 mgr.y (mgr.25387) 3981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.844280+0000 mgr.y (mgr.25387) 3982 : cluster [DBG] pgmap v2595: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.844606+0000 mgr.y (mgr.25387) 3983 : cluster [DBG] pgmap v2596: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.851694+0000 mgr.y (mgr.25387) 3984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.898443+0000 mgr.y (mgr.25387) 3985 : cluster [DBG] pgmap v2597: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.898741+0000 mgr.y (mgr.25387) 3986 : cluster [DBG] pgmap v2598: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.905944+0000 mgr.y (mgr.25387) 3987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:27.946762+0000 mon.a (mon.0) 8156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:27.958193+0000 mon.a (mon.0) 8157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:27.959197+0000 mon.a (mon.0) 8158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:27.961385+0000 mon.a (mon.0) 8159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:27.962084+0000 mon.a (mon.0) 8160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.963418+0000 mgr.y (mgr.25387) 3988 : cluster [DBG] pgmap v2599: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:27.963767+0000 mgr.y (mgr.25387) 3989 : cluster [DBG] pgmap v2600: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:27.967393+0000 mon.a (mon.0) 8161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:27.967759+0000 mgr.y (mgr.25387) 3990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.007557+0000 mon.a (mon.0) 8162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.009319+0000 mon.a (mon.0) 8163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.010102+0000 mon.a (mon.0) 8164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.011863+0000 mon.a (mon.0) 8165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.012402+0000 mon.a (mon.0) 8166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.013605+0000 mgr.y (mgr.25387) 3991 : cluster [DBG] pgmap v2601: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.013959+0000 mgr.y (mgr.25387) 3992 : cluster [DBG] pgmap v2602: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.018628+0000 mon.a (mon.0) 8167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.019105+0000 mgr.y (mgr.25387) 3993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.058958+0000 mon.a (mon.0) 8168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.060724+0000 mon.a (mon.0) 8169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.061558+0000 mon.a (mon.0) 8170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.063333+0000 mon.a (mon.0) 8171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.063922+0000 mon.a (mon.0) 8172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.065141+0000 mgr.y (mgr.25387) 3994 : cluster [DBG] pgmap v2603: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.065441+0000 mgr.y (mgr.25387) 3995 : cluster [DBG] pgmap v2604: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.069347+0000 mon.a (mon.0) 8173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.069889+0000 mgr.y (mgr.25387) 3996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.007557+0000 mon.a (mon.0) 8162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.009319+0000 mon.a (mon.0) 8163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.010102+0000 mon.a (mon.0) 8164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.011863+0000 mon.a (mon.0) 8165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.012402+0000 mon.a (mon.0) 8166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.013605+0000 mgr.y (mgr.25387) 3991 : cluster [DBG] pgmap v2601: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.013959+0000 mgr.y (mgr.25387) 3992 : cluster [DBG] pgmap v2602: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.018628+0000 mon.a (mon.0) 8167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.019105+0000 mgr.y (mgr.25387) 3993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.058958+0000 mon.a (mon.0) 8168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.060724+0000 mon.a (mon.0) 8169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.061558+0000 mon.a (mon.0) 8170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.063333+0000 mon.a (mon.0) 8171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.063922+0000 mon.a (mon.0) 8172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.065141+0000 mgr.y (mgr.25387) 3994 : cluster [DBG] pgmap v2603: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.065441+0000 mgr.y (mgr.25387) 3995 : cluster [DBG] pgmap v2604: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.069347+0000 mon.a (mon.0) 8173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.069889+0000 mgr.y (mgr.25387) 3996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.110203+0000 mon.a (mon.0) 8174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.112066+0000 mon.a (mon.0) 8175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.112845+0000 mon.a (mon.0) 8176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.114595+0000 mon.a (mon.0) 8177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.115145+0000 mon.a (mon.0) 8178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.116401+0000 mgr.y (mgr.25387) 3997 : cluster [DBG] pgmap v2605: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.116782+0000 mgr.y (mgr.25387) 3998 : cluster [DBG] pgmap v2606: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.121236+0000 mon.a (mon.0) 8179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.121671+0000 mgr.y (mgr.25387) 3999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.161440+0000 mon.a (mon.0) 8180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.163195+0000 mon.a (mon.0) 8181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.163963+0000 mon.a (mon.0) 8182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.165674+0000 mon.a (mon.0) 8183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.166278+0000 mon.a (mon.0) 8184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.171992+0000 mon.a (mon.0) 8185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.212556+0000 mon.a (mon.0) 8186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.214407+0000 mon.a (mon.0) 8187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.215201+0000 mon.a (mon.0) 8188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.110203+0000 mon.a (mon.0) 8174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.112066+0000 mon.a (mon.0) 8175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.112845+0000 mon.a (mon.0) 8176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.114595+0000 mon.a (mon.0) 8177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.115145+0000 mon.a (mon.0) 8178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.116401+0000 mgr.y (mgr.25387) 3997 : cluster [DBG] pgmap v2605: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.116782+0000 mgr.y (mgr.25387) 3998 : cluster [DBG] pgmap v2606: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.121236+0000 mon.a (mon.0) 8179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.121671+0000 mgr.y (mgr.25387) 3999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.161440+0000 mon.a (mon.0) 8180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.163195+0000 mon.a (mon.0) 8181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.163963+0000 mon.a (mon.0) 8182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.165674+0000 mon.a (mon.0) 8183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.166278+0000 mon.a (mon.0) 8184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.171992+0000 mon.a (mon.0) 8185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.212556+0000 mon.a (mon.0) 8186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.214407+0000 mon.a (mon.0) 8187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.215201+0000 mon.a (mon.0) 8188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.217155+0000 mon.a (mon.0) 8189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.217844+0000 mon.a (mon.0) 8190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.224029+0000 mon.a (mon.0) 8191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.283615+0000 mon.a (mon.0) 8192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.286199+0000 mon.a (mon.0) 8193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.287035+0000 mon.a (mon.0) 8194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.289054+0000 mon.a (mon.0) 8195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.289643+0000 mon.a (mon.0) 8196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.295118+0000 mon.a (mon.0) 8197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.357155+0000 mon.a (mon.0) 8198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.359896+0000 mon.a (mon.0) 8199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.361491+0000 mon.a (mon.0) 8200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.364860+0000 mon.a (mon.0) 8201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.365889+0000 mon.a (mon.0) 8202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.376641+0000 mon.a (mon.0) 8203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.417879+0000 mon.a (mon.0) 8204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.420498+0000 mon.a (mon.0) 8205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.422046+0000 mon.a (mon.0) 8206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.424985+0000 mon.a (mon.0) 8207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.217155+0000 mon.a (mon.0) 8189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.217844+0000 mon.a (mon.0) 8190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.224029+0000 mon.a (mon.0) 8191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.283615+0000 mon.a (mon.0) 8192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.286199+0000 mon.a (mon.0) 8193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.287035+0000 mon.a (mon.0) 8194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.289054+0000 mon.a (mon.0) 8195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.289643+0000 mon.a (mon.0) 8196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.295118+0000 mon.a (mon.0) 8197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.357155+0000 mon.a (mon.0) 8198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.359896+0000 mon.a (mon.0) 8199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.361491+0000 mon.a (mon.0) 8200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.364860+0000 mon.a (mon.0) 8201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.365889+0000 mon.a (mon.0) 8202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.376641+0000 mon.a (mon.0) 8203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.417879+0000 mon.a (mon.0) 8204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.420498+0000 mon.a (mon.0) 8205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.422046+0000 mon.a (mon.0) 8206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.424985+0000 mon.a (mon.0) 8207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.425813+0000 mon.a (mon.0) 8208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.436130+0000 mon.a (mon.0) 8209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.477055+0000 mon.a (mon.0) 8210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.479205+0000 mon.a (mon.0) 8211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.480233+0000 mon.a (mon.0) 8212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.482122+0000 mon.a (mon.0) 8213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.482764+0000 mon.a (mon.0) 8214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.488729+0000 mon.a (mon.0) 8215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.531065+0000 mon.a (mon.0) 8216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.533262+0000 mon.a (mon.0) 8217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.534351+0000 mon.a (mon.0) 8218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.536911+0000 mon.a (mon.0) 8219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.537614+0000 mon.a (mon.0) 8220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.543617+0000 mon.a (mon.0) 8221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.584300+0000 mon.a (mon.0) 8222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.586300+0000 mon.a (mon.0) 8223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.587111+0000 mon.a (mon.0) 8224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.589019+0000 mon.a (mon.0) 8225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.589723+0000 mon.a (mon.0) 8226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.425813+0000 mon.a (mon.0) 8208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.436130+0000 mon.a (mon.0) 8209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.477055+0000 mon.a (mon.0) 8210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.479205+0000 mon.a (mon.0) 8211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.480233+0000 mon.a (mon.0) 8212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.482122+0000 mon.a (mon.0) 8213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.482764+0000 mon.a (mon.0) 8214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.488729+0000 mon.a (mon.0) 8215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.531065+0000 mon.a (mon.0) 8216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.533262+0000 mon.a (mon.0) 8217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.534351+0000 mon.a (mon.0) 8218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.536911+0000 mon.a (mon.0) 8219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.537614+0000 mon.a (mon.0) 8220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.543617+0000 mon.a (mon.0) 8221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.584300+0000 mon.a (mon.0) 8222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.586300+0000 mon.a (mon.0) 8223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.587111+0000 mon.a (mon.0) 8224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.589019+0000 mon.a (mon.0) 8225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.589723+0000 mon.a (mon.0) 8226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.595569+0000 mon.a (mon.0) 8227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.636544+0000 mon.a (mon.0) 8228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.638831+0000 mon.a (mon.0) 8229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.639925+0000 mon.a (mon.0) 8230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.642184+0000 mon.a (mon.0) 8231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.642899+0000 mon.a (mon.0) 8232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.649910+0000 mon.a (mon.0) 8233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.722848+0000 mon.a (mon.0) 8234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.725286+0000 mon.a (mon.0) 8235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.726972+0000 mon.a (mon.0) 8236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.730249+0000 mon.a (mon.0) 8237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.731025+0000 mon.a (mon.0) 8238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.741035+0000 mon.a (mon.0) 8239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.785709+0000 mon.a (mon.0) 8240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.788663+0000 mon.a (mon.0) 8241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.790101+0000 mon.a (mon.0) 8242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.793238+0000 mon.a (mon.0) 8243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.794226+0000 mon.a (mon.0) 8244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.802972+0000 mon.a (mon.0) 8245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.878465+0000 mon.a (mon.0) 8246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.881405+0000 mon.a (mon.0) 8247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.882894+0000 mon.a (mon.0) 8248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.886328+0000 mon.a (mon.0) 8249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.887354+0000 mon.a (mon.0) 8250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[73934]: audit 2024-03-30T04:48:28.896555+0000 mon.a (mon.0) 8251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.595569+0000 mon.a (mon.0) 8227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.636544+0000 mon.a (mon.0) 8228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.638831+0000 mon.a (mon.0) 8229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.639925+0000 mon.a (mon.0) 8230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.642184+0000 mon.a (mon.0) 8231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.642899+0000 mon.a (mon.0) 8232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.649910+0000 mon.a (mon.0) 8233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.722848+0000 mon.a (mon.0) 8234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.725286+0000 mon.a (mon.0) 8235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.726972+0000 mon.a (mon.0) 8236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.730249+0000 mon.a (mon.0) 8237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.731025+0000 mon.a (mon.0) 8238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.741035+0000 mon.a (mon.0) 8239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.785709+0000 mon.a (mon.0) 8240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.788663+0000 mon.a (mon.0) 8241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.790101+0000 mon.a (mon.0) 8242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.793238+0000 mon.a (mon.0) 8243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.794226+0000 mon.a (mon.0) 8244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.802972+0000 mon.a (mon.0) 8245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.878465+0000 mon.a (mon.0) 8246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.881405+0000 mon.a (mon.0) 8247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.882894+0000 mon.a (mon.0) 8248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.886328+0000 mon.a (mon.0) 8249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.887354+0000 mon.a (mon.0) 8250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:29.400 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:28 smithi097 bash[69502]: audit 2024-03-30T04:48:28.896555+0000 mon.a (mon.0) 8251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[69884]: debug 2024-03-30T04:48:29.956+0000 7f78490837c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-30T04:48:30.208 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[69884]: debug 2024-03-30T04:48:30.000+0000 7f78490837c0 -1 osd.6 136 log_to_monitors true 2024-03-30T04:48:30.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.167556+0000 mgr.y (mgr.25387) 4000 : cluster [DBG] pgmap v2607: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.167923+0000 mgr.y (mgr.25387) 4001 : cluster [DBG] pgmap v2608: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.172468+0000 mgr.y (mgr.25387) 4002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.219236+0000 mgr.y (mgr.25387) 4003 : cluster [DBG] pgmap v2609: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.219491+0000 mgr.y (mgr.25387) 4004 : cluster [DBG] pgmap v2610: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.224493+0000 mgr.y (mgr.25387) 4005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.290976+0000 mgr.y (mgr.25387) 4006 : cluster [DBG] pgmap v2611: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.291268+0000 mgr.y (mgr.25387) 4007 : cluster [DBG] pgmap v2612: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.295536+0000 mgr.y (mgr.25387) 4008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.367562+0000 mgr.y (mgr.25387) 4009 : cluster [DBG] pgmap v2613: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.367803+0000 mgr.y (mgr.25387) 4010 : cluster [DBG] pgmap v2614: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.377459+0000 mgr.y (mgr.25387) 4011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.427398+0000 mgr.y (mgr.25387) 4012 : cluster [DBG] pgmap v2615: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.427640+0000 mgr.y (mgr.25387) 4013 : cluster [DBG] pgmap v2616: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.436594+0000 mgr.y (mgr.25387) 4014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.484029+0000 mgr.y (mgr.25387) 4015 : cluster [DBG] pgmap v2617: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.484424+0000 mgr.y (mgr.25387) 4016 : cluster [DBG] pgmap v2618: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.489165+0000 mgr.y (mgr.25387) 4017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.538950+0000 mgr.y (mgr.25387) 4018 : cluster [DBG] pgmap v2619: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.539362+0000 mgr.y (mgr.25387) 4019 : cluster [DBG] pgmap v2620: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.544078+0000 mgr.y (mgr.25387) 4020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.591175+0000 mgr.y (mgr.25387) 4021 : cluster [DBG] pgmap v2621: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.591582+0000 mgr.y (mgr.25387) 4022 : cluster [DBG] pgmap v2622: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.595989+0000 mgr.y (mgr.25387) 4023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.644467+0000 mgr.y (mgr.25387) 4024 : cluster [DBG] pgmap v2623: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.644872+0000 mgr.y (mgr.25387) 4025 : cluster [DBG] pgmap v2624: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.650405+0000 mgr.y (mgr.25387) 4026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.732404+0000 mgr.y (mgr.25387) 4027 : cluster [DBG] pgmap v2625: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.732738+0000 mgr.y (mgr.25387) 4028 : cluster [DBG] pgmap v2626: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.741537+0000 mgr.y (mgr.25387) 4029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.796371+0000 mgr.y (mgr.25387) 4030 : cluster [DBG] pgmap v2627: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.796798+0000 mgr.y (mgr.25387) 4031 : cluster [DBG] pgmap v2628: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.803570+0000 mgr.y (mgr.25387) 4032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.889403+0000 mgr.y (mgr.25387) 4033 : cluster [DBG] pgmap v2629: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:28.889739+0000 mgr.y (mgr.25387) 4034 : cluster [DBG] pgmap v2630: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:28.897143+0000 mgr.y (mgr.25387) 4035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.011954+0000 mon.a (mon.0) 8252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.015691+0000 mon.a (mon.0) 8253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.017344+0000 mon.a (mon.0) 8254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.020913+0000 mon.a (mon.0) 8255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.022046+0000 mon.a (mon.0) 8256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.024305+0000 mgr.y (mgr.25387) 4036 : cluster [DBG] pgmap v2631: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.024725+0000 mgr.y (mgr.25387) 4037 : cluster [DBG] pgmap v2632: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.033154+0000 mon.a (mon.0) 8257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.034148+0000 mgr.y (mgr.25387) 4038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.120373+0000 mon.a (mon.0) 8258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.122916+0000 mon.a (mon.0) 8259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.124139+0000 mon.a (mon.0) 8260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.127205+0000 mon.a (mon.0) 8261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.128109+0000 mon.a (mon.0) 8262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.130587+0000 mgr.y (mgr.25387) 4039 : cluster [DBG] pgmap v2633: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.131402+0000 mgr.y (mgr.25387) 4040 : cluster [DBG] pgmap v2634: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.136115+0000 mon.a (mon.0) 8263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.136755+0000 mgr.y (mgr.25387) 4041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.214280+0000 mon.a (mon.0) 8264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.217698+0000 mon.a (mon.0) 8265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.219024+0000 mon.a (mon.0) 8266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.222147+0000 mon.a (mon.0) 8267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.223136+0000 mon.a (mon.0) 8268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.231921+0000 mon.a (mon.0) 8269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.273238+0000 mon.a (mon.0) 8270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.275357+0000 mon.a (mon.0) 8271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.276175+0000 mon.a (mon.0) 8272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.278158+0000 mon.a (mon.0) 8273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.278789+0000 mon.a (mon.0) 8274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.284924+0000 mon.a (mon.0) 8275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.326923+0000 mon.a (mon.0) 8276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.329028+0000 mon.a (mon.0) 8277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.330035+0000 mon.a (mon.0) 8278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.332136+0000 mon.a (mon.0) 8279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.332793+0000 mon.a (mon.0) 8280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.339604+0000 mon.a (mon.0) 8281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.382345+0000 mon.a (mon.0) 8282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.384745+0000 mon.a (mon.0) 8283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.385720+0000 mon.a (mon.0) 8284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.388097+0000 mon.a (mon.0) 8285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.388865+0000 mon.a (mon.0) 8286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.399858+0000 mon.a (mon.0) 8287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.474285+0000 mon.a (mon.0) 8288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.476560+0000 mon.a (mon.0) 8289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.477961+0000 mon.a (mon.0) 8290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.481081+0000 mon.a (mon.0) 8291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.481925+0000 mon.a (mon.0) 8292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.491370+0000 mon.a (mon.0) 8293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.565698+0000 mon.a (mon.0) 8294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.567925+0000 mon.a (mon.0) 8295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.569057+0000 mon.a (mon.0) 8296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.571357+0000 mon.a (mon.0) 8297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.572126+0000 mon.a (mon.0) 8298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.582762+0000 mon.a (mon.0) 8299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.669433+0000 mon.a (mon.0) 8300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.673335+0000 mon.a (mon.0) 8301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.674778+0000 mon.a (mon.0) 8302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.678275+0000 mon.a (mon.0) 8303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.679303+0000 mon.a (mon.0) 8304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.689985+0000 mon.a (mon.0) 8305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.780171+0000 mon.a (mon.0) 8306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.784681+0000 mon.a (mon.0) 8307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.786859+0000 mon.a (mon.0) 8308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.790428+0000 mon.a (mon.0) 8309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.791301+0000 mon.a (mon.0) 8310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.800499+0000 mon.a (mon.0) 8311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.878075+0000 mon.a (mon.0) 8312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.882080+0000 mon.a (mon.0) 8313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.883886+0000 mon.a (mon.0) 8314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.887617+0000 mon.a (mon.0) 8315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.888884+0000 mon.a (mon.0) 8316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:29 smithi105 bash[58125]: audit 2024-03-30T04:48:29.900019+0000 mon.a (mon.0) 8317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.167556+0000 mgr.y (mgr.25387) 4000 : cluster [DBG] pgmap v2607: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.167923+0000 mgr.y (mgr.25387) 4001 : cluster [DBG] pgmap v2608: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.172468+0000 mgr.y (mgr.25387) 4002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.219236+0000 mgr.y (mgr.25387) 4003 : cluster [DBG] pgmap v2609: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.219491+0000 mgr.y (mgr.25387) 4004 : cluster [DBG] pgmap v2610: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.224493+0000 mgr.y (mgr.25387) 4005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.290976+0000 mgr.y (mgr.25387) 4006 : cluster [DBG] pgmap v2611: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.291268+0000 mgr.y (mgr.25387) 4007 : cluster [DBG] pgmap v2612: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.295536+0000 mgr.y (mgr.25387) 4008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.367562+0000 mgr.y (mgr.25387) 4009 : cluster [DBG] pgmap v2613: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.367803+0000 mgr.y (mgr.25387) 4010 : cluster [DBG] pgmap v2614: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.377459+0000 mgr.y (mgr.25387) 4011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.427398+0000 mgr.y (mgr.25387) 4012 : cluster [DBG] pgmap v2615: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.427640+0000 mgr.y (mgr.25387) 4013 : cluster [DBG] pgmap v2616: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.436594+0000 mgr.y (mgr.25387) 4014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.167556+0000 mgr.y (mgr.25387) 4000 : cluster [DBG] pgmap v2607: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.167923+0000 mgr.y (mgr.25387) 4001 : cluster [DBG] pgmap v2608: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.172468+0000 mgr.y (mgr.25387) 4002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.219236+0000 mgr.y (mgr.25387) 4003 : cluster [DBG] pgmap v2609: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.219491+0000 mgr.y (mgr.25387) 4004 : cluster [DBG] pgmap v2610: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.224493+0000 mgr.y (mgr.25387) 4005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.290976+0000 mgr.y (mgr.25387) 4006 : cluster [DBG] pgmap v2611: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.291268+0000 mgr.y (mgr.25387) 4007 : cluster [DBG] pgmap v2612: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.295536+0000 mgr.y (mgr.25387) 4008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.367562+0000 mgr.y (mgr.25387) 4009 : cluster [DBG] pgmap v2613: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.367803+0000 mgr.y (mgr.25387) 4010 : cluster [DBG] pgmap v2614: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.377459+0000 mgr.y (mgr.25387) 4011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.427398+0000 mgr.y (mgr.25387) 4012 : cluster [DBG] pgmap v2615: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.427640+0000 mgr.y (mgr.25387) 4013 : cluster [DBG] pgmap v2616: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.436594+0000 mgr.y (mgr.25387) 4014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.484029+0000 mgr.y (mgr.25387) 4015 : cluster [DBG] pgmap v2617: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.484424+0000 mgr.y (mgr.25387) 4016 : cluster [DBG] pgmap v2618: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.489165+0000 mgr.y (mgr.25387) 4017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.538950+0000 mgr.y (mgr.25387) 4018 : cluster [DBG] pgmap v2619: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.539362+0000 mgr.y (mgr.25387) 4019 : cluster [DBG] pgmap v2620: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.544078+0000 mgr.y (mgr.25387) 4020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.591175+0000 mgr.y (mgr.25387) 4021 : cluster [DBG] pgmap v2621: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.591582+0000 mgr.y (mgr.25387) 4022 : cluster [DBG] pgmap v2622: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.595989+0000 mgr.y (mgr.25387) 4023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.644467+0000 mgr.y (mgr.25387) 4024 : cluster [DBG] pgmap v2623: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.644872+0000 mgr.y (mgr.25387) 4025 : cluster [DBG] pgmap v2624: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.650405+0000 mgr.y (mgr.25387) 4026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.732404+0000 mgr.y (mgr.25387) 4027 : cluster [DBG] pgmap v2625: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.732738+0000 mgr.y (mgr.25387) 4028 : cluster [DBG] pgmap v2626: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.741537+0000 mgr.y (mgr.25387) 4029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.796371+0000 mgr.y (mgr.25387) 4030 : cluster [DBG] pgmap v2627: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.484029+0000 mgr.y (mgr.25387) 4015 : cluster [DBG] pgmap v2617: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.484424+0000 mgr.y (mgr.25387) 4016 : cluster [DBG] pgmap v2618: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.489165+0000 mgr.y (mgr.25387) 4017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.538950+0000 mgr.y (mgr.25387) 4018 : cluster [DBG] pgmap v2619: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.539362+0000 mgr.y (mgr.25387) 4019 : cluster [DBG] pgmap v2620: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.544078+0000 mgr.y (mgr.25387) 4020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.591175+0000 mgr.y (mgr.25387) 4021 : cluster [DBG] pgmap v2621: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.591582+0000 mgr.y (mgr.25387) 4022 : cluster [DBG] pgmap v2622: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.595989+0000 mgr.y (mgr.25387) 4023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.644467+0000 mgr.y (mgr.25387) 4024 : cluster [DBG] pgmap v2623: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.644872+0000 mgr.y (mgr.25387) 4025 : cluster [DBG] pgmap v2624: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.650405+0000 mgr.y (mgr.25387) 4026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.732404+0000 mgr.y (mgr.25387) 4027 : cluster [DBG] pgmap v2625: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.732738+0000 mgr.y (mgr.25387) 4028 : cluster [DBG] pgmap v2626: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.741537+0000 mgr.y (mgr.25387) 4029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.796371+0000 mgr.y (mgr.25387) 4030 : cluster [DBG] pgmap v2627: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.796798+0000 mgr.y (mgr.25387) 4031 : cluster [DBG] pgmap v2628: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.803570+0000 mgr.y (mgr.25387) 4032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.889403+0000 mgr.y (mgr.25387) 4033 : cluster [DBG] pgmap v2629: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:28.889739+0000 mgr.y (mgr.25387) 4034 : cluster [DBG] pgmap v2630: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:28.897143+0000 mgr.y (mgr.25387) 4035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.011954+0000 mon.a (mon.0) 8252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.015691+0000 mon.a (mon.0) 8253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.017344+0000 mon.a (mon.0) 8254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.020913+0000 mon.a (mon.0) 8255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.022046+0000 mon.a (mon.0) 8256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.024305+0000 mgr.y (mgr.25387) 4036 : cluster [DBG] pgmap v2631: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.024725+0000 mgr.y (mgr.25387) 4037 : cluster [DBG] pgmap v2632: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.033154+0000 mon.a (mon.0) 8257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.034148+0000 mgr.y (mgr.25387) 4038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.120373+0000 mon.a (mon.0) 8258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.122916+0000 mon.a (mon.0) 8259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.124139+0000 mon.a (mon.0) 8260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.127205+0000 mon.a (mon.0) 8261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.796798+0000 mgr.y (mgr.25387) 4031 : cluster [DBG] pgmap v2628: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.803570+0000 mgr.y (mgr.25387) 4032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.889403+0000 mgr.y (mgr.25387) 4033 : cluster [DBG] pgmap v2629: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:28.889739+0000 mgr.y (mgr.25387) 4034 : cluster [DBG] pgmap v2630: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:28.897143+0000 mgr.y (mgr.25387) 4035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.011954+0000 mon.a (mon.0) 8252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.015691+0000 mon.a (mon.0) 8253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.017344+0000 mon.a (mon.0) 8254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.020913+0000 mon.a (mon.0) 8255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.022046+0000 mon.a (mon.0) 8256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.024305+0000 mgr.y (mgr.25387) 4036 : cluster [DBG] pgmap v2631: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.024725+0000 mgr.y (mgr.25387) 4037 : cluster [DBG] pgmap v2632: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.033154+0000 mon.a (mon.0) 8257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.034148+0000 mgr.y (mgr.25387) 4038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.120373+0000 mon.a (mon.0) 8258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.122916+0000 mon.a (mon.0) 8259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.124139+0000 mon.a (mon.0) 8260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.127205+0000 mon.a (mon.0) 8261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.128109+0000 mon.a (mon.0) 8262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.130587+0000 mgr.y (mgr.25387) 4039 : cluster [DBG] pgmap v2633: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.131402+0000 mgr.y (mgr.25387) 4040 : cluster [DBG] pgmap v2634: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.136115+0000 mon.a (mon.0) 8263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.136755+0000 mgr.y (mgr.25387) 4041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.214280+0000 mon.a (mon.0) 8264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.217698+0000 mon.a (mon.0) 8265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.219024+0000 mon.a (mon.0) 8266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.222147+0000 mon.a (mon.0) 8267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.223136+0000 mon.a (mon.0) 8268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.231921+0000 mon.a (mon.0) 8269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.273238+0000 mon.a (mon.0) 8270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.275357+0000 mon.a (mon.0) 8271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.276175+0000 mon.a (mon.0) 8272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.278158+0000 mon.a (mon.0) 8273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.278789+0000 mon.a (mon.0) 8274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.284924+0000 mon.a (mon.0) 8275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.326923+0000 mon.a (mon.0) 8276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.128109+0000 mon.a (mon.0) 8262 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.130587+0000 mgr.y (mgr.25387) 4039 : cluster [DBG] pgmap v2633: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.131402+0000 mgr.y (mgr.25387) 4040 : cluster [DBG] pgmap v2634: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.136115+0000 mon.a (mon.0) 8263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.136755+0000 mgr.y (mgr.25387) 4041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.214280+0000 mon.a (mon.0) 8264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.217698+0000 mon.a (mon.0) 8265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.219024+0000 mon.a (mon.0) 8266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.222147+0000 mon.a (mon.0) 8267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.223136+0000 mon.a (mon.0) 8268 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.231921+0000 mon.a (mon.0) 8269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.273238+0000 mon.a (mon.0) 8270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.275357+0000 mon.a (mon.0) 8271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.276175+0000 mon.a (mon.0) 8272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.278158+0000 mon.a (mon.0) 8273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.278789+0000 mon.a (mon.0) 8274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.284924+0000 mon.a (mon.0) 8275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.326923+0000 mon.a (mon.0) 8276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.329028+0000 mon.a (mon.0) 8277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.330035+0000 mon.a (mon.0) 8278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.332136+0000 mon.a (mon.0) 8279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.332793+0000 mon.a (mon.0) 8280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.339604+0000 mon.a (mon.0) 8281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.382345+0000 mon.a (mon.0) 8282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.384745+0000 mon.a (mon.0) 8283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.385720+0000 mon.a (mon.0) 8284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.388097+0000 mon.a (mon.0) 8285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.388865+0000 mon.a (mon.0) 8286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.399858+0000 mon.a (mon.0) 8287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.474285+0000 mon.a (mon.0) 8288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.476560+0000 mon.a (mon.0) 8289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.477961+0000 mon.a (mon.0) 8290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.481081+0000 mon.a (mon.0) 8291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.481925+0000 mon.a (mon.0) 8292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.491370+0000 mon.a (mon.0) 8293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.565698+0000 mon.a (mon.0) 8294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.567925+0000 mon.a (mon.0) 8295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.329028+0000 mon.a (mon.0) 8277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.330035+0000 mon.a (mon.0) 8278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.332136+0000 mon.a (mon.0) 8279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.332793+0000 mon.a (mon.0) 8280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.339604+0000 mon.a (mon.0) 8281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.382345+0000 mon.a (mon.0) 8282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.384745+0000 mon.a (mon.0) 8283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.385720+0000 mon.a (mon.0) 8284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.388097+0000 mon.a (mon.0) 8285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.388865+0000 mon.a (mon.0) 8286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.399858+0000 mon.a (mon.0) 8287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.474285+0000 mon.a (mon.0) 8288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.476560+0000 mon.a (mon.0) 8289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.477961+0000 mon.a (mon.0) 8290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.481081+0000 mon.a (mon.0) 8291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.481925+0000 mon.a (mon.0) 8292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.491370+0000 mon.a (mon.0) 8293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.565698+0000 mon.a (mon.0) 8294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.567925+0000 mon.a (mon.0) 8295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.569057+0000 mon.a (mon.0) 8296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.571357+0000 mon.a (mon.0) 8297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.572126+0000 mon.a (mon.0) 8298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.582762+0000 mon.a (mon.0) 8299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.669433+0000 mon.a (mon.0) 8300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.673335+0000 mon.a (mon.0) 8301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.674778+0000 mon.a (mon.0) 8302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.678275+0000 mon.a (mon.0) 8303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.679303+0000 mon.a (mon.0) 8304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.689985+0000 mon.a (mon.0) 8305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.780171+0000 mon.a (mon.0) 8306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.784681+0000 mon.a (mon.0) 8307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.786859+0000 mon.a (mon.0) 8308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.790428+0000 mon.a (mon.0) 8309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.791301+0000 mon.a (mon.0) 8310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.800499+0000 mon.a (mon.0) 8311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.878075+0000 mon.a (mon.0) 8312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.882080+0000 mon.a (mon.0) 8313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.883886+0000 mon.a (mon.0) 8314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.887617+0000 mon.a (mon.0) 8315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.888884+0000 mon.a (mon.0) 8316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[69502]: audit 2024-03-30T04:48:29.900019+0000 mon.a (mon.0) 8317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.569057+0000 mon.a (mon.0) 8296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.571357+0000 mon.a (mon.0) 8297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.572126+0000 mon.a (mon.0) 8298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.582762+0000 mon.a (mon.0) 8299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.669433+0000 mon.a (mon.0) 8300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.673335+0000 mon.a (mon.0) 8301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.674778+0000 mon.a (mon.0) 8302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.678275+0000 mon.a (mon.0) 8303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.679303+0000 mon.a (mon.0) 8304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.689985+0000 mon.a (mon.0) 8305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.780171+0000 mon.a (mon.0) 8306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.784681+0000 mon.a (mon.0) 8307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.786859+0000 mon.a (mon.0) 8308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.790428+0000 mon.a (mon.0) 8309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.791301+0000 mon.a (mon.0) 8310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.800499+0000 mon.a (mon.0) 8311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.878075+0000 mon.a (mon.0) 8312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.882080+0000 mon.a (mon.0) 8313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.883886+0000 mon.a (mon.0) 8314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.887617+0000 mon.a (mon.0) 8315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.888884+0000 mon.a (mon.0) 8316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:30.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:29 smithi097 bash[73934]: audit 2024-03-30T04:48:29.900019+0000 mon.a (mon.0) 8317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.207 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[69884]: debug 2024-03-30T04:48:31.024+0000 7f783a4db700 -1 osd.6 136 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.225040+0000 mgr.y (mgr.25387) 4042 : cluster [DBG] pgmap v2635: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.225447+0000 mgr.y (mgr.25387) 4043 : cluster [DBG] pgmap v2636: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.232377+0000 mgr.y (mgr.25387) 4044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.280081+0000 mgr.y (mgr.25387) 4045 : cluster [DBG] pgmap v2637: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.280483+0000 mgr.y (mgr.25387) 4046 : cluster [DBG] pgmap v2638: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.285465+0000 mgr.y (mgr.25387) 4047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.334126+0000 mgr.y (mgr.25387) 4048 : cluster [DBG] pgmap v2639: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.334422+0000 mgr.y (mgr.25387) 4049 : cluster [DBG] pgmap v2640: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.340064+0000 mgr.y (mgr.25387) 4050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.390508+0000 mgr.y (mgr.25387) 4051 : cluster [DBG] pgmap v2641: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.391018+0000 mgr.y (mgr.25387) 4052 : cluster [DBG] pgmap v2642: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.400353+0000 mgr.y (mgr.25387) 4053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.483861+0000 mgr.y (mgr.25387) 4054 : cluster [DBG] pgmap v2643: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.492200+0000 mgr.y (mgr.25387) 4055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.574152+0000 mgr.y (mgr.25387) 4056 : cluster [DBG] pgmap v2644: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.574780+0000 mgr.y (mgr.25387) 4057 : cluster [DBG] pgmap v2645: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.583391+0000 mgr.y (mgr.25387) 4058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.681463+0000 mgr.y (mgr.25387) 4059 : cluster [DBG] pgmap v2646: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.682126+0000 mgr.y (mgr.25387) 4060 : cluster [DBG] pgmap v2647: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.690736+0000 mgr.y (mgr.25387) 4061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.793415+0000 mgr.y (mgr.25387) 4062 : cluster [DBG] pgmap v2648: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.794148+0000 mgr.y (mgr.25387) 4063 : cluster [DBG] pgmap v2649: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.801380+0000 mgr.y (mgr.25387) 4064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.891388+0000 mgr.y (mgr.25387) 4065 : cluster [DBG] pgmap v2650: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.892413+0000 mgr.y (mgr.25387) 4066 : cluster [DBG] pgmap v2651: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.900538+0000 mgr.y (mgr.25387) 4067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:29.978818+0000 mon.a (mon.0) 8318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:29.981112+0000 mon.a (mon.0) 8319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:29.982154+0000 mon.a (mon.0) 8320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:29.984321+0000 mon.a (mon.0) 8321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:29.985048+0000 mon.a (mon.0) 8322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.986483+0000 mgr.y (mgr.25387) 4068 : cluster [DBG] pgmap v2652: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:29.986811+0000 mgr.y (mgr.25387) 4069 : cluster [DBG] pgmap v2653: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:29.991574+0000 mon.a (mon.0) 8323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:29.992050+0000 mgr.y (mgr.25387) 4070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.006913+0000 mon.a (mon.0) 8324 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.009641+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.064666+0000 mon.a (mon.0) 8325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.066600+0000 mon.a (mon.0) 8326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.067445+0000 mon.a (mon.0) 8327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.069450+0000 mon.a (mon.0) 8328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.070133+0000 mon.a (mon.0) 8329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.071680+0000 mgr.y (mgr.25387) 4071 : cluster [DBG] pgmap v2654: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.072039+0000 mgr.y (mgr.25387) 4072 : cluster [DBG] pgmap v2655: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.078300+0000 mon.a (mon.0) 8330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.078830+0000 mgr.y (mgr.25387) 4073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.153295+0000 mon.a (mon.0) 8331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.155667+0000 mon.a (mon.0) 8332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.157681+0000 mon.a (mon.0) 8333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.160550+0000 mon.a (mon.0) 8334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.161523+0000 mon.a (mon.0) 8335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.172491+0000 mon.a (mon.0) 8336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.252592+0000 mon.a (mon.0) 8337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.256832+0000 mon.a (mon.0) 8338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.258379+0000 mon.a (mon.0) 8339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.261598+0000 mon.a (mon.0) 8340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.262696+0000 mon.a (mon.0) 8341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.275309+0000 mon.a (mon.0) 8342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.350137+0000 mon.a (mon.0) 8343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.352839+0000 mon.a (mon.0) 8344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.353848+0000 mon.a (mon.0) 8345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.356550+0000 mon.a (mon.0) 8346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.357377+0000 mon.a (mon.0) 8347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.366072+0000 mon.a (mon.0) 8348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.443188+0000 mon.a (mon.0) 8349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.445737+0000 mon.a (mon.0) 8350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.447250+0000 mon.a (mon.0) 8351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.450450+0000 mon.a (mon.0) 8352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.451323+0000 mon.a (mon.0) 8353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.460854+0000 mon.a (mon.0) 8354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.536537+0000 mon.a (mon.0) 8355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.539054+0000 mon.a (mon.0) 8356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.540139+0000 mon.a (mon.0) 8357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.542483+0000 mon.a (mon.0) 8358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.543290+0000 mon.a (mon.0) 8359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.552181+0000 mon.a (mon.0) 8360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.630018+0000 mon.a (mon.0) 8361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.634346+0000 mon.a (mon.0) 8362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.636110+0000 mon.a (mon.0) 8363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.640618+0000 mon.a (mon.0) 8364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.642008+0000 mon.a (mon.0) 8365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.656265+0000 mon.a (mon.0) 8366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.745420+0000 mon.a (mon.0) 8367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.749745+0000 mon.a (mon.0) 8368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.751550+0000 mon.a (mon.0) 8369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.756089+0000 mon.a (mon.0) 8370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.757244+0000 mon.a (mon.0) 8371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.769377+0000 mon.a (mon.0) 8372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.848208+0000 mon.a (mon.0) 8373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.850921+0000 mon.a (mon.0) 8374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.852150+0000 mon.a (mon.0) 8375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.855485+0000 mon.a (mon.0) 8376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.856362+0000 mon.a (mon.0) 8377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.867219+0000 mon.a (mon.0) 8378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.947142+0000 mon.a (mon.0) 8379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.950142+0000 mon.a (mon.0) 8380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.951636+0000 mon.a (mon.0) 8381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.954976+0000 mon.a (mon.0) 8382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:30 smithi105 bash[58125]: audit 2024-03-30T04:48:30.955989+0000 mon.a (mon.0) 8383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.225040+0000 mgr.y (mgr.25387) 4042 : cluster [DBG] pgmap v2635: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.225447+0000 mgr.y (mgr.25387) 4043 : cluster [DBG] pgmap v2636: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.232377+0000 mgr.y (mgr.25387) 4044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.280081+0000 mgr.y (mgr.25387) 4045 : cluster [DBG] pgmap v2637: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.280483+0000 mgr.y (mgr.25387) 4046 : cluster [DBG] pgmap v2638: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.285465+0000 mgr.y (mgr.25387) 4047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.334126+0000 mgr.y (mgr.25387) 4048 : cluster [DBG] pgmap v2639: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.334422+0000 mgr.y (mgr.25387) 4049 : cluster [DBG] pgmap v2640: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.340064+0000 mgr.y (mgr.25387) 4050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.390508+0000 mgr.y (mgr.25387) 4051 : cluster [DBG] pgmap v2641: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.391018+0000 mgr.y (mgr.25387) 4052 : cluster [DBG] pgmap v2642: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.400353+0000 mgr.y (mgr.25387) 4053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.483861+0000 mgr.y (mgr.25387) 4054 : cluster [DBG] pgmap v2643: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.492200+0000 mgr.y (mgr.25387) 4055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.574152+0000 mgr.y (mgr.25387) 4056 : cluster [DBG] pgmap v2644: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.225040+0000 mgr.y (mgr.25387) 4042 : cluster [DBG] pgmap v2635: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.225447+0000 mgr.y (mgr.25387) 4043 : cluster [DBG] pgmap v2636: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.232377+0000 mgr.y (mgr.25387) 4044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.280081+0000 mgr.y (mgr.25387) 4045 : cluster [DBG] pgmap v2637: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.280483+0000 mgr.y (mgr.25387) 4046 : cluster [DBG] pgmap v2638: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.285465+0000 mgr.y (mgr.25387) 4047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.334126+0000 mgr.y (mgr.25387) 4048 : cluster [DBG] pgmap v2639: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.334422+0000 mgr.y (mgr.25387) 4049 : cluster [DBG] pgmap v2640: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.340064+0000 mgr.y (mgr.25387) 4050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.390508+0000 mgr.y (mgr.25387) 4051 : cluster [DBG] pgmap v2641: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.391018+0000 mgr.y (mgr.25387) 4052 : cluster [DBG] pgmap v2642: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.400353+0000 mgr.y (mgr.25387) 4053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.483861+0000 mgr.y (mgr.25387) 4054 : cluster [DBG] pgmap v2643: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.492200+0000 mgr.y (mgr.25387) 4055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.574152+0000 mgr.y (mgr.25387) 4056 : cluster [DBG] pgmap v2644: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.574780+0000 mgr.y (mgr.25387) 4057 : cluster [DBG] pgmap v2645: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.583391+0000 mgr.y (mgr.25387) 4058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.681463+0000 mgr.y (mgr.25387) 4059 : cluster [DBG] pgmap v2646: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.682126+0000 mgr.y (mgr.25387) 4060 : cluster [DBG] pgmap v2647: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.690736+0000 mgr.y (mgr.25387) 4061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.793415+0000 mgr.y (mgr.25387) 4062 : cluster [DBG] pgmap v2648: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.794148+0000 mgr.y (mgr.25387) 4063 : cluster [DBG] pgmap v2649: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.801380+0000 mgr.y (mgr.25387) 4064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.891388+0000 mgr.y (mgr.25387) 4065 : cluster [DBG] pgmap v2650: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.892413+0000 mgr.y (mgr.25387) 4066 : cluster [DBG] pgmap v2651: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.900538+0000 mgr.y (mgr.25387) 4067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:29.978818+0000 mon.a (mon.0) 8318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:29.981112+0000 mon.a (mon.0) 8319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:29.982154+0000 mon.a (mon.0) 8320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:29.984321+0000 mon.a (mon.0) 8321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:29.985048+0000 mon.a (mon.0) 8322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.986483+0000 mgr.y (mgr.25387) 4068 : cluster [DBG] pgmap v2652: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.574780+0000 mgr.y (mgr.25387) 4057 : cluster [DBG] pgmap v2645: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.583391+0000 mgr.y (mgr.25387) 4058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.681463+0000 mgr.y (mgr.25387) 4059 : cluster [DBG] pgmap v2646: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.682126+0000 mgr.y (mgr.25387) 4060 : cluster [DBG] pgmap v2647: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.690736+0000 mgr.y (mgr.25387) 4061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.793415+0000 mgr.y (mgr.25387) 4062 : cluster [DBG] pgmap v2648: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.794148+0000 mgr.y (mgr.25387) 4063 : cluster [DBG] pgmap v2649: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.801380+0000 mgr.y (mgr.25387) 4064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.891388+0000 mgr.y (mgr.25387) 4065 : cluster [DBG] pgmap v2650: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.892413+0000 mgr.y (mgr.25387) 4066 : cluster [DBG] pgmap v2651: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.900538+0000 mgr.y (mgr.25387) 4067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:29.978818+0000 mon.a (mon.0) 8318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:29.981112+0000 mon.a (mon.0) 8319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:29.982154+0000 mon.a (mon.0) 8320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:29.984321+0000 mon.a (mon.0) 8321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:29.985048+0000 mon.a (mon.0) 8322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.986483+0000 mgr.y (mgr.25387) 4068 : cluster [DBG] pgmap v2652: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:29.986811+0000 mgr.y (mgr.25387) 4069 : cluster [DBG] pgmap v2653: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:29.991574+0000 mon.a (mon.0) 8323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:29.992050+0000 mgr.y (mgr.25387) 4070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.006913+0000 mon.a (mon.0) 8324 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.009641+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.064666+0000 mon.a (mon.0) 8325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.066600+0000 mon.a (mon.0) 8326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.067445+0000 mon.a (mon.0) 8327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.069450+0000 mon.a (mon.0) 8328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.070133+0000 mon.a (mon.0) 8329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.071680+0000 mgr.y (mgr.25387) 4071 : cluster [DBG] pgmap v2654: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.072039+0000 mgr.y (mgr.25387) 4072 : cluster [DBG] pgmap v2655: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.078300+0000 mon.a (mon.0) 8330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.078830+0000 mgr.y (mgr.25387) 4073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.153295+0000 mon.a (mon.0) 8331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.155667+0000 mon.a (mon.0) 8332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.157681+0000 mon.a (mon.0) 8333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.160550+0000 mon.a (mon.0) 8334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.161523+0000 mon.a (mon.0) 8335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.172491+0000 mon.a (mon.0) 8336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.252592+0000 mon.a (mon.0) 8337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.256832+0000 mon.a (mon.0) 8338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.258379+0000 mon.a (mon.0) 8339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.261598+0000 mon.a (mon.0) 8340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.262696+0000 mon.a (mon.0) 8341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.275309+0000 mon.a (mon.0) 8342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.350137+0000 mon.a (mon.0) 8343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.352839+0000 mon.a (mon.0) 8344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.353848+0000 mon.a (mon.0) 8345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.356550+0000 mon.a (mon.0) 8346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.357377+0000 mon.a (mon.0) 8347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.366072+0000 mon.a (mon.0) 8348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.443188+0000 mon.a (mon.0) 8349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.445737+0000 mon.a (mon.0) 8350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.447250+0000 mon.a (mon.0) 8351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.450450+0000 mon.a (mon.0) 8352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.451323+0000 mon.a (mon.0) 8353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:29.986811+0000 mgr.y (mgr.25387) 4069 : cluster [DBG] pgmap v2653: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:29.991574+0000 mon.a (mon.0) 8323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:29.992050+0000 mgr.y (mgr.25387) 4070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.006913+0000 mon.a (mon.0) 8324 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.009641+0000 mon.b (mon.2) 7 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.064666+0000 mon.a (mon.0) 8325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.066600+0000 mon.a (mon.0) 8326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.067445+0000 mon.a (mon.0) 8327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.069450+0000 mon.a (mon.0) 8328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.070133+0000 mon.a (mon.0) 8329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.071680+0000 mgr.y (mgr.25387) 4071 : cluster [DBG] pgmap v2654: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.072039+0000 mgr.y (mgr.25387) 4072 : cluster [DBG] pgmap v2655: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.078300+0000 mon.a (mon.0) 8330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.078830+0000 mgr.y (mgr.25387) 4073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.153295+0000 mon.a (mon.0) 8331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.155667+0000 mon.a (mon.0) 8332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.157681+0000 mon.a (mon.0) 8333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.160550+0000 mon.a (mon.0) 8334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.460854+0000 mon.a (mon.0) 8354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.536537+0000 mon.a (mon.0) 8355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.539054+0000 mon.a (mon.0) 8356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.540139+0000 mon.a (mon.0) 8357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.542483+0000 mon.a (mon.0) 8358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.543290+0000 mon.a (mon.0) 8359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.552181+0000 mon.a (mon.0) 8360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.630018+0000 mon.a (mon.0) 8361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.634346+0000 mon.a (mon.0) 8362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.636110+0000 mon.a (mon.0) 8363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.640618+0000 mon.a (mon.0) 8364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.642008+0000 mon.a (mon.0) 8365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.656265+0000 mon.a (mon.0) 8366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.745420+0000 mon.a (mon.0) 8367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.749745+0000 mon.a (mon.0) 8368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.751550+0000 mon.a (mon.0) 8369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.756089+0000 mon.a (mon.0) 8370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.757244+0000 mon.a (mon.0) 8371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.769377+0000 mon.a (mon.0) 8372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.848208+0000 mon.a (mon.0) 8373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.850921+0000 mon.a (mon.0) 8374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.852150+0000 mon.a (mon.0) 8375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.855485+0000 mon.a (mon.0) 8376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.856362+0000 mon.a (mon.0) 8377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.867219+0000 mon.a (mon.0) 8378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.947142+0000 mon.a (mon.0) 8379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.950142+0000 mon.a (mon.0) 8380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.951636+0000 mon.a (mon.0) 8381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.954976+0000 mon.a (mon.0) 8382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[69502]: audit 2024-03-30T04:48:30.955989+0000 mon.a (mon.0) 8383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.161523+0000 mon.a (mon.0) 8335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.172491+0000 mon.a (mon.0) 8336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.252592+0000 mon.a (mon.0) 8337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.256832+0000 mon.a (mon.0) 8338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.258379+0000 mon.a (mon.0) 8339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.261598+0000 mon.a (mon.0) 8340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.262696+0000 mon.a (mon.0) 8341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.275309+0000 mon.a (mon.0) 8342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.350137+0000 mon.a (mon.0) 8343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.352839+0000 mon.a (mon.0) 8344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.353848+0000 mon.a (mon.0) 8345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.356550+0000 mon.a (mon.0) 8346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.357377+0000 mon.a (mon.0) 8347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.366072+0000 mon.a (mon.0) 8348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.443188+0000 mon.a (mon.0) 8349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.445737+0000 mon.a (mon.0) 8350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.447250+0000 mon.a (mon.0) 8351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.450450+0000 mon.a (mon.0) 8352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.451323+0000 mon.a (mon.0) 8353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.460854+0000 mon.a (mon.0) 8354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.536537+0000 mon.a (mon.0) 8355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.539054+0000 mon.a (mon.0) 8356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.540139+0000 mon.a (mon.0) 8357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.542483+0000 mon.a (mon.0) 8358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.543290+0000 mon.a (mon.0) 8359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.552181+0000 mon.a (mon.0) 8360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.630018+0000 mon.a (mon.0) 8361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.634346+0000 mon.a (mon.0) 8362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.636110+0000 mon.a (mon.0) 8363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.640618+0000 mon.a (mon.0) 8364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.642008+0000 mon.a (mon.0) 8365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.656265+0000 mon.a (mon.0) 8366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.745420+0000 mon.a (mon.0) 8367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.749745+0000 mon.a (mon.0) 8368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.751550+0000 mon.a (mon.0) 8369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.756089+0000 mon.a (mon.0) 8370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.757244+0000 mon.a (mon.0) 8371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.769377+0000 mon.a (mon.0) 8372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.848208+0000 mon.a (mon.0) 8373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.850921+0000 mon.a (mon.0) 8374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.852150+0000 mon.a (mon.0) 8375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.855485+0000 mon.a (mon.0) 8376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.856362+0000 mon.a (mon.0) 8377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.867219+0000 mon.a (mon.0) 8378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.947142+0000 mon.a (mon.0) 8379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.950142+0000 mon.a (mon.0) 8380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.951636+0000 mon.a (mon.0) 8381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.954976+0000 mon.a (mon.0) 8382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:31.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:30 smithi097 bash[73934]: audit 2024-03-30T04:48:30.955989+0000 mon.a (mon.0) 8383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[65835]: debug 2024-03-30T04:48:32.226+0000 7fdd18a51700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:48:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.163746+0000 mgr.y (mgr.25387) 4074 : cluster [DBG] pgmap v2656: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.164752+0000 mgr.y (mgr.25387) 4075 : cluster [DBG] pgmap v2657: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.173358+0000 mgr.y (mgr.25387) 4076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.264738+0000 mgr.y (mgr.25387) 4077 : cluster [DBG] pgmap v2658: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.265136+0000 mgr.y (mgr.25387) 4078 : cluster [DBG] pgmap v2659: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.275993+0000 mgr.y (mgr.25387) 4079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.358953+0000 mgr.y (mgr.25387) 4080 : cluster [DBG] pgmap v2660: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.359342+0000 mgr.y (mgr.25387) 4081 : cluster [DBG] pgmap v2661: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.366576+0000 mgr.y (mgr.25387) 4082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.453318+0000 mgr.y (mgr.25387) 4083 : cluster [DBG] pgmap v2662: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.453797+0000 mgr.y (mgr.25387) 4084 : cluster [DBG] pgmap v2663: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.461382+0000 mgr.y (mgr.25387) 4085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.545063+0000 mgr.y (mgr.25387) 4086 : cluster [DBG] pgmap v2664: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.545519+0000 mgr.y (mgr.25387) 4087 : cluster [DBG] pgmap v2665: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.552707+0000 mgr.y (mgr.25387) 4088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.163746+0000 mgr.y (mgr.25387) 4074 : cluster [DBG] pgmap v2656: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.164752+0000 mgr.y (mgr.25387) 4075 : cluster [DBG] pgmap v2657: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.173358+0000 mgr.y (mgr.25387) 4076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.264738+0000 mgr.y (mgr.25387) 4077 : cluster [DBG] pgmap v2658: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.265136+0000 mgr.y (mgr.25387) 4078 : cluster [DBG] pgmap v2659: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.275993+0000 mgr.y (mgr.25387) 4079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.358953+0000 mgr.y (mgr.25387) 4080 : cluster [DBG] pgmap v2660: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.359342+0000 mgr.y (mgr.25387) 4081 : cluster [DBG] pgmap v2661: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.366576+0000 mgr.y (mgr.25387) 4082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.453318+0000 mgr.y (mgr.25387) 4083 : cluster [DBG] pgmap v2662: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.453797+0000 mgr.y (mgr.25387) 4084 : cluster [DBG] pgmap v2663: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.461382+0000 mgr.y (mgr.25387) 4085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.545063+0000 mgr.y (mgr.25387) 4086 : cluster [DBG] pgmap v2664: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.545519+0000 mgr.y (mgr.25387) 4087 : cluster [DBG] pgmap v2665: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.552707+0000 mgr.y (mgr.25387) 4088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.644763+0000 mgr.y (mgr.25387) 4089 : cluster [DBG] pgmap v2666: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.645812+0000 mgr.y (mgr.25387) 4090 : cluster [DBG] pgmap v2667: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.656795+0000 mgr.y (mgr.25387) 4091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:30.688970+0000 mgr.y (mgr.25387) 4092 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.759959+0000 mgr.y (mgr.25387) 4093 : cluster [DBG] pgmap v2668: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.760920+0000 mgr.y (mgr.25387) 4094 : cluster [DBG] pgmap v2669: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.770020+0000 mgr.y (mgr.25387) 4095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.858159+0000 mgr.y (mgr.25387) 4096 : cluster [DBG] pgmap v2670: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.858562+0000 mgr.y (mgr.25387) 4097 : cluster [DBG] pgmap v2671: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.867921+0000 mgr.y (mgr.25387) 4098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.958035+0000 mgr.y (mgr.25387) 4099 : cluster [DBG] pgmap v2672: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:30.958466+0000 mgr.y (mgr.25387) 4100 : cluster [DBG] pgmap v2673: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:30.967251+0000 mon.a (mon.0) 8384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:30.967909+0000 mgr.y (mgr.25387) 4101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:30.995787+0000 mon.a (mon.0) 8385 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.001621+0000 mon.a (mon.0) 8386 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.004942+0000 mon.a (mon.0) 8387 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.644763+0000 mgr.y (mgr.25387) 4089 : cluster [DBG] pgmap v2666: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.645812+0000 mgr.y (mgr.25387) 4090 : cluster [DBG] pgmap v2667: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.656795+0000 mgr.y (mgr.25387) 4091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:30.688970+0000 mgr.y (mgr.25387) 4092 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.759959+0000 mgr.y (mgr.25387) 4093 : cluster [DBG] pgmap v2668: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.760920+0000 mgr.y (mgr.25387) 4094 : cluster [DBG] pgmap v2669: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.770020+0000 mgr.y (mgr.25387) 4095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.858159+0000 mgr.y (mgr.25387) 4096 : cluster [DBG] pgmap v2670: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.858562+0000 mgr.y (mgr.25387) 4097 : cluster [DBG] pgmap v2671: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.867921+0000 mgr.y (mgr.25387) 4098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.958035+0000 mgr.y (mgr.25387) 4099 : cluster [DBG] pgmap v2672: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:30.958466+0000 mgr.y (mgr.25387) 4100 : cluster [DBG] pgmap v2673: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:30.967251+0000 mon.a (mon.0) 8384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:30.967909+0000 mgr.y (mgr.25387) 4101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:30.995787+0000 mon.a (mon.0) 8385 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.001621+0000 mon.a (mon.0) 8386 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-30T04:48:32.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.004942+0000 mon.a (mon.0) 8387 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.005357+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.042937+0000 mon.a (mon.0) 8388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.045650+0000 mon.a (mon.0) 8389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.047148+0000 mon.a (mon.0) 8390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.049746+0000 mon.a (mon.0) 8391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.050698+0000 mon.a (mon.0) 8392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.052529+0000 mgr.y (mgr.25387) 4102 : cluster [DBG] pgmap v2675: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.052907+0000 mgr.y (mgr.25387) 4103 : cluster [DBG] pgmap v2676: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.060477+0000 mon.a (mon.0) 8393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.061138+0000 mgr.y (mgr.25387) 4104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.103633+0000 mon.a (mon.0) 8394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.105826+0000 mon.a (mon.0) 8395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.106737+0000 mon.a (mon.0) 8396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.108869+0000 mon.a (mon.0) 8397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.109559+0000 mon.a (mon.0) 8398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.111146+0000 mgr.y (mgr.25387) 4105 : cluster [DBG] pgmap v2677: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.005357+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.042937+0000 mon.a (mon.0) 8388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.045650+0000 mon.a (mon.0) 8389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.047148+0000 mon.a (mon.0) 8390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.049746+0000 mon.a (mon.0) 8391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.050698+0000 mon.a (mon.0) 8392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.052529+0000 mgr.y (mgr.25387) 4102 : cluster [DBG] pgmap v2675: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.052907+0000 mgr.y (mgr.25387) 4103 : cluster [DBG] pgmap v2676: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.060477+0000 mon.a (mon.0) 8393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.061138+0000 mgr.y (mgr.25387) 4104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.103633+0000 mon.a (mon.0) 8394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.105826+0000 mon.a (mon.0) 8395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.106737+0000 mon.a (mon.0) 8396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.108869+0000 mon.a (mon.0) 8397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.109559+0000 mon.a (mon.0) 8398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.111146+0000 mgr.y (mgr.25387) 4105 : cluster [DBG] pgmap v2677: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.111511+0000 mgr.y (mgr.25387) 4106 : cluster [DBG] pgmap v2678: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.117158+0000 mon.a (mon.0) 8399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.117656+0000 mgr.y (mgr.25387) 4107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.160444+0000 mon.a (mon.0) 8400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.162734+0000 mon.a (mon.0) 8401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.163705+0000 mon.a (mon.0) 8402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.165923+0000 mon.a (mon.0) 8403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.166825+0000 mon.a (mon.0) 8404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.174574+0000 mon.a (mon.0) 8405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.248815+0000 mon.a (mon.0) 8406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.251024+0000 mon.a (mon.0) 8407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.252109+0000 mon.a (mon.0) 8408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.254642+0000 mon.a (mon.0) 8409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.255440+0000 mon.a (mon.0) 8410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.263370+0000 mon.a (mon.0) 8411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.341589+0000 mon.a (mon.0) 8412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.343857+0000 mon.a (mon.0) 8413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.344818+0000 mon.a (mon.0) 8414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.347352+0000 mon.a (mon.0) 8415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.348044+0000 mon.a (mon.0) 8416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.111511+0000 mgr.y (mgr.25387) 4106 : cluster [DBG] pgmap v2678: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.117158+0000 mon.a (mon.0) 8399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.117656+0000 mgr.y (mgr.25387) 4107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.160444+0000 mon.a (mon.0) 8400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.162734+0000 mon.a (mon.0) 8401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.163705+0000 mon.a (mon.0) 8402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.165923+0000 mon.a (mon.0) 8403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.166825+0000 mon.a (mon.0) 8404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.174574+0000 mon.a (mon.0) 8405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.248815+0000 mon.a (mon.0) 8406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.251024+0000 mon.a (mon.0) 8407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.252109+0000 mon.a (mon.0) 8408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.254642+0000 mon.a (mon.0) 8409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.255440+0000 mon.a (mon.0) 8410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.263370+0000 mon.a (mon.0) 8411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.341589+0000 mon.a (mon.0) 8412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.343857+0000 mon.a (mon.0) 8413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.344818+0000 mon.a (mon.0) 8414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.347352+0000 mon.a (mon.0) 8415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.348044+0000 mon.a (mon.0) 8416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.354815+0000 mon.a (mon.0) 8417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.433766+0000 mon.a (mon.0) 8418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.436194+0000 mon.a (mon.0) 8419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.437265+0000 mon.a (mon.0) 8420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.439759+0000 mon.a (mon.0) 8421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.440473+0000 mon.a (mon.0) 8422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.449102+0000 mon.a (mon.0) 8423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.526806+0000 mon.a (mon.0) 8424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.529962+0000 mon.a (mon.0) 8425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.531601+0000 mon.a (mon.0) 8426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.535714+0000 mon.a (mon.0) 8427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.536922+0000 mon.a (mon.0) 8428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.547818+0000 mon.a (mon.0) 8429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.626390+0000 mon.a (mon.0) 8430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.628862+0000 mon.a (mon.0) 8431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.630128+0000 mon.a (mon.0) 8432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.634361+0000 mon.a (mon.0) 8433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.635632+0000 mon.a (mon.0) 8434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.646196+0000 mon.a (mon.0) 8435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.354815+0000 mon.a (mon.0) 8417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.433766+0000 mon.a (mon.0) 8418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.436194+0000 mon.a (mon.0) 8419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.437265+0000 mon.a (mon.0) 8420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.439759+0000 mon.a (mon.0) 8421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.440473+0000 mon.a (mon.0) 8422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.449102+0000 mon.a (mon.0) 8423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.526806+0000 mon.a (mon.0) 8424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.529962+0000 mon.a (mon.0) 8425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.531601+0000 mon.a (mon.0) 8426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.535714+0000 mon.a (mon.0) 8427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.536922+0000 mon.a (mon.0) 8428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.547818+0000 mon.a (mon.0) 8429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.626390+0000 mon.a (mon.0) 8430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.628862+0000 mon.a (mon.0) 8431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.630128+0000 mon.a (mon.0) 8432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.634361+0000 mon.a (mon.0) 8433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.635632+0000 mon.a (mon.0) 8434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.646196+0000 mon.a (mon.0) 8435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.721205+0000 mon.a (mon.0) 8436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.723696+0000 mon.a (mon.0) 8437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.724989+0000 mon.a (mon.0) 8438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.727520+0000 mon.a (mon.0) 8439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.728460+0000 mon.a (mon.0) 8440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.736267+0000 mon.a (mon.0) 8441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.793947+0000 mon.a (mon.0) 8442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.795900+0000 mon.a (mon.0) 8443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.796833+0000 mon.a (mon.0) 8444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.798993+0000 mon.a (mon.0) 8445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.799652+0000 mon.a (mon.0) 8446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.806231+0000 mon.a (mon.0) 8447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.848088+0000 mon.a (mon.0) 8448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.850123+0000 mon.a (mon.0) 8449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.851234+0000 mon.a (mon.0) 8450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.853250+0000 mon.a (mon.0) 8451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.853916+0000 mon.a (mon.0) 8452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.860056+0000 mon.a (mon.0) 8453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.901825+0000 mon.a (mon.0) 8454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.721205+0000 mon.a (mon.0) 8436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.723696+0000 mon.a (mon.0) 8437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.724989+0000 mon.a (mon.0) 8438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.727520+0000 mon.a (mon.0) 8439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.728460+0000 mon.a (mon.0) 8440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.736267+0000 mon.a (mon.0) 8441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.793947+0000 mon.a (mon.0) 8442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.795900+0000 mon.a (mon.0) 8443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.796833+0000 mon.a (mon.0) 8444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.798993+0000 mon.a (mon.0) 8445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.799652+0000 mon.a (mon.0) 8446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.806231+0000 mon.a (mon.0) 8447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.848088+0000 mon.a (mon.0) 8448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.850123+0000 mon.a (mon.0) 8449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.851234+0000 mon.a (mon.0) 8450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.853250+0000 mon.a (mon.0) 8451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.853916+0000 mon.a (mon.0) 8452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.860056+0000 mon.a (mon.0) 8453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.901825+0000 mon.a (mon.0) 8454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.904256+0000 mon.a (mon.0) 8455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.905037+0000 mon.a (mon.0) 8456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.906914+0000 mon.a (mon.0) 8457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.907454+0000 mon.a (mon.0) 8458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.913202+0000 mon.a (mon.0) 8459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.959491+0000 mon.a (mon.0) 8460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.961697+0000 mon.a (mon.0) 8461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.962548+0000 mon.a (mon.0) 8462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.964693+0000 mon.a (mon.0) 8463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.965300+0000 mon.a (mon.0) 8464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[69502]: audit 2024-03-30T04:48:31.971153+0000 mon.a (mon.0) 8465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.904256+0000 mon.a (mon.0) 8455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.905037+0000 mon.a (mon.0) 8456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.906914+0000 mon.a (mon.0) 8457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.907454+0000 mon.a (mon.0) 8458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.913202+0000 mon.a (mon.0) 8459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.959491+0000 mon.a (mon.0) 8460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.961697+0000 mon.a (mon.0) 8461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.962548+0000 mon.a (mon.0) 8462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.964693+0000 mon.a (mon.0) 8463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.965300+0000 mon.a (mon.0) 8464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:31 smithi097 bash[73934]: audit 2024-03-30T04:48:31.971153+0000 mon.a (mon.0) 8465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.412 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.163746+0000 mgr.y (mgr.25387) 4074 : cluster [DBG] pgmap v2656: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.412 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.164752+0000 mgr.y (mgr.25387) 4075 : cluster [DBG] pgmap v2657: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.173358+0000 mgr.y (mgr.25387) 4076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.264738+0000 mgr.y (mgr.25387) 4077 : cluster [DBG] pgmap v2658: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.265136+0000 mgr.y (mgr.25387) 4078 : cluster [DBG] pgmap v2659: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.275993+0000 mgr.y (mgr.25387) 4079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.358953+0000 mgr.y (mgr.25387) 4080 : cluster [DBG] pgmap v2660: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.359342+0000 mgr.y (mgr.25387) 4081 : cluster [DBG] pgmap v2661: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.366576+0000 mgr.y (mgr.25387) 4082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.453318+0000 mgr.y (mgr.25387) 4083 : cluster [DBG] pgmap v2662: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.453797+0000 mgr.y (mgr.25387) 4084 : cluster [DBG] pgmap v2663: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.461382+0000 mgr.y (mgr.25387) 4085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.545063+0000 mgr.y (mgr.25387) 4086 : cluster [DBG] pgmap v2664: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.545519+0000 mgr.y (mgr.25387) 4087 : cluster [DBG] pgmap v2665: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.552707+0000 mgr.y (mgr.25387) 4088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.644763+0000 mgr.y (mgr.25387) 4089 : cluster [DBG] pgmap v2666: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.645812+0000 mgr.y (mgr.25387) 4090 : cluster [DBG] pgmap v2667: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.656795+0000 mgr.y (mgr.25387) 4091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:30.688970+0000 mgr.y (mgr.25387) 4092 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.759959+0000 mgr.y (mgr.25387) 4093 : cluster [DBG] pgmap v2668: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.760920+0000 mgr.y (mgr.25387) 4094 : cluster [DBG] pgmap v2669: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.770020+0000 mgr.y (mgr.25387) 4095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.858159+0000 mgr.y (mgr.25387) 4096 : cluster [DBG] pgmap v2670: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.858562+0000 mgr.y (mgr.25387) 4097 : cluster [DBG] pgmap v2671: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.867921+0000 mgr.y (mgr.25387) 4098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.958035+0000 mgr.y (mgr.25387) 4099 : cluster [DBG] pgmap v2672: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:30.958466+0000 mgr.y (mgr.25387) 4100 : cluster [DBG] pgmap v2673: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 235 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:30.967251+0000 mon.a (mon.0) 8384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:30.967909+0000 mgr.y (mgr.25387) 4101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:30.995787+0000 mon.a (mon.0) 8385 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.001621+0000 mon.a (mon.0) 8386 : cluster [DBG] osdmap e139: 8 total, 7 up, 8 in 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.004942+0000 mon.a (mon.0) 8387 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.005357+0000 mon.b (mon.2) 8 : audit [INF] from='osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.042937+0000 mon.a (mon.0) 8388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.045650+0000 mon.a (mon.0) 8389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.047148+0000 mon.a (mon.0) 8390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.049746+0000 mon.a (mon.0) 8391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.050698+0000 mon.a (mon.0) 8392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.052529+0000 mgr.y (mgr.25387) 4102 : cluster [DBG] pgmap v2675: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.052907+0000 mgr.y (mgr.25387) 4103 : cluster [DBG] pgmap v2676: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.060477+0000 mon.a (mon.0) 8393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.061138+0000 mgr.y (mgr.25387) 4104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.103633+0000 mon.a (mon.0) 8394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.105826+0000 mon.a (mon.0) 8395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.106737+0000 mon.a (mon.0) 8396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.108869+0000 mon.a (mon.0) 8397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.109559+0000 mon.a (mon.0) 8398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.111146+0000 mgr.y (mgr.25387) 4105 : cluster [DBG] pgmap v2677: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.111511+0000 mgr.y (mgr.25387) 4106 : cluster [DBG] pgmap v2678: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.117158+0000 mon.a (mon.0) 8399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.117656+0000 mgr.y (mgr.25387) 4107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.160444+0000 mon.a (mon.0) 8400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.162734+0000 mon.a (mon.0) 8401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.163705+0000 mon.a (mon.0) 8402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.165923+0000 mon.a (mon.0) 8403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.166825+0000 mon.a (mon.0) 8404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.174574+0000 mon.a (mon.0) 8405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.248815+0000 mon.a (mon.0) 8406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.251024+0000 mon.a (mon.0) 8407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.252109+0000 mon.a (mon.0) 8408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.254642+0000 mon.a (mon.0) 8409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.255440+0000 mon.a (mon.0) 8410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.263370+0000 mon.a (mon.0) 8411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.341589+0000 mon.a (mon.0) 8412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.343857+0000 mon.a (mon.0) 8413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.344818+0000 mon.a (mon.0) 8414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.347352+0000 mon.a (mon.0) 8415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.348044+0000 mon.a (mon.0) 8416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.354815+0000 mon.a (mon.0) 8417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.433766+0000 mon.a (mon.0) 8418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.436194+0000 mon.a (mon.0) 8419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.437265+0000 mon.a (mon.0) 8420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.439759+0000 mon.a (mon.0) 8421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.440473+0000 mon.a (mon.0) 8422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.449102+0000 mon.a (mon.0) 8423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.526806+0000 mon.a (mon.0) 8424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.529962+0000 mon.a (mon.0) 8425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.531601+0000 mon.a (mon.0) 8426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.535714+0000 mon.a (mon.0) 8427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.536922+0000 mon.a (mon.0) 8428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.547818+0000 mon.a (mon.0) 8429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.626390+0000 mon.a (mon.0) 8430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.628862+0000 mon.a (mon.0) 8431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.630128+0000 mon.a (mon.0) 8432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.634361+0000 mon.a (mon.0) 8433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.635632+0000 mon.a (mon.0) 8434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.646196+0000 mon.a (mon.0) 8435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.721205+0000 mon.a (mon.0) 8436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.723696+0000 mon.a (mon.0) 8437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.724989+0000 mon.a (mon.0) 8438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.727520+0000 mon.a (mon.0) 8439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.728460+0000 mon.a (mon.0) 8440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.736267+0000 mon.a (mon.0) 8441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.793947+0000 mon.a (mon.0) 8442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.795900+0000 mon.a (mon.0) 8443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.796833+0000 mon.a (mon.0) 8444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.798993+0000 mon.a (mon.0) 8445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.799652+0000 mon.a (mon.0) 8446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.806231+0000 mon.a (mon.0) 8447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.848088+0000 mon.a (mon.0) 8448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.850123+0000 mon.a (mon.0) 8449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.851234+0000 mon.a (mon.0) 8450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.853250+0000 mon.a (mon.0) 8451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.853916+0000 mon.a (mon.0) 8452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.860056+0000 mon.a (mon.0) 8453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.901825+0000 mon.a (mon.0) 8454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.904256+0000 mon.a (mon.0) 8455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.905037+0000 mon.a (mon.0) 8456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.906914+0000 mon.a (mon.0) 8457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.907454+0000 mon.a (mon.0) 8458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.913202+0000 mon.a (mon.0) 8459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.959491+0000 mon.a (mon.0) 8460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.961697+0000 mon.a (mon.0) 8461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.962548+0000 mon.a (mon.0) 8462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:32.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.964693+0000 mon.a (mon.0) 8463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:32.422 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.965300+0000 mon.a (mon.0) 8464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:32.422 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:31 smithi105 bash[58125]: audit 2024-03-30T04:48:31.971153+0000 mon.a (mon.0) 8465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:32.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:48:32] "GET /metrics HTTP/1.1" 200 38533 "" "Prometheus/2.33.4" 2024-03-30T04:48:33.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.168470+0000 mgr.y (mgr.25387) 4108 : cluster [DBG] pgmap v2679: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.168971+0000 mgr.y (mgr.25387) 4109 : cluster [DBG] pgmap v2680: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.175090+0000 mgr.y (mgr.25387) 4110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.256937+0000 mgr.y (mgr.25387) 4111 : cluster [DBG] pgmap v2681: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.257309+0000 mgr.y (mgr.25387) 4112 : cluster [DBG] pgmap v2682: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.263934+0000 mgr.y (mgr.25387) 4113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.349803+0000 mgr.y (mgr.25387) 4114 : cluster [DBG] pgmap v2683: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.350110+0000 mgr.y (mgr.25387) 4115 : cluster [DBG] pgmap v2684: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.355328+0000 mgr.y (mgr.25387) 4116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.442171+0000 mgr.y (mgr.25387) 4117 : cluster [DBG] pgmap v2685: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.442711+0000 mgr.y (mgr.25387) 4118 : cluster [DBG] pgmap v2686: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.449689+0000 mgr.y (mgr.25387) 4119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.539293+0000 mgr.y (mgr.25387) 4120 : cluster [DBG] pgmap v2687: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.540067+0000 mgr.y (mgr.25387) 4121 : cluster [DBG] pgmap v2688: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.548447+0000 mgr.y (mgr.25387) 4122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.168470+0000 mgr.y (mgr.25387) 4108 : cluster [DBG] pgmap v2679: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.168971+0000 mgr.y (mgr.25387) 4109 : cluster [DBG] pgmap v2680: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.175090+0000 mgr.y (mgr.25387) 4110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.256937+0000 mgr.y (mgr.25387) 4111 : cluster [DBG] pgmap v2681: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.257309+0000 mgr.y (mgr.25387) 4112 : cluster [DBG] pgmap v2682: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.263934+0000 mgr.y (mgr.25387) 4113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.349803+0000 mgr.y (mgr.25387) 4114 : cluster [DBG] pgmap v2683: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.350110+0000 mgr.y (mgr.25387) 4115 : cluster [DBG] pgmap v2684: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.355328+0000 mgr.y (mgr.25387) 4116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.442171+0000 mgr.y (mgr.25387) 4117 : cluster [DBG] pgmap v2685: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.442711+0000 mgr.y (mgr.25387) 4118 : cluster [DBG] pgmap v2686: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.449689+0000 mgr.y (mgr.25387) 4119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.539293+0000 mgr.y (mgr.25387) 4120 : cluster [DBG] pgmap v2687: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.540067+0000 mgr.y (mgr.25387) 4121 : cluster [DBG] pgmap v2688: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.548447+0000 mgr.y (mgr.25387) 4122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.638213+0000 mgr.y (mgr.25387) 4123 : cluster [DBG] pgmap v2689: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.638960+0000 mgr.y (mgr.25387) 4124 : cluster [DBG] pgmap v2690: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.646858+0000 mgr.y (mgr.25387) 4125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.730181+0000 mgr.y (mgr.25387) 4126 : cluster [DBG] pgmap v2691: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.730534+0000 mgr.y (mgr.25387) 4127 : cluster [DBG] pgmap v2692: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.736929+0000 mgr.y (mgr.25387) 4128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.801078+0000 mgr.y (mgr.25387) 4129 : cluster [DBG] pgmap v2693: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.801442+0000 mgr.y (mgr.25387) 4130 : cluster [DBG] pgmap v2694: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.806666+0000 mgr.y (mgr.25387) 4131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.855234+0000 mgr.y (mgr.25387) 4132 : cluster [DBG] pgmap v2695: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.855540+0000 mgr.y (mgr.25387) 4133 : cluster [DBG] pgmap v2696: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.860632+0000 mgr.y (mgr.25387) 4134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.908717+0000 mgr.y (mgr.25387) 4135 : cluster [DBG] pgmap v2697: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.909090+0000 mgr.y (mgr.25387) 4136 : cluster [DBG] pgmap v2698: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.913638+0000 mgr.y (mgr.25387) 4137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.966660+0000 mgr.y (mgr.25387) 4138 : cluster [DBG] pgmap v2699: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.638213+0000 mgr.y (mgr.25387) 4123 : cluster [DBG] pgmap v2689: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.638960+0000 mgr.y (mgr.25387) 4124 : cluster [DBG] pgmap v2690: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.646858+0000 mgr.y (mgr.25387) 4125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.730181+0000 mgr.y (mgr.25387) 4126 : cluster [DBG] pgmap v2691: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.730534+0000 mgr.y (mgr.25387) 4127 : cluster [DBG] pgmap v2692: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.736929+0000 mgr.y (mgr.25387) 4128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.801078+0000 mgr.y (mgr.25387) 4129 : cluster [DBG] pgmap v2693: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.801442+0000 mgr.y (mgr.25387) 4130 : cluster [DBG] pgmap v2694: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.806666+0000 mgr.y (mgr.25387) 4131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.855234+0000 mgr.y (mgr.25387) 4132 : cluster [DBG] pgmap v2695: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.855540+0000 mgr.y (mgr.25387) 4133 : cluster [DBG] pgmap v2696: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.860632+0000 mgr.y (mgr.25387) 4134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.908717+0000 mgr.y (mgr.25387) 4135 : cluster [DBG] pgmap v2697: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.909090+0000 mgr.y (mgr.25387) 4136 : cluster [DBG] pgmap v2698: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.913638+0000 mgr.y (mgr.25387) 4137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.966660+0000 mgr.y (mgr.25387) 4138 : cluster [DBG] pgmap v2699: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.966920+0000 mgr.y (mgr.25387) 4139 : cluster [DBG] pgmap v2700: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cephadm 2024-03-30T04:48:31.971590+0000 mgr.y (mgr.25387) 4140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:31.996422+0000 mon.a (mon.0) 8466 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.005802+0000 mon.a (mon.0) 8467 : cluster [INF] osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694] boot 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.005851+0000 mon.a (mon.0) 8468 : cluster [DBG] osdmap e140: 8 total, 8 up, 8 in 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: audit 2024-03-30T04:48:32.007744+0000 mon.a (mon.0) 8469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: audit 2024-03-30T04:48:32.049264+0000 mon.a (mon.0) 8470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: audit 2024-03-30T04:48:32.051179+0000 mon.a (mon.0) 8471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: audit 2024-03-30T04:48:32.051983+0000 mon.a (mon.0) 8472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:32 smithi097 bash[69502]: audit 2024-03-30T04:48:32.053837+0000 mon.a (mon.0) 8473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.054443+0000 mon.a (mon.0) 8474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.055705+0000 mgr.y (mgr.25387) 4141 : cluster [DBG] pgmap v2702: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.056079+0000 mgr.y (mgr.25387) 4142 : cluster [DBG] pgmap v2703: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.059785+0000 mon.a (mon.0) 8475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: cephadm 2024-03-30T04:48:32.060143+0000 mgr.y (mgr.25387) 4143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.100435+0000 mon.a (mon.0) 8476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.102219+0000 mon.a (mon.0) 8477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.103068+0000 mon.a (mon.0) 8478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.104852+0000 mon.a (mon.0) 8479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.966920+0000 mgr.y (mgr.25387) 4139 : cluster [DBG] pgmap v2700: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cephadm 2024-03-30T04:48:31.971590+0000 mgr.y (mgr.25387) 4140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:31.996422+0000 mon.a (mon.0) 8466 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.005802+0000 mon.a (mon.0) 8467 : cluster [INF] osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694] boot 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.005851+0000 mon.a (mon.0) 8468 : cluster [DBG] osdmap e140: 8 total, 8 up, 8 in 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.007744+0000 mon.a (mon.0) 8469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.049264+0000 mon.a (mon.0) 8470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.051179+0000 mon.a (mon.0) 8471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.051983+0000 mon.a (mon.0) 8472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.053837+0000 mon.a (mon.0) 8473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.054443+0000 mon.a (mon.0) 8474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.055705+0000 mgr.y (mgr.25387) 4141 : cluster [DBG] pgmap v2702: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.056079+0000 mgr.y (mgr.25387) 4142 : cluster [DBG] pgmap v2703: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.059785+0000 mon.a (mon.0) 8475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cephadm 2024-03-30T04:48:32.060143+0000 mgr.y (mgr.25387) 4143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.100435+0000 mon.a (mon.0) 8476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.102219+0000 mon.a (mon.0) 8477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.103068+0000 mon.a (mon.0) 8478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.104852+0000 mon.a (mon.0) 8479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.105448+0000 mon.a (mon.0) 8480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.106696+0000 mgr.y (mgr.25387) 4144 : cluster [DBG] pgmap v2704: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.106987+0000 mgr.y (mgr.25387) 4145 : cluster [DBG] pgmap v2705: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.110670+0000 mon.a (mon.0) 8481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: cephadm 2024-03-30T04:48:32.111089+0000 mgr.y (mgr.25387) 4146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.151962+0000 mon.a (mon.0) 8482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.154094+0000 mon.a (mon.0) 8483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.154879+0000 mon.a (mon.0) 8484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.156700+0000 mon.a (mon.0) 8485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.157289+0000 mon.a (mon.0) 8486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.164239+0000 mon.a (mon.0) 8487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.178504+0000 mon.a (mon.0) 8488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.184677+0000 mon.a (mon.0) 8489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.193273+0000 mon.a (mon.0) 8490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.222492+0000 mon.a (mon.0) 8491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.224676+0000 mon.a (mon.0) 8492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.226105+0000 mon.a (mon.0) 8493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.227326+0000 mon.a (mon.0) 8494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[69502]: audit 2024-03-30T04:48:32.228803+0000 mon.a (mon.0) 8495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:33.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.105448+0000 mon.a (mon.0) 8480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.106696+0000 mgr.y (mgr.25387) 4144 : cluster [DBG] pgmap v2704: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.106987+0000 mgr.y (mgr.25387) 4145 : cluster [DBG] pgmap v2705: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.110670+0000 mon.a (mon.0) 8481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: cephadm 2024-03-30T04:48:32.111089+0000 mgr.y (mgr.25387) 4146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.151962+0000 mon.a (mon.0) 8482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.154094+0000 mon.a (mon.0) 8483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.154879+0000 mon.a (mon.0) 8484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.156700+0000 mon.a (mon.0) 8485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.157289+0000 mon.a (mon.0) 8486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.164239+0000 mon.a (mon.0) 8487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.178504+0000 mon.a (mon.0) 8488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.184677+0000 mon.a (mon.0) 8489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.193273+0000 mon.a (mon.0) 8490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.222492+0000 mon.a (mon.0) 8491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.224676+0000 mon.a (mon.0) 8492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.226105+0000 mon.a (mon.0) 8493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.227326+0000 mon.a (mon.0) 8494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:33 smithi097 bash[73934]: audit 2024-03-30T04:48:32.228803+0000 mon.a (mon.0) 8495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:33.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.168470+0000 mgr.y (mgr.25387) 4108 : cluster [DBG] pgmap v2679: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.168971+0000 mgr.y (mgr.25387) 4109 : cluster [DBG] pgmap v2680: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.175090+0000 mgr.y (mgr.25387) 4110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.256937+0000 mgr.y (mgr.25387) 4111 : cluster [DBG] pgmap v2681: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.257309+0000 mgr.y (mgr.25387) 4112 : cluster [DBG] pgmap v2682: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.263934+0000 mgr.y (mgr.25387) 4113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.349803+0000 mgr.y (mgr.25387) 4114 : cluster [DBG] pgmap v2683: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.350110+0000 mgr.y (mgr.25387) 4115 : cluster [DBG] pgmap v2684: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.355328+0000 mgr.y (mgr.25387) 4116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.442171+0000 mgr.y (mgr.25387) 4117 : cluster [DBG] pgmap v2685: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.442711+0000 mgr.y (mgr.25387) 4118 : cluster [DBG] pgmap v2686: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.449689+0000 mgr.y (mgr.25387) 4119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.539293+0000 mgr.y (mgr.25387) 4120 : cluster [DBG] pgmap v2687: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.540067+0000 mgr.y (mgr.25387) 4121 : cluster [DBG] pgmap v2688: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.548447+0000 mgr.y (mgr.25387) 4122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.638213+0000 mgr.y (mgr.25387) 4123 : cluster [DBG] pgmap v2689: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.638960+0000 mgr.y (mgr.25387) 4124 : cluster [DBG] pgmap v2690: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.646858+0000 mgr.y (mgr.25387) 4125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.730181+0000 mgr.y (mgr.25387) 4126 : cluster [DBG] pgmap v2691: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.730534+0000 mgr.y (mgr.25387) 4127 : cluster [DBG] pgmap v2692: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.736929+0000 mgr.y (mgr.25387) 4128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.801078+0000 mgr.y (mgr.25387) 4129 : cluster [DBG] pgmap v2693: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.801442+0000 mgr.y (mgr.25387) 4130 : cluster [DBG] pgmap v2694: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.806666+0000 mgr.y (mgr.25387) 4131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.855234+0000 mgr.y (mgr.25387) 4132 : cluster [DBG] pgmap v2695: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.855540+0000 mgr.y (mgr.25387) 4133 : cluster [DBG] pgmap v2696: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.860632+0000 mgr.y (mgr.25387) 4134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.908717+0000 mgr.y (mgr.25387) 4135 : cluster [DBG] pgmap v2697: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.909090+0000 mgr.y (mgr.25387) 4136 : cluster [DBG] pgmap v2698: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.913638+0000 mgr.y (mgr.25387) 4137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.966660+0000 mgr.y (mgr.25387) 4138 : cluster [DBG] pgmap v2699: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.966920+0000 mgr.y (mgr.25387) 4139 : cluster [DBG] pgmap v2700: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:31.971590+0000 mgr.y (mgr.25387) 4140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:31.996422+0000 mon.a (mon.0) 8466 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.005802+0000 mon.a (mon.0) 8467 : cluster [INF] osd.6 [v2:172.21.15.105:6816/3339253694,v1:172.21.15.105:6817/3339253694] boot 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.005851+0000 mon.a (mon.0) 8468 : cluster [DBG] osdmap e140: 8 total, 8 up, 8 in 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.007744+0000 mon.a (mon.0) 8469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.049264+0000 mon.a (mon.0) 8470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.051179+0000 mon.a (mon.0) 8471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.051983+0000 mon.a (mon.0) 8472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.053837+0000 mon.a (mon.0) 8473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.054443+0000 mon.a (mon.0) 8474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.055705+0000 mgr.y (mgr.25387) 4141 : cluster [DBG] pgmap v2702: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.056079+0000 mgr.y (mgr.25387) 4142 : cluster [DBG] pgmap v2703: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.059785+0000 mon.a (mon.0) 8475 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:32.060143+0000 mgr.y (mgr.25387) 4143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.100435+0000 mon.a (mon.0) 8476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.102219+0000 mon.a (mon.0) 8477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.103068+0000 mon.a (mon.0) 8478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.104852+0000 mon.a (mon.0) 8479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.105448+0000 mon.a (mon.0) 8480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.106696+0000 mgr.y (mgr.25387) 4144 : cluster [DBG] pgmap v2704: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.106987+0000 mgr.y (mgr.25387) 4145 : cluster [DBG] pgmap v2705: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.110670+0000 mon.a (mon.0) 8481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: cephadm 2024-03-30T04:48:32.111089+0000 mgr.y (mgr.25387) 4146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.151962+0000 mon.a (mon.0) 8482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.154094+0000 mon.a (mon.0) 8483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.154879+0000 mon.a (mon.0) 8484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.156700+0000 mon.a (mon.0) 8485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.157289+0000 mon.a (mon.0) 8486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.164239+0000 mon.a (mon.0) 8487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.178504+0000 mon.a (mon.0) 8488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.184677+0000 mon.a (mon.0) 8489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.193273+0000 mon.a (mon.0) 8490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.222492+0000 mon.a (mon.0) 8491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.224676+0000 mon.a (mon.0) 8492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.226105+0000 mon.a (mon.0) 8493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.227326+0000 mon.a (mon.0) 8494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:33.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:32 smithi105 bash[58125]: audit 2024-03-30T04:48:32.228803+0000 mon.a (mon.0) 8495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.158747+0000 mgr.y (mgr.25387) 4147 : cluster [DBG] pgmap v2706: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.159042+0000 mgr.y (mgr.25387) 4148 : cluster [DBG] pgmap v2707: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cephadm 2024-03-30T04:48:32.164780+0000 mgr.y (mgr.25387) 4149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.185713+0000 mgr.y (mgr.25387) 4150 : cluster [DBG] pgmap v2708: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cluster 2024-03-30T04:48:32.186000+0000 mgr.y (mgr.25387) 4151 : cluster [DBG] pgmap v2709: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: audit 2024-03-30T04:48:32.228938+0000 mgr.y (mgr.25387) 4152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cephadm 2024-03-30T04:48:32.229990+0000 mgr.y (mgr.25387) 4153 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[69502]: cluster 2024-03-30T04:48:33.018910+0000 mon.a (mon.0) 8496 : cluster [DBG] osdmap e141: 8 total, 8 up, 8 in 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.158747+0000 mgr.y (mgr.25387) 4147 : cluster [DBG] pgmap v2706: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.159042+0000 mgr.y (mgr.25387) 4148 : cluster [DBG] pgmap v2707: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cephadm 2024-03-30T04:48:32.164780+0000 mgr.y (mgr.25387) 4149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.185713+0000 mgr.y (mgr.25387) 4150 : cluster [DBG] pgmap v2708: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cluster 2024-03-30T04:48:32.186000+0000 mgr.y (mgr.25387) 4151 : cluster [DBG] pgmap v2709: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: audit 2024-03-30T04:48:32.228938+0000 mgr.y (mgr.25387) 4152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cephadm 2024-03-30T04:48:32.229990+0000 mgr.y (mgr.25387) 4153 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:48:34.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:34 smithi097 bash[73934]: cluster 2024-03-30T04:48:33.018910+0000 mon.a (mon.0) 8496 : cluster [DBG] osdmap e141: 8 total, 8 up, 8 in 2024-03-30T04:48:34.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.158747+0000 mgr.y (mgr.25387) 4147 : cluster [DBG] pgmap v2706: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.159042+0000 mgr.y (mgr.25387) 4148 : cluster [DBG] pgmap v2707: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cephadm 2024-03-30T04:48:32.164780+0000 mgr.y (mgr.25387) 4149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.185713+0000 mgr.y (mgr.25387) 4150 : cluster [DBG] pgmap v2708: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cluster 2024-03-30T04:48:32.186000+0000 mgr.y (mgr.25387) 4151 : cluster [DBG] pgmap v2709: 161 pgs: 19 active+undersized+degraded, 34 active+undersized, 108 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: audit 2024-03-30T04:48:32.228938+0000 mgr.y (mgr.25387) 4152 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cephadm 2024-03-30T04:48:32.229990+0000 mgr.y (mgr.25387) 4153 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-03-30T04:48:34.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:34 smithi105 bash[58125]: cluster 2024-03-30T04:48:33.018910+0000 mon.a (mon.0) 8496 : cluster [DBG] osdmap e141: 8 total, 8 up, 8 in 2024-03-30T04:48:36.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: cluster 2024-03-30T04:48:34.187116+0000 mgr.y (mgr.25387) 4154 : cluster [DBG] pgmap v2711: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: audit 2024-03-30T04:48:34.860125+0000 mon.a (mon.0) 8497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: audit 2024-03-30T04:48:34.874468+0000 mon.a (mon.0) 8498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: cluster 2024-03-30T04:48:34.877231+0000 mgr.y (mgr.25387) 4155 : cluster [DBG] pgmap v2712: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: cluster 2024-03-30T04:48:34.878227+0000 mgr.y (mgr.25387) 4156 : cluster [DBG] pgmap v2713: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: audit 2024-03-30T04:48:34.887259+0000 mon.a (mon.0) 8499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[73934]: cluster 2024-03-30T04:48:35.014477+0000 mon.a (mon.0) 8500 : cluster [WRN] Health check update: Degraded data redundancy: 69/726 objects degraded (9.504%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: cluster 2024-03-30T04:48:34.187116+0000 mgr.y (mgr.25387) 4154 : cluster [DBG] pgmap v2711: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: audit 2024-03-30T04:48:34.860125+0000 mon.a (mon.0) 8497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: audit 2024-03-30T04:48:34.874468+0000 mon.a (mon.0) 8498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: cluster 2024-03-30T04:48:34.877231+0000 mgr.y (mgr.25387) 4155 : cluster [DBG] pgmap v2712: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: cluster 2024-03-30T04:48:34.878227+0000 mgr.y (mgr.25387) 4156 : cluster [DBG] pgmap v2713: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: audit 2024-03-30T04:48:34.887259+0000 mon.a (mon.0) 8499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:35 smithi097 bash[69502]: cluster 2024-03-30T04:48:35.014477+0000 mon.a (mon.0) 8500 : cluster [WRN] Health check update: Degraded data redundancy: 69/726 objects degraded (9.504%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: cluster 2024-03-30T04:48:34.187116+0000 mgr.y (mgr.25387) 4154 : cluster [DBG] pgmap v2711: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: audit 2024-03-30T04:48:34.860125+0000 mon.a (mon.0) 8497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: audit 2024-03-30T04:48:34.874468+0000 mon.a (mon.0) 8498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: cluster 2024-03-30T04:48:34.877231+0000 mgr.y (mgr.25387) 4155 : cluster [DBG] pgmap v2712: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: cluster 2024-03-30T04:48:34.878227+0000 mgr.y (mgr.25387) 4156 : cluster [DBG] pgmap v2713: 161 pgs: 1 peering, 16 active+undersized+degraded, 27 active+undersized, 117 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 69/726 objects degraded (9.504%) 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: audit 2024-03-30T04:48:34.887259+0000 mon.a (mon.0) 8499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:36.170 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:35 smithi105 bash[58125]: cluster 2024-03-30T04:48:35.014477+0000 mon.a (mon.0) 8500 : cluster [WRN] Health check update: Degraded data redundancy: 69/726 objects degraded (9.504%), 16 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:37.353 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:36 smithi105 bash[58125]: cluster 2024-03-30T04:48:36.931732+0000 mon.a (mon.0) 8501 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/726 objects degraded (9.504%), 16 pgs degraded) 2024-03-30T04:48:37.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:36 smithi097 bash[73934]: cluster 2024-03-30T04:48:36.931732+0000 mon.a (mon.0) 8501 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/726 objects degraded (9.504%), 16 pgs degraded) 2024-03-30T04:48:37.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:36 smithi097 bash[69502]: cluster 2024-03-30T04:48:36.931732+0000 mon.a (mon.0) 8501 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 69/726 objects degraded (9.504%), 16 pgs degraded) 2024-03-30T04:48:38.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:37 smithi105 bash[58125]: cluster 2024-03-30T04:48:36.879744+0000 mgr.y (mgr.25387) 4157 : cluster [DBG] pgmap v2714: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 872 B/s rd, 0 op/s 2024-03-30T04:48:38.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:37 smithi097 bash[73934]: cluster 2024-03-30T04:48:36.879744+0000 mgr.y (mgr.25387) 4157 : cluster [DBG] pgmap v2714: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 872 B/s rd, 0 op/s 2024-03-30T04:48:38.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:37 smithi097 bash[69502]: cluster 2024-03-30T04:48:36.879744+0000 mgr.y (mgr.25387) 4157 : cluster [DBG] pgmap v2714: 161 pgs: 1 peering, 160 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 872 B/s rd, 0 op/s 2024-03-30T04:48:40.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:39 smithi097 bash[73934]: cluster 2024-03-30T04:48:38.880800+0000 mgr.y (mgr.25387) 4158 : cluster [DBG] pgmap v2715: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 611 B/s rd, 0 op/s 2024-03-30T04:48:40.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:39 smithi097 bash[73934]: audit 2024-03-30T04:48:39.502824+0000 mon.a (mon.0) 8502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:40.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:39 smithi097 bash[73934]: audit 2024-03-30T04:48:39.505395+0000 mon.a (mon.0) 8503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:39 smithi097 bash[69502]: cluster 2024-03-30T04:48:38.880800+0000 mgr.y (mgr.25387) 4158 : cluster [DBG] pgmap v2715: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 611 B/s rd, 0 op/s 2024-03-30T04:48:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:39 smithi097 bash[69502]: audit 2024-03-30T04:48:39.502824+0000 mon.a (mon.0) 8502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:39 smithi097 bash[69502]: audit 2024-03-30T04:48:39.505395+0000 mon.a (mon.0) 8503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:40.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:39 smithi105 bash[58125]: cluster 2024-03-30T04:48:38.880800+0000 mgr.y (mgr.25387) 4158 : cluster [DBG] pgmap v2715: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 611 B/s rd, 0 op/s 2024-03-30T04:48:40.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:39 smithi105 bash[58125]: audit 2024-03-30T04:48:39.502824+0000 mon.a (mon.0) 8502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:40.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:39 smithi105 bash[58125]: audit 2024-03-30T04:48:39.505395+0000 mon.a (mon.0) 8503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:42 smithi097 bash[69502]: audit 2024-03-30T04:48:40.697292+0000 mgr.y (mgr.25387) 4159 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:42 smithi097 bash[69502]: cluster 2024-03-30T04:48:40.882156+0000 mgr.y (mgr.25387) 4160 : cluster [DBG] pgmap v2716: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:42 smithi097 bash[73934]: audit 2024-03-30T04:48:40.697292+0000 mgr.y (mgr.25387) 4159 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:42 smithi097 bash[73934]: cluster 2024-03-30T04:48:40.882156+0000 mgr.y (mgr.25387) 4160 : cluster [DBG] pgmap v2716: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:42.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:42 smithi105 bash[58125]: audit 2024-03-30T04:48:40.697292+0000 mgr.y (mgr.25387) 4159 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:42.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:42 smithi105 bash[58125]: cluster 2024-03-30T04:48:40.882156+0000 mgr.y (mgr.25387) 4160 : cluster [DBG] pgmap v2716: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:42.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:48:42] "GET /metrics HTTP/1.1" 200 38541 "" "Prometheus/2.33.4" 2024-03-30T04:48:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[69502]: audit 2024-03-30T04:48:42.059378+0000 mon.a (mon.0) 8504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[69502]: audit 2024-03-30T04:48:42.069678+0000 mon.a (mon.0) 8505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[69502]: cluster 2024-03-30T04:48:42.071917+0000 mgr.y (mgr.25387) 4161 : cluster [DBG] pgmap v2717: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[69502]: cluster 2024-03-30T04:48:42.072534+0000 mgr.y (mgr.25387) 4162 : cluster [DBG] pgmap v2718: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:43.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[69502]: audit 2024-03-30T04:48:42.081731+0000 mon.a (mon.0) 8506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[73934]: audit 2024-03-30T04:48:42.059378+0000 mon.a (mon.0) 8504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[73934]: audit 2024-03-30T04:48:42.069678+0000 mon.a (mon.0) 8505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[73934]: cluster 2024-03-30T04:48:42.071917+0000 mgr.y (mgr.25387) 4161 : cluster [DBG] pgmap v2717: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[73934]: cluster 2024-03-30T04:48:42.072534+0000 mgr.y (mgr.25387) 4162 : cluster [DBG] pgmap v2718: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:43 smithi097 bash[73934]: audit 2024-03-30T04:48:42.081731+0000 mon.a (mon.0) 8506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:43 smithi105 bash[58125]: audit 2024-03-30T04:48:42.059378+0000 mon.a (mon.0) 8504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:43 smithi105 bash[58125]: audit 2024-03-30T04:48:42.069678+0000 mon.a (mon.0) 8505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:43 smithi105 bash[58125]: cluster 2024-03-30T04:48:42.071917+0000 mgr.y (mgr.25387) 4161 : cluster [DBG] pgmap v2717: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:43 smithi105 bash[58125]: cluster 2024-03-30T04:48:42.072534+0000 mgr.y (mgr.25387) 4162 : cluster [DBG] pgmap v2718: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:48:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:43 smithi105 bash[58125]: audit 2024-03-30T04:48:42.081731+0000 mon.a (mon.0) 8506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:45.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:45 smithi097 bash[69502]: cluster 2024-03-30T04:48:44.073527+0000 mgr.y (mgr.25387) 4163 : cluster [DBG] pgmap v2719: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1002 B/s rd, 0 op/s 2024-03-30T04:48:45.410 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:45 smithi097 bash[69502]: audit 2024-03-30T04:48:44.768068+0000 mon.a (mon.0) 8507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:45.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:45 smithi097 bash[73934]: cluster 2024-03-30T04:48:44.073527+0000 mgr.y (mgr.25387) 4163 : cluster [DBG] pgmap v2719: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1002 B/s rd, 0 op/s 2024-03-30T04:48:45.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:45 smithi097 bash[73934]: audit 2024-03-30T04:48:44.768068+0000 mon.a (mon.0) 8507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:45.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:45 smithi105 bash[58125]: cluster 2024-03-30T04:48:44.073527+0000 mgr.y (mgr.25387) 4163 : cluster [DBG] pgmap v2719: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1002 B/s rd, 0 op/s 2024-03-30T04:48:45.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:45 smithi105 bash[58125]: audit 2024-03-30T04:48:44.768068+0000 mon.a (mon.0) 8507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:47.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:47 smithi097 bash[73934]: cluster 2024-03-30T04:48:46.074960+0000 mgr.y (mgr.25387) 4164 : cluster [DBG] pgmap v2720: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:47.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:47 smithi097 bash[69502]: cluster 2024-03-30T04:48:46.074960+0000 mgr.y (mgr.25387) 4164 : cluster [DBG] pgmap v2720: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:47.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:47 smithi105 bash[58125]: cluster 2024-03-30T04:48:46.074960+0000 mgr.y (mgr.25387) 4164 : cluster [DBG] pgmap v2720: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:48.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:48 smithi105 bash[58125]: audit 2024-03-30T04:48:47.245772+0000 mon.a (mon.0) 8508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:48.474 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:48 smithi097 bash[69502]: audit 2024-03-30T04:48:47.245772+0000 mon.a (mon.0) 8508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:48.475 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:48 smithi097 bash[73934]: audit 2024-03-30T04:48:47.245772+0000 mon.a (mon.0) 8508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:49.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:49 smithi105 bash[58125]: audit 2024-03-30T04:48:47.246105+0000 mgr.y (mgr.25387) 4165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:49.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:49 smithi105 bash[58125]: cephadm 2024-03-30T04:48:47.248384+0000 mgr.y (mgr.25387) 4166 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:48:49.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:49 smithi105 bash[58125]: cluster 2024-03-30T04:48:48.076054+0000 mgr.y (mgr.25387) 4167 : cluster [DBG] pgmap v2721: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:49 smithi097 bash[69502]: audit 2024-03-30T04:48:47.246105+0000 mgr.y (mgr.25387) 4165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:49 smithi097 bash[69502]: cephadm 2024-03-30T04:48:47.248384+0000 mgr.y (mgr.25387) 4166 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:48:49.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:49 smithi097 bash[69502]: cluster 2024-03-30T04:48:48.076054+0000 mgr.y (mgr.25387) 4167 : cluster [DBG] pgmap v2721: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:49.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:49 smithi097 bash[73934]: audit 2024-03-30T04:48:47.246105+0000 mgr.y (mgr.25387) 4165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-30T04:48:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:49 smithi097 bash[73934]: cephadm 2024-03-30T04:48:47.248384+0000 mgr.y (mgr.25387) 4166 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-03-30T04:48:49.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:49 smithi097 bash[73934]: cluster 2024-03-30T04:48:48.076054+0000 mgr.y (mgr.25387) 4167 : cluster [DBG] pgmap v2721: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:48:50.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:50 smithi105 bash[58125]: cephadm 2024-03-30T04:48:49.674474+0000 mgr.y (mgr.25387) 4168 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:48:50.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:50 smithi105 bash[58125]: audit 2024-03-30T04:48:49.682473+0000 mon.a (mon.0) 8509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:50.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:50 smithi105 bash[58125]: audit 2024-03-30T04:48:49.687648+0000 mon.a (mon.0) 8510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:48:50.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:50 smithi105 bash[58125]: audit 2024-03-30T04:48:49.689303+0000 mon.a (mon.0) 8511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:50.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:50 smithi105 bash[58125]: cephadm 2024-03-30T04:48:49.695581+0000 mgr.y (mgr.25387) 4169 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-03-30T04:48:50.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:50 smithi105 bash[58125]: cluster 2024-03-30T04:48:50.077038+0000 mgr.y (mgr.25387) 4170 : cluster [DBG] pgmap v2722: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 556 B/s rd, 0 op/s 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[69502]: cephadm 2024-03-30T04:48:49.674474+0000 mgr.y (mgr.25387) 4168 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[69502]: audit 2024-03-30T04:48:49.682473+0000 mon.a (mon.0) 8509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[69502]: audit 2024-03-30T04:48:49.687648+0000 mon.a (mon.0) 8510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[69502]: audit 2024-03-30T04:48:49.689303+0000 mon.a (mon.0) 8511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[69502]: cephadm 2024-03-30T04:48:49.695581+0000 mgr.y (mgr.25387) 4169 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[69502]: cluster 2024-03-30T04:48:50.077038+0000 mgr.y (mgr.25387) 4170 : cluster [DBG] pgmap v2722: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 556 B/s rd, 0 op/s 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[73934]: cephadm 2024-03-30T04:48:49.674474+0000 mgr.y (mgr.25387) 4168 : cephadm [INF] Upgrade: Updating osd.7 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[73934]: audit 2024-03-30T04:48:49.682473+0000 mon.a (mon.0) 8509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[73934]: audit 2024-03-30T04:48:49.687648+0000 mon.a (mon.0) 8510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[73934]: audit 2024-03-30T04:48:49.689303+0000 mon.a (mon.0) 8511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[73934]: cephadm 2024-03-30T04:48:49.695581+0000 mgr.y (mgr.25387) 4169 : cephadm [INF] Deploying daemon osd.7 on smithi105 2024-03-30T04:48:51.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:50 smithi097 bash[73934]: cluster 2024-03-30T04:48:50.077038+0000 mgr.y (mgr.25387) 4170 : cluster [DBG] pgmap v2722: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 556 B/s rd, 0 op/s 2024-03-30T04:48:51.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:51 smithi105 bash[58125]: audit 2024-03-30T04:48:50.705137+0000 mgr.y (mgr.25387) 4171 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:52.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:51 smithi097 bash[73934]: audit 2024-03-30T04:48:50.705137+0000 mgr.y (mgr.25387) 4171 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:52.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:51 smithi097 bash[69502]: audit 2024-03-30T04:48:50.705137+0000 mgr.y (mgr.25387) 4171 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:48:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:48:52] "GET /metrics HTTP/1.1" 200 38541 "" "Prometheus/2.33.4" 2024-03-30T04:48:52.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:52 smithi097 bash[73934]: cluster 2024-03-30T04:48:52.078535+0000 mgr.y (mgr.25387) 4172 : cluster [DBG] pgmap v2723: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:52.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:52 smithi097 bash[69502]: cluster 2024-03-30T04:48:52.078535+0000 mgr.y (mgr.25387) 4172 : cluster [DBG] pgmap v2723: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:52.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:52 smithi105 bash[58125]: cluster 2024-03-30T04:48:52.078535+0000 mgr.y (mgr.25387) 4172 : cluster [DBG] pgmap v2723: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:48:54.281 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.282 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.282 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.282 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.283 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.283 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.284 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.284 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:48:54.606 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:54 smithi105 systemd[1]: Stopping Ceph osd.7 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:48:54.606 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:54 smithi105 bash[33723]: debug 2024-03-30T04:48:54.383+0000 7f7ac5d13700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:48:54.606 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:54 smithi105 bash[33723]: debug 2024-03-30T04:48:54.383+0000 7f7ac5d13700 -1 osd.7 141 *** Got signal Terminated *** 2024-03-30T04:48:54.606 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:54 smithi105 bash[33723]: debug 2024-03-30T04:48:54.383+0000 7f7ac5d13700 -1 osd.7 141 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:48:55.447 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:48:55.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:55 smithi105 bash[58125]: cluster 2024-03-30T04:48:54.079524+0000 mgr.y (mgr.25387) 4173 : cluster [DBG] pgmap v2724: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:55 smithi105 bash[58125]: cluster 2024-03-30T04:48:54.385736+0000 mon.a (mon.0) 8512 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:48:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:55 smithi105 bash[58125]: audit 2024-03-30T04:48:54.495026+0000 mon.a (mon.0) 8513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:55 smithi105 bash[58125]: audit 2024-03-30T04:48:54.584441+0000 mon.a (mon.0) 8514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:55 smithi105 bash[58125]: audit 2024-03-30T04:48:54.596777+0000 mon.a (mon.0) 8515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:55 smithi105 bash[58125]: audit 2024-03-30T04:48:54.609590+0000 mon.a (mon.0) 8516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[73934]: cluster 2024-03-30T04:48:54.079524+0000 mgr.y (mgr.25387) 4173 : cluster [DBG] pgmap v2724: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[73934]: cluster 2024-03-30T04:48:54.385736+0000 mon.a (mon.0) 8512 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[73934]: audit 2024-03-30T04:48:54.495026+0000 mon.a (mon.0) 8513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[73934]: audit 2024-03-30T04:48:54.584441+0000 mon.a (mon.0) 8514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[73934]: audit 2024-03-30T04:48:54.596777+0000 mon.a (mon.0) 8515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[73934]: audit 2024-03-30T04:48:54.609590+0000 mon.a (mon.0) 8516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[69502]: cluster 2024-03-30T04:48:54.079524+0000 mgr.y (mgr.25387) 4173 : cluster [DBG] pgmap v2724: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:48:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[69502]: cluster 2024-03-30T04:48:54.385736+0000 mon.a (mon.0) 8512 : cluster [INF] osd.7 marked itself down and dead 2024-03-30T04:48:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[69502]: audit 2024-03-30T04:48:54.495026+0000 mon.a (mon.0) 8513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:48:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[69502]: audit 2024-03-30T04:48:54.584441+0000 mon.a (mon.0) 8514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[69502]: audit 2024-03-30T04:48:54.596777+0000 mon.a (mon.0) 8515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:55 smithi097 bash[69502]: audit 2024-03-30T04:48:54.609590+0000 mon.a (mon.0) 8516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:48:56.208 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:48:56.208 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 14s ago 21m - - 2024-03-30T04:48:56.208 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 1s ago 21m - - 2024-03-30T04:48:56.208 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (8m) 14s ago 14m 13.5M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:48:56.208 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 1s ago 14m - - 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (6m) 14s ago 12m 45.3M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (6m) 1s ago 20m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (7m) 14s ago 22m 525M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (6m) 14s ago 22m 123M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (5m) 1s ago 20m 53.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (5m) 14s ago 21m 56.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (8m) 14s ago 15m 9463k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (7m) 1s ago 15m 9408k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (4m) 14s ago 20m 54.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (3m) 14s ago 19m 58.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (3m) 14s ago 18m 54.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (2m) 14s ago 18m 55.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (109s) 1s ago 17m 55.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:48:56.209 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (71s) 1s ago 17m 51.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (32s) 1s ago 16m 46.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 unknown 1s ago 15m 66.2M 4096M 17.2.0 e1d6a67b021e 4a2dfb8c412f 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (6m) 1s ago 15m 68.3M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (13m) 14s ago 13m 88.2M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (12m) 1s ago 12m 88.1M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (12m) 14s ago 12m 88.2M - 17.2.0 e1d6a67b021e 5fce5d08a1db 2024-03-30T04:48:56.210 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (12m) 1s ago 12m 88.4M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:54.599529+0000 mgr.y (mgr.25387) 4174 : cluster [DBG] pgmap v2725: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:54.600094+0000 mgr.y (mgr.25387) 4175 : cluster [DBG] pgmap v2726: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:55.134595+0000 mon.a (mon.0) 8517 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:55.134636+0000 mon.a (mon.0) 8518 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:55.140819+0000 mon.a (mon.0) 8519 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:55.592361+0000 mon.a (mon.0) 8520 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:56.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[58125]: cluster 2024-03-30T04:48:56.142585+0000 mon.a (mon.0) 8521 : cluster [DBG] osdmap e143: 8 total, 7 up, 8 in 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:54.599529+0000 mgr.y (mgr.25387) 4174 : cluster [DBG] pgmap v2725: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:54.600094+0000 mgr.y (mgr.25387) 4175 : cluster [DBG] pgmap v2726: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:55.134595+0000 mon.a (mon.0) 8517 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:55.134636+0000 mon.a (mon.0) 8518 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:55.140819+0000 mon.a (mon.0) 8519 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:55.592361+0000 mon.a (mon.0) 8520 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[69502]: cluster 2024-03-30T04:48:56.142585+0000 mon.a (mon.0) 8521 : cluster [DBG] osdmap e143: 8 total, 7 up, 8 in 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:54.599529+0000 mgr.y (mgr.25387) 4174 : cluster [DBG] pgmap v2725: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:54.600094+0000 mgr.y (mgr.25387) 4175 : cluster [DBG] pgmap v2726: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 600 B/s rd, 0 op/s 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:55.134595+0000 mon.a (mon.0) 8517 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:55.134636+0000 mon.a (mon.0) 8518 : cluster [WRN] Health check failed: all OSDs are running squid or later but require_osd_release < squid (OSD_UPGRADE_FINISHED) 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:55.140819+0000 mon.a (mon.0) 8519 : cluster [DBG] osdmap e142: 8 total, 7 up, 8 in 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:55.592361+0000 mon.a (mon.0) 8520 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:48:56.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:56 smithi097 bash[73934]: cluster 2024-03-30T04:48:56.142585+0000 mon.a (mon.0) 8521 : cluster [DBG] osdmap e143: 8 total, 7 up, 8 in 2024-03-30T04:48:56.640 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:48:56.640 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:48:56.640 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:48:56.640 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:56.640 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 7 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 12 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:48:56.641 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr" 2024-03-30T04:48:57.009 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:48:57.010 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "12/23 daemons upgraded", 2024-03-30T04:48:57.010 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading osd daemons", 2024-03-30T04:48:57.010 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:48:57.010 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:48:57.174 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:56 smithi105 bash[72157]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:48:57.450 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 2 failed cephadm daemon(s); 1 osds down; all OSDs are running squid or later but require_osd_release < squid; Reduced data availability: 2 pgs peering; Degraded data redundancy: 16/726 objects degraded (2.204%), 4 pgs degraded 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: daemon osd.7 on smithi105 is in unknown state 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: osd.7 (root=default,host=smithi105) is down 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] OSD_UPGRADE_FINISHED: all OSDs are running squid or later but require_osd_release < squid 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: all OSDs are running squid or later but require_osd_release < squid 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 2 pgs peering 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.0 is stuck peering for 13m, current state peering, last acting [1,0] 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.15 is stuck peering for 2m, current state peering, last acting [3,4] 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 16/726 objects degraded (2.204%), 4 pgs degraded 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-03-30T04:48:57.451 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2024-03-30T04:48:57.452 INFO:teuthology.orchestra.run.smithi097.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2024-03-30T04:48:57.452 INFO:teuthology.orchestra.run.smithi097.stdout: pg 4.15 is active+undersized+degraded, acting [5,3] 2024-03-30T04:48:57.526 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[72303]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:48:57.527 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[58125]: audit 2024-03-30T04:48:55.437888+0000 mgr.y (mgr.25387) 4176 : audit [DBG] from='client.54505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.527 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[58125]: audit 2024-03-30T04:48:55.809486+0000 mgr.y (mgr.25387) 4177 : audit [DBG] from='client.54511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.527 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[58125]: audit 2024-03-30T04:48:56.196357+0000 mgr.y (mgr.25387) 4178 : audit [DBG] from='client.54517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.527 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[58125]: cluster 2024-03-30T04:48:56.601167+0000 mgr.y (mgr.25387) 4179 : cluster [DBG] pgmap v2729: 161 pgs: 4 active+undersized+degraded, 28 peering, 6 active+undersized, 123 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 16/726 objects degraded (2.204%) 2024-03-30T04:48:57.527 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[58125]: audit 2024-03-30T04:48:56.646154+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.97:0/1036870817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.527 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:57 smithi105 bash[58125]: audit 2024-03-30T04:48:57.014544+0000 mgr.y (mgr.25387) 4180 : audit [DBG] from='client.54529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[73934]: audit 2024-03-30T04:48:55.437888+0000 mgr.y (mgr.25387) 4176 : audit [DBG] from='client.54505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[73934]: audit 2024-03-30T04:48:55.809486+0000 mgr.y (mgr.25387) 4177 : audit [DBG] from='client.54511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[73934]: audit 2024-03-30T04:48:56.196357+0000 mgr.y (mgr.25387) 4178 : audit [DBG] from='client.54517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[73934]: cluster 2024-03-30T04:48:56.601167+0000 mgr.y (mgr.25387) 4179 : cluster [DBG] pgmap v2729: 161 pgs: 4 active+undersized+degraded, 28 peering, 6 active+undersized, 123 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 16/726 objects degraded (2.204%) 2024-03-30T04:48:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[73934]: audit 2024-03-30T04:48:56.646154+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.97:0/1036870817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[73934]: audit 2024-03-30T04:48:57.014544+0000 mgr.y (mgr.25387) 4180 : audit [DBG] from='client.54529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[69502]: audit 2024-03-30T04:48:55.437888+0000 mgr.y (mgr.25387) 4176 : audit [DBG] from='client.54505 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[69502]: audit 2024-03-30T04:48:55.809486+0000 mgr.y (mgr.25387) 4177 : audit [DBG] from='client.54511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[69502]: audit 2024-03-30T04:48:56.196357+0000 mgr.y (mgr.25387) 4178 : audit [DBG] from='client.54517 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[69502]: cluster 2024-03-30T04:48:56.601167+0000 mgr.y (mgr.25387) 4179 : cluster [DBG] pgmap v2729: 161 pgs: 4 active+undersized+degraded, 28 peering, 6 active+undersized, 123 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 16/726 objects degraded (2.204%) 2024-03-30T04:48:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[69502]: audit 2024-03-30T04:48:56.646154+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.97:0/1036870817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:48:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:57 smithi097 bash[69502]: audit 2024-03-30T04:48:57.014544+0000 mgr.y (mgr.25387) 4180 : audit [DBG] from='client.54529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:48:58.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:58 smithi105 bash[58125]: cluster 2024-03-30T04:48:57.170794+0000 mon.a (mon.0) 8522 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:48:58.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:58 smithi105 bash[58125]: cluster 2024-03-30T04:48:57.170820+0000 mon.a (mon.0) 8523 : cluster [WRN] Health check failed: Degraded data redundancy: 16/726 objects degraded (2.204%), 4 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:58.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:58 smithi105 bash[58125]: audit 2024-03-30T04:48:57.456664+0000 mon.a (mon.0) 8524 : audit [DBG] from='client.? 172.21.15.97:0/3973326699' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:58 smithi097 bash[73934]: cluster 2024-03-30T04:48:57.170794+0000 mon.a (mon.0) 8522 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:48:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:58 smithi097 bash[73934]: cluster 2024-03-30T04:48:57.170820+0000 mon.a (mon.0) 8523 : cluster [WRN] Health check failed: Degraded data redundancy: 16/726 objects degraded (2.204%), 4 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:58 smithi097 bash[73934]: audit 2024-03-30T04:48:57.456664+0000 mon.a (mon.0) 8524 : audit [DBG] from='client.? 172.21.15.97:0/3973326699' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:58.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:58 smithi097 bash[69502]: cluster 2024-03-30T04:48:57.170794+0000 mon.a (mon.0) 8522 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-30T04:48:58.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:58 smithi097 bash[69502]: cluster 2024-03-30T04:48:57.170820+0000 mon.a (mon.0) 8523 : cluster [WRN] Health check failed: Degraded data redundancy: 16/726 objects degraded (2.204%), 4 pgs degraded (PG_DEGRADED) 2024-03-30T04:48:58.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:58 smithi097 bash[69502]: audit 2024-03-30T04:48:57.456664+0000 mon.a (mon.0) 8524 : audit [DBG] from='client.? 172.21.15.97:0/3973326699' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:48:59.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:59 smithi105 bash[58125]: cluster 2024-03-30T04:48:58.602320+0000 mgr.y (mgr.25387) 4181 : cluster [DBG] pgmap v2730: 161 pgs: 10 active+undersized+degraded, 28 peering, 13 active+undersized, 110 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 28/726 objects degraded (3.857%) 2024-03-30T04:48:59.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:48:59 smithi097 bash[69502]: cluster 2024-03-30T04:48:58.602320+0000 mgr.y (mgr.25387) 4181 : cluster [DBG] pgmap v2730: 161 pgs: 10 active+undersized+degraded, 28 peering, 13 active+undersized, 110 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 28/726 objects degraded (3.857%) 2024-03-30T04:48:59.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:48:59 smithi097 bash[73934]: cluster 2024-03-30T04:48:58.602320+0000 mgr.y (mgr.25387) 4181 : cluster [DBG] pgmap v2730: 161 pgs: 10 active+undersized+degraded, 28 peering, 13 active+undersized, 110 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 28/726 objects degraded (3.857%) 2024-03-30T04:49:00.091 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.092 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.092 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.092 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.092 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.7.service: Deactivated successfully. 2024-03-30T04:49:00.093 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: Stopped Ceph osd.7 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:00.093 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.093 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.093 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.093 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.094 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:48:59 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:00.457 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:00 smithi105 systemd[1]: Started Ceph osd.7 for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:49:01.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.150304+0000 mon.a (mon.0) 8525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.408 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.163736+0000 mon.a (mon.0) 8526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.189722+0000 mon.a (mon.0) 8527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.674276+0000 mon.a (mon.0) 8528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.689550+0000 mon.a (mon.0) 8529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.692716+0000 mon.a (mon.0) 8530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.694538+0000 mon.a (mon.0) 8531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.721594+0000 mon.a (mon.0) 8532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.832682+0000 mon.a (mon.0) 8533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.835113+0000 mon.a (mon.0) 8534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.836664+0000 mon.a (mon.0) 8535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.839039+0000 mon.a (mon.0) 8536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.839881+0000 mon.a (mon.0) 8537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.849282+0000 mon.a (mon.0) 8538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.926441+0000 mon.a (mon.0) 8539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.928919+0000 mon.a (mon.0) 8540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.930040+0000 mon.a (mon.0) 8541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.409 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.932924+0000 mon.a (mon.0) 8542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.933745+0000 mon.a (mon.0) 8543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:00.943217+0000 mon.a (mon.0) 8544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.018870+0000 mon.a (mon.0) 8545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.021101+0000 mon.a (mon.0) 8546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.022113+0000 mon.a (mon.0) 8547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.025548+0000 mon.a (mon.0) 8548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.026498+0000 mon.a (mon.0) 8549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.036136+0000 mon.a (mon.0) 8550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.115062+0000 mon.a (mon.0) 8551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.118325+0000 mon.a (mon.0) 8552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.120270+0000 mon.a (mon.0) 8553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.123480+0000 mon.a (mon.0) 8554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.124675+0000 mon.a (mon.0) 8555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.410 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[58125]: audit 2024-03-30T04:49:01.134004+0000 mon.a (mon.0) 8556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.150304+0000 mon.a (mon.0) 8525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.163736+0000 mon.a (mon.0) 8526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.189722+0000 mon.a (mon.0) 8527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.674276+0000 mon.a (mon.0) 8528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.689550+0000 mon.a (mon.0) 8529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.692716+0000 mon.a (mon.0) 8530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.694538+0000 mon.a (mon.0) 8531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.721594+0000 mon.a (mon.0) 8532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.832682+0000 mon.a (mon.0) 8533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.835113+0000 mon.a (mon.0) 8534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.836664+0000 mon.a (mon.0) 8535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.839039+0000 mon.a (mon.0) 8536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.839881+0000 mon.a (mon.0) 8537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.849282+0000 mon.a (mon.0) 8538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.926441+0000 mon.a (mon.0) 8539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.928919+0000 mon.a (mon.0) 8540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.930040+0000 mon.a (mon.0) 8541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.932924+0000 mon.a (mon.0) 8542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.933745+0000 mon.a (mon.0) 8543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:00.943217+0000 mon.a (mon.0) 8544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.018870+0000 mon.a (mon.0) 8545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.021101+0000 mon.a (mon.0) 8546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.022113+0000 mon.a (mon.0) 8547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.025548+0000 mon.a (mon.0) 8548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.026498+0000 mon.a (mon.0) 8549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.036136+0000 mon.a (mon.0) 8550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.115062+0000 mon.a (mon.0) 8551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.118325+0000 mon.a (mon.0) 8552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.120270+0000 mon.a (mon.0) 8553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.123480+0000 mon.a (mon.0) 8554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.124675+0000 mon.a (mon.0) 8555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[69502]: audit 2024-03-30T04:49:01.134004+0000 mon.a (mon.0) 8556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.150304+0000 mon.a (mon.0) 8525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.163736+0000 mon.a (mon.0) 8526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.189722+0000 mon.a (mon.0) 8527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.674276+0000 mon.a (mon.0) 8528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.689550+0000 mon.a (mon.0) 8529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.692716+0000 mon.a (mon.0) 8530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.694538+0000 mon.a (mon.0) 8531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.721594+0000 mon.a (mon.0) 8532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.832682+0000 mon.a (mon.0) 8533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.835113+0000 mon.a (mon.0) 8534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.836664+0000 mon.a (mon.0) 8535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.839039+0000 mon.a (mon.0) 8536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.839881+0000 mon.a (mon.0) 8537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.849282+0000 mon.a (mon.0) 8538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.926441+0000 mon.a (mon.0) 8539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.928919+0000 mon.a (mon.0) 8540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.930040+0000 mon.a (mon.0) 8541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.932924+0000 mon.a (mon.0) 8542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.933745+0000 mon.a (mon.0) 8543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:00.943217+0000 mon.a (mon.0) 8544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.018870+0000 mon.a (mon.0) 8545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.021101+0000 mon.a (mon.0) 8546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.022113+0000 mon.a (mon.0) 8547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.025548+0000 mon.a (mon.0) 8548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.026498+0000 mon.a (mon.0) 8549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.036136+0000 mon.a (mon.0) 8550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.115062+0000 mon.a (mon.0) 8551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.118325+0000 mon.a (mon.0) 8552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.120270+0000 mon.a (mon.0) 8553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.123480+0000 mon.a (mon.0) 8554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.124675+0000 mon.a (mon.0) 8555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:01.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:01 smithi097 bash[73934]: audit 2024-03-30T04:49:01.134004+0000 mon.a (mon.0) 8556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.207 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-30T04:49:02.207 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-03-30T04:49:02.207 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-30T04:49:02.207 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-30T04:49:02.207 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-30T04:49:02.207 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-30T04:49:02.208 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:01 smithi105 bash[72516]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.603916+0000 mgr.y (mgr.25387) 4182 : cluster [DBG] pgmap v2731: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.698672+0000 mgr.y (mgr.25387) 4183 : cluster [DBG] pgmap v2732: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.699681+0000 mgr.y (mgr.25387) 4184 : cluster [DBG] pgmap v2733: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:00.713107+0000 mgr.y (mgr.25387) 4185 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cephadm 2024-03-30T04:49:00.723021+0000 mgr.y (mgr.25387) 4186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.841597+0000 mgr.y (mgr.25387) 4187 : cluster [DBG] pgmap v2734: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.841939+0000 mgr.y (mgr.25387) 4188 : cluster [DBG] pgmap v2735: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cephadm 2024-03-30T04:49:00.850122+0000 mgr.y (mgr.25387) 4189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.935480+0000 mgr.y (mgr.25387) 4190 : cluster [DBG] pgmap v2736: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 438 B/s rd, 0 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:00.935860+0000 mgr.y (mgr.25387) 4191 : cluster [DBG] pgmap v2737: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cephadm 2024-03-30T04:49:00.943842+0000 mgr.y (mgr.25387) 4192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.029034+0000 mgr.y (mgr.25387) 4193 : cluster [DBG] pgmap v2738: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.030028+0000 mgr.y (mgr.25387) 4194 : cluster [DBG] pgmap v2739: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.036670+0000 mgr.y (mgr.25387) 4195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.127239+0000 mgr.y (mgr.25387) 4196 : cluster [DBG] pgmap v2740: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.128003+0000 mgr.y (mgr.25387) 4197 : cluster [DBG] pgmap v2741: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.134642+0000 mgr.y (mgr.25387) 4198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.159392+0000 mon.a (mon.0) 8557 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.159427+0000 mon.a (mon.0) 8558 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.208449+0000 mon.a (mon.0) 8559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.210478+0000 mon.a (mon.0) 8560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.211440+0000 mon.a (mon.0) 8561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.213965+0000 mon.a (mon.0) 8562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.214694+0000 mon.a (mon.0) 8563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.221591+0000 mon.a (mon.0) 8564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.280494+0000 mon.a (mon.0) 8565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.282523+0000 mon.a (mon.0) 8566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.283487+0000 mon.a (mon.0) 8567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.285348+0000 mon.a (mon.0) 8568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.285944+0000 mon.a (mon.0) 8569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.291765+0000 mon.a (mon.0) 8570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.332807+0000 mon.a (mon.0) 8571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.334619+0000 mon.a (mon.0) 8572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.335435+0000 mon.a (mon.0) 8573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.337254+0000 mon.a (mon.0) 8574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.337865+0000 mon.a (mon.0) 8575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.343753+0000 mon.a (mon.0) 8576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.384601+0000 mon.a (mon.0) 8577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.386423+0000 mon.a (mon.0) 8578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.387226+0000 mon.a (mon.0) 8579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.389130+0000 mon.a (mon.0) 8580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.389713+0000 mon.a (mon.0) 8581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.396437+0000 mon.a (mon.0) 8582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.436961+0000 mon.a (mon.0) 8583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.438796+0000 mon.a (mon.0) 8584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.439590+0000 mon.a (mon.0) 8585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.441512+0000 mon.a (mon.0) 8586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.442109+0000 mon.a (mon.0) 8587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.449738+0000 mon.a (mon.0) 8588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.506338+0000 mon.a (mon.0) 8589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.508358+0000 mon.a (mon.0) 8590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.509245+0000 mon.a (mon.0) 8591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.511646+0000 mon.a (mon.0) 8592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.512317+0000 mon.a (mon.0) 8593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.521737+0000 mon.a (mon.0) 8594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.578802+0000 mon.a (mon.0) 8595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.580621+0000 mon.a (mon.0) 8596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.581407+0000 mon.a (mon.0) 8597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.583226+0000 mon.a (mon.0) 8598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.583827+0000 mon.a (mon.0) 8599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.589313+0000 mon.a (mon.0) 8600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.630314+0000 mon.a (mon.0) 8601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.632400+0000 mon.a (mon.0) 8602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.633210+0000 mon.a (mon.0) 8603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.635064+0000 mon.a (mon.0) 8604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.635801+0000 mon.a (mon.0) 8605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.641282+0000 mon.a (mon.0) 8606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.682414+0000 mon.a (mon.0) 8607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.684217+0000 mon.a (mon.0) 8608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.685123+0000 mon.a (mon.0) 8609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.686869+0000 mon.a (mon.0) 8610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.687456+0000 mon.a (mon.0) 8611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.693295+0000 mon.a (mon.0) 8612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.734424+0000 mon.a (mon.0) 8613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.736212+0000 mon.a (mon.0) 8614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.737251+0000 mon.a (mon.0) 8615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.739078+0000 mon.a (mon.0) 8616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.739715+0000 mon.a (mon.0) 8617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.745362+0000 mon.a (mon.0) 8618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.785794+0000 mon.a (mon.0) 8619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.787637+0000 mon.a (mon.0) 8620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.788420+0000 mon.a (mon.0) 8621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.790263+0000 mon.a (mon.0) 8622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.790854+0000 mon.a (mon.0) 8623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.797141+0000 mon.a (mon.0) 8624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.838697+0000 mon.a (mon.0) 8625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.840610+0000 mon.a (mon.0) 8626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.841397+0000 mon.a (mon.0) 8627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.843273+0000 mon.a (mon.0) 8628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.843921+0000 mon.a (mon.0) 8629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.849625+0000 mon.a (mon.0) 8630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.890756+0000 mon.a (mon.0) 8631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.892667+0000 mon.a (mon.0) 8632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.893471+0000 mon.a (mon.0) 8633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.895275+0000 mon.a (mon.0) 8634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.895850+0000 mon.a (mon.0) 8635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.901294+0000 mon.a (mon.0) 8636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.946358+0000 mon.a (mon.0) 8637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.948440+0000 mon.a (mon.0) 8638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.949253+0000 mon.a (mon.0) 8639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.951403+0000 mon.a (mon.0) 8640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.952063+0000 mon.a (mon.0) 8641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.957811+0000 mon.a (mon.0) 8642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:01.998865+0000 mon.a (mon.0) 8643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.000721+0000 mon.a (mon.0) 8644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.001517+0000 mon.a (mon.0) 8645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.003322+0000 mon.a (mon.0) 8646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.003923+0000 mon.a (mon.0) 8647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.009651+0000 mon.a (mon.0) 8648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.050143+0000 mon.a (mon.0) 8649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.051902+0000 mon.a (mon.0) 8650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.052678+0000 mon.a (mon.0) 8651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.054499+0000 mon.a (mon.0) 8652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.055066+0000 mon.a (mon.0) 8653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.061004+0000 mon.a (mon.0) 8654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.106191+0000 mon.a (mon.0) 8655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.108247+0000 mon.a (mon.0) 8656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.109147+0000 mon.a (mon.0) 8657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.111352+0000 mon.a (mon.0) 8658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.112027+0000 mon.a (mon.0) 8659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:02 smithi105 bash[58125]: audit 2024-03-30T04:49:02.119664+0000 mon.a (mon.0) 8660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.603916+0000 mgr.y (mgr.25387) 4182 : cluster [DBG] pgmap v2731: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.698672+0000 mgr.y (mgr.25387) 4183 : cluster [DBG] pgmap v2732: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.699681+0000 mgr.y (mgr.25387) 4184 : cluster [DBG] pgmap v2733: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:00.713107+0000 mgr.y (mgr.25387) 4185 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cephadm 2024-03-30T04:49:00.723021+0000 mgr.y (mgr.25387) 4186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.841597+0000 mgr.y (mgr.25387) 4187 : cluster [DBG] pgmap v2734: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.841939+0000 mgr.y (mgr.25387) 4188 : cluster [DBG] pgmap v2735: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cephadm 2024-03-30T04:49:00.850122+0000 mgr.y (mgr.25387) 4189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.935480+0000 mgr.y (mgr.25387) 4190 : cluster [DBG] pgmap v2736: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 438 B/s rd, 0 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:00.935860+0000 mgr.y (mgr.25387) 4191 : cluster [DBG] pgmap v2737: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cephadm 2024-03-30T04:49:00.943842+0000 mgr.y (mgr.25387) 4192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.029034+0000 mgr.y (mgr.25387) 4193 : cluster [DBG] pgmap v2738: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.030028+0000 mgr.y (mgr.25387) 4194 : cluster [DBG] pgmap v2739: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.036670+0000 mgr.y (mgr.25387) 4195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.127239+0000 mgr.y (mgr.25387) 4196 : cluster [DBG] pgmap v2740: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.603916+0000 mgr.y (mgr.25387) 4182 : cluster [DBG] pgmap v2731: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.698672+0000 mgr.y (mgr.25387) 4183 : cluster [DBG] pgmap v2732: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.699681+0000 mgr.y (mgr.25387) 4184 : cluster [DBG] pgmap v2733: 161 pgs: 23 active+undersized+degraded, 15 peering, 31 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 91/726 objects degraded (12.534%) 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:00.713107+0000 mgr.y (mgr.25387) 4185 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cephadm 2024-03-30T04:49:00.723021+0000 mgr.y (mgr.25387) 4186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.841597+0000 mgr.y (mgr.25387) 4187 : cluster [DBG] pgmap v2734: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.841939+0000 mgr.y (mgr.25387) 4188 : cluster [DBG] pgmap v2735: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cephadm 2024-03-30T04:49:00.850122+0000 mgr.y (mgr.25387) 4189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.935480+0000 mgr.y (mgr.25387) 4190 : cluster [DBG] pgmap v2736: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 438 B/s rd, 0 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:00.935860+0000 mgr.y (mgr.25387) 4191 : cluster [DBG] pgmap v2737: 161 pgs: 26 active+undersized+degraded, 10 peering, 33 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cephadm 2024-03-30T04:49:00.943842+0000 mgr.y (mgr.25387) 4192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.029034+0000 mgr.y (mgr.25387) 4193 : cluster [DBG] pgmap v2738: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.030028+0000 mgr.y (mgr.25387) 4194 : cluster [DBG] pgmap v2739: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.036670+0000 mgr.y (mgr.25387) 4195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.127239+0000 mgr.y (mgr.25387) 4196 : cluster [DBG] pgmap v2740: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.128003+0000 mgr.y (mgr.25387) 4197 : cluster [DBG] pgmap v2741: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.134642+0000 mgr.y (mgr.25387) 4198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.159392+0000 mon.a (mon.0) 8557 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.159427+0000 mon.a (mon.0) 8558 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.208449+0000 mon.a (mon.0) 8559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.210478+0000 mon.a (mon.0) 8560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.211440+0000 mon.a (mon.0) 8561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.213965+0000 mon.a (mon.0) 8562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.214694+0000 mon.a (mon.0) 8563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.221591+0000 mon.a (mon.0) 8564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.280494+0000 mon.a (mon.0) 8565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.282523+0000 mon.a (mon.0) 8566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.283487+0000 mon.a (mon.0) 8567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.285348+0000 mon.a (mon.0) 8568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.285944+0000 mon.a (mon.0) 8569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.291765+0000 mon.a (mon.0) 8570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.332807+0000 mon.a (mon.0) 8571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.334619+0000 mon.a (mon.0) 8572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.335435+0000 mon.a (mon.0) 8573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.128003+0000 mgr.y (mgr.25387) 4197 : cluster [DBG] pgmap v2741: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:02.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.134642+0000 mgr.y (mgr.25387) 4198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.159392+0000 mon.a (mon.0) 8557 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.159427+0000 mon.a (mon.0) 8558 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.208449+0000 mon.a (mon.0) 8559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.210478+0000 mon.a (mon.0) 8560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.211440+0000 mon.a (mon.0) 8561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.213965+0000 mon.a (mon.0) 8562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.214694+0000 mon.a (mon.0) 8563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.221591+0000 mon.a (mon.0) 8564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.280494+0000 mon.a (mon.0) 8565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.282523+0000 mon.a (mon.0) 8566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.283487+0000 mon.a (mon.0) 8567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.285348+0000 mon.a (mon.0) 8568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.285944+0000 mon.a (mon.0) 8569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.291765+0000 mon.a (mon.0) 8570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.332807+0000 mon.a (mon.0) 8571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.334619+0000 mon.a (mon.0) 8572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.335435+0000 mon.a (mon.0) 8573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.337254+0000 mon.a (mon.0) 8574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.337865+0000 mon.a (mon.0) 8575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.343753+0000 mon.a (mon.0) 8576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.384601+0000 mon.a (mon.0) 8577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.386423+0000 mon.a (mon.0) 8578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.387226+0000 mon.a (mon.0) 8579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.389130+0000 mon.a (mon.0) 8580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.389713+0000 mon.a (mon.0) 8581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.396437+0000 mon.a (mon.0) 8582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.436961+0000 mon.a (mon.0) 8583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.438796+0000 mon.a (mon.0) 8584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.439590+0000 mon.a (mon.0) 8585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.441512+0000 mon.a (mon.0) 8586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.442109+0000 mon.a (mon.0) 8587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.449738+0000 mon.a (mon.0) 8588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.506338+0000 mon.a (mon.0) 8589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.508358+0000 mon.a (mon.0) 8590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.509245+0000 mon.a (mon.0) 8591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.511646+0000 mon.a (mon.0) 8592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.337254+0000 mon.a (mon.0) 8574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.337865+0000 mon.a (mon.0) 8575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.343753+0000 mon.a (mon.0) 8576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.384601+0000 mon.a (mon.0) 8577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.386423+0000 mon.a (mon.0) 8578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.387226+0000 mon.a (mon.0) 8579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.389130+0000 mon.a (mon.0) 8580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.389713+0000 mon.a (mon.0) 8581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.396437+0000 mon.a (mon.0) 8582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.436961+0000 mon.a (mon.0) 8583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.438796+0000 mon.a (mon.0) 8584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.439590+0000 mon.a (mon.0) 8585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.441512+0000 mon.a (mon.0) 8586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.442109+0000 mon.a (mon.0) 8587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.449738+0000 mon.a (mon.0) 8588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.506338+0000 mon.a (mon.0) 8589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.488 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.508358+0000 mon.a (mon.0) 8590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.509245+0000 mon.a (mon.0) 8591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.511646+0000 mon.a (mon.0) 8592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.512317+0000 mon.a (mon.0) 8593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.521737+0000 mon.a (mon.0) 8594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.578802+0000 mon.a (mon.0) 8595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.580621+0000 mon.a (mon.0) 8596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.581407+0000 mon.a (mon.0) 8597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.583226+0000 mon.a (mon.0) 8598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.489 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.583827+0000 mon.a (mon.0) 8599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.589313+0000 mon.a (mon.0) 8600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.630314+0000 mon.a (mon.0) 8601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.632400+0000 mon.a (mon.0) 8602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.633210+0000 mon.a (mon.0) 8603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.635064+0000 mon.a (mon.0) 8604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.635801+0000 mon.a (mon.0) 8605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.641282+0000 mon.a (mon.0) 8606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.682414+0000 mon.a (mon.0) 8607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.684217+0000 mon.a (mon.0) 8608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.685123+0000 mon.a (mon.0) 8609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.686869+0000 mon.a (mon.0) 8610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.687456+0000 mon.a (mon.0) 8611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.693295+0000 mon.a (mon.0) 8612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.734424+0000 mon.a (mon.0) 8613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.490 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.736212+0000 mon.a (mon.0) 8614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.737251+0000 mon.a (mon.0) 8615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.739078+0000 mon.a (mon.0) 8616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.739715+0000 mon.a (mon.0) 8617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.745362+0000 mon.a (mon.0) 8618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.785794+0000 mon.a (mon.0) 8619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.787637+0000 mon.a (mon.0) 8620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.788420+0000 mon.a (mon.0) 8621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.790263+0000 mon.a (mon.0) 8622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.790854+0000 mon.a (mon.0) 8623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.797141+0000 mon.a (mon.0) 8624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.838697+0000 mon.a (mon.0) 8625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.840610+0000 mon.a (mon.0) 8626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.841397+0000 mon.a (mon.0) 8627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.843273+0000 mon.a (mon.0) 8628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.491 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.843921+0000 mon.a (mon.0) 8629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.849625+0000 mon.a (mon.0) 8630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.512317+0000 mon.a (mon.0) 8593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.521737+0000 mon.a (mon.0) 8594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.578802+0000 mon.a (mon.0) 8595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.580621+0000 mon.a (mon.0) 8596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.581407+0000 mon.a (mon.0) 8597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.583226+0000 mon.a (mon.0) 8598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.583827+0000 mon.a (mon.0) 8599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.589313+0000 mon.a (mon.0) 8600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.630314+0000 mon.a (mon.0) 8601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.632400+0000 mon.a (mon.0) 8602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.633210+0000 mon.a (mon.0) 8603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.635064+0000 mon.a (mon.0) 8604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.635801+0000 mon.a (mon.0) 8605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.641282+0000 mon.a (mon.0) 8606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.682414+0000 mon.a (mon.0) 8607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.684217+0000 mon.a (mon.0) 8608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.685123+0000 mon.a (mon.0) 8609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.686869+0000 mon.a (mon.0) 8610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.687456+0000 mon.a (mon.0) 8611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.890756+0000 mon.a (mon.0) 8631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.892667+0000 mon.a (mon.0) 8632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.893471+0000 mon.a (mon.0) 8633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.895275+0000 mon.a (mon.0) 8634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.895850+0000 mon.a (mon.0) 8635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.901294+0000 mon.a (mon.0) 8636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.946358+0000 mon.a (mon.0) 8637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.948440+0000 mon.a (mon.0) 8638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.949253+0000 mon.a (mon.0) 8639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.951403+0000 mon.a (mon.0) 8640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.952063+0000 mon.a (mon.0) 8641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.957811+0000 mon.a (mon.0) 8642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:01.998865+0000 mon.a (mon.0) 8643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.000721+0000 mon.a (mon.0) 8644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.001517+0000 mon.a (mon.0) 8645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.003322+0000 mon.a (mon.0) 8646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.003923+0000 mon.a (mon.0) 8647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.494 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.009651+0000 mon.a (mon.0) 8648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.050143+0000 mon.a (mon.0) 8649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.693295+0000 mon.a (mon.0) 8612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.734424+0000 mon.a (mon.0) 8613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.736212+0000 mon.a (mon.0) 8614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.737251+0000 mon.a (mon.0) 8615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.739078+0000 mon.a (mon.0) 8616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.739715+0000 mon.a (mon.0) 8617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.745362+0000 mon.a (mon.0) 8618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.785794+0000 mon.a (mon.0) 8619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.787637+0000 mon.a (mon.0) 8620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.788420+0000 mon.a (mon.0) 8621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.495 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.790263+0000 mon.a (mon.0) 8622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.790854+0000 mon.a (mon.0) 8623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.797141+0000 mon.a (mon.0) 8624 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.838697+0000 mon.a (mon.0) 8625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.840610+0000 mon.a (mon.0) 8626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.841397+0000 mon.a (mon.0) 8627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.843273+0000 mon.a (mon.0) 8628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.843921+0000 mon.a (mon.0) 8629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.849625+0000 mon.a (mon.0) 8630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.051902+0000 mon.a (mon.0) 8650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.052678+0000 mon.a (mon.0) 8651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.496 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.054499+0000 mon.a (mon.0) 8652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.055066+0000 mon.a (mon.0) 8653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.061004+0000 mon.a (mon.0) 8654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.106191+0000 mon.a (mon.0) 8655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.108247+0000 mon.a (mon.0) 8656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.109147+0000 mon.a (mon.0) 8657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.111352+0000 mon.a (mon.0) 8658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.112027+0000 mon.a (mon.0) 8659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[73934]: audit 2024-03-30T04:49:02.119664+0000 mon.a (mon.0) 8660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.497 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.890756+0000 mon.a (mon.0) 8631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.892667+0000 mon.a (mon.0) 8632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.893471+0000 mon.a (mon.0) 8633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.895275+0000 mon.a (mon.0) 8634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.895850+0000 mon.a (mon.0) 8635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.901294+0000 mon.a (mon.0) 8636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.946358+0000 mon.a (mon.0) 8637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.948440+0000 mon.a (mon.0) 8638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.949253+0000 mon.a (mon.0) 8639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.951403+0000 mon.a (mon.0) 8640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.952063+0000 mon.a (mon.0) 8641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.957811+0000 mon.a (mon.0) 8642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:01.998865+0000 mon.a (mon.0) 8643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.000721+0000 mon.a (mon.0) 8644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.498 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.001517+0000 mon.a (mon.0) 8645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.003322+0000 mon.a (mon.0) 8646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.003923+0000 mon.a (mon.0) 8647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.009651+0000 mon.a (mon.0) 8648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.050143+0000 mon.a (mon.0) 8649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.051902+0000 mon.a (mon.0) 8650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.052678+0000 mon.a (mon.0) 8651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.054499+0000 mon.a (mon.0) 8652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.055066+0000 mon.a (mon.0) 8653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.061004+0000 mon.a (mon.0) 8654 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.106191+0000 mon.a (mon.0) 8655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.108247+0000 mon.a (mon.0) 8656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.109147+0000 mon.a (mon.0) 8657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.111352+0000 mon.a (mon.0) 8658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:02.499 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.112027+0000 mon.a (mon.0) 8659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:02.500 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[69502]: audit 2024-03-30T04:49:02.119664+0000 mon.a (mon.0) 8660 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:02.874 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:49:02] "GET /metrics HTTP/1.1" 200 38538 "" "Prometheus/2.33.4" 2024-03-30T04:49:03.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.216503+0000 mgr.y (mgr.25387) 4199 : cluster [DBG] pgmap v2742: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.217214+0000 mgr.y (mgr.25387) 4200 : cluster [DBG] pgmap v2743: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.222316+0000 mgr.y (mgr.25387) 4201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.287194+0000 mgr.y (mgr.25387) 4202 : cluster [DBG] pgmap v2744: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.287564+0000 mgr.y (mgr.25387) 4203 : cluster [DBG] pgmap v2745: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.292209+0000 mgr.y (mgr.25387) 4204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.339260+0000 mgr.y (mgr.25387) 4205 : cluster [DBG] pgmap v2746: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.339567+0000 mgr.y (mgr.25387) 4206 : cluster [DBG] pgmap v2747: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.344216+0000 mgr.y (mgr.25387) 4207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.390961+0000 mgr.y (mgr.25387) 4208 : cluster [DBG] pgmap v2748: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.391359+0000 mgr.y (mgr.25387) 4209 : cluster [DBG] pgmap v2749: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.396798+0000 mgr.y (mgr.25387) 4210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.443342+0000 mgr.y (mgr.25387) 4211 : cluster [DBG] pgmap v2750: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.443738+0000 mgr.y (mgr.25387) 4212 : cluster [DBG] pgmap v2751: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.450097+0000 mgr.y (mgr.25387) 4213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.513724+0000 mgr.y (mgr.25387) 4214 : cluster [DBG] pgmap v2752: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.514130+0000 mgr.y (mgr.25387) 4215 : cluster [DBG] pgmap v2753: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.522197+0000 mgr.y (mgr.25387) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.585097+0000 mgr.y (mgr.25387) 4217 : cluster [DBG] pgmap v2754: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.585497+0000 mgr.y (mgr.25387) 4218 : cluster [DBG] pgmap v2755: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.589728+0000 mgr.y (mgr.25387) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.637048+0000 mgr.y (mgr.25387) 4220 : cluster [DBG] pgmap v2756: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.637421+0000 mgr.y (mgr.25387) 4221 : cluster [DBG] pgmap v2757: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.641796+0000 mgr.y (mgr.25387) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.688830+0000 mgr.y (mgr.25387) 4223 : cluster [DBG] pgmap v2758: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.689228+0000 mgr.y (mgr.25387) 4224 : cluster [DBG] pgmap v2759: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.693734+0000 mgr.y (mgr.25387) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.740998+0000 mgr.y (mgr.25387) 4226 : cluster [DBG] pgmap v2760: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.741392+0000 mgr.y (mgr.25387) 4227 : cluster [DBG] pgmap v2761: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.745833+0000 mgr.y (mgr.25387) 4228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.792129+0000 mgr.y (mgr.25387) 4229 : cluster [DBG] pgmap v2762: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.792528+0000 mgr.y (mgr.25387) 4230 : cluster [DBG] pgmap v2763: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.797932+0000 mgr.y (mgr.25387) 4231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.845239+0000 mgr.y (mgr.25387) 4232 : cluster [DBG] pgmap v2764: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.845637+0000 mgr.y (mgr.25387) 4233 : cluster [DBG] pgmap v2765: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.850069+0000 mgr.y (mgr.25387) 4234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.897108+0000 mgr.y (mgr.25387) 4235 : cluster [DBG] pgmap v2766: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.897510+0000 mgr.y (mgr.25387) 4236 : cluster [DBG] pgmap v2767: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.901751+0000 mgr.y (mgr.25387) 4237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.953482+0000 mgr.y (mgr.25387) 4238 : cluster [DBG] pgmap v2768: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:01.953829+0000 mgr.y (mgr.25387) 4239 : cluster [DBG] pgmap v2769: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:01.958253+0000 mgr.y (mgr.25387) 4240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.005251+0000 mgr.y (mgr.25387) 4241 : cluster [DBG] pgmap v2770: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.005553+0000 mgr.y (mgr.25387) 4242 : cluster [DBG] pgmap v2771: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.010080+0000 mgr.y (mgr.25387) 4243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.056328+0000 mgr.y (mgr.25387) 4244 : cluster [DBG] pgmap v2772: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.056707+0000 mgr.y (mgr.25387) 4245 : cluster [DBG] pgmap v2773: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.061417+0000 mgr.y (mgr.25387) 4246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.113834+0000 mgr.y (mgr.25387) 4247 : cluster [DBG] pgmap v2774: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.114272+0000 mgr.y (mgr.25387) 4248 : cluster [DBG] pgmap v2775: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.120130+0000 mgr.y (mgr.25387) 4249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.165154+0000 mon.a (mon.0) 8661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.167969+0000 mon.a (mon.0) 8662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.168842+0000 mon.a (mon.0) 8663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.170856+0000 mon.a (mon.0) 8664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.171479+0000 mon.a (mon.0) 8665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.178820+0000 mon.a (mon.0) 8666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.197187+0000 mon.a (mon.0) 8667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.203979+0000 mon.a (mon.0) 8668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.210897+0000 mon.a (mon.0) 8669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.236687+0000 mon.a (mon.0) 8670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.238424+0000 mon.a (mon.0) 8671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.239213+0000 mon.a (mon.0) 8672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.241017+0000 mon.a (mon.0) 8673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.241603+0000 mon.a (mon.0) 8674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.248287+0000 mon.a (mon.0) 8675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.289572+0000 mon.a (mon.0) 8676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.291480+0000 mon.a (mon.0) 8677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.292239+0000 mon.a (mon.0) 8678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.294100+0000 mon.a (mon.0) 8679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.294668+0000 mon.a (mon.0) 8680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.300505+0000 mon.a (mon.0) 8681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.342647+0000 mon.a (mon.0) 8682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.344711+0000 mon.a (mon.0) 8683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.345489+0000 mon.a (mon.0) 8684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.347289+0000 mon.a (mon.0) 8685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.347840+0000 mon.a (mon.0) 8686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.356681+0000 mon.a (mon.0) 8687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.397248+0000 mon.a (mon.0) 8688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.399128+0000 mon.a (mon.0) 8689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.400123+0000 mon.a (mon.0) 8690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.402354+0000 mon.a (mon.0) 8691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.403258+0000 mon.a (mon.0) 8692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.412971+0000 mon.a (mon.0) 8693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.455511+0000 mon.a (mon.0) 8694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.457586+0000 mon.a (mon.0) 8695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.458477+0000 mon.a (mon.0) 8696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.460933+0000 mon.a (mon.0) 8697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.461840+0000 mon.a (mon.0) 8698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.471836+0000 mon.a (mon.0) 8699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.547729+0000 mon.a (mon.0) 8700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.549901+0000 mon.a (mon.0) 8701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.551004+0000 mon.a (mon.0) 8702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.553463+0000 mon.a (mon.0) 8703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.554087+0000 mon.a (mon.0) 8704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.562662+0000 mon.a (mon.0) 8705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.621899+0000 mon.a (mon.0) 8706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.624194+0000 mon.a (mon.0) 8707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.625644+0000 mon.a (mon.0) 8708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.629162+0000 mon.a (mon.0) 8709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.630317+0000 mon.a (mon.0) 8710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.641467+0000 mon.a (mon.0) 8711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.701075+0000 mon.a (mon.0) 8712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.703705+0000 mon.a (mon.0) 8713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.705399+0000 mon.a (mon.0) 8714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.709668+0000 mon.a (mon.0) 8715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.710958+0000 mon.a (mon.0) 8716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.722484+0000 mon.a (mon.0) 8717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.798934+0000 mon.a (mon.0) 8718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.801446+0000 mon.a (mon.0) 8719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.802690+0000 mon.a (mon.0) 8720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.805814+0000 mon.a (mon.0) 8721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.806840+0000 mon.a (mon.0) 8722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.820223+0000 mon.a (mon.0) 8723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.895300+0000 mon.a (mon.0) 8724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.897406+0000 mon.a (mon.0) 8725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.898972+0000 mon.a (mon.0) 8726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.901494+0000 mon.a (mon.0) 8727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.902231+0000 mon.a (mon.0) 8728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.909464+0000 mon.a (mon.0) 8729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.966608+0000 mon.a (mon.0) 8730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.968467+0000 mon.a (mon.0) 8731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.969287+0000 mon.a (mon.0) 8732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.971308+0000 mon.a (mon.0) 8733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.971914+0000 mon.a (mon.0) 8734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:02.978242+0000 mon.a (mon.0) 8735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.025286+0000 mon.a (mon.0) 8736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.027469+0000 mon.a (mon.0) 8737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.028603+0000 mon.a (mon.0) 8738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.031770+0000 mon.a (mon.0) 8739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.032777+0000 mon.a (mon.0) 8740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.040128+0000 mon.a (mon.0) 8741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.114615+0000 mon.a (mon.0) 8742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.117607+0000 mon.a (mon.0) 8743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.119043+0000 mon.a (mon.0) 8744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.122510+0000 mon.a (mon.0) 8745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.123546+0000 mon.a (mon.0) 8746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:03 smithi105 bash[58125]: audit 2024-03-30T04:49:03.132306+0000 mon.a (mon.0) 8747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.216503+0000 mgr.y (mgr.25387) 4199 : cluster [DBG] pgmap v2742: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.217214+0000 mgr.y (mgr.25387) 4200 : cluster [DBG] pgmap v2743: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.222316+0000 mgr.y (mgr.25387) 4201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.287194+0000 mgr.y (mgr.25387) 4202 : cluster [DBG] pgmap v2744: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.287564+0000 mgr.y (mgr.25387) 4203 : cluster [DBG] pgmap v2745: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.292209+0000 mgr.y (mgr.25387) 4204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.339260+0000 mgr.y (mgr.25387) 4205 : cluster [DBG] pgmap v2746: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.339567+0000 mgr.y (mgr.25387) 4206 : cluster [DBG] pgmap v2747: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.344216+0000 mgr.y (mgr.25387) 4207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.390961+0000 mgr.y (mgr.25387) 4208 : cluster [DBG] pgmap v2748: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.391359+0000 mgr.y (mgr.25387) 4209 : cluster [DBG] pgmap v2749: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.396798+0000 mgr.y (mgr.25387) 4210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.443342+0000 mgr.y (mgr.25387) 4211 : cluster [DBG] pgmap v2750: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.443738+0000 mgr.y (mgr.25387) 4212 : cluster [DBG] pgmap v2751: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.450097+0000 mgr.y (mgr.25387) 4213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.216503+0000 mgr.y (mgr.25387) 4199 : cluster [DBG] pgmap v2742: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.217214+0000 mgr.y (mgr.25387) 4200 : cluster [DBG] pgmap v2743: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.222316+0000 mgr.y (mgr.25387) 4201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.287194+0000 mgr.y (mgr.25387) 4202 : cluster [DBG] pgmap v2744: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.287564+0000 mgr.y (mgr.25387) 4203 : cluster [DBG] pgmap v2745: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.292209+0000 mgr.y (mgr.25387) 4204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.339260+0000 mgr.y (mgr.25387) 4205 : cluster [DBG] pgmap v2746: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.339567+0000 mgr.y (mgr.25387) 4206 : cluster [DBG] pgmap v2747: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.344216+0000 mgr.y (mgr.25387) 4207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.390961+0000 mgr.y (mgr.25387) 4208 : cluster [DBG] pgmap v2748: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.391359+0000 mgr.y (mgr.25387) 4209 : cluster [DBG] pgmap v2749: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.396798+0000 mgr.y (mgr.25387) 4210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.443342+0000 mgr.y (mgr.25387) 4211 : cluster [DBG] pgmap v2750: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.443738+0000 mgr.y (mgr.25387) 4212 : cluster [DBG] pgmap v2751: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.450097+0000 mgr.y (mgr.25387) 4213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.513724+0000 mgr.y (mgr.25387) 4214 : cluster [DBG] pgmap v2752: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.514130+0000 mgr.y (mgr.25387) 4215 : cluster [DBG] pgmap v2753: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.522197+0000 mgr.y (mgr.25387) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.585097+0000 mgr.y (mgr.25387) 4217 : cluster [DBG] pgmap v2754: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.585497+0000 mgr.y (mgr.25387) 4218 : cluster [DBG] pgmap v2755: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.589728+0000 mgr.y (mgr.25387) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.637048+0000 mgr.y (mgr.25387) 4220 : cluster [DBG] pgmap v2756: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.637421+0000 mgr.y (mgr.25387) 4221 : cluster [DBG] pgmap v2757: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.641796+0000 mgr.y (mgr.25387) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.688830+0000 mgr.y (mgr.25387) 4223 : cluster [DBG] pgmap v2758: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.689228+0000 mgr.y (mgr.25387) 4224 : cluster [DBG] pgmap v2759: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.693734+0000 mgr.y (mgr.25387) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.740998+0000 mgr.y (mgr.25387) 4226 : cluster [DBG] pgmap v2760: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.741392+0000 mgr.y (mgr.25387) 4227 : cluster [DBG] pgmap v2761: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.745833+0000 mgr.y (mgr.25387) 4228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.792129+0000 mgr.y (mgr.25387) 4229 : cluster [DBG] pgmap v2762: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.513724+0000 mgr.y (mgr.25387) 4214 : cluster [DBG] pgmap v2752: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.514130+0000 mgr.y (mgr.25387) 4215 : cluster [DBG] pgmap v2753: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.522197+0000 mgr.y (mgr.25387) 4216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.585097+0000 mgr.y (mgr.25387) 4217 : cluster [DBG] pgmap v2754: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.585497+0000 mgr.y (mgr.25387) 4218 : cluster [DBG] pgmap v2755: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.589728+0000 mgr.y (mgr.25387) 4219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.637048+0000 mgr.y (mgr.25387) 4220 : cluster [DBG] pgmap v2756: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.637421+0000 mgr.y (mgr.25387) 4221 : cluster [DBG] pgmap v2757: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.641796+0000 mgr.y (mgr.25387) 4222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.688830+0000 mgr.y (mgr.25387) 4223 : cluster [DBG] pgmap v2758: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.689228+0000 mgr.y (mgr.25387) 4224 : cluster [DBG] pgmap v2759: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.693734+0000 mgr.y (mgr.25387) 4225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.740998+0000 mgr.y (mgr.25387) 4226 : cluster [DBG] pgmap v2760: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.741392+0000 mgr.y (mgr.25387) 4227 : cluster [DBG] pgmap v2761: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.745833+0000 mgr.y (mgr.25387) 4228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.792129+0000 mgr.y (mgr.25387) 4229 : cluster [DBG] pgmap v2762: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.792528+0000 mgr.y (mgr.25387) 4230 : cluster [DBG] pgmap v2763: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.797932+0000 mgr.y (mgr.25387) 4231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.845239+0000 mgr.y (mgr.25387) 4232 : cluster [DBG] pgmap v2764: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.845637+0000 mgr.y (mgr.25387) 4233 : cluster [DBG] pgmap v2765: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.850069+0000 mgr.y (mgr.25387) 4234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.897108+0000 mgr.y (mgr.25387) 4235 : cluster [DBG] pgmap v2766: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.897510+0000 mgr.y (mgr.25387) 4236 : cluster [DBG] pgmap v2767: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.901751+0000 mgr.y (mgr.25387) 4237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.953482+0000 mgr.y (mgr.25387) 4238 : cluster [DBG] pgmap v2768: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:01.953829+0000 mgr.y (mgr.25387) 4239 : cluster [DBG] pgmap v2769: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:01.958253+0000 mgr.y (mgr.25387) 4240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.005251+0000 mgr.y (mgr.25387) 4241 : cluster [DBG] pgmap v2770: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.005553+0000 mgr.y (mgr.25387) 4242 : cluster [DBG] pgmap v2771: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.010080+0000 mgr.y (mgr.25387) 4243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.056328+0000 mgr.y (mgr.25387) 4244 : cluster [DBG] pgmap v2772: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.056707+0000 mgr.y (mgr.25387) 4245 : cluster [DBG] pgmap v2773: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.792528+0000 mgr.y (mgr.25387) 4230 : cluster [DBG] pgmap v2763: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.797932+0000 mgr.y (mgr.25387) 4231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.845239+0000 mgr.y (mgr.25387) 4232 : cluster [DBG] pgmap v2764: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.845637+0000 mgr.y (mgr.25387) 4233 : cluster [DBG] pgmap v2765: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.850069+0000 mgr.y (mgr.25387) 4234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.897108+0000 mgr.y (mgr.25387) 4235 : cluster [DBG] pgmap v2766: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.897510+0000 mgr.y (mgr.25387) 4236 : cluster [DBG] pgmap v2767: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.901751+0000 mgr.y (mgr.25387) 4237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.953482+0000 mgr.y (mgr.25387) 4238 : cluster [DBG] pgmap v2768: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:01.953829+0000 mgr.y (mgr.25387) 4239 : cluster [DBG] pgmap v2769: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:01.958253+0000 mgr.y (mgr.25387) 4240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.005251+0000 mgr.y (mgr.25387) 4241 : cluster [DBG] pgmap v2770: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.005553+0000 mgr.y (mgr.25387) 4242 : cluster [DBG] pgmap v2771: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.010080+0000 mgr.y (mgr.25387) 4243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.056328+0000 mgr.y (mgr.25387) 4244 : cluster [DBG] pgmap v2772: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.056707+0000 mgr.y (mgr.25387) 4245 : cluster [DBG] pgmap v2773: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.061417+0000 mgr.y (mgr.25387) 4246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.113834+0000 mgr.y (mgr.25387) 4247 : cluster [DBG] pgmap v2774: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.114272+0000 mgr.y (mgr.25387) 4248 : cluster [DBG] pgmap v2775: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.120130+0000 mgr.y (mgr.25387) 4249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.165154+0000 mon.a (mon.0) 8661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.167969+0000 mon.a (mon.0) 8662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.168842+0000 mon.a (mon.0) 8663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.170856+0000 mon.a (mon.0) 8664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.171479+0000 mon.a (mon.0) 8665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.178820+0000 mon.a (mon.0) 8666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.197187+0000 mon.a (mon.0) 8667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.203979+0000 mon.a (mon.0) 8668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.210897+0000 mon.a (mon.0) 8669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.236687+0000 mon.a (mon.0) 8670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.238424+0000 mon.a (mon.0) 8671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.239213+0000 mon.a (mon.0) 8672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.241017+0000 mon.a (mon.0) 8673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.241603+0000 mon.a (mon.0) 8674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.248287+0000 mon.a (mon.0) 8675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.061417+0000 mgr.y (mgr.25387) 4246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.113834+0000 mgr.y (mgr.25387) 4247 : cluster [DBG] pgmap v2774: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.114272+0000 mgr.y (mgr.25387) 4248 : cluster [DBG] pgmap v2775: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.120130+0000 mgr.y (mgr.25387) 4249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.165154+0000 mon.a (mon.0) 8661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.167969+0000 mon.a (mon.0) 8662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.168842+0000 mon.a (mon.0) 8663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.170856+0000 mon.a (mon.0) 8664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.171479+0000 mon.a (mon.0) 8665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.178820+0000 mon.a (mon.0) 8666 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.197187+0000 mon.a (mon.0) 8667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.203979+0000 mon.a (mon.0) 8668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.210897+0000 mon.a (mon.0) 8669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.236687+0000 mon.a (mon.0) 8670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.238424+0000 mon.a (mon.0) 8671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.239213+0000 mon.a (mon.0) 8672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.241017+0000 mon.a (mon.0) 8673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.241603+0000 mon.a (mon.0) 8674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.248287+0000 mon.a (mon.0) 8675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.289572+0000 mon.a (mon.0) 8676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.291480+0000 mon.a (mon.0) 8677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.292239+0000 mon.a (mon.0) 8678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.294100+0000 mon.a (mon.0) 8679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.294668+0000 mon.a (mon.0) 8680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.300505+0000 mon.a (mon.0) 8681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.342647+0000 mon.a (mon.0) 8682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.344711+0000 mon.a (mon.0) 8683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.345489+0000 mon.a (mon.0) 8684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.347289+0000 mon.a (mon.0) 8685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.347840+0000 mon.a (mon.0) 8686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.356681+0000 mon.a (mon.0) 8687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.397248+0000 mon.a (mon.0) 8688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.399128+0000 mon.a (mon.0) 8689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.400123+0000 mon.a (mon.0) 8690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.402354+0000 mon.a (mon.0) 8691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.403258+0000 mon.a (mon.0) 8692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.412971+0000 mon.a (mon.0) 8693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.455511+0000 mon.a (mon.0) 8694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.457586+0000 mon.a (mon.0) 8695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.458477+0000 mon.a (mon.0) 8696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.460933+0000 mon.a (mon.0) 8697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.461840+0000 mon.a (mon.0) 8698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.471836+0000 mon.a (mon.0) 8699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.547729+0000 mon.a (mon.0) 8700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.549901+0000 mon.a (mon.0) 8701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.551004+0000 mon.a (mon.0) 8702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.553463+0000 mon.a (mon.0) 8703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.554087+0000 mon.a (mon.0) 8704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.562662+0000 mon.a (mon.0) 8705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.621899+0000 mon.a (mon.0) 8706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.624194+0000 mon.a (mon.0) 8707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.625644+0000 mon.a (mon.0) 8708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.629162+0000 mon.a (mon.0) 8709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.630317+0000 mon.a (mon.0) 8710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.641467+0000 mon.a (mon.0) 8711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.701075+0000 mon.a (mon.0) 8712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.703705+0000 mon.a (mon.0) 8713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.289572+0000 mon.a (mon.0) 8676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.291480+0000 mon.a (mon.0) 8677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.292239+0000 mon.a (mon.0) 8678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.294100+0000 mon.a (mon.0) 8679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.294668+0000 mon.a (mon.0) 8680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.300505+0000 mon.a (mon.0) 8681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.342647+0000 mon.a (mon.0) 8682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.344711+0000 mon.a (mon.0) 8683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.345489+0000 mon.a (mon.0) 8684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.347289+0000 mon.a (mon.0) 8685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.347840+0000 mon.a (mon.0) 8686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.356681+0000 mon.a (mon.0) 8687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.397248+0000 mon.a (mon.0) 8688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.399128+0000 mon.a (mon.0) 8689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.400123+0000 mon.a (mon.0) 8690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.402354+0000 mon.a (mon.0) 8691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.403258+0000 mon.a (mon.0) 8692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.412971+0000 mon.a (mon.0) 8693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.455511+0000 mon.a (mon.0) 8694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.705399+0000 mon.a (mon.0) 8714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.709668+0000 mon.a (mon.0) 8715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.710958+0000 mon.a (mon.0) 8716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.722484+0000 mon.a (mon.0) 8717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.798934+0000 mon.a (mon.0) 8718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.801446+0000 mon.a (mon.0) 8719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.802690+0000 mon.a (mon.0) 8720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.805814+0000 mon.a (mon.0) 8721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.806840+0000 mon.a (mon.0) 8722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.820223+0000 mon.a (mon.0) 8723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.895300+0000 mon.a (mon.0) 8724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.897406+0000 mon.a (mon.0) 8725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.898972+0000 mon.a (mon.0) 8726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.901494+0000 mon.a (mon.0) 8727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.902231+0000 mon.a (mon.0) 8728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.909464+0000 mon.a (mon.0) 8729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.966608+0000 mon.a (mon.0) 8730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.968467+0000 mon.a (mon.0) 8731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.969287+0000 mon.a (mon.0) 8732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.457586+0000 mon.a (mon.0) 8695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.458477+0000 mon.a (mon.0) 8696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.460933+0000 mon.a (mon.0) 8697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.461840+0000 mon.a (mon.0) 8698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.471836+0000 mon.a (mon.0) 8699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.547729+0000 mon.a (mon.0) 8700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.549901+0000 mon.a (mon.0) 8701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.551004+0000 mon.a (mon.0) 8702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.553463+0000 mon.a (mon.0) 8703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.554087+0000 mon.a (mon.0) 8704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.562662+0000 mon.a (mon.0) 8705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.621899+0000 mon.a (mon.0) 8706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.624194+0000 mon.a (mon.0) 8707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.625644+0000 mon.a (mon.0) 8708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.629162+0000 mon.a (mon.0) 8709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.630317+0000 mon.a (mon.0) 8710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.641467+0000 mon.a (mon.0) 8711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.701075+0000 mon.a (mon.0) 8712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.703705+0000 mon.a (mon.0) 8713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.971308+0000 mon.a (mon.0) 8733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.971914+0000 mon.a (mon.0) 8734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:02.978242+0000 mon.a (mon.0) 8735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.025286+0000 mon.a (mon.0) 8736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.027469+0000 mon.a (mon.0) 8737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.028603+0000 mon.a (mon.0) 8738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.031770+0000 mon.a (mon.0) 8739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.032777+0000 mon.a (mon.0) 8740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.040128+0000 mon.a (mon.0) 8741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.114615+0000 mon.a (mon.0) 8742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.117607+0000 mon.a (mon.0) 8743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.119043+0000 mon.a (mon.0) 8744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.122510+0000 mon.a (mon.0) 8745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.123546+0000 mon.a (mon.0) 8746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[69502]: audit 2024-03-30T04:49:03.132306+0000 mon.a (mon.0) 8747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.705399+0000 mon.a (mon.0) 8714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.709668+0000 mon.a (mon.0) 8715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.710958+0000 mon.a (mon.0) 8716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.722484+0000 mon.a (mon.0) 8717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.798934+0000 mon.a (mon.0) 8718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.801446+0000 mon.a (mon.0) 8719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.802690+0000 mon.a (mon.0) 8720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.805814+0000 mon.a (mon.0) 8721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.806840+0000 mon.a (mon.0) 8722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.820223+0000 mon.a (mon.0) 8723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.895300+0000 mon.a (mon.0) 8724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.897406+0000 mon.a (mon.0) 8725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.898972+0000 mon.a (mon.0) 8726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.901494+0000 mon.a (mon.0) 8727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.902231+0000 mon.a (mon.0) 8728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.909464+0000 mon.a (mon.0) 8729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.966608+0000 mon.a (mon.0) 8730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.968467+0000 mon.a (mon.0) 8731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.969287+0000 mon.a (mon.0) 8732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.971308+0000 mon.a (mon.0) 8733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.971914+0000 mon.a (mon.0) 8734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:02.978242+0000 mon.a (mon.0) 8735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.025286+0000 mon.a (mon.0) 8736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.027469+0000 mon.a (mon.0) 8737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.028603+0000 mon.a (mon.0) 8738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.031770+0000 mon.a (mon.0) 8739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.032777+0000 mon.a (mon.0) 8740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.040128+0000 mon.a (mon.0) 8741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.114615+0000 mon.a (mon.0) 8742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.117607+0000 mon.a (mon.0) 8743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.119043+0000 mon.a (mon.0) 8744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.122510+0000 mon.a (mon.0) 8745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.123546+0000 mon.a (mon.0) 8746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:03.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:03 smithi097 bash[73934]: audit 2024-03-30T04:49:03.132306+0000 mon.a (mon.0) 8747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.172932+0000 mgr.y (mgr.25387) 4250 : cluster [DBG] pgmap v2776: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.173264+0000 mgr.y (mgr.25387) 4251 : cluster [DBG] pgmap v2777: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.179314+0000 mgr.y (mgr.25387) 4252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.205253+0000 mgr.y (mgr.25387) 4253 : cluster [DBG] pgmap v2778: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.205660+0000 mgr.y (mgr.25387) 4254 : cluster [DBG] pgmap v2779: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.242892+0000 mgr.y (mgr.25387) 4255 : cluster [DBG] pgmap v2780: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.243286+0000 mgr.y (mgr.25387) 4256 : cluster [DBG] pgmap v2781: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.248961+0000 mgr.y (mgr.25387) 4257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.295909+0000 mgr.y (mgr.25387) 4258 : cluster [DBG] pgmap v2782: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.296308+0000 mgr.y (mgr.25387) 4259 : cluster [DBG] pgmap v2783: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.300960+0000 mgr.y (mgr.25387) 4260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.349069+0000 mgr.y (mgr.25387) 4261 : cluster [DBG] pgmap v2784: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.349470+0000 mgr.y (mgr.25387) 4262 : cluster [DBG] pgmap v2785: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.357163+0000 mgr.y (mgr.25387) 4263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.404837+0000 mgr.y (mgr.25387) 4264 : cluster [DBG] pgmap v2786: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.405234+0000 mgr.y (mgr.25387) 4265 : cluster [DBG] pgmap v2787: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.413492+0000 mgr.y (mgr.25387) 4266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.464027+0000 mgr.y (mgr.25387) 4267 : cluster [DBG] pgmap v2788: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.465076+0000 mgr.y (mgr.25387) 4268 : cluster [DBG] pgmap v2789: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.472369+0000 mgr.y (mgr.25387) 4269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.555508+0000 mgr.y (mgr.25387) 4270 : cluster [DBG] pgmap v2790: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.555966+0000 mgr.y (mgr.25387) 4271 : cluster [DBG] pgmap v2791: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.563124+0000 mgr.y (mgr.25387) 4272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.632167+0000 mgr.y (mgr.25387) 4273 : cluster [DBG] pgmap v2792: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.632546+0000 mgr.y (mgr.25387) 4274 : cluster [DBG] pgmap v2793: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.642298+0000 mgr.y (mgr.25387) 4275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.713836+0000 mgr.y (mgr.25387) 4276 : cluster [DBG] pgmap v2794: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.714664+0000 mgr.y (mgr.25387) 4277 : cluster [DBG] pgmap v2795: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.723284+0000 mgr.y (mgr.25387) 4278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.809248+0000 mgr.y (mgr.25387) 4279 : cluster [DBG] pgmap v2796: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.810120+0000 mgr.y (mgr.25387) 4280 : cluster [DBG] pgmap v2797: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.820945+0000 mgr.y (mgr.25387) 4281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.903835+0000 mgr.y (mgr.25387) 4282 : cluster [DBG] pgmap v2798: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.904233+0000 mgr.y (mgr.25387) 4283 : cluster [DBG] pgmap v2799: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.910026+0000 mgr.y (mgr.25387) 4284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.973206+0000 mgr.y (mgr.25387) 4285 : cluster [DBG] pgmap v2800: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:02.973606+0000 mgr.y (mgr.25387) 4286 : cluster [DBG] pgmap v2801: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:02.978694+0000 mgr.y (mgr.25387) 4287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.034856+0000 mgr.y (mgr.25387) 4288 : cluster [DBG] pgmap v2802: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.035213+0000 mgr.y (mgr.25387) 4289 : cluster [DBG] pgmap v2803: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.040680+0000 mgr.y (mgr.25387) 4290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.125393+0000 mgr.y (mgr.25387) 4291 : cluster [DBG] pgmap v2804: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.125676+0000 mgr.y (mgr.25387) 4292 : cluster [DBG] pgmap v2805: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.132805+0000 mgr.y (mgr.25387) 4293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.194825+0000 mon.a (mon.0) 8748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.196857+0000 mon.a (mon.0) 8749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.198232+0000 mon.a (mon.0) 8750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.200990+0000 mon.a (mon.0) 8751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.201627+0000 mon.a (mon.0) 8752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.203242+0000 mgr.y (mgr.25387) 4294 : cluster [DBG] pgmap v2806: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.203570+0000 mgr.y (mgr.25387) 4295 : cluster [DBG] pgmap v2807: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.208064+0000 mon.a (mon.0) 8753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.208443+0000 mgr.y (mgr.25387) 4296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.253120+0000 mon.a (mon.0) 8754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.255244+0000 mon.a (mon.0) 8755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.256056+0000 mon.a (mon.0) 8756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.258126+0000 mon.a (mon.0) 8757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.258756+0000 mon.a (mon.0) 8758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.260161+0000 mgr.y (mgr.25387) 4297 : cluster [DBG] pgmap v2808: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.260505+0000 mgr.y (mgr.25387) 4298 : cluster [DBG] pgmap v2809: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.265592+0000 mon.a (mon.0) 8759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.266246+0000 mgr.y (mgr.25387) 4299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.338876+0000 mon.a (mon.0) 8760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.340830+0000 mon.a (mon.0) 8761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.341687+0000 mon.a (mon.0) 8762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.344347+0000 mon.a (mon.0) 8763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.345090+0000 mon.a (mon.0) 8764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.346506+0000 mgr.y (mgr.25387) 4300 : cluster [DBG] pgmap v2810: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.346831+0000 mgr.y (mgr.25387) 4301 : cluster [DBG] pgmap v2811: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.351101+0000 mon.a (mon.0) 8765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.351519+0000 mgr.y (mgr.25387) 4302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.391974+0000 mon.a (mon.0) 8766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.393830+0000 mon.a (mon.0) 8767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.394710+0000 mon.a (mon.0) 8768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.396696+0000 mon.a (mon.0) 8769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.397493+0000 mon.a (mon.0) 8770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.398910+0000 mgr.y (mgr.25387) 4303 : cluster [DBG] pgmap v2812: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.399337+0000 mgr.y (mgr.25387) 4304 : cluster [DBG] pgmap v2813: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.403444+0000 mon.a (mon.0) 8771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.403906+0000 mgr.y (mgr.25387) 4305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.464685+0000 mon.a (mon.0) 8772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.467207+0000 mon.a (mon.0) 8773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.468145+0000 mon.a (mon.0) 8774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.470913+0000 mon.a (mon.0) 8775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.471724+0000 mon.a (mon.0) 8776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.473451+0000 mgr.y (mgr.25387) 4306 : cluster [DBG] pgmap v2814: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.473874+0000 mgr.y (mgr.25387) 4307 : cluster [DBG] pgmap v2815: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.480560+0000 mon.a (mon.0) 8777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.481114+0000 mgr.y (mgr.25387) 4308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.555746+0000 mon.a (mon.0) 8778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.557786+0000 mon.a (mon.0) 8779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.559653+0000 mon.a (mon.0) 8780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.563442+0000 mon.a (mon.0) 8781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.564348+0000 mon.a (mon.0) 8782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.566017+0000 mgr.y (mgr.25387) 4309 : cluster [DBG] pgmap v2816: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.566430+0000 mgr.y (mgr.25387) 4310 : cluster [DBG] pgmap v2817: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.574766+0000 mon.a (mon.0) 8783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.575252+0000 mgr.y (mgr.25387) 4311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.650940+0000 mon.a (mon.0) 8784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.654910+0000 mon.a (mon.0) 8785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.656473+0000 mon.a (mon.0) 8786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.659605+0000 mon.a (mon.0) 8787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.660803+0000 mon.a (mon.0) 8788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.663190+0000 mgr.y (mgr.25387) 4312 : cluster [DBG] pgmap v2818: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.663572+0000 mgr.y (mgr.25387) 4313 : cluster [DBG] pgmap v2819: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.671501+0000 mon.a (mon.0) 8789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.672410+0000 mgr.y (mgr.25387) 4314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.760016+0000 mon.a (mon.0) 8790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.763823+0000 mon.a (mon.0) 8791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.765489+0000 mon.a (mon.0) 8792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.769359+0000 mon.a (mon.0) 8793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.770609+0000 mon.a (mon.0) 8794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.773354+0000 mgr.y (mgr.25387) 4315 : cluster [DBG] pgmap v2820: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.774472+0000 mgr.y (mgr.25387) 4316 : cluster [DBG] pgmap v2821: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.781423+0000 mon.a (mon.0) 8795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.782211+0000 mgr.y (mgr.25387) 4317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.842491+0000 mon.a (mon.0) 8796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.844560+0000 mon.a (mon.0) 8797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.845636+0000 mon.a (mon.0) 8798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.847656+0000 mon.a (mon.0) 8799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.848317+0000 mon.a (mon.0) 8800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.849962+0000 mgr.y (mgr.25387) 4318 : cluster [DBG] pgmap v2822: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.850342+0000 mgr.y (mgr.25387) 4319 : cluster [DBG] pgmap v2823: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.855760+0000 mon.a (mon.0) 8801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.856236+0000 mgr.y (mgr.25387) 4320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.896997+0000 mon.a (mon.0) 8802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.899017+0000 mon.a (mon.0) 8803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.899927+0000 mon.a (mon.0) 8804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.902069+0000 mon.a (mon.0) 8805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.902722+0000 mon.a (mon.0) 8806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.904034+0000 mgr.y (mgr.25387) 4321 : cluster [DBG] pgmap v2824: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.904434+0000 mgr.y (mgr.25387) 4322 : cluster [DBG] pgmap v2825: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.908530+0000 mon.a (mon.0) 8807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.909079+0000 mgr.y (mgr.25387) 4323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.965644+0000 mon.a (mon.0) 8808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.967715+0000 mon.a (mon.0) 8809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.968758+0000 mon.a (mon.0) 8810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.970931+0000 mon.a (mon.0) 8811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.971686+0000 mon.a (mon.0) 8812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.973374+0000 mgr.y (mgr.25387) 4324 : cluster [DBG] pgmap v2826: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:03.973759+0000 mgr.y (mgr.25387) 4325 : cluster [DBG] pgmap v2827: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:03.979918+0000 mon.a (mon.0) 8813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:03.980461+0000 mgr.y (mgr.25387) 4326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.051642+0000 mon.a (mon.0) 8814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.054263+0000 mon.a (mon.0) 8815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.055455+0000 mon.a (mon.0) 8816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.058978+0000 mon.a (mon.0) 8817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.059916+0000 mon.a (mon.0) 8818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.062124+0000 mgr.y (mgr.25387) 4327 : cluster [DBG] pgmap v2828: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.062968+0000 mgr.y (mgr.25387) 4328 : cluster [DBG] pgmap v2829: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.070214+0000 mon.a (mon.0) 8819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.070743+0000 mgr.y (mgr.25387) 4329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.144019+0000 mon.a (mon.0) 8820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.148633+0000 mon.a (mon.0) 8821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.150706+0000 mon.a (mon.0) 8822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.155349+0000 mon.a (mon.0) 8823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: audit 2024-03-30T04:49:04.157012+0000 mon.a (mon.0) 8824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.160210+0000 mgr.y (mgr.25387) 4330 : cluster [DBG] pgmap v2830: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:04 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.160620+0000 mgr.y (mgr.25387) 4331 : cluster [DBG] pgmap v2831: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.172932+0000 mgr.y (mgr.25387) 4250 : cluster [DBG] pgmap v2776: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.173264+0000 mgr.y (mgr.25387) 4251 : cluster [DBG] pgmap v2777: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.179314+0000 mgr.y (mgr.25387) 4252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.205253+0000 mgr.y (mgr.25387) 4253 : cluster [DBG] pgmap v2778: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.205660+0000 mgr.y (mgr.25387) 4254 : cluster [DBG] pgmap v2779: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.242892+0000 mgr.y (mgr.25387) 4255 : cluster [DBG] pgmap v2780: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.243286+0000 mgr.y (mgr.25387) 4256 : cluster [DBG] pgmap v2781: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.248961+0000 mgr.y (mgr.25387) 4257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.295909+0000 mgr.y (mgr.25387) 4258 : cluster [DBG] pgmap v2782: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.296308+0000 mgr.y (mgr.25387) 4259 : cluster [DBG] pgmap v2783: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.300960+0000 mgr.y (mgr.25387) 4260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.349069+0000 mgr.y (mgr.25387) 4261 : cluster [DBG] pgmap v2784: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.349470+0000 mgr.y (mgr.25387) 4262 : cluster [DBG] pgmap v2785: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.357163+0000 mgr.y (mgr.25387) 4263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.404837+0000 mgr.y (mgr.25387) 4264 : cluster [DBG] pgmap v2786: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.172932+0000 mgr.y (mgr.25387) 4250 : cluster [DBG] pgmap v2776: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.173264+0000 mgr.y (mgr.25387) 4251 : cluster [DBG] pgmap v2777: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.179314+0000 mgr.y (mgr.25387) 4252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.205253+0000 mgr.y (mgr.25387) 4253 : cluster [DBG] pgmap v2778: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.205660+0000 mgr.y (mgr.25387) 4254 : cluster [DBG] pgmap v2779: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.242892+0000 mgr.y (mgr.25387) 4255 : cluster [DBG] pgmap v2780: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.243286+0000 mgr.y (mgr.25387) 4256 : cluster [DBG] pgmap v2781: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.248961+0000 mgr.y (mgr.25387) 4257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.295909+0000 mgr.y (mgr.25387) 4258 : cluster [DBG] pgmap v2782: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.296308+0000 mgr.y (mgr.25387) 4259 : cluster [DBG] pgmap v2783: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.300960+0000 mgr.y (mgr.25387) 4260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.349069+0000 mgr.y (mgr.25387) 4261 : cluster [DBG] pgmap v2784: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.349470+0000 mgr.y (mgr.25387) 4262 : cluster [DBG] pgmap v2785: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.357163+0000 mgr.y (mgr.25387) 4263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.404837+0000 mgr.y (mgr.25387) 4264 : cluster [DBG] pgmap v2786: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.405234+0000 mgr.y (mgr.25387) 4265 : cluster [DBG] pgmap v2787: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.413492+0000 mgr.y (mgr.25387) 4266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.464027+0000 mgr.y (mgr.25387) 4267 : cluster [DBG] pgmap v2788: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.465076+0000 mgr.y (mgr.25387) 4268 : cluster [DBG] pgmap v2789: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.472369+0000 mgr.y (mgr.25387) 4269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.555508+0000 mgr.y (mgr.25387) 4270 : cluster [DBG] pgmap v2790: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.555966+0000 mgr.y (mgr.25387) 4271 : cluster [DBG] pgmap v2791: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.563124+0000 mgr.y (mgr.25387) 4272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.632167+0000 mgr.y (mgr.25387) 4273 : cluster [DBG] pgmap v2792: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.632546+0000 mgr.y (mgr.25387) 4274 : cluster [DBG] pgmap v2793: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.642298+0000 mgr.y (mgr.25387) 4275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.713836+0000 mgr.y (mgr.25387) 4276 : cluster [DBG] pgmap v2794: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.714664+0000 mgr.y (mgr.25387) 4277 : cluster [DBG] pgmap v2795: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.723284+0000 mgr.y (mgr.25387) 4278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.809248+0000 mgr.y (mgr.25387) 4279 : cluster [DBG] pgmap v2796: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.810120+0000 mgr.y (mgr.25387) 4280 : cluster [DBG] pgmap v2797: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.405234+0000 mgr.y (mgr.25387) 4265 : cluster [DBG] pgmap v2787: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.413492+0000 mgr.y (mgr.25387) 4266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.464027+0000 mgr.y (mgr.25387) 4267 : cluster [DBG] pgmap v2788: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.465076+0000 mgr.y (mgr.25387) 4268 : cluster [DBG] pgmap v2789: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.472369+0000 mgr.y (mgr.25387) 4269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.555508+0000 mgr.y (mgr.25387) 4270 : cluster [DBG] pgmap v2790: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.555966+0000 mgr.y (mgr.25387) 4271 : cluster [DBG] pgmap v2791: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.563124+0000 mgr.y (mgr.25387) 4272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.632167+0000 mgr.y (mgr.25387) 4273 : cluster [DBG] pgmap v2792: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.632546+0000 mgr.y (mgr.25387) 4274 : cluster [DBG] pgmap v2793: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.642298+0000 mgr.y (mgr.25387) 4275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.713836+0000 mgr.y (mgr.25387) 4276 : cluster [DBG] pgmap v2794: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.714664+0000 mgr.y (mgr.25387) 4277 : cluster [DBG] pgmap v2795: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.723284+0000 mgr.y (mgr.25387) 4278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.809248+0000 mgr.y (mgr.25387) 4279 : cluster [DBG] pgmap v2796: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.810120+0000 mgr.y (mgr.25387) 4280 : cluster [DBG] pgmap v2797: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.820945+0000 mgr.y (mgr.25387) 4281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.903835+0000 mgr.y (mgr.25387) 4282 : cluster [DBG] pgmap v2798: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.904233+0000 mgr.y (mgr.25387) 4283 : cluster [DBG] pgmap v2799: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.910026+0000 mgr.y (mgr.25387) 4284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.973206+0000 mgr.y (mgr.25387) 4285 : cluster [DBG] pgmap v2800: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:02.973606+0000 mgr.y (mgr.25387) 4286 : cluster [DBG] pgmap v2801: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:02.978694+0000 mgr.y (mgr.25387) 4287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.034856+0000 mgr.y (mgr.25387) 4288 : cluster [DBG] pgmap v2802: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.035213+0000 mgr.y (mgr.25387) 4289 : cluster [DBG] pgmap v2803: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.040680+0000 mgr.y (mgr.25387) 4290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.125393+0000 mgr.y (mgr.25387) 4291 : cluster [DBG] pgmap v2804: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.125676+0000 mgr.y (mgr.25387) 4292 : cluster [DBG] pgmap v2805: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.132805+0000 mgr.y (mgr.25387) 4293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.194825+0000 mon.a (mon.0) 8748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.196857+0000 mon.a (mon.0) 8749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.198232+0000 mon.a (mon.0) 8750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.820945+0000 mgr.y (mgr.25387) 4281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.903835+0000 mgr.y (mgr.25387) 4282 : cluster [DBG] pgmap v2798: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.904233+0000 mgr.y (mgr.25387) 4283 : cluster [DBG] pgmap v2799: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.910026+0000 mgr.y (mgr.25387) 4284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.973206+0000 mgr.y (mgr.25387) 4285 : cluster [DBG] pgmap v2800: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:02.973606+0000 mgr.y (mgr.25387) 4286 : cluster [DBG] pgmap v2801: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:02.978694+0000 mgr.y (mgr.25387) 4287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.034856+0000 mgr.y (mgr.25387) 4288 : cluster [DBG] pgmap v2802: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.035213+0000 mgr.y (mgr.25387) 4289 : cluster [DBG] pgmap v2803: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.040680+0000 mgr.y (mgr.25387) 4290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.125393+0000 mgr.y (mgr.25387) 4291 : cluster [DBG] pgmap v2804: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.125676+0000 mgr.y (mgr.25387) 4292 : cluster [DBG] pgmap v2805: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.132805+0000 mgr.y (mgr.25387) 4293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.194825+0000 mon.a (mon.0) 8748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.196857+0000 mon.a (mon.0) 8749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.198232+0000 mon.a (mon.0) 8750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.200990+0000 mon.a (mon.0) 8751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.201627+0000 mon.a (mon.0) 8752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.203242+0000 mgr.y (mgr.25387) 4294 : cluster [DBG] pgmap v2806: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.203570+0000 mgr.y (mgr.25387) 4295 : cluster [DBG] pgmap v2807: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.208064+0000 mon.a (mon.0) 8753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.208443+0000 mgr.y (mgr.25387) 4296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.253120+0000 mon.a (mon.0) 8754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.255244+0000 mon.a (mon.0) 8755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.256056+0000 mon.a (mon.0) 8756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.258126+0000 mon.a (mon.0) 8757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.258756+0000 mon.a (mon.0) 8758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.260161+0000 mgr.y (mgr.25387) 4297 : cluster [DBG] pgmap v2808: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.260505+0000 mgr.y (mgr.25387) 4298 : cluster [DBG] pgmap v2809: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.265592+0000 mon.a (mon.0) 8759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.266246+0000 mgr.y (mgr.25387) 4299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.338876+0000 mon.a (mon.0) 8760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.340830+0000 mon.a (mon.0) 8761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.341687+0000 mon.a (mon.0) 8762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.200990+0000 mon.a (mon.0) 8751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.201627+0000 mon.a (mon.0) 8752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.203242+0000 mgr.y (mgr.25387) 4294 : cluster [DBG] pgmap v2806: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.203570+0000 mgr.y (mgr.25387) 4295 : cluster [DBG] pgmap v2807: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.208064+0000 mon.a (mon.0) 8753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.208443+0000 mgr.y (mgr.25387) 4296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.253120+0000 mon.a (mon.0) 8754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.255244+0000 mon.a (mon.0) 8755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.256056+0000 mon.a (mon.0) 8756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.258126+0000 mon.a (mon.0) 8757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.258756+0000 mon.a (mon.0) 8758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.260161+0000 mgr.y (mgr.25387) 4297 : cluster [DBG] pgmap v2808: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.260505+0000 mgr.y (mgr.25387) 4298 : cluster [DBG] pgmap v2809: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.265592+0000 mon.a (mon.0) 8759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.266246+0000 mgr.y (mgr.25387) 4299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.338876+0000 mon.a (mon.0) 8760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.340830+0000 mon.a (mon.0) 8761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.341687+0000 mon.a (mon.0) 8762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.344347+0000 mon.a (mon.0) 8763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.345090+0000 mon.a (mon.0) 8764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.346506+0000 mgr.y (mgr.25387) 4300 : cluster [DBG] pgmap v2810: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.346831+0000 mgr.y (mgr.25387) 4301 : cluster [DBG] pgmap v2811: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.351101+0000 mon.a (mon.0) 8765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.351519+0000 mgr.y (mgr.25387) 4302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.391974+0000 mon.a (mon.0) 8766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.393830+0000 mon.a (mon.0) 8767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.394710+0000 mon.a (mon.0) 8768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.396696+0000 mon.a (mon.0) 8769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.397493+0000 mon.a (mon.0) 8770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.398910+0000 mgr.y (mgr.25387) 4303 : cluster [DBG] pgmap v2812: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.399337+0000 mgr.y (mgr.25387) 4304 : cluster [DBG] pgmap v2813: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.403444+0000 mon.a (mon.0) 8771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.403906+0000 mgr.y (mgr.25387) 4305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.464685+0000 mon.a (mon.0) 8772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.467207+0000 mon.a (mon.0) 8773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.468145+0000 mon.a (mon.0) 8774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.344347+0000 mon.a (mon.0) 8763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.345090+0000 mon.a (mon.0) 8764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.346506+0000 mgr.y (mgr.25387) 4300 : cluster [DBG] pgmap v2810: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.346831+0000 mgr.y (mgr.25387) 4301 : cluster [DBG] pgmap v2811: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.351101+0000 mon.a (mon.0) 8765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.351519+0000 mgr.y (mgr.25387) 4302 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.391974+0000 mon.a (mon.0) 8766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.393830+0000 mon.a (mon.0) 8767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.394710+0000 mon.a (mon.0) 8768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.396696+0000 mon.a (mon.0) 8769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.397493+0000 mon.a (mon.0) 8770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.398910+0000 mgr.y (mgr.25387) 4303 : cluster [DBG] pgmap v2812: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.399337+0000 mgr.y (mgr.25387) 4304 : cluster [DBG] pgmap v2813: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.403444+0000 mon.a (mon.0) 8771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.403906+0000 mgr.y (mgr.25387) 4305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.464685+0000 mon.a (mon.0) 8772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.467207+0000 mon.a (mon.0) 8773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.468145+0000 mon.a (mon.0) 8774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.470913+0000 mon.a (mon.0) 8775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.471724+0000 mon.a (mon.0) 8776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.473451+0000 mgr.y (mgr.25387) 4306 : cluster [DBG] pgmap v2814: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.473874+0000 mgr.y (mgr.25387) 4307 : cluster [DBG] pgmap v2815: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.480560+0000 mon.a (mon.0) 8777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.481114+0000 mgr.y (mgr.25387) 4308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.555746+0000 mon.a (mon.0) 8778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.557786+0000 mon.a (mon.0) 8779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.559653+0000 mon.a (mon.0) 8780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.563442+0000 mon.a (mon.0) 8781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.564348+0000 mon.a (mon.0) 8782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.566017+0000 mgr.y (mgr.25387) 4309 : cluster [DBG] pgmap v2816: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.566430+0000 mgr.y (mgr.25387) 4310 : cluster [DBG] pgmap v2817: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.574766+0000 mon.a (mon.0) 8783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.575252+0000 mgr.y (mgr.25387) 4311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.650940+0000 mon.a (mon.0) 8784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.654910+0000 mon.a (mon.0) 8785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.656473+0000 mon.a (mon.0) 8786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.470913+0000 mon.a (mon.0) 8775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.471724+0000 mon.a (mon.0) 8776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.473451+0000 mgr.y (mgr.25387) 4306 : cluster [DBG] pgmap v2814: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.473874+0000 mgr.y (mgr.25387) 4307 : cluster [DBG] pgmap v2815: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.480560+0000 mon.a (mon.0) 8777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.481114+0000 mgr.y (mgr.25387) 4308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.555746+0000 mon.a (mon.0) 8778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.557786+0000 mon.a (mon.0) 8779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.559653+0000 mon.a (mon.0) 8780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.563442+0000 mon.a (mon.0) 8781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.564348+0000 mon.a (mon.0) 8782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.566017+0000 mgr.y (mgr.25387) 4309 : cluster [DBG] pgmap v2816: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.566430+0000 mgr.y (mgr.25387) 4310 : cluster [DBG] pgmap v2817: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.574766+0000 mon.a (mon.0) 8783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.575252+0000 mgr.y (mgr.25387) 4311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.650940+0000 mon.a (mon.0) 8784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.654910+0000 mon.a (mon.0) 8785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.656473+0000 mon.a (mon.0) 8786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.659605+0000 mon.a (mon.0) 8787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.660803+0000 mon.a (mon.0) 8788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.663190+0000 mgr.y (mgr.25387) 4312 : cluster [DBG] pgmap v2818: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.663572+0000 mgr.y (mgr.25387) 4313 : cluster [DBG] pgmap v2819: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.671501+0000 mon.a (mon.0) 8789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.672410+0000 mgr.y (mgr.25387) 4314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.760016+0000 mon.a (mon.0) 8790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.763823+0000 mon.a (mon.0) 8791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.765489+0000 mon.a (mon.0) 8792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.769359+0000 mon.a (mon.0) 8793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.770609+0000 mon.a (mon.0) 8794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.773354+0000 mgr.y (mgr.25387) 4315 : cluster [DBG] pgmap v2820: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.774472+0000 mgr.y (mgr.25387) 4316 : cluster [DBG] pgmap v2821: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.781423+0000 mon.a (mon.0) 8795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.782211+0000 mgr.y (mgr.25387) 4317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.842491+0000 mon.a (mon.0) 8796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.844560+0000 mon.a (mon.0) 8797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.845636+0000 mon.a (mon.0) 8798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.659605+0000 mon.a (mon.0) 8787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.660803+0000 mon.a (mon.0) 8788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.663190+0000 mgr.y (mgr.25387) 4312 : cluster [DBG] pgmap v2818: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.663572+0000 mgr.y (mgr.25387) 4313 : cluster [DBG] pgmap v2819: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.671501+0000 mon.a (mon.0) 8789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.672410+0000 mgr.y (mgr.25387) 4314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.760016+0000 mon.a (mon.0) 8790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.763823+0000 mon.a (mon.0) 8791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.765489+0000 mon.a (mon.0) 8792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.769359+0000 mon.a (mon.0) 8793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.770609+0000 mon.a (mon.0) 8794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.773354+0000 mgr.y (mgr.25387) 4315 : cluster [DBG] pgmap v2820: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.774472+0000 mgr.y (mgr.25387) 4316 : cluster [DBG] pgmap v2821: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.781423+0000 mon.a (mon.0) 8795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.782211+0000 mgr.y (mgr.25387) 4317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.842491+0000 mon.a (mon.0) 8796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.844560+0000 mon.a (mon.0) 8797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.845636+0000 mon.a (mon.0) 8798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.847656+0000 mon.a (mon.0) 8799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.848317+0000 mon.a (mon.0) 8800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.849962+0000 mgr.y (mgr.25387) 4318 : cluster [DBG] pgmap v2822: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.850342+0000 mgr.y (mgr.25387) 4319 : cluster [DBG] pgmap v2823: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.855760+0000 mon.a (mon.0) 8801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.856236+0000 mgr.y (mgr.25387) 4320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.896997+0000 mon.a (mon.0) 8802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.899017+0000 mon.a (mon.0) 8803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.899927+0000 mon.a (mon.0) 8804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.902069+0000 mon.a (mon.0) 8805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.902722+0000 mon.a (mon.0) 8806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.904034+0000 mgr.y (mgr.25387) 4321 : cluster [DBG] pgmap v2824: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.904434+0000 mgr.y (mgr.25387) 4322 : cluster [DBG] pgmap v2825: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.908530+0000 mon.a (mon.0) 8807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.909079+0000 mgr.y (mgr.25387) 4323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.965644+0000 mon.a (mon.0) 8808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.967715+0000 mon.a (mon.0) 8809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.968758+0000 mon.a (mon.0) 8810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.847656+0000 mon.a (mon.0) 8799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.848317+0000 mon.a (mon.0) 8800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.849962+0000 mgr.y (mgr.25387) 4318 : cluster [DBG] pgmap v2822: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.850342+0000 mgr.y (mgr.25387) 4319 : cluster [DBG] pgmap v2823: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.855760+0000 mon.a (mon.0) 8801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.856236+0000 mgr.y (mgr.25387) 4320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.896997+0000 mon.a (mon.0) 8802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.899017+0000 mon.a (mon.0) 8803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.899927+0000 mon.a (mon.0) 8804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.902069+0000 mon.a (mon.0) 8805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.902722+0000 mon.a (mon.0) 8806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.904034+0000 mgr.y (mgr.25387) 4321 : cluster [DBG] pgmap v2824: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.904434+0000 mgr.y (mgr.25387) 4322 : cluster [DBG] pgmap v2825: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.908530+0000 mon.a (mon.0) 8807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.909079+0000 mgr.y (mgr.25387) 4323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.965644+0000 mon.a (mon.0) 8808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.967715+0000 mon.a (mon.0) 8809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.968758+0000 mon.a (mon.0) 8810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.970931+0000 mon.a (mon.0) 8811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.971686+0000 mon.a (mon.0) 8812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.973374+0000 mgr.y (mgr.25387) 4324 : cluster [DBG] pgmap v2826: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:03.973759+0000 mgr.y (mgr.25387) 4325 : cluster [DBG] pgmap v2827: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:03.979918+0000 mon.a (mon.0) 8813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:03.980461+0000 mgr.y (mgr.25387) 4326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.051642+0000 mon.a (mon.0) 8814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.054263+0000 mon.a (mon.0) 8815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.055455+0000 mon.a (mon.0) 8816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.058978+0000 mon.a (mon.0) 8817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.059916+0000 mon.a (mon.0) 8818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.062124+0000 mgr.y (mgr.25387) 4327 : cluster [DBG] pgmap v2828: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.062968+0000 mgr.y (mgr.25387) 4328 : cluster [DBG] pgmap v2829: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.070214+0000 mon.a (mon.0) 8819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.070743+0000 mgr.y (mgr.25387) 4329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.144019+0000 mon.a (mon.0) 8820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.148633+0000 mon.a (mon.0) 8821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.150706+0000 mon.a (mon.0) 8822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.155349+0000 mon.a (mon.0) 8823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: audit 2024-03-30T04:49:04.157012+0000 mon.a (mon.0) 8824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.160210+0000 mgr.y (mgr.25387) 4330 : cluster [DBG] pgmap v2830: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.160620+0000 mgr.y (mgr.25387) 4331 : cluster [DBG] pgmap v2831: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.970931+0000 mon.a (mon.0) 8811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.971686+0000 mon.a (mon.0) 8812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.973374+0000 mgr.y (mgr.25387) 4324 : cluster [DBG] pgmap v2826: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:03.973759+0000 mgr.y (mgr.25387) 4325 : cluster [DBG] pgmap v2827: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:03.979918+0000 mon.a (mon.0) 8813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:03.980461+0000 mgr.y (mgr.25387) 4326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.051642+0000 mon.a (mon.0) 8814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.054263+0000 mon.a (mon.0) 8815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.055455+0000 mon.a (mon.0) 8816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.058978+0000 mon.a (mon.0) 8817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.059916+0000 mon.a (mon.0) 8818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.062124+0000 mgr.y (mgr.25387) 4327 : cluster [DBG] pgmap v2828: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.062968+0000 mgr.y (mgr.25387) 4328 : cluster [DBG] pgmap v2829: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.070214+0000 mon.a (mon.0) 8819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.070743+0000 mgr.y (mgr.25387) 4329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.144019+0000 mon.a (mon.0) 8820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.148633+0000 mon.a (mon.0) 8821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:04.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.150706+0000 mon.a (mon.0) 8822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:04.653 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.155349+0000 mon.a (mon.0) 8823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:04.653 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: audit 2024-03-30T04:49:04.157012+0000 mon.a (mon.0) 8824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:04.653 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.160210+0000 mgr.y (mgr.25387) 4330 : cluster [DBG] pgmap v2830: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:04.653 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:04 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.160620+0000 mgr.y (mgr.25387) 4331 : cluster [DBG] pgmap v2831: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.173000+0000 mon.a (mon.0) 8825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.174129+0000 mgr.y (mgr.25387) 4332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.250411+0000 mon.a (mon.0) 8826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.252257+0000 mon.a (mon.0) 8827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.253316+0000 mon.a (mon.0) 8828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.255631+0000 mon.a (mon.0) 8829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.256271+0000 mon.a (mon.0) 8830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.339 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.258143+0000 mgr.y (mgr.25387) 4333 : cluster [DBG] pgmap v2832: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.258983+0000 mgr.y (mgr.25387) 4334 : cluster [DBG] pgmap v2833: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.264824+0000 mon.a (mon.0) 8831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.265348+0000 mgr.y (mgr.25387) 4335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.344210+0000 mon.a (mon.0) 8832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.347214+0000 mon.a (mon.0) 8833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.348493+0000 mon.a (mon.0) 8834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.351859+0000 mon.a (mon.0) 8835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.352955+0000 mon.a (mon.0) 8836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.355434+0000 mgr.y (mgr.25387) 4336 : cluster [DBG] pgmap v2834: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.356283+0000 mgr.y (mgr.25387) 4337 : cluster [DBG] pgmap v2835: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.367091+0000 mon.a (mon.0) 8837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.367733+0000 mgr.y (mgr.25387) 4338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.440782+0000 mon.a (mon.0) 8838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.340 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.443486+0000 mon.a (mon.0) 8839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.444899+0000 mon.a (mon.0) 8840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.447551+0000 mon.a (mon.0) 8841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.448474+0000 mon.a (mon.0) 8842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.450741+0000 mgr.y (mgr.25387) 4339 : cluster [DBG] pgmap v2836: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.451654+0000 mgr.y (mgr.25387) 4340 : cluster [DBG] pgmap v2837: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.459497+0000 mon.a (mon.0) 8843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.460074+0000 mgr.y (mgr.25387) 4341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.538267+0000 mon.a (mon.0) 8844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.540667+0000 mon.a (mon.0) 8845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.541708+0000 mon.a (mon.0) 8846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.544330+0000 mon.a (mon.0) 8847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.545105+0000 mon.a (mon.0) 8848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.341 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.547215+0000 mgr.y (mgr.25387) 4342 : cluster [DBG] pgmap v2838: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.547977+0000 mgr.y (mgr.25387) 4343 : cluster [DBG] pgmap v2839: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.554185+0000 mon.a (mon.0) 8849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.554835+0000 mgr.y (mgr.25387) 4344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.622356+0000 mon.a (mon.0) 8850 : cluster [WRN] Health check update: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded (PG_DEGRADED) 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.648722+0000 mon.a (mon.0) 8851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.653346+0000 mon.a (mon.0) 8852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.655102+0000 mon.a (mon.0) 8853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.659544+0000 mon.a (mon.0) 8854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.661085+0000 mon.a (mon.0) 8855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.663972+0000 mgr.y (mgr.25387) 4345 : cluster [DBG] pgmap v2840: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.664536+0000 mgr.y (mgr.25387) 4346 : cluster [DBG] pgmap v2841: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.697483+0000 mon.a (mon.0) 8856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.698129+0000 mgr.y (mgr.25387) 4347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.342 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.778436+0000 mon.a (mon.0) 8857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.781475+0000 mon.a (mon.0) 8858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.782805+0000 mon.a (mon.0) 8859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.785751+0000 mon.a (mon.0) 8860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.786664+0000 mon.a (mon.0) 8861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.789066+0000 mgr.y (mgr.25387) 4348 : cluster [DBG] pgmap v2842: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.789914+0000 mgr.y (mgr.25387) 4349 : cluster [DBG] pgmap v2843: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.797334+0000 mon.a (mon.0) 8862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.798256+0000 mgr.y (mgr.25387) 4350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.879160+0000 mon.a (mon.0) 8863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.882576+0000 mon.a (mon.0) 8864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.884251+0000 mon.a (mon.0) 8865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.888343+0000 mon.a (mon.0) 8866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.889446+0000 mon.a (mon.0) 8867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.891719+0000 mgr.y (mgr.25387) 4351 : cluster [DBG] pgmap v2844: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.892650+0000 mgr.y (mgr.25387) 4352 : cluster [DBG] pgmap v2845: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.900016+0000 mon.a (mon.0) 8868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:04.900734+0000 mgr.y (mgr.25387) 4353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.980162+0000 mon.a (mon.0) 8869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.345 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.983166+0000 mon.a (mon.0) 8870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.984921+0000 mon.a (mon.0) 8871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.988443+0000 mon.a (mon.0) 8872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:04.989627+0000 mon.a (mon.0) 8873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.992320+0000 mgr.y (mgr.25387) 4354 : cluster [DBG] pgmap v2846: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:04.993147+0000 mgr.y (mgr.25387) 4355 : cluster [DBG] pgmap v2847: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.001706+0000 mon.a (mon.0) 8874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.002511+0000 mgr.y (mgr.25387) 4356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.080242+0000 mon.a (mon.0) 8875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.083234+0000 mon.a (mon.0) 8876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.084228+0000 mon.a (mon.0) 8877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.086274+0000 mon.a (mon.0) 8878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.087072+0000 mon.a (mon.0) 8879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.088487+0000 mgr.y (mgr.25387) 4357 : cluster [DBG] pgmap v2848: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.346 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.088818+0000 mgr.y (mgr.25387) 4358 : cluster [DBG] pgmap v2849: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.092877+0000 mon.a (mon.0) 8880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.093354+0000 mgr.y (mgr.25387) 4359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.138195+0000 mon.a (mon.0) 8881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.140445+0000 mon.a (mon.0) 8882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.141312+0000 mon.a (mon.0) 8883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.143266+0000 mon.a (mon.0) 8884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.143876+0000 mon.a (mon.0) 8885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.145266+0000 mgr.y (mgr.25387) 4360 : cluster [DBG] pgmap v2850: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.145573+0000 mgr.y (mgr.25387) 4361 : cluster [DBG] pgmap v2851: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: audit 2024-03-30T04:49:05.149416+0000 mon.a (mon.0) 8886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.347 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.149816+0000 mgr.y (mgr.25387) 4362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.173000+0000 mon.a (mon.0) 8825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.174129+0000 mgr.y (mgr.25387) 4332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.250411+0000 mon.a (mon.0) 8826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.252257+0000 mon.a (mon.0) 8827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.253316+0000 mon.a (mon.0) 8828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.255631+0000 mon.a (mon.0) 8829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.256271+0000 mon.a (mon.0) 8830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.258143+0000 mgr.y (mgr.25387) 4333 : cluster [DBG] pgmap v2832: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.258983+0000 mgr.y (mgr.25387) 4334 : cluster [DBG] pgmap v2833: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.264824+0000 mon.a (mon.0) 8831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.265348+0000 mgr.y (mgr.25387) 4335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.344210+0000 mon.a (mon.0) 8832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.347214+0000 mon.a (mon.0) 8833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.348493+0000 mon.a (mon.0) 8834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.351859+0000 mon.a (mon.0) 8835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.352955+0000 mon.a (mon.0) 8836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.355434+0000 mgr.y (mgr.25387) 4336 : cluster [DBG] pgmap v2834: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.173000+0000 mon.a (mon.0) 8825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.174129+0000 mgr.y (mgr.25387) 4332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.250411+0000 mon.a (mon.0) 8826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.252257+0000 mon.a (mon.0) 8827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.253316+0000 mon.a (mon.0) 8828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.255631+0000 mon.a (mon.0) 8829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.256271+0000 mon.a (mon.0) 8830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.258143+0000 mgr.y (mgr.25387) 4333 : cluster [DBG] pgmap v2832: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.258983+0000 mgr.y (mgr.25387) 4334 : cluster [DBG] pgmap v2833: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.264824+0000 mon.a (mon.0) 8831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.265348+0000 mgr.y (mgr.25387) 4335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.344210+0000 mon.a (mon.0) 8832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.347214+0000 mon.a (mon.0) 8833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.348493+0000 mon.a (mon.0) 8834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.351859+0000 mon.a (mon.0) 8835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.352955+0000 mon.a (mon.0) 8836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.355434+0000 mgr.y (mgr.25387) 4336 : cluster [DBG] pgmap v2834: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.356283+0000 mgr.y (mgr.25387) 4337 : cluster [DBG] pgmap v2835: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.367091+0000 mon.a (mon.0) 8837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.367733+0000 mgr.y (mgr.25387) 4338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.440782+0000 mon.a (mon.0) 8838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.443486+0000 mon.a (mon.0) 8839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.444899+0000 mon.a (mon.0) 8840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.447551+0000 mon.a (mon.0) 8841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.448474+0000 mon.a (mon.0) 8842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.450741+0000 mgr.y (mgr.25387) 4339 : cluster [DBG] pgmap v2836: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.451654+0000 mgr.y (mgr.25387) 4340 : cluster [DBG] pgmap v2837: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.459497+0000 mon.a (mon.0) 8843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.460074+0000 mgr.y (mgr.25387) 4341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.538267+0000 mon.a (mon.0) 8844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.540667+0000 mon.a (mon.0) 8845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.541708+0000 mon.a (mon.0) 8846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.544330+0000 mon.a (mon.0) 8847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.545105+0000 mon.a (mon.0) 8848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.547215+0000 mgr.y (mgr.25387) 4342 : cluster [DBG] pgmap v2838: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.356283+0000 mgr.y (mgr.25387) 4337 : cluster [DBG] pgmap v2835: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.367091+0000 mon.a (mon.0) 8837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.367733+0000 mgr.y (mgr.25387) 4338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.440782+0000 mon.a (mon.0) 8838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.443486+0000 mon.a (mon.0) 8839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.444899+0000 mon.a (mon.0) 8840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.447551+0000 mon.a (mon.0) 8841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.448474+0000 mon.a (mon.0) 8842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.450741+0000 mgr.y (mgr.25387) 4339 : cluster [DBG] pgmap v2836: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.451654+0000 mgr.y (mgr.25387) 4340 : cluster [DBG] pgmap v2837: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.459497+0000 mon.a (mon.0) 8843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.460074+0000 mgr.y (mgr.25387) 4341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.538267+0000 mon.a (mon.0) 8844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.540667+0000 mon.a (mon.0) 8845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.541708+0000 mon.a (mon.0) 8846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.544330+0000 mon.a (mon.0) 8847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.545105+0000 mon.a (mon.0) 8848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.547215+0000 mgr.y (mgr.25387) 4342 : cluster [DBG] pgmap v2838: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.547977+0000 mgr.y (mgr.25387) 4343 : cluster [DBG] pgmap v2839: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.554185+0000 mon.a (mon.0) 8849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.554835+0000 mgr.y (mgr.25387) 4344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.622356+0000 mon.a (mon.0) 8850 : cluster [WRN] Health check update: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded (PG_DEGRADED) 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.648722+0000 mon.a (mon.0) 8851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.653346+0000 mon.a (mon.0) 8852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.655102+0000 mon.a (mon.0) 8853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.659544+0000 mon.a (mon.0) 8854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.661085+0000 mon.a (mon.0) 8855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.663972+0000 mgr.y (mgr.25387) 4345 : cluster [DBG] pgmap v2840: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.664536+0000 mgr.y (mgr.25387) 4346 : cluster [DBG] pgmap v2841: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.697483+0000 mon.a (mon.0) 8856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.698129+0000 mgr.y (mgr.25387) 4347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.778436+0000 mon.a (mon.0) 8857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.781475+0000 mon.a (mon.0) 8858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.782805+0000 mon.a (mon.0) 8859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.785751+0000 mon.a (mon.0) 8860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.786664+0000 mon.a (mon.0) 8861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.547977+0000 mgr.y (mgr.25387) 4343 : cluster [DBG] pgmap v2839: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.554185+0000 mon.a (mon.0) 8849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.554835+0000 mgr.y (mgr.25387) 4344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.622356+0000 mon.a (mon.0) 8850 : cluster [WRN] Health check update: Degraded data redundancy: 95/726 objects degraded (13.085%), 26 pgs degraded (PG_DEGRADED) 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.648722+0000 mon.a (mon.0) 8851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.653346+0000 mon.a (mon.0) 8852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.655102+0000 mon.a (mon.0) 8853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.659544+0000 mon.a (mon.0) 8854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.661085+0000 mon.a (mon.0) 8855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.663972+0000 mgr.y (mgr.25387) 4345 : cluster [DBG] pgmap v2840: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.664536+0000 mgr.y (mgr.25387) 4346 : cluster [DBG] pgmap v2841: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.697483+0000 mon.a (mon.0) 8856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.698129+0000 mgr.y (mgr.25387) 4347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.778436+0000 mon.a (mon.0) 8857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.781475+0000 mon.a (mon.0) 8858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.782805+0000 mon.a (mon.0) 8859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.785751+0000 mon.a (mon.0) 8860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.786664+0000 mon.a (mon.0) 8861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.789066+0000 mgr.y (mgr.25387) 4348 : cluster [DBG] pgmap v2842: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.789914+0000 mgr.y (mgr.25387) 4349 : cluster [DBG] pgmap v2843: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.797334+0000 mon.a (mon.0) 8862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.798256+0000 mgr.y (mgr.25387) 4350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.879160+0000 mon.a (mon.0) 8863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.882576+0000 mon.a (mon.0) 8864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.884251+0000 mon.a (mon.0) 8865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.888343+0000 mon.a (mon.0) 8866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.889446+0000 mon.a (mon.0) 8867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.891719+0000 mgr.y (mgr.25387) 4351 : cluster [DBG] pgmap v2844: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.892650+0000 mgr.y (mgr.25387) 4352 : cluster [DBG] pgmap v2845: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.900016+0000 mon.a (mon.0) 8868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:04.900734+0000 mgr.y (mgr.25387) 4353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.980162+0000 mon.a (mon.0) 8869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.983166+0000 mon.a (mon.0) 8870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.984921+0000 mon.a (mon.0) 8871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.988443+0000 mon.a (mon.0) 8872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:04.989627+0000 mon.a (mon.0) 8873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.789066+0000 mgr.y (mgr.25387) 4348 : cluster [DBG] pgmap v2842: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.789914+0000 mgr.y (mgr.25387) 4349 : cluster [DBG] pgmap v2843: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.797334+0000 mon.a (mon.0) 8862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.798256+0000 mgr.y (mgr.25387) 4350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.879160+0000 mon.a (mon.0) 8863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.882576+0000 mon.a (mon.0) 8864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.884251+0000 mon.a (mon.0) 8865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.888343+0000 mon.a (mon.0) 8866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.889446+0000 mon.a (mon.0) 8867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.891719+0000 mgr.y (mgr.25387) 4351 : cluster [DBG] pgmap v2844: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.892650+0000 mgr.y (mgr.25387) 4352 : cluster [DBG] pgmap v2845: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.900016+0000 mon.a (mon.0) 8868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:04.900734+0000 mgr.y (mgr.25387) 4353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.980162+0000 mon.a (mon.0) 8869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.983166+0000 mon.a (mon.0) 8870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.984921+0000 mon.a (mon.0) 8871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.988443+0000 mon.a (mon.0) 8872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:04.989627+0000 mon.a (mon.0) 8873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.992320+0000 mgr.y (mgr.25387) 4354 : cluster [DBG] pgmap v2846: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:04.993147+0000 mgr.y (mgr.25387) 4355 : cluster [DBG] pgmap v2847: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.001706+0000 mon.a (mon.0) 8874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.002511+0000 mgr.y (mgr.25387) 4356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.080242+0000 mon.a (mon.0) 8875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.083234+0000 mon.a (mon.0) 8876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.084228+0000 mon.a (mon.0) 8877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.086274+0000 mon.a (mon.0) 8878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.087072+0000 mon.a (mon.0) 8879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.088487+0000 mgr.y (mgr.25387) 4357 : cluster [DBG] pgmap v2848: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.088818+0000 mgr.y (mgr.25387) 4358 : cluster [DBG] pgmap v2849: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.092877+0000 mon.a (mon.0) 8880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.093354+0000 mgr.y (mgr.25387) 4359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.138195+0000 mon.a (mon.0) 8881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.140445+0000 mon.a (mon.0) 8882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.141312+0000 mon.a (mon.0) 8883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.143266+0000 mon.a (mon.0) 8884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.143876+0000 mon.a (mon.0) 8885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.992320+0000 mgr.y (mgr.25387) 4354 : cluster [DBG] pgmap v2846: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:04.993147+0000 mgr.y (mgr.25387) 4355 : cluster [DBG] pgmap v2847: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.001706+0000 mon.a (mon.0) 8874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.002511+0000 mgr.y (mgr.25387) 4356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.080242+0000 mon.a (mon.0) 8875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.083234+0000 mon.a (mon.0) 8876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.084228+0000 mon.a (mon.0) 8877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.086274+0000 mon.a (mon.0) 8878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.087072+0000 mon.a (mon.0) 8879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.088487+0000 mgr.y (mgr.25387) 4357 : cluster [DBG] pgmap v2848: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.088818+0000 mgr.y (mgr.25387) 4358 : cluster [DBG] pgmap v2849: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.092877+0000 mon.a (mon.0) 8880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.093354+0000 mgr.y (mgr.25387) 4359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.138195+0000 mon.a (mon.0) 8881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.140445+0000 mon.a (mon.0) 8882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.141312+0000 mon.a (mon.0) 8883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.143266+0000 mon.a (mon.0) 8884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.143876+0000 mon.a (mon.0) 8885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.145266+0000 mgr.y (mgr.25387) 4360 : cluster [DBG] pgmap v2850: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.145573+0000 mgr.y (mgr.25387) 4361 : cluster [DBG] pgmap v2851: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: audit 2024-03-30T04:49:05.149416+0000 mon.a (mon.0) 8886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.149816+0000 mgr.y (mgr.25387) 4362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.145266+0000 mgr.y (mgr.25387) 4360 : cluster [DBG] pgmap v2850: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.145573+0000 mgr.y (mgr.25387) 4361 : cluster [DBG] pgmap v2851: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: audit 2024-03-30T04:49:05.149416+0000 mon.a (mon.0) 8886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:05.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:05 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.149816+0000 mgr.y (mgr.25387) 4362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:05.708 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[72918]: debug 2024-03-30T04:49:05.431+0000 7effb5417700 1 -- 172.21.15.105:0/2550273523 <== mon.2 v2:172.21.15.105:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555fe1167680 con 0x555fe11a5000 2024-03-30T04:49:06.266 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:05 smithi105 bash[72918]: debug 2024-03-30T04:49:05.991+0000 7effbe5af7c0 -1 Falling back to public interface 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.193185+0000 mon.a (mon.0) 8887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.195189+0000 mon.a (mon.0) 8888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.196016+0000 mon.a (mon.0) 8889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.207586+0000 mon.a (mon.0) 8890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.208337+0000 mon.a (mon.0) 8891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.209790+0000 mgr.y (mgr.25387) 4363 : cluster [DBG] pgmap v2852: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.210071+0000 mgr.y (mgr.25387) 4364 : cluster [DBG] pgmap v2853: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.213806+0000 mon.a (mon.0) 8892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.214274+0000 mgr.y (mgr.25387) 4365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.259055+0000 mon.a (mon.0) 8893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.261293+0000 mon.a (mon.0) 8894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.262165+0000 mon.a (mon.0) 8895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.264200+0000 mon.a (mon.0) 8896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.264867+0000 mon.a (mon.0) 8897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.266284+0000 mgr.y (mgr.25387) 4366 : cluster [DBG] pgmap v2854: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.266645+0000 mgr.y (mgr.25387) 4367 : cluster [DBG] pgmap v2855: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.270637+0000 mon.a (mon.0) 8898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.271101+0000 mgr.y (mgr.25387) 4368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.315890+0000 mon.a (mon.0) 8899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.317998+0000 mon.a (mon.0) 8900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.318755+0000 mon.a (mon.0) 8901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.320720+0000 mon.a (mon.0) 8902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.321289+0000 mon.a (mon.0) 8903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.322645+0000 mgr.y (mgr.25387) 4369 : cluster [DBG] pgmap v2856: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.323028+0000 mgr.y (mgr.25387) 4370 : cluster [DBG] pgmap v2857: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.327205+0000 mon.a (mon.0) 8904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.327615+0000 mgr.y (mgr.25387) 4371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.368311+0000 mon.a (mon.0) 8905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.370081+0000 mon.a (mon.0) 8906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.370843+0000 mon.a (mon.0) 8907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.372623+0000 mon.a (mon.0) 8908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.373234+0000 mon.a (mon.0) 8909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.374526+0000 mgr.y (mgr.25387) 4372 : cluster [DBG] pgmap v2858: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.374851+0000 mgr.y (mgr.25387) 4373 : cluster [DBG] pgmap v2859: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.378460+0000 mon.a (mon.0) 8910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.378829+0000 mgr.y (mgr.25387) 4374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.419754+0000 mon.a (mon.0) 8911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.421642+0000 mon.a (mon.0) 8912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.422449+0000 mon.a (mon.0) 8913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.424341+0000 mon.a (mon.0) 8914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.424994+0000 mon.a (mon.0) 8915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.426292+0000 mgr.y (mgr.25387) 4375 : cluster [DBG] pgmap v2860: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.426596+0000 mgr.y (mgr.25387) 4376 : cluster [DBG] pgmap v2861: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.430744+0000 mon.a (mon.0) 8916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.431171+0000 mgr.y (mgr.25387) 4377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.475803+0000 mon.a (mon.0) 8917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.478288+0000 mon.a (mon.0) 8918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.479723+0000 mon.a (mon.0) 8919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.483029+0000 mon.a (mon.0) 8920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.484072+0000 mon.a (mon.0) 8921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.486646+0000 mgr.y (mgr.25387) 4378 : cluster [DBG] pgmap v2862: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.487524+0000 mgr.y (mgr.25387) 4379 : cluster [DBG] pgmap v2863: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.490915+0000 mon.a (mon.0) 8922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.492360+0000 mgr.y (mgr.25387) 4380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.537032+0000 mon.a (mon.0) 8923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.539409+0000 mon.a (mon.0) 8924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.540514+0000 mon.a (mon.0) 8925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.542892+0000 mon.a (mon.0) 8926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.543643+0000 mon.a (mon.0) 8927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.545332+0000 mgr.y (mgr.25387) 4381 : cluster [DBG] pgmap v2864: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.545733+0000 mgr.y (mgr.25387) 4382 : cluster [DBG] pgmap v2865: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.549599+0000 mon.a (mon.0) 8928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.550101+0000 mgr.y (mgr.25387) 4383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.590226+0000 mon.a (mon.0) 8929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.592170+0000 mon.a (mon.0) 8930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.593356+0000 mon.a (mon.0) 8931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.595153+0000 mon.a (mon.0) 8932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.595721+0000 mon.a (mon.0) 8933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.597051+0000 mgr.y (mgr.25387) 4384 : cluster [DBG] pgmap v2866: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.597457+0000 mgr.y (mgr.25387) 4385 : cluster [DBG] pgmap v2867: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.601330+0000 mon.a (mon.0) 8934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.601750+0000 mgr.y (mgr.25387) 4386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.657722+0000 mon.a (mon.0) 8935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.659471+0000 mon.a (mon.0) 8936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.660214+0000 mon.a (mon.0) 8937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.661987+0000 mon.a (mon.0) 8938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.662613+0000 mon.a (mon.0) 8939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.664727+0000 mgr.y (mgr.25387) 4387 : cluster [DBG] pgmap v2868: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.665543+0000 mgr.y (mgr.25387) 4388 : cluster [DBG] pgmap v2869: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.668770+0000 mon.a (mon.0) 8940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.669493+0000 mgr.y (mgr.25387) 4389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.753377+0000 mon.a (mon.0) 8941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.757159+0000 mon.a (mon.0) 8942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.758827+0000 mon.a (mon.0) 8943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.762604+0000 mon.a (mon.0) 8944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.763866+0000 mon.a (mon.0) 8945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.767009+0000 mgr.y (mgr.25387) 4390 : cluster [DBG] pgmap v2870: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.275 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.768133+0000 mgr.y (mgr.25387) 4391 : cluster [DBG] pgmap v2871: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.773983+0000 mon.a (mon.0) 8946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.774564+0000 mgr.y (mgr.25387) 4392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.847713+0000 mon.a (mon.0) 8947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.849883+0000 mon.a (mon.0) 8948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.850961+0000 mon.a (mon.0) 8949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.853406+0000 mon.a (mon.0) 8950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.853983+0000 mon.a (mon.0) 8951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.855375+0000 mgr.y (mgr.25387) 4393 : cluster [DBG] pgmap v2872: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.855873+0000 mgr.y (mgr.25387) 4394 : cluster [DBG] pgmap v2873: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.860003+0000 mon.a (mon.0) 8952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.860492+0000 mgr.y (mgr.25387) 4395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.916964+0000 mon.a (mon.0) 8953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.920746+0000 mon.a (mon.0) 8954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.276 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.921995+0000 mon.a (mon.0) 8955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.924642+0000 mon.a (mon.0) 8956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.925618+0000 mon.a (mon.0) 8957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.927603+0000 mgr.y (mgr.25387) 4396 : cluster [DBG] pgmap v2874: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.927909+0000 mgr.y (mgr.25387) 4397 : cluster [DBG] pgmap v2875: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.934164+0000 mon.a (mon.0) 8958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:05.934733+0000 mgr.y (mgr.25387) 4398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.992265+0000 mon.a (mon.0) 8959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.994181+0000 mon.a (mon.0) 8960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.995038+0000 mon.a (mon.0) 8961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.997220+0000 mon.a (mon.0) 8962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:05.997911+0000 mon.a (mon.0) 8963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.999316+0000 mgr.y (mgr.25387) 4399 : cluster [DBG] pgmap v2876: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:05.999641+0000 mgr.y (mgr.25387) 4400 : cluster [DBG] pgmap v2877: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.277 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.004403+0000 mon.a (mon.0) 8964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.004887+0000 mgr.y (mgr.25387) 4401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.045525+0000 mon.a (mon.0) 8965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.047755+0000 mon.a (mon.0) 8966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.048716+0000 mon.a (mon.0) 8967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.050776+0000 mon.a (mon.0) 8968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.051464+0000 mon.a (mon.0) 8969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.052926+0000 mgr.y (mgr.25387) 4402 : cluster [DBG] pgmap v2878: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.053233+0000 mgr.y (mgr.25387) 4403 : cluster [DBG] pgmap v2879: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.057600+0000 mon.a (mon.0) 8970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.057985+0000 mgr.y (mgr.25387) 4404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.117637+0000 mon.a (mon.0) 8971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.119802+0000 mon.a (mon.0) 8972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.120838+0000 mon.a (mon.0) 8973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.123138+0000 mon.a (mon.0) 8974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.123969+0000 mon.a (mon.0) 8975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.125693+0000 mgr.y (mgr.25387) 4405 : cluster [DBG] pgmap v2880: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.126347+0000 mgr.y (mgr.25387) 4406 : cluster [DBG] pgmap v2881: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.130382+0000 mon.a (mon.0) 8976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.130865+0000 mgr.y (mgr.25387) 4407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.187531+0000 mon.a (mon.0) 8977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.189812+0000 mon.a (mon.0) 8978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.191001+0000 mon.a (mon.0) 8979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.193701+0000 mon.a (mon.0) 8980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.279 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:06 smithi105 bash[58125]: audit 2024-03-30T04:49:06.194538+0000 mon.a (mon.0) 8981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.193185+0000 mon.a (mon.0) 8887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.195189+0000 mon.a (mon.0) 8888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.196016+0000 mon.a (mon.0) 8889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.207586+0000 mon.a (mon.0) 8890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.208337+0000 mon.a (mon.0) 8891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.209790+0000 mgr.y (mgr.25387) 4363 : cluster [DBG] pgmap v2852: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.210071+0000 mgr.y (mgr.25387) 4364 : cluster [DBG] pgmap v2853: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.213806+0000 mon.a (mon.0) 8892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.467 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.214274+0000 mgr.y (mgr.25387) 4365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.259055+0000 mon.a (mon.0) 8893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.261293+0000 mon.a (mon.0) 8894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.262165+0000 mon.a (mon.0) 8895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.264200+0000 mon.a (mon.0) 8896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.264867+0000 mon.a (mon.0) 8897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.266284+0000 mgr.y (mgr.25387) 4366 : cluster [DBG] pgmap v2854: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.266645+0000 mgr.y (mgr.25387) 4367 : cluster [DBG] pgmap v2855: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.468 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.270637+0000 mon.a (mon.0) 8898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.193185+0000 mon.a (mon.0) 8887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.195189+0000 mon.a (mon.0) 8888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.196016+0000 mon.a (mon.0) 8889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.207586+0000 mon.a (mon.0) 8890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.208337+0000 mon.a (mon.0) 8891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.209790+0000 mgr.y (mgr.25387) 4363 : cluster [DBG] pgmap v2852: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.210071+0000 mgr.y (mgr.25387) 4364 : cluster [DBG] pgmap v2853: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.213806+0000 mon.a (mon.0) 8892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.214274+0000 mgr.y (mgr.25387) 4365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.259055+0000 mon.a (mon.0) 8893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.261293+0000 mon.a (mon.0) 8894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.262165+0000 mon.a (mon.0) 8895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.264200+0000 mon.a (mon.0) 8896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.469 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.264867+0000 mon.a (mon.0) 8897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.266284+0000 mgr.y (mgr.25387) 4366 : cluster [DBG] pgmap v2854: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.266645+0000 mgr.y (mgr.25387) 4367 : cluster [DBG] pgmap v2855: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.270637+0000 mon.a (mon.0) 8898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.271101+0000 mgr.y (mgr.25387) 4368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.315890+0000 mon.a (mon.0) 8899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.317998+0000 mon.a (mon.0) 8900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.318755+0000 mon.a (mon.0) 8901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.320720+0000 mon.a (mon.0) 8902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.321289+0000 mon.a (mon.0) 8903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.322645+0000 mgr.y (mgr.25387) 4369 : cluster [DBG] pgmap v2856: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.323028+0000 mgr.y (mgr.25387) 4370 : cluster [DBG] pgmap v2857: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.327205+0000 mon.a (mon.0) 8904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.327615+0000 mgr.y (mgr.25387) 4371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.470 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.368311+0000 mon.a (mon.0) 8905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.370081+0000 mon.a (mon.0) 8906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.370843+0000 mon.a (mon.0) 8907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.372623+0000 mon.a (mon.0) 8908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.373234+0000 mon.a (mon.0) 8909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.374526+0000 mgr.y (mgr.25387) 4372 : cluster [DBG] pgmap v2858: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.374851+0000 mgr.y (mgr.25387) 4373 : cluster [DBG] pgmap v2859: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.378460+0000 mon.a (mon.0) 8910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.271101+0000 mgr.y (mgr.25387) 4368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.315890+0000 mon.a (mon.0) 8899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.317998+0000 mon.a (mon.0) 8900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.471 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.318755+0000 mon.a (mon.0) 8901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.320720+0000 mon.a (mon.0) 8902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.321289+0000 mon.a (mon.0) 8903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.322645+0000 mgr.y (mgr.25387) 4369 : cluster [DBG] pgmap v2856: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.323028+0000 mgr.y (mgr.25387) 4370 : cluster [DBG] pgmap v2857: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.327205+0000 mon.a (mon.0) 8904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.327615+0000 mgr.y (mgr.25387) 4371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.368311+0000 mon.a (mon.0) 8905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.370081+0000 mon.a (mon.0) 8906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.370843+0000 mon.a (mon.0) 8907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.372623+0000 mon.a (mon.0) 8908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.373234+0000 mon.a (mon.0) 8909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.374526+0000 mgr.y (mgr.25387) 4372 : cluster [DBG] pgmap v2858: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.472 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.374851+0000 mgr.y (mgr.25387) 4373 : cluster [DBG] pgmap v2859: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.378460+0000 mon.a (mon.0) 8910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.378829+0000 mgr.y (mgr.25387) 4374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.419754+0000 mon.a (mon.0) 8911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.421642+0000 mon.a (mon.0) 8912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.422449+0000 mon.a (mon.0) 8913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.424341+0000 mon.a (mon.0) 8914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.424994+0000 mon.a (mon.0) 8915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.426292+0000 mgr.y (mgr.25387) 4375 : cluster [DBG] pgmap v2860: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.473 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.426596+0000 mgr.y (mgr.25387) 4376 : cluster [DBG] pgmap v2861: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.430744+0000 mon.a (mon.0) 8916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.431171+0000 mgr.y (mgr.25387) 4377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.475803+0000 mon.a (mon.0) 8917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.478288+0000 mon.a (mon.0) 8918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.479723+0000 mon.a (mon.0) 8919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.483029+0000 mon.a (mon.0) 8920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.484072+0000 mon.a (mon.0) 8921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.486646+0000 mgr.y (mgr.25387) 4378 : cluster [DBG] pgmap v2862: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.487524+0000 mgr.y (mgr.25387) 4379 : cluster [DBG] pgmap v2863: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.490915+0000 mon.a (mon.0) 8922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.492360+0000 mgr.y (mgr.25387) 4380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.537032+0000 mon.a (mon.0) 8923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.539409+0000 mon.a (mon.0) 8924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.474 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.540514+0000 mon.a (mon.0) 8925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.475 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.542892+0000 mon.a (mon.0) 8926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.475 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.543643+0000 mon.a (mon.0) 8927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.475 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.545332+0000 mgr.y (mgr.25387) 4381 : cluster [DBG] pgmap v2864: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.475 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.545733+0000 mgr.y (mgr.25387) 4382 : cluster [DBG] pgmap v2865: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.477 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.549599+0000 mon.a (mon.0) 8928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.477 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.550101+0000 mgr.y (mgr.25387) 4383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.590226+0000 mon.a (mon.0) 8929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.592170+0000 mon.a (mon.0) 8930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.593356+0000 mon.a (mon.0) 8931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.595153+0000 mon.a (mon.0) 8932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.595721+0000 mon.a (mon.0) 8933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.597051+0000 mgr.y (mgr.25387) 4384 : cluster [DBG] pgmap v2866: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.597457+0000 mgr.y (mgr.25387) 4385 : cluster [DBG] pgmap v2867: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.378829+0000 mgr.y (mgr.25387) 4374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.419754+0000 mon.a (mon.0) 8911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.421642+0000 mon.a (mon.0) 8912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.422449+0000 mon.a (mon.0) 8913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.424341+0000 mon.a (mon.0) 8914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.424994+0000 mon.a (mon.0) 8915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.426292+0000 mgr.y (mgr.25387) 4375 : cluster [DBG] pgmap v2860: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.426596+0000 mgr.y (mgr.25387) 4376 : cluster [DBG] pgmap v2861: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.430744+0000 mon.a (mon.0) 8916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.431171+0000 mgr.y (mgr.25387) 4377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.475803+0000 mon.a (mon.0) 8917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.478288+0000 mon.a (mon.0) 8918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.479723+0000 mon.a (mon.0) 8919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.483029+0000 mon.a (mon.0) 8920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.484072+0000 mon.a (mon.0) 8921 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.486646+0000 mgr.y (mgr.25387) 4378 : cluster [DBG] pgmap v2862: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.487524+0000 mgr.y (mgr.25387) 4379 : cluster [DBG] pgmap v2863: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.490915+0000 mon.a (mon.0) 8922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.601330+0000 mon.a (mon.0) 8934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.601750+0000 mgr.y (mgr.25387) 4386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.657722+0000 mon.a (mon.0) 8935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.659471+0000 mon.a (mon.0) 8936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.660214+0000 mon.a (mon.0) 8937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.480 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.661987+0000 mon.a (mon.0) 8938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.662613+0000 mon.a (mon.0) 8939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.664727+0000 mgr.y (mgr.25387) 4387 : cluster [DBG] pgmap v2868: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.665543+0000 mgr.y (mgr.25387) 4388 : cluster [DBG] pgmap v2869: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.668770+0000 mon.a (mon.0) 8940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.669493+0000 mgr.y (mgr.25387) 4389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.753377+0000 mon.a (mon.0) 8941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.757159+0000 mon.a (mon.0) 8942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.758827+0000 mon.a (mon.0) 8943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.762604+0000 mon.a (mon.0) 8944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.763866+0000 mon.a (mon.0) 8945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.767009+0000 mgr.y (mgr.25387) 4390 : cluster [DBG] pgmap v2870: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.768133+0000 mgr.y (mgr.25387) 4391 : cluster [DBG] pgmap v2871: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.481 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.492360+0000 mgr.y (mgr.25387) 4380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.537032+0000 mon.a (mon.0) 8923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.539409+0000 mon.a (mon.0) 8924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.540514+0000 mon.a (mon.0) 8925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.542892+0000 mon.a (mon.0) 8926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.543643+0000 mon.a (mon.0) 8927 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.545332+0000 mgr.y (mgr.25387) 4381 : cluster [DBG] pgmap v2864: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.545733+0000 mgr.y (mgr.25387) 4382 : cluster [DBG] pgmap v2865: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.549599+0000 mon.a (mon.0) 8928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.550101+0000 mgr.y (mgr.25387) 4383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.590226+0000 mon.a (mon.0) 8929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.592170+0000 mon.a (mon.0) 8930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.593356+0000 mon.a (mon.0) 8931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.595153+0000 mon.a (mon.0) 8932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.595721+0000 mon.a (mon.0) 8933 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.597051+0000 mgr.y (mgr.25387) 4384 : cluster [DBG] pgmap v2866: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.597457+0000 mgr.y (mgr.25387) 4385 : cluster [DBG] pgmap v2867: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.773983+0000 mon.a (mon.0) 8946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.774564+0000 mgr.y (mgr.25387) 4392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.847713+0000 mon.a (mon.0) 8947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.849883+0000 mon.a (mon.0) 8948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.850961+0000 mon.a (mon.0) 8949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.853406+0000 mon.a (mon.0) 8950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.853983+0000 mon.a (mon.0) 8951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.855375+0000 mgr.y (mgr.25387) 4393 : cluster [DBG] pgmap v2872: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.855873+0000 mgr.y (mgr.25387) 4394 : cluster [DBG] pgmap v2873: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.860003+0000 mon.a (mon.0) 8952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.860492+0000 mgr.y (mgr.25387) 4395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.916964+0000 mon.a (mon.0) 8953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.920746+0000 mon.a (mon.0) 8954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.921995+0000 mon.a (mon.0) 8955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.924642+0000 mon.a (mon.0) 8956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.925618+0000 mon.a (mon.0) 8957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.927603+0000 mgr.y (mgr.25387) 4396 : cluster [DBG] pgmap v2874: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.927909+0000 mgr.y (mgr.25387) 4397 : cluster [DBG] pgmap v2875: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.934164+0000 mon.a (mon.0) 8958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:05.934733+0000 mgr.y (mgr.25387) 4398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.992265+0000 mon.a (mon.0) 8959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.994181+0000 mon.a (mon.0) 8960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.995038+0000 mon.a (mon.0) 8961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.997220+0000 mon.a (mon.0) 8962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:05.997911+0000 mon.a (mon.0) 8963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.999316+0000 mgr.y (mgr.25387) 4399 : cluster [DBG] pgmap v2876: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:05.999641+0000 mgr.y (mgr.25387) 4400 : cluster [DBG] pgmap v2877: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.004403+0000 mon.a (mon.0) 8964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.004887+0000 mgr.y (mgr.25387) 4401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.045525+0000 mon.a (mon.0) 8965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.047755+0000 mon.a (mon.0) 8966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.048716+0000 mon.a (mon.0) 8967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.050776+0000 mon.a (mon.0) 8968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.051464+0000 mon.a (mon.0) 8969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.052926+0000 mgr.y (mgr.25387) 4402 : cluster [DBG] pgmap v2878: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.601330+0000 mon.a (mon.0) 8934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.601750+0000 mgr.y (mgr.25387) 4386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.657722+0000 mon.a (mon.0) 8935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.659471+0000 mon.a (mon.0) 8936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.660214+0000 mon.a (mon.0) 8937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.661987+0000 mon.a (mon.0) 8938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.662613+0000 mon.a (mon.0) 8939 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.664727+0000 mgr.y (mgr.25387) 4387 : cluster [DBG] pgmap v2868: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.665543+0000 mgr.y (mgr.25387) 4388 : cluster [DBG] pgmap v2869: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.668770+0000 mon.a (mon.0) 8940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.669493+0000 mgr.y (mgr.25387) 4389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.753377+0000 mon.a (mon.0) 8941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.757159+0000 mon.a (mon.0) 8942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.758827+0000 mon.a (mon.0) 8943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.762604+0000 mon.a (mon.0) 8944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.763866+0000 mon.a (mon.0) 8945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.767009+0000 mgr.y (mgr.25387) 4390 : cluster [DBG] pgmap v2870: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.768133+0000 mgr.y (mgr.25387) 4391 : cluster [DBG] pgmap v2871: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.053233+0000 mgr.y (mgr.25387) 4403 : cluster [DBG] pgmap v2879: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.057600+0000 mon.a (mon.0) 8970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.487 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.057985+0000 mgr.y (mgr.25387) 4404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.117637+0000 mon.a (mon.0) 8971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.119802+0000 mon.a (mon.0) 8972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.120838+0000 mon.a (mon.0) 8973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.123138+0000 mon.a (mon.0) 8974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.123969+0000 mon.a (mon.0) 8975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.125693+0000 mgr.y (mgr.25387) 4405 : cluster [DBG] pgmap v2880: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.126347+0000 mgr.y (mgr.25387) 4406 : cluster [DBG] pgmap v2881: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.130382+0000 mon.a (mon.0) 8976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.130865+0000 mgr.y (mgr.25387) 4407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.187531+0000 mon.a (mon.0) 8977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.189812+0000 mon.a (mon.0) 8978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.191001+0000 mon.a (mon.0) 8979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.193701+0000 mon.a (mon.0) 8980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.488 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[73934]: audit 2024-03-30T04:49:06.194538+0000 mon.a (mon.0) 8981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.773983+0000 mon.a (mon.0) 8946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.774564+0000 mgr.y (mgr.25387) 4392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.847713+0000 mon.a (mon.0) 8947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.849883+0000 mon.a (mon.0) 8948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.850961+0000 mon.a (mon.0) 8949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.853406+0000 mon.a (mon.0) 8950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.853983+0000 mon.a (mon.0) 8951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.489 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.855375+0000 mgr.y (mgr.25387) 4393 : cluster [DBG] pgmap v2872: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.855873+0000 mgr.y (mgr.25387) 4394 : cluster [DBG] pgmap v2873: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.860003+0000 mon.a (mon.0) 8952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.860492+0000 mgr.y (mgr.25387) 4395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.916964+0000 mon.a (mon.0) 8953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.920746+0000 mon.a (mon.0) 8954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.921995+0000 mon.a (mon.0) 8955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.924642+0000 mon.a (mon.0) 8956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.925618+0000 mon.a (mon.0) 8957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.927603+0000 mgr.y (mgr.25387) 4396 : cluster [DBG] pgmap v2874: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.927909+0000 mgr.y (mgr.25387) 4397 : cluster [DBG] pgmap v2875: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.934164+0000 mon.a (mon.0) 8958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:05.934733+0000 mgr.y (mgr.25387) 4398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.992265+0000 mon.a (mon.0) 8959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.490 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.994181+0000 mon.a (mon.0) 8960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.995038+0000 mon.a (mon.0) 8961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.997220+0000 mon.a (mon.0) 8962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:05.997911+0000 mon.a (mon.0) 8963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.999316+0000 mgr.y (mgr.25387) 4399 : cluster [DBG] pgmap v2876: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:05.999641+0000 mgr.y (mgr.25387) 4400 : cluster [DBG] pgmap v2877: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.004403+0000 mon.a (mon.0) 8964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.004887+0000 mgr.y (mgr.25387) 4401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.045525+0000 mon.a (mon.0) 8965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.047755+0000 mon.a (mon.0) 8966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.048716+0000 mon.a (mon.0) 8967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.491 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.050776+0000 mon.a (mon.0) 8968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.051464+0000 mon.a (mon.0) 8969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.052926+0000 mgr.y (mgr.25387) 4402 : cluster [DBG] pgmap v2878: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.053233+0000 mgr.y (mgr.25387) 4403 : cluster [DBG] pgmap v2879: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.057600+0000 mon.a (mon.0) 8970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.057985+0000 mgr.y (mgr.25387) 4404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.117637+0000 mon.a (mon.0) 8971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.119802+0000 mon.a (mon.0) 8972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.120838+0000 mon.a (mon.0) 8973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.123138+0000 mon.a (mon.0) 8974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.123969+0000 mon.a (mon.0) 8975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.125693+0000 mgr.y (mgr.25387) 4405 : cluster [DBG] pgmap v2880: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.126347+0000 mgr.y (mgr.25387) 4406 : cluster [DBG] pgmap v2881: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:06.492 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.130382+0000 mon.a (mon.0) 8976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:06.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.130865+0000 mgr.y (mgr.25387) 4407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:06.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.187531+0000 mon.a (mon.0) 8977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.189812+0000 mon.a (mon.0) 8978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:06.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.191001+0000 mon.a (mon.0) 8979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:06.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.193701+0000 mon.a (mon.0) 8980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:06.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:06 smithi097 bash[69502]: audit 2024-03-30T04:49:06.194538+0000 mon.a (mon.0) 8981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.196117+0000 mgr.y (mgr.25387) 4408 : cluster [DBG] pgmap v2882: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.196470+0000 mgr.y (mgr.25387) 4409 : cluster [DBG] pgmap v2883: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.197738+0000 mon.a (mon.0) 8982 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.219709+0000 mon.a (mon.0) 8983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.220379+0000 mgr.y (mgr.25387) 4410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.261350+0000 mon.a (mon.0) 8984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.263176+0000 mon.a (mon.0) 8985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.263982+0000 mon.a (mon.0) 8986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.265844+0000 mon.a (mon.0) 8987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.266441+0000 mon.a (mon.0) 8988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.267689+0000 mgr.y (mgr.25387) 4411 : cluster [DBG] pgmap v2884: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.267987+0000 mgr.y (mgr.25387) 4412 : cluster [DBG] pgmap v2885: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.274819+0000 mon.a (mon.0) 8989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.275307+0000 mgr.y (mgr.25387) 4413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.315490+0000 mon.a (mon.0) 8990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.317292+0000 mon.a (mon.0) 8991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.318208+0000 mon.a (mon.0) 8992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.320100+0000 mon.a (mon.0) 8993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.320679+0000 mon.a (mon.0) 8994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.322057+0000 mgr.y (mgr.25387) 4414 : cluster [DBG] pgmap v2886: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.322512+0000 mgr.y (mgr.25387) 4415 : cluster [DBG] pgmap v2887: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.329038+0000 mon.a (mon.0) 8995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.329517+0000 mgr.y (mgr.25387) 4416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.370802+0000 mon.a (mon.0) 8996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.372620+0000 mon.a (mon.0) 8997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.373393+0000 mon.a (mon.0) 8998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.375176+0000 mon.a (mon.0) 8999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.375689+0000 mon.a (mon.0) 9000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.376996+0000 mgr.y (mgr.25387) 4417 : cluster [DBG] pgmap v2888: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.377367+0000 mgr.y (mgr.25387) 4418 : cluster [DBG] pgmap v2889: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.384067+0000 mon.a (mon.0) 9001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.384522+0000 mgr.y (mgr.25387) 4419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.425631+0000 mon.a (mon.0) 9002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.427416+0000 mon.a (mon.0) 9003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.428173+0000 mon.a (mon.0) 9004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.429970+0000 mon.a (mon.0) 9005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.430555+0000 mon.a (mon.0) 9006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.431851+0000 mgr.y (mgr.25387) 4420 : cluster [DBG] pgmap v2890: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.432259+0000 mgr.y (mgr.25387) 4421 : cluster [DBG] pgmap v2891: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.438575+0000 mon.a (mon.0) 9007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.439035+0000 mgr.y (mgr.25387) 4422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.481184+0000 mon.a (mon.0) 9008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.483055+0000 mon.a (mon.0) 9009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.483842+0000 mon.a (mon.0) 9010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.485655+0000 mon.a (mon.0) 9011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.486257+0000 mon.a (mon.0) 9012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.487512+0000 mgr.y (mgr.25387) 4423 : cluster [DBG] pgmap v2892: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.487814+0000 mgr.y (mgr.25387) 4424 : cluster [DBG] pgmap v2893: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.494223+0000 mon.a (mon.0) 9013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.496431+0000 mgr.y (mgr.25387) 4425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.536626+0000 mon.a (mon.0) 9014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.538400+0000 mon.a (mon.0) 9015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.539435+0000 mon.a (mon.0) 9016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.541250+0000 mon.a (mon.0) 9017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.541830+0000 mon.a (mon.0) 9018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.543122+0000 mgr.y (mgr.25387) 4426 : cluster [DBG] pgmap v2894: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.543460+0000 mgr.y (mgr.25387) 4427 : cluster [DBG] pgmap v2895: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.549418+0000 mon.a (mon.0) 9019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.550005+0000 mgr.y (mgr.25387) 4428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.590477+0000 mon.a (mon.0) 9020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.592324+0000 mon.a (mon.0) 9021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.593151+0000 mon.a (mon.0) 9022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.594950+0000 mon.a (mon.0) 9023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.595540+0000 mon.a (mon.0) 9024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.596810+0000 mgr.y (mgr.25387) 4429 : cluster [DBG] pgmap v2896: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.597084+0000 mgr.y (mgr.25387) 4430 : cluster [DBG] pgmap v2897: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.603527+0000 mon.a (mon.0) 9025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.604098+0000 mgr.y (mgr.25387) 4431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.645060+0000 mon.a (mon.0) 9026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.646860+0000 mon.a (mon.0) 9027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.647596+0000 mon.a (mon.0) 9028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.649432+0000 mon.a (mon.0) 9029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.650030+0000 mon.a (mon.0) 9030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.651277+0000 mgr.y (mgr.25387) 4432 : cluster [DBG] pgmap v2898: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.651560+0000 mgr.y (mgr.25387) 4433 : cluster [DBG] pgmap v2899: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.658232+0000 mon.a (mon.0) 9031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.658666+0000 mgr.y (mgr.25387) 4434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.703206+0000 mon.a (mon.0) 9032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.705066+0000 mon.a (mon.0) 9033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.705913+0000 mon.a (mon.0) 9034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.707843+0000 mon.a (mon.0) 9035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.708474+0000 mon.a (mon.0) 9036 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.709757+0000 mgr.y (mgr.25387) 4435 : cluster [DBG] pgmap v2900: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.710078+0000 mgr.y (mgr.25387) 4436 : cluster [DBG] pgmap v2901: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.714496+0000 mon.a (mon.0) 9037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.715025+0000 mgr.y (mgr.25387) 4437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.755530+0000 mon.a (mon.0) 9038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.757307+0000 mon.a (mon.0) 9039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.758038+0000 mon.a (mon.0) 9040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.759808+0000 mon.a (mon.0) 9041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.760357+0000 mon.a (mon.0) 9042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.761619+0000 mgr.y (mgr.25387) 4438 : cluster [DBG] pgmap v2902: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.761916+0000 mgr.y (mgr.25387) 4439 : cluster [DBG] pgmap v2903: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.766234+0000 mon.a (mon.0) 9043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.766661+0000 mgr.y (mgr.25387) 4440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.806979+0000 mon.a (mon.0) 9044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.808943+0000 mon.a (mon.0) 9045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.810024+0000 mon.a (mon.0) 9046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.812423+0000 mon.a (mon.0) 9047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.813082+0000 mon.a (mon.0) 9048 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.814380+0000 mgr.y (mgr.25387) 4441 : cluster [DBG] pgmap v2904: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.814693+0000 mgr.y (mgr.25387) 4442 : cluster [DBG] pgmap v2905: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.819853+0000 mon.a (mon.0) 9049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.820296+0000 mgr.y (mgr.25387) 4443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.861078+0000 mon.a (mon.0) 9050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.862852+0000 mon.a (mon.0) 9051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.863651+0000 mon.a (mon.0) 9052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.865462+0000 mon.a (mon.0) 9053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.866042+0000 mon.a (mon.0) 9054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.867284+0000 mgr.y (mgr.25387) 4444 : cluster [DBG] pgmap v2906: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.867614+0000 mgr.y (mgr.25387) 4445 : cluster [DBG] pgmap v2907: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.871855+0000 mon.a (mon.0) 9055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.872329+0000 mgr.y (mgr.25387) 4446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.928515+0000 mon.a (mon.0) 9056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.930509+0000 mon.a (mon.0) 9057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.931435+0000 mon.a (mon.0) 9058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.933467+0000 mon.a (mon.0) 9059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.934076+0000 mon.a (mon.0) 9060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.935305+0000 mgr.y (mgr.25387) 4447 : cluster [DBG] pgmap v2908: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:06.935620+0000 mgr.y (mgr.25387) 4448 : cluster [DBG] pgmap v2909: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.940921+0000 mon.a (mon.0) 9061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:06.941398+0000 mgr.y (mgr.25387) 4449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.997826+0000 mon.a (mon.0) 9062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:06.999897+0000 mon.a (mon.0) 9063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.000758+0000 mon.a (mon.0) 9064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.002727+0000 mon.a (mon.0) 9065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.003362+0000 mon.a (mon.0) 9066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.004855+0000 mgr.y (mgr.25387) 4450 : cluster [DBG] pgmap v2910: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.005229+0000 mgr.y (mgr.25387) 4451 : cluster [DBG] pgmap v2911: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.010353+0000 mon.a (mon.0) 9067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.010847+0000 mgr.y (mgr.25387) 4452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.051231+0000 mon.a (mon.0) 9068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.053089+0000 mon.a (mon.0) 9069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.053853+0000 mon.a (mon.0) 9070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.055830+0000 mon.a (mon.0) 9071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.056386+0000 mon.a (mon.0) 9072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.057814+0000 mgr.y (mgr.25387) 4453 : cluster [DBG] pgmap v2912: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.058325+0000 mgr.y (mgr.25387) 4454 : cluster [DBG] pgmap v2913: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.062593+0000 mon.a (mon.0) 9073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.063015+0000 mgr.y (mgr.25387) 4455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.106423+0000 mon.a (mon.0) 9074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.108598+0000 mon.a (mon.0) 9075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.109559+0000 mon.a (mon.0) 9076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.111638+0000 mon.a (mon.0) 9077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.112378+0000 mon.a (mon.0) 9078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.113900+0000 mgr.y (mgr.25387) 4456 : cluster [DBG] pgmap v2914: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.114210+0000 mgr.y (mgr.25387) 4457 : cluster [DBG] pgmap v2915: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.118718+0000 mon.a (mon.0) 9079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.119196+0000 mgr.y (mgr.25387) 4458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.194217+0000 mon.a (mon.0) 9080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.196275+0000 mon.a (mon.0) 9081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.197118+0000 mon.a (mon.0) 9082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.199056+0000 mon.a (mon.0) 9083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.199237+0000 mon.a (mon.0) 9084 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:07.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:07 smithi105 bash[58125]: audit 2024-03-30T04:49:07.200072+0000 mon.a (mon.0) 9085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.558 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.196117+0000 mgr.y (mgr.25387) 4408 : cluster [DBG] pgmap v2882: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.558 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.196470+0000 mgr.y (mgr.25387) 4409 : cluster [DBG] pgmap v2883: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.558 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.197738+0000 mon.a (mon.0) 8982 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:49:07.558 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.219709+0000 mon.a (mon.0) 8983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.220379+0000 mgr.y (mgr.25387) 4410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.261350+0000 mon.a (mon.0) 8984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.263176+0000 mon.a (mon.0) 8985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.263982+0000 mon.a (mon.0) 8986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.265844+0000 mon.a (mon.0) 8987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.266441+0000 mon.a (mon.0) 8988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.267689+0000 mgr.y (mgr.25387) 4411 : cluster [DBG] pgmap v2884: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.267987+0000 mgr.y (mgr.25387) 4412 : cluster [DBG] pgmap v2885: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.274819+0000 mon.a (mon.0) 8989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.275307+0000 mgr.y (mgr.25387) 4413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.315490+0000 mon.a (mon.0) 8990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.317292+0000 mon.a (mon.0) 8991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.318208+0000 mon.a (mon.0) 8992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.320100+0000 mon.a (mon.0) 8993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.320679+0000 mon.a (mon.0) 8994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.559 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.322057+0000 mgr.y (mgr.25387) 4414 : cluster [DBG] pgmap v2886: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.322512+0000 mgr.y (mgr.25387) 4415 : cluster [DBG] pgmap v2887: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.329038+0000 mon.a (mon.0) 8995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.329517+0000 mgr.y (mgr.25387) 4416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.370802+0000 mon.a (mon.0) 8996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.372620+0000 mon.a (mon.0) 8997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.373393+0000 mon.a (mon.0) 8998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.375176+0000 mon.a (mon.0) 8999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.375689+0000 mon.a (mon.0) 9000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.376996+0000 mgr.y (mgr.25387) 4417 : cluster [DBG] pgmap v2888: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.377367+0000 mgr.y (mgr.25387) 4418 : cluster [DBG] pgmap v2889: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.384067+0000 mon.a (mon.0) 9001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.384522+0000 mgr.y (mgr.25387) 4419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.425631+0000 mon.a (mon.0) 9002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.427416+0000 mon.a (mon.0) 9003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.428173+0000 mon.a (mon.0) 9004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.429970+0000 mon.a (mon.0) 9005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.430555+0000 mon.a (mon.0) 9006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.431851+0000 mgr.y (mgr.25387) 4420 : cluster [DBG] pgmap v2890: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.432259+0000 mgr.y (mgr.25387) 4421 : cluster [DBG] pgmap v2891: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.438575+0000 mon.a (mon.0) 9007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.439035+0000 mgr.y (mgr.25387) 4422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.481184+0000 mon.a (mon.0) 9008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.483055+0000 mon.a (mon.0) 9009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.483842+0000 mon.a (mon.0) 9010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.485655+0000 mon.a (mon.0) 9011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.486257+0000 mon.a (mon.0) 9012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.487512+0000 mgr.y (mgr.25387) 4423 : cluster [DBG] pgmap v2892: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.487814+0000 mgr.y (mgr.25387) 4424 : cluster [DBG] pgmap v2893: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.494223+0000 mon.a (mon.0) 9013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.496431+0000 mgr.y (mgr.25387) 4425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.536626+0000 mon.a (mon.0) 9014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.538400+0000 mon.a (mon.0) 9015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.539435+0000 mon.a (mon.0) 9016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.196117+0000 mgr.y (mgr.25387) 4408 : cluster [DBG] pgmap v2882: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.196470+0000 mgr.y (mgr.25387) 4409 : cluster [DBG] pgmap v2883: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.197738+0000 mon.a (mon.0) 8982 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.219709+0000 mon.a (mon.0) 8983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.220379+0000 mgr.y (mgr.25387) 4410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.261350+0000 mon.a (mon.0) 8984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.263176+0000 mon.a (mon.0) 8985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.263982+0000 mon.a (mon.0) 8986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.265844+0000 mon.a (mon.0) 8987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.266441+0000 mon.a (mon.0) 8988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.267689+0000 mgr.y (mgr.25387) 4411 : cluster [DBG] pgmap v2884: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.267987+0000 mgr.y (mgr.25387) 4412 : cluster [DBG] pgmap v2885: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.274819+0000 mon.a (mon.0) 8989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.275307+0000 mgr.y (mgr.25387) 4413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.315490+0000 mon.a (mon.0) 8990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.317292+0000 mon.a (mon.0) 8991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.318208+0000 mon.a (mon.0) 8992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.320100+0000 mon.a (mon.0) 8993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.320679+0000 mon.a (mon.0) 8994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.322057+0000 mgr.y (mgr.25387) 4414 : cluster [DBG] pgmap v2886: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.322512+0000 mgr.y (mgr.25387) 4415 : cluster [DBG] pgmap v2887: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.329038+0000 mon.a (mon.0) 8995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.329517+0000 mgr.y (mgr.25387) 4416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.370802+0000 mon.a (mon.0) 8996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.372620+0000 mon.a (mon.0) 8997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.373393+0000 mon.a (mon.0) 8998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.375176+0000 mon.a (mon.0) 8999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.375689+0000 mon.a (mon.0) 9000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.376996+0000 mgr.y (mgr.25387) 4417 : cluster [DBG] pgmap v2888: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.377367+0000 mgr.y (mgr.25387) 4418 : cluster [DBG] pgmap v2889: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.384067+0000 mon.a (mon.0) 9001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.384522+0000 mgr.y (mgr.25387) 4419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.425631+0000 mon.a (mon.0) 9002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.427416+0000 mon.a (mon.0) 9003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.428173+0000 mon.a (mon.0) 9004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.541250+0000 mon.a (mon.0) 9017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.541830+0000 mon.a (mon.0) 9018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.543122+0000 mgr.y (mgr.25387) 4426 : cluster [DBG] pgmap v2894: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.543460+0000 mgr.y (mgr.25387) 4427 : cluster [DBG] pgmap v2895: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.549418+0000 mon.a (mon.0) 9019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.550005+0000 mgr.y (mgr.25387) 4428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.590477+0000 mon.a (mon.0) 9020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.592324+0000 mon.a (mon.0) 9021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.593151+0000 mon.a (mon.0) 9022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.594950+0000 mon.a (mon.0) 9023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.595540+0000 mon.a (mon.0) 9024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.596810+0000 mgr.y (mgr.25387) 4429 : cluster [DBG] pgmap v2896: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.597084+0000 mgr.y (mgr.25387) 4430 : cluster [DBG] pgmap v2897: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.603527+0000 mon.a (mon.0) 9025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.604098+0000 mgr.y (mgr.25387) 4431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.645060+0000 mon.a (mon.0) 9026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.646860+0000 mon.a (mon.0) 9027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.647596+0000 mon.a (mon.0) 9028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.429970+0000 mon.a (mon.0) 9005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.430555+0000 mon.a (mon.0) 9006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.431851+0000 mgr.y (mgr.25387) 4420 : cluster [DBG] pgmap v2890: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.432259+0000 mgr.y (mgr.25387) 4421 : cluster [DBG] pgmap v2891: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.438575+0000 mon.a (mon.0) 9007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.439035+0000 mgr.y (mgr.25387) 4422 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.481184+0000 mon.a (mon.0) 9008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.483055+0000 mon.a (mon.0) 9009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.483842+0000 mon.a (mon.0) 9010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.485655+0000 mon.a (mon.0) 9011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.486257+0000 mon.a (mon.0) 9012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.487512+0000 mgr.y (mgr.25387) 4423 : cluster [DBG] pgmap v2892: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.487814+0000 mgr.y (mgr.25387) 4424 : cluster [DBG] pgmap v2893: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.494223+0000 mon.a (mon.0) 9013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.496431+0000 mgr.y (mgr.25387) 4425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.536626+0000 mon.a (mon.0) 9014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.538400+0000 mon.a (mon.0) 9015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.539435+0000 mon.a (mon.0) 9016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.649432+0000 mon.a (mon.0) 9029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.650030+0000 mon.a (mon.0) 9030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.651277+0000 mgr.y (mgr.25387) 4432 : cluster [DBG] pgmap v2898: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.651560+0000 mgr.y (mgr.25387) 4433 : cluster [DBG] pgmap v2899: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.658232+0000 mon.a (mon.0) 9031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.658666+0000 mgr.y (mgr.25387) 4434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.703206+0000 mon.a (mon.0) 9032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.705066+0000 mon.a (mon.0) 9033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.705913+0000 mon.a (mon.0) 9034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.707843+0000 mon.a (mon.0) 9035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.708474+0000 mon.a (mon.0) 9036 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.709757+0000 mgr.y (mgr.25387) 4435 : cluster [DBG] pgmap v2900: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.710078+0000 mgr.y (mgr.25387) 4436 : cluster [DBG] pgmap v2901: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.714496+0000 mon.a (mon.0) 9037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.715025+0000 mgr.y (mgr.25387) 4437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.755530+0000 mon.a (mon.0) 9038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.757307+0000 mon.a (mon.0) 9039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.758038+0000 mon.a (mon.0) 9040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.541250+0000 mon.a (mon.0) 9017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.541830+0000 mon.a (mon.0) 9018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.543122+0000 mgr.y (mgr.25387) 4426 : cluster [DBG] pgmap v2894: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.543460+0000 mgr.y (mgr.25387) 4427 : cluster [DBG] pgmap v2895: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.549418+0000 mon.a (mon.0) 9019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.550005+0000 mgr.y (mgr.25387) 4428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.590477+0000 mon.a (mon.0) 9020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.592324+0000 mon.a (mon.0) 9021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.593151+0000 mon.a (mon.0) 9022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.594950+0000 mon.a (mon.0) 9023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.595540+0000 mon.a (mon.0) 9024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.596810+0000 mgr.y (mgr.25387) 4429 : cluster [DBG] pgmap v2896: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.597084+0000 mgr.y (mgr.25387) 4430 : cluster [DBG] pgmap v2897: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.603527+0000 mon.a (mon.0) 9025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.604098+0000 mgr.y (mgr.25387) 4431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.645060+0000 mon.a (mon.0) 9026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.646860+0000 mon.a (mon.0) 9027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.647596+0000 mon.a (mon.0) 9028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.759808+0000 mon.a (mon.0) 9041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.760357+0000 mon.a (mon.0) 9042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.761619+0000 mgr.y (mgr.25387) 4438 : cluster [DBG] pgmap v2902: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.761916+0000 mgr.y (mgr.25387) 4439 : cluster [DBG] pgmap v2903: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.766234+0000 mon.a (mon.0) 9043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.766661+0000 mgr.y (mgr.25387) 4440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.806979+0000 mon.a (mon.0) 9044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.808943+0000 mon.a (mon.0) 9045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.810024+0000 mon.a (mon.0) 9046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.812423+0000 mon.a (mon.0) 9047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.813082+0000 mon.a (mon.0) 9048 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.814380+0000 mgr.y (mgr.25387) 4441 : cluster [DBG] pgmap v2904: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.814693+0000 mgr.y (mgr.25387) 4442 : cluster [DBG] pgmap v2905: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.819853+0000 mon.a (mon.0) 9049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.820296+0000 mgr.y (mgr.25387) 4443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.861078+0000 mon.a (mon.0) 9050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.862852+0000 mon.a (mon.0) 9051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.863651+0000 mon.a (mon.0) 9052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.865462+0000 mon.a (mon.0) 9053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.866042+0000 mon.a (mon.0) 9054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.867284+0000 mgr.y (mgr.25387) 4444 : cluster [DBG] pgmap v2906: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.867614+0000 mgr.y (mgr.25387) 4445 : cluster [DBG] pgmap v2907: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.871855+0000 mon.a (mon.0) 9055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.872329+0000 mgr.y (mgr.25387) 4446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.928515+0000 mon.a (mon.0) 9056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.930509+0000 mon.a (mon.0) 9057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.931435+0000 mon.a (mon.0) 9058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.933467+0000 mon.a (mon.0) 9059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.934076+0000 mon.a (mon.0) 9060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.572 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.935305+0000 mgr.y (mgr.25387) 4447 : cluster [DBG] pgmap v2908: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:06.935620+0000 mgr.y (mgr.25387) 4448 : cluster [DBG] pgmap v2909: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.940921+0000 mon.a (mon.0) 9061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:06.941398+0000 mgr.y (mgr.25387) 4449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.997826+0000 mon.a (mon.0) 9062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:06.999897+0000 mon.a (mon.0) 9063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.000758+0000 mon.a (mon.0) 9064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.649432+0000 mon.a (mon.0) 9029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.650030+0000 mon.a (mon.0) 9030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.651277+0000 mgr.y (mgr.25387) 4432 : cluster [DBG] pgmap v2898: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.573 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.651560+0000 mgr.y (mgr.25387) 4433 : cluster [DBG] pgmap v2899: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.658232+0000 mon.a (mon.0) 9031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.658666+0000 mgr.y (mgr.25387) 4434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.703206+0000 mon.a (mon.0) 9032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.705066+0000 mon.a (mon.0) 9033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.705913+0000 mon.a (mon.0) 9034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.707843+0000 mon.a (mon.0) 9035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.708474+0000 mon.a (mon.0) 9036 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.709757+0000 mgr.y (mgr.25387) 4435 : cluster [DBG] pgmap v2900: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.710078+0000 mgr.y (mgr.25387) 4436 : cluster [DBG] pgmap v2901: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.714496+0000 mon.a (mon.0) 9037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.715025+0000 mgr.y (mgr.25387) 4437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.755530+0000 mon.a (mon.0) 9038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.757307+0000 mon.a (mon.0) 9039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.574 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.758038+0000 mon.a (mon.0) 9040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.002727+0000 mon.a (mon.0) 9065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.003362+0000 mon.a (mon.0) 9066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.004855+0000 mgr.y (mgr.25387) 4450 : cluster [DBG] pgmap v2910: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.005229+0000 mgr.y (mgr.25387) 4451 : cluster [DBG] pgmap v2911: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.010353+0000 mon.a (mon.0) 9067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.010847+0000 mgr.y (mgr.25387) 4452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.051231+0000 mon.a (mon.0) 9068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.053089+0000 mon.a (mon.0) 9069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.053853+0000 mon.a (mon.0) 9070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.575 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.055830+0000 mon.a (mon.0) 9071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.056386+0000 mon.a (mon.0) 9072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.057814+0000 mgr.y (mgr.25387) 4453 : cluster [DBG] pgmap v2912: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.058325+0000 mgr.y (mgr.25387) 4454 : cluster [DBG] pgmap v2913: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.062593+0000 mon.a (mon.0) 9073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.063015+0000 mgr.y (mgr.25387) 4455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.106423+0000 mon.a (mon.0) 9074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.108598+0000 mon.a (mon.0) 9075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.109559+0000 mon.a (mon.0) 9076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.111638+0000 mon.a (mon.0) 9077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.112378+0000 mon.a (mon.0) 9078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.113900+0000 mgr.y (mgr.25387) 4456 : cluster [DBG] pgmap v2914: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.114210+0000 mgr.y (mgr.25387) 4457 : cluster [DBG] pgmap v2915: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.118718+0000 mon.a (mon.0) 9079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.119196+0000 mgr.y (mgr.25387) 4458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.576 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.194217+0000 mon.a (mon.0) 9080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.196275+0000 mon.a (mon.0) 9081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.197118+0000 mon.a (mon.0) 9082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.199056+0000 mon.a (mon.0) 9083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.199237+0000 mon.a (mon.0) 9084 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[69502]: audit 2024-03-30T04:49:07.200072+0000 mon.a (mon.0) 9085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.759808+0000 mon.a (mon.0) 9041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.760357+0000 mon.a (mon.0) 9042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.577 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.761619+0000 mgr.y (mgr.25387) 4438 : cluster [DBG] pgmap v2902: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.761916+0000 mgr.y (mgr.25387) 4439 : cluster [DBG] pgmap v2903: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.766234+0000 mon.a (mon.0) 9043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.766661+0000 mgr.y (mgr.25387) 4440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.806979+0000 mon.a (mon.0) 9044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.808943+0000 mon.a (mon.0) 9045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.810024+0000 mon.a (mon.0) 9046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.812423+0000 mon.a (mon.0) 9047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.813082+0000 mon.a (mon.0) 9048 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.814380+0000 mgr.y (mgr.25387) 4441 : cluster [DBG] pgmap v2904: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.814693+0000 mgr.y (mgr.25387) 4442 : cluster [DBG] pgmap v2905: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.819853+0000 mon.a (mon.0) 9049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.820296+0000 mgr.y (mgr.25387) 4443 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.861078+0000 mon.a (mon.0) 9050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.578 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.862852+0000 mon.a (mon.0) 9051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.863651+0000 mon.a (mon.0) 9052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.865462+0000 mon.a (mon.0) 9053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.866042+0000 mon.a (mon.0) 9054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.867284+0000 mgr.y (mgr.25387) 4444 : cluster [DBG] pgmap v2906: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.867614+0000 mgr.y (mgr.25387) 4445 : cluster [DBG] pgmap v2907: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.871855+0000 mon.a (mon.0) 9055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.872329+0000 mgr.y (mgr.25387) 4446 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.928515+0000 mon.a (mon.0) 9056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.930509+0000 mon.a (mon.0) 9057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.931435+0000 mon.a (mon.0) 9058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.933467+0000 mon.a (mon.0) 9059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.934076+0000 mon.a (mon.0) 9060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.935305+0000 mgr.y (mgr.25387) 4447 : cluster [DBG] pgmap v2908: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:06.935620+0000 mgr.y (mgr.25387) 4448 : cluster [DBG] pgmap v2909: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.940921+0000 mon.a (mon.0) 9061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:06.941398+0000 mgr.y (mgr.25387) 4449 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.997826+0000 mon.a (mon.0) 9062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:06.999897+0000 mon.a (mon.0) 9063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.000758+0000 mon.a (mon.0) 9064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.002727+0000 mon.a (mon.0) 9065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.003362+0000 mon.a (mon.0) 9066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.004855+0000 mgr.y (mgr.25387) 4450 : cluster [DBG] pgmap v2910: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.005229+0000 mgr.y (mgr.25387) 4451 : cluster [DBG] pgmap v2911: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.010353+0000 mon.a (mon.0) 9067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.010847+0000 mgr.y (mgr.25387) 4452 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.051231+0000 mon.a (mon.0) 9068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.053089+0000 mon.a (mon.0) 9069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.053853+0000 mon.a (mon.0) 9070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.055830+0000 mon.a (mon.0) 9071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.056386+0000 mon.a (mon.0) 9072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.057814+0000 mgr.y (mgr.25387) 4453 : cluster [DBG] pgmap v2912: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.058325+0000 mgr.y (mgr.25387) 4454 : cluster [DBG] pgmap v2913: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.062593+0000 mon.a (mon.0) 9073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.063015+0000 mgr.y (mgr.25387) 4455 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.106423+0000 mon.a (mon.0) 9074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.108598+0000 mon.a (mon.0) 9075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.109559+0000 mon.a (mon.0) 9076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.111638+0000 mon.a (mon.0) 9077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.112378+0000 mon.a (mon.0) 9078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.113900+0000 mgr.y (mgr.25387) 4456 : cluster [DBG] pgmap v2914: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.114210+0000 mgr.y (mgr.25387) 4457 : cluster [DBG] pgmap v2915: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.118718+0000 mon.a (mon.0) 9079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.119196+0000 mgr.y (mgr.25387) 4458 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.194217+0000 mon.a (mon.0) 9080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.196275+0000 mon.a (mon.0) 9081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.197118+0000 mon.a (mon.0) 9082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:07.581 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.199056+0000 mon.a (mon.0) 9083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:07.582 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.199237+0000 mon.a (mon.0) 9084 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:07.582 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:07 smithi097 bash[73934]: audit 2024-03-30T04:49:07.200072+0000 mon.a (mon.0) 9085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.201750+0000 mgr.y (mgr.25387) 4459 : cluster [DBG] pgmap v2916: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.202293+0000 mgr.y (mgr.25387) 4460 : cluster [DBG] pgmap v2917: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.206958+0000 mon.a (mon.0) 9086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.207499+0000 mgr.y (mgr.25387) 4461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.286869+0000 mon.a (mon.0) 9087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.289689+0000 mon.a (mon.0) 9088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.291136+0000 mon.a (mon.0) 9089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.293760+0000 mon.a (mon.0) 9090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.294371+0000 mon.a (mon.0) 9091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.295710+0000 mgr.y (mgr.25387) 4462 : cluster [DBG] pgmap v2918: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.296047+0000 mgr.y (mgr.25387) 4463 : cluster [DBG] pgmap v2919: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.299852+0000 mon.a (mon.0) 9092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.300277+0000 mgr.y (mgr.25387) 4464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.340531+0000 mon.a (mon.0) 9093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.342456+0000 mon.a (mon.0) 9094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.343484+0000 mon.a (mon.0) 9095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.346316+0000 mon.a (mon.0) 9096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.201750+0000 mgr.y (mgr.25387) 4459 : cluster [DBG] pgmap v2916: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.202293+0000 mgr.y (mgr.25387) 4460 : cluster [DBG] pgmap v2917: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.206958+0000 mon.a (mon.0) 9086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.207499+0000 mgr.y (mgr.25387) 4461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.286869+0000 mon.a (mon.0) 9087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.289689+0000 mon.a (mon.0) 9088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.291136+0000 mon.a (mon.0) 9089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.293760+0000 mon.a (mon.0) 9090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.294371+0000 mon.a (mon.0) 9091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.295710+0000 mgr.y (mgr.25387) 4462 : cluster [DBG] pgmap v2918: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.296047+0000 mgr.y (mgr.25387) 4463 : cluster [DBG] pgmap v2919: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.299852+0000 mon.a (mon.0) 9092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.300277+0000 mgr.y (mgr.25387) 4464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.340531+0000 mon.a (mon.0) 9093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.342456+0000 mon.a (mon.0) 9094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.343484+0000 mon.a (mon.0) 9095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.346316+0000 mon.a (mon.0) 9096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.347061+0000 mon.a (mon.0) 9097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.348477+0000 mgr.y (mgr.25387) 4465 : cluster [DBG] pgmap v2920: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.348803+0000 mgr.y (mgr.25387) 4466 : cluster [DBG] pgmap v2921: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.352867+0000 mon.a (mon.0) 9098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.353291+0000 mgr.y (mgr.25387) 4467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.394164+0000 mon.a (mon.0) 9099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.396155+0000 mon.a (mon.0) 9100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.397323+0000 mon.a (mon.0) 9101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.399153+0000 mon.a (mon.0) 9102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.399711+0000 mon.a (mon.0) 9103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.401031+0000 mgr.y (mgr.25387) 4468 : cluster [DBG] pgmap v2922: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.401428+0000 mgr.y (mgr.25387) 4469 : cluster [DBG] pgmap v2923: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.405612+0000 mon.a (mon.0) 9104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.406027+0000 mgr.y (mgr.25387) 4470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.446111+0000 mon.a (mon.0) 9105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.448057+0000 mon.a (mon.0) 9106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.448850+0000 mon.a (mon.0) 9107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.450789+0000 mon.a (mon.0) 9108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.451403+0000 mon.a (mon.0) 9109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.452721+0000 mgr.y (mgr.25387) 4471 : cluster [DBG] pgmap v2924: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.453037+0000 mgr.y (mgr.25387) 4472 : cluster [DBG] pgmap v2925: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.458696+0000 mon.a (mon.0) 9110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.459233+0000 mgr.y (mgr.25387) 4473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.499299+0000 mon.a (mon.0) 9111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.501089+0000 mon.a (mon.0) 9112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.501888+0000 mon.a (mon.0) 9113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.503626+0000 mon.a (mon.0) 9114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.504353+0000 mon.a (mon.0) 9115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.505931+0000 mgr.y (mgr.25387) 4474 : cluster [DBG] pgmap v2926: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.506326+0000 mgr.y (mgr.25387) 4475 : cluster [DBG] pgmap v2927: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.510628+0000 mon.a (mon.0) 9116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.511205+0000 mgr.y (mgr.25387) 4476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.551739+0000 mon.a (mon.0) 9117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.553785+0000 mon.a (mon.0) 9118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.554763+0000 mon.a (mon.0) 9119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.556908+0000 mon.a (mon.0) 9120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.347061+0000 mon.a (mon.0) 9097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.348477+0000 mgr.y (mgr.25387) 4465 : cluster [DBG] pgmap v2920: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.348803+0000 mgr.y (mgr.25387) 4466 : cluster [DBG] pgmap v2921: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.352867+0000 mon.a (mon.0) 9098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.353291+0000 mgr.y (mgr.25387) 4467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.394164+0000 mon.a (mon.0) 9099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.396155+0000 mon.a (mon.0) 9100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.397323+0000 mon.a (mon.0) 9101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.399153+0000 mon.a (mon.0) 9102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.399711+0000 mon.a (mon.0) 9103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.401031+0000 mgr.y (mgr.25387) 4468 : cluster [DBG] pgmap v2922: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.401428+0000 mgr.y (mgr.25387) 4469 : cluster [DBG] pgmap v2923: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.405612+0000 mon.a (mon.0) 9104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.406027+0000 mgr.y (mgr.25387) 4470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.446111+0000 mon.a (mon.0) 9105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.448057+0000 mon.a (mon.0) 9106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.448850+0000 mon.a (mon.0) 9107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.450789+0000 mon.a (mon.0) 9108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.557663+0000 mon.a (mon.0) 9121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.559104+0000 mgr.y (mgr.25387) 4477 : cluster [DBG] pgmap v2928: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.559474+0000 mgr.y (mgr.25387) 4478 : cluster [DBG] pgmap v2929: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.567111+0000 mon.a (mon.0) 9122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.567637+0000 mgr.y (mgr.25387) 4479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.608277+0000 mon.a (mon.0) 9123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.610446+0000 mon.a (mon.0) 9124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.611390+0000 mon.a (mon.0) 9125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.613481+0000 mon.a (mon.0) 9126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.614128+0000 mon.a (mon.0) 9127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.615417+0000 mgr.y (mgr.25387) 4480 : cluster [DBG] pgmap v2930: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.615725+0000 mgr.y (mgr.25387) 4481 : cluster [DBG] pgmap v2931: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.622551+0000 mon.a (mon.0) 9128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.623020+0000 mgr.y (mgr.25387) 4482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.663900+0000 mon.a (mon.0) 9129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.665785+0000 mon.a (mon.0) 9130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.666596+0000 mon.a (mon.0) 9131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.668407+0000 mon.a (mon.0) 9132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.669052+0000 mon.a (mon.0) 9133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.670398+0000 mgr.y (mgr.25387) 4483 : cluster [DBG] pgmap v2932: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.670744+0000 mgr.y (mgr.25387) 4484 : cluster [DBG] pgmap v2933: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.677017+0000 mon.a (mon.0) 9134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.677510+0000 mgr.y (mgr.25387) 4485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.718313+0000 mon.a (mon.0) 9135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.720072+0000 mon.a (mon.0) 9136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.720814+0000 mon.a (mon.0) 9137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.722533+0000 mon.a (mon.0) 9138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.723083+0000 mon.a (mon.0) 9139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.724340+0000 mgr.y (mgr.25387) 4486 : cluster [DBG] pgmap v2934: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.724716+0000 mgr.y (mgr.25387) 4487 : cluster [DBG] pgmap v2935: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.730672+0000 mon.a (mon.0) 9140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.731128+0000 mgr.y (mgr.25387) 4488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.771413+0000 mon.a (mon.0) 9141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.773293+0000 mon.a (mon.0) 9142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.774106+0000 mon.a (mon.0) 9143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.775896+0000 mon.a (mon.0) 9144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.451403+0000 mon.a (mon.0) 9109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.452721+0000 mgr.y (mgr.25387) 4471 : cluster [DBG] pgmap v2924: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.453037+0000 mgr.y (mgr.25387) 4472 : cluster [DBG] pgmap v2925: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.458696+0000 mon.a (mon.0) 9110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.459233+0000 mgr.y (mgr.25387) 4473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.499299+0000 mon.a (mon.0) 9111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.501089+0000 mon.a (mon.0) 9112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.501888+0000 mon.a (mon.0) 9113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.503626+0000 mon.a (mon.0) 9114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.504353+0000 mon.a (mon.0) 9115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.505931+0000 mgr.y (mgr.25387) 4474 : cluster [DBG] pgmap v2926: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.506326+0000 mgr.y (mgr.25387) 4475 : cluster [DBG] pgmap v2927: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.510628+0000 mon.a (mon.0) 9116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.511205+0000 mgr.y (mgr.25387) 4476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.551739+0000 mon.a (mon.0) 9117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.553785+0000 mon.a (mon.0) 9118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.554763+0000 mon.a (mon.0) 9119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.556908+0000 mon.a (mon.0) 9120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.776452+0000 mon.a (mon.0) 9145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.777777+0000 mgr.y (mgr.25387) 4489 : cluster [DBG] pgmap v2936: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.778102+0000 mgr.y (mgr.25387) 4490 : cluster [DBG] pgmap v2937: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.785119+0000 mon.a (mon.0) 9146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.785537+0000 mgr.y (mgr.25387) 4491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.826240+0000 mon.a (mon.0) 9147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.828231+0000 mon.a (mon.0) 9148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.829395+0000 mon.a (mon.0) 9149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.831177+0000 mon.a (mon.0) 9150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.831727+0000 mon.a (mon.0) 9151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.833041+0000 mgr.y (mgr.25387) 4492 : cluster [DBG] pgmap v2938: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.833323+0000 mgr.y (mgr.25387) 4493 : cluster [DBG] pgmap v2939: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.839499+0000 mon.a (mon.0) 9152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.839958+0000 mgr.y (mgr.25387) 4494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.911382+0000 mon.a (mon.0) 9153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.915034+0000 mon.a (mon.0) 9154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.916269+0000 mon.a (mon.0) 9155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.918820+0000 mon.a (mon.0) 9156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.919740+0000 mon.a (mon.0) 9157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.921794+0000 mgr.y (mgr.25387) 4495 : cluster [DBG] pgmap v2940: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.922108+0000 mgr.y (mgr.25387) 4496 : cluster [DBG] pgmap v2941: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.928503+0000 mon.a (mon.0) 9158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.928940+0000 mgr.y (mgr.25387) 4497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.973933+0000 mon.a (mon.0) 9159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.976128+0000 mon.a (mon.0) 9160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.977065+0000 mon.a (mon.0) 9161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.979082+0000 mon.a (mon.0) 9162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.979739+0000 mon.a (mon.0) 9163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.981166+0000 mgr.y (mgr.25387) 4498 : cluster [DBG] pgmap v2942: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:07.981465+0000 mgr.y (mgr.25387) 4499 : cluster [DBG] pgmap v2943: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:07.988001+0000 mon.a (mon.0) 9164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:07.988465+0000 mgr.y (mgr.25387) 4500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.047142+0000 mon.a (mon.0) 9165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.049148+0000 mon.a (mon.0) 9166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.049970+0000 mon.a (mon.0) 9167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.557663+0000 mon.a (mon.0) 9121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.559104+0000 mgr.y (mgr.25387) 4477 : cluster [DBG] pgmap v2928: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.559474+0000 mgr.y (mgr.25387) 4478 : cluster [DBG] pgmap v2929: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.567111+0000 mon.a (mon.0) 9122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.567637+0000 mgr.y (mgr.25387) 4479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.608277+0000 mon.a (mon.0) 9123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.610446+0000 mon.a (mon.0) 9124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.611390+0000 mon.a (mon.0) 9125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.613481+0000 mon.a (mon.0) 9126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.614128+0000 mon.a (mon.0) 9127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.615417+0000 mgr.y (mgr.25387) 4480 : cluster [DBG] pgmap v2930: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.615725+0000 mgr.y (mgr.25387) 4481 : cluster [DBG] pgmap v2931: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.622551+0000 mon.a (mon.0) 9128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.623020+0000 mgr.y (mgr.25387) 4482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.663900+0000 mon.a (mon.0) 9129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.665785+0000 mon.a (mon.0) 9130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.666596+0000 mon.a (mon.0) 9131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.668407+0000 mon.a (mon.0) 9132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.051906+0000 mon.a (mon.0) 9168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.052521+0000 mon.a (mon.0) 9169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.053893+0000 mgr.y (mgr.25387) 4501 : cluster [DBG] pgmap v2944: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.054241+0000 mgr.y (mgr.25387) 4502 : cluster [DBG] pgmap v2945: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.060400+0000 mon.a (mon.0) 9170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.060824+0000 mgr.y (mgr.25387) 4503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.117651+0000 mon.a (mon.0) 9171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.119561+0000 mon.a (mon.0) 9172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.120349+0000 mon.a (mon.0) 9173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.122292+0000 mon.a (mon.0) 9174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.122899+0000 mon.a (mon.0) 9175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.124164+0000 mgr.y (mgr.25387) 4504 : cluster [DBG] pgmap v2946: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.124461+0000 mgr.y (mgr.25387) 4505 : cluster [DBG] pgmap v2947: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.130860+0000 mon.a (mon.0) 9176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.131247+0000 mgr.y (mgr.25387) 4506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.171215+0000 mon.a (mon.0) 9177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.172965+0000 mon.a (mon.0) 9178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.173804+0000 mon.a (mon.0) 9179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.176004+0000 mon.a (mon.0) 9180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.176701+0000 mon.a (mon.0) 9181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[73934]: audit 2024-03-30T04:49:08.184281+0000 mon.a (mon.0) 9182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.669052+0000 mon.a (mon.0) 9133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.670398+0000 mgr.y (mgr.25387) 4483 : cluster [DBG] pgmap v2932: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.670744+0000 mgr.y (mgr.25387) 4484 : cluster [DBG] pgmap v2933: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.677017+0000 mon.a (mon.0) 9134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.677510+0000 mgr.y (mgr.25387) 4485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.718313+0000 mon.a (mon.0) 9135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.720072+0000 mon.a (mon.0) 9136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.720814+0000 mon.a (mon.0) 9137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.722533+0000 mon.a (mon.0) 9138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.723083+0000 mon.a (mon.0) 9139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.724340+0000 mgr.y (mgr.25387) 4486 : cluster [DBG] pgmap v2934: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.724716+0000 mgr.y (mgr.25387) 4487 : cluster [DBG] pgmap v2935: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.730672+0000 mon.a (mon.0) 9140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.731128+0000 mgr.y (mgr.25387) 4488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.771413+0000 mon.a (mon.0) 9141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.773293+0000 mon.a (mon.0) 9142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.774106+0000 mon.a (mon.0) 9143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.775896+0000 mon.a (mon.0) 9144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.776452+0000 mon.a (mon.0) 9145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.777777+0000 mgr.y (mgr.25387) 4489 : cluster [DBG] pgmap v2936: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.778102+0000 mgr.y (mgr.25387) 4490 : cluster [DBG] pgmap v2937: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.785119+0000 mon.a (mon.0) 9146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.785537+0000 mgr.y (mgr.25387) 4491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.826240+0000 mon.a (mon.0) 9147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.828231+0000 mon.a (mon.0) 9148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.829395+0000 mon.a (mon.0) 9149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.831177+0000 mon.a (mon.0) 9150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.831727+0000 mon.a (mon.0) 9151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.833041+0000 mgr.y (mgr.25387) 4492 : cluster [DBG] pgmap v2938: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.833323+0000 mgr.y (mgr.25387) 4493 : cluster [DBG] pgmap v2939: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.839499+0000 mon.a (mon.0) 9152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.839958+0000 mgr.y (mgr.25387) 4494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.911382+0000 mon.a (mon.0) 9153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.915034+0000 mon.a (mon.0) 9154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.916269+0000 mon.a (mon.0) 9155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.918820+0000 mon.a (mon.0) 9156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.919740+0000 mon.a (mon.0) 9157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.921794+0000 mgr.y (mgr.25387) 4495 : cluster [DBG] pgmap v2940: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.922108+0000 mgr.y (mgr.25387) 4496 : cluster [DBG] pgmap v2941: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.928503+0000 mon.a (mon.0) 9158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.928940+0000 mgr.y (mgr.25387) 4497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.973933+0000 mon.a (mon.0) 9159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.976128+0000 mon.a (mon.0) 9160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.977065+0000 mon.a (mon.0) 9161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.979082+0000 mon.a (mon.0) 9162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.979739+0000 mon.a (mon.0) 9163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.981166+0000 mgr.y (mgr.25387) 4498 : cluster [DBG] pgmap v2942: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:07.981465+0000 mgr.y (mgr.25387) 4499 : cluster [DBG] pgmap v2943: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:07.988001+0000 mon.a (mon.0) 9164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:07.988465+0000 mgr.y (mgr.25387) 4500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.047142+0000 mon.a (mon.0) 9165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.049148+0000 mon.a (mon.0) 9166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.049970+0000 mon.a (mon.0) 9167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.051906+0000 mon.a (mon.0) 9168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.052521+0000 mon.a (mon.0) 9169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.053893+0000 mgr.y (mgr.25387) 4501 : cluster [DBG] pgmap v2944: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.054241+0000 mgr.y (mgr.25387) 4502 : cluster [DBG] pgmap v2945: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.060400+0000 mon.a (mon.0) 9170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.060824+0000 mgr.y (mgr.25387) 4503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.117651+0000 mon.a (mon.0) 9171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.119561+0000 mon.a (mon.0) 9172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.120349+0000 mon.a (mon.0) 9173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.122292+0000 mon.a (mon.0) 9174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.122899+0000 mon.a (mon.0) 9175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.124164+0000 mgr.y (mgr.25387) 4504 : cluster [DBG] pgmap v2946: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.124461+0000 mgr.y (mgr.25387) 4505 : cluster [DBG] pgmap v2947: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.130860+0000 mon.a (mon.0) 9176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.131247+0000 mgr.y (mgr.25387) 4506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.171215+0000 mon.a (mon.0) 9177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.172965+0000 mon.a (mon.0) 9178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.173804+0000 mon.a (mon.0) 9179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.176004+0000 mon.a (mon.0) 9180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.176701+0000 mon.a (mon.0) 9181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:08 smithi097 bash[69502]: audit 2024-03-30T04:49:08.184281+0000 mon.a (mon.0) 9182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.201750+0000 mgr.y (mgr.25387) 4459 : cluster [DBG] pgmap v2916: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.202293+0000 mgr.y (mgr.25387) 4460 : cluster [DBG] pgmap v2917: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.206958+0000 mon.a (mon.0) 9086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.207499+0000 mgr.y (mgr.25387) 4461 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.286869+0000 mon.a (mon.0) 9087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.289689+0000 mon.a (mon.0) 9088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.291136+0000 mon.a (mon.0) 9089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.293760+0000 mon.a (mon.0) 9090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.294371+0000 mon.a (mon.0) 9091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.295710+0000 mgr.y (mgr.25387) 4462 : cluster [DBG] pgmap v2918: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.296047+0000 mgr.y (mgr.25387) 4463 : cluster [DBG] pgmap v2919: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.299852+0000 mon.a (mon.0) 9092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.300277+0000 mgr.y (mgr.25387) 4464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.340531+0000 mon.a (mon.0) 9093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.342456+0000 mon.a (mon.0) 9094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.343484+0000 mon.a (mon.0) 9095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.346316+0000 mon.a (mon.0) 9096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.347061+0000 mon.a (mon.0) 9097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.348477+0000 mgr.y (mgr.25387) 4465 : cluster [DBG] pgmap v2920: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.348803+0000 mgr.y (mgr.25387) 4466 : cluster [DBG] pgmap v2921: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.352867+0000 mon.a (mon.0) 9098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.353291+0000 mgr.y (mgr.25387) 4467 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.394164+0000 mon.a (mon.0) 9099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.396155+0000 mon.a (mon.0) 9100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.397323+0000 mon.a (mon.0) 9101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.399153+0000 mon.a (mon.0) 9102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.399711+0000 mon.a (mon.0) 9103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.401031+0000 mgr.y (mgr.25387) 4468 : cluster [DBG] pgmap v2922: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.401428+0000 mgr.y (mgr.25387) 4469 : cluster [DBG] pgmap v2923: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.405612+0000 mon.a (mon.0) 9104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.406027+0000 mgr.y (mgr.25387) 4470 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.446111+0000 mon.a (mon.0) 9105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.448057+0000 mon.a (mon.0) 9106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.448850+0000 mon.a (mon.0) 9107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.450789+0000 mon.a (mon.0) 9108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.451403+0000 mon.a (mon.0) 9109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.452721+0000 mgr.y (mgr.25387) 4471 : cluster [DBG] pgmap v2924: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.453037+0000 mgr.y (mgr.25387) 4472 : cluster [DBG] pgmap v2925: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.458696+0000 mon.a (mon.0) 9110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.459233+0000 mgr.y (mgr.25387) 4473 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.499299+0000 mon.a (mon.0) 9111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.501089+0000 mon.a (mon.0) 9112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.501888+0000 mon.a (mon.0) 9113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.503626+0000 mon.a (mon.0) 9114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.504353+0000 mon.a (mon.0) 9115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.505931+0000 mgr.y (mgr.25387) 4474 : cluster [DBG] pgmap v2926: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.506326+0000 mgr.y (mgr.25387) 4475 : cluster [DBG] pgmap v2927: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.510628+0000 mon.a (mon.0) 9116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.511205+0000 mgr.y (mgr.25387) 4476 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.551739+0000 mon.a (mon.0) 9117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.553785+0000 mon.a (mon.0) 9118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.554763+0000 mon.a (mon.0) 9119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.556908+0000 mon.a (mon.0) 9120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.557663+0000 mon.a (mon.0) 9121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.559104+0000 mgr.y (mgr.25387) 4477 : cluster [DBG] pgmap v2928: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.559474+0000 mgr.y (mgr.25387) 4478 : cluster [DBG] pgmap v2929: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.567111+0000 mon.a (mon.0) 9122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.567637+0000 mgr.y (mgr.25387) 4479 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.608277+0000 mon.a (mon.0) 9123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.610446+0000 mon.a (mon.0) 9124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.611390+0000 mon.a (mon.0) 9125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.613481+0000 mon.a (mon.0) 9126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.614128+0000 mon.a (mon.0) 9127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.615417+0000 mgr.y (mgr.25387) 4480 : cluster [DBG] pgmap v2930: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.615725+0000 mgr.y (mgr.25387) 4481 : cluster [DBG] pgmap v2931: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.622551+0000 mon.a (mon.0) 9128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.623020+0000 mgr.y (mgr.25387) 4482 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.663900+0000 mon.a (mon.0) 9129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.665785+0000 mon.a (mon.0) 9130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.666596+0000 mon.a (mon.0) 9131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.668407+0000 mon.a (mon.0) 9132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.669052+0000 mon.a (mon.0) 9133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.670398+0000 mgr.y (mgr.25387) 4483 : cluster [DBG] pgmap v2932: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.670744+0000 mgr.y (mgr.25387) 4484 : cluster [DBG] pgmap v2933: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.677017+0000 mon.a (mon.0) 9134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.677510+0000 mgr.y (mgr.25387) 4485 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.718313+0000 mon.a (mon.0) 9135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.720072+0000 mon.a (mon.0) 9136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.720814+0000 mon.a (mon.0) 9137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.722533+0000 mon.a (mon.0) 9138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.723083+0000 mon.a (mon.0) 9139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.724340+0000 mgr.y (mgr.25387) 4486 : cluster [DBG] pgmap v2934: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.724716+0000 mgr.y (mgr.25387) 4487 : cluster [DBG] pgmap v2935: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.730672+0000 mon.a (mon.0) 9140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.731128+0000 mgr.y (mgr.25387) 4488 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.771413+0000 mon.a (mon.0) 9141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.773293+0000 mon.a (mon.0) 9142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.774106+0000 mon.a (mon.0) 9143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.775896+0000 mon.a (mon.0) 9144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.776452+0000 mon.a (mon.0) 9145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.777777+0000 mgr.y (mgr.25387) 4489 : cluster [DBG] pgmap v2936: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.778102+0000 mgr.y (mgr.25387) 4490 : cluster [DBG] pgmap v2937: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.785119+0000 mon.a (mon.0) 9146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.785537+0000 mgr.y (mgr.25387) 4491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.826240+0000 mon.a (mon.0) 9147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.828231+0000 mon.a (mon.0) 9148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.829395+0000 mon.a (mon.0) 9149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.831177+0000 mon.a (mon.0) 9150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.831727+0000 mon.a (mon.0) 9151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.833041+0000 mgr.y (mgr.25387) 4492 : cluster [DBG] pgmap v2938: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.833323+0000 mgr.y (mgr.25387) 4493 : cluster [DBG] pgmap v2939: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.839499+0000 mon.a (mon.0) 9152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.839958+0000 mgr.y (mgr.25387) 4494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.911382+0000 mon.a (mon.0) 9153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.915034+0000 mon.a (mon.0) 9154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.916269+0000 mon.a (mon.0) 9155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.918820+0000 mon.a (mon.0) 9156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.919740+0000 mon.a (mon.0) 9157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.921794+0000 mgr.y (mgr.25387) 4495 : cluster [DBG] pgmap v2940: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.922108+0000 mgr.y (mgr.25387) 4496 : cluster [DBG] pgmap v2941: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.928503+0000 mon.a (mon.0) 9158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.928940+0000 mgr.y (mgr.25387) 4497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.973933+0000 mon.a (mon.0) 9159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.976128+0000 mon.a (mon.0) 9160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.977065+0000 mon.a (mon.0) 9161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.979082+0000 mon.a (mon.0) 9162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.979739+0000 mon.a (mon.0) 9163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.981166+0000 mgr.y (mgr.25387) 4498 : cluster [DBG] pgmap v2942: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:07.981465+0000 mgr.y (mgr.25387) 4499 : cluster [DBG] pgmap v2943: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:07.988001+0000 mon.a (mon.0) 9164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:07.988465+0000 mgr.y (mgr.25387) 4500 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.047142+0000 mon.a (mon.0) 9165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.049148+0000 mon.a (mon.0) 9166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.049970+0000 mon.a (mon.0) 9167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.051906+0000 mon.a (mon.0) 9168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.052521+0000 mon.a (mon.0) 9169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.053893+0000 mgr.y (mgr.25387) 4501 : cluster [DBG] pgmap v2944: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.054241+0000 mgr.y (mgr.25387) 4502 : cluster [DBG] pgmap v2945: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.060400+0000 mon.a (mon.0) 9170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.060824+0000 mgr.y (mgr.25387) 4503 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.117651+0000 mon.a (mon.0) 9171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.119561+0000 mon.a (mon.0) 9172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.120349+0000 mon.a (mon.0) 9173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.122292+0000 mon.a (mon.0) 9174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.122899+0000 mon.a (mon.0) 9175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.124164+0000 mgr.y (mgr.25387) 4504 : cluster [DBG] pgmap v2946: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.124461+0000 mgr.y (mgr.25387) 4505 : cluster [DBG] pgmap v2947: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.130860+0000 mon.a (mon.0) 9176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.131247+0000 mgr.y (mgr.25387) 4506 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.171215+0000 mon.a (mon.0) 9177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.172965+0000 mon.a (mon.0) 9178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.173804+0000 mon.a (mon.0) 9179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.176004+0000 mon.a (mon.0) 9180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.176701+0000 mon.a (mon.0) 9181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:08 smithi105 bash[58125]: audit 2024-03-30T04:49:08.184281+0000 mon.a (mon.0) 9182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.457 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[72918]: debug 2024-03-30T04:49:09.155+0000 7effbe5af7c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-30T04:49:09.457 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[72918]: debug 2024-03-30T04:49:09.199+0000 7effbe5af7c0 -1 osd.7 141 log_to_monitors true 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.178221+0000 mgr.y (mgr.25387) 4507 : cluster [DBG] pgmap v2948: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.178503+0000 mgr.y (mgr.25387) 4508 : cluster [DBG] pgmap v2949: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.184746+0000 mgr.y (mgr.25387) 4509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.229258+0000 mon.a (mon.0) 9183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.231064+0000 mon.a (mon.0) 9184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.231871+0000 mon.a (mon.0) 9185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.233653+0000 mon.a (mon.0) 9186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.234268+0000 mon.a (mon.0) 9187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.235561+0000 mgr.y (mgr.25387) 4510 : cluster [DBG] pgmap v2950: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.235967+0000 mgr.y (mgr.25387) 4511 : cluster [DBG] pgmap v2951: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.240153+0000 mon.a (mon.0) 9188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.240663+0000 mgr.y (mgr.25387) 4512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.280942+0000 mon.a (mon.0) 9189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.282798+0000 mon.a (mon.0) 9190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.283635+0000 mon.a (mon.0) 9191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.285625+0000 mon.a (mon.0) 9192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.286287+0000 mon.a (mon.0) 9193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.287668+0000 mgr.y (mgr.25387) 4513 : cluster [DBG] pgmap v2952: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.288141+0000 mgr.y (mgr.25387) 4514 : cluster [DBG] pgmap v2953: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.292151+0000 mon.a (mon.0) 9194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.292550+0000 mgr.y (mgr.25387) 4515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.332504+0000 mon.a (mon.0) 9195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.334308+0000 mon.a (mon.0) 9196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.335127+0000 mon.a (mon.0) 9197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.336989+0000 mon.a (mon.0) 9198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.337597+0000 mon.a (mon.0) 9199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.338891+0000 mgr.y (mgr.25387) 4516 : cluster [DBG] pgmap v2954: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.339331+0000 mgr.y (mgr.25387) 4517 : cluster [DBG] pgmap v2955: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.343219+0000 mon.a (mon.0) 9200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.343638+0000 mgr.y (mgr.25387) 4518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.384011+0000 mon.a (mon.0) 9201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.385978+0000 mon.a (mon.0) 9202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.387111+0000 mon.a (mon.0) 9203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.389205+0000 mon.a (mon.0) 9204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.389882+0000 mon.a (mon.0) 9205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.391243+0000 mgr.y (mgr.25387) 4519 : cluster [DBG] pgmap v2956: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.391642+0000 mgr.y (mgr.25387) 4520 : cluster [DBG] pgmap v2957: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.396012+0000 mon.a (mon.0) 9206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.396413+0000 mgr.y (mgr.25387) 4521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.436786+0000 mon.a (mon.0) 9207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.438567+0000 mon.a (mon.0) 9208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.439476+0000 mon.a (mon.0) 9209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.441627+0000 mon.a (mon.0) 9210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.442352+0000 mon.a (mon.0) 9211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.443887+0000 mgr.y (mgr.25387) 4522 : cluster [DBG] pgmap v2958: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.444276+0000 mgr.y (mgr.25387) 4523 : cluster [DBG] pgmap v2959: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.448700+0000 mon.a (mon.0) 9212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.449165+0000 mgr.y (mgr.25387) 4524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.489586+0000 mon.a (mon.0) 9213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.491312+0000 mon.a (mon.0) 9214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.492103+0000 mon.a (mon.0) 9215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.494007+0000 mon.a (mon.0) 9216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.494536+0000 mon.a (mon.0) 9217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.495880+0000 mgr.y (mgr.25387) 4525 : cluster [DBG] pgmap v2960: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.496266+0000 mgr.y (mgr.25387) 4526 : cluster [DBG] pgmap v2961: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.500395+0000 mon.a (mon.0) 9218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.500818+0000 mgr.y (mgr.25387) 4527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.541038+0000 mon.a (mon.0) 9219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.542913+0000 mon.a (mon.0) 9220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.543669+0000 mon.a (mon.0) 9221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.545426+0000 mon.a (mon.0) 9222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.545991+0000 mon.a (mon.0) 9223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.547292+0000 mgr.y (mgr.25387) 4528 : cluster [DBG] pgmap v2962: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.547660+0000 mgr.y (mgr.25387) 4529 : cluster [DBG] pgmap v2963: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.551938+0000 mon.a (mon.0) 9224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.552375+0000 mgr.y (mgr.25387) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.592499+0000 mon.a (mon.0) 9225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.595075+0000 mon.a (mon.0) 9226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.596294+0000 mon.a (mon.0) 9227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.598616+0000 mon.a (mon.0) 9228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.599402+0000 mon.a (mon.0) 9229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.600833+0000 mgr.y (mgr.25387) 4531 : cluster [DBG] pgmap v2964: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.601143+0000 mgr.y (mgr.25387) 4532 : cluster [DBG] pgmap v2965: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.607136+0000 mon.a (mon.0) 9230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.607596+0000 mgr.y (mgr.25387) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.665269+0000 mon.a (mon.0) 9231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.667994+0000 mon.a (mon.0) 9232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.669365+0000 mon.a (mon.0) 9233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.672008+0000 mon.a (mon.0) 9234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.672733+0000 mon.a (mon.0) 9235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.674936+0000 mgr.y (mgr.25387) 4534 : cluster [DBG] pgmap v2966: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.679860+0000 mon.a (mon.0) 9236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.680285+0000 mgr.y (mgr.25387) 4535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.738093+0000 mon.a (mon.0) 9237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.742263+0000 mon.a (mon.0) 9238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.743710+0000 mon.a (mon.0) 9239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.746168+0000 mon.a (mon.0) 9240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.746876+0000 mon.a (mon.0) 9241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.748411+0000 mgr.y (mgr.25387) 4536 : cluster [DBG] pgmap v2967: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.748880+0000 mgr.y (mgr.25387) 4537 : cluster [DBG] pgmap v2968: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.754258+0000 mon.a (mon.0) 9242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.754958+0000 mgr.y (mgr.25387) 4538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.812293+0000 mon.a (mon.0) 9243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.814039+0000 mon.a (mon.0) 9244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.815055+0000 mon.a (mon.0) 9245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.817062+0000 mon.a (mon.0) 9246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.817644+0000 mon.a (mon.0) 9247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.818989+0000 mgr.y (mgr.25387) 4539 : cluster [DBG] pgmap v2969: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.819330+0000 mgr.y (mgr.25387) 4540 : cluster [DBG] pgmap v2970: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.825086+0000 mon.a (mon.0) 9248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.825589+0000 mgr.y (mgr.25387) 4541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.899745+0000 mon.a (mon.0) 9249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.901525+0000 mon.a (mon.0) 9250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.902291+0000 mon.a (mon.0) 9251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.904216+0000 mon.a (mon.0) 9252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.904795+0000 mon.a (mon.0) 9253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.906166+0000 mgr.y (mgr.25387) 4542 : cluster [DBG] pgmap v2971: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.906537+0000 mgr.y (mgr.25387) 4543 : cluster [DBG] pgmap v2972: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.910507+0000 mon.a (mon.0) 9254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.911015+0000 mgr.y (mgr.25387) 4544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.968007+0000 mon.a (mon.0) 9255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.970035+0000 mon.a (mon.0) 9256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.970893+0000 mon.a (mon.0) 9257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.972799+0000 mon.a (mon.0) 9258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.973430+0000 mon.a (mon.0) 9259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.974957+0000 mgr.y (mgr.25387) 4545 : cluster [DBG] pgmap v2973: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:08.975351+0000 mgr.y (mgr.25387) 4546 : cluster [DBG] pgmap v2974: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:08.980139+0000 mon.a (mon.0) 9260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:08.980674+0000 mgr.y (mgr.25387) 4547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.055078+0000 mon.a (mon.0) 9261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.056958+0000 mon.a (mon.0) 9262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.057959+0000 mon.a (mon.0) 9263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.060405+0000 mon.a (mon.0) 9264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.061144+0000 mon.a (mon.0) 9265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.062673+0000 mgr.y (mgr.25387) 4548 : cluster [DBG] pgmap v2975: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.063048+0000 mgr.y (mgr.25387) 4549 : cluster [DBG] pgmap v2976: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.067432+0000 mon.a (mon.0) 9266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.067867+0000 mgr.y (mgr.25387) 4550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.108735+0000 mon.a (mon.0) 9267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.111424+0000 mon.a (mon.0) 9268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.112481+0000 mon.a (mon.0) 9269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.114762+0000 mon.a (mon.0) 9270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.115623+0000 mon.a (mon.0) 9271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.117174+0000 mgr.y (mgr.25387) 4551 : cluster [DBG] pgmap v2977: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.117514+0000 mgr.y (mgr.25387) 4552 : cluster [DBG] pgmap v2978: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.122132+0000 mon.a (mon.0) 9272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.122695+0000 mgr.y (mgr.25387) 4553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.163459+0000 mon.a (mon.0) 9273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.165527+0000 mon.a (mon.0) 9274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.166399+0000 mon.a (mon.0) 9275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.168511+0000 mon.a (mon.0) 9276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.169218+0000 mon.a (mon.0) 9277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.175332+0000 mon.a (mon.0) 9278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.206071+0000 mon.a (mon.0) 9279 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:49:09.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:09 smithi105 bash[58125]: audit 2024-03-30T04:49:09.209032+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.178221+0000 mgr.y (mgr.25387) 4507 : cluster [DBG] pgmap v2948: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.178503+0000 mgr.y (mgr.25387) 4508 : cluster [DBG] pgmap v2949: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.184746+0000 mgr.y (mgr.25387) 4509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.229258+0000 mon.a (mon.0) 9183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.231064+0000 mon.a (mon.0) 9184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.231871+0000 mon.a (mon.0) 9185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.233653+0000 mon.a (mon.0) 9186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.234268+0000 mon.a (mon.0) 9187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.235561+0000 mgr.y (mgr.25387) 4510 : cluster [DBG] pgmap v2950: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.235967+0000 mgr.y (mgr.25387) 4511 : cluster [DBG] pgmap v2951: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.240153+0000 mon.a (mon.0) 9188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.240663+0000 mgr.y (mgr.25387) 4512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.280942+0000 mon.a (mon.0) 9189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.282798+0000 mon.a (mon.0) 9190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.283635+0000 mon.a (mon.0) 9191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.285625+0000 mon.a (mon.0) 9192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.286287+0000 mon.a (mon.0) 9193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.178221+0000 mgr.y (mgr.25387) 4507 : cluster [DBG] pgmap v2948: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.178503+0000 mgr.y (mgr.25387) 4508 : cluster [DBG] pgmap v2949: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.184746+0000 mgr.y (mgr.25387) 4509 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.229258+0000 mon.a (mon.0) 9183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.231064+0000 mon.a (mon.0) 9184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.231871+0000 mon.a (mon.0) 9185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.233653+0000 mon.a (mon.0) 9186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.234268+0000 mon.a (mon.0) 9187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.235561+0000 mgr.y (mgr.25387) 4510 : cluster [DBG] pgmap v2950: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.235967+0000 mgr.y (mgr.25387) 4511 : cluster [DBG] pgmap v2951: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.240153+0000 mon.a (mon.0) 9188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.240663+0000 mgr.y (mgr.25387) 4512 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.280942+0000 mon.a (mon.0) 9189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.282798+0000 mon.a (mon.0) 9190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.283635+0000 mon.a (mon.0) 9191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.285625+0000 mon.a (mon.0) 9192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.286287+0000 mon.a (mon.0) 9193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.287668+0000 mgr.y (mgr.25387) 4513 : cluster [DBG] pgmap v2952: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.288141+0000 mgr.y (mgr.25387) 4514 : cluster [DBG] pgmap v2953: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.292151+0000 mon.a (mon.0) 9194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.292550+0000 mgr.y (mgr.25387) 4515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.332504+0000 mon.a (mon.0) 9195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.334308+0000 mon.a (mon.0) 9196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.335127+0000 mon.a (mon.0) 9197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.336989+0000 mon.a (mon.0) 9198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.337597+0000 mon.a (mon.0) 9199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.338891+0000 mgr.y (mgr.25387) 4516 : cluster [DBG] pgmap v2954: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.339331+0000 mgr.y (mgr.25387) 4517 : cluster [DBG] pgmap v2955: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.343219+0000 mon.a (mon.0) 9200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.343638+0000 mgr.y (mgr.25387) 4518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.384011+0000 mon.a (mon.0) 9201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.385978+0000 mon.a (mon.0) 9202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.387111+0000 mon.a (mon.0) 9203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.389205+0000 mon.a (mon.0) 9204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.389882+0000 mon.a (mon.0) 9205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.287668+0000 mgr.y (mgr.25387) 4513 : cluster [DBG] pgmap v2952: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.288141+0000 mgr.y (mgr.25387) 4514 : cluster [DBG] pgmap v2953: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.292151+0000 mon.a (mon.0) 9194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.292550+0000 mgr.y (mgr.25387) 4515 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.332504+0000 mon.a (mon.0) 9195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.334308+0000 mon.a (mon.0) 9196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.335127+0000 mon.a (mon.0) 9197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.336989+0000 mon.a (mon.0) 9198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.337597+0000 mon.a (mon.0) 9199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.338891+0000 mgr.y (mgr.25387) 4516 : cluster [DBG] pgmap v2954: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.339331+0000 mgr.y (mgr.25387) 4517 : cluster [DBG] pgmap v2955: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.343219+0000 mon.a (mon.0) 9200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.343638+0000 mgr.y (mgr.25387) 4518 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.384011+0000 mon.a (mon.0) 9201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.385978+0000 mon.a (mon.0) 9202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.387111+0000 mon.a (mon.0) 9203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.389205+0000 mon.a (mon.0) 9204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.389882+0000 mon.a (mon.0) 9205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.391243+0000 mgr.y (mgr.25387) 4519 : cluster [DBG] pgmap v2956: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.391642+0000 mgr.y (mgr.25387) 4520 : cluster [DBG] pgmap v2957: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.396012+0000 mon.a (mon.0) 9206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.396413+0000 mgr.y (mgr.25387) 4521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.436786+0000 mon.a (mon.0) 9207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.438567+0000 mon.a (mon.0) 9208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.439476+0000 mon.a (mon.0) 9209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.441627+0000 mon.a (mon.0) 9210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.442352+0000 mon.a (mon.0) 9211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.443887+0000 mgr.y (mgr.25387) 4522 : cluster [DBG] pgmap v2958: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.444276+0000 mgr.y (mgr.25387) 4523 : cluster [DBG] pgmap v2959: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.448700+0000 mon.a (mon.0) 9212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.449165+0000 mgr.y (mgr.25387) 4524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.489586+0000 mon.a (mon.0) 9213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.491312+0000 mon.a (mon.0) 9214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.492103+0000 mon.a (mon.0) 9215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.494007+0000 mon.a (mon.0) 9216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.494536+0000 mon.a (mon.0) 9217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.391243+0000 mgr.y (mgr.25387) 4519 : cluster [DBG] pgmap v2956: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.391642+0000 mgr.y (mgr.25387) 4520 : cluster [DBG] pgmap v2957: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.396012+0000 mon.a (mon.0) 9206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.396413+0000 mgr.y (mgr.25387) 4521 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.436786+0000 mon.a (mon.0) 9207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.438567+0000 mon.a (mon.0) 9208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.439476+0000 mon.a (mon.0) 9209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.441627+0000 mon.a (mon.0) 9210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.442352+0000 mon.a (mon.0) 9211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.443887+0000 mgr.y (mgr.25387) 4522 : cluster [DBG] pgmap v2958: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.444276+0000 mgr.y (mgr.25387) 4523 : cluster [DBG] pgmap v2959: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.448700+0000 mon.a (mon.0) 9212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.449165+0000 mgr.y (mgr.25387) 4524 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.489586+0000 mon.a (mon.0) 9213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.491312+0000 mon.a (mon.0) 9214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.492103+0000 mon.a (mon.0) 9215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.494007+0000 mon.a (mon.0) 9216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.494536+0000 mon.a (mon.0) 9217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.495880+0000 mgr.y (mgr.25387) 4525 : cluster [DBG] pgmap v2960: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.496266+0000 mgr.y (mgr.25387) 4526 : cluster [DBG] pgmap v2961: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.500395+0000 mon.a (mon.0) 9218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.500818+0000 mgr.y (mgr.25387) 4527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.541038+0000 mon.a (mon.0) 9219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.542913+0000 mon.a (mon.0) 9220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.543669+0000 mon.a (mon.0) 9221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.545426+0000 mon.a (mon.0) 9222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.545991+0000 mon.a (mon.0) 9223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.547292+0000 mgr.y (mgr.25387) 4528 : cluster [DBG] pgmap v2962: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.547660+0000 mgr.y (mgr.25387) 4529 : cluster [DBG] pgmap v2963: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.551938+0000 mon.a (mon.0) 9224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.552375+0000 mgr.y (mgr.25387) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.592499+0000 mon.a (mon.0) 9225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.595075+0000 mon.a (mon.0) 9226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.596294+0000 mon.a (mon.0) 9227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.598616+0000 mon.a (mon.0) 9228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.599402+0000 mon.a (mon.0) 9229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.495880+0000 mgr.y (mgr.25387) 4525 : cluster [DBG] pgmap v2960: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.496266+0000 mgr.y (mgr.25387) 4526 : cluster [DBG] pgmap v2961: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.500395+0000 mon.a (mon.0) 9218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.500818+0000 mgr.y (mgr.25387) 4527 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.541038+0000 mon.a (mon.0) 9219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.542913+0000 mon.a (mon.0) 9220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.543669+0000 mon.a (mon.0) 9221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.545426+0000 mon.a (mon.0) 9222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.545991+0000 mon.a (mon.0) 9223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.547292+0000 mgr.y (mgr.25387) 4528 : cluster [DBG] pgmap v2962: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.547660+0000 mgr.y (mgr.25387) 4529 : cluster [DBG] pgmap v2963: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.551938+0000 mon.a (mon.0) 9224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.552375+0000 mgr.y (mgr.25387) 4530 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.592499+0000 mon.a (mon.0) 9225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.595075+0000 mon.a (mon.0) 9226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.596294+0000 mon.a (mon.0) 9227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.598616+0000 mon.a (mon.0) 9228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.599402+0000 mon.a (mon.0) 9229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.600833+0000 mgr.y (mgr.25387) 4531 : cluster [DBG] pgmap v2964: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.601143+0000 mgr.y (mgr.25387) 4532 : cluster [DBG] pgmap v2965: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.607136+0000 mon.a (mon.0) 9230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.607596+0000 mgr.y (mgr.25387) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.665269+0000 mon.a (mon.0) 9231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.667994+0000 mon.a (mon.0) 9232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.669365+0000 mon.a (mon.0) 9233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.672008+0000 mon.a (mon.0) 9234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.672733+0000 mon.a (mon.0) 9235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.674936+0000 mgr.y (mgr.25387) 4534 : cluster [DBG] pgmap v2966: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.679860+0000 mon.a (mon.0) 9236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.680285+0000 mgr.y (mgr.25387) 4535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.738093+0000 mon.a (mon.0) 9237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.742263+0000 mon.a (mon.0) 9238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.743710+0000 mon.a (mon.0) 9239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.746168+0000 mon.a (mon.0) 9240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.746876+0000 mon.a (mon.0) 9241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.600833+0000 mgr.y (mgr.25387) 4531 : cluster [DBG] pgmap v2964: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.601143+0000 mgr.y (mgr.25387) 4532 : cluster [DBG] pgmap v2965: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.607136+0000 mon.a (mon.0) 9230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.607596+0000 mgr.y (mgr.25387) 4533 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.665269+0000 mon.a (mon.0) 9231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.667994+0000 mon.a (mon.0) 9232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.669365+0000 mon.a (mon.0) 9233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.672008+0000 mon.a (mon.0) 9234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.672733+0000 mon.a (mon.0) 9235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.674936+0000 mgr.y (mgr.25387) 4534 : cluster [DBG] pgmap v2966: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.679860+0000 mon.a (mon.0) 9236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.680285+0000 mgr.y (mgr.25387) 4535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.738093+0000 mon.a (mon.0) 9237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.742263+0000 mon.a (mon.0) 9238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.743710+0000 mon.a (mon.0) 9239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.746168+0000 mon.a (mon.0) 9240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.746876+0000 mon.a (mon.0) 9241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.748411+0000 mgr.y (mgr.25387) 4536 : cluster [DBG] pgmap v2967: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.748880+0000 mgr.y (mgr.25387) 4537 : cluster [DBG] pgmap v2968: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.754258+0000 mon.a (mon.0) 9242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.754958+0000 mgr.y (mgr.25387) 4538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.812293+0000 mon.a (mon.0) 9243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.814039+0000 mon.a (mon.0) 9244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.815055+0000 mon.a (mon.0) 9245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.817062+0000 mon.a (mon.0) 9246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.817644+0000 mon.a (mon.0) 9247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.818989+0000 mgr.y (mgr.25387) 4539 : cluster [DBG] pgmap v2969: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.819330+0000 mgr.y (mgr.25387) 4540 : cluster [DBG] pgmap v2970: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.825086+0000 mon.a (mon.0) 9248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.825589+0000 mgr.y (mgr.25387) 4541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.899745+0000 mon.a (mon.0) 9249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.901525+0000 mon.a (mon.0) 9250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.902291+0000 mon.a (mon.0) 9251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.904216+0000 mon.a (mon.0) 9252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.904795+0000 mon.a (mon.0) 9253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.748411+0000 mgr.y (mgr.25387) 4536 : cluster [DBG] pgmap v2967: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.748880+0000 mgr.y (mgr.25387) 4537 : cluster [DBG] pgmap v2968: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.754258+0000 mon.a (mon.0) 9242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.754958+0000 mgr.y (mgr.25387) 4538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.812293+0000 mon.a (mon.0) 9243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.814039+0000 mon.a (mon.0) 9244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.815055+0000 mon.a (mon.0) 9245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.817062+0000 mon.a (mon.0) 9246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.817644+0000 mon.a (mon.0) 9247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.818989+0000 mgr.y (mgr.25387) 4539 : cluster [DBG] pgmap v2969: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.819330+0000 mgr.y (mgr.25387) 4540 : cluster [DBG] pgmap v2970: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.825086+0000 mon.a (mon.0) 9248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.825589+0000 mgr.y (mgr.25387) 4541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.899745+0000 mon.a (mon.0) 9249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.901525+0000 mon.a (mon.0) 9250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.902291+0000 mon.a (mon.0) 9251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.904216+0000 mon.a (mon.0) 9252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.904795+0000 mon.a (mon.0) 9253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.906166+0000 mgr.y (mgr.25387) 4542 : cluster [DBG] pgmap v2971: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.906537+0000 mgr.y (mgr.25387) 4543 : cluster [DBG] pgmap v2972: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.910507+0000 mon.a (mon.0) 9254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.911015+0000 mgr.y (mgr.25387) 4544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.968007+0000 mon.a (mon.0) 9255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.970035+0000 mon.a (mon.0) 9256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.970893+0000 mon.a (mon.0) 9257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.972799+0000 mon.a (mon.0) 9258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.973430+0000 mon.a (mon.0) 9259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.974957+0000 mgr.y (mgr.25387) 4545 : cluster [DBG] pgmap v2973: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:08.975351+0000 mgr.y (mgr.25387) 4546 : cluster [DBG] pgmap v2974: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:08.980139+0000 mon.a (mon.0) 9260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:08.980674+0000 mgr.y (mgr.25387) 4547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.055078+0000 mon.a (mon.0) 9261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.056958+0000 mon.a (mon.0) 9262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.057959+0000 mon.a (mon.0) 9263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.060405+0000 mon.a (mon.0) 9264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.061144+0000 mon.a (mon.0) 9265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.906166+0000 mgr.y (mgr.25387) 4542 : cluster [DBG] pgmap v2971: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.906537+0000 mgr.y (mgr.25387) 4543 : cluster [DBG] pgmap v2972: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.910507+0000 mon.a (mon.0) 9254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.911015+0000 mgr.y (mgr.25387) 4544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.968007+0000 mon.a (mon.0) 9255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.970035+0000 mon.a (mon.0) 9256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.970893+0000 mon.a (mon.0) 9257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.972799+0000 mon.a (mon.0) 9258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.973430+0000 mon.a (mon.0) 9259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.974957+0000 mgr.y (mgr.25387) 4545 : cluster [DBG] pgmap v2973: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:08.975351+0000 mgr.y (mgr.25387) 4546 : cluster [DBG] pgmap v2974: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:08.980139+0000 mon.a (mon.0) 9260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:08.980674+0000 mgr.y (mgr.25387) 4547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.055078+0000 mon.a (mon.0) 9261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.056958+0000 mon.a (mon.0) 9262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.057959+0000 mon.a (mon.0) 9263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.060405+0000 mon.a (mon.0) 9264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.061144+0000 mon.a (mon.0) 9265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.062673+0000 mgr.y (mgr.25387) 4548 : cluster [DBG] pgmap v2975: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.063048+0000 mgr.y (mgr.25387) 4549 : cluster [DBG] pgmap v2976: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.067432+0000 mon.a (mon.0) 9266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.067867+0000 mgr.y (mgr.25387) 4550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.108735+0000 mon.a (mon.0) 9267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.111424+0000 mon.a (mon.0) 9268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.112481+0000 mon.a (mon.0) 9269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.114762+0000 mon.a (mon.0) 9270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.115623+0000 mon.a (mon.0) 9271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.117174+0000 mgr.y (mgr.25387) 4551 : cluster [DBG] pgmap v2977: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.117514+0000 mgr.y (mgr.25387) 4552 : cluster [DBG] pgmap v2978: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.122132+0000 mon.a (mon.0) 9272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.122695+0000 mgr.y (mgr.25387) 4553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.163459+0000 mon.a (mon.0) 9273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.165527+0000 mon.a (mon.0) 9274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.166399+0000 mon.a (mon.0) 9275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.168511+0000 mon.a (mon.0) 9276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.169218+0000 mon.a (mon.0) 9277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.175332+0000 mon.a (mon.0) 9278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.206071+0000 mon.a (mon.0) 9279 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[73934]: audit 2024-03-30T04:49:09.209032+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.062673+0000 mgr.y (mgr.25387) 4548 : cluster [DBG] pgmap v2975: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.063048+0000 mgr.y (mgr.25387) 4549 : cluster [DBG] pgmap v2976: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.067432+0000 mon.a (mon.0) 9266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.067867+0000 mgr.y (mgr.25387) 4550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.108735+0000 mon.a (mon.0) 9267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.111424+0000 mon.a (mon.0) 9268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.112481+0000 mon.a (mon.0) 9269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.114762+0000 mon.a (mon.0) 9270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.115623+0000 mon.a (mon.0) 9271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.117174+0000 mgr.y (mgr.25387) 4551 : cluster [DBG] pgmap v2977: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.117514+0000 mgr.y (mgr.25387) 4552 : cluster [DBG] pgmap v2978: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.122132+0000 mon.a (mon.0) 9272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.122695+0000 mgr.y (mgr.25387) 4553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.163459+0000 mon.a (mon.0) 9273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.165527+0000 mon.a (mon.0) 9274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.166399+0000 mon.a (mon.0) 9275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.168511+0000 mon.a (mon.0) 9276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.169218+0000 mon.a (mon.0) 9277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.175332+0000 mon.a (mon.0) 9278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.206071+0000 mon.a (mon.0) 9279 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:49:09.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:09 smithi097 bash[69502]: audit 2024-03-30T04:49:09.209032+0000 mon.b (mon.2) 9 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-30T04:49:10.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.170685+0000 mgr.y (mgr.25387) 4554 : cluster [DBG] pgmap v2979: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.170991+0000 mgr.y (mgr.25387) 4555 : cluster [DBG] pgmap v2980: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.175750+0000 mgr.y (mgr.25387) 4556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.228421+0000 mon.a (mon.0) 9280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.230669+0000 mon.a (mon.0) 9281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.231535+0000 mon.a (mon.0) 9282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.233695+0000 mon.a (mon.0) 9283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.234334+0000 mon.a (mon.0) 9284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.235922+0000 mgr.y (mgr.25387) 4557 : cluster [DBG] pgmap v2981: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.236306+0000 mgr.y (mgr.25387) 4558 : cluster [DBG] pgmap v2982: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.240863+0000 mon.a (mon.0) 9285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.241304+0000 mgr.y (mgr.25387) 4559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.281893+0000 mon.a (mon.0) 9286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.283735+0000 mon.a (mon.0) 9287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.284543+0000 mon.a (mon.0) 9288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.286406+0000 mon.a (mon.0) 9289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.287058+0000 mon.a (mon.0) 9290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.170685+0000 mgr.y (mgr.25387) 4554 : cluster [DBG] pgmap v2979: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.170991+0000 mgr.y (mgr.25387) 4555 : cluster [DBG] pgmap v2980: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.175750+0000 mgr.y (mgr.25387) 4556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.228421+0000 mon.a (mon.0) 9280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.230669+0000 mon.a (mon.0) 9281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.231535+0000 mon.a (mon.0) 9282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.233695+0000 mon.a (mon.0) 9283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.234334+0000 mon.a (mon.0) 9284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.235922+0000 mgr.y (mgr.25387) 4557 : cluster [DBG] pgmap v2981: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.236306+0000 mgr.y (mgr.25387) 4558 : cluster [DBG] pgmap v2982: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.240863+0000 mon.a (mon.0) 9285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.241304+0000 mgr.y (mgr.25387) 4559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.281893+0000 mon.a (mon.0) 9286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.283735+0000 mon.a (mon.0) 9287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.284543+0000 mon.a (mon.0) 9288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.286406+0000 mon.a (mon.0) 9289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.287058+0000 mon.a (mon.0) 9290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.288393+0000 mgr.y (mgr.25387) 4560 : cluster [DBG] pgmap v2983: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.288735+0000 mgr.y (mgr.25387) 4561 : cluster [DBG] pgmap v2984: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.292951+0000 mon.a (mon.0) 9291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.293525+0000 mgr.y (mgr.25387) 4562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.335066+0000 mon.a (mon.0) 9292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.336983+0000 mon.a (mon.0) 9293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.337851+0000 mon.a (mon.0) 9294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.339729+0000 mon.a (mon.0) 9295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.340333+0000 mon.a (mon.0) 9296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.341682+0000 mgr.y (mgr.25387) 4563 : cluster [DBG] pgmap v2985: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.342030+0000 mgr.y (mgr.25387) 4564 : cluster [DBG] pgmap v2986: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.346461+0000 mon.a (mon.0) 9297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.346932+0000 mgr.y (mgr.25387) 4565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.388470+0000 mon.a (mon.0) 9298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.390522+0000 mon.a (mon.0) 9299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.391414+0000 mon.a (mon.0) 9300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.393369+0000 mon.a (mon.0) 9301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.394063+0000 mon.a (mon.0) 9302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.288393+0000 mgr.y (mgr.25387) 4560 : cluster [DBG] pgmap v2983: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.288735+0000 mgr.y (mgr.25387) 4561 : cluster [DBG] pgmap v2984: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.292951+0000 mon.a (mon.0) 9291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.293525+0000 mgr.y (mgr.25387) 4562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.335066+0000 mon.a (mon.0) 9292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.336983+0000 mon.a (mon.0) 9293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.337851+0000 mon.a (mon.0) 9294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.339729+0000 mon.a (mon.0) 9295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.340333+0000 mon.a (mon.0) 9296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.341682+0000 mgr.y (mgr.25387) 4563 : cluster [DBG] pgmap v2985: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.342030+0000 mgr.y (mgr.25387) 4564 : cluster [DBG] pgmap v2986: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.346461+0000 mon.a (mon.0) 9297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.346932+0000 mgr.y (mgr.25387) 4565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.388470+0000 mon.a (mon.0) 9298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.390522+0000 mon.a (mon.0) 9299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.391414+0000 mon.a (mon.0) 9300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.393369+0000 mon.a (mon.0) 9301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.394063+0000 mon.a (mon.0) 9302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.395394+0000 mgr.y (mgr.25387) 4566 : cluster [DBG] pgmap v2987: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.395676+0000 mgr.y (mgr.25387) 4567 : cluster [DBG] pgmap v2988: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.400099+0000 mon.a (mon.0) 9303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.400536+0000 mgr.y (mgr.25387) 4568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.441465+0000 mon.a (mon.0) 9304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.443359+0000 mon.a (mon.0) 9305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.444152+0000 mon.a (mon.0) 9306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.446174+0000 mon.a (mon.0) 9307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.446756+0000 mon.a (mon.0) 9308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.448295+0000 mgr.y (mgr.25387) 4569 : cluster [DBG] pgmap v2989: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.448784+0000 mgr.y (mgr.25387) 4570 : cluster [DBG] pgmap v2990: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.453393+0000 mon.a (mon.0) 9309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.453960+0000 mgr.y (mgr.25387) 4571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.494859+0000 mon.a (mon.0) 9310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.499641+0000 mon.a (mon.0) 9311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.500014+0000 mon.a (mon.0) 9312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.500617+0000 mon.a (mon.0) 9313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.501065+0000 mon.a (mon.0) 9314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.395394+0000 mgr.y (mgr.25387) 4566 : cluster [DBG] pgmap v2987: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.395676+0000 mgr.y (mgr.25387) 4567 : cluster [DBG] pgmap v2988: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.400099+0000 mon.a (mon.0) 9303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.400536+0000 mgr.y (mgr.25387) 4568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.441465+0000 mon.a (mon.0) 9304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.443359+0000 mon.a (mon.0) 9305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.444152+0000 mon.a (mon.0) 9306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.446174+0000 mon.a (mon.0) 9307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.446756+0000 mon.a (mon.0) 9308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.448295+0000 mgr.y (mgr.25387) 4569 : cluster [DBG] pgmap v2989: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.448784+0000 mgr.y (mgr.25387) 4570 : cluster [DBG] pgmap v2990: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.453393+0000 mon.a (mon.0) 9309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.453960+0000 mgr.y (mgr.25387) 4571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.494859+0000 mon.a (mon.0) 9310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.499641+0000 mon.a (mon.0) 9311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.500014+0000 mon.a (mon.0) 9312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.500617+0000 mon.a (mon.0) 9313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:10.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.501065+0000 mon.a (mon.0) 9314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.507915+0000 mon.a (mon.0) 9315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.508864+0000 mon.a (mon.0) 9316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.524621+0000 mgr.y (mgr.25387) 4572 : cluster [DBG] pgmap v2991: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.525041+0000 mgr.y (mgr.25387) 4573 : cluster [DBG] pgmap v2992: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.533327+0000 mon.a (mon.0) 9317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.533791+0000 mgr.y (mgr.25387) 4574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.595173+0000 mon.a (mon.0) 9318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.597344+0000 mon.a (mon.0) 9319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.598212+0000 mon.a (mon.0) 9320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.600239+0000 mon.a (mon.0) 9321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.600870+0000 mon.a (mon.0) 9322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.602241+0000 mgr.y (mgr.25387) 4575 : cluster [DBG] pgmap v2993: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.602563+0000 mgr.y (mgr.25387) 4576 : cluster [DBG] pgmap v2994: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.607307+0000 mon.a (mon.0) 9323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.607743+0000 mgr.y (mgr.25387) 4577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.664814+0000 mon.a (mon.0) 9324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.666680+0000 mon.a (mon.0) 9325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.667572+0000 mon.a (mon.0) 9326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.507915+0000 mon.a (mon.0) 9315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.508864+0000 mon.a (mon.0) 9316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.524621+0000 mgr.y (mgr.25387) 4572 : cluster [DBG] pgmap v2991: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.525041+0000 mgr.y (mgr.25387) 4573 : cluster [DBG] pgmap v2992: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.533327+0000 mon.a (mon.0) 9317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.533791+0000 mgr.y (mgr.25387) 4574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.595173+0000 mon.a (mon.0) 9318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.597344+0000 mon.a (mon.0) 9319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.598212+0000 mon.a (mon.0) 9320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.600239+0000 mon.a (mon.0) 9321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.600870+0000 mon.a (mon.0) 9322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.602241+0000 mgr.y (mgr.25387) 4575 : cluster [DBG] pgmap v2993: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.602563+0000 mgr.y (mgr.25387) 4576 : cluster [DBG] pgmap v2994: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.607307+0000 mon.a (mon.0) 9323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.607743+0000 mgr.y (mgr.25387) 4577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.664814+0000 mon.a (mon.0) 9324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.666680+0000 mon.a (mon.0) 9325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.667572+0000 mon.a (mon.0) 9326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.669624+0000 mon.a (mon.0) 9327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.670293+0000 mon.a (mon.0) 9328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.671638+0000 mgr.y (mgr.25387) 4578 : cluster [DBG] pgmap v2995: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.671938+0000 mgr.y (mgr.25387) 4579 : cluster [DBG] pgmap v2996: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.676497+0000 mon.a (mon.0) 9329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.677068+0000 mgr.y (mgr.25387) 4580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.721243+0000 mon.a (mon.0) 9330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.723490+0000 mon.a (mon.0) 9331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.724426+0000 mon.a (mon.0) 9332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.726669+0000 mon.a (mon.0) 9333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.727410+0000 mon.a (mon.0) 9334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.728834+0000 mgr.y (mgr.25387) 4581 : cluster [DBG] pgmap v2997: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.729242+0000 mgr.y (mgr.25387) 4582 : cluster [DBG] pgmap v2998: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.734500+0000 mon.a (mon.0) 9335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.735115+0000 mgr.y (mgr.25387) 4583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.775946+0000 mon.a (mon.0) 9336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.777762+0000 mon.a (mon.0) 9337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.778698+0000 mon.a (mon.0) 9338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.780479+0000 mon.a (mon.0) 9339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.781041+0000 mon.a (mon.0) 9340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.782291+0000 mgr.y (mgr.25387) 4584 : cluster [DBG] pgmap v2999: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.782632+0000 mgr.y (mgr.25387) 4585 : cluster [DBG] pgmap v3000: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.787609+0000 mon.a (mon.0) 9341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.788070+0000 mgr.y (mgr.25387) 4586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.828055+0000 mon.a (mon.0) 9342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.829898+0000 mon.a (mon.0) 9343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.830724+0000 mon.a (mon.0) 9344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.832634+0000 mon.a (mon.0) 9345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.833224+0000 mon.a (mon.0) 9346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.834507+0000 mgr.y (mgr.25387) 4587 : cluster [DBG] pgmap v3001: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.834894+0000 mgr.y (mgr.25387) 4588 : cluster [DBG] pgmap v3002: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.839291+0000 mon.a (mon.0) 9347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.839879+0000 mgr.y (mgr.25387) 4589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.881040+0000 mon.a (mon.0) 9348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.882830+0000 mon.a (mon.0) 9349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.883575+0000 mon.a (mon.0) 9350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.669624+0000 mon.a (mon.0) 9327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.670293+0000 mon.a (mon.0) 9328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.671638+0000 mgr.y (mgr.25387) 4578 : cluster [DBG] pgmap v2995: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.671938+0000 mgr.y (mgr.25387) 4579 : cluster [DBG] pgmap v2996: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.676497+0000 mon.a (mon.0) 9329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.677068+0000 mgr.y (mgr.25387) 4580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.721243+0000 mon.a (mon.0) 9330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.723490+0000 mon.a (mon.0) 9331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.724426+0000 mon.a (mon.0) 9332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.726669+0000 mon.a (mon.0) 9333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.727410+0000 mon.a (mon.0) 9334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.728834+0000 mgr.y (mgr.25387) 4581 : cluster [DBG] pgmap v2997: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.729242+0000 mgr.y (mgr.25387) 4582 : cluster [DBG] pgmap v2998: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.734500+0000 mon.a (mon.0) 9335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.735115+0000 mgr.y (mgr.25387) 4583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.775946+0000 mon.a (mon.0) 9336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.777762+0000 mon.a (mon.0) 9337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.778698+0000 mon.a (mon.0) 9338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.885329+0000 mon.a (mon.0) 9351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.885908+0000 mon.a (mon.0) 9352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.887154+0000 mgr.y (mgr.25387) 4590 : cluster [DBG] pgmap v3003: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.887540+0000 mgr.y (mgr.25387) 4591 : cluster [DBG] pgmap v3004: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.891428+0000 mon.a (mon.0) 9353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.891821+0000 mgr.y (mgr.25387) 4592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.931929+0000 mon.a (mon.0) 9354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.933658+0000 mon.a (mon.0) 9355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.934433+0000 mon.a (mon.0) 9356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.936400+0000 mon.a (mon.0) 9357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.937049+0000 mon.a (mon.0) 9358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.938287+0000 mgr.y (mgr.25387) 4593 : cluster [DBG] pgmap v3005: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.938561+0000 mgr.y (mgr.25387) 4594 : cluster [DBG] pgmap v3006: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.942866+0000 mon.a (mon.0) 9359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.943286+0000 mgr.y (mgr.25387) 4595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.983177+0000 mon.a (mon.0) 9360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.984970+0000 mon.a (mon.0) 9361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.780479+0000 mon.a (mon.0) 9339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.781041+0000 mon.a (mon.0) 9340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.782291+0000 mgr.y (mgr.25387) 4584 : cluster [DBG] pgmap v2999: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.782632+0000 mgr.y (mgr.25387) 4585 : cluster [DBG] pgmap v3000: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.787609+0000 mon.a (mon.0) 9341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.788070+0000 mgr.y (mgr.25387) 4586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.828055+0000 mon.a (mon.0) 9342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.829898+0000 mon.a (mon.0) 9343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.830724+0000 mon.a (mon.0) 9344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.832634+0000 mon.a (mon.0) 9345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.833224+0000 mon.a (mon.0) 9346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.834507+0000 mgr.y (mgr.25387) 4587 : cluster [DBG] pgmap v3001: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.834894+0000 mgr.y (mgr.25387) 4588 : cluster [DBG] pgmap v3002: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.839291+0000 mon.a (mon.0) 9347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.839879+0000 mgr.y (mgr.25387) 4589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.881040+0000 mon.a (mon.0) 9348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.882830+0000 mon.a (mon.0) 9349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.883575+0000 mon.a (mon.0) 9350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.985817+0000 mon.a (mon.0) 9362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.987650+0000 mon.a (mon.0) 9363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.988228+0000 mon.a (mon.0) 9364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.989465+0000 mgr.y (mgr.25387) 4596 : cluster [DBG] pgmap v3007: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:09.989736+0000 mgr.y (mgr.25387) 4597 : cluster [DBG] pgmap v3008: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:09.993978+0000 mon.a (mon.0) 9365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:09.994423+0000 mgr.y (mgr.25387) 4598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.039981+0000 mon.a (mon.0) 9366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.042103+0000 mon.a (mon.0) 9367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.042901+0000 mon.a (mon.0) 9368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.045581+0000 mon.a (mon.0) 9369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.046207+0000 mon.a (mon.0) 9370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.047542+0000 mgr.y (mgr.25387) 4599 : cluster [DBG] pgmap v3009: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.047844+0000 mgr.y (mgr.25387) 4600 : cluster [DBG] pgmap v3010: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.051865+0000 mon.a (mon.0) 9371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.052318+0000 mgr.y (mgr.25387) 4601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.097513+0000 mon.a (mon.0) 9372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.099591+0000 mon.a (mon.0) 9373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.885329+0000 mon.a (mon.0) 9351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.885908+0000 mon.a (mon.0) 9352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.887154+0000 mgr.y (mgr.25387) 4590 : cluster [DBG] pgmap v3003: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.887540+0000 mgr.y (mgr.25387) 4591 : cluster [DBG] pgmap v3004: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.891428+0000 mon.a (mon.0) 9353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.891821+0000 mgr.y (mgr.25387) 4592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.931929+0000 mon.a (mon.0) 9354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.933658+0000 mon.a (mon.0) 9355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.934433+0000 mon.a (mon.0) 9356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.936400+0000 mon.a (mon.0) 9357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.937049+0000 mon.a (mon.0) 9358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.938287+0000 mgr.y (mgr.25387) 4593 : cluster [DBG] pgmap v3005: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.938561+0000 mgr.y (mgr.25387) 4594 : cluster [DBG] pgmap v3006: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.942866+0000 mon.a (mon.0) 9359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.943286+0000 mgr.y (mgr.25387) 4595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.983177+0000 mon.a (mon.0) 9360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.984970+0000 mon.a (mon.0) 9361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.100415+0000 mon.a (mon.0) 9374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.102390+0000 mon.a (mon.0) 9375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.103061+0000 mon.a (mon.0) 9376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.104416+0000 mgr.y (mgr.25387) 4602 : cluster [DBG] pgmap v3011: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.104706+0000 mgr.y (mgr.25387) 4603 : cluster [DBG] pgmap v3012: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.108763+0000 mon.a (mon.0) 9377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.109171+0000 mgr.y (mgr.25387) 4604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.149066+0000 mon.a (mon.0) 9378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.150898+0000 mon.a (mon.0) 9379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.151759+0000 mon.a (mon.0) 9380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.153701+0000 mon.a (mon.0) 9381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.154358+0000 mon.a (mon.0) 9382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.155650+0000 mgr.y (mgr.25387) 4605 : cluster [DBG] pgmap v3013: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.156027+0000 mgr.y (mgr.25387) 4606 : cluster [DBG] pgmap v3014: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.159981+0000 mon.a (mon.0) 9383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.160374+0000 mgr.y (mgr.25387) 4607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.174868+0000 mon.a (mon.0) 9384 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.180849+0000 mon.a (mon.0) 9385 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.185018+0000 mon.a (mon.0) 9386 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.187589+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.203110+0000 mon.a (mon.0) 9387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.204980+0000 mon.a (mon.0) 9388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.205803+0000 mon.a (mon.0) 9389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.207603+0000 mon.a (mon.0) 9390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[73934]: audit 2024-03-30T04:49:10.208221+0000 mon.a (mon.0) 9391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.985817+0000 mon.a (mon.0) 9362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.987650+0000 mon.a (mon.0) 9363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.988228+0000 mon.a (mon.0) 9364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.989465+0000 mgr.y (mgr.25387) 4596 : cluster [DBG] pgmap v3007: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:09.989736+0000 mgr.y (mgr.25387) 4597 : cluster [DBG] pgmap v3008: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:09.993978+0000 mon.a (mon.0) 9365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:09.994423+0000 mgr.y (mgr.25387) 4598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.039981+0000 mon.a (mon.0) 9366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.042103+0000 mon.a (mon.0) 9367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.042901+0000 mon.a (mon.0) 9368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.045581+0000 mon.a (mon.0) 9369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.046207+0000 mon.a (mon.0) 9370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.047542+0000 mgr.y (mgr.25387) 4599 : cluster [DBG] pgmap v3009: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.047844+0000 mgr.y (mgr.25387) 4600 : cluster [DBG] pgmap v3010: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.051865+0000 mon.a (mon.0) 9371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.052318+0000 mgr.y (mgr.25387) 4601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.097513+0000 mon.a (mon.0) 9372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.099591+0000 mon.a (mon.0) 9373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.100415+0000 mon.a (mon.0) 9374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.102390+0000 mon.a (mon.0) 9375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.103061+0000 mon.a (mon.0) 9376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.104416+0000 mgr.y (mgr.25387) 4602 : cluster [DBG] pgmap v3011: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.104706+0000 mgr.y (mgr.25387) 4603 : cluster [DBG] pgmap v3012: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.108763+0000 mon.a (mon.0) 9377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.109171+0000 mgr.y (mgr.25387) 4604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.149066+0000 mon.a (mon.0) 9378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.150898+0000 mon.a (mon.0) 9379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.151759+0000 mon.a (mon.0) 9380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.153701+0000 mon.a (mon.0) 9381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.154358+0000 mon.a (mon.0) 9382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.155650+0000 mgr.y (mgr.25387) 4605 : cluster [DBG] pgmap v3013: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.156027+0000 mgr.y (mgr.25387) 4606 : cluster [DBG] pgmap v3014: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.652 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.159981+0000 mon.a (mon.0) 9383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.160374+0000 mgr.y (mgr.25387) 4607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.174868+0000 mon.a (mon.0) 9384 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.180849+0000 mon.a (mon.0) 9385 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.185018+0000 mon.a (mon.0) 9386 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.187589+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.203110+0000 mon.a (mon.0) 9387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.204980+0000 mon.a (mon.0) 9388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.205803+0000 mon.a (mon.0) 9389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.207603+0000 mon.a (mon.0) 9390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.653 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:10 smithi097 bash[69502]: audit 2024-03-30T04:49:10.208221+0000 mon.a (mon.0) 9391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.170685+0000 mgr.y (mgr.25387) 4554 : cluster [DBG] pgmap v2979: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.170991+0000 mgr.y (mgr.25387) 4555 : cluster [DBG] pgmap v2980: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.175750+0000 mgr.y (mgr.25387) 4556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.228421+0000 mon.a (mon.0) 9280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.681 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.230669+0000 mon.a (mon.0) 9281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.231535+0000 mon.a (mon.0) 9282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.233695+0000 mon.a (mon.0) 9283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.234334+0000 mon.a (mon.0) 9284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.235922+0000 mgr.y (mgr.25387) 4557 : cluster [DBG] pgmap v2981: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.236306+0000 mgr.y (mgr.25387) 4558 : cluster [DBG] pgmap v2982: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.240863+0000 mon.a (mon.0) 9285 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.241304+0000 mgr.y (mgr.25387) 4559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.281893+0000 mon.a (mon.0) 9286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.283735+0000 mon.a (mon.0) 9287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.284543+0000 mon.a (mon.0) 9288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.286406+0000 mon.a (mon.0) 9289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.287058+0000 mon.a (mon.0) 9290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.682 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.288393+0000 mgr.y (mgr.25387) 4560 : cluster [DBG] pgmap v2983: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.288735+0000 mgr.y (mgr.25387) 4561 : cluster [DBG] pgmap v2984: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.292951+0000 mon.a (mon.0) 9291 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.293525+0000 mgr.y (mgr.25387) 4562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.335066+0000 mon.a (mon.0) 9292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.336983+0000 mon.a (mon.0) 9293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.337851+0000 mon.a (mon.0) 9294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.339729+0000 mon.a (mon.0) 9295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.340333+0000 mon.a (mon.0) 9296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.341682+0000 mgr.y (mgr.25387) 4563 : cluster [DBG] pgmap v2985: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.342030+0000 mgr.y (mgr.25387) 4564 : cluster [DBG] pgmap v2986: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.346461+0000 mon.a (mon.0) 9297 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.346932+0000 mgr.y (mgr.25387) 4565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.388470+0000 mon.a (mon.0) 9298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.683 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.390522+0000 mon.a (mon.0) 9299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.391414+0000 mon.a (mon.0) 9300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.393369+0000 mon.a (mon.0) 9301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.394063+0000 mon.a (mon.0) 9302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.395394+0000 mgr.y (mgr.25387) 4566 : cluster [DBG] pgmap v2987: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.395676+0000 mgr.y (mgr.25387) 4567 : cluster [DBG] pgmap v2988: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.400099+0000 mon.a (mon.0) 9303 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.400536+0000 mgr.y (mgr.25387) 4568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.441465+0000 mon.a (mon.0) 9304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.443359+0000 mon.a (mon.0) 9305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.444152+0000 mon.a (mon.0) 9306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.446174+0000 mon.a (mon.0) 9307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.446756+0000 mon.a (mon.0) 9308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.684 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.448295+0000 mgr.y (mgr.25387) 4569 : cluster [DBG] pgmap v2989: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.448784+0000 mgr.y (mgr.25387) 4570 : cluster [DBG] pgmap v2990: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.453393+0000 mon.a (mon.0) 9309 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.453960+0000 mgr.y (mgr.25387) 4571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.494859+0000 mon.a (mon.0) 9310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.499641+0000 mon.a (mon.0) 9311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.500014+0000 mon.a (mon.0) 9312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.500617+0000 mon.a (mon.0) 9313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:10.685 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.501065+0000 mon.a (mon.0) 9314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.686 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.507915+0000 mon.a (mon.0) 9315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.686 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.508864+0000 mon.a (mon.0) 9316 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.686 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.524621+0000 mgr.y (mgr.25387) 4572 : cluster [DBG] pgmap v2991: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.525041+0000 mgr.y (mgr.25387) 4573 : cluster [DBG] pgmap v2992: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.533327+0000 mon.a (mon.0) 9317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.533791+0000 mgr.y (mgr.25387) 4574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.595173+0000 mon.a (mon.0) 9318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.597344+0000 mon.a (mon.0) 9319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.598212+0000 mon.a (mon.0) 9320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.600239+0000 mon.a (mon.0) 9321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.600870+0000 mon.a (mon.0) 9322 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.602241+0000 mgr.y (mgr.25387) 4575 : cluster [DBG] pgmap v2993: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.602563+0000 mgr.y (mgr.25387) 4576 : cluster [DBG] pgmap v2994: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.607307+0000 mon.a (mon.0) 9323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.607743+0000 mgr.y (mgr.25387) 4577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.664814+0000 mon.a (mon.0) 9324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.666680+0000 mon.a (mon.0) 9325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.687 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.667572+0000 mon.a (mon.0) 9326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.669624+0000 mon.a (mon.0) 9327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.670293+0000 mon.a (mon.0) 9328 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.671638+0000 mgr.y (mgr.25387) 4578 : cluster [DBG] pgmap v2995: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.671938+0000 mgr.y (mgr.25387) 4579 : cluster [DBG] pgmap v2996: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.676497+0000 mon.a (mon.0) 9329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.677068+0000 mgr.y (mgr.25387) 4580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.721243+0000 mon.a (mon.0) 9330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.723490+0000 mon.a (mon.0) 9331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.724426+0000 mon.a (mon.0) 9332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.726669+0000 mon.a (mon.0) 9333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.727410+0000 mon.a (mon.0) 9334 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.728834+0000 mgr.y (mgr.25387) 4581 : cluster [DBG] pgmap v2997: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.729242+0000 mgr.y (mgr.25387) 4582 : cluster [DBG] pgmap v2998: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.734500+0000 mon.a (mon.0) 9335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.688 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.735115+0000 mgr.y (mgr.25387) 4583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.775946+0000 mon.a (mon.0) 9336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.777762+0000 mon.a (mon.0) 9337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.778698+0000 mon.a (mon.0) 9338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.780479+0000 mon.a (mon.0) 9339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.781041+0000 mon.a (mon.0) 9340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.782291+0000 mgr.y (mgr.25387) 4584 : cluster [DBG] pgmap v2999: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.782632+0000 mgr.y (mgr.25387) 4585 : cluster [DBG] pgmap v3000: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.787609+0000 mon.a (mon.0) 9341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.788070+0000 mgr.y (mgr.25387) 4586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.828055+0000 mon.a (mon.0) 9342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.829898+0000 mon.a (mon.0) 9343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.830724+0000 mon.a (mon.0) 9344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.832634+0000 mon.a (mon.0) 9345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.689 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.833224+0000 mon.a (mon.0) 9346 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.834507+0000 mgr.y (mgr.25387) 4587 : cluster [DBG] pgmap v3001: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.834894+0000 mgr.y (mgr.25387) 4588 : cluster [DBG] pgmap v3002: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.839291+0000 mon.a (mon.0) 9347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.839879+0000 mgr.y (mgr.25387) 4589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.881040+0000 mon.a (mon.0) 9348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.882830+0000 mon.a (mon.0) 9349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.883575+0000 mon.a (mon.0) 9350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.885329+0000 mon.a (mon.0) 9351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.885908+0000 mon.a (mon.0) 9352 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.887154+0000 mgr.y (mgr.25387) 4590 : cluster [DBG] pgmap v3003: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.887540+0000 mgr.y (mgr.25387) 4591 : cluster [DBG] pgmap v3004: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.891428+0000 mon.a (mon.0) 9353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.891821+0000 mgr.y (mgr.25387) 4592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.690 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.931929+0000 mon.a (mon.0) 9354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.933658+0000 mon.a (mon.0) 9355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.934433+0000 mon.a (mon.0) 9356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.936400+0000 mon.a (mon.0) 9357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.937049+0000 mon.a (mon.0) 9358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.938287+0000 mgr.y (mgr.25387) 4593 : cluster [DBG] pgmap v3005: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.938561+0000 mgr.y (mgr.25387) 4594 : cluster [DBG] pgmap v3006: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.942866+0000 mon.a (mon.0) 9359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.943286+0000 mgr.y (mgr.25387) 4595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.983177+0000 mon.a (mon.0) 9360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.984970+0000 mon.a (mon.0) 9361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.985817+0000 mon.a (mon.0) 9362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.987650+0000 mon.a (mon.0) 9363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.988228+0000 mon.a (mon.0) 9364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.989465+0000 mgr.y (mgr.25387) 4596 : cluster [DBG] pgmap v3007: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.691 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:09.989736+0000 mgr.y (mgr.25387) 4597 : cluster [DBG] pgmap v3008: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:09.993978+0000 mon.a (mon.0) 9365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:09.994423+0000 mgr.y (mgr.25387) 4598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.039981+0000 mon.a (mon.0) 9366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.042103+0000 mon.a (mon.0) 9367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.042901+0000 mon.a (mon.0) 9368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.045581+0000 mon.a (mon.0) 9369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.046207+0000 mon.a (mon.0) 9370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.047542+0000 mgr.y (mgr.25387) 4599 : cluster [DBG] pgmap v3009: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.047844+0000 mgr.y (mgr.25387) 4600 : cluster [DBG] pgmap v3010: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.051865+0000 mon.a (mon.0) 9371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.052318+0000 mgr.y (mgr.25387) 4601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.097513+0000 mon.a (mon.0) 9372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.099591+0000 mon.a (mon.0) 9373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.100415+0000 mon.a (mon.0) 9374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.102390+0000 mon.a (mon.0) 9375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.103061+0000 mon.a (mon.0) 9376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.104416+0000 mgr.y (mgr.25387) 4602 : cluster [DBG] pgmap v3011: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.104706+0000 mgr.y (mgr.25387) 4603 : cluster [DBG] pgmap v3012: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.108763+0000 mon.a (mon.0) 9377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.109171+0000 mgr.y (mgr.25387) 4604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.149066+0000 mon.a (mon.0) 9378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.150898+0000 mon.a (mon.0) 9379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.151759+0000 mon.a (mon.0) 9380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.153701+0000 mon.a (mon.0) 9381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.154358+0000 mon.a (mon.0) 9382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.155650+0000 mgr.y (mgr.25387) 4605 : cluster [DBG] pgmap v3013: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.156027+0000 mgr.y (mgr.25387) 4606 : cluster [DBG] pgmap v3014: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.159981+0000 mon.a (mon.0) 9383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:10.693 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.160374+0000 mgr.y (mgr.25387) 4607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.174868+0000 mon.a (mon.0) 9384 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.180849+0000 mon.a (mon.0) 9385 : cluster [DBG] osdmap e144: 8 total, 7 up, 8 in 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.185018+0000 mon.a (mon.0) 9386 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.187589+0000 mon.b (mon.2) 10 : audit [INF] from='osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.203110+0000 mon.a (mon.0) 9387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.204980+0000 mon.a (mon.0) 9388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.205803+0000 mon.a (mon.0) 9389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.207603+0000 mon.a (mon.0) 9390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:10.694 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[58125]: audit 2024-03-30T04:49:10.208221+0000 mon.a (mon.0) 9391 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:10.958 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:10 smithi105 bash[72918]: debug 2024-03-30T04:49:10.683+0000 7effab9ff700 -1 osd.7 141 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-30T04:49:11.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.209484+0000 mgr.y (mgr.25387) 4608 : cluster [DBG] pgmap v3016: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.209784+0000 mgr.y (mgr.25387) 4609 : cluster [DBG] pgmap v3017: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.233582+0000 mon.a (mon.0) 9392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.234074+0000 mgr.y (mgr.25387) 4610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.274401+0000 mon.a (mon.0) 9393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.276141+0000 mon.a (mon.0) 9394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.276912+0000 mon.a (mon.0) 9395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.278668+0000 mon.a (mon.0) 9396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.279259+0000 mon.a (mon.0) 9397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.280497+0000 mgr.y (mgr.25387) 4611 : cluster [DBG] pgmap v3018: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.280823+0000 mgr.y (mgr.25387) 4612 : cluster [DBG] pgmap v3019: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.498764+0000 mon.a (mon.0) 9398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.499711+0000 mgr.y (mgr.25387) 4613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.573184+0000 mon.a (mon.0) 9399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.576107+0000 mon.a (mon.0) 9400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.578065+0000 mon.a (mon.0) 9401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.581891+0000 mon.a (mon.0) 9402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.209484+0000 mgr.y (mgr.25387) 4608 : cluster [DBG] pgmap v3016: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.209784+0000 mgr.y (mgr.25387) 4609 : cluster [DBG] pgmap v3017: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.233582+0000 mon.a (mon.0) 9392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.234074+0000 mgr.y (mgr.25387) 4610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.274401+0000 mon.a (mon.0) 9393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.276141+0000 mon.a (mon.0) 9394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.276912+0000 mon.a (mon.0) 9395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.278668+0000 mon.a (mon.0) 9396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.279259+0000 mon.a (mon.0) 9397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.280497+0000 mgr.y (mgr.25387) 4611 : cluster [DBG] pgmap v3018: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.280823+0000 mgr.y (mgr.25387) 4612 : cluster [DBG] pgmap v3019: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.498764+0000 mon.a (mon.0) 9398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.499711+0000 mgr.y (mgr.25387) 4613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.573184+0000 mon.a (mon.0) 9399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.576107+0000 mon.a (mon.0) 9400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.578065+0000 mon.a (mon.0) 9401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.581891+0000 mon.a (mon.0) 9402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.582938+0000 mon.a (mon.0) 9403 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.585826+0000 mgr.y (mgr.25387) 4614 : cluster [DBG] pgmap v3020: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.586584+0000 mgr.y (mgr.25387) 4615 : cluster [DBG] pgmap v3021: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.592820+0000 mon.a (mon.0) 9404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.593631+0000 mgr.y (mgr.25387) 4616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.678682+0000 mon.a (mon.0) 9405 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.684941+0000 mon.a (mon.0) 9406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.689482+0000 mon.a (mon.0) 9407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.690984+0000 mon.a (mon.0) 9408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.694430+0000 mon.a (mon.0) 9409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.695676+0000 mon.a (mon.0) 9410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.698413+0000 mgr.y (mgr.25387) 4617 : cluster [DBG] pgmap v3022: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.699455+0000 mgr.y (mgr.25387) 4618 : cluster [DBG] pgmap v3023: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.705686+0000 mon.a (mon.0) 9411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.706215+0000 mgr.y (mgr.25387) 4619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.720926+0000 mgr.y (mgr.25387) 4620 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.763329+0000 mon.a (mon.0) 9412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.765284+0000 mon.a (mon.0) 9413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.582938+0000 mon.a (mon.0) 9403 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.585826+0000 mgr.y (mgr.25387) 4614 : cluster [DBG] pgmap v3020: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.586584+0000 mgr.y (mgr.25387) 4615 : cluster [DBG] pgmap v3021: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.592820+0000 mon.a (mon.0) 9404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.593631+0000 mgr.y (mgr.25387) 4616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.678682+0000 mon.a (mon.0) 9405 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.684941+0000 mon.a (mon.0) 9406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.689482+0000 mon.a (mon.0) 9407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.690984+0000 mon.a (mon.0) 9408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.694430+0000 mon.a (mon.0) 9409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.695676+0000 mon.a (mon.0) 9410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.698413+0000 mgr.y (mgr.25387) 4617 : cluster [DBG] pgmap v3022: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.699455+0000 mgr.y (mgr.25387) 4618 : cluster [DBG] pgmap v3023: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.705686+0000 mon.a (mon.0) 9411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.706215+0000 mgr.y (mgr.25387) 4619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.720926+0000 mgr.y (mgr.25387) 4620 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.763329+0000 mon.a (mon.0) 9412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.765284+0000 mon.a (mon.0) 9413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.766522+0000 mon.a (mon.0) 9414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.768614+0000 mon.a (mon.0) 9415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.769290+0000 mon.a (mon.0) 9416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.770825+0000 mgr.y (mgr.25387) 4621 : cluster [DBG] pgmap v3024: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.771239+0000 mgr.y (mgr.25387) 4622 : cluster [DBG] pgmap v3025: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.775216+0000 mon.a (mon.0) 9417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.775700+0000 mgr.y (mgr.25387) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.816088+0000 mon.a (mon.0) 9418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.818134+0000 mon.a (mon.0) 9419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.818954+0000 mon.a (mon.0) 9420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.820963+0000 mon.a (mon.0) 9421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.821595+0000 mon.a (mon.0) 9422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.822971+0000 mgr.y (mgr.25387) 4624 : cluster [DBG] pgmap v3026: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.823343+0000 mgr.y (mgr.25387) 4625 : cluster [DBG] pgmap v3027: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.827367+0000 mon.a (mon.0) 9423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.827802+0000 mgr.y (mgr.25387) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.868883+0000 mon.a (mon.0) 9424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.870954+0000 mon.a (mon.0) 9425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.766522+0000 mon.a (mon.0) 9414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.768614+0000 mon.a (mon.0) 9415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.769290+0000 mon.a (mon.0) 9416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.770825+0000 mgr.y (mgr.25387) 4621 : cluster [DBG] pgmap v3024: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.771239+0000 mgr.y (mgr.25387) 4622 : cluster [DBG] pgmap v3025: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.775216+0000 mon.a (mon.0) 9417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.775700+0000 mgr.y (mgr.25387) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.816088+0000 mon.a (mon.0) 9418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.818134+0000 mon.a (mon.0) 9419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.818954+0000 mon.a (mon.0) 9420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.820963+0000 mon.a (mon.0) 9421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.821595+0000 mon.a (mon.0) 9422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.822971+0000 mgr.y (mgr.25387) 4624 : cluster [DBG] pgmap v3026: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.823343+0000 mgr.y (mgr.25387) 4625 : cluster [DBG] pgmap v3027: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.827367+0000 mon.a (mon.0) 9423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.827802+0000 mgr.y (mgr.25387) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.868883+0000 mon.a (mon.0) 9424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.870954+0000 mon.a (mon.0) 9425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.871859+0000 mon.a (mon.0) 9426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.873879+0000 mon.a (mon.0) 9427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.874529+0000 mon.a (mon.0) 9428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.875978+0000 mgr.y (mgr.25387) 4627 : cluster [DBG] pgmap v3028: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.876352+0000 mgr.y (mgr.25387) 4628 : cluster [DBG] pgmap v3029: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.880845+0000 mon.a (mon.0) 9429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.881281+0000 mgr.y (mgr.25387) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.921368+0000 mon.a (mon.0) 9430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.923630+0000 mon.a (mon.0) 9431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.924514+0000 mon.a (mon.0) 9432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.926448+0000 mon.a (mon.0) 9433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.927094+0000 mon.a (mon.0) 9434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.928501+0000 mgr.y (mgr.25387) 4630 : cluster [DBG] pgmap v3030: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.928881+0000 mgr.y (mgr.25387) 4631 : cluster [DBG] pgmap v3031: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.933142+0000 mon.a (mon.0) 9435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.933605+0000 mgr.y (mgr.25387) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.974318+0000 mon.a (mon.0) 9436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.976336+0000 mon.a (mon.0) 9437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.871859+0000 mon.a (mon.0) 9426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.873879+0000 mon.a (mon.0) 9427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.874529+0000 mon.a (mon.0) 9428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.875978+0000 mgr.y (mgr.25387) 4627 : cluster [DBG] pgmap v3028: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.876352+0000 mgr.y (mgr.25387) 4628 : cluster [DBG] pgmap v3029: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.880845+0000 mon.a (mon.0) 9429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.881281+0000 mgr.y (mgr.25387) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.921368+0000 mon.a (mon.0) 9430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.923630+0000 mon.a (mon.0) 9431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.924514+0000 mon.a (mon.0) 9432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.926448+0000 mon.a (mon.0) 9433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.927094+0000 mon.a (mon.0) 9434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.928501+0000 mgr.y (mgr.25387) 4630 : cluster [DBG] pgmap v3030: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.928881+0000 mgr.y (mgr.25387) 4631 : cluster [DBG] pgmap v3031: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.933142+0000 mon.a (mon.0) 9435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.933605+0000 mgr.y (mgr.25387) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.974318+0000 mon.a (mon.0) 9436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.976336+0000 mon.a (mon.0) 9437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.977234+0000 mon.a (mon.0) 9438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.979178+0000 mon.a (mon.0) 9439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.979795+0000 mon.a (mon.0) 9440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.981258+0000 mgr.y (mgr.25387) 4633 : cluster [DBG] pgmap v3032: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:10.981666+0000 mgr.y (mgr.25387) 4634 : cluster [DBG] pgmap v3033: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:10.985985+0000 mon.a (mon.0) 9441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:10.986539+0000 mgr.y (mgr.25387) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.033740+0000 mon.a (mon.0) 9442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.038921+0000 mon.a (mon.0) 9443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.039368+0000 mon.a (mon.0) 9444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.041470+0000 mon.a (mon.0) 9445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.045109+0000 mon.a (mon.0) 9446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.045809+0000 mon.a (mon.0) 9447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.046468+0000 mgr.y (mgr.25387) 4636 : cluster [DBG] pgmap v3034: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.046927+0000 mgr.y (mgr.25387) 4637 : cluster [DBG] pgmap v3035: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.047406+0000 mon.a (mon.0) 9448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.049370+0000 mgr.y (mgr.25387) 4638 : cluster [DBG] pgmap v3036: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.977234+0000 mon.a (mon.0) 9438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.979178+0000 mon.a (mon.0) 9439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.979795+0000 mon.a (mon.0) 9440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.981258+0000 mgr.y (mgr.25387) 4633 : cluster [DBG] pgmap v3032: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:10.981666+0000 mgr.y (mgr.25387) 4634 : cluster [DBG] pgmap v3033: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:10.985985+0000 mon.a (mon.0) 9441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:10.986539+0000 mgr.y (mgr.25387) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.033740+0000 mon.a (mon.0) 9442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.038921+0000 mon.a (mon.0) 9443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.039368+0000 mon.a (mon.0) 9444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.041470+0000 mon.a (mon.0) 9445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.045109+0000 mon.a (mon.0) 9446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.045809+0000 mon.a (mon.0) 9447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.046468+0000 mgr.y (mgr.25387) 4636 : cluster [DBG] pgmap v3034: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.046927+0000 mgr.y (mgr.25387) 4637 : cluster [DBG] pgmap v3035: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.047406+0000 mon.a (mon.0) 9448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.049370+0000 mgr.y (mgr.25387) 4638 : cluster [DBG] pgmap v3036: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.049720+0000 mgr.y (mgr.25387) 4639 : cluster [DBG] pgmap v3037: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.052216+0000 mon.a (mon.0) 9449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.057946+0000 mon.a (mon.0) 9450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.103173+0000 mon.a (mon.0) 9451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.105181+0000 mon.a (mon.0) 9452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.106829+0000 mon.a (mon.0) 9453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.107960+0000 mon.a (mon.0) 9454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.109980+0000 mon.a (mon.0) 9455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: cephadm 2024-03-30T04:49:11.110548+0000 mgr.y (mgr.25387) 4640 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.114870+0000 mon.a (mon.0) 9456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.117560+0000 mon.a (mon.0) 9457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.121178+0000 mon.a (mon.0) 9458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.123644+0000 mon.a (mon.0) 9459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.127051+0000 mon.a (mon.0) 9460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.129470+0000 mon.a (mon.0) 9461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.132980+0000 mon.a (mon.0) 9462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.135719+0000 mon.a (mon.0) 9463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.140260+0000 mon.a (mon.0) 9464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.049720+0000 mgr.y (mgr.25387) 4639 : cluster [DBG] pgmap v3037: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.052216+0000 mon.a (mon.0) 9449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.057946+0000 mon.a (mon.0) 9450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.103173+0000 mon.a (mon.0) 9451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.105181+0000 mon.a (mon.0) 9452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.106829+0000 mon.a (mon.0) 9453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.107960+0000 mon.a (mon.0) 9454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.109980+0000 mon.a (mon.0) 9455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: cephadm 2024-03-30T04:49:11.110548+0000 mgr.y (mgr.25387) 4640 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.114870+0000 mon.a (mon.0) 9456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.117560+0000 mon.a (mon.0) 9457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.121178+0000 mon.a (mon.0) 9458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.123644+0000 mon.a (mon.0) 9459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.127051+0000 mon.a (mon.0) 9460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.129470+0000 mon.a (mon.0) 9461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:49:11.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.132980+0000 mon.a (mon.0) 9462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.135719+0000 mon.a (mon.0) 9463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.140260+0000 mon.a (mon.0) 9464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.143043+0000 mon.a (mon.0) 9465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.147008+0000 mon.a (mon.0) 9466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.149729+0000 mon.a (mon.0) 9467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.154274+0000 mon.a (mon.0) 9468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.156914+0000 mon.a (mon.0) 9469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.160864+0000 mon.a (mon.0) 9470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.163550+0000 mon.a (mon.0) 9471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.167827+0000 mon.a (mon.0) 9472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[73934]: audit 2024-03-30T04:49:11.171474+0000 mon.a (mon.0) 9473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:49:11.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.143043+0000 mon.a (mon.0) 9465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.147008+0000 mon.a (mon.0) 9466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.149729+0000 mon.a (mon.0) 9467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.154274+0000 mon.a (mon.0) 9468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.156914+0000 mon.a (mon.0) 9469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.160864+0000 mon.a (mon.0) 9470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.163550+0000 mon.a (mon.0) 9471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.167827+0000 mon.a (mon.0) 9472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:49:11.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:11 smithi097 bash[69502]: audit 2024-03-30T04:49:11.171474+0000 mon.a (mon.0) 9473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.209484+0000 mgr.y (mgr.25387) 4608 : cluster [DBG] pgmap v3016: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.209784+0000 mgr.y (mgr.25387) 4609 : cluster [DBG] pgmap v3017: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.233582+0000 mon.a (mon.0) 9392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.234074+0000 mgr.y (mgr.25387) 4610 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.274401+0000 mon.a (mon.0) 9393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.276141+0000 mon.a (mon.0) 9394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.276912+0000 mon.a (mon.0) 9395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.278668+0000 mon.a (mon.0) 9396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.279259+0000 mon.a (mon.0) 9397 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.280497+0000 mgr.y (mgr.25387) 4611 : cluster [DBG] pgmap v3018: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.280823+0000 mgr.y (mgr.25387) 4612 : cluster [DBG] pgmap v3019: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.498764+0000 mon.a (mon.0) 9398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.659 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.499711+0000 mgr.y (mgr.25387) 4613 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.573184+0000 mon.a (mon.0) 9399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.576107+0000 mon.a (mon.0) 9400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.578065+0000 mon.a (mon.0) 9401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.581891+0000 mon.a (mon.0) 9402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.582938+0000 mon.a (mon.0) 9403 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.585826+0000 mgr.y (mgr.25387) 4614 : cluster [DBG] pgmap v3020: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 11 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.586584+0000 mgr.y (mgr.25387) 4615 : cluster [DBG] pgmap v3021: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 12 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.592820+0000 mon.a (mon.0) 9404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.593631+0000 mgr.y (mgr.25387) 4616 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.678682+0000 mon.a (mon.0) 9405 : audit [INF] from='osd.7 ' entity='osd.7' 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.684941+0000 mon.a (mon.0) 9406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.689482+0000 mon.a (mon.0) 9407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.690984+0000 mon.a (mon.0) 9408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.660 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.694430+0000 mon.a (mon.0) 9409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.695676+0000 mon.a (mon.0) 9410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.698413+0000 mgr.y (mgr.25387) 4617 : cluster [DBG] pgmap v3022: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.699455+0000 mgr.y (mgr.25387) 4618 : cluster [DBG] pgmap v3023: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.705686+0000 mon.a (mon.0) 9411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.706215+0000 mgr.y (mgr.25387) 4619 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.720926+0000 mgr.y (mgr.25387) 4620 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.763329+0000 mon.a (mon.0) 9412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.765284+0000 mon.a (mon.0) 9413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.766522+0000 mon.a (mon.0) 9414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.768614+0000 mon.a (mon.0) 9415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.769290+0000 mon.a (mon.0) 9416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.770825+0000 mgr.y (mgr.25387) 4621 : cluster [DBG] pgmap v3024: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.661 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.771239+0000 mgr.y (mgr.25387) 4622 : cluster [DBG] pgmap v3025: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 10 op/s; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.775216+0000 mon.a (mon.0) 9417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.775700+0000 mgr.y (mgr.25387) 4623 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.816088+0000 mon.a (mon.0) 9418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.818134+0000 mon.a (mon.0) 9419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.818954+0000 mon.a (mon.0) 9420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.820963+0000 mon.a (mon.0) 9421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.821595+0000 mon.a (mon.0) 9422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.822971+0000 mgr.y (mgr.25387) 4624 : cluster [DBG] pgmap v3026: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.823343+0000 mgr.y (mgr.25387) 4625 : cluster [DBG] pgmap v3027: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.827367+0000 mon.a (mon.0) 9423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.827802+0000 mgr.y (mgr.25387) 4626 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.868883+0000 mon.a (mon.0) 9424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.870954+0000 mon.a (mon.0) 9425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.662 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.871859+0000 mon.a (mon.0) 9426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.873879+0000 mon.a (mon.0) 9427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.874529+0000 mon.a (mon.0) 9428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.875978+0000 mgr.y (mgr.25387) 4627 : cluster [DBG] pgmap v3028: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.876352+0000 mgr.y (mgr.25387) 4628 : cluster [DBG] pgmap v3029: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.880845+0000 mon.a (mon.0) 9429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.881281+0000 mgr.y (mgr.25387) 4629 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.921368+0000 mon.a (mon.0) 9430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.923630+0000 mon.a (mon.0) 9431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.924514+0000 mon.a (mon.0) 9432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.926448+0000 mon.a (mon.0) 9433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.927094+0000 mon.a (mon.0) 9434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.928501+0000 mgr.y (mgr.25387) 4630 : cluster [DBG] pgmap v3030: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.928881+0000 mgr.y (mgr.25387) 4631 : cluster [DBG] pgmap v3031: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.663 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.933142+0000 mon.a (mon.0) 9435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.933605+0000 mgr.y (mgr.25387) 4632 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.974318+0000 mon.a (mon.0) 9436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.976336+0000 mon.a (mon.0) 9437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.977234+0000 mon.a (mon.0) 9438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.979178+0000 mon.a (mon.0) 9439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.979795+0000 mon.a (mon.0) 9440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.981258+0000 mgr.y (mgr.25387) 4633 : cluster [DBG] pgmap v3032: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:10.981666+0000 mgr.y (mgr.25387) 4634 : cluster [DBG] pgmap v3033: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:10.985985+0000 mon.a (mon.0) 9441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:10.986539+0000 mgr.y (mgr.25387) 4635 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.033740+0000 mon.a (mon.0) 9442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.038921+0000 mon.a (mon.0) 9443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.039368+0000 mon.a (mon.0) 9444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.041470+0000 mon.a (mon.0) 9445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.045109+0000 mon.a (mon.0) 9446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.045809+0000 mon.a (mon.0) 9447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.046468+0000 mgr.y (mgr.25387) 4636 : cluster [DBG] pgmap v3034: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.046927+0000 mgr.y (mgr.25387) 4637 : cluster [DBG] pgmap v3035: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.047406+0000 mon.a (mon.0) 9448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.049370+0000 mgr.y (mgr.25387) 4638 : cluster [DBG] pgmap v3036: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.049720+0000 mgr.y (mgr.25387) 4639 : cluster [DBG] pgmap v3037: 161 pgs: 26 active+undersized+degraded, 43 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 95/726 objects degraded (13.085%) 2024-03-30T04:49:11.665 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.052216+0000 mon.a (mon.0) 9449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.057946+0000 mon.a (mon.0) 9450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.103173+0000 mon.a (mon.0) 9451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.105181+0000 mon.a (mon.0) 9452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.106829+0000 mon.a (mon.0) 9453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.107960+0000 mon.a (mon.0) 9454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.109980+0000 mon.a (mon.0) 9455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: cephadm 2024-03-30T04:49:11.110548+0000 mgr.y (mgr.25387) 4640 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.114870+0000 mon.a (mon.0) 9456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.117560+0000 mon.a (mon.0) 9457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.121178+0000 mon.a (mon.0) 9458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.123644+0000 mon.a (mon.0) 9459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.127051+0000 mon.a (mon.0) 9460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.129470+0000 mon.a (mon.0) 9461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-30T04:49:11.666 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.132980+0000 mon.a (mon.0) 9462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.135719+0000 mon.a (mon.0) 9463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.140260+0000 mon.a (mon.0) 9464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.143043+0000 mon.a (mon.0) 9465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.147008+0000 mon.a (mon.0) 9466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.149729+0000 mon.a (mon.0) 9467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.154274+0000 mon.a (mon.0) 9468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.156914+0000 mon.a (mon.0) 9469 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.160864+0000 mon.a (mon.0) 9470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.163550+0000 mon.a (mon.0) 9471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.167827+0000 mon.a (mon.0) 9472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-30T04:49:11.667 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:11 smithi105 bash[58125]: audit 2024-03-30T04:49:11.171474+0000 mon.a (mon.0) 9473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "squid"}]: dispatch 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: cephadm 2024-03-30T04:49:11.171257+0000 mgr.y (mgr.25387) 4641 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.675509+0000 mon.a (mon.0) 9474 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.675570+0000 mon.a (mon.0) 9475 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: audit 2024-03-30T04:49:11.677949+0000 mon.a (mon.0) 9476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.686534+0000 mon.a (mon.0) 9477 : cluster [INF] osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821] boot 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: cluster 2024-03-30T04:49:11.686703+0000 mon.a (mon.0) 9478 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: audit 2024-03-30T04:49:11.688461+0000 mon.a (mon.0) 9479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:49:12.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: audit 2024-03-30T04:49:11.690257+0000 mon.a (mon.0) 9480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: cephadm 2024-03-30T04:49:11.693036+0000 mgr.y (mgr.25387) 4642 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[69502]: audit 2024-03-30T04:49:11.707849+0000 mon.a (mon.0) 9481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: cephadm 2024-03-30T04:49:11.171257+0000 mgr.y (mgr.25387) 4641 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.675509+0000 mon.a (mon.0) 9474 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.675570+0000 mon.a (mon.0) 9475 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: audit 2024-03-30T04:49:11.677949+0000 mon.a (mon.0) 9476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.686534+0000 mon.a (mon.0) 9477 : cluster [INF] osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821] boot 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: cluster 2024-03-30T04:49:11.686703+0000 mon.a (mon.0) 9478 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: audit 2024-03-30T04:49:11.688461+0000 mon.a (mon.0) 9479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: audit 2024-03-30T04:49:11.690257+0000 mon.a (mon.0) 9480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: cephadm 2024-03-30T04:49:11.693036+0000 mgr.y (mgr.25387) 4642 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:49:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[73934]: audit 2024-03-30T04:49:11.707849+0000 mon.a (mon.0) 9481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:12.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: cephadm 2024-03-30T04:49:11.171257+0000 mgr.y (mgr.25387) 4641 : cephadm [INF] Upgrade: Setting require_osd_release to 19 squid 2024-03-30T04:49:12.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.675509+0000 mon.a (mon.0) 9474 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-30T04:49:12.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.675570+0000 mon.a (mon.0) 9475 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running squid or later but require_osd_release < squid) 2024-03-30T04:49:12.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: audit 2024-03-30T04:49:11.677949+0000 mon.a (mon.0) 9476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "squid"}]': finished 2024-03-30T04:49:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.686534+0000 mon.a (mon.0) 9477 : cluster [INF] osd.7 [v2:172.21.15.105:6824/3217457821,v1:172.21.15.105:6825/3217457821] boot 2024-03-30T04:49:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: cluster 2024-03-30T04:49:11.686703+0000 mon.a (mon.0) 9478 : cluster [DBG] osdmap e145: 8 total, 8 up, 8 in 2024-03-30T04:49:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: audit 2024-03-30T04:49:11.688461+0000 mon.a (mon.0) 9479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-30T04:49:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: audit 2024-03-30T04:49:11.690257+0000 mon.a (mon.0) 9480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: cephadm 2024-03-30T04:49:11.693036+0000 mgr.y (mgr.25387) 4642 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-03-30T04:49:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:12 smithi105 bash[58125]: audit 2024-03-30T04:49:11.707849+0000 mon.a (mon.0) 9481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:12.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:49:12] "GET /metrics HTTP/1.1" 200 38622 "" "Prometheus/2.33.4" 2024-03-30T04:49:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:13 smithi097 bash[73934]: cluster 2024-03-30T04:49:12.692564+0000 mon.a (mon.0) 9482 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-30T04:49:13.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:13 smithi097 bash[73934]: cluster 2024-03-30T04:49:13.050991+0000 mgr.y (mgr.25387) 4643 : cluster [DBG] pgmap v3040: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:13 smithi097 bash[69502]: cluster 2024-03-30T04:49:12.692564+0000 mon.a (mon.0) 9482 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-30T04:49:13.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:13 smithi097 bash[69502]: cluster 2024-03-30T04:49:13.050991+0000 mgr.y (mgr.25387) 4643 : cluster [DBG] pgmap v3040: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:13.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:13 smithi105 bash[58125]: cluster 2024-03-30T04:49:12.692564+0000 mon.a (mon.0) 9482 : cluster [DBG] osdmap e146: 8 total, 8 up, 8 in 2024-03-30T04:49:13.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:13 smithi105 bash[58125]: cluster 2024-03-30T04:49:13.050991+0000 mgr.y (mgr.25387) 4643 : cluster [DBG] pgmap v3040: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:14.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: cluster 2024-03-30T04:49:13.681481+0000 mon.a (mon.0) 9483 : cluster [WRN] Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: audit 2024-03-30T04:49:13.734189+0000 mon.a (mon.0) 9484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: audit 2024-03-30T04:49:13.743087+0000 mon.a (mon.0) 9485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: cluster 2024-03-30T04:49:13.744910+0000 mgr.y (mgr.25387) 4644 : cluster [DBG] pgmap v3041: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: cluster 2024-03-30T04:49:13.745640+0000 mgr.y (mgr.25387) 4645 : cluster [DBG] pgmap v3042: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: audit 2024-03-30T04:49:13.751730+0000 mon.a (mon.0) 9486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: audit 2024-03-30T04:49:14.493638+0000 mon.a (mon.0) 9487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: audit 2024-03-30T04:49:14.496908+0000 mon.a (mon.0) 9488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:14.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:14 smithi105 bash[58125]: audit 2024-03-30T04:49:14.499889+0000 mon.a (mon.0) 9489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: cluster 2024-03-30T04:49:13.681481+0000 mon.a (mon.0) 9483 : cluster [WRN] Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: audit 2024-03-30T04:49:13.734189+0000 mon.a (mon.0) 9484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: audit 2024-03-30T04:49:13.743087+0000 mon.a (mon.0) 9485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: cluster 2024-03-30T04:49:13.744910+0000 mgr.y (mgr.25387) 4644 : cluster [DBG] pgmap v3041: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: cluster 2024-03-30T04:49:13.745640+0000 mgr.y (mgr.25387) 4645 : cluster [DBG] pgmap v3042: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: audit 2024-03-30T04:49:13.751730+0000 mon.a (mon.0) 9486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: audit 2024-03-30T04:49:14.493638+0000 mon.a (mon.0) 9487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: audit 2024-03-30T04:49:14.496908+0000 mon.a (mon.0) 9488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[69502]: audit 2024-03-30T04:49:14.499889+0000 mon.a (mon.0) 9489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: cluster 2024-03-30T04:49:13.681481+0000 mon.a (mon.0) 9483 : cluster [WRN] Health check update: Degraded data redundancy: 86/726 objects degraded (11.846%), 22 pgs degraded (PG_DEGRADED) 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: audit 2024-03-30T04:49:13.734189+0000 mon.a (mon.0) 9484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: audit 2024-03-30T04:49:13.743087+0000 mon.a (mon.0) 9485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: cluster 2024-03-30T04:49:13.744910+0000 mgr.y (mgr.25387) 4644 : cluster [DBG] pgmap v3041: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: cluster 2024-03-30T04:49:13.745640+0000 mgr.y (mgr.25387) 4645 : cluster [DBG] pgmap v3042: 161 pgs: 10 peering, 22 active+undersized+degraded, 37 active+undersized, 92 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 86/726 objects degraded (11.846%) 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: audit 2024-03-30T04:49:13.751730+0000 mon.a (mon.0) 9486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: audit 2024-03-30T04:49:14.493638+0000 mon.a (mon.0) 9487 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: audit 2024-03-30T04:49:14.496908+0000 mon.a (mon.0) 9488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi097.ujiisa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:15.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:14 smithi097 bash[73934]: audit 2024-03-30T04:49:14.499889+0000 mon.a (mon.0) 9489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:16.105 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:15 smithi097 bash[69502]: cephadm 2024-03-30T04:49:14.489250+0000 mgr.y (mgr.25387) 4646 : cephadm [INF] Upgrade: Updating rgw.foo.smithi097.ujiisa (1/4) 2024-03-30T04:49:16.106 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:15 smithi097 bash[69502]: cephadm 2024-03-30T04:49:14.501552+0000 mgr.y (mgr.25387) 4647 : cephadm [INF] Deploying daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:49:16.106 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:15 smithi097 bash[73934]: cephadm 2024-03-30T04:49:14.489250+0000 mgr.y (mgr.25387) 4646 : cephadm [INF] Upgrade: Updating rgw.foo.smithi097.ujiisa (1/4) 2024-03-30T04:49:16.106 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:15 smithi097 bash[73934]: cephadm 2024-03-30T04:49:14.501552+0000 mgr.y (mgr.25387) 4647 : cephadm [INF] Deploying daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:49:16.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:15 smithi105 bash[58125]: cephadm 2024-03-30T04:49:14.489250+0000 mgr.y (mgr.25387) 4646 : cephadm [INF] Upgrade: Updating rgw.foo.smithi097.ujiisa (1/4) 2024-03-30T04:49:16.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:15 smithi105 bash[58125]: cephadm 2024-03-30T04:49:14.501552+0000 mgr.y (mgr.25387) 4647 : cephadm [INF] Deploying daemon rgw.foo.smithi097.ujiisa on smithi097 2024-03-30T04:49:16.973 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.973 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:16 smithi097 bash[73934]: cluster 2024-03-30T04:49:15.747421+0000 mgr.y (mgr.25387) 4648 : cluster [DBG] pgmap v3043: 161 pgs: 10 peering, 3 active+undersized+degraded, 9 active+undersized, 139 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 8/726 objects degraded (1.102%) 2024-03-30T04:49:16.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.974 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.974 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.975 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.975 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:16 smithi097 bash[69502]: cluster 2024-03-30T04:49:15.747421+0000 mgr.y (mgr.25387) 4648 : cluster [DBG] pgmap v3043: 161 pgs: 10 peering, 3 active+undersized+degraded, 9 active+undersized, 139 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 8/726 objects degraded (1.102%) 2024-03-30T04:49:16.975 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.975 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:16.976 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:49:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:17.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:16 smithi105 bash[58125]: cluster 2024-03-30T04:49:15.747421+0000 mgr.y (mgr.25387) 4648 : cluster [DBG] pgmap v3043: 161 pgs: 10 peering, 3 active+undersized+degraded, 9 active+undersized, 139 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 8/726 objects degraded (1.102%) 2024-03-30T04:49:17.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:17 smithi105 bash[58125]: cluster 2024-03-30T04:49:17.755272+0000 mon.a (mon.0) 9490 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded) 2024-03-30T04:49:18.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:17 smithi097 bash[69502]: cluster 2024-03-30T04:49:17.755272+0000 mon.a (mon.0) 9490 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded) 2024-03-30T04:49:18.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:17 smithi097 bash[73934]: cluster 2024-03-30T04:49:17.755272+0000 mon.a (mon.0) 9490 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded) 2024-03-30T04:49:18.460 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.460 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.460 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.461 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.461 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.461 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.462 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.462 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:18.462 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:18 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:19.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:18 smithi097 bash[69502]: cluster 2024-03-30T04:49:17.748687+0000 mgr.y (mgr.25387) 4649 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 0 op/s 2024-03-30T04:49:19.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:18 smithi097 bash[69502]: audit 2024-03-30T04:49:18.512517+0000 mon.a (mon.0) 9491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:19.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:18 smithi097 bash[69502]: audit 2024-03-30T04:49:18.520213+0000 mon.a (mon.0) 9492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:18 smithi097 bash[73934]: cluster 2024-03-30T04:49:17.748687+0000 mgr.y (mgr.25387) 4649 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 0 op/s 2024-03-30T04:49:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:18 smithi097 bash[73934]: audit 2024-03-30T04:49:18.512517+0000 mon.a (mon.0) 9491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:19.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:18 smithi097 bash[73934]: audit 2024-03-30T04:49:18.520213+0000 mon.a (mon.0) 9492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:19.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:18 smithi105 bash[58125]: cluster 2024-03-30T04:49:17.748687+0000 mgr.y (mgr.25387) 4649 : cluster [DBG] pgmap v3044: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 843 B/s rd, 0 op/s 2024-03-30T04:49:19.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:18 smithi105 bash[58125]: audit 2024-03-30T04:49:18.512517+0000 mon.a (mon.0) 9491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:19.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:18 smithi105 bash[58125]: audit 2024-03-30T04:49:18.520213+0000 mon.a (mon.0) 9492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:21.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:20 smithi097 bash[69502]: cluster 2024-03-30T04:49:19.749688+0000 mgr.y (mgr.25387) 4650 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 0 op/s 2024-03-30T04:49:21.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:20 smithi097 bash[73934]: cluster 2024-03-30T04:49:19.749688+0000 mgr.y (mgr.25387) 4650 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 0 op/s 2024-03-30T04:49:21.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:20 smithi105 bash[58125]: cluster 2024-03-30T04:49:19.749688+0000 mgr.y (mgr.25387) 4650 : cluster [DBG] pgmap v3045: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 0 op/s 2024-03-30T04:49:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[69502]: audit 2024-03-30T04:49:20.728794+0000 mgr.y (mgr.25387) 4651 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[69502]: audit 2024-03-30T04:49:21.298577+0000 mon.a (mon.0) 9493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[69502]: audit 2024-03-30T04:49:21.301033+0000 mon.a (mon.0) 9494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:22.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[69502]: audit 2024-03-30T04:49:21.303702+0000 mon.a (mon.0) 9495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[73934]: audit 2024-03-30T04:49:20.728794+0000 mgr.y (mgr.25387) 4651 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[73934]: audit 2024-03-30T04:49:21.298577+0000 mon.a (mon.0) 9493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[73934]: audit 2024-03-30T04:49:21.301033+0000 mon.a (mon.0) 9494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:22.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:21 smithi097 bash[73934]: audit 2024-03-30T04:49:21.303702+0000 mon.a (mon.0) 9495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:21 smithi105 bash[58125]: audit 2024-03-30T04:49:20.728794+0000 mgr.y (mgr.25387) 4651 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:22.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:21 smithi105 bash[58125]: audit 2024-03-30T04:49:21.298577+0000 mon.a (mon.0) 9493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:22.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:21 smithi105 bash[58125]: audit 2024-03-30T04:49:21.301033+0000 mon.a (mon.0) 9494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi097.nsyvyq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:22.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:21 smithi105 bash[58125]: audit 2024-03-30T04:49:21.303702+0000 mon.a (mon.0) 9495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:22.768 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:49:22] "GET /metrics HTTP/1.1" 200 38622 "" "Prometheus/2.33.4" 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[73934]: cephadm 2024-03-30T04:49:21.293734+0000 mgr.y (mgr.25387) 4652 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi097.nsyvyq (2/4) 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[73934]: cephadm 2024-03-30T04:49:21.305416+0000 mgr.y (mgr.25387) 4653 : cephadm [INF] Deploying daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[73934]: cluster 2024-03-30T04:49:21.750450+0000 mgr.y (mgr.25387) 4654 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 117 B/s wr, 58 op/s 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[73934]: audit 2024-03-30T04:49:22.374390+0000 mon.a (mon.0) 9496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[73934]: audit 2024-03-30T04:49:22.382287+0000 mon.a (mon.0) 9497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[73934]: audit 2024-03-30T04:49:22.390824+0000 mon.a (mon.0) 9498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[69502]: cephadm 2024-03-30T04:49:21.293734+0000 mgr.y (mgr.25387) 4652 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi097.nsyvyq (2/4) 2024-03-30T04:49:23.087 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[69502]: cephadm 2024-03-30T04:49:21.305416+0000 mgr.y (mgr.25387) 4653 : cephadm [INF] Deploying daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:49:23.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[69502]: cluster 2024-03-30T04:49:21.750450+0000 mgr.y (mgr.25387) 4654 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 117 B/s wr, 58 op/s 2024-03-30T04:49:23.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[69502]: audit 2024-03-30T04:49:22.374390+0000 mon.a (mon.0) 9496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[69502]: audit 2024-03-30T04:49:22.382287+0000 mon.a (mon.0) 9497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.088 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:22 smithi097 bash[69502]: audit 2024-03-30T04:49:22.390824+0000 mon.a (mon.0) 9498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:22 smithi105 bash[58125]: cephadm 2024-03-30T04:49:21.293734+0000 mgr.y (mgr.25387) 4652 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi097.nsyvyq (2/4) 2024-03-30T04:49:23.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:22 smithi105 bash[58125]: cephadm 2024-03-30T04:49:21.305416+0000 mgr.y (mgr.25387) 4653 : cephadm [INF] Deploying daemon rgw.smpl.smithi097.nsyvyq on smithi097 2024-03-30T04:49:23.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:22 smithi105 bash[58125]: cluster 2024-03-30T04:49:21.750450+0000 mgr.y (mgr.25387) 4654 : cluster [DBG] pgmap v3046: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 117 B/s wr, 58 op/s 2024-03-30T04:49:23.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:22 smithi105 bash[58125]: audit 2024-03-30T04:49:22.374390+0000 mon.a (mon.0) 9496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:22 smithi105 bash[58125]: audit 2024-03-30T04:49:22.382287+0000 mon.a (mon.0) 9497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:23.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:22 smithi105 bash[58125]: audit 2024-03-30T04:49:22.390824+0000 mon.a (mon.0) 9498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:24.045 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.045 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.046 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.046 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.046 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.046 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.047 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:23 smithi097 bash[69502]: cluster 2024-03-30T04:49:22.383749+0000 mgr.y (mgr.25387) 4655 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 118 B/s wr, 59 op/s 2024-03-30T04:49:24.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:23 smithi097 bash[69502]: cluster 2024-03-30T04:49:22.384027+0000 mgr.y (mgr.25387) 4656 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 118 B/s wr, 59 op/s 2024-03-30T04:49:24.047 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:23 smithi097 bash[73934]: cluster 2024-03-30T04:49:22.383749+0000 mgr.y (mgr.25387) 4655 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 118 B/s wr, 59 op/s 2024-03-30T04:49:24.047 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:23 smithi097 bash[73934]: cluster 2024-03-30T04:49:22.384027+0000 mgr.y (mgr.25387) 4656 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 118 B/s wr, 59 op/s 2024-03-30T04:49:24.048 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:23 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:24.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:23 smithi105 bash[58125]: cluster 2024-03-30T04:49:22.383749+0000 mgr.y (mgr.25387) 4655 : cluster [DBG] pgmap v3047: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 118 B/s wr, 59 op/s 2024-03-30T04:49:24.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:23 smithi105 bash[58125]: cluster 2024-03-30T04:49:22.384027+0000 mgr.y (mgr.25387) 4656 : cluster [DBG] pgmap v3048: 161 pgs: 161 active+clean; 585 KiB data, 257 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 118 B/s wr, 59 op/s 2024-03-30T04:49:25.756 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.757 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.757 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.757 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.757 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[73934]: cluster 2024-03-30T04:49:24.385187+0000 mgr.y (mgr.25387) 4657 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 118 B/s wr, 109 op/s 2024-03-30T04:49:25.757 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[73934]: audit 2024-03-30T04:49:24.500316+0000 mon.a (mon.0) 9499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:25.758 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[73934]: audit 2024-03-30T04:49:24.501715+0000 mon.a (mon.0) 9500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:25.758 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[73934]: audit 2024-03-30T04:49:24.800676+0000 mon.a (mon.0) 9501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:25.758 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.758 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[69502]: cluster 2024-03-30T04:49:24.385187+0000 mgr.y (mgr.25387) 4657 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 118 B/s wr, 109 op/s 2024-03-30T04:49:25.758 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[69502]: audit 2024-03-30T04:49:24.500316+0000 mon.a (mon.0) 9499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:25.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[69502]: audit 2024-03-30T04:49:24.501715+0000 mon.a (mon.0) 9500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:25.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:25 smithi097 bash[69502]: audit 2024-03-30T04:49:24.800676+0000 mon.a (mon.0) 9501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:25.759 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.759 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.759 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:49:25 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:25.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:25 smithi105 bash[58125]: cluster 2024-03-30T04:49:24.385187+0000 mgr.y (mgr.25387) 4657 : cluster [DBG] pgmap v3049: 161 pgs: 161 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 118 B/s wr, 109 op/s 2024-03-30T04:49:25.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:25 smithi105 bash[58125]: audit 2024-03-30T04:49:24.500316+0000 mon.a (mon.0) 9499 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:25.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:25 smithi105 bash[58125]: audit 2024-03-30T04:49:24.501715+0000 mon.a (mon.0) 9500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:25.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:25 smithi105 bash[58125]: audit 2024-03-30T04:49:24.800676+0000 mon.a (mon.0) 9501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.008 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:26 smithi097 bash[73934]: audit 2024-03-30T04:49:25.763109+0000 mon.a (mon.0) 9502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.008 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:26 smithi097 bash[73934]: audit 2024-03-30T04:49:25.771063+0000 mon.a (mon.0) 9503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.008 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:26 smithi097 bash[69502]: audit 2024-03-30T04:49:25.763109+0000 mon.a (mon.0) 9502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.008 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:26 smithi097 bash[69502]: audit 2024-03-30T04:49:25.771063+0000 mon.a (mon.0) 9503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:26 smithi105 bash[58125]: audit 2024-03-30T04:49:25.763109+0000 mon.a (mon.0) 9502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:26 smithi105 bash[58125]: audit 2024-03-30T04:49:25.771063+0000 mon.a (mon.0) 9503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:27.840 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:49:27.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:27 smithi105 bash[58125]: cluster 2024-03-30T04:49:26.386701+0000 mgr.y (mgr.25387) 4658 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 118 B/s wr, 172 op/s 2024-03-30T04:49:28.082 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:27 smithi097 bash[73934]: cluster 2024-03-30T04:49:26.386701+0000 mgr.y (mgr.25387) 4658 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 118 B/s wr, 172 op/s 2024-03-30T04:49:28.083 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:27 smithi097 bash[69502]: cluster 2024-03-30T04:49:26.386701+0000 mgr.y (mgr.25387) 4658 : cluster [DBG] pgmap v3050: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 110 KiB/s rd, 118 B/s wr, 172 op/s 2024-03-30T04:49:28.563 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:49:28.563 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 6s ago 22m - - 2024-03-30T04:49:28.563 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 14s ago 21m - - 2024-03-30T04:49:28.563 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (8m) 6s ago 15m 13.8M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:49:28.563 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 14s ago 14m - - 2024-03-30T04:49:28.563 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (7m) 6s ago 13m 45.5M - 3.5 e1d6a67b021e 0573a48ab337 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (7m) 14s ago 21m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (7m) 6s ago 23m 528M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (7m) 6s ago 23m 135M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (5m) 14s ago 21m 57.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (6m) 6s ago 21m 65.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (9m) 6s ago 15m 9776k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (8m) 14s ago 15m 9956k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (4m) 6s ago 20m 54.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (4m) 6s ago 20m 60.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (3m) 6s ago 19m 55.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (2m) 6s ago 18m 57.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (2m) 14s ago 18m 57.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (104s) 14s ago 17m 52.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:49:28.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (64s) 14s ago 17m 47.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:49:28.565 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (25s) 14s ago 16m 52.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:49:28.565 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (7m) 14s ago 15m 68.3M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:49:28.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (13m) 6s ago 13m 88.4M - 17.2.0 e1d6a67b021e afa0605e51cf 2024-03-30T04:49:28.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (13m) 14s ago 13m 88.5M - 17.2.0 e1d6a67b021e d32a9758c23e 2024-03-30T04:49:28.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 starting - - - - 2024-03-30T04:49:28.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (13m) 14s ago 13m 88.5M - 17.2.0 e1d6a67b021e ea3226c09f1d 2024-03-30T04:49:28.986 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:49:28.986 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-03-30T04:49:28.987 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 15 2024-03-30T04:49:28.988 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:49:28.988 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[73934]: audit 2024-03-30T04:49:27.832354+0000 mgr.y (mgr.25387) 4659 : audit [DBG] from='client.54592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[73934]: audit 2024-03-30T04:49:28.508848+0000 mon.a (mon.0) 9504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[73934]: audit 2024-03-30T04:49:28.513668+0000 mon.a (mon.0) 9505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[73934]: audit 2024-03-30T04:49:28.516448+0000 mon.a (mon.0) 9506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[69502]: audit 2024-03-30T04:49:27.832354+0000 mgr.y (mgr.25387) 4659 : audit [DBG] from='client.54592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[69502]: audit 2024-03-30T04:49:28.508848+0000 mon.a (mon.0) 9504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:29.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[69502]: audit 2024-03-30T04:49:28.513668+0000 mon.a (mon.0) 9505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:29.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:28 smithi097 bash[69502]: audit 2024-03-30T04:49:28.516448+0000 mon.a (mon.0) 9506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:29.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:28 smithi105 bash[58125]: audit 2024-03-30T04:49:27.832354+0000 mgr.y (mgr.25387) 4659 : audit [DBG] from='client.54592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:29.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:28 smithi105 bash[58125]: audit 2024-03-30T04:49:28.508848+0000 mon.a (mon.0) 9504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:29.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:28 smithi105 bash[58125]: audit 2024-03-30T04:49:28.513668+0000 mon.a (mon.0) 9505 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi105.gjphdm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:29.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:28 smithi105 bash[58125]: audit 2024-03-30T04:49:28.516448+0000 mon.a (mon.0) 9506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr", 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "osd" 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "13/23 daemons upgraded", 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading rgw daemons", 2024-03-30T04:49:29.353 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:49:29.354 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:49:29.789 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:49:29.789 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:49:29.789 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:49:30.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:29 smithi105 bash[58125]: audit 2024-03-30T04:49:28.181335+0000 mgr.y (mgr.25387) 4660 : audit [DBG] from='client.34665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:29 smithi105 bash[58125]: cluster 2024-03-30T04:49:28.387635+0000 mgr.y (mgr.25387) 4661 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 118 B/s wr, 181 op/s 2024-03-30T04:49:30.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:29 smithi105 bash[58125]: cephadm 2024-03-30T04:49:28.502147+0000 mgr.y (mgr.25387) 4662 : cephadm [INF] Upgrade: Updating rgw.foo.smithi105.gjphdm (3/4) 2024-03-30T04:49:30.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:29 smithi105 bash[58125]: audit 2024-03-30T04:49:28.516494+0000 mgr.y (mgr.25387) 4663 : audit [DBG] from='client.54604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:29 smithi105 bash[58125]: cephadm 2024-03-30T04:49:28.524696+0000 mgr.y (mgr.25387) 4664 : cephadm [INF] Deploying daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:49:30.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:29 smithi105 bash[58125]: audit 2024-03-30T04:49:28.992143+0000 mon.a (mon.0) 9507 : audit [DBG] from='client.? 172.21.15.97:0/4238972248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:30.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[69502]: audit 2024-03-30T04:49:28.181335+0000 mgr.y (mgr.25387) 4660 : audit [DBG] from='client.34665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[69502]: cluster 2024-03-30T04:49:28.387635+0000 mgr.y (mgr.25387) 4661 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 118 B/s wr, 181 op/s 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[69502]: cephadm 2024-03-30T04:49:28.502147+0000 mgr.y (mgr.25387) 4662 : cephadm [INF] Upgrade: Updating rgw.foo.smithi105.gjphdm (3/4) 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[69502]: audit 2024-03-30T04:49:28.516494+0000 mgr.y (mgr.25387) 4663 : audit [DBG] from='client.54604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[69502]: cephadm 2024-03-30T04:49:28.524696+0000 mgr.y (mgr.25387) 4664 : cephadm [INF] Deploying daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[69502]: audit 2024-03-30T04:49:28.992143+0000 mon.a (mon.0) 9507 : audit [DBG] from='client.? 172.21.15.97:0/4238972248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[73934]: audit 2024-03-30T04:49:28.181335+0000 mgr.y (mgr.25387) 4660 : audit [DBG] from='client.34665 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[73934]: cluster 2024-03-30T04:49:28.387635+0000 mgr.y (mgr.25387) 4661 : cluster [DBG] pgmap v3051: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 115 KiB/s rd, 118 B/s wr, 181 op/s 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[73934]: cephadm 2024-03-30T04:49:28.502147+0000 mgr.y (mgr.25387) 4662 : cephadm [INF] Upgrade: Updating rgw.foo.smithi105.gjphdm (3/4) 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[73934]: audit 2024-03-30T04:49:28.516494+0000 mgr.y (mgr.25387) 4663 : audit [DBG] from='client.54604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[73934]: cephadm 2024-03-30T04:49:28.524696+0000 mgr.y (mgr.25387) 4664 : cephadm [INF] Deploying daemon rgw.foo.smithi105.gjphdm on smithi105 2024-03-30T04:49:30.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:29 smithi097 bash[73934]: audit 2024-03-30T04:49:28.992143+0000 mon.a (mon.0) 9507 : audit [DBG] from='client.? 172.21.15.97:0/4238972248' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[73934]: audit 2024-03-30T04:49:29.358300+0000 mgr.y (mgr.25387) 4665 : audit [DBG] from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[73934]: audit 2024-03-30T04:49:29.794925+0000 mon.a (mon.0) 9508 : audit [DBG] from='client.? 172.21.15.97:0/648133280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[73934]: audit 2024-03-30T04:49:30.414074+0000 mon.a (mon.0) 9509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[73934]: audit 2024-03-30T04:49:30.420631+0000 mon.a (mon.0) 9510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[73934]: audit 2024-03-30T04:49:30.429595+0000 mon.a (mon.0) 9511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[69502]: audit 2024-03-30T04:49:29.358300+0000 mgr.y (mgr.25387) 4665 : audit [DBG] from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[69502]: audit 2024-03-30T04:49:29.794925+0000 mon.a (mon.0) 9508 : audit [DBG] from='client.? 172.21.15.97:0/648133280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[69502]: audit 2024-03-30T04:49:30.414074+0000 mon.a (mon.0) 9509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[69502]: audit 2024-03-30T04:49:30.420631+0000 mon.a (mon.0) 9510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:30 smithi097 bash[69502]: audit 2024-03-30T04:49:30.429595+0000 mon.a (mon.0) 9511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:30 smithi105 bash[58125]: audit 2024-03-30T04:49:29.358300+0000 mgr.y (mgr.25387) 4665 : audit [DBG] from='client.34683 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:49:31.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:30 smithi105 bash[58125]: audit 2024-03-30T04:49:29.794925+0000 mon.a (mon.0) 9508 : audit [DBG] from='client.? 172.21.15.97:0/648133280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:49:31.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:30 smithi105 bash[58125]: audit 2024-03-30T04:49:30.414074+0000 mon.a (mon.0) 9509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:30 smithi105 bash[58125]: audit 2024-03-30T04:49:30.420631+0000 mon.a (mon.0) 9510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:30 smithi105 bash[58125]: audit 2024-03-30T04:49:30.429595+0000 mon.a (mon.0) 9511 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:31.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.458 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.458 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.459 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.459 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.459 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:49:31 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:31.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:31 smithi105 bash[58125]: cluster 2024-03-30T04:49:30.388352+0000 mgr.y (mgr.25387) 4666 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 177 op/s 2024-03-30T04:49:31.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:31 smithi105 bash[58125]: cluster 2024-03-30T04:49:30.421988+0000 mgr.y (mgr.25387) 4667 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 190 op/s 2024-03-30T04:49:31.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:31 smithi105 bash[58125]: cluster 2024-03-30T04:49:30.422336+0000 mgr.y (mgr.25387) 4668 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 190 op/s 2024-03-30T04:49:31.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:31 smithi105 bash[58125]: audit 2024-03-30T04:49:30.737532+0000 mgr.y (mgr.25387) 4669 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:32.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[73934]: cluster 2024-03-30T04:49:30.388352+0000 mgr.y (mgr.25387) 4666 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 177 op/s 2024-03-30T04:49:32.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[73934]: cluster 2024-03-30T04:49:30.421988+0000 mgr.y (mgr.25387) 4667 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 190 op/s 2024-03-30T04:49:32.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[73934]: cluster 2024-03-30T04:49:30.422336+0000 mgr.y (mgr.25387) 4668 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 190 op/s 2024-03-30T04:49:32.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[73934]: audit 2024-03-30T04:49:30.737532+0000 mgr.y (mgr.25387) 4669 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:32.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[69502]: cluster 2024-03-30T04:49:30.388352+0000 mgr.y (mgr.25387) 4666 : cluster [DBG] pgmap v3052: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 177 op/s 2024-03-30T04:49:32.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[69502]: cluster 2024-03-30T04:49:30.421988+0000 mgr.y (mgr.25387) 4667 : cluster [DBG] pgmap v3053: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 190 op/s 2024-03-30T04:49:32.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[69502]: cluster 2024-03-30T04:49:30.422336+0000 mgr.y (mgr.25387) 4668 : cluster [DBG] pgmap v3054: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 120 KiB/s rd, 0 B/s wr, 190 op/s 2024-03-30T04:49:32.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:31 smithi097 bash[69502]: audit 2024-03-30T04:49:30.737532+0000 mgr.y (mgr.25387) 4669 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:32.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:49:32] "GET /metrics HTTP/1.1" 200 38630 "" "Prometheus/2.33.4" 2024-03-30T04:49:32.957 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.957 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.958 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.958 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.958 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.958 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:32.959 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:49:32 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:33 smithi097 bash[73934]: cluster 2024-03-30T04:49:32.423742+0000 mgr.y (mgr.25387) 4670 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 160 KiB/s rd, 127 B/s wr, 253 op/s 2024-03-30T04:49:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:33 smithi097 bash[73934]: audit 2024-03-30T04:49:32.856953+0000 mon.a (mon.0) 9512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:34.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:33 smithi097 bash[73934]: audit 2024-03-30T04:49:32.868556+0000 mon.a (mon.0) 9513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:34.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:33 smithi097 bash[69502]: cluster 2024-03-30T04:49:32.423742+0000 mgr.y (mgr.25387) 4670 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 160 KiB/s rd, 127 B/s wr, 253 op/s 2024-03-30T04:49:34.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:33 smithi097 bash[69502]: audit 2024-03-30T04:49:32.856953+0000 mon.a (mon.0) 9512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:34.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:33 smithi097 bash[69502]: audit 2024-03-30T04:49:32.868556+0000 mon.a (mon.0) 9513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:34.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:33 smithi105 bash[58125]: cluster 2024-03-30T04:49:32.423742+0000 mgr.y (mgr.25387) 4670 : cluster [DBG] pgmap v3055: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 160 KiB/s rd, 127 B/s wr, 253 op/s 2024-03-30T04:49:34.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:33 smithi105 bash[58125]: audit 2024-03-30T04:49:32.856953+0000 mon.a (mon.0) 9512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:34.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:33 smithi105 bash[58125]: audit 2024-03-30T04:49:32.868556+0000 mon.a (mon.0) 9513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:34 smithi105 bash[58125]: audit 2024-03-30T04:49:33.942012+0000 mon.a (mon.0) 9514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:34 smithi105 bash[58125]: audit 2024-03-30T04:49:33.955223+0000 mon.a (mon.0) 9515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:34 smithi105 bash[58125]: cluster 2024-03-30T04:49:33.957780+0000 mgr.y (mgr.25387) 4671 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 135 B/s wr, 197 op/s 2024-03-30T04:49:35.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:34 smithi105 bash[58125]: cluster 2024-03-30T04:49:33.958463+0000 mgr.y (mgr.25387) 4672 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 161 KiB/s rd, 183 B/s wr, 254 op/s 2024-03-30T04:49:35.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:34 smithi105 bash[58125]: audit 2024-03-30T04:49:33.968445+0000 mon.a (mon.0) 9516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[73934]: audit 2024-03-30T04:49:33.942012+0000 mon.a (mon.0) 9514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[73934]: audit 2024-03-30T04:49:33.955223+0000 mon.a (mon.0) 9515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[73934]: cluster 2024-03-30T04:49:33.957780+0000 mgr.y (mgr.25387) 4671 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 135 B/s wr, 197 op/s 2024-03-30T04:49:35.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[73934]: cluster 2024-03-30T04:49:33.958463+0000 mgr.y (mgr.25387) 4672 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 161 KiB/s rd, 183 B/s wr, 254 op/s 2024-03-30T04:49:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[73934]: audit 2024-03-30T04:49:33.968445+0000 mon.a (mon.0) 9516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[69502]: audit 2024-03-30T04:49:33.942012+0000 mon.a (mon.0) 9514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[69502]: audit 2024-03-30T04:49:33.955223+0000 mon.a (mon.0) 9515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[69502]: cluster 2024-03-30T04:49:33.957780+0000 mgr.y (mgr.25387) 4671 : cluster [DBG] pgmap v3056: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s rd, 135 B/s wr, 197 op/s 2024-03-30T04:49:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[69502]: cluster 2024-03-30T04:49:33.958463+0000 mgr.y (mgr.25387) 4672 : cluster [DBG] pgmap v3057: 161 pgs: 161 active+clean; 585 KiB data, 265 MiB used, 715 GiB / 715 GiB avail; 161 KiB/s rd, 183 B/s wr, 254 op/s 2024-03-30T04:49:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:34 smithi097 bash[69502]: audit 2024-03-30T04:49:33.968445+0000 mon.a (mon.0) 9516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:36.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[69502]: cephadm 2024-03-30T04:49:35.473672+0000 mgr.y (mgr.25387) 4673 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi105.hjqely (4/4) 2024-03-30T04:49:36.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[69502]: audit 2024-03-30T04:49:35.481099+0000 mon.a (mon.0) 9517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:36.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[69502]: audit 2024-03-30T04:49:35.487467+0000 mon.a (mon.0) 9518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[69502]: audit 2024-03-30T04:49:35.498804+0000 mon.a (mon.0) 9519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[69502]: cephadm 2024-03-30T04:49:35.501835+0000 mgr.y (mgr.25387) 4674 : cephadm [INF] Deploying daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[69502]: cluster 2024-03-30T04:49:35.959954+0000 mgr.y (mgr.25387) 4675 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 196 KiB/s rd, 367 B/s wr, 308 op/s 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[73934]: cephadm 2024-03-30T04:49:35.473672+0000 mgr.y (mgr.25387) 4673 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi105.hjqely (4/4) 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[73934]: audit 2024-03-30T04:49:35.481099+0000 mon.a (mon.0) 9517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[73934]: audit 2024-03-30T04:49:35.487467+0000 mon.a (mon.0) 9518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[73934]: audit 2024-03-30T04:49:35.498804+0000 mon.a (mon.0) 9519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[73934]: cephadm 2024-03-30T04:49:35.501835+0000 mgr.y (mgr.25387) 4674 : cephadm [INF] Deploying daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:49:36.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:36 smithi097 bash[73934]: cluster 2024-03-30T04:49:35.959954+0000 mgr.y (mgr.25387) 4675 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 196 KiB/s rd, 367 B/s wr, 308 op/s 2024-03-30T04:49:36.924 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:36 smithi105 bash[58125]: cephadm 2024-03-30T04:49:35.473672+0000 mgr.y (mgr.25387) 4673 : cephadm [INF] Upgrade: Updating rgw.smpl.smithi105.hjqely (4/4) 2024-03-30T04:49:36.925 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:36 smithi105 bash[58125]: audit 2024-03-30T04:49:35.481099+0000 mon.a (mon.0) 9517 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:36.925 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:36 smithi105 bash[58125]: audit 2024-03-30T04:49:35.487467+0000 mon.a (mon.0) 9518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi105.hjqely", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-30T04:49:36.925 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:36 smithi105 bash[58125]: audit 2024-03-30T04:49:35.498804+0000 mon.a (mon.0) 9519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:36.925 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:36 smithi105 bash[58125]: cephadm 2024-03-30T04:49:35.501835+0000 mgr.y (mgr.25387) 4674 : cephadm [INF] Deploying daemon rgw.smpl.smithi105.hjqely on smithi105 2024-03-30T04:49:36.925 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:36 smithi105 bash[58125]: cluster 2024-03-30T04:49:35.959954+0000 mgr.y (mgr.25387) 4675 : cluster [DBG] pgmap v3058: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 196 KiB/s rd, 367 B/s wr, 308 op/s 2024-03-30T04:49:39.095 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.095 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.095 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.096 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.096 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.096 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.097 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.097 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.097 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:39 smithi105 bash[58125]: cluster 2024-03-30T04:49:37.961153+0000 mgr.y (mgr.25387) 4676 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 185 KiB/s rd, 271 B/s wr, 291 op/s 2024-03-30T04:49:39.097 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:49:38 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:39 smithi097 bash[73934]: cluster 2024-03-30T04:49:37.961153+0000 mgr.y (mgr.25387) 4676 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 185 KiB/s rd, 271 B/s wr, 291 op/s 2024-03-30T04:49:39.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:39 smithi097 bash[69502]: cluster 2024-03-30T04:49:37.961153+0000 mgr.y (mgr.25387) 4676 : cluster [DBG] pgmap v3059: 161 pgs: 161 active+clean; 585 KiB data, 273 MiB used, 715 GiB / 715 GiB avail; 185 KiB/s rd, 271 B/s wr, 291 op/s 2024-03-30T04:49:40.343 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:40 smithi105 bash[58125]: audit 2024-03-30T04:49:39.497418+0000 mon.a (mon.0) 9520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:40.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:40 smithi097 bash[73934]: audit 2024-03-30T04:49:39.497418+0000 mon.a (mon.0) 9520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:40.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:40 smithi097 bash[69502]: audit 2024-03-30T04:49:39.497418+0000 mon.a (mon.0) 9520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:40.631 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.631 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.631 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.632 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.632 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.632 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.632 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.633 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:40.633 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:49:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: cluster 2024-03-30T04:49:39.962192+0000 mgr.y (mgr.25387) 4677 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 214 B/s wr, 255 op/s 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.644904+0000 mon.a (mon.0) 9521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.657048+0000 mon.a (mon.0) 9522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.683621+0000 mon.a (mon.0) 9523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.690166+0000 mon.a (mon.0) 9524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.691915+0000 mon.a (mon.0) 9525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.705503+0000 mon.a (mon.0) 9526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.789221+0000 mon.a (mon.0) 9527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.793930+0000 mon.a (mon.0) 9528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.796353+0000 mon.a (mon.0) 9529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.800828+0000 mon.a (mon.0) 9530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[69502]: audit 2024-03-30T04:49:40.802358+0000 mon.a (mon.0) 9531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: cluster 2024-03-30T04:49:39.962192+0000 mgr.y (mgr.25387) 4677 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 214 B/s wr, 255 op/s 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.644904+0000 mon.a (mon.0) 9521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.657048+0000 mon.a (mon.0) 9522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.683621+0000 mon.a (mon.0) 9523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.690166+0000 mon.a (mon.0) 9524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.691915+0000 mon.a (mon.0) 9525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.705503+0000 mon.a (mon.0) 9526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.789221+0000 mon.a (mon.0) 9527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.793930+0000 mon.a (mon.0) 9528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.796353+0000 mon.a (mon.0) 9529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.800828+0000 mon.a (mon.0) 9530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:41 smithi097 bash[73934]: audit 2024-03-30T04:49:40.802358+0000 mon.a (mon.0) 9531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: cluster 2024-03-30T04:49:39.962192+0000 mgr.y (mgr.25387) 4677 : cluster [DBG] pgmap v3060: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 162 KiB/s rd, 214 B/s wr, 255 op/s 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.644904+0000 mon.a (mon.0) 9521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.657048+0000 mon.a (mon.0) 9522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.683621+0000 mon.a (mon.0) 9523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.690166+0000 mon.a (mon.0) 9524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.691915+0000 mon.a (mon.0) 9525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.705503+0000 mon.a (mon.0) 9526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:41.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.789221+0000 mon.a (mon.0) 9527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.793930+0000 mon.a (mon.0) 9528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:41.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.796353+0000 mon.a (mon.0) 9529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:41.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.800828+0000 mon.a (mon.0) 9530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:41.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:41 smithi105 bash[58125]: audit 2024-03-30T04:49:40.802358+0000 mon.a (mon.0) 9531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cluster 2024-03-30T04:49:40.695491+0000 mgr.y (mgr.25387) 4678 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s rd, 123 B/s wr, 180 op/s 2024-03-30T04:49:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cluster 2024-03-30T04:49:40.696192+0000 mgr.y (mgr.25387) 4679 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 151 B/s wr, 221 op/s 2024-03-30T04:49:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cephadm 2024-03-30T04:49:40.706525+0000 mgr.y (mgr.25387) 4680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:40.745018+0000 mgr.y (mgr.25387) 4681 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cluster 2024-03-30T04:49:40.805587+0000 mgr.y (mgr.25387) 4682 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 149 B/s wr, 218 op/s 2024-03-30T04:49:42.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cephadm 2024-03-30T04:49:40.812213+0000 mgr.y (mgr.25387) 4683 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.097137+0000 mon.a (mon.0) 9532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.097699+0000 mgr.y (mgr.25387) 4684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.140170+0000 mon.a (mon.0) 9533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.142407+0000 mon.a (mon.0) 9534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.143316+0000 mon.a (mon.0) 9535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.145391+0000 mon.a (mon.0) 9536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.146116+0000 mon.a (mon.0) 9537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.147648+0000 mgr.y (mgr.25387) 4685 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 139 op/s 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.147928+0000 mgr.y (mgr.25387) 4686 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 76 op/s 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.153969+0000 mon.a (mon.0) 9538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.154448+0000 mgr.y (mgr.25387) 4687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.196170+0000 mon.a (mon.0) 9539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.198210+0000 mon.a (mon.0) 9540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cluster 2024-03-30T04:49:40.695491+0000 mgr.y (mgr.25387) 4678 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s rd, 123 B/s wr, 180 op/s 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cluster 2024-03-30T04:49:40.696192+0000 mgr.y (mgr.25387) 4679 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 151 B/s wr, 221 op/s 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cephadm 2024-03-30T04:49:40.706525+0000 mgr.y (mgr.25387) 4680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:40.745018+0000 mgr.y (mgr.25387) 4681 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cluster 2024-03-30T04:49:40.805587+0000 mgr.y (mgr.25387) 4682 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 149 B/s wr, 218 op/s 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cephadm 2024-03-30T04:49:40.812213+0000 mgr.y (mgr.25387) 4683 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.097137+0000 mon.a (mon.0) 9532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.097699+0000 mgr.y (mgr.25387) 4684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.140170+0000 mon.a (mon.0) 9533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.142407+0000 mon.a (mon.0) 9534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.143316+0000 mon.a (mon.0) 9535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.145391+0000 mon.a (mon.0) 9536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.146116+0000 mon.a (mon.0) 9537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.147648+0000 mgr.y (mgr.25387) 4685 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 139 op/s 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.147928+0000 mgr.y (mgr.25387) 4686 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 76 op/s 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.153969+0000 mon.a (mon.0) 9538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.154448+0000 mgr.y (mgr.25387) 4687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.196170+0000 mon.a (mon.0) 9539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.198210+0000 mon.a (mon.0) 9540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.199089+0000 mon.a (mon.0) 9541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.201140+0000 mon.a (mon.0) 9542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.201785+0000 mon.a (mon.0) 9543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.209403+0000 mon.a (mon.0) 9544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.251307+0000 mon.a (mon.0) 9545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.253391+0000 mon.a (mon.0) 9546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.254252+0000 mon.a (mon.0) 9547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.256126+0000 mon.a (mon.0) 9548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.256740+0000 mon.a (mon.0) 9549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.264285+0000 mon.a (mon.0) 9550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.305279+0000 mon.a (mon.0) 9551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.308743+0000 mon.a (mon.0) 9552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.310296+0000 mon.a (mon.0) 9553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.312346+0000 mon.a (mon.0) 9554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.313005+0000 mon.a (mon.0) 9555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.320095+0000 mon.a (mon.0) 9556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.366504+0000 mon.a (mon.0) 9557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.369423+0000 mon.a (mon.0) 9558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.370821+0000 mon.a (mon.0) 9559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.373797+0000 mon.a (mon.0) 9560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.374835+0000 mon.a (mon.0) 9561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.382769+0000 mon.a (mon.0) 9562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.424324+0000 mon.a (mon.0) 9563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.426224+0000 mon.a (mon.0) 9564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.427086+0000 mon.a (mon.0) 9565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.429084+0000 mon.a (mon.0) 9566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.429743+0000 mon.a (mon.0) 9567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.437642+0000 mon.a (mon.0) 9568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.479578+0000 mon.a (mon.0) 9569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.481848+0000 mon.a (mon.0) 9570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.482677+0000 mon.a (mon.0) 9571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.484585+0000 mon.a (mon.0) 9572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.485315+0000 mon.a (mon.0) 9573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.491225+0000 mon.a (mon.0) 9574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.532219+0000 mon.a (mon.0) 9575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.534174+0000 mon.a (mon.0) 9576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.535140+0000 mon.a (mon.0) 9577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.537094+0000 mon.a (mon.0) 9578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.537799+0000 mon.a (mon.0) 9579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.544203+0000 mon.a (mon.0) 9580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.585056+0000 mon.a (mon.0) 9581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.587415+0000 mon.a (mon.0) 9582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.588439+0000 mon.a (mon.0) 9583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.590624+0000 mon.a (mon.0) 9584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.591302+0000 mon.a (mon.0) 9585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.598752+0000 mon.a (mon.0) 9586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.640182+0000 mon.a (mon.0) 9587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.642233+0000 mon.a (mon.0) 9588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.643260+0000 mon.a (mon.0) 9589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.645390+0000 mon.a (mon.0) 9590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.646118+0000 mon.a (mon.0) 9591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.654742+0000 mon.a (mon.0) 9592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.729281+0000 mon.a (mon.0) 9593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.731500+0000 mon.a (mon.0) 9594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.732308+0000 mon.a (mon.0) 9595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.734530+0000 mon.a (mon.0) 9596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.735219+0000 mon.a (mon.0) 9597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.741396+0000 mon.a (mon.0) 9598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.782171+0000 mon.a (mon.0) 9599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.784325+0000 mon.a (mon.0) 9600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.785392+0000 mon.a (mon.0) 9601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.787244+0000 mon.a (mon.0) 9602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.787869+0000 mon.a (mon.0) 9603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.794093+0000 mon.a (mon.0) 9604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.828453+0000 mon.a (mon.0) 9605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.833397+0000 mon.a (mon.0) 9606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.841443+0000 mon.a (mon.0) 9607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.855710+0000 mon.a (mon.0) 9608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.858099+0000 mon.a (mon.0) 9609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.859734+0000 mon.a (mon.0) 9610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.860880+0000 mon.a (mon.0) 9611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.863174+0000 mon.a (mon.0) 9612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.866028+0000 mon.a (mon.0) 9613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.867791+0000 mon.a (mon.0) 9614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.873756+0000 mon.a (mon.0) 9615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.875404+0000 mon.a (mon.0) 9616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi097.ujiisa"}]: dispatch 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.880204+0000 mon.a (mon.0) 9617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi097.ujiisa"}]': finished 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.881848+0000 mon.a (mon.0) 9618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi105.gjphdm"}]: dispatch 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.886714+0000 mon.a (mon.0) 9619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi105.gjphdm"}]': finished 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.888295+0000 mon.a (mon.0) 9620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi097.nsyvyq"}]: dispatch 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.893126+0000 mon.a (mon.0) 9621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi097.nsyvyq"}]': finished 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.894630+0000 mon.a (mon.0) 9622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi105.hjqely"}]: dispatch 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.899531+0000 mon.a (mon.0) 9623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi105.hjqely"}]': finished 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.901635+0000 mon.a (mon.0) 9624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.907051+0000 mon.a (mon.0) 9625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.909364+0000 mon.a (mon.0) 9626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.910990+0000 mon.a (mon.0) 9627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[69502]: audit 2024-03-30T04:49:41.916951+0000 mon.a (mon.0) 9628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.199089+0000 mon.a (mon.0) 9541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.201140+0000 mon.a (mon.0) 9542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.201785+0000 mon.a (mon.0) 9543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.209403+0000 mon.a (mon.0) 9544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.251307+0000 mon.a (mon.0) 9545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.253391+0000 mon.a (mon.0) 9546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.254252+0000 mon.a (mon.0) 9547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.256126+0000 mon.a (mon.0) 9548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.256740+0000 mon.a (mon.0) 9549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.264285+0000 mon.a (mon.0) 9550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.305279+0000 mon.a (mon.0) 9551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.308743+0000 mon.a (mon.0) 9552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.310296+0000 mon.a (mon.0) 9553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.312346+0000 mon.a (mon.0) 9554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.313005+0000 mon.a (mon.0) 9555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.320095+0000 mon.a (mon.0) 9556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.366504+0000 mon.a (mon.0) 9557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.369423+0000 mon.a (mon.0) 9558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.370821+0000 mon.a (mon.0) 9559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.373797+0000 mon.a (mon.0) 9560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.374835+0000 mon.a (mon.0) 9561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.382769+0000 mon.a (mon.0) 9562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.424324+0000 mon.a (mon.0) 9563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.426224+0000 mon.a (mon.0) 9564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.427086+0000 mon.a (mon.0) 9565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.429084+0000 mon.a (mon.0) 9566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.429743+0000 mon.a (mon.0) 9567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.437642+0000 mon.a (mon.0) 9568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.479578+0000 mon.a (mon.0) 9569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.481848+0000 mon.a (mon.0) 9570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.482677+0000 mon.a (mon.0) 9571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.484585+0000 mon.a (mon.0) 9572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.485315+0000 mon.a (mon.0) 9573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.491225+0000 mon.a (mon.0) 9574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.532219+0000 mon.a (mon.0) 9575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.534174+0000 mon.a (mon.0) 9576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.535140+0000 mon.a (mon.0) 9577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.537094+0000 mon.a (mon.0) 9578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.537799+0000 mon.a (mon.0) 9579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.544203+0000 mon.a (mon.0) 9580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.585056+0000 mon.a (mon.0) 9581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.587415+0000 mon.a (mon.0) 9582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.588439+0000 mon.a (mon.0) 9583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.590624+0000 mon.a (mon.0) 9584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.591302+0000 mon.a (mon.0) 9585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.598752+0000 mon.a (mon.0) 9586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.640182+0000 mon.a (mon.0) 9587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.642233+0000 mon.a (mon.0) 9588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.643260+0000 mon.a (mon.0) 9589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.645390+0000 mon.a (mon.0) 9590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.646118+0000 mon.a (mon.0) 9591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.654742+0000 mon.a (mon.0) 9592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.729281+0000 mon.a (mon.0) 9593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.731500+0000 mon.a (mon.0) 9594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.732308+0000 mon.a (mon.0) 9595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.734530+0000 mon.a (mon.0) 9596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.735219+0000 mon.a (mon.0) 9597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.741396+0000 mon.a (mon.0) 9598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.782171+0000 mon.a (mon.0) 9599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.784325+0000 mon.a (mon.0) 9600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.785392+0000 mon.a (mon.0) 9601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.787244+0000 mon.a (mon.0) 9602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.787869+0000 mon.a (mon.0) 9603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.794093+0000 mon.a (mon.0) 9604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.828453+0000 mon.a (mon.0) 9605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.833397+0000 mon.a (mon.0) 9606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.841443+0000 mon.a (mon.0) 9607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.855710+0000 mon.a (mon.0) 9608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.858099+0000 mon.a (mon.0) 9609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.859734+0000 mon.a (mon.0) 9610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.860880+0000 mon.a (mon.0) 9611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.863174+0000 mon.a (mon.0) 9612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.866028+0000 mon.a (mon.0) 9613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.867791+0000 mon.a (mon.0) 9614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.873756+0000 mon.a (mon.0) 9615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.875404+0000 mon.a (mon.0) 9616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi097.ujiisa"}]: dispatch 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.880204+0000 mon.a (mon.0) 9617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi097.ujiisa"}]': finished 2024-03-30T04:49:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.881848+0000 mon.a (mon.0) 9618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi105.gjphdm"}]: dispatch 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.886714+0000 mon.a (mon.0) 9619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi105.gjphdm"}]': finished 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.888295+0000 mon.a (mon.0) 9620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi097.nsyvyq"}]: dispatch 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.893126+0000 mon.a (mon.0) 9621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi097.nsyvyq"}]': finished 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.894630+0000 mon.a (mon.0) 9622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi105.hjqely"}]: dispatch 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.899531+0000 mon.a (mon.0) 9623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi105.hjqely"}]': finished 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.901635+0000 mon.a (mon.0) 9624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.907051+0000 mon.a (mon.0) 9625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.909364+0000 mon.a (mon.0) 9626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.910990+0000 mon.a (mon.0) 9627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[73934]: audit 2024-03-30T04:49:41.916951+0000 mon.a (mon.0) 9628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cluster 2024-03-30T04:49:40.695491+0000 mgr.y (mgr.25387) 4678 : cluster [DBG] pgmap v3061: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s rd, 123 B/s wr, 180 op/s 2024-03-30T04:49:42.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cluster 2024-03-30T04:49:40.696192+0000 mgr.y (mgr.25387) 4679 : cluster [DBG] pgmap v3062: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 141 KiB/s rd, 151 B/s wr, 221 op/s 2024-03-30T04:49:42.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cephadm 2024-03-30T04:49:40.706525+0000 mgr.y (mgr.25387) 4680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:40.745018+0000 mgr.y (mgr.25387) 4681 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:42.425 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cluster 2024-03-30T04:49:40.805587+0000 mgr.y (mgr.25387) 4682 : cluster [DBG] pgmap v3063: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 138 KiB/s rd, 149 B/s wr, 218 op/s 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cephadm 2024-03-30T04:49:40.812213+0000 mgr.y (mgr.25387) 4683 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.097137+0000 mon.a (mon.0) 9532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.097699+0000 mgr.y (mgr.25387) 4684 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.140170+0000 mon.a (mon.0) 9533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.142407+0000 mon.a (mon.0) 9534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.143316+0000 mon.a (mon.0) 9535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.145391+0000 mon.a (mon.0) 9536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.146116+0000 mon.a (mon.0) 9537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.147648+0000 mgr.y (mgr.25387) 4685 : cluster [DBG] pgmap v3064: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 0 B/s wr, 139 op/s 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.147928+0000 mgr.y (mgr.25387) 4686 : cluster [DBG] pgmap v3065: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 76 op/s 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.153969+0000 mon.a (mon.0) 9538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.154448+0000 mgr.y (mgr.25387) 4687 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.196170+0000 mon.a (mon.0) 9539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.426 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.198210+0000 mon.a (mon.0) 9540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.199089+0000 mon.a (mon.0) 9541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.201140+0000 mon.a (mon.0) 9542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.201785+0000 mon.a (mon.0) 9543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.209403+0000 mon.a (mon.0) 9544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.251307+0000 mon.a (mon.0) 9545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.253391+0000 mon.a (mon.0) 9546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.254252+0000 mon.a (mon.0) 9547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.256126+0000 mon.a (mon.0) 9548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.256740+0000 mon.a (mon.0) 9549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.264285+0000 mon.a (mon.0) 9550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.305279+0000 mon.a (mon.0) 9551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.308743+0000 mon.a (mon.0) 9552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.427 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.310296+0000 mon.a (mon.0) 9553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.312346+0000 mon.a (mon.0) 9554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.313005+0000 mon.a (mon.0) 9555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.320095+0000 mon.a (mon.0) 9556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.366504+0000 mon.a (mon.0) 9557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.369423+0000 mon.a (mon.0) 9558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.370821+0000 mon.a (mon.0) 9559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.428 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.373797+0000 mon.a (mon.0) 9560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.374835+0000 mon.a (mon.0) 9561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.382769+0000 mon.a (mon.0) 9562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.424324+0000 mon.a (mon.0) 9563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.426224+0000 mon.a (mon.0) 9564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.427086+0000 mon.a (mon.0) 9565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.429084+0000 mon.a (mon.0) 9566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.429743+0000 mon.a (mon.0) 9567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.437642+0000 mon.a (mon.0) 9568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.479578+0000 mon.a (mon.0) 9569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.481848+0000 mon.a (mon.0) 9570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.482677+0000 mon.a (mon.0) 9571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.484585+0000 mon.a (mon.0) 9572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.429 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.485315+0000 mon.a (mon.0) 9573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.491225+0000 mon.a (mon.0) 9574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.532219+0000 mon.a (mon.0) 9575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.534174+0000 mon.a (mon.0) 9576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.535140+0000 mon.a (mon.0) 9577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.537094+0000 mon.a (mon.0) 9578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.537799+0000 mon.a (mon.0) 9579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.544203+0000 mon.a (mon.0) 9580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.585056+0000 mon.a (mon.0) 9581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.587415+0000 mon.a (mon.0) 9582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.588439+0000 mon.a (mon.0) 9583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.590624+0000 mon.a (mon.0) 9584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.591302+0000 mon.a (mon.0) 9585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.598752+0000 mon.a (mon.0) 9586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.430 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.640182+0000 mon.a (mon.0) 9587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.642233+0000 mon.a (mon.0) 9588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.643260+0000 mon.a (mon.0) 9589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.645390+0000 mon.a (mon.0) 9590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.646118+0000 mon.a (mon.0) 9591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.654742+0000 mon.a (mon.0) 9592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.729281+0000 mon.a (mon.0) 9593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.731500+0000 mon.a (mon.0) 9594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.732308+0000 mon.a (mon.0) 9595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.734530+0000 mon.a (mon.0) 9596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.735219+0000 mon.a (mon.0) 9597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.741396+0000 mon.a (mon.0) 9598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.431 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.782171+0000 mon.a (mon.0) 9599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.784325+0000 mon.a (mon.0) 9600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.785392+0000 mon.a (mon.0) 9601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.787244+0000 mon.a (mon.0) 9602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.787869+0000 mon.a (mon.0) 9603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.794093+0000 mon.a (mon.0) 9604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.828453+0000 mon.a (mon.0) 9605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.833397+0000 mon.a (mon.0) 9606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.841443+0000 mon.a (mon.0) 9607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.855710+0000 mon.a (mon.0) 9608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.858099+0000 mon.a (mon.0) 9609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.859734+0000 mon.a (mon.0) 9610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.860880+0000 mon.a (mon.0) 9611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.863174+0000 mon.a (mon.0) 9612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.432 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.866028+0000 mon.a (mon.0) 9613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.867791+0000 mon.a (mon.0) 9614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.873756+0000 mon.a (mon.0) 9615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.875404+0000 mon.a (mon.0) 9616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi097.ujiisa"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.880204+0000 mon.a (mon.0) 9617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi097.ujiisa"}]': finished 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.881848+0000 mon.a (mon.0) 9618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi105.gjphdm"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.886714+0000 mon.a (mon.0) 9619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi105.gjphdm"}]': finished 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.888295+0000 mon.a (mon.0) 9620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi097.nsyvyq"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.893126+0000 mon.a (mon.0) 9621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi097.nsyvyq"}]': finished 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.894630+0000 mon.a (mon.0) 9622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi105.hjqely"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.899531+0000 mon.a (mon.0) 9623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.smpl.smithi105.hjqely"}]': finished 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.901635+0000 mon.a (mon.0) 9624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.907051+0000 mon.a (mon.0) 9625 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.909364+0000 mon.a (mon.0) 9626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.433 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.910990+0000 mon.a (mon.0) 9627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:49:42.434 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:42 smithi105 bash[58125]: audit 2024-03-30T04:49:41.916951+0000 mon.a (mon.0) 9628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:42.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:49:42] "GET /metrics HTTP/1.1" 200 38660 "" "Prometheus/2.33.4" 2024-03-30T04:49:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.203046+0000 mgr.y (mgr.25387) 4688 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 6 op/s 2024-03-30T04:49:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.203241+0000 mgr.y (mgr.25387) 4689 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5 op/s 2024-03-30T04:49:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.209772+0000 mgr.y (mgr.25387) 4690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.258009+0000 mgr.y (mgr.25387) 4691 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.258261+0000 mgr.y (mgr.25387) 4692 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 6 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.264707+0000 mgr.y (mgr.25387) 4693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.314431+0000 mgr.y (mgr.25387) 4694 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.320523+0000 mgr.y (mgr.25387) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.376444+0000 mgr.y (mgr.25387) 4696 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.376647+0000 mgr.y (mgr.25387) 4697 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.383261+0000 mgr.y (mgr.25387) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.431013+0000 mgr.y (mgr.25387) 4699 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.431286+0000 mgr.y (mgr.25387) 4700 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.438081+0000 mgr.y (mgr.25387) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.486655+0000 mgr.y (mgr.25387) 4702 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.491666+0000 mgr.y (mgr.25387) 4703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.539069+0000 mgr.y (mgr.25387) 4704 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.539261+0000 mgr.y (mgr.25387) 4705 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.544743+0000 mgr.y (mgr.25387) 4706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.203046+0000 mgr.y (mgr.25387) 4688 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 6 op/s 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.203241+0000 mgr.y (mgr.25387) 4689 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5 op/s 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.209772+0000 mgr.y (mgr.25387) 4690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.258009+0000 mgr.y (mgr.25387) 4691 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5 op/s 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.258261+0000 mgr.y (mgr.25387) 4692 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 6 op/s 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.264707+0000 mgr.y (mgr.25387) 4693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.314431+0000 mgr.y (mgr.25387) 4694 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5 op/s 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.320523+0000 mgr.y (mgr.25387) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.376444+0000 mgr.y (mgr.25387) 4696 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.376647+0000 mgr.y (mgr.25387) 4697 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.383261+0000 mgr.y (mgr.25387) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.431013+0000 mgr.y (mgr.25387) 4699 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.431286+0000 mgr.y (mgr.25387) 4700 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.438081+0000 mgr.y (mgr.25387) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.486655+0000 mgr.y (mgr.25387) 4702 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.491666+0000 mgr.y (mgr.25387) 4703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.539069+0000 mgr.y (mgr.25387) 4704 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.539261+0000 mgr.y (mgr.25387) 4705 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.544743+0000 mgr.y (mgr.25387) 4706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.592626+0000 mgr.y (mgr.25387) 4707 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.592881+0000 mgr.y (mgr.25387) 4708 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.599303+0000 mgr.y (mgr.25387) 4709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.647683+0000 mgr.y (mgr.25387) 4710 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.648049+0000 mgr.y (mgr.25387) 4711 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.655255+0000 mgr.y (mgr.25387) 4712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.736395+0000 mgr.y (mgr.25387) 4713 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.736626+0000 mgr.y (mgr.25387) 4714 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.741943+0000 mgr.y (mgr.25387) 4715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.789064+0000 mgr.y (mgr.25387) 4716 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.789278+0000 mgr.y (mgr.25387) 4717 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.794582+0000 mgr.y (mgr.25387) 4718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.834333+0000 mgr.y (mgr.25387) 4719 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cluster 2024-03-30T04:49:41.834553+0000 mgr.y (mgr.25387) 4720 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.868374+0000 mgr.y (mgr.25387) 4721 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:49:43.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.902270+0000 mgr.y (mgr.25387) 4722 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[69502]: cephadm 2024-03-30T04:49:41.911733+0000 mgr.y (mgr.25387) 4723 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.592626+0000 mgr.y (mgr.25387) 4707 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.592881+0000 mgr.y (mgr.25387) 4708 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.599303+0000 mgr.y (mgr.25387) 4709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.647683+0000 mgr.y (mgr.25387) 4710 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.648049+0000 mgr.y (mgr.25387) 4711 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.655255+0000 mgr.y (mgr.25387) 4712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.736395+0000 mgr.y (mgr.25387) 4713 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.736626+0000 mgr.y (mgr.25387) 4714 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.741943+0000 mgr.y (mgr.25387) 4715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.789064+0000 mgr.y (mgr.25387) 4716 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.789278+0000 mgr.y (mgr.25387) 4717 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.794582+0000 mgr.y (mgr.25387) 4718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.834333+0000 mgr.y (mgr.25387) 4719 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cluster 2024-03-30T04:49:41.834553+0000 mgr.y (mgr.25387) 4720 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.868374+0000 mgr.y (mgr.25387) 4721 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:49:43.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.902270+0000 mgr.y (mgr.25387) 4722 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:49:43.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:43 smithi097 bash[73934]: cephadm 2024-03-30T04:49:41.911733+0000 mgr.y (mgr.25387) 4723 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:49:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.203046+0000 mgr.y (mgr.25387) 4688 : cluster [DBG] pgmap v3066: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 6 op/s 2024-03-30T04:49:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.203241+0000 mgr.y (mgr.25387) 4689 : cluster [DBG] pgmap v3067: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5 op/s 2024-03-30T04:49:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.209772+0000 mgr.y (mgr.25387) 4690 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.258009+0000 mgr.y (mgr.25387) 4691 : cluster [DBG] pgmap v3068: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5 op/s 2024-03-30T04:49:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.258261+0000 mgr.y (mgr.25387) 4692 : cluster [DBG] pgmap v3069: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 6 op/s 2024-03-30T04:49:43.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.264707+0000 mgr.y (mgr.25387) 4693 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.314431+0000 mgr.y (mgr.25387) 4694 : cluster [DBG] pgmap v3070: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5 op/s 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.320523+0000 mgr.y (mgr.25387) 4695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.376444+0000 mgr.y (mgr.25387) 4696 : cluster [DBG] pgmap v3071: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.376647+0000 mgr.y (mgr.25387) 4697 : cluster [DBG] pgmap v3072: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.383261+0000 mgr.y (mgr.25387) 4698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.431013+0000 mgr.y (mgr.25387) 4699 : cluster [DBG] pgmap v3073: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.431286+0000 mgr.y (mgr.25387) 4700 : cluster [DBG] pgmap v3074: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5 op/s 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.438081+0000 mgr.y (mgr.25387) 4701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.486655+0000 mgr.y (mgr.25387) 4702 : cluster [DBG] pgmap v3075: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4 op/s 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.491666+0000 mgr.y (mgr.25387) 4703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.539069+0000 mgr.y (mgr.25387) 4704 : cluster [DBG] pgmap v3076: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.539261+0000 mgr.y (mgr.25387) 4705 : cluster [DBG] pgmap v3077: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.544743+0000 mgr.y (mgr.25387) 4706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.592626+0000 mgr.y (mgr.25387) 4707 : cluster [DBG] pgmap v3078: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.592881+0000 mgr.y (mgr.25387) 4708 : cluster [DBG] pgmap v3079: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.599303+0000 mgr.y (mgr.25387) 4709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.647683+0000 mgr.y (mgr.25387) 4710 : cluster [DBG] pgmap v3080: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.648049+0000 mgr.y (mgr.25387) 4711 : cluster [DBG] pgmap v3081: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.655255+0000 mgr.y (mgr.25387) 4712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.736395+0000 mgr.y (mgr.25387) 4713 : cluster [DBG] pgmap v3082: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.736626+0000 mgr.y (mgr.25387) 4714 : cluster [DBG] pgmap v3083: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.741943+0000 mgr.y (mgr.25387) 4715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.789064+0000 mgr.y (mgr.25387) 4716 : cluster [DBG] pgmap v3084: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.789278+0000 mgr.y (mgr.25387) 4717 : cluster [DBG] pgmap v3085: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.794582+0000 mgr.y (mgr.25387) 4718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:49:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.834333+0000 mgr.y (mgr.25387) 4719 : cluster [DBG] pgmap v3086: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cluster 2024-03-30T04:49:41.834553+0000 mgr.y (mgr.25387) 4720 : cluster [DBG] pgmap v3087: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:49:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.868374+0000 mgr.y (mgr.25387) 4721 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-03-30T04:49:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.902270+0000 mgr.y (mgr.25387) 4722 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-03-30T04:49:43.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:43 smithi105 bash[58125]: cephadm 2024-03-30T04:49:41.911733+0000 mgr.y (mgr.25387) 4723 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-03-30T04:49:45.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[73934]: cluster 2024-03-30T04:49:43.835371+0000 mgr.y (mgr.25387) 4724 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 2 op/s 2024-03-30T04:49:45.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[73934]: audit 2024-03-30T04:49:44.744290+0000 mon.a (mon.0) 9629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:45.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[73934]: audit 2024-03-30T04:49:44.747676+0000 mon.a (mon.0) 9630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[73934]: audit 2024-03-30T04:49:44.760008+0000 mon.a (mon.0) 9631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[69502]: cluster 2024-03-30T04:49:43.835371+0000 mgr.y (mgr.25387) 4724 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 2 op/s 2024-03-30T04:49:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[69502]: audit 2024-03-30T04:49:44.744290+0000 mon.a (mon.0) 9629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[69502]: audit 2024-03-30T04:49:44.747676+0000 mon.a (mon.0) 9630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:45 smithi097 bash[69502]: audit 2024-03-30T04:49:44.760008+0000 mon.a (mon.0) 9631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:45.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:45 smithi105 bash[58125]: cluster 2024-03-30T04:49:43.835371+0000 mgr.y (mgr.25387) 4724 : cluster [DBG] pgmap v3088: 161 pgs: 161 active+clean; 585 KiB data, 277 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 2 op/s 2024-03-30T04:49:45.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:45 smithi105 bash[58125]: audit 2024-03-30T04:49:44.744290+0000 mon.a (mon.0) 9629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:45.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:45 smithi105 bash[58125]: audit 2024-03-30T04:49:44.747676+0000 mon.a (mon.0) 9630 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:49:45.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:45 smithi105 bash[58125]: audit 2024-03-30T04:49:44.760008+0000 mon.a (mon.0) 9631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:49:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[73934]: cephadm 2024-03-30T04:49:44.738327+0000 mgr.y (mgr.25387) 4725 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi097.dwmydq 2024-03-30T04:49:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[73934]: cephadm 2024-03-30T04:49:44.761643+0000 mgr.y (mgr.25387) 4726 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:49:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[73934]: audit 2024-03-30T04:49:45.391057+0000 mon.a (mon.0) 9632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[73934]: audit 2024-03-30T04:49:45.409625+0000 mon.a (mon.0) 9633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[73934]: audit 2024-03-30T04:49:45.423590+0000 mon.a (mon.0) 9634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[69502]: cephadm 2024-03-30T04:49:44.738327+0000 mgr.y (mgr.25387) 4725 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi097.dwmydq 2024-03-30T04:49:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[69502]: cephadm 2024-03-30T04:49:44.761643+0000 mgr.y (mgr.25387) 4726 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:49:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[69502]: audit 2024-03-30T04:49:45.391057+0000 mon.a (mon.0) 9632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[69502]: audit 2024-03-30T04:49:45.409625+0000 mon.a (mon.0) 9633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:46 smithi097 bash[69502]: audit 2024-03-30T04:49:45.423590+0000 mon.a (mon.0) 9634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.444 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:46 smithi105 bash[58125]: cephadm 2024-03-30T04:49:44.738327+0000 mgr.y (mgr.25387) 4725 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi097.dwmydq 2024-03-30T04:49:46.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:46 smithi105 bash[58125]: cephadm 2024-03-30T04:49:44.761643+0000 mgr.y (mgr.25387) 4726 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:49:46.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:46 smithi105 bash[58125]: audit 2024-03-30T04:49:45.391057+0000 mon.a (mon.0) 9632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:46 smithi105 bash[58125]: audit 2024-03-30T04:49:45.409625+0000 mon.a (mon.0) 9633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:46.445 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:46 smithi105 bash[58125]: audit 2024-03-30T04:49:45.423590+0000 mon.a (mon.0) 9634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:47.214 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:47 smithi097 bash[73934]: cluster 2024-03-30T04:49:45.412704+0000 mgr.y (mgr.25387) 4727 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 131 op/s 2024-03-30T04:49:47.214 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:47 smithi097 bash[69502]: cluster 2024-03-30T04:49:45.412704+0000 mgr.y (mgr.25387) 4727 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 131 op/s 2024-03-30T04:49:47.364 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:47 smithi105 bash[58125]: cluster 2024-03-30T04:49:45.412704+0000 mgr.y (mgr.25387) 4727 : cluster [DBG] pgmap v3089: 161 pgs: 161 active+clean; 585 KiB data, 281 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 131 op/s 2024-03-30T04:49:48.781 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.782 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.782 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.782 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.782 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.783 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.783 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.783 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:48.784 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:49:48 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:49:49.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:49 smithi097 bash[69502]: cluster 2024-03-30T04:49:47.413730+0000 mgr.y (mgr.25387) 4728 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 182 B/s wr, 268 op/s 2024-03-30T04:49:49.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:49 smithi097 bash[73934]: cluster 2024-03-30T04:49:47.413730+0000 mgr.y (mgr.25387) 4728 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 182 B/s wr, 268 op/s 2024-03-30T04:49:49.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:49 smithi105 bash[58125]: cluster 2024-03-30T04:49:47.413730+0000 mgr.y (mgr.25387) 4728 : cluster [DBG] pgmap v3090: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 171 KiB/s rd, 182 B/s wr, 268 op/s 2024-03-30T04:49:50.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[69502]: audit 2024-03-30T04:49:49.315477+0000 mon.a (mon.0) 9635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[69502]: audit 2024-03-30T04:49:49.322186+0000 mon.a (mon.0) 9636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[69502]: cluster 2024-03-30T04:49:49.323497+0000 mgr.y (mgr.25387) 4729 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 128 KiB/s rd, 135 B/s wr, 200 op/s 2024-03-30T04:49:50.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[69502]: cluster 2024-03-30T04:49:49.323794+0000 mgr.y (mgr.25387) 4730 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 136 B/s wr, 201 op/s 2024-03-30T04:49:50.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[69502]: audit 2024-03-30T04:49:49.330189+0000 mon.a (mon.0) 9637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[73934]: audit 2024-03-30T04:49:49.315477+0000 mon.a (mon.0) 9635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[73934]: audit 2024-03-30T04:49:49.322186+0000 mon.a (mon.0) 9636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[73934]: cluster 2024-03-30T04:49:49.323497+0000 mgr.y (mgr.25387) 4729 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 128 KiB/s rd, 135 B/s wr, 200 op/s 2024-03-30T04:49:50.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[73934]: cluster 2024-03-30T04:49:49.323794+0000 mgr.y (mgr.25387) 4730 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 136 B/s wr, 201 op/s 2024-03-30T04:49:50.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:50 smithi097 bash[73934]: audit 2024-03-30T04:49:49.330189+0000 mon.a (mon.0) 9637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:50 smithi105 bash[58125]: audit 2024-03-30T04:49:49.315477+0000 mon.a (mon.0) 9635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:50 smithi105 bash[58125]: audit 2024-03-30T04:49:49.322186+0000 mon.a (mon.0) 9636 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:50.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:50 smithi105 bash[58125]: cluster 2024-03-30T04:49:49.323497+0000 mgr.y (mgr.25387) 4729 : cluster [DBG] pgmap v3091: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 128 KiB/s rd, 135 B/s wr, 200 op/s 2024-03-30T04:49:50.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:50 smithi105 bash[58125]: cluster 2024-03-30T04:49:49.323794+0000 mgr.y (mgr.25387) 4730 : cluster [DBG] pgmap v3092: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 136 B/s wr, 201 op/s 2024-03-30T04:49:50.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:50 smithi105 bash[58125]: audit 2024-03-30T04:49:49.330189+0000 mon.a (mon.0) 9637 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:49:51.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:51 smithi097 bash[69502]: cluster 2024-03-30T04:49:50.323219+0000 mon.a (mon.0) 9638 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:51.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:51 smithi097 bash[69502]: audit 2024-03-30T04:49:50.751516+0000 mgr.y (mgr.25387) 4731 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:51.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:51 smithi097 bash[73934]: cluster 2024-03-30T04:49:50.323219+0000 mon.a (mon.0) 9638 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:51.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:51 smithi097 bash[73934]: audit 2024-03-30T04:49:50.751516+0000 mgr.y (mgr.25387) 4731 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:51.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:51 smithi105 bash[58125]: cluster 2024-03-30T04:49:50.323219+0000 mon.a (mon.0) 9638 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:49:51.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:51 smithi105 bash[58125]: audit 2024-03-30T04:49:50.751516+0000 mgr.y (mgr.25387) 4731 : audit [DBG] from='client.25324 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:49:52.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:52 smithi097 bash[69502]: cluster 2024-03-30T04:49:51.325425+0000 mgr.y (mgr.25387) 4732 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 107 B/s wr, 159 op/s 2024-03-30T04:49:52.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:49:52] "GET /metrics HTTP/1.1" 200 38660 "" "Prometheus/2.33.4" 2024-03-30T04:49:52.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:52 smithi097 bash[73934]: cluster 2024-03-30T04:49:51.325425+0000 mgr.y (mgr.25387) 4732 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 107 B/s wr, 159 op/s 2024-03-30T04:49:52.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:52 smithi105 bash[58125]: cluster 2024-03-30T04:49:51.325425+0000 mgr.y (mgr.25387) 4732 : cluster [DBG] pgmap v3093: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 107 B/s wr, 159 op/s 2024-03-30T04:49:54.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:54 smithi097 bash[69502]: cluster 2024-03-30T04:49:53.326449+0000 mgr.y (mgr.25387) 4733 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 107 B/s wr, 159 op/s 2024-03-30T04:49:54.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:54 smithi097 bash[73934]: cluster 2024-03-30T04:49:53.326449+0000 mgr.y (mgr.25387) 4733 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 107 B/s wr, 159 op/s 2024-03-30T04:49:54.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:54 smithi105 bash[58125]: cluster 2024-03-30T04:49:53.326449+0000 mgr.y (mgr.25387) 4733 : cluster [DBG] pgmap v3094: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s rd, 107 B/s wr, 159 op/s 2024-03-30T04:49:55.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:55 smithi097 bash[69502]: audit 2024-03-30T04:49:54.498127+0000 mon.a (mon.0) 9639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:55.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:55 smithi097 bash[73934]: audit 2024-03-30T04:49:54.498127+0000 mon.a (mon.0) 9639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:55.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:55 smithi105 bash[58125]: audit 2024-03-30T04:49:54.498127+0000 mon.a (mon.0) 9639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:49:56.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:56 smithi097 bash[69502]: cluster 2024-03-30T04:49:55.327637+0000 mgr.y (mgr.25387) 4734 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 103 B/s wr, 104 op/s 2024-03-30T04:49:56.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:56 smithi097 bash[73934]: cluster 2024-03-30T04:49:55.327637+0000 mgr.y (mgr.25387) 4734 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 103 B/s wr, 104 op/s 2024-03-30T04:49:56.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:56 smithi105 bash[58125]: cluster 2024-03-30T04:49:55.327637+0000 mgr.y (mgr.25387) 4734 : cluster [DBG] pgmap v3095: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s rd, 103 B/s wr, 104 op/s 2024-03-30T04:49:58.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:58 smithi097 bash[69502]: cluster 2024-03-30T04:49:57.329006+0000 mgr.y (mgr.25387) 4735 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:58.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:58 smithi097 bash[73934]: cluster 2024-03-30T04:49:57.329006+0000 mgr.y (mgr.25387) 4735 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:49:58.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:49:58 smithi105 bash[58125]: cluster 2024-03-30T04:49:57.329006+0000 mgr.y (mgr.25387) 4735 : cluster [DBG] pgmap v3096: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:00.228 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:50:00.303 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.303 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.303 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.304 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.304 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.304 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.305 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.305 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.305 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:49:59 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:00.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: cluster 2024-03-30T04:49:59.330178+0000 mgr.y (mgr.25387) 4736 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:00.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.000104+0000 mon.a (mon.0) 9640 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.000133+0000 mon.a (mon.0) 9641 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.000163+0000 mon.a (mon.0) 9642 : cluster [WRN] daemon iscsi.foo.smithi097.dwmydq on smithi097 is in unknown state 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.000173+0000 mon.a (mon.0) 9643 : cluster [WRN] daemon grafana.a on smithi105 is in error state 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.143559+0000 mon.a (mon.0) 9644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.150245+0000 mon.a (mon.0) 9645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.178515+0000 mon.a (mon.0) 9646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.180984+0000 mon.a (mon.0) 9647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.181857+0000 mon.a (mon.0) 9648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.187869+0000 mon.a (mon.0) 9649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.242107+0000 mon.a (mon.0) 9650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.247310+0000 mon.a (mon.0) 9651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.259038+0000 mon.a (mon.0) 9652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.261400+0000 mon.a (mon.0) 9653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.262718+0000 mon.a (mon.0) 9654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.265323+0000 mon.a (mon.0) 9655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.266095+0000 mon.a (mon.0) 9656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.273314+0000 mon.a (mon.0) 9657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.331456+0000 mon.a (mon.0) 9658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.333586+0000 mon.a (mon.0) 9659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.334665+0000 mon.a (mon.0) 9660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.337226+0000 mon.a (mon.0) 9661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.338100+0000 mon.a (mon.0) 9662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:00 smithi105 bash[58125]: audit 2024-03-30T04:50:00.344626+0000 mon.a (mon.0) 9663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: cluster 2024-03-30T04:49:59.330178+0000 mgr.y (mgr.25387) 4736 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.000104+0000 mon.a (mon.0) 9640 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.000133+0000 mon.a (mon.0) 9641 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.000163+0000 mon.a (mon.0) 9642 : cluster [WRN] daemon iscsi.foo.smithi097.dwmydq on smithi097 is in unknown state 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.000173+0000 mon.a (mon.0) 9643 : cluster [WRN] daemon grafana.a on smithi105 is in error state 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.143559+0000 mon.a (mon.0) 9644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.150245+0000 mon.a (mon.0) 9645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.178515+0000 mon.a (mon.0) 9646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.180984+0000 mon.a (mon.0) 9647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.181857+0000 mon.a (mon.0) 9648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.187869+0000 mon.a (mon.0) 9649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.242107+0000 mon.a (mon.0) 9650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.247310+0000 mon.a (mon.0) 9651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.259038+0000 mon.a (mon.0) 9652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.261400+0000 mon.a (mon.0) 9653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.262718+0000 mon.a (mon.0) 9654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.265323+0000 mon.a (mon.0) 9655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.266095+0000 mon.a (mon.0) 9656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.273314+0000 mon.a (mon.0) 9657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.331456+0000 mon.a (mon.0) 9658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.333586+0000 mon.a (mon.0) 9659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.334665+0000 mon.a (mon.0) 9660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.337226+0000 mon.a (mon.0) 9661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.338100+0000 mon.a (mon.0) 9662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[73934]: audit 2024-03-30T04:50:00.344626+0000 mon.a (mon.0) 9663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: cluster 2024-03-30T04:49:59.330178+0000 mgr.y (mgr.25387) 4736 : cluster [DBG] pgmap v3097: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.000104+0000 mon.a (mon.0) 9640 : cluster [WRN] Health detail: HEALTH_WARN 2 failed cephadm daemon(s) 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.000133+0000 mon.a (mon.0) 9641 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.000163+0000 mon.a (mon.0) 9642 : cluster [WRN] daemon iscsi.foo.smithi097.dwmydq on smithi097 is in unknown state 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.000173+0000 mon.a (mon.0) 9643 : cluster [WRN] daemon grafana.a on smithi105 is in error state 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.143559+0000 mon.a (mon.0) 9644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.150245+0000 mon.a (mon.0) 9645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.178515+0000 mon.a (mon.0) 9646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.180984+0000 mon.a (mon.0) 9647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.181857+0000 mon.a (mon.0) 9648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.725 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.187869+0000 mon.a (mon.0) 9649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.242107+0000 mon.a (mon.0) 9650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.247310+0000 mon.a (mon.0) 9651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.259038+0000 mon.a (mon.0) 9652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.261400+0000 mon.a (mon.0) 9653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.262718+0000 mon.a (mon.0) 9654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.265323+0000 mon.a (mon.0) 9655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.266095+0000 mon.a (mon.0) 9656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.273314+0000 mon.a (mon.0) 9657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.331456+0000 mon.a (mon.0) 9658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.333586+0000 mon.a (mon.0) 9659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.334665+0000 mon.a (mon.0) 9660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.337226+0000 mon.a (mon.0) 9661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.338100+0000 mon.a (mon.0) 9662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:00.726 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:00 smithi097 bash[69502]: audit 2024-03-30T04:50:00.344626+0000 mon.a (mon.0) 9663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.055 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 11s ago 22m - - 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 15s ago 22m - - 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (9m) 11s ago 15m 13.9M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 15s ago 15m - - 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 starting - - - - 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (7m) 15s ago 21m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (8m) 11s ago 23m 530M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (7m) 11s ago 23m 137M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (6m) 15s ago 22m 55.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (6m) 11s ago 22m 61.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (9m) 11s ago 16m 9759k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (8m) 15s ago 16m 9992k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:50:01.056 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (5m) 11s ago 21m 59.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (4m) 11s ago 20m 65.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (4m) 11s ago 20m 60.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (3m) 11s ago 19m 66.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (2m) 15s ago 18m 65.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (2m) 15s ago 18m 57.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (97s) 15s ago 17m 53.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (58s) 15s ago 17m 57.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (7m) 15s ago 16m 68.4M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (42s) 11s ago 14m 89.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 51ada343a22c 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (28s) 15s ago 14m 88.9M - 19.0.0-2493-gd82c9aa1 3714003597ec 839a415fe117 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (35s) 11s ago 13m 89.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 0ec36fcd9fac 2024-03-30T04:50:01.057 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (20s) 15s ago 13m 88.9M - 19.0.0-2493-gd82c9aa1 3714003597ec 583e5a7bf385 2024-03-30T04:50:01.521 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:50:01.521 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:01.522 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:50:01.523 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:50:01.523 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:50:01.523 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:50:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.183493+0000 mgr.y (mgr.25387) 4737 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-30T04:50:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.188396+0000 mgr.y (mgr.25387) 4738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.221104+0000 mgr.y (mgr.25387) 4739 : audit [DBG] from='client.34764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.242963+0000 mgr.y (mgr.25387) 4740 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:01.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.247831+0000 mgr.y (mgr.25387) 4741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.267714+0000 mgr.y (mgr.25387) 4742 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 572 B/s rd, 0 op/s 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.267974+0000 mgr.y (mgr.25387) 4743 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 737 B/s rd, 0 op/s 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.273814+0000 mgr.y (mgr.25387) 4744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.339830+0000 mgr.y (mgr.25387) 4745 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.340167+0000 mgr.y (mgr.25387) 4746 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.345273+0000 mgr.y (mgr.25387) 4747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.403873+0000 mon.a (mon.0) 9664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.405918+0000 mon.a (mon.0) 9665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.406750+0000 mon.a (mon.0) 9666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.408622+0000 mon.a (mon.0) 9667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.409247+0000 mon.a (mon.0) 9668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.410465+0000 mgr.y (mgr.25387) 4748 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.410685+0000 mgr.y (mgr.25387) 4749 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.414832+0000 mon.a (mon.0) 9669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.183493+0000 mgr.y (mgr.25387) 4737 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.188396+0000 mgr.y (mgr.25387) 4738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.221104+0000 mgr.y (mgr.25387) 4739 : audit [DBG] from='client.34764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.242963+0000 mgr.y (mgr.25387) 4740 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.247831+0000 mgr.y (mgr.25387) 4741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.267714+0000 mgr.y (mgr.25387) 4742 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 572 B/s rd, 0 op/s 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.267974+0000 mgr.y (mgr.25387) 4743 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 737 B/s rd, 0 op/s 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.273814+0000 mgr.y (mgr.25387) 4744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.339830+0000 mgr.y (mgr.25387) 4745 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.340167+0000 mgr.y (mgr.25387) 4746 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.345273+0000 mgr.y (mgr.25387) 4747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.403873+0000 mon.a (mon.0) 9664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.405918+0000 mon.a (mon.0) 9665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.406750+0000 mon.a (mon.0) 9666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.408622+0000 mon.a (mon.0) 9667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.409247+0000 mon.a (mon.0) 9668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.410465+0000 mgr.y (mgr.25387) 4748 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.410685+0000 mgr.y (mgr.25387) 4749 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.414832+0000 mon.a (mon.0) 9669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.415380+0000 mgr.y (mgr.25387) 4750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.461530+0000 mon.a (mon.0) 9670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.463912+0000 mon.a (mon.0) 9671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.464851+0000 mon.a (mon.0) 9672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.467213+0000 mon.a (mon.0) 9673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.467950+0000 mon.a (mon.0) 9674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.469488+0000 mgr.y (mgr.25387) 4751 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.469768+0000 mgr.y (mgr.25387) 4752 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.474595+0000 mon.a (mon.0) 9675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.475158+0000 mgr.y (mgr.25387) 4753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.537295+0000 mon.a (mon.0) 9676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.539793+0000 mon.a (mon.0) 9677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.540865+0000 mon.a (mon.0) 9678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.543321+0000 mon.a (mon.0) 9679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.544058+0000 mon.a (mon.0) 9680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.545516+0000 mgr.y (mgr.25387) 4754 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.545784+0000 mgr.y (mgr.25387) 4755 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.551564+0000 mon.a (mon.0) 9681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.552187+0000 mgr.y (mgr.25387) 4756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.623568+0000 mon.a (mon.0) 9682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.626994+0000 mon.a (mon.0) 9683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.628488+0000 mon.a (mon.0) 9684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.631926+0000 mon.a (mon.0) 9685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.632902+0000 mon.a (mon.0) 9686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.634911+0000 mgr.y (mgr.25387) 4757 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:50:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.635519+0000 mgr.y (mgr.25387) 4758 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.641663+0000 mon.a (mon.0) 9687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.642587+0000 mgr.y (mgr.25387) 4759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.674384+0000 mgr.y (mgr.25387) 4760 : audit [DBG] from='client.54703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.718085+0000 mon.a (mon.0) 9688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.720600+0000 mon.a (mon.0) 9689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.721531+0000 mon.a (mon.0) 9690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.723763+0000 mon.a (mon.0) 9691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.724448+0000 mon.a (mon.0) 9692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.726026+0000 mgr.y (mgr.25387) 4761 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.726253+0000 mgr.y (mgr.25387) 4762 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.731447+0000 mon.a (mon.0) 9693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.732159+0000 mgr.y (mgr.25387) 4763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.415380+0000 mgr.y (mgr.25387) 4750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.461530+0000 mon.a (mon.0) 9670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.463912+0000 mon.a (mon.0) 9671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.464851+0000 mon.a (mon.0) 9672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.467213+0000 mon.a (mon.0) 9673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.467950+0000 mon.a (mon.0) 9674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.469488+0000 mgr.y (mgr.25387) 4751 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.469768+0000 mgr.y (mgr.25387) 4752 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.474595+0000 mon.a (mon.0) 9675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.475158+0000 mgr.y (mgr.25387) 4753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.537295+0000 mon.a (mon.0) 9676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.539793+0000 mon.a (mon.0) 9677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.540865+0000 mon.a (mon.0) 9678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.543321+0000 mon.a (mon.0) 9679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.544058+0000 mon.a (mon.0) 9680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.545516+0000 mgr.y (mgr.25387) 4754 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.545784+0000 mgr.y (mgr.25387) 4755 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.551564+0000 mon.a (mon.0) 9681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.552187+0000 mgr.y (mgr.25387) 4756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.794045+0000 mon.a (mon.0) 9694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.796273+0000 mon.a (mon.0) 9695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.802153+0000 mon.a (mon.0) 9696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.804751+0000 mon.a (mon.0) 9697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.805503+0000 mon.a (mon.0) 9698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.806851+0000 mgr.y (mgr.25387) 4764 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.807070+0000 mgr.y (mgr.25387) 4765 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.814080+0000 mon.a (mon.0) 9699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.814592+0000 mgr.y (mgr.25387) 4766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.874960+0000 mon.a (mon.0) 9700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.876963+0000 mon.a (mon.0) 9701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.878150+0000 mon.a (mon.0) 9702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.880318+0000 mon.a (mon.0) 9703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.880965+0000 mon.a (mon.0) 9704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.882138+0000 mgr.y (mgr.25387) 4767 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.882375+0000 mgr.y (mgr.25387) 4768 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.889366+0000 mon.a (mon.0) 9705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.889878+0000 mgr.y (mgr.25387) 4769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.945588+0000 mon.a (mon.0) 9706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.947425+0000 mon.a (mon.0) 9707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.948558+0000 mon.a (mon.0) 9708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.950885+0000 mon.a (mon.0) 9709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.951586+0000 mon.a (mon.0) 9710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.953006+0000 mgr.y (mgr.25387) 4770 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:00.953311+0000 mgr.y (mgr.25387) 4771 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:00.960665+0000 mon.a (mon.0) 9711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:00.961141+0000 mgr.y (mgr.25387) 4772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.001019+0000 mon.a (mon.0) 9712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.003048+0000 mon.a (mon.0) 9713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.003912+0000 mon.a (mon.0) 9714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.005797+0000 mon.a (mon.0) 9715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.006492+0000 mon.a (mon.0) 9716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.007690+0000 mgr.y (mgr.25387) 4773 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.007929+0000 mgr.y (mgr.25387) 4774 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.014772+0000 mon.a (mon.0) 9717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.015290+0000 mgr.y (mgr.25387) 4775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.039667+0000 mgr.y (mgr.25387) 4776 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.076269+0000 mon.a (mon.0) 9718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.078347+0000 mon.a (mon.0) 9719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.623568+0000 mon.a (mon.0) 9682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.626994+0000 mon.a (mon.0) 9683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.628488+0000 mon.a (mon.0) 9684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.631926+0000 mon.a (mon.0) 9685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.632902+0000 mon.a (mon.0) 9686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.634911+0000 mgr.y (mgr.25387) 4757 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.635519+0000 mgr.y (mgr.25387) 4758 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.641663+0000 mon.a (mon.0) 9687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.642587+0000 mgr.y (mgr.25387) 4759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.674384+0000 mgr.y (mgr.25387) 4760 : audit [DBG] from='client.54703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.718085+0000 mon.a (mon.0) 9688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.720600+0000 mon.a (mon.0) 9689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.721531+0000 mon.a (mon.0) 9690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.723763+0000 mon.a (mon.0) 9691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.724448+0000 mon.a (mon.0) 9692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.726026+0000 mgr.y (mgr.25387) 4761 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.726253+0000 mgr.y (mgr.25387) 4762 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.731447+0000 mon.a (mon.0) 9693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.732159+0000 mgr.y (mgr.25387) 4763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.079286+0000 mon.a (mon.0) 9720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.081340+0000 mon.a (mon.0) 9721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.082006+0000 mon.a (mon.0) 9722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.083228+0000 mgr.y (mgr.25387) 4777 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.083406+0000 mgr.y (mgr.25387) 4778 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.090448+0000 mon.a (mon.0) 9723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.090949+0000 mgr.y (mgr.25387) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.130898+0000 mon.a (mon.0) 9724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.132770+0000 mon.a (mon.0) 9725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.133768+0000 mon.a (mon.0) 9726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.135843+0000 mon.a (mon.0) 9727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.136487+0000 mon.a (mon.0) 9728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.137777+0000 mgr.y (mgr.25387) 4780 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.137986+0000 mgr.y (mgr.25387) 4781 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.145099+0000 mon.a (mon.0) 9729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.145653+0000 mgr.y (mgr.25387) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.147876+0000 mon.a (mon.0) 9730 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.208159+0000 mon.a (mon.0) 9731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.210609+0000 mon.a (mon.0) 9732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.211655+0000 mon.a (mon.0) 9733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.213814+0000 mon.a (mon.0) 9734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.214548+0000 mon.a (mon.0) 9735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.220322+0000 mon.a (mon.0) 9736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.281981+0000 mon.a (mon.0) 9737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.283857+0000 mon.a (mon.0) 9738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.284693+0000 mon.a (mon.0) 9739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.286618+0000 mon.a (mon.0) 9740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.287252+0000 mon.a (mon.0) 9741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[69502]: audit 2024-03-30T04:50:01.295244+0000 mon.a (mon.0) 9742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.794045+0000 mon.a (mon.0) 9694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.796273+0000 mon.a (mon.0) 9695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.802153+0000 mon.a (mon.0) 9696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.804751+0000 mon.a (mon.0) 9697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.805503+0000 mon.a (mon.0) 9698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.806851+0000 mgr.y (mgr.25387) 4764 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.807070+0000 mgr.y (mgr.25387) 4765 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.814080+0000 mon.a (mon.0) 9699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.814592+0000 mgr.y (mgr.25387) 4766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.874960+0000 mon.a (mon.0) 9700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.876963+0000 mon.a (mon.0) 9701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.878150+0000 mon.a (mon.0) 9702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.880318+0000 mon.a (mon.0) 9703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.880965+0000 mon.a (mon.0) 9704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.882138+0000 mgr.y (mgr.25387) 4767 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.882375+0000 mgr.y (mgr.25387) 4768 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.889366+0000 mon.a (mon.0) 9705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.889878+0000 mgr.y (mgr.25387) 4769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.945588+0000 mon.a (mon.0) 9706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.947425+0000 mon.a (mon.0) 9707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.948558+0000 mon.a (mon.0) 9708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.950885+0000 mon.a (mon.0) 9709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.951586+0000 mon.a (mon.0) 9710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.953006+0000 mgr.y (mgr.25387) 4770 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:00.953311+0000 mgr.y (mgr.25387) 4771 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:00.960665+0000 mon.a (mon.0) 9711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:00.961141+0000 mgr.y (mgr.25387) 4772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.001019+0000 mon.a (mon.0) 9712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.003048+0000 mon.a (mon.0) 9713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.003912+0000 mon.a (mon.0) 9714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.005797+0000 mon.a (mon.0) 9715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.006492+0000 mon.a (mon.0) 9716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.007690+0000 mgr.y (mgr.25387) 4773 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.007929+0000 mgr.y (mgr.25387) 4774 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.014772+0000 mon.a (mon.0) 9717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.015290+0000 mgr.y (mgr.25387) 4775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.039667+0000 mgr.y (mgr.25387) 4776 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.076269+0000 mon.a (mon.0) 9718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.078347+0000 mon.a (mon.0) 9719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.079286+0000 mon.a (mon.0) 9720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.081340+0000 mon.a (mon.0) 9721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.082006+0000 mon.a (mon.0) 9722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.083228+0000 mgr.y (mgr.25387) 4777 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.083406+0000 mgr.y (mgr.25387) 4778 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.090448+0000 mon.a (mon.0) 9723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.090949+0000 mgr.y (mgr.25387) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.130898+0000 mon.a (mon.0) 9724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.132770+0000 mon.a (mon.0) 9725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.133768+0000 mon.a (mon.0) 9726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.135843+0000 mon.a (mon.0) 9727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.136487+0000 mon.a (mon.0) 9728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.137777+0000 mgr.y (mgr.25387) 4780 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.137986+0000 mgr.y (mgr.25387) 4781 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.145099+0000 mon.a (mon.0) 9729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.145653+0000 mgr.y (mgr.25387) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.147876+0000 mon.a (mon.0) 9730 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.208159+0000 mon.a (mon.0) 9731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.210609+0000 mon.a (mon.0) 9732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.211655+0000 mon.a (mon.0) 9733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.213814+0000 mon.a (mon.0) 9734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.214548+0000 mon.a (mon.0) 9735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.220322+0000 mon.a (mon.0) 9736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.281981+0000 mon.a (mon.0) 9737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.283857+0000 mon.a (mon.0) 9738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.284693+0000 mon.a (mon.0) 9739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.286618+0000 mon.a (mon.0) 9740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.287252+0000 mon.a (mon.0) 9741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:01 smithi097 bash[73934]: audit 2024-03-30T04:50:01.295244+0000 mon.a (mon.0) 9742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.183493+0000 mgr.y (mgr.25387) 4737 : cluster [DBG] pgmap v3098: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 942 B/s rd, 0 op/s 2024-03-30T04:50:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.188396+0000 mgr.y (mgr.25387) 4738 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.221104+0000 mgr.y (mgr.25387) 4739 : audit [DBG] from='client.34764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.242963+0000 mgr.y (mgr.25387) 4740 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.247831+0000 mgr.y (mgr.25387) 4741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.267714+0000 mgr.y (mgr.25387) 4742 : cluster [DBG] pgmap v3099: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 572 B/s rd, 0 op/s 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.267974+0000 mgr.y (mgr.25387) 4743 : cluster [DBG] pgmap v3100: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 737 B/s rd, 0 op/s 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.273814+0000 mgr.y (mgr.25387) 4744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.339830+0000 mgr.y (mgr.25387) 4745 : cluster [DBG] pgmap v3101: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1021 B/s rd, 0 op/s 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.340167+0000 mgr.y (mgr.25387) 4746 : cluster [DBG] pgmap v3102: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.345273+0000 mgr.y (mgr.25387) 4747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.403873+0000 mon.a (mon.0) 9664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.405918+0000 mon.a (mon.0) 9665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.406750+0000 mon.a (mon.0) 9666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.408622+0000 mon.a (mon.0) 9667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.409247+0000 mon.a (mon.0) 9668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.410465+0000 mgr.y (mgr.25387) 4748 : cluster [DBG] pgmap v3103: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.410685+0000 mgr.y (mgr.25387) 4749 : cluster [DBG] pgmap v3104: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.414832+0000 mon.a (mon.0) 9669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.415380+0000 mgr.y (mgr.25387) 4750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.461530+0000 mon.a (mon.0) 9670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.463912+0000 mon.a (mon.0) 9671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.464851+0000 mon.a (mon.0) 9672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.467213+0000 mon.a (mon.0) 9673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.467950+0000 mon.a (mon.0) 9674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.469488+0000 mgr.y (mgr.25387) 4751 : cluster [DBG] pgmap v3105: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.469768+0000 mgr.y (mgr.25387) 4752 : cluster [DBG] pgmap v3106: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.474595+0000 mon.a (mon.0) 9675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.475158+0000 mgr.y (mgr.25387) 4753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.537295+0000 mon.a (mon.0) 9676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.539793+0000 mon.a (mon.0) 9677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.540865+0000 mon.a (mon.0) 9678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.543321+0000 mon.a (mon.0) 9679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.544058+0000 mon.a (mon.0) 9680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.545516+0000 mgr.y (mgr.25387) 4754 : cluster [DBG] pgmap v3107: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.545784+0000 mgr.y (mgr.25387) 4755 : cluster [DBG] pgmap v3108: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.551564+0000 mon.a (mon.0) 9681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.552187+0000 mgr.y (mgr.25387) 4756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.623568+0000 mon.a (mon.0) 9682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.626994+0000 mon.a (mon.0) 9683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.628488+0000 mon.a (mon.0) 9684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.631926+0000 mon.a (mon.0) 9685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.632902+0000 mon.a (mon.0) 9686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.634911+0000 mgr.y (mgr.25387) 4757 : cluster [DBG] pgmap v3109: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.635519+0000 mgr.y (mgr.25387) 4758 : cluster [DBG] pgmap v3110: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 13 KiB/s rd, 13 op/s 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.641663+0000 mon.a (mon.0) 9687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.642587+0000 mgr.y (mgr.25387) 4759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.674384+0000 mgr.y (mgr.25387) 4760 : audit [DBG] from='client.54703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.718085+0000 mon.a (mon.0) 9688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.720600+0000 mon.a (mon.0) 9689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.721531+0000 mon.a (mon.0) 9690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.723763+0000 mon.a (mon.0) 9691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.724448+0000 mon.a (mon.0) 9692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.726026+0000 mgr.y (mgr.25387) 4761 : cluster [DBG] pgmap v3111: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.726253+0000 mgr.y (mgr.25387) 4762 : cluster [DBG] pgmap v3112: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.731447+0000 mon.a (mon.0) 9693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.732159+0000 mgr.y (mgr.25387) 4763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.794045+0000 mon.a (mon.0) 9694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.796273+0000 mon.a (mon.0) 9695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.802153+0000 mon.a (mon.0) 9696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.804751+0000 mon.a (mon.0) 9697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.805503+0000 mon.a (mon.0) 9698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.806851+0000 mgr.y (mgr.25387) 4764 : cluster [DBG] pgmap v3113: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.807070+0000 mgr.y (mgr.25387) 4765 : cluster [DBG] pgmap v3114: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.814080+0000 mon.a (mon.0) 9699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.814592+0000 mgr.y (mgr.25387) 4766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.874960+0000 mon.a (mon.0) 9700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.876963+0000 mon.a (mon.0) 9701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.878150+0000 mon.a (mon.0) 9702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.880318+0000 mon.a (mon.0) 9703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.880965+0000 mon.a (mon.0) 9704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.882138+0000 mgr.y (mgr.25387) 4767 : cluster [DBG] pgmap v3115: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.882375+0000 mgr.y (mgr.25387) 4768 : cluster [DBG] pgmap v3116: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.889366+0000 mon.a (mon.0) 9705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.889878+0000 mgr.y (mgr.25387) 4769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.945588+0000 mon.a (mon.0) 9706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.947425+0000 mon.a (mon.0) 9707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.948558+0000 mon.a (mon.0) 9708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.950885+0000 mon.a (mon.0) 9709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.951586+0000 mon.a (mon.0) 9710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.953006+0000 mgr.y (mgr.25387) 4770 : cluster [DBG] pgmap v3117: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:00.953311+0000 mgr.y (mgr.25387) 4771 : cluster [DBG] pgmap v3118: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:00.960665+0000 mon.a (mon.0) 9711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:00.961141+0000 mgr.y (mgr.25387) 4772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.001019+0000 mon.a (mon.0) 9712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.003048+0000 mon.a (mon.0) 9713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.003912+0000 mon.a (mon.0) 9714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.005797+0000 mon.a (mon.0) 9715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.006492+0000 mon.a (mon.0) 9716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.007690+0000 mgr.y (mgr.25387) 4773 : cluster [DBG] pgmap v3119: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.007929+0000 mgr.y (mgr.25387) 4774 : cluster [DBG] pgmap v3120: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.014772+0000 mon.a (mon.0) 9717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.015290+0000 mgr.y (mgr.25387) 4775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.039667+0000 mgr.y (mgr.25387) 4776 : audit [DBG] from='client.34776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.076269+0000 mon.a (mon.0) 9718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.078347+0000 mon.a (mon.0) 9719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.079286+0000 mon.a (mon.0) 9720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.081340+0000 mon.a (mon.0) 9721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.082006+0000 mon.a (mon.0) 9722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.083228+0000 mgr.y (mgr.25387) 4777 : cluster [DBG] pgmap v3121: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.083406+0000 mgr.y (mgr.25387) 4778 : cluster [DBG] pgmap v3122: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.090448+0000 mon.a (mon.0) 9723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.090949+0000 mgr.y (mgr.25387) 4779 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.130898+0000 mon.a (mon.0) 9724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.132770+0000 mon.a (mon.0) 9725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.133768+0000 mon.a (mon.0) 9726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.135843+0000 mon.a (mon.0) 9727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.136487+0000 mon.a (mon.0) 9728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.137777+0000 mgr.y (mgr.25387) 4780 : cluster [DBG] pgmap v3123: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.137986+0000 mgr.y (mgr.25387) 4781 : cluster [DBG] pgmap v3124: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.145099+0000 mon.a (mon.0) 9729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.145653+0000 mgr.y (mgr.25387) 4782 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.147876+0000 mon.a (mon.0) 9730 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.208159+0000 mon.a (mon.0) 9731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.210609+0000 mon.a (mon.0) 9732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.211655+0000 mon.a (mon.0) 9733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.213814+0000 mon.a (mon.0) 9734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.214548+0000 mon.a (mon.0) 9735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.220322+0000 mon.a (mon.0) 9736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.281981+0000 mon.a (mon.0) 9737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.283857+0000 mon.a (mon.0) 9738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:01.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.284693+0000 mon.a (mon.0) 9739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:01.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.286618+0000 mon.a (mon.0) 9740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:01.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.287252+0000 mon.a (mon.0) 9741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:01.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:01 smithi105 bash[58125]: audit 2024-03-30T04:50:01.295244+0000 mon.a (mon.0) 9742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw", 2024-03-30T04:50:01.925 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr", 2024-03-30T04:50:01.926 INFO:teuthology.orchestra.run.smithi097.stdout: "osd" 2024-03-30T04:50:01.926 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:50:01.926 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "17/23 daemons upgraded", 2024-03-30T04:50:01.926 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading iscsi daemons", 2024-03-30T04:50:01.926 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:50:01.926 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:50:02.393 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:02.393 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:50:02.393 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:50:02.620 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:50:02] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.33.4" 2024-03-30T04:50:02.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.215940+0000 mgr.y (mgr.25387) 4783 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.216189+0000 mgr.y (mgr.25387) 4784 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.620 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.220712+0000 mgr.y (mgr.25387) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.288591+0000 mgr.y (mgr.25387) 4786 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.288903+0000 mgr.y (mgr.25387) 4787 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.295688+0000 mgr.y (mgr.25387) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.364083+0000 mon.a (mon.0) 9743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.367005+0000 mon.a (mon.0) 9744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.368726+0000 mon.a (mon.0) 9745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.370773+0000 mon.a (mon.0) 9746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.371376+0000 mon.a (mon.0) 9747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.372755+0000 mgr.y (mgr.25387) 4789 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.373015+0000 mgr.y (mgr.25387) 4790 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.377046+0000 mon.a (mon.0) 9748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.377446+0000 mgr.y (mgr.25387) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.434158+0000 mon.a (mon.0) 9749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.621 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.436087+0000 mon.a (mon.0) 9750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.437174+0000 mon.a (mon.0) 9751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.439351+0000 mon.a (mon.0) 9752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.215940+0000 mgr.y (mgr.25387) 4783 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.216189+0000 mgr.y (mgr.25387) 4784 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.220712+0000 mgr.y (mgr.25387) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.288591+0000 mgr.y (mgr.25387) 4786 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.288903+0000 mgr.y (mgr.25387) 4787 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.295688+0000 mgr.y (mgr.25387) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.364083+0000 mon.a (mon.0) 9743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.367005+0000 mon.a (mon.0) 9744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.368726+0000 mon.a (mon.0) 9745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.370773+0000 mon.a (mon.0) 9746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.371376+0000 mon.a (mon.0) 9747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.372755+0000 mgr.y (mgr.25387) 4789 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.373015+0000 mgr.y (mgr.25387) 4790 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.377046+0000 mon.a (mon.0) 9748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.377446+0000 mgr.y (mgr.25387) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.434158+0000 mon.a (mon.0) 9749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.436087+0000 mon.a (mon.0) 9750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.437174+0000 mon.a (mon.0) 9751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.623 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.439351+0000 mon.a (mon.0) 9752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.440034+0000 mon.a (mon.0) 9753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.441320+0000 mgr.y (mgr.25387) 4792 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.441587+0000 mgr.y (mgr.25387) 4793 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.448801+0000 mon.a (mon.0) 9754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.449243+0000 mgr.y (mgr.25387) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.506209+0000 mon.a (mon.0) 9755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.508055+0000 mon.a (mon.0) 9756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.508877+0000 mon.a (mon.0) 9757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.510704+0000 mon.a (mon.0) 9758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.511312+0000 mon.a (mon.0) 9759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.512543+0000 mgr.y (mgr.25387) 4795 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.512822+0000 mgr.y (mgr.25387) 4796 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.519836+0000 mon.a (mon.0) 9760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.624 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.520256+0000 mgr.y (mgr.25387) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.526738+0000 mon.a (mon.0) 9761 : audit [DBG] from='client.? 172.21.15.97:0/4008148184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.577179+0000 mon.a (mon.0) 9762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.579029+0000 mon.a (mon.0) 9763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.579873+0000 mon.a (mon.0) 9764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.581854+0000 mon.a (mon.0) 9765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.440034+0000 mon.a (mon.0) 9753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.441320+0000 mgr.y (mgr.25387) 4792 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.441587+0000 mgr.y (mgr.25387) 4793 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.448801+0000 mon.a (mon.0) 9754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.449243+0000 mgr.y (mgr.25387) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.506209+0000 mon.a (mon.0) 9755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.508055+0000 mon.a (mon.0) 9756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.508877+0000 mon.a (mon.0) 9757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.510704+0000 mon.a (mon.0) 9758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.511312+0000 mon.a (mon.0) 9759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.512543+0000 mgr.y (mgr.25387) 4795 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.512822+0000 mgr.y (mgr.25387) 4796 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.519836+0000 mon.a (mon.0) 9760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.520256+0000 mgr.y (mgr.25387) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.526738+0000 mon.a (mon.0) 9761 : audit [DBG] from='client.? 172.21.15.97:0/4008148184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.577179+0000 mon.a (mon.0) 9762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.579029+0000 mon.a (mon.0) 9763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.579873+0000 mon.a (mon.0) 9764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.581854+0000 mon.a (mon.0) 9765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.582527+0000 mon.a (mon.0) 9766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.583732+0000 mgr.y (mgr.25387) 4798 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.583967+0000 mgr.y (mgr.25387) 4799 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.590833+0000 mon.a (mon.0) 9767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.591232+0000 mgr.y (mgr.25387) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.648335+0000 mon.a (mon.0) 9768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.650130+0000 mon.a (mon.0) 9769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.650933+0000 mon.a (mon.0) 9770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.652770+0000 mon.a (mon.0) 9771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.653509+0000 mon.a (mon.0) 9772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.654718+0000 mgr.y (mgr.25387) 4801 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.654979+0000 mgr.y (mgr.25387) 4802 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.662115+0000 mon.a (mon.0) 9773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.662678+0000 mgr.y (mgr.25387) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.709609+0000 mon.a (mon.0) 9774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.712141+0000 mon.a (mon.0) 9775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.713049+0000 mon.a (mon.0) 9776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.715206+0000 mon.a (mon.0) 9777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.715879+0000 mon.a (mon.0) 9778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.717386+0000 mgr.y (mgr.25387) 4804 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.582527+0000 mon.a (mon.0) 9766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.583732+0000 mgr.y (mgr.25387) 4798 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.583967+0000 mgr.y (mgr.25387) 4799 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.590833+0000 mon.a (mon.0) 9767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.591232+0000 mgr.y (mgr.25387) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.648335+0000 mon.a (mon.0) 9768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.650130+0000 mon.a (mon.0) 9769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.650933+0000 mon.a (mon.0) 9770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.652770+0000 mon.a (mon.0) 9771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.653509+0000 mon.a (mon.0) 9772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.654718+0000 mgr.y (mgr.25387) 4801 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.654979+0000 mgr.y (mgr.25387) 4802 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.662115+0000 mon.a (mon.0) 9773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.662678+0000 mgr.y (mgr.25387) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.709609+0000 mon.a (mon.0) 9774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.712141+0000 mon.a (mon.0) 9775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.713049+0000 mon.a (mon.0) 9776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.715206+0000 mon.a (mon.0) 9777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.715879+0000 mon.a (mon.0) 9778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.717386+0000 mgr.y (mgr.25387) 4804 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.717580+0000 mgr.y (mgr.25387) 4805 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.726550+0000 mon.a (mon.0) 9779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.727150+0000 mgr.y (mgr.25387) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.785386+0000 mon.a (mon.0) 9780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.787492+0000 mon.a (mon.0) 9781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.788599+0000 mon.a (mon.0) 9782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.791002+0000 mon.a (mon.0) 9783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.791750+0000 mon.a (mon.0) 9784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.793677+0000 mgr.y (mgr.25387) 4807 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.793944+0000 mgr.y (mgr.25387) 4808 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.801659+0000 mon.a (mon.0) 9785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.802212+0000 mgr.y (mgr.25387) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.864410+0000 mon.a (mon.0) 9786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.866549+0000 mon.a (mon.0) 9787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.867522+0000 mon.a (mon.0) 9788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.869564+0000 mon.a (mon.0) 9789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.870218+0000 mon.a (mon.0) 9790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.871498+0000 mgr.y (mgr.25387) 4810 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.871758+0000 mgr.y (mgr.25387) 4811 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.879607+0000 mon.a (mon.0) 9791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.717580+0000 mgr.y (mgr.25387) 4805 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.726550+0000 mon.a (mon.0) 9779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.727150+0000 mgr.y (mgr.25387) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.785386+0000 mon.a (mon.0) 9780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.787492+0000 mon.a (mon.0) 9781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.788599+0000 mon.a (mon.0) 9782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.791002+0000 mon.a (mon.0) 9783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.791750+0000 mon.a (mon.0) 9784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.793677+0000 mgr.y (mgr.25387) 4807 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.793944+0000 mgr.y (mgr.25387) 4808 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.801659+0000 mon.a (mon.0) 9785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.802212+0000 mgr.y (mgr.25387) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.864410+0000 mon.a (mon.0) 9786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.866549+0000 mon.a (mon.0) 9787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.867522+0000 mon.a (mon.0) 9788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.869564+0000 mon.a (mon.0) 9789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.870218+0000 mon.a (mon.0) 9790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.871498+0000 mgr.y (mgr.25387) 4810 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.871758+0000 mgr.y (mgr.25387) 4811 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.879607+0000 mon.a (mon.0) 9791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.880404+0000 mgr.y (mgr.25387) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.921707+0000 mon.a (mon.0) 9792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.923673+0000 mon.a (mon.0) 9793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.924668+0000 mon.a (mon.0) 9794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.926752+0000 mon.a (mon.0) 9795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.927447+0000 mon.a (mon.0) 9796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.928765+0000 mgr.y (mgr.25387) 4813 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.929027+0000 mgr.y (mgr.25387) 4814 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.930496+0000 mgr.y (mgr.25387) 4815 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.936756+0000 mon.a (mon.0) 9797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.937348+0000 mgr.y (mgr.25387) 4816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.977548+0000 mon.a (mon.0) 9798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.979493+0000 mon.a (mon.0) 9799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.980360+0000 mon.a (mon.0) 9800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.982489+0000 mon.a (mon.0) 9801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.983237+0000 mon.a (mon.0) 9802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.984613+0000 mgr.y (mgr.25387) 4817 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:01.984806+0000 mgr.y (mgr.25387) 4818 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:01.991491+0000 mon.a (mon.0) 9803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.880404+0000 mgr.y (mgr.25387) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.921707+0000 mon.a (mon.0) 9792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.923673+0000 mon.a (mon.0) 9793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.924668+0000 mon.a (mon.0) 9794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.926752+0000 mon.a (mon.0) 9795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.927447+0000 mon.a (mon.0) 9796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.928765+0000 mgr.y (mgr.25387) 4813 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.929027+0000 mgr.y (mgr.25387) 4814 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.930496+0000 mgr.y (mgr.25387) 4815 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.936756+0000 mon.a (mon.0) 9797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.937348+0000 mgr.y (mgr.25387) 4816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.977548+0000 mon.a (mon.0) 9798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.979493+0000 mon.a (mon.0) 9799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.980360+0000 mon.a (mon.0) 9800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.982489+0000 mon.a (mon.0) 9801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.983237+0000 mon.a (mon.0) 9802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.984613+0000 mgr.y (mgr.25387) 4817 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:01.984806+0000 mgr.y (mgr.25387) 4818 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:01.991491+0000 mon.a (mon.0) 9803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:01.991958+0000 mgr.y (mgr.25387) 4819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.037588+0000 mon.a (mon.0) 9804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.039753+0000 mon.a (mon.0) 9805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.040675+0000 mon.a (mon.0) 9806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.042757+0000 mon.a (mon.0) 9807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.043435+0000 mon.a (mon.0) 9808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.045006+0000 mgr.y (mgr.25387) 4820 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.045256+0000 mgr.y (mgr.25387) 4821 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.051749+0000 mon.a (mon.0) 9809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.052293+0000 mgr.y (mgr.25387) 4822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.097537+0000 mon.a (mon.0) 9810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.099628+0000 mon.a (mon.0) 9811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.100464+0000 mon.a (mon.0) 9812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.102572+0000 mon.a (mon.0) 9813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.103207+0000 mon.a (mon.0) 9814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.104489+0000 mgr.y (mgr.25387) 4823 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.104747+0000 mgr.y (mgr.25387) 4824 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.109900+0000 mon.a (mon.0) 9815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.110427+0000 mgr.y (mgr.25387) 4825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:01.991958+0000 mgr.y (mgr.25387) 4819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.037588+0000 mon.a (mon.0) 9804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.039753+0000 mon.a (mon.0) 9805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.040675+0000 mon.a (mon.0) 9806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.042757+0000 mon.a (mon.0) 9807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.043435+0000 mon.a (mon.0) 9808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.045006+0000 mgr.y (mgr.25387) 4820 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.045256+0000 mgr.y (mgr.25387) 4821 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.051749+0000 mon.a (mon.0) 9809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.052293+0000 mgr.y (mgr.25387) 4822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.097537+0000 mon.a (mon.0) 9810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.099628+0000 mon.a (mon.0) 9811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.100464+0000 mon.a (mon.0) 9812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.102572+0000 mon.a (mon.0) 9813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.103207+0000 mon.a (mon.0) 9814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.104489+0000 mgr.y (mgr.25387) 4823 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.104747+0000 mgr.y (mgr.25387) 4824 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.109900+0000 mon.a (mon.0) 9815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.110427+0000 mgr.y (mgr.25387) 4825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.150622+0000 mon.a (mon.0) 9816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.152507+0000 mon.a (mon.0) 9817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.156128+0000 mon.a (mon.0) 9818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.158263+0000 mon.a (mon.0) 9819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.158956+0000 mon.a (mon.0) 9820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.160174+0000 mgr.y (mgr.25387) 4826 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.160400+0000 mgr.y (mgr.25387) 4827 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.166485+0000 mon.a (mon.0) 9821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.166999+0000 mgr.y (mgr.25387) 4828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.222925+0000 mon.a (mon.0) 9822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.224673+0000 mon.a (mon.0) 9823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.225420+0000 mon.a (mon.0) 9824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.227246+0000 mon.a (mon.0) 9825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.227800+0000 mon.a (mon.0) 9826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.234275+0000 mon.a (mon.0) 9827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.274682+0000 mon.a (mon.0) 9828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.276622+0000 mon.a (mon.0) 9829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.277568+0000 mon.a (mon.0) 9830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.279631+0000 mon.a (mon.0) 9831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.280216+0000 mon.a (mon.0) 9832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.150622+0000 mon.a (mon.0) 9816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.152507+0000 mon.a (mon.0) 9817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.156128+0000 mon.a (mon.0) 9818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.158263+0000 mon.a (mon.0) 9819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.158956+0000 mon.a (mon.0) 9820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.160174+0000 mgr.y (mgr.25387) 4826 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.160400+0000 mgr.y (mgr.25387) 4827 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.166485+0000 mon.a (mon.0) 9821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.166999+0000 mgr.y (mgr.25387) 4828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.222925+0000 mon.a (mon.0) 9822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.224673+0000 mon.a (mon.0) 9823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.225420+0000 mon.a (mon.0) 9824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.227246+0000 mon.a (mon.0) 9825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.227800+0000 mon.a (mon.0) 9826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.234275+0000 mon.a (mon.0) 9827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.274682+0000 mon.a (mon.0) 9828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.276622+0000 mon.a (mon.0) 9829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.277568+0000 mon.a (mon.0) 9830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.279631+0000 mon.a (mon.0) 9831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.280216+0000 mon.a (mon.0) 9832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.288426+0000 mon.a (mon.0) 9833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.345719+0000 mon.a (mon.0) 9834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.347848+0000 mon.a (mon.0) 9835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.348852+0000 mon.a (mon.0) 9836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.350865+0000 mon.a (mon.0) 9837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[73934]: audit 2024-03-30T04:50:02.351528+0000 mon.a (mon.0) 9838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.288426+0000 mon.a (mon.0) 9833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.345719+0000 mon.a (mon.0) 9834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.347848+0000 mon.a (mon.0) 9835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.348852+0000 mon.a (mon.0) 9836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.350865+0000 mon.a (mon.0) 9837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:02 smithi097 bash[69502]: audit 2024-03-30T04:50:02.351528+0000 mon.a (mon.0) 9838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.215940+0000 mgr.y (mgr.25387) 4783 : cluster [DBG] pgmap v3125: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.216189+0000 mgr.y (mgr.25387) 4784 : cluster [DBG] pgmap v3126: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.220712+0000 mgr.y (mgr.25387) 4785 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.288591+0000 mgr.y (mgr.25387) 4786 : cluster [DBG] pgmap v3127: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.288903+0000 mgr.y (mgr.25387) 4787 : cluster [DBG] pgmap v3128: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.295688+0000 mgr.y (mgr.25387) 4788 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.364083+0000 mon.a (mon.0) 9743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.367005+0000 mon.a (mon.0) 9744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.368726+0000 mon.a (mon.0) 9745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.370773+0000 mon.a (mon.0) 9746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.371376+0000 mon.a (mon.0) 9747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.372755+0000 mgr.y (mgr.25387) 4789 : cluster [DBG] pgmap v3129: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.373015+0000 mgr.y (mgr.25387) 4790 : cluster [DBG] pgmap v3130: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.377046+0000 mon.a (mon.0) 9748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.377446+0000 mgr.y (mgr.25387) 4791 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.434158+0000 mon.a (mon.0) 9749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.436087+0000 mon.a (mon.0) 9750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.437174+0000 mon.a (mon.0) 9751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.439351+0000 mon.a (mon.0) 9752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.440034+0000 mon.a (mon.0) 9753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.441320+0000 mgr.y (mgr.25387) 4792 : cluster [DBG] pgmap v3131: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.441587+0000 mgr.y (mgr.25387) 4793 : cluster [DBG] pgmap v3132: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.448801+0000 mon.a (mon.0) 9754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.449243+0000 mgr.y (mgr.25387) 4794 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.506209+0000 mon.a (mon.0) 9755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.508055+0000 mon.a (mon.0) 9756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.508877+0000 mon.a (mon.0) 9757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.510704+0000 mon.a (mon.0) 9758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.511312+0000 mon.a (mon.0) 9759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.512543+0000 mgr.y (mgr.25387) 4795 : cluster [DBG] pgmap v3133: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.512822+0000 mgr.y (mgr.25387) 4796 : cluster [DBG] pgmap v3134: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.519836+0000 mon.a (mon.0) 9760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.520256+0000 mgr.y (mgr.25387) 4797 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.526738+0000 mon.a (mon.0) 9761 : audit [DBG] from='client.? 172.21.15.97:0/4008148184' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.577179+0000 mon.a (mon.0) 9762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.579029+0000 mon.a (mon.0) 9763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.579873+0000 mon.a (mon.0) 9764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.581854+0000 mon.a (mon.0) 9765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.582527+0000 mon.a (mon.0) 9766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.583732+0000 mgr.y (mgr.25387) 4798 : cluster [DBG] pgmap v3135: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.583967+0000 mgr.y (mgr.25387) 4799 : cluster [DBG] pgmap v3136: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.590833+0000 mon.a (mon.0) 9767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.591232+0000 mgr.y (mgr.25387) 4800 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.648335+0000 mon.a (mon.0) 9768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.650130+0000 mon.a (mon.0) 9769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.650933+0000 mon.a (mon.0) 9770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.652770+0000 mon.a (mon.0) 9771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.653509+0000 mon.a (mon.0) 9772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.654718+0000 mgr.y (mgr.25387) 4801 : cluster [DBG] pgmap v3137: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.654979+0000 mgr.y (mgr.25387) 4802 : cluster [DBG] pgmap v3138: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.662115+0000 mon.a (mon.0) 9773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.662678+0000 mgr.y (mgr.25387) 4803 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.709609+0000 mon.a (mon.0) 9774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.712141+0000 mon.a (mon.0) 9775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.713049+0000 mon.a (mon.0) 9776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.715206+0000 mon.a (mon.0) 9777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.715879+0000 mon.a (mon.0) 9778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.717386+0000 mgr.y (mgr.25387) 4804 : cluster [DBG] pgmap v3139: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.717580+0000 mgr.y (mgr.25387) 4805 : cluster [DBG] pgmap v3140: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.726550+0000 mon.a (mon.0) 9779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.727150+0000 mgr.y (mgr.25387) 4806 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.785386+0000 mon.a (mon.0) 9780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.787492+0000 mon.a (mon.0) 9781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.788599+0000 mon.a (mon.0) 9782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.791002+0000 mon.a (mon.0) 9783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.791750+0000 mon.a (mon.0) 9784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.793677+0000 mgr.y (mgr.25387) 4807 : cluster [DBG] pgmap v3141: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.793944+0000 mgr.y (mgr.25387) 4808 : cluster [DBG] pgmap v3142: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.801659+0000 mon.a (mon.0) 9785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.802212+0000 mgr.y (mgr.25387) 4809 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.864410+0000 mon.a (mon.0) 9786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.866549+0000 mon.a (mon.0) 9787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.867522+0000 mon.a (mon.0) 9788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.869564+0000 mon.a (mon.0) 9789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.870218+0000 mon.a (mon.0) 9790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.871498+0000 mgr.y (mgr.25387) 4810 : cluster [DBG] pgmap v3143: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.871758+0000 mgr.y (mgr.25387) 4811 : cluster [DBG] pgmap v3144: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.879607+0000 mon.a (mon.0) 9791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.880404+0000 mgr.y (mgr.25387) 4812 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.921707+0000 mon.a (mon.0) 9792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.923673+0000 mon.a (mon.0) 9793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.924668+0000 mon.a (mon.0) 9794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.926752+0000 mon.a (mon.0) 9795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.927447+0000 mon.a (mon.0) 9796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.928765+0000 mgr.y (mgr.25387) 4813 : cluster [DBG] pgmap v3145: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.929027+0000 mgr.y (mgr.25387) 4814 : cluster [DBG] pgmap v3146: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.930496+0000 mgr.y (mgr.25387) 4815 : audit [DBG] from='client.34788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.936756+0000 mon.a (mon.0) 9797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.937348+0000 mgr.y (mgr.25387) 4816 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.977548+0000 mon.a (mon.0) 9798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.979493+0000 mon.a (mon.0) 9799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.980360+0000 mon.a (mon.0) 9800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.982489+0000 mon.a (mon.0) 9801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.983237+0000 mon.a (mon.0) 9802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.984613+0000 mgr.y (mgr.25387) 4817 : cluster [DBG] pgmap v3147: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:01.984806+0000 mgr.y (mgr.25387) 4818 : cluster [DBG] pgmap v3148: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:01.991491+0000 mon.a (mon.0) 9803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:01.991958+0000 mgr.y (mgr.25387) 4819 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.037588+0000 mon.a (mon.0) 9804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.039753+0000 mon.a (mon.0) 9805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.040675+0000 mon.a (mon.0) 9806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.042757+0000 mon.a (mon.0) 9807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.043435+0000 mon.a (mon.0) 9808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.045006+0000 mgr.y (mgr.25387) 4820 : cluster [DBG] pgmap v3149: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.045256+0000 mgr.y (mgr.25387) 4821 : cluster [DBG] pgmap v3150: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.051749+0000 mon.a (mon.0) 9809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.052293+0000 mgr.y (mgr.25387) 4822 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.097537+0000 mon.a (mon.0) 9810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.099628+0000 mon.a (mon.0) 9811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.100464+0000 mon.a (mon.0) 9812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.102572+0000 mon.a (mon.0) 9813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.103207+0000 mon.a (mon.0) 9814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.104489+0000 mgr.y (mgr.25387) 4823 : cluster [DBG] pgmap v3151: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.104747+0000 mgr.y (mgr.25387) 4824 : cluster [DBG] pgmap v3152: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.109900+0000 mon.a (mon.0) 9815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.110427+0000 mgr.y (mgr.25387) 4825 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.150622+0000 mon.a (mon.0) 9816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.152507+0000 mon.a (mon.0) 9817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.156128+0000 mon.a (mon.0) 9818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.158263+0000 mon.a (mon.0) 9819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.158956+0000 mon.a (mon.0) 9820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.160174+0000 mgr.y (mgr.25387) 4826 : cluster [DBG] pgmap v3153: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.160400+0000 mgr.y (mgr.25387) 4827 : cluster [DBG] pgmap v3154: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.166485+0000 mon.a (mon.0) 9821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.166999+0000 mgr.y (mgr.25387) 4828 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.222925+0000 mon.a (mon.0) 9822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.224673+0000 mon.a (mon.0) 9823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.225420+0000 mon.a (mon.0) 9824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.227246+0000 mon.a (mon.0) 9825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.227800+0000 mon.a (mon.0) 9826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.234275+0000 mon.a (mon.0) 9827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.274682+0000 mon.a (mon.0) 9828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.276622+0000 mon.a (mon.0) 9829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.277568+0000 mon.a (mon.0) 9830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.279631+0000 mon.a (mon.0) 9831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.280216+0000 mon.a (mon.0) 9832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.288426+0000 mon.a (mon.0) 9833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.345719+0000 mon.a (mon.0) 9834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.347848+0000 mon.a (mon.0) 9835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:02.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.348852+0000 mon.a (mon.0) 9836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:02.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.350865+0000 mon.a (mon.0) 9837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:02.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:02 smithi105 bash[58125]: audit 2024-03-30T04:50:02.351528+0000 mon.a (mon.0) 9838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.228977+0000 mgr.y (mgr.25387) 4829 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.229181+0000 mgr.y (mgr.25387) 4830 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.234649+0000 mgr.y (mgr.25387) 4831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.281369+0000 mgr.y (mgr.25387) 4832 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.281573+0000 mgr.y (mgr.25387) 4833 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.288844+0000 mgr.y (mgr.25387) 4834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.352729+0000 mgr.y (mgr.25387) 4835 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.352935+0000 mgr.y (mgr.25387) 4836 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.358867+0000 mon.a (mon.0) 9839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.359421+0000 mgr.y (mgr.25387) 4837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.398487+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.97:0/1221129251' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.432848+0000 mon.a (mon.0) 9840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.434633+0000 mon.a (mon.0) 9841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.435358+0000 mon.a (mon.0) 9842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.437131+0000 mon.a (mon.0) 9843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.437682+0000 mon.a (mon.0) 9844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.438879+0000 mgr.y (mgr.25387) 4838 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.439120+0000 mgr.y (mgr.25387) 4839 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.442996+0000 mon.a (mon.0) 9845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.443427+0000 mgr.y (mgr.25387) 4840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.228977+0000 mgr.y (mgr.25387) 4829 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.229181+0000 mgr.y (mgr.25387) 4830 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.234649+0000 mgr.y (mgr.25387) 4831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.281369+0000 mgr.y (mgr.25387) 4832 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.281573+0000 mgr.y (mgr.25387) 4833 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.288844+0000 mgr.y (mgr.25387) 4834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.352729+0000 mgr.y (mgr.25387) 4835 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.352935+0000 mgr.y (mgr.25387) 4836 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.358867+0000 mon.a (mon.0) 9839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.359421+0000 mgr.y (mgr.25387) 4837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.398487+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.97:0/1221129251' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.432848+0000 mon.a (mon.0) 9840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.434633+0000 mon.a (mon.0) 9841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.435358+0000 mon.a (mon.0) 9842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.437131+0000 mon.a (mon.0) 9843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.437682+0000 mon.a (mon.0) 9844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.438879+0000 mgr.y (mgr.25387) 4838 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.439120+0000 mgr.y (mgr.25387) 4839 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.442996+0000 mon.a (mon.0) 9845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.443427+0000 mgr.y (mgr.25387) 4840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.483801+0000 mon.a (mon.0) 9846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.485532+0000 mon.a (mon.0) 9847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.487069+0000 mon.a (mon.0) 9848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.489056+0000 mon.a (mon.0) 9849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.489620+0000 mon.a (mon.0) 9850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.490727+0000 mgr.y (mgr.25387) 4841 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.490899+0000 mgr.y (mgr.25387) 4842 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.494920+0000 mon.a (mon.0) 9851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.495270+0000 mgr.y (mgr.25387) 4843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.536111+0000 mon.a (mon.0) 9852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.537837+0000 mon.a (mon.0) 9853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.538564+0000 mon.a (mon.0) 9854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.540310+0000 mon.a (mon.0) 9855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.540842+0000 mon.a (mon.0) 9856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.542056+0000 mgr.y (mgr.25387) 4844 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.542238+0000 mgr.y (mgr.25387) 4845 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.548190+0000 mon.a (mon.0) 9857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.548590+0000 mgr.y (mgr.25387) 4846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.588565+0000 mon.a (mon.0) 9858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.483801+0000 mon.a (mon.0) 9846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.485532+0000 mon.a (mon.0) 9847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.487069+0000 mon.a (mon.0) 9848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.489056+0000 mon.a (mon.0) 9849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.489620+0000 mon.a (mon.0) 9850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.490727+0000 mgr.y (mgr.25387) 4841 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.490899+0000 mgr.y (mgr.25387) 4842 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.494920+0000 mon.a (mon.0) 9851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.495270+0000 mgr.y (mgr.25387) 4843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.536111+0000 mon.a (mon.0) 9852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.537837+0000 mon.a (mon.0) 9853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.538564+0000 mon.a (mon.0) 9854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.540310+0000 mon.a (mon.0) 9855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.540842+0000 mon.a (mon.0) 9856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.542056+0000 mgr.y (mgr.25387) 4844 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.542238+0000 mgr.y (mgr.25387) 4845 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.548190+0000 mon.a (mon.0) 9857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.548590+0000 mgr.y (mgr.25387) 4846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.588565+0000 mon.a (mon.0) 9858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.590444+0000 mon.a (mon.0) 9859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.591278+0000 mon.a (mon.0) 9860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.593252+0000 mon.a (mon.0) 9861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.593877+0000 mon.a (mon.0) 9862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.595111+0000 mgr.y (mgr.25387) 4847 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.595342+0000 mgr.y (mgr.25387) 4848 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.599665+0000 mon.a (mon.0) 9863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.600158+0000 mgr.y (mgr.25387) 4849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.661077+0000 mon.a (mon.0) 9864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.663169+0000 mon.a (mon.0) 9865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.664000+0000 mon.a (mon.0) 9866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.666084+0000 mon.a (mon.0) 9867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.666728+0000 mon.a (mon.0) 9868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.668021+0000 mgr.y (mgr.25387) 4850 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.668196+0000 mgr.y (mgr.25387) 4851 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.672342+0000 mon.a (mon.0) 9869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.672754+0000 mgr.y (mgr.25387) 4852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.729446+0000 mon.a (mon.0) 9870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.731164+0000 mon.a (mon.0) 9871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.590444+0000 mon.a (mon.0) 9859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.591278+0000 mon.a (mon.0) 9860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.593252+0000 mon.a (mon.0) 9861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.593877+0000 mon.a (mon.0) 9862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.595111+0000 mgr.y (mgr.25387) 4847 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.595342+0000 mgr.y (mgr.25387) 4848 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.599665+0000 mon.a (mon.0) 9863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.600158+0000 mgr.y (mgr.25387) 4849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.661077+0000 mon.a (mon.0) 9864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.663169+0000 mon.a (mon.0) 9865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.664000+0000 mon.a (mon.0) 9866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.666084+0000 mon.a (mon.0) 9867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.666728+0000 mon.a (mon.0) 9868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.668021+0000 mgr.y (mgr.25387) 4850 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.668196+0000 mgr.y (mgr.25387) 4851 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.672342+0000 mon.a (mon.0) 9869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.672754+0000 mgr.y (mgr.25387) 4852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.729446+0000 mon.a (mon.0) 9870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.731164+0000 mon.a (mon.0) 9871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.731921+0000 mon.a (mon.0) 9872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.733652+0000 mon.a (mon.0) 9873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.734205+0000 mon.a (mon.0) 9874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.735282+0000 mgr.y (mgr.25387) 4853 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.735489+0000 mgr.y (mgr.25387) 4854 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.739710+0000 mon.a (mon.0) 9875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.740159+0000 mgr.y (mgr.25387) 4855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.812592+0000 mon.a (mon.0) 9876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.814516+0000 mon.a (mon.0) 9877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.815375+0000 mon.a (mon.0) 9878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.817915+0000 mon.a (mon.0) 9879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.818524+0000 mon.a (mon.0) 9880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.819800+0000 mgr.y (mgr.25387) 4856 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.819997+0000 mgr.y (mgr.25387) 4857 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.824290+0000 mon.a (mon.0) 9881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.824910+0000 mgr.y (mgr.25387) 4858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.911392+0000 mon.a (mon.0) 9882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.913691+0000 mon.a (mon.0) 9883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.914797+0000 mon.a (mon.0) 9884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.916962+0000 mon.a (mon.0) 9885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.731921+0000 mon.a (mon.0) 9872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.733652+0000 mon.a (mon.0) 9873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.734205+0000 mon.a (mon.0) 9874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.735282+0000 mgr.y (mgr.25387) 4853 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.735489+0000 mgr.y (mgr.25387) 4854 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.739710+0000 mon.a (mon.0) 9875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.740159+0000 mgr.y (mgr.25387) 4855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.812592+0000 mon.a (mon.0) 9876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.814516+0000 mon.a (mon.0) 9877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.815375+0000 mon.a (mon.0) 9878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.817915+0000 mon.a (mon.0) 9879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.818524+0000 mon.a (mon.0) 9880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.819800+0000 mgr.y (mgr.25387) 4856 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.819997+0000 mgr.y (mgr.25387) 4857 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.824290+0000 mon.a (mon.0) 9881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.824910+0000 mgr.y (mgr.25387) 4858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.911392+0000 mon.a (mon.0) 9882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.913691+0000 mon.a (mon.0) 9883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.914797+0000 mon.a (mon.0) 9884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.916962+0000 mon.a (mon.0) 9885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.917814+0000 mon.a (mon.0) 9886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.919185+0000 mgr.y (mgr.25387) 4859 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.919423+0000 mgr.y (mgr.25387) 4860 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.926163+0000 mon.a (mon.0) 9887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.926636+0000 mgr.y (mgr.25387) 4861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.984944+0000 mon.a (mon.0) 9888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.987519+0000 mon.a (mon.0) 9889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.988849+0000 mon.a (mon.0) 9890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.990938+0000 mon.a (mon.0) 9891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.991804+0000 mon.a (mon.0) 9892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.993293+0000 mgr.y (mgr.25387) 4862 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:02.993502+0000 mgr.y (mgr.25387) 4863 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:02.998504+0000 mon.a (mon.0) 9893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:02.998975+0000 mgr.y (mgr.25387) 4864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.072091+0000 mon.a (mon.0) 9894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.074118+0000 mon.a (mon.0) 9895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.075229+0000 mon.a (mon.0) 9896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.077900+0000 mon.a (mon.0) 9897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.078576+0000 mon.a (mon.0) 9898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.917814+0000 mon.a (mon.0) 9886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.919185+0000 mgr.y (mgr.25387) 4859 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.919423+0000 mgr.y (mgr.25387) 4860 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.926163+0000 mon.a (mon.0) 9887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.926636+0000 mgr.y (mgr.25387) 4861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.984944+0000 mon.a (mon.0) 9888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.987519+0000 mon.a (mon.0) 9889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.988849+0000 mon.a (mon.0) 9890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.990938+0000 mon.a (mon.0) 9891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.991804+0000 mon.a (mon.0) 9892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.993293+0000 mgr.y (mgr.25387) 4862 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:02.993502+0000 mgr.y (mgr.25387) 4863 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:02.998504+0000 mon.a (mon.0) 9893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:02.998975+0000 mgr.y (mgr.25387) 4864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.072091+0000 mon.a (mon.0) 9894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.074118+0000 mon.a (mon.0) 9895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.075229+0000 mon.a (mon.0) 9896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.077900+0000 mon.a (mon.0) 9897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.078576+0000 mon.a (mon.0) 9898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.079897+0000 mgr.y (mgr.25387) 4865 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.080088+0000 mgr.y (mgr.25387) 4866 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.084961+0000 mon.a (mon.0) 9899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.085480+0000 mgr.y (mgr.25387) 4867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.146214+0000 mon.a (mon.0) 9900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.148620+0000 mon.a (mon.0) 9901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.149707+0000 mon.a (mon.0) 9902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.152497+0000 mon.a (mon.0) 9903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.153441+0000 mon.a (mon.0) 9904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.154859+0000 mgr.y (mgr.25387) 4868 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.155068+0000 mgr.y (mgr.25387) 4869 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.163901+0000 mon.a (mon.0) 9905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.164419+0000 mgr.y (mgr.25387) 4870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.236738+0000 mon.a (mon.0) 9906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.238547+0000 mon.a (mon.0) 9907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.239522+0000 mon.a (mon.0) 9908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.243130+0000 mon.a (mon.0) 9909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.244037+0000 mon.a (mon.0) 9910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.250271+0000 mon.a (mon.0) 9911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.323204+0000 mon.a (mon.0) 9912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.327368+0000 mon.a (mon.0) 9913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.328690+0000 mon.a (mon.0) 9914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.331866+0000 mon.a (mon.0) 9915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.332729+0000 mon.a (mon.0) 9916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[69502]: audit 2024-03-30T04:50:03.341488+0000 mon.a (mon.0) 9917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.079897+0000 mgr.y (mgr.25387) 4865 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.080088+0000 mgr.y (mgr.25387) 4866 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.084961+0000 mon.a (mon.0) 9899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.085480+0000 mgr.y (mgr.25387) 4867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.146214+0000 mon.a (mon.0) 9900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.148620+0000 mon.a (mon.0) 9901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.149707+0000 mon.a (mon.0) 9902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.152497+0000 mon.a (mon.0) 9903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.153441+0000 mon.a (mon.0) 9904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.154859+0000 mgr.y (mgr.25387) 4868 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.155068+0000 mgr.y (mgr.25387) 4869 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.163901+0000 mon.a (mon.0) 9905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.164419+0000 mgr.y (mgr.25387) 4870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.236738+0000 mon.a (mon.0) 9906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.238547+0000 mon.a (mon.0) 9907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.239522+0000 mon.a (mon.0) 9908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.243130+0000 mon.a (mon.0) 9909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.244037+0000 mon.a (mon.0) 9910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.250271+0000 mon.a (mon.0) 9911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.323204+0000 mon.a (mon.0) 9912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.327368+0000 mon.a (mon.0) 9913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.328690+0000 mon.a (mon.0) 9914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.331866+0000 mon.a (mon.0) 9915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.332729+0000 mon.a (mon.0) 9916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:03 smithi097 bash[73934]: audit 2024-03-30T04:50:03.341488+0000 mon.a (mon.0) 9917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.228977+0000 mgr.y (mgr.25387) 4829 : cluster [DBG] pgmap v3155: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.229181+0000 mgr.y (mgr.25387) 4830 : cluster [DBG] pgmap v3156: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.234649+0000 mgr.y (mgr.25387) 4831 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.281369+0000 mgr.y (mgr.25387) 4832 : cluster [DBG] pgmap v3157: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.281573+0000 mgr.y (mgr.25387) 4833 : cluster [DBG] pgmap v3158: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.288844+0000 mgr.y (mgr.25387) 4834 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.352729+0000 mgr.y (mgr.25387) 4835 : cluster [DBG] pgmap v3159: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.352935+0000 mgr.y (mgr.25387) 4836 : cluster [DBG] pgmap v3160: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.358867+0000 mon.a (mon.0) 9839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.359421+0000 mgr.y (mgr.25387) 4837 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.398487+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.97:0/1221129251' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.432848+0000 mon.a (mon.0) 9840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.434633+0000 mon.a (mon.0) 9841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.435358+0000 mon.a (mon.0) 9842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.437131+0000 mon.a (mon.0) 9843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.437682+0000 mon.a (mon.0) 9844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.438879+0000 mgr.y (mgr.25387) 4838 : cluster [DBG] pgmap v3161: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.439120+0000 mgr.y (mgr.25387) 4839 : cluster [DBG] pgmap v3162: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.442996+0000 mon.a (mon.0) 9845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.443427+0000 mgr.y (mgr.25387) 4840 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.483801+0000 mon.a (mon.0) 9846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.485532+0000 mon.a (mon.0) 9847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.487069+0000 mon.a (mon.0) 9848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.489056+0000 mon.a (mon.0) 9849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.489620+0000 mon.a (mon.0) 9850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.490727+0000 mgr.y (mgr.25387) 4841 : cluster [DBG] pgmap v3163: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.490899+0000 mgr.y (mgr.25387) 4842 : cluster [DBG] pgmap v3164: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.494920+0000 mon.a (mon.0) 9851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.495270+0000 mgr.y (mgr.25387) 4843 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.536111+0000 mon.a (mon.0) 9852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.537837+0000 mon.a (mon.0) 9853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.538564+0000 mon.a (mon.0) 9854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.540310+0000 mon.a (mon.0) 9855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.540842+0000 mon.a (mon.0) 9856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.542056+0000 mgr.y (mgr.25387) 4844 : cluster [DBG] pgmap v3165: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.542238+0000 mgr.y (mgr.25387) 4845 : cluster [DBG] pgmap v3166: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.548190+0000 mon.a (mon.0) 9857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.548590+0000 mgr.y (mgr.25387) 4846 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.588565+0000 mon.a (mon.0) 9858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.590444+0000 mon.a (mon.0) 9859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.591278+0000 mon.a (mon.0) 9860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.593252+0000 mon.a (mon.0) 9861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.593877+0000 mon.a (mon.0) 9862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.595111+0000 mgr.y (mgr.25387) 4847 : cluster [DBG] pgmap v3167: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.595342+0000 mgr.y (mgr.25387) 4848 : cluster [DBG] pgmap v3168: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.599665+0000 mon.a (mon.0) 9863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.600158+0000 mgr.y (mgr.25387) 4849 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.661077+0000 mon.a (mon.0) 9864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.663169+0000 mon.a (mon.0) 9865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.664000+0000 mon.a (mon.0) 9866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.666084+0000 mon.a (mon.0) 9867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.666728+0000 mon.a (mon.0) 9868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.668021+0000 mgr.y (mgr.25387) 4850 : cluster [DBG] pgmap v3169: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.668196+0000 mgr.y (mgr.25387) 4851 : cluster [DBG] pgmap v3170: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.672342+0000 mon.a (mon.0) 9869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.672754+0000 mgr.y (mgr.25387) 4852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.729446+0000 mon.a (mon.0) 9870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.731164+0000 mon.a (mon.0) 9871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.731921+0000 mon.a (mon.0) 9872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.733652+0000 mon.a (mon.0) 9873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.734205+0000 mon.a (mon.0) 9874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.735282+0000 mgr.y (mgr.25387) 4853 : cluster [DBG] pgmap v3171: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.735489+0000 mgr.y (mgr.25387) 4854 : cluster [DBG] pgmap v3172: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.739710+0000 mon.a (mon.0) 9875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.740159+0000 mgr.y (mgr.25387) 4855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.812592+0000 mon.a (mon.0) 9876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.814516+0000 mon.a (mon.0) 9877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.815375+0000 mon.a (mon.0) 9878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.817915+0000 mon.a (mon.0) 9879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.818524+0000 mon.a (mon.0) 9880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.819800+0000 mgr.y (mgr.25387) 4856 : cluster [DBG] pgmap v3173: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.819997+0000 mgr.y (mgr.25387) 4857 : cluster [DBG] pgmap v3174: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.824290+0000 mon.a (mon.0) 9881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.824910+0000 mgr.y (mgr.25387) 4858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.911392+0000 mon.a (mon.0) 9882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.913691+0000 mon.a (mon.0) 9883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.914797+0000 mon.a (mon.0) 9884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.916962+0000 mon.a (mon.0) 9885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.917814+0000 mon.a (mon.0) 9886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.919185+0000 mgr.y (mgr.25387) 4859 : cluster [DBG] pgmap v3175: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.919423+0000 mgr.y (mgr.25387) 4860 : cluster [DBG] pgmap v3176: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.926163+0000 mon.a (mon.0) 9887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.926636+0000 mgr.y (mgr.25387) 4861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.984944+0000 mon.a (mon.0) 9888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.987519+0000 mon.a (mon.0) 9889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.988849+0000 mon.a (mon.0) 9890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.990938+0000 mon.a (mon.0) 9891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.991804+0000 mon.a (mon.0) 9892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.993293+0000 mgr.y (mgr.25387) 4862 : cluster [DBG] pgmap v3177: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:02.993502+0000 mgr.y (mgr.25387) 4863 : cluster [DBG] pgmap v3178: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:02.998504+0000 mon.a (mon.0) 9893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:02.998975+0000 mgr.y (mgr.25387) 4864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.072091+0000 mon.a (mon.0) 9894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.074118+0000 mon.a (mon.0) 9895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.075229+0000 mon.a (mon.0) 9896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.077900+0000 mon.a (mon.0) 9897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.078576+0000 mon.a (mon.0) 9898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.079897+0000 mgr.y (mgr.25387) 4865 : cluster [DBG] pgmap v3179: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.080088+0000 mgr.y (mgr.25387) 4866 : cluster [DBG] pgmap v3180: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.084961+0000 mon.a (mon.0) 9899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.085480+0000 mgr.y (mgr.25387) 4867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.146214+0000 mon.a (mon.0) 9900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.148620+0000 mon.a (mon.0) 9901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.149707+0000 mon.a (mon.0) 9902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.152497+0000 mon.a (mon.0) 9903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.153441+0000 mon.a (mon.0) 9904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.154859+0000 mgr.y (mgr.25387) 4868 : cluster [DBG] pgmap v3181: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.155068+0000 mgr.y (mgr.25387) 4869 : cluster [DBG] pgmap v3182: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.163901+0000 mon.a (mon.0) 9905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.164419+0000 mgr.y (mgr.25387) 4870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.236738+0000 mon.a (mon.0) 9906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.238547+0000 mon.a (mon.0) 9907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.239522+0000 mon.a (mon.0) 9908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.243130+0000 mon.a (mon.0) 9909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.244037+0000 mon.a (mon.0) 9910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.250271+0000 mon.a (mon.0) 9911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.323204+0000 mon.a (mon.0) 9912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.327368+0000 mon.a (mon.0) 9913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.328690+0000 mon.a (mon.0) 9914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.331866+0000 mon.a (mon.0) 9915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.332729+0000 mon.a (mon.0) 9916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:03.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:03 smithi105 bash[58125]: audit 2024-03-30T04:50:03.341488+0000 mon.a (mon.0) 9917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.245898+0000 mgr.y (mgr.25387) 4871 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.246134+0000 mgr.y (mgr.25387) 4872 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.250749+0000 mgr.y (mgr.25387) 4873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.334503+0000 mgr.y (mgr.25387) 4874 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.334990+0000 mgr.y (mgr.25387) 4875 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.342321+0000 mgr.y (mgr.25387) 4876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.429091+0000 mon.a (mon.0) 9918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.432894+0000 mon.a (mon.0) 9919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.434550+0000 mon.a (mon.0) 9920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.437871+0000 mon.a (mon.0) 9921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.439032+0000 mon.a (mon.0) 9922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.441264+0000 mgr.y (mgr.25387) 4877 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.441733+0000 mgr.y (mgr.25387) 4878 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.445784+0000 mon.a (mon.0) 9923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.446525+0000 mgr.y (mgr.25387) 4879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.525694+0000 mon.a (mon.0) 9924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.528048+0000 mon.a (mon.0) 9925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.529094+0000 mon.a (mon.0) 9926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.531673+0000 mon.a (mon.0) 9927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.245898+0000 mgr.y (mgr.25387) 4871 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.246134+0000 mgr.y (mgr.25387) 4872 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.250749+0000 mgr.y (mgr.25387) 4873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.334503+0000 mgr.y (mgr.25387) 4874 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.334990+0000 mgr.y (mgr.25387) 4875 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.342321+0000 mgr.y (mgr.25387) 4876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.429091+0000 mon.a (mon.0) 9918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.432894+0000 mon.a (mon.0) 9919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.434550+0000 mon.a (mon.0) 9920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.437871+0000 mon.a (mon.0) 9921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.439032+0000 mon.a (mon.0) 9922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.441264+0000 mgr.y (mgr.25387) 4877 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.441733+0000 mgr.y (mgr.25387) 4878 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.445784+0000 mon.a (mon.0) 9923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.446525+0000 mgr.y (mgr.25387) 4879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.525694+0000 mon.a (mon.0) 9924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.528048+0000 mon.a (mon.0) 9925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.529094+0000 mon.a (mon.0) 9926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.531673+0000 mon.a (mon.0) 9927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.532469+0000 mon.a (mon.0) 9928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.533885+0000 mgr.y (mgr.25387) 4880 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.534184+0000 mgr.y (mgr.25387) 4881 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.539225+0000 mon.a (mon.0) 9929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.539774+0000 mgr.y (mgr.25387) 4882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.596329+0000 mon.a (mon.0) 9930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.598159+0000 mon.a (mon.0) 9931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.599240+0000 mon.a (mon.0) 9932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.601316+0000 mon.a (mon.0) 9933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.602023+0000 mon.a (mon.0) 9934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.603434+0000 mgr.y (mgr.25387) 4883 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.603639+0000 mgr.y (mgr.25387) 4884 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.608093+0000 mon.a (mon.0) 9935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.608648+0000 mgr.y (mgr.25387) 4885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.665520+0000 mon.a (mon.0) 9936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.667294+0000 mon.a (mon.0) 9937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.668079+0000 mon.a (mon.0) 9938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.669836+0000 mon.a (mon.0) 9939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.670442+0000 mon.a (mon.0) 9940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.532469+0000 mon.a (mon.0) 9928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.533885+0000 mgr.y (mgr.25387) 4880 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.534184+0000 mgr.y (mgr.25387) 4881 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.539225+0000 mon.a (mon.0) 9929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.539774+0000 mgr.y (mgr.25387) 4882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.596329+0000 mon.a (mon.0) 9930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.598159+0000 mon.a (mon.0) 9931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.599240+0000 mon.a (mon.0) 9932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.601316+0000 mon.a (mon.0) 9933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.602023+0000 mon.a (mon.0) 9934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.603434+0000 mgr.y (mgr.25387) 4883 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.603639+0000 mgr.y (mgr.25387) 4884 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.608093+0000 mon.a (mon.0) 9935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.608648+0000 mgr.y (mgr.25387) 4885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.665520+0000 mon.a (mon.0) 9936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.667294+0000 mon.a (mon.0) 9937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.668079+0000 mon.a (mon.0) 9938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.669836+0000 mon.a (mon.0) 9939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.670442+0000 mon.a (mon.0) 9940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.671553+0000 mgr.y (mgr.25387) 4886 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.671752+0000 mgr.y (mgr.25387) 4887 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.676060+0000 mon.a (mon.0) 9941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.676456+0000 mgr.y (mgr.25387) 4888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.716997+0000 mon.a (mon.0) 9942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.719082+0000 mon.a (mon.0) 9943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.720024+0000 mon.a (mon.0) 9944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.722134+0000 mon.a (mon.0) 9945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.722796+0000 mon.a (mon.0) 9946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.724004+0000 mgr.y (mgr.25387) 4889 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.724207+0000 mgr.y (mgr.25387) 4890 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.729156+0000 mon.a (mon.0) 9947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.729537+0000 mgr.y (mgr.25387) 4891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.773909+0000 mon.a (mon.0) 9948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.776270+0000 mon.a (mon.0) 9949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.777254+0000 mon.a (mon.0) 9950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.779393+0000 mon.a (mon.0) 9951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.780079+0000 mon.a (mon.0) 9952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.781347+0000 mgr.y (mgr.25387) 4892 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.781551+0000 mgr.y (mgr.25387) 4893 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.671553+0000 mgr.y (mgr.25387) 4886 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.671752+0000 mgr.y (mgr.25387) 4887 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.676060+0000 mon.a (mon.0) 9941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.676456+0000 mgr.y (mgr.25387) 4888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.716997+0000 mon.a (mon.0) 9942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.719082+0000 mon.a (mon.0) 9943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.720024+0000 mon.a (mon.0) 9944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.722134+0000 mon.a (mon.0) 9945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.722796+0000 mon.a (mon.0) 9946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.724004+0000 mgr.y (mgr.25387) 4889 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.724207+0000 mgr.y (mgr.25387) 4890 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.729156+0000 mon.a (mon.0) 9947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.729537+0000 mgr.y (mgr.25387) 4891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.773909+0000 mon.a (mon.0) 9948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.776270+0000 mon.a (mon.0) 9949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.777254+0000 mon.a (mon.0) 9950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.779393+0000 mon.a (mon.0) 9951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.780079+0000 mon.a (mon.0) 9952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.781347+0000 mgr.y (mgr.25387) 4892 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.781551+0000 mgr.y (mgr.25387) 4893 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.787837+0000 mon.a (mon.0) 9953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.788268+0000 mgr.y (mgr.25387) 4894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.861905+0000 mon.a (mon.0) 9954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.863969+0000 mon.a (mon.0) 9955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.864931+0000 mon.a (mon.0) 9956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.866943+0000 mon.a (mon.0) 9957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.867584+0000 mon.a (mon.0) 9958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.868809+0000 mgr.y (mgr.25387) 4895 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.869015+0000 mgr.y (mgr.25387) 4896 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.874332+0000 mon.a (mon.0) 9959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.875367+0000 mgr.y (mgr.25387) 4897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.949145+0000 mon.a (mon.0) 9960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.951351+0000 mon.a (mon.0) 9961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.952606+0000 mon.a (mon.0) 9962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.954980+0000 mon.a (mon.0) 9963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.955668+0000 mon.a (mon.0) 9964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.956975+0000 mgr.y (mgr.25387) 4898 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:03.957152+0000 mgr.y (mgr.25387) 4899 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:03.962403+0000 mon.a (mon.0) 9965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:03.962854+0000 mgr.y (mgr.25387) 4900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.787837+0000 mon.a (mon.0) 9953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.788268+0000 mgr.y (mgr.25387) 4894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.861905+0000 mon.a (mon.0) 9954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.863969+0000 mon.a (mon.0) 9955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.864931+0000 mon.a (mon.0) 9956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.866943+0000 mon.a (mon.0) 9957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.867584+0000 mon.a (mon.0) 9958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.868809+0000 mgr.y (mgr.25387) 4895 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.869015+0000 mgr.y (mgr.25387) 4896 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.874332+0000 mon.a (mon.0) 9959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.875367+0000 mgr.y (mgr.25387) 4897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.949145+0000 mon.a (mon.0) 9960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.951351+0000 mon.a (mon.0) 9961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.952606+0000 mon.a (mon.0) 9962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.954980+0000 mon.a (mon.0) 9963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.955668+0000 mon.a (mon.0) 9964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.956975+0000 mgr.y (mgr.25387) 4898 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:03.957152+0000 mgr.y (mgr.25387) 4899 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:03.962403+0000 mon.a (mon.0) 9965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:03.962854+0000 mgr.y (mgr.25387) 4900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.021941+0000 mon.a (mon.0) 9966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.024116+0000 mon.a (mon.0) 9967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.025156+0000 mon.a (mon.0) 9968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.027625+0000 mon.a (mon.0) 9969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.028348+0000 mon.a (mon.0) 9970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.029818+0000 mgr.y (mgr.25387) 4901 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.030057+0000 mgr.y (mgr.25387) 4902 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.035382+0000 mon.a (mon.0) 9971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.035926+0000 mgr.y (mgr.25387) 4903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.114827+0000 mon.a (mon.0) 9972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.117438+0000 mon.a (mon.0) 9973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.118524+0000 mon.a (mon.0) 9974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.121034+0000 mon.a (mon.0) 9975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.121835+0000 mon.a (mon.0) 9976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.123447+0000 mgr.y (mgr.25387) 4904 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.123721+0000 mgr.y (mgr.25387) 4905 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.128999+0000 mon.a (mon.0) 9977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.129673+0000 mgr.y (mgr.25387) 4906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.207258+0000 mon.a (mon.0) 9978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.021941+0000 mon.a (mon.0) 9966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.024116+0000 mon.a (mon.0) 9967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.025156+0000 mon.a (mon.0) 9968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.027625+0000 mon.a (mon.0) 9969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.028348+0000 mon.a (mon.0) 9970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.029818+0000 mgr.y (mgr.25387) 4901 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.030057+0000 mgr.y (mgr.25387) 4902 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.035382+0000 mon.a (mon.0) 9971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.035926+0000 mgr.y (mgr.25387) 4903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.114827+0000 mon.a (mon.0) 9972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.117438+0000 mon.a (mon.0) 9973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.118524+0000 mon.a (mon.0) 9974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.121034+0000 mon.a (mon.0) 9975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.121835+0000 mon.a (mon.0) 9976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.123447+0000 mgr.y (mgr.25387) 4904 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.123721+0000 mgr.y (mgr.25387) 4905 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.128999+0000 mon.a (mon.0) 9977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.129673+0000 mgr.y (mgr.25387) 4906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.207258+0000 mon.a (mon.0) 9978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.209626+0000 mon.a (mon.0) 9979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.210581+0000 mon.a (mon.0) 9980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.212685+0000 mon.a (mon.0) 9981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.213401+0000 mon.a (mon.0) 9982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.219394+0000 mon.a (mon.0) 9983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.266288+0000 mon.a (mon.0) 9984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.268752+0000 mon.a (mon.0) 9985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.269667+0000 mon.a (mon.0) 9986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.271655+0000 mon.a (mon.0) 9987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.272318+0000 mon.a (mon.0) 9988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.278844+0000 mon.a (mon.0) 9989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.342195+0000 mon.a (mon.0) 9990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.344523+0000 mon.a (mon.0) 9991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.345683+0000 mon.a (mon.0) 9992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.347502+0000 mon.a (mon.0) 9993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.348157+0000 mon.a (mon.0) 9994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[73934]: audit 2024-03-30T04:50:04.354889+0000 mon.a (mon.0) 9995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.209626+0000 mon.a (mon.0) 9979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.210581+0000 mon.a (mon.0) 9980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.212685+0000 mon.a (mon.0) 9981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.213401+0000 mon.a (mon.0) 9982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.219394+0000 mon.a (mon.0) 9983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.266288+0000 mon.a (mon.0) 9984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.268752+0000 mon.a (mon.0) 9985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.269667+0000 mon.a (mon.0) 9986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.271655+0000 mon.a (mon.0) 9987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.272318+0000 mon.a (mon.0) 9988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.278844+0000 mon.a (mon.0) 9989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.342195+0000 mon.a (mon.0) 9990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.344523+0000 mon.a (mon.0) 9991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.345683+0000 mon.a (mon.0) 9992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.347502+0000 mon.a (mon.0) 9993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.348157+0000 mon.a (mon.0) 9994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:04 smithi097 bash[69502]: audit 2024-03-30T04:50:04.354889+0000 mon.a (mon.0) 9995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.245898+0000 mgr.y (mgr.25387) 4871 : cluster [DBG] pgmap v3183: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.246134+0000 mgr.y (mgr.25387) 4872 : cluster [DBG] pgmap v3184: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.250749+0000 mgr.y (mgr.25387) 4873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.334503+0000 mgr.y (mgr.25387) 4874 : cluster [DBG] pgmap v3185: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.334990+0000 mgr.y (mgr.25387) 4875 : cluster [DBG] pgmap v3186: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.342321+0000 mgr.y (mgr.25387) 4876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.429091+0000 mon.a (mon.0) 9918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.432894+0000 mon.a (mon.0) 9919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.434550+0000 mon.a (mon.0) 9920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.437871+0000 mon.a (mon.0) 9921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.439032+0000 mon.a (mon.0) 9922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.441264+0000 mgr.y (mgr.25387) 4877 : cluster [DBG] pgmap v3187: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.441733+0000 mgr.y (mgr.25387) 4878 : cluster [DBG] pgmap v3188: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.445784+0000 mon.a (mon.0) 9923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.446525+0000 mgr.y (mgr.25387) 4879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.525694+0000 mon.a (mon.0) 9924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.528048+0000 mon.a (mon.0) 9925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.529094+0000 mon.a (mon.0) 9926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.531673+0000 mon.a (mon.0) 9927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.669 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.532469+0000 mon.a (mon.0) 9928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.533885+0000 mgr.y (mgr.25387) 4880 : cluster [DBG] pgmap v3189: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.534184+0000 mgr.y (mgr.25387) 4881 : cluster [DBG] pgmap v3190: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.539225+0000 mon.a (mon.0) 9929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.539774+0000 mgr.y (mgr.25387) 4882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.596329+0000 mon.a (mon.0) 9930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.598159+0000 mon.a (mon.0) 9931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.599240+0000 mon.a (mon.0) 9932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.601316+0000 mon.a (mon.0) 9933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.602023+0000 mon.a (mon.0) 9934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.603434+0000 mgr.y (mgr.25387) 4883 : cluster [DBG] pgmap v3191: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.603639+0000 mgr.y (mgr.25387) 4884 : cluster [DBG] pgmap v3192: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.608093+0000 mon.a (mon.0) 9935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.608648+0000 mgr.y (mgr.25387) 4885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.670 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.665520+0000 mon.a (mon.0) 9936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.667294+0000 mon.a (mon.0) 9937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.668079+0000 mon.a (mon.0) 9938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.669836+0000 mon.a (mon.0) 9939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.670442+0000 mon.a (mon.0) 9940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.671553+0000 mgr.y (mgr.25387) 4886 : cluster [DBG] pgmap v3193: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.671752+0000 mgr.y (mgr.25387) 4887 : cluster [DBG] pgmap v3194: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.676060+0000 mon.a (mon.0) 9941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.676456+0000 mgr.y (mgr.25387) 4888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.716997+0000 mon.a (mon.0) 9942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.719082+0000 mon.a (mon.0) 9943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.720024+0000 mon.a (mon.0) 9944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.722134+0000 mon.a (mon.0) 9945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.722796+0000 mon.a (mon.0) 9946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.671 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.724004+0000 mgr.y (mgr.25387) 4889 : cluster [DBG] pgmap v3195: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.724207+0000 mgr.y (mgr.25387) 4890 : cluster [DBG] pgmap v3196: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.729156+0000 mon.a (mon.0) 9947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.729537+0000 mgr.y (mgr.25387) 4891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.773909+0000 mon.a (mon.0) 9948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.776270+0000 mon.a (mon.0) 9949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.777254+0000 mon.a (mon.0) 9950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.779393+0000 mon.a (mon.0) 9951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.780079+0000 mon.a (mon.0) 9952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.781347+0000 mgr.y (mgr.25387) 4892 : cluster [DBG] pgmap v3197: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.672 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.781551+0000 mgr.y (mgr.25387) 4893 : cluster [DBG] pgmap v3198: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.787837+0000 mon.a (mon.0) 9953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.788268+0000 mgr.y (mgr.25387) 4894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.861905+0000 mon.a (mon.0) 9954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.863969+0000 mon.a (mon.0) 9955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.864931+0000 mon.a (mon.0) 9956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.866943+0000 mon.a (mon.0) 9957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.867584+0000 mon.a (mon.0) 9958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.868809+0000 mgr.y (mgr.25387) 4895 : cluster [DBG] pgmap v3199: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.869015+0000 mgr.y (mgr.25387) 4896 : cluster [DBG] pgmap v3200: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.673 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.874332+0000 mon.a (mon.0) 9959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.875367+0000 mgr.y (mgr.25387) 4897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.949145+0000 mon.a (mon.0) 9960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.951351+0000 mon.a (mon.0) 9961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.952606+0000 mon.a (mon.0) 9962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.954980+0000 mon.a (mon.0) 9963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.955668+0000 mon.a (mon.0) 9964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.956975+0000 mgr.y (mgr.25387) 4898 : cluster [DBG] pgmap v3201: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:03.957152+0000 mgr.y (mgr.25387) 4899 : cluster [DBG] pgmap v3202: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:03.962403+0000 mon.a (mon.0) 9965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:03.962854+0000 mgr.y (mgr.25387) 4900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.021941+0000 mon.a (mon.0) 9966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.024116+0000 mon.a (mon.0) 9967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.674 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.025156+0000 mon.a (mon.0) 9968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.027625+0000 mon.a (mon.0) 9969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.028348+0000 mon.a (mon.0) 9970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.029818+0000 mgr.y (mgr.25387) 4901 : cluster [DBG] pgmap v3203: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.030057+0000 mgr.y (mgr.25387) 4902 : cluster [DBG] pgmap v3204: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.035382+0000 mon.a (mon.0) 9971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.035926+0000 mgr.y (mgr.25387) 4903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.114827+0000 mon.a (mon.0) 9972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.117438+0000 mon.a (mon.0) 9973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.118524+0000 mon.a (mon.0) 9974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.121034+0000 mon.a (mon.0) 9975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.121835+0000 mon.a (mon.0) 9976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.123447+0000 mgr.y (mgr.25387) 4904 : cluster [DBG] pgmap v3205: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.123721+0000 mgr.y (mgr.25387) 4905 : cluster [DBG] pgmap v3206: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:04.675 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.128999+0000 mon.a (mon.0) 9977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.129673+0000 mgr.y (mgr.25387) 4906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.207258+0000 mon.a (mon.0) 9978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.209626+0000 mon.a (mon.0) 9979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.210581+0000 mon.a (mon.0) 9980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.212685+0000 mon.a (mon.0) 9981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.213401+0000 mon.a (mon.0) 9982 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.219394+0000 mon.a (mon.0) 9983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.266288+0000 mon.a (mon.0) 9984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.268752+0000 mon.a (mon.0) 9985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.269667+0000 mon.a (mon.0) 9986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.676 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.271655+0000 mon.a (mon.0) 9987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.272318+0000 mon.a (mon.0) 9988 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.278844+0000 mon.a (mon.0) 9989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.342195+0000 mon.a (mon.0) 9990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.344523+0000 mon.a (mon.0) 9991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.345683+0000 mon.a (mon.0) 9992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.347502+0000 mon.a (mon.0) 9993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.348157+0000 mon.a (mon.0) 9994 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:04.677 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:04 smithi105 bash[58125]: audit 2024-03-30T04:50:04.354889+0000 mon.a (mon.0) 9995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.214848+0000 mgr.y (mgr.25387) 4907 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.215074+0000 mgr.y (mgr.25387) 4908 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.219938+0000 mgr.y (mgr.25387) 4909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.273647+0000 mgr.y (mgr.25387) 4910 : cluster [DBG] pgmap v3209: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.273900+0000 mgr.y (mgr.25387) 4911 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.279301+0000 mgr.y (mgr.25387) 4912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.349453+0000 mgr.y (mgr.25387) 4913 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.349684+0000 mgr.y (mgr.25387) 4914 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.355387+0000 mgr.y (mgr.25387) 4915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.404638+0000 mon.a (mon.0) 9996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.407146+0000 mon.a (mon.0) 9997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.408179+0000 mon.a (mon.0) 9998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.410589+0000 mon.a (mon.0) 9999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.411290+0000 mon.a (mon.0) 10000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.413131+0000 mgr.y (mgr.25387) 4916 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.413420+0000 mgr.y (mgr.25387) 4917 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.419346+0000 mon.a (mon.0) 10001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.419931+0000 mgr.y (mgr.25387) 4918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.460472+0000 mon.a (mon.0) 10002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.214848+0000 mgr.y (mgr.25387) 4907 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.215074+0000 mgr.y (mgr.25387) 4908 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.219938+0000 mgr.y (mgr.25387) 4909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.273647+0000 mgr.y (mgr.25387) 4910 : cluster [DBG] pgmap v3209: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.273900+0000 mgr.y (mgr.25387) 4911 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.279301+0000 mgr.y (mgr.25387) 4912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.349453+0000 mgr.y (mgr.25387) 4913 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.349684+0000 mgr.y (mgr.25387) 4914 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.355387+0000 mgr.y (mgr.25387) 4915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.404638+0000 mon.a (mon.0) 9996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.407146+0000 mon.a (mon.0) 9997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.408179+0000 mon.a (mon.0) 9998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.410589+0000 mon.a (mon.0) 9999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.411290+0000 mon.a (mon.0) 10000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.413131+0000 mgr.y (mgr.25387) 4916 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.413420+0000 mgr.y (mgr.25387) 4917 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.419346+0000 mon.a (mon.0) 10001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.419931+0000 mgr.y (mgr.25387) 4918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.460472+0000 mon.a (mon.0) 10002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.462383+0000 mon.a (mon.0) 10003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.463218+0000 mon.a (mon.0) 10004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.465091+0000 mon.a (mon.0) 10005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.465759+0000 mon.a (mon.0) 10006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.467027+0000 mgr.y (mgr.25387) 4919 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.467202+0000 mgr.y (mgr.25387) 4920 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.473284+0000 mon.a (mon.0) 10007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.473732+0000 mgr.y (mgr.25387) 4921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.519910+0000 mon.a (mon.0) 10008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.522407+0000 mon.a (mon.0) 10009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.523355+0000 mon.a (mon.0) 10010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.525342+0000 mon.a (mon.0) 10011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.525974+0000 mon.a (mon.0) 10012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.527192+0000 mgr.y (mgr.25387) 4922 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.527409+0000 mgr.y (mgr.25387) 4923 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.532599+0000 mon.a (mon.0) 10013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.533082+0000 mgr.y (mgr.25387) 4924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.579540+0000 mon.a (mon.0) 10014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.581841+0000 mon.a (mon.0) 10015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.582706+0000 mon.a (mon.0) 10016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.462383+0000 mon.a (mon.0) 10003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.463218+0000 mon.a (mon.0) 10004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.465091+0000 mon.a (mon.0) 10005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.465759+0000 mon.a (mon.0) 10006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.467027+0000 mgr.y (mgr.25387) 4919 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.467202+0000 mgr.y (mgr.25387) 4920 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.473284+0000 mon.a (mon.0) 10007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.473732+0000 mgr.y (mgr.25387) 4921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.519910+0000 mon.a (mon.0) 10008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.522407+0000 mon.a (mon.0) 10009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.523355+0000 mon.a (mon.0) 10010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.525342+0000 mon.a (mon.0) 10011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.525974+0000 mon.a (mon.0) 10012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.527192+0000 mgr.y (mgr.25387) 4922 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.527409+0000 mgr.y (mgr.25387) 4923 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.532599+0000 mon.a (mon.0) 10013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.533082+0000 mgr.y (mgr.25387) 4924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.579540+0000 mon.a (mon.0) 10014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.581841+0000 mon.a (mon.0) 10015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.582706+0000 mon.a (mon.0) 10016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.584750+0000 mon.a (mon.0) 10017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.585388+0000 mon.a (mon.0) 10018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.586722+0000 mgr.y (mgr.25387) 4925 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.586961+0000 mgr.y (mgr.25387) 4926 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.591137+0000 mon.a (mon.0) 10019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.591565+0000 mgr.y (mgr.25387) 4927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.637467+0000 mon.a (mon.0) 10020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.639354+0000 mon.a (mon.0) 10021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.640331+0000 mon.a (mon.0) 10022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.642543+0000 mon.a (mon.0) 10023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.643277+0000 mon.a (mon.0) 10024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.644553+0000 mgr.y (mgr.25387) 4928 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.644854+0000 mgr.y (mgr.25387) 4929 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.652531+0000 mon.a (mon.0) 10025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.653116+0000 mgr.y (mgr.25387) 4930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.709537+0000 mon.a (mon.0) 10026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.711476+0000 mon.a (mon.0) 10027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.712298+0000 mon.a (mon.0) 10028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.714091+0000 mon.a (mon.0) 10029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.584750+0000 mon.a (mon.0) 10017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.585388+0000 mon.a (mon.0) 10018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.586722+0000 mgr.y (mgr.25387) 4925 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.586961+0000 mgr.y (mgr.25387) 4926 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.591137+0000 mon.a (mon.0) 10019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.591565+0000 mgr.y (mgr.25387) 4927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.637467+0000 mon.a (mon.0) 10020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.639354+0000 mon.a (mon.0) 10021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.640331+0000 mon.a (mon.0) 10022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.642543+0000 mon.a (mon.0) 10023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.643277+0000 mon.a (mon.0) 10024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.644553+0000 mgr.y (mgr.25387) 4928 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.644854+0000 mgr.y (mgr.25387) 4929 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.652531+0000 mon.a (mon.0) 10025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.653116+0000 mgr.y (mgr.25387) 4930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.709537+0000 mon.a (mon.0) 10026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.711476+0000 mon.a (mon.0) 10027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.712298+0000 mon.a (mon.0) 10028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.714091+0000 mon.a (mon.0) 10029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.714713+0000 mon.a (mon.0) 10030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.715859+0000 mgr.y (mgr.25387) 4931 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.716084+0000 mgr.y (mgr.25387) 4932 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.723241+0000 mon.a (mon.0) 10031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.723692+0000 mgr.y (mgr.25387) 4933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.727251+0000 mon.a (mon.0) 10032 : audit [DBG] from='client.? 172.21.15.97:0/1518523836' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.764878+0000 mon.a (mon.0) 10033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.767398+0000 mon.a (mon.0) 10034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.768405+0000 mon.a (mon.0) 10035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.770833+0000 mon.a (mon.0) 10036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.771587+0000 mon.a (mon.0) 10037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.772989+0000 mgr.y (mgr.25387) 4934 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.773202+0000 mgr.y (mgr.25387) 4935 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.780111+0000 mon.a (mon.0) 10038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.780731+0000 mgr.y (mgr.25387) 4936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.826633+0000 mon.a (mon.0) 10039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.829474+0000 mon.a (mon.0) 10040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.830688+0000 mon.a (mon.0) 10041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.834353+0000 mon.a (mon.0) 10042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.714713+0000 mon.a (mon.0) 10030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.715859+0000 mgr.y (mgr.25387) 4931 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.716084+0000 mgr.y (mgr.25387) 4932 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.723241+0000 mon.a (mon.0) 10031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.723692+0000 mgr.y (mgr.25387) 4933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.727251+0000 mon.a (mon.0) 10032 : audit [DBG] from='client.? 172.21.15.97:0/1518523836' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.764878+0000 mon.a (mon.0) 10033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.767398+0000 mon.a (mon.0) 10034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.768405+0000 mon.a (mon.0) 10035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.770833+0000 mon.a (mon.0) 10036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.771587+0000 mon.a (mon.0) 10037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.772989+0000 mgr.y (mgr.25387) 4934 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.773202+0000 mgr.y (mgr.25387) 4935 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.780111+0000 mon.a (mon.0) 10038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.780731+0000 mgr.y (mgr.25387) 4936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.826633+0000 mon.a (mon.0) 10039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.829474+0000 mon.a (mon.0) 10040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.830688+0000 mon.a (mon.0) 10041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.834353+0000 mon.a (mon.0) 10042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.835291+0000 mon.a (mon.0) 10043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.837783+0000 mgr.y (mgr.25387) 4937 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.843983+0000 mon.a (mon.0) 10044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.844897+0000 mgr.y (mgr.25387) 4938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.924084+0000 mon.a (mon.0) 10045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.926600+0000 mon.a (mon.0) 10046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.928635+0000 mon.a (mon.0) 10047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.930949+0000 mon.a (mon.0) 10048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.931725+0000 mon.a (mon.0) 10049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.933091+0000 mgr.y (mgr.25387) 4939 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:04.934637+0000 mgr.y (mgr.25387) 4940 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.940108+0000 mon.a (mon.0) 10050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:04.940767+0000 mgr.y (mgr.25387) 4941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:04.998795+0000 mon.a (mon.0) 10051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.000811+0000 mon.a (mon.0) 10052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.001775+0000 mon.a (mon.0) 10053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.003842+0000 mon.a (mon.0) 10054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.004508+0000 mon.a (mon.0) 10055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.005725+0000 mgr.y (mgr.25387) 4942 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.005952+0000 mgr.y (mgr.25387) 4943 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.835291+0000 mon.a (mon.0) 10043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.837783+0000 mgr.y (mgr.25387) 4937 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.843983+0000 mon.a (mon.0) 10044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.844897+0000 mgr.y (mgr.25387) 4938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.924084+0000 mon.a (mon.0) 10045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.926600+0000 mon.a (mon.0) 10046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.928635+0000 mon.a (mon.0) 10047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.930949+0000 mon.a (mon.0) 10048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.931725+0000 mon.a (mon.0) 10049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.933091+0000 mgr.y (mgr.25387) 4939 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:04.934637+0000 mgr.y (mgr.25387) 4940 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.940108+0000 mon.a (mon.0) 10050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:04.940767+0000 mgr.y (mgr.25387) 4941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:04.998795+0000 mon.a (mon.0) 10051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.000811+0000 mon.a (mon.0) 10052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.001775+0000 mon.a (mon.0) 10053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.003842+0000 mon.a (mon.0) 10054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.004508+0000 mon.a (mon.0) 10055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.005725+0000 mgr.y (mgr.25387) 4942 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.005952+0000 mgr.y (mgr.25387) 4943 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.011077+0000 mon.a (mon.0) 10056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.011787+0000 mgr.y (mgr.25387) 4944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.067917+0000 mon.a (mon.0) 10057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.069690+0000 mon.a (mon.0) 10058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.070520+0000 mon.a (mon.0) 10059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.072351+0000 mon.a (mon.0) 10060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.072970+0000 mon.a (mon.0) 10061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.074080+0000 mgr.y (mgr.25387) 4945 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.074317+0000 mgr.y (mgr.25387) 4946 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.078494+0000 mon.a (mon.0) 10062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.078934+0000 mgr.y (mgr.25387) 4947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.134593+0000 mon.a (mon.0) 10063 : audit [INF] from='client.? 172.21.15.97:0/2687602775' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1314483912"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.135008+0000 mon.a (mon.0) 10064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.136827+0000 mon.a (mon.0) 10065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.137854+0000 mon.a (mon.0) 10066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.139695+0000 mon.a (mon.0) 10067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.140310+0000 mon.a (mon.0) 10068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.141563+0000 mgr.y (mgr.25387) 4948 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.141835+0000 mgr.y (mgr.25387) 4949 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.011077+0000 mon.a (mon.0) 10056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.011787+0000 mgr.y (mgr.25387) 4944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.067917+0000 mon.a (mon.0) 10057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.069690+0000 mon.a (mon.0) 10058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.070520+0000 mon.a (mon.0) 10059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.072351+0000 mon.a (mon.0) 10060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.072970+0000 mon.a (mon.0) 10061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.074080+0000 mgr.y (mgr.25387) 4945 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.074317+0000 mgr.y (mgr.25387) 4946 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.078494+0000 mon.a (mon.0) 10062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.078934+0000 mgr.y (mgr.25387) 4947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.134593+0000 mon.a (mon.0) 10063 : audit [INF] from='client.? 172.21.15.97:0/2687602775' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1314483912"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.135008+0000 mon.a (mon.0) 10064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.136827+0000 mon.a (mon.0) 10065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.137854+0000 mon.a (mon.0) 10066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.139695+0000 mon.a (mon.0) 10067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.140310+0000 mon.a (mon.0) 10068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.141563+0000 mgr.y (mgr.25387) 4948 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.141835+0000 mgr.y (mgr.25387) 4949 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.145971+0000 mon.a (mon.0) 10069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.146355+0000 mgr.y (mgr.25387) 4950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.207255+0000 mon.a (mon.0) 10070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.209224+0000 mon.a (mon.0) 10071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.210179+0000 mon.a (mon.0) 10072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.212339+0000 mon.a (mon.0) 10073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.212993+0000 mon.a (mon.0) 10074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.218547+0000 mon.a (mon.0) 10075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.260048+0000 mon.a (mon.0) 10076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.261980+0000 mon.a (mon.0) 10077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.262950+0000 mon.a (mon.0) 10078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.264809+0000 mon.a (mon.0) 10079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.265441+0000 mon.a (mon.0) 10080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.270936+0000 mon.a (mon.0) 10081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.311318+0000 mon.a (mon.0) 10082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.313127+0000 mon.a (mon.0) 10083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.314147+0000 mon.a (mon.0) 10084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.315968+0000 mon.a (mon.0) 10085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.316561+0000 mon.a (mon.0) 10086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.145971+0000 mon.a (mon.0) 10069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.146355+0000 mgr.y (mgr.25387) 4950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.207255+0000 mon.a (mon.0) 10070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.209224+0000 mon.a (mon.0) 10071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.210179+0000 mon.a (mon.0) 10072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.212339+0000 mon.a (mon.0) 10073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.212993+0000 mon.a (mon.0) 10074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.218547+0000 mon.a (mon.0) 10075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.260048+0000 mon.a (mon.0) 10076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.261980+0000 mon.a (mon.0) 10077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.262950+0000 mon.a (mon.0) 10078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.264809+0000 mon.a (mon.0) 10079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.265441+0000 mon.a (mon.0) 10080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.270936+0000 mon.a (mon.0) 10081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.311318+0000 mon.a (mon.0) 10082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.313127+0000 mon.a (mon.0) 10083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.314147+0000 mon.a (mon.0) 10084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.315968+0000 mon.a (mon.0) 10085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.316561+0000 mon.a (mon.0) 10086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.322172+0000 mon.a (mon.0) 10087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.363597+0000 mon.a (mon.0) 10088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.365516+0000 mon.a (mon.0) 10089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[69502]: audit 2024-03-30T04:50:05.366298+0000 mon.a (mon.0) 10090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.322172+0000 mon.a (mon.0) 10087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.363597+0000 mon.a (mon.0) 10088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.365516+0000 mon.a (mon.0) 10089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:05 smithi097 bash[73934]: audit 2024-03-30T04:50:05.366298+0000 mon.a (mon.0) 10090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.214848+0000 mgr.y (mgr.25387) 4907 : cluster [DBG] pgmap v3207: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.215074+0000 mgr.y (mgr.25387) 4908 : cluster [DBG] pgmap v3208: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.219938+0000 mgr.y (mgr.25387) 4909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.273647+0000 mgr.y (mgr.25387) 4910 : cluster [DBG] pgmap v3209: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.273900+0000 mgr.y (mgr.25387) 4911 : cluster [DBG] pgmap v3210: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.279301+0000 mgr.y (mgr.25387) 4912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.349453+0000 mgr.y (mgr.25387) 4913 : cluster [DBG] pgmap v3211: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.349684+0000 mgr.y (mgr.25387) 4914 : cluster [DBG] pgmap v3212: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.355387+0000 mgr.y (mgr.25387) 4915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.404638+0000 mon.a (mon.0) 9996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.407146+0000 mon.a (mon.0) 9997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.408179+0000 mon.a (mon.0) 9998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.410589+0000 mon.a (mon.0) 9999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.411290+0000 mon.a (mon.0) 10000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.413131+0000 mgr.y (mgr.25387) 4916 : cluster [DBG] pgmap v3213: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.413420+0000 mgr.y (mgr.25387) 4917 : cluster [DBG] pgmap v3214: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.419346+0000 mon.a (mon.0) 10001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.419931+0000 mgr.y (mgr.25387) 4918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.460472+0000 mon.a (mon.0) 10002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.462383+0000 mon.a (mon.0) 10003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.463218+0000 mon.a (mon.0) 10004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.465091+0000 mon.a (mon.0) 10005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.465759+0000 mon.a (mon.0) 10006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.467027+0000 mgr.y (mgr.25387) 4919 : cluster [DBG] pgmap v3215: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.467202+0000 mgr.y (mgr.25387) 4920 : cluster [DBG] pgmap v3216: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.473284+0000 mon.a (mon.0) 10007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.473732+0000 mgr.y (mgr.25387) 4921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.519910+0000 mon.a (mon.0) 10008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.522407+0000 mon.a (mon.0) 10009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.523355+0000 mon.a (mon.0) 10010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.525342+0000 mon.a (mon.0) 10011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.525974+0000 mon.a (mon.0) 10012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.527192+0000 mgr.y (mgr.25387) 4922 : cluster [DBG] pgmap v3217: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.527409+0000 mgr.y (mgr.25387) 4923 : cluster [DBG] pgmap v3218: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.532599+0000 mon.a (mon.0) 10013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.533082+0000 mgr.y (mgr.25387) 4924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.579540+0000 mon.a (mon.0) 10014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.581841+0000 mon.a (mon.0) 10015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.582706+0000 mon.a (mon.0) 10016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.584750+0000 mon.a (mon.0) 10017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.585388+0000 mon.a (mon.0) 10018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.586722+0000 mgr.y (mgr.25387) 4925 : cluster [DBG] pgmap v3219: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.586961+0000 mgr.y (mgr.25387) 4926 : cluster [DBG] pgmap v3220: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.591137+0000 mon.a (mon.0) 10019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.591565+0000 mgr.y (mgr.25387) 4927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.637467+0000 mon.a (mon.0) 10020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.639354+0000 mon.a (mon.0) 10021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.640331+0000 mon.a (mon.0) 10022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.642543+0000 mon.a (mon.0) 10023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.643277+0000 mon.a (mon.0) 10024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.644553+0000 mgr.y (mgr.25387) 4928 : cluster [DBG] pgmap v3221: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.644854+0000 mgr.y (mgr.25387) 4929 : cluster [DBG] pgmap v3222: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.652531+0000 mon.a (mon.0) 10025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.653116+0000 mgr.y (mgr.25387) 4930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.709537+0000 mon.a (mon.0) 10026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.711476+0000 mon.a (mon.0) 10027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.712298+0000 mon.a (mon.0) 10028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.714091+0000 mon.a (mon.0) 10029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.714713+0000 mon.a (mon.0) 10030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.715859+0000 mgr.y (mgr.25387) 4931 : cluster [DBG] pgmap v3223: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.716084+0000 mgr.y (mgr.25387) 4932 : cluster [DBG] pgmap v3224: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.723241+0000 mon.a (mon.0) 10031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.723692+0000 mgr.y (mgr.25387) 4933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.727251+0000 mon.a (mon.0) 10032 : audit [DBG] from='client.? 172.21.15.97:0/1518523836' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.764878+0000 mon.a (mon.0) 10033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.767398+0000 mon.a (mon.0) 10034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.768405+0000 mon.a (mon.0) 10035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.770833+0000 mon.a (mon.0) 10036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.771587+0000 mon.a (mon.0) 10037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.772989+0000 mgr.y (mgr.25387) 4934 : cluster [DBG] pgmap v3225: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.773202+0000 mgr.y (mgr.25387) 4935 : cluster [DBG] pgmap v3226: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.780111+0000 mon.a (mon.0) 10038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.780731+0000 mgr.y (mgr.25387) 4936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.826633+0000 mon.a (mon.0) 10039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.829474+0000 mon.a (mon.0) 10040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.830688+0000 mon.a (mon.0) 10041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.834353+0000 mon.a (mon.0) 10042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.835291+0000 mon.a (mon.0) 10043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.837783+0000 mgr.y (mgr.25387) 4937 : cluster [DBG] pgmap v3227: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.843983+0000 mon.a (mon.0) 10044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.844897+0000 mgr.y (mgr.25387) 4938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.924084+0000 mon.a (mon.0) 10045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.926600+0000 mon.a (mon.0) 10046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.928635+0000 mon.a (mon.0) 10047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.930949+0000 mon.a (mon.0) 10048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.931725+0000 mon.a (mon.0) 10049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.933091+0000 mgr.y (mgr.25387) 4939 : cluster [DBG] pgmap v3228: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:04.934637+0000 mgr.y (mgr.25387) 4940 : cluster [DBG] pgmap v3229: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.940108+0000 mon.a (mon.0) 10050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:04.940767+0000 mgr.y (mgr.25387) 4941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:04.998795+0000 mon.a (mon.0) 10051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.000811+0000 mon.a (mon.0) 10052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.001775+0000 mon.a (mon.0) 10053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.003842+0000 mon.a (mon.0) 10054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.004508+0000 mon.a (mon.0) 10055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.005725+0000 mgr.y (mgr.25387) 4942 : cluster [DBG] pgmap v3230: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.005952+0000 mgr.y (mgr.25387) 4943 : cluster [DBG] pgmap v3231: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.011077+0000 mon.a (mon.0) 10056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.011787+0000 mgr.y (mgr.25387) 4944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.067917+0000 mon.a (mon.0) 10057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.069690+0000 mon.a (mon.0) 10058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.070520+0000 mon.a (mon.0) 10059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.072351+0000 mon.a (mon.0) 10060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.072970+0000 mon.a (mon.0) 10061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.074080+0000 mgr.y (mgr.25387) 4945 : cluster [DBG] pgmap v3232: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.074317+0000 mgr.y (mgr.25387) 4946 : cluster [DBG] pgmap v3233: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.078494+0000 mon.a (mon.0) 10062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.078934+0000 mgr.y (mgr.25387) 4947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.134593+0000 mon.a (mon.0) 10063 : audit [INF] from='client.? 172.21.15.97:0/2687602775' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1314483912"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.135008+0000 mon.a (mon.0) 10064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.136827+0000 mon.a (mon.0) 10065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.137854+0000 mon.a (mon.0) 10066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.139695+0000 mon.a (mon.0) 10067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.140310+0000 mon.a (mon.0) 10068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.141563+0000 mgr.y (mgr.25387) 4948 : cluster [DBG] pgmap v3234: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.141835+0000 mgr.y (mgr.25387) 4949 : cluster [DBG] pgmap v3235: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.145971+0000 mon.a (mon.0) 10069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.146355+0000 mgr.y (mgr.25387) 4950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.207255+0000 mon.a (mon.0) 10070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.209224+0000 mon.a (mon.0) 10071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.210179+0000 mon.a (mon.0) 10072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.212339+0000 mon.a (mon.0) 10073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.212993+0000 mon.a (mon.0) 10074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.218547+0000 mon.a (mon.0) 10075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.260048+0000 mon.a (mon.0) 10076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.261980+0000 mon.a (mon.0) 10077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.262950+0000 mon.a (mon.0) 10078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.264809+0000 mon.a (mon.0) 10079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.265441+0000 mon.a (mon.0) 10080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.270936+0000 mon.a (mon.0) 10081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.311318+0000 mon.a (mon.0) 10082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.313127+0000 mon.a (mon.0) 10083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.314147+0000 mon.a (mon.0) 10084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.315968+0000 mon.a (mon.0) 10085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.316561+0000 mon.a (mon.0) 10086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.322172+0000 mon.a (mon.0) 10087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.363597+0000 mon.a (mon.0) 10088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.365516+0000 mon.a (mon.0) 10089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:05.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:05 smithi105 bash[58125]: audit 2024-03-30T04:50:05.366298+0000 mon.a (mon.0) 10090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.214236+0000 mgr.y (mgr.25387) 4951 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.214467+0000 mgr.y (mgr.25387) 4952 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.218956+0000 mgr.y (mgr.25387) 4953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.266781+0000 mgr.y (mgr.25387) 4954 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.267010+0000 mgr.y (mgr.25387) 4955 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.271345+0000 mgr.y (mgr.25387) 4956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.317932+0000 mgr.y (mgr.25387) 4957 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.318155+0000 mgr.y (mgr.25387) 4958 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.322664+0000 mgr.y (mgr.25387) 4959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.368250+0000 mon.a (mon.0) 10091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.368915+0000 mon.a (mon.0) 10092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.372747+0000 mgr.y (mgr.25387) 4960 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.383333+0000 mon.a (mon.0) 10093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.383920+0000 mgr.y (mgr.25387) 4961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.429236+0000 mon.a (mon.0) 10094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.431449+0000 mon.a (mon.0) 10095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.432495+0000 mon.a (mon.0) 10096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.435200+0000 mon.a (mon.0) 10097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.435867+0000 mon.a (mon.0) 10098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.437111+0000 mgr.y (mgr.25387) 4962 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.437298+0000 mgr.y (mgr.25387) 4963 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.441560+0000 mon.a (mon.0) 10099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.442068+0000 mgr.y (mgr.25387) 4964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.486521+0000 mon.a (mon.0) 10100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.488549+0000 mon.a (mon.0) 10101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.489379+0000 mon.a (mon.0) 10102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.491411+0000 mon.a (mon.0) 10103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.492021+0000 mon.a (mon.0) 10104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.493369+0000 mgr.y (mgr.25387) 4965 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 13 op/s 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.493561+0000 mgr.y (mgr.25387) 4966 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 17 op/s 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.497873+0000 mon.a (mon.0) 10105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.498327+0000 mgr.y (mgr.25387) 4967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.549154+0000 mon.a (mon.0) 10106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.549486+0000 mon.a (mon.0) 10107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.551868+0000 mon.a (mon.0) 10108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.552691+0000 mon.a (mon.0) 10109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.556289+0000 mon.a (mon.0) 10110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.556800+0000 mon.a (mon.0) 10111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.557251+0000 mgr.y (mgr.25387) 4968 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 12 op/s 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.557506+0000 mgr.y (mgr.25387) 4969 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 16 op/s 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.559105+0000 mon.a (mon.0) 10112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.560459+0000 mgr.y (mgr.25387) 4970 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 24 op/s 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.560689+0000 mgr.y (mgr.25387) 4971 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 24 op/s 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.562470+0000 mon.a (mon.0) 10113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.567028+0000 mon.a (mon.0) 10114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.567653+0000 mgr.y (mgr.25387) 4972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.633448+0000 mon.a (mon.0) 10115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.636377+0000 mon.a (mon.0) 10116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.637523+0000 mon.a (mon.0) 10117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.640197+0000 mon.a (mon.0) 10118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.641086+0000 mon.a (mon.0) 10119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.642735+0000 mgr.y (mgr.25387) 4973 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.642924+0000 mgr.y (mgr.25387) 4974 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.648848+0000 mon.a (mon.0) 10120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.649369+0000 mgr.y (mgr.25387) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.721607+0000 mon.a (mon.0) 10121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.724339+0000 mon.a (mon.0) 10122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.725981+0000 mon.a (mon.0) 10123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.728497+0000 mon.a (mon.0) 10124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.729199+0000 mon.a (mon.0) 10125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.730500+0000 mgr.y (mgr.25387) 4976 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.730735+0000 mgr.y (mgr.25387) 4977 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.735716+0000 mon.a (mon.0) 10126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.736273+0000 mgr.y (mgr.25387) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.809437+0000 mon.a (mon.0) 10127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.811528+0000 mon.a (mon.0) 10128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.812928+0000 mon.a (mon.0) 10129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.815408+0000 mon.a (mon.0) 10130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.816117+0000 mon.a (mon.0) 10131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.817702+0000 mgr.y (mgr.25387) 4979 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.817902+0000 mgr.y (mgr.25387) 4980 : cluster [DBG] pgmap v3256: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.824081+0000 mon.a (mon.0) 10132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.824665+0000 mgr.y (mgr.25387) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.912348+0000 mon.a (mon.0) 10133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.916271+0000 mon.a (mon.0) 10134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.917777+0000 mon.a (mon.0) 10135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.921069+0000 mon.a (mon.0) 10136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.922019+0000 mon.a (mon.0) 10137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.923878+0000 mgr.y (mgr.25387) 4982 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:05.924474+0000 mgr.y (mgr.25387) 4983 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:05.929165+0000 mon.a (mon.0) 10138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:05.929953+0000 mgr.y (mgr.25387) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.003982+0000 mon.a (mon.0) 10139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.006080+0000 mon.a (mon.0) 10140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.007033+0000 mon.a (mon.0) 10141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.009570+0000 mon.a (mon.0) 10142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.010355+0000 mon.a (mon.0) 10143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.012048+0000 mgr.y (mgr.25387) 4985 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.012671+0000 mgr.y (mgr.25387) 4986 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.017175+0000 mon.a (mon.0) 10144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.017682+0000 mgr.y (mgr.25387) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.075560+0000 mon.a (mon.0) 10145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.077765+0000 mon.a (mon.0) 10146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.078711+0000 mon.a (mon.0) 10147 : audit [INF] from='client.? 172.21.15.97:0/2687602775' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1314483912"}]': finished 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.082318+0000 mon.a (mon.0) 10148 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.083055+0000 mon.a (mon.0) 10149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.087347+0000 mon.a (mon.0) 10150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.088072+0000 mon.a (mon.0) 10151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.089547+0000 mgr.y (mgr.25387) 4988 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.089808+0000 mgr.y (mgr.25387) 4989 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.095593+0000 mon.a (mon.0) 10152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.096460+0000 mgr.y (mgr.25387) 4990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.137073+0000 mon.a (mon.0) 10153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.139004+0000 mon.a (mon.0) 10154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.139961+0000 mon.a (mon.0) 10155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.142018+0000 mon.a (mon.0) 10156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.142755+0000 mon.a (mon.0) 10157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.143990+0000 mgr.y (mgr.25387) 4991 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.144230+0000 mgr.y (mgr.25387) 4992 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.149217+0000 mon.a (mon.0) 10158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.150501+0000 mgr.y (mgr.25387) 4993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.210873+0000 mon.a (mon.0) 10159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.213294+0000 mon.a (mon.0) 10160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.214512+0000 mon.a (mon.0) 10161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.216796+0000 mon.a (mon.0) 10162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.218161+0000 mon.a (mon.0) 10163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.225178+0000 mon.a (mon.0) 10164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.268165+0000 mon.a (mon.0) 10165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.270276+0000 mon.a (mon.0) 10166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.271269+0000 mon.a (mon.0) 10167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.273284+0000 mon.a (mon.0) 10168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.273947+0000 mon.a (mon.0) 10169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.279740+0000 mon.a (mon.0) 10170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.324966+0000 mon.a (mon.0) 10171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.327117+0000 mon.a (mon.0) 10172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.327962+0000 mon.a (mon.0) 10173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.330153+0000 mon.a (mon.0) 10174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.330878+0000 mon.a (mon.0) 10175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:06 smithi105 bash[58125]: audit 2024-03-30T04:50:06.336719+0000 mon.a (mon.0) 10176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.214236+0000 mgr.y (mgr.25387) 4951 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.214467+0000 mgr.y (mgr.25387) 4952 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.218956+0000 mgr.y (mgr.25387) 4953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.266781+0000 mgr.y (mgr.25387) 4954 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.267010+0000 mgr.y (mgr.25387) 4955 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.271345+0000 mgr.y (mgr.25387) 4956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.317932+0000 mgr.y (mgr.25387) 4957 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.318155+0000 mgr.y (mgr.25387) 4958 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.322664+0000 mgr.y (mgr.25387) 4959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.368250+0000 mon.a (mon.0) 10091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.368915+0000 mon.a (mon.0) 10092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.372747+0000 mgr.y (mgr.25387) 4960 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.383333+0000 mon.a (mon.0) 10093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.383920+0000 mgr.y (mgr.25387) 4961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.429236+0000 mon.a (mon.0) 10094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.431449+0000 mon.a (mon.0) 10095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.432495+0000 mon.a (mon.0) 10096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.435200+0000 mon.a (mon.0) 10097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.435867+0000 mon.a (mon.0) 10098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.214236+0000 mgr.y (mgr.25387) 4951 : cluster [DBG] pgmap v3236: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.214467+0000 mgr.y (mgr.25387) 4952 : cluster [DBG] pgmap v3237: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.218956+0000 mgr.y (mgr.25387) 4953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.266781+0000 mgr.y (mgr.25387) 4954 : cluster [DBG] pgmap v3238: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.267010+0000 mgr.y (mgr.25387) 4955 : cluster [DBG] pgmap v3239: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.271345+0000 mgr.y (mgr.25387) 4956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.317932+0000 mgr.y (mgr.25387) 4957 : cluster [DBG] pgmap v3240: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.318155+0000 mgr.y (mgr.25387) 4958 : cluster [DBG] pgmap v3241: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.322664+0000 mgr.y (mgr.25387) 4959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.368250+0000 mon.a (mon.0) 10091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.368915+0000 mon.a (mon.0) 10092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.372747+0000 mgr.y (mgr.25387) 4960 : cluster [DBG] pgmap v3242: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.383333+0000 mon.a (mon.0) 10093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.383920+0000 mgr.y (mgr.25387) 4961 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.429236+0000 mon.a (mon.0) 10094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.431449+0000 mon.a (mon.0) 10095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.432495+0000 mon.a (mon.0) 10096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.435200+0000 mon.a (mon.0) 10097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.435867+0000 mon.a (mon.0) 10098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.437111+0000 mgr.y (mgr.25387) 4962 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.437298+0000 mgr.y (mgr.25387) 4963 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.441560+0000 mon.a (mon.0) 10099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.442068+0000 mgr.y (mgr.25387) 4964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.486521+0000 mon.a (mon.0) 10100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.488549+0000 mon.a (mon.0) 10101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.489379+0000 mon.a (mon.0) 10102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.491411+0000 mon.a (mon.0) 10103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.492021+0000 mon.a (mon.0) 10104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.493369+0000 mgr.y (mgr.25387) 4965 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 13 op/s 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.493561+0000 mgr.y (mgr.25387) 4966 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 17 op/s 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.497873+0000 mon.a (mon.0) 10105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.498327+0000 mgr.y (mgr.25387) 4967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.549154+0000 mon.a (mon.0) 10106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.549486+0000 mon.a (mon.0) 10107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.551868+0000 mon.a (mon.0) 10108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.552691+0000 mon.a (mon.0) 10109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.556289+0000 mon.a (mon.0) 10110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.556800+0000 mon.a (mon.0) 10111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.557251+0000 mgr.y (mgr.25387) 4968 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 12 op/s 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.557506+0000 mgr.y (mgr.25387) 4969 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 16 op/s 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.559105+0000 mon.a (mon.0) 10112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.560459+0000 mgr.y (mgr.25387) 4970 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 24 op/s 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.560689+0000 mgr.y (mgr.25387) 4971 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 24 op/s 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.562470+0000 mon.a (mon.0) 10113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.567028+0000 mon.a (mon.0) 10114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.567653+0000 mgr.y (mgr.25387) 4972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.633448+0000 mon.a (mon.0) 10115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.636377+0000 mon.a (mon.0) 10116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.637523+0000 mon.a (mon.0) 10117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.640197+0000 mon.a (mon.0) 10118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.641086+0000 mon.a (mon.0) 10119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.642735+0000 mgr.y (mgr.25387) 4973 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.642924+0000 mgr.y (mgr.25387) 4974 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.648848+0000 mon.a (mon.0) 10120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.649369+0000 mgr.y (mgr.25387) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.721607+0000 mon.a (mon.0) 10121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.724339+0000 mon.a (mon.0) 10122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.725981+0000 mon.a (mon.0) 10123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.437111+0000 mgr.y (mgr.25387) 4962 : cluster [DBG] pgmap v3243: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.437298+0000 mgr.y (mgr.25387) 4963 : cluster [DBG] pgmap v3244: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.441560+0000 mon.a (mon.0) 10099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.442068+0000 mgr.y (mgr.25387) 4964 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.486521+0000 mon.a (mon.0) 10100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.488549+0000 mon.a (mon.0) 10101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.489379+0000 mon.a (mon.0) 10102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.491411+0000 mon.a (mon.0) 10103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.492021+0000 mon.a (mon.0) 10104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.493369+0000 mgr.y (mgr.25387) 4965 : cluster [DBG] pgmap v3245: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 13 op/s 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.493561+0000 mgr.y (mgr.25387) 4966 : cluster [DBG] pgmap v3246: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 17 op/s 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.497873+0000 mon.a (mon.0) 10105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.498327+0000 mgr.y (mgr.25387) 4967 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.549154+0000 mon.a (mon.0) 10106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.549486+0000 mon.a (mon.0) 10107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.551868+0000 mon.a (mon.0) 10108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.552691+0000 mon.a (mon.0) 10109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.556289+0000 mon.a (mon.0) 10110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.556800+0000 mon.a (mon.0) 10111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.557251+0000 mgr.y (mgr.25387) 4968 : cluster [DBG] pgmap v3247: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 12 op/s 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.728497+0000 mon.a (mon.0) 10124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.729199+0000 mon.a (mon.0) 10125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.730500+0000 mgr.y (mgr.25387) 4976 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.730735+0000 mgr.y (mgr.25387) 4977 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.735716+0000 mon.a (mon.0) 10126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.736273+0000 mgr.y (mgr.25387) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.809437+0000 mon.a (mon.0) 10127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.811528+0000 mon.a (mon.0) 10128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.812928+0000 mon.a (mon.0) 10129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.815408+0000 mon.a (mon.0) 10130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.816117+0000 mon.a (mon.0) 10131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.817702+0000 mgr.y (mgr.25387) 4979 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.817902+0000 mgr.y (mgr.25387) 4980 : cluster [DBG] pgmap v3256: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.824081+0000 mon.a (mon.0) 10132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.824665+0000 mgr.y (mgr.25387) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.912348+0000 mon.a (mon.0) 10133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.916271+0000 mon.a (mon.0) 10134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.917777+0000 mon.a (mon.0) 10135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.921069+0000 mon.a (mon.0) 10136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.922019+0000 mon.a (mon.0) 10137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.923878+0000 mgr.y (mgr.25387) 4982 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:05.924474+0000 mgr.y (mgr.25387) 4983 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:05.929165+0000 mon.a (mon.0) 10138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:05.929953+0000 mgr.y (mgr.25387) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.003982+0000 mon.a (mon.0) 10139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.006080+0000 mon.a (mon.0) 10140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.007033+0000 mon.a (mon.0) 10141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.009570+0000 mon.a (mon.0) 10142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.010355+0000 mon.a (mon.0) 10143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.012048+0000 mgr.y (mgr.25387) 4985 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.012671+0000 mgr.y (mgr.25387) 4986 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.017175+0000 mon.a (mon.0) 10144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.017682+0000 mgr.y (mgr.25387) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.075560+0000 mon.a (mon.0) 10145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.077765+0000 mon.a (mon.0) 10146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.078711+0000 mon.a (mon.0) 10147 : audit [INF] from='client.? 172.21.15.97:0/2687602775' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1314483912"}]': finished 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.082318+0000 mon.a (mon.0) 10148 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.083055+0000 mon.a (mon.0) 10149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.087347+0000 mon.a (mon.0) 10150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.557506+0000 mgr.y (mgr.25387) 4969 : cluster [DBG] pgmap v3248: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 16 op/s 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.559105+0000 mon.a (mon.0) 10112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.560459+0000 mgr.y (mgr.25387) 4970 : cluster [DBG] pgmap v3249: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 24 op/s 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.560689+0000 mgr.y (mgr.25387) 4971 : cluster [DBG] pgmap v3250: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 24 op/s 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.562470+0000 mon.a (mon.0) 10113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.567028+0000 mon.a (mon.0) 10114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.567653+0000 mgr.y (mgr.25387) 4972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.633448+0000 mon.a (mon.0) 10115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.636377+0000 mon.a (mon.0) 10116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.637523+0000 mon.a (mon.0) 10117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.640197+0000 mon.a (mon.0) 10118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.641086+0000 mon.a (mon.0) 10119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.642735+0000 mgr.y (mgr.25387) 4973 : cluster [DBG] pgmap v3251: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.642924+0000 mgr.y (mgr.25387) 4974 : cluster [DBG] pgmap v3252: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.648848+0000 mon.a (mon.0) 10120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.649369+0000 mgr.y (mgr.25387) 4975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.721607+0000 mon.a (mon.0) 10121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.724339+0000 mon.a (mon.0) 10122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.725981+0000 mon.a (mon.0) 10123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.088072+0000 mon.a (mon.0) 10151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.089547+0000 mgr.y (mgr.25387) 4988 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.089808+0000 mgr.y (mgr.25387) 4989 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.095593+0000 mon.a (mon.0) 10152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.096460+0000 mgr.y (mgr.25387) 4990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.137073+0000 mon.a (mon.0) 10153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.139004+0000 mon.a (mon.0) 10154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.139961+0000 mon.a (mon.0) 10155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.142018+0000 mon.a (mon.0) 10156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.142755+0000 mon.a (mon.0) 10157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.143990+0000 mgr.y (mgr.25387) 4991 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.144230+0000 mgr.y (mgr.25387) 4992 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.149217+0000 mon.a (mon.0) 10158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.150501+0000 mgr.y (mgr.25387) 4993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.210873+0000 mon.a (mon.0) 10159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.213294+0000 mon.a (mon.0) 10160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.214512+0000 mon.a (mon.0) 10161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.216796+0000 mon.a (mon.0) 10162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.218161+0000 mon.a (mon.0) 10163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.728497+0000 mon.a (mon.0) 10124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.729199+0000 mon.a (mon.0) 10125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.730500+0000 mgr.y (mgr.25387) 4976 : cluster [DBG] pgmap v3253: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.730735+0000 mgr.y (mgr.25387) 4977 : cluster [DBG] pgmap v3254: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.735716+0000 mon.a (mon.0) 10126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.736273+0000 mgr.y (mgr.25387) 4978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.809437+0000 mon.a (mon.0) 10127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.811528+0000 mon.a (mon.0) 10128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.812928+0000 mon.a (mon.0) 10129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.815408+0000 mon.a (mon.0) 10130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.816117+0000 mon.a (mon.0) 10131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.817702+0000 mgr.y (mgr.25387) 4979 : cluster [DBG] pgmap v3255: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.817902+0000 mgr.y (mgr.25387) 4980 : cluster [DBG] pgmap v3256: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.824081+0000 mon.a (mon.0) 10132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.824665+0000 mgr.y (mgr.25387) 4981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.912348+0000 mon.a (mon.0) 10133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.916271+0000 mon.a (mon.0) 10134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.917777+0000 mon.a (mon.0) 10135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.921069+0000 mon.a (mon.0) 10136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.225178+0000 mon.a (mon.0) 10164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.268165+0000 mon.a (mon.0) 10165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.270276+0000 mon.a (mon.0) 10166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.271269+0000 mon.a (mon.0) 10167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.273284+0000 mon.a (mon.0) 10168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.273947+0000 mon.a (mon.0) 10169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.279740+0000 mon.a (mon.0) 10170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.324966+0000 mon.a (mon.0) 10171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.327117+0000 mon.a (mon.0) 10172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.327962+0000 mon.a (mon.0) 10173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.330153+0000 mon.a (mon.0) 10174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.330878+0000 mon.a (mon.0) 10175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[73934]: audit 2024-03-30T04:50:06.336719+0000 mon.a (mon.0) 10176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.922019+0000 mon.a (mon.0) 10137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.923878+0000 mgr.y (mgr.25387) 4982 : cluster [DBG] pgmap v3257: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:05.924474+0000 mgr.y (mgr.25387) 4983 : cluster [DBG] pgmap v3258: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:05.929165+0000 mon.a (mon.0) 10138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:05.929953+0000 mgr.y (mgr.25387) 4984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.003982+0000 mon.a (mon.0) 10139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.006080+0000 mon.a (mon.0) 10140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.007033+0000 mon.a (mon.0) 10141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.009570+0000 mon.a (mon.0) 10142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.010355+0000 mon.a (mon.0) 10143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.012048+0000 mgr.y (mgr.25387) 4985 : cluster [DBG] pgmap v3259: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.012671+0000 mgr.y (mgr.25387) 4986 : cluster [DBG] pgmap v3260: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.017175+0000 mon.a (mon.0) 10144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.017682+0000 mgr.y (mgr.25387) 4987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.075560+0000 mon.a (mon.0) 10145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.077765+0000 mon.a (mon.0) 10146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.078711+0000 mon.a (mon.0) 10147 : audit [INF] from='client.? 172.21.15.97:0/2687602775' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1314483912"}]': finished 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.082318+0000 mon.a (mon.0) 10148 : cluster [DBG] osdmap e147: 8 total, 8 up, 8 in 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.083055+0000 mon.a (mon.0) 10149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.087347+0000 mon.a (mon.0) 10150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.088072+0000 mon.a (mon.0) 10151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.089547+0000 mgr.y (mgr.25387) 4988 : cluster [DBG] pgmap v3262: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.089808+0000 mgr.y (mgr.25387) 4989 : cluster [DBG] pgmap v3263: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.095593+0000 mon.a (mon.0) 10152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.096460+0000 mgr.y (mgr.25387) 4990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.137073+0000 mon.a (mon.0) 10153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.139004+0000 mon.a (mon.0) 10154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.139961+0000 mon.a (mon.0) 10155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.142018+0000 mon.a (mon.0) 10156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.142755+0000 mon.a (mon.0) 10157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.143990+0000 mgr.y (mgr.25387) 4991 : cluster [DBG] pgmap v3264: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.144230+0000 mgr.y (mgr.25387) 4992 : cluster [DBG] pgmap v3265: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.149217+0000 mon.a (mon.0) 10158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.150501+0000 mgr.y (mgr.25387) 4993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:06.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.210873+0000 mon.a (mon.0) 10159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.213294+0000 mon.a (mon.0) 10160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.214512+0000 mon.a (mon.0) 10161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.216796+0000 mon.a (mon.0) 10162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.218161+0000 mon.a (mon.0) 10163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.225178+0000 mon.a (mon.0) 10164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.268165+0000 mon.a (mon.0) 10165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.270276+0000 mon.a (mon.0) 10166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.271269+0000 mon.a (mon.0) 10167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.273284+0000 mon.a (mon.0) 10168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.273947+0000 mon.a (mon.0) 10169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.279740+0000 mon.a (mon.0) 10170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.324966+0000 mon.a (mon.0) 10171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.327117+0000 mon.a (mon.0) 10172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.327962+0000 mon.a (mon.0) 10173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:06.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.330153+0000 mon.a (mon.0) 10174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:06.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.330878+0000 mon.a (mon.0) 10175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:06.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:06 smithi097 bash[69502]: audit 2024-03-30T04:50:06.336719+0000 mon.a (mon.0) 10176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.219578+0000 mgr.y (mgr.25387) 4994 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.219883+0000 mgr.y (mgr.25387) 4995 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.226499+0000 mgr.y (mgr.25387) 4996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.275267+0000 mgr.y (mgr.25387) 4997 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.275483+0000 mgr.y (mgr.25387) 4998 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.280246+0000 mgr.y (mgr.25387) 4999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.332221+0000 mgr.y (mgr.25387) 5000 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.332448+0000 mgr.y (mgr.25387) 5001 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.337158+0000 mgr.y (mgr.25387) 5002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.383006+0000 mon.a (mon.0) 10177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.385480+0000 mon.a (mon.0) 10178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.386663+0000 mon.a (mon.0) 10179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.389256+0000 mon.a (mon.0) 10180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.389894+0000 mon.a (mon.0) 10181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.391157+0000 mgr.y (mgr.25387) 5003 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.391381+0000 mgr.y (mgr.25387) 5004 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.395635+0000 mon.a (mon.0) 10182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.396202+0000 mgr.y (mgr.25387) 5005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.455929+0000 mon.a (mon.0) 10183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.457798+0000 mon.a (mon.0) 10184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.458791+0000 mon.a (mon.0) 10185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.461077+0000 mon.a (mon.0) 10186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.461755+0000 mon.a (mon.0) 10187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.463042+0000 mgr.y (mgr.25387) 5006 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.463305+0000 mgr.y (mgr.25387) 5007 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.467620+0000 mon.a (mon.0) 10188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.468075+0000 mgr.y (mgr.25387) 5008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.469484+0000 mon.c (mon.1) 16 : audit [INF] from='client.? 172.21.15.97:0/3467263342' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.469858+0000 mon.a (mon.0) 10189 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.508799+0000 mon.a (mon.0) 10190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.510941+0000 mon.a (mon.0) 10191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.512427+0000 mon.a (mon.0) 10192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.514835+0000 mon.a (mon.0) 10193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.515656+0000 mon.a (mon.0) 10194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.517037+0000 mgr.y (mgr.25387) 5009 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.517221+0000 mgr.y (mgr.25387) 5010 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.521808+0000 mon.a (mon.0) 10195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.522335+0000 mgr.y (mgr.25387) 5011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.219578+0000 mgr.y (mgr.25387) 4994 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.219883+0000 mgr.y (mgr.25387) 4995 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.226499+0000 mgr.y (mgr.25387) 4996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.275267+0000 mgr.y (mgr.25387) 4997 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.275483+0000 mgr.y (mgr.25387) 4998 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.280246+0000 mgr.y (mgr.25387) 4999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.332221+0000 mgr.y (mgr.25387) 5000 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.332448+0000 mgr.y (mgr.25387) 5001 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.337158+0000 mgr.y (mgr.25387) 5002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.383006+0000 mon.a (mon.0) 10177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.385480+0000 mon.a (mon.0) 10178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.386663+0000 mon.a (mon.0) 10179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.389256+0000 mon.a (mon.0) 10180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.389894+0000 mon.a (mon.0) 10181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.391157+0000 mgr.y (mgr.25387) 5003 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.391381+0000 mgr.y (mgr.25387) 5004 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.395635+0000 mon.a (mon.0) 10182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.396202+0000 mgr.y (mgr.25387) 5005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.455929+0000 mon.a (mon.0) 10183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.562671+0000 mon.a (mon.0) 10196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.564449+0000 mon.a (mon.0) 10197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.565246+0000 mon.a (mon.0) 10198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.566999+0000 mon.a (mon.0) 10199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.567616+0000 mon.a (mon.0) 10200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.568825+0000 mgr.y (mgr.25387) 5012 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.569074+0000 mgr.y (mgr.25387) 5013 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.573335+0000 mon.a (mon.0) 10201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.573781+0000 mgr.y (mgr.25387) 5014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.614256+0000 mon.a (mon.0) 10202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.616203+0000 mon.a (mon.0) 10203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.617100+0000 mon.a (mon.0) 10204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.619053+0000 mon.a (mon.0) 10205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.619719+0000 mon.a (mon.0) 10206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.620936+0000 mgr.y (mgr.25387) 5015 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.621174+0000 mgr.y (mgr.25387) 5016 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.625614+0000 mon.a (mon.0) 10207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.626227+0000 mgr.y (mgr.25387) 5017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.671655+0000 mon.a (mon.0) 10208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.457798+0000 mon.a (mon.0) 10184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.458791+0000 mon.a (mon.0) 10185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.461077+0000 mon.a (mon.0) 10186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.461755+0000 mon.a (mon.0) 10187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.463042+0000 mgr.y (mgr.25387) 5006 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.463305+0000 mgr.y (mgr.25387) 5007 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.467620+0000 mon.a (mon.0) 10188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.468075+0000 mgr.y (mgr.25387) 5008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.469484+0000 mon.c (mon.1) 16 : audit [INF] from='client.? 172.21.15.97:0/3467263342' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.469858+0000 mon.a (mon.0) 10189 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.508799+0000 mon.a (mon.0) 10190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.510941+0000 mon.a (mon.0) 10191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.512427+0000 mon.a (mon.0) 10192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.514835+0000 mon.a (mon.0) 10193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.515656+0000 mon.a (mon.0) 10194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.517037+0000 mgr.y (mgr.25387) 5009 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.517221+0000 mgr.y (mgr.25387) 5010 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.521808+0000 mon.a (mon.0) 10195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.522335+0000 mgr.y (mgr.25387) 5011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.673637+0000 mon.a (mon.0) 10209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.674544+0000 mon.a (mon.0) 10210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.676528+0000 mon.a (mon.0) 10211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.677185+0000 mon.a (mon.0) 10212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.678423+0000 mgr.y (mgr.25387) 5018 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.678659+0000 mgr.y (mgr.25387) 5019 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.683132+0000 mon.a (mon.0) 10213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.683589+0000 mgr.y (mgr.25387) 5020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.725027+0000 mon.a (mon.0) 10214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.727295+0000 mon.a (mon.0) 10215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.728112+0000 mon.a (mon.0) 10216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.729998+0000 mon.a (mon.0) 10217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.730597+0000 mon.a (mon.0) 10218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.732207+0000 mgr.y (mgr.25387) 5021 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.736890+0000 mon.a (mon.0) 10219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.737424+0000 mgr.y (mgr.25387) 5022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.782621+0000 mon.a (mon.0) 10220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.784443+0000 mon.a (mon.0) 10221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.785343+0000 mon.a (mon.0) 10222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.787434+0000 mon.a (mon.0) 10223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.562671+0000 mon.a (mon.0) 10196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.564449+0000 mon.a (mon.0) 10197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.565246+0000 mon.a (mon.0) 10198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.566999+0000 mon.a (mon.0) 10199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.567616+0000 mon.a (mon.0) 10200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.568825+0000 mgr.y (mgr.25387) 5012 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.569074+0000 mgr.y (mgr.25387) 5013 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.573335+0000 mon.a (mon.0) 10201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.573781+0000 mgr.y (mgr.25387) 5014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.614256+0000 mon.a (mon.0) 10202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.616203+0000 mon.a (mon.0) 10203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.617100+0000 mon.a (mon.0) 10204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.619053+0000 mon.a (mon.0) 10205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.619719+0000 mon.a (mon.0) 10206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.620936+0000 mgr.y (mgr.25387) 5015 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.621174+0000 mgr.y (mgr.25387) 5016 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.625614+0000 mon.a (mon.0) 10207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.626227+0000 mgr.y (mgr.25387) 5017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.671655+0000 mon.a (mon.0) 10208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.788066+0000 mon.a (mon.0) 10224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.789274+0000 mgr.y (mgr.25387) 5023 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.789509+0000 mgr.y (mgr.25387) 5024 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.796290+0000 mon.a (mon.0) 10225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.796766+0000 mgr.y (mgr.25387) 5025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.837318+0000 mon.a (mon.0) 10226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.839109+0000 mon.a (mon.0) 10227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.839870+0000 mon.a (mon.0) 10228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.841831+0000 mon.a (mon.0) 10229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.842391+0000 mon.a (mon.0) 10230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.843706+0000 mgr.y (mgr.25387) 5026 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.844051+0000 mgr.y (mgr.25387) 5027 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.850525+0000 mon.a (mon.0) 10231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.851140+0000 mgr.y (mgr.25387) 5028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.930137+0000 mon.a (mon.0) 10232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.933067+0000 mon.a (mon.0) 10233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.935086+0000 mon.a (mon.0) 10234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.937984+0000 mon.a (mon.0) 10235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.938826+0000 mon.a (mon.0) 10236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.673637+0000 mon.a (mon.0) 10209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.674544+0000 mon.a (mon.0) 10210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.676528+0000 mon.a (mon.0) 10211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.677185+0000 mon.a (mon.0) 10212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.678423+0000 mgr.y (mgr.25387) 5018 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.678659+0000 mgr.y (mgr.25387) 5019 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.683132+0000 mon.a (mon.0) 10213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.683589+0000 mgr.y (mgr.25387) 5020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.725027+0000 mon.a (mon.0) 10214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.727295+0000 mon.a (mon.0) 10215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.728112+0000 mon.a (mon.0) 10216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.729998+0000 mon.a (mon.0) 10217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.730597+0000 mon.a (mon.0) 10218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.732207+0000 mgr.y (mgr.25387) 5021 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.736890+0000 mon.a (mon.0) 10219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.737424+0000 mgr.y (mgr.25387) 5022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.782621+0000 mon.a (mon.0) 10220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.784443+0000 mon.a (mon.0) 10221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.785343+0000 mon.a (mon.0) 10222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.787434+0000 mon.a (mon.0) 10223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.940535+0000 mgr.y (mgr.25387) 5029 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:06.940769+0000 mgr.y (mgr.25387) 5030 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:06.948492+0000 mon.a (mon.0) 10237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:06.948992+0000 mgr.y (mgr.25387) 5031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.036405+0000 mon.a (mon.0) 10238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.040634+0000 mon.a (mon.0) 10239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.042385+0000 mon.a (mon.0) 10240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.045701+0000 mon.a (mon.0) 10241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.046896+0000 mon.a (mon.0) 10242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.049091+0000 mgr.y (mgr.25387) 5032 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.049278+0000 mgr.y (mgr.25387) 5033 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.060671+0000 mon.a (mon.0) 10243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.061236+0000 mgr.y (mgr.25387) 5034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.136082+0000 mon.a (mon.0) 10244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.138435+0000 mon.a (mon.0) 10245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.139555+0000 mon.a (mon.0) 10246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.142590+0000 mon.a (mon.0) 10247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.143642+0000 mon.a (mon.0) 10248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.145644+0000 mgr.y (mgr.25387) 5035 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.145822+0000 mgr.y (mgr.25387) 5036 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.152558+0000 mon.a (mon.0) 10249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.153520+0000 mgr.y (mgr.25387) 5037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.227234+0000 mon.a (mon.0) 10250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.228988+0000 mon.a (mon.0) 10251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.229763+0000 mon.a (mon.0) 10252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.231897+0000 mon.a (mon.0) 10253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.232498+0000 mon.a (mon.0) 10254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.237995+0000 mon.a (mon.0) 10255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.311243+0000 mon.a (mon.0) 10256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.313324+0000 mon.a (mon.0) 10257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.314460+0000 mon.a (mon.0) 10258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.316663+0000 mon.a (mon.0) 10259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.317452+0000 mon.a (mon.0) 10260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[69502]: audit 2024-03-30T04:50:07.323769+0000 mon.a (mon.0) 10261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.788066+0000 mon.a (mon.0) 10224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.789274+0000 mgr.y (mgr.25387) 5023 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.789509+0000 mgr.y (mgr.25387) 5024 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.796290+0000 mon.a (mon.0) 10225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.796766+0000 mgr.y (mgr.25387) 5025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.837318+0000 mon.a (mon.0) 10226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.839109+0000 mon.a (mon.0) 10227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.839870+0000 mon.a (mon.0) 10228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.841831+0000 mon.a (mon.0) 10229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.842391+0000 mon.a (mon.0) 10230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.843706+0000 mgr.y (mgr.25387) 5026 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.844051+0000 mgr.y (mgr.25387) 5027 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.850525+0000 mon.a (mon.0) 10231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.851140+0000 mgr.y (mgr.25387) 5028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.930137+0000 mon.a (mon.0) 10232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.933067+0000 mon.a (mon.0) 10233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.935086+0000 mon.a (mon.0) 10234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.937984+0000 mon.a (mon.0) 10235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.938826+0000 mon.a (mon.0) 10236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.940535+0000 mgr.y (mgr.25387) 5029 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:06.940769+0000 mgr.y (mgr.25387) 5030 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:06.948492+0000 mon.a (mon.0) 10237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:06.948992+0000 mgr.y (mgr.25387) 5031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.036405+0000 mon.a (mon.0) 10238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.040634+0000 mon.a (mon.0) 10239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.042385+0000 mon.a (mon.0) 10240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.045701+0000 mon.a (mon.0) 10241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.046896+0000 mon.a (mon.0) 10242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.049091+0000 mgr.y (mgr.25387) 5032 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.049278+0000 mgr.y (mgr.25387) 5033 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.060671+0000 mon.a (mon.0) 10243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.061236+0000 mgr.y (mgr.25387) 5034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.136082+0000 mon.a (mon.0) 10244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.138435+0000 mon.a (mon.0) 10245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.139555+0000 mon.a (mon.0) 10246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.142590+0000 mon.a (mon.0) 10247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.143642+0000 mon.a (mon.0) 10248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.145644+0000 mgr.y (mgr.25387) 5035 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.145822+0000 mgr.y (mgr.25387) 5036 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.152558+0000 mon.a (mon.0) 10249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.153520+0000 mgr.y (mgr.25387) 5037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.227234+0000 mon.a (mon.0) 10250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.228988+0000 mon.a (mon.0) 10251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.229763+0000 mon.a (mon.0) 10252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.231897+0000 mon.a (mon.0) 10253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.232498+0000 mon.a (mon.0) 10254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.237995+0000 mon.a (mon.0) 10255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.311243+0000 mon.a (mon.0) 10256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.313324+0000 mon.a (mon.0) 10257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.314460+0000 mon.a (mon.0) 10258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.316663+0000 mon.a (mon.0) 10259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.317452+0000 mon.a (mon.0) 10260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:07 smithi097 bash[73934]: audit 2024-03-30T04:50:07.323769+0000 mon.a (mon.0) 10261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.219578+0000 mgr.y (mgr.25387) 4994 : cluster [DBG] pgmap v3266: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.219883+0000 mgr.y (mgr.25387) 4995 : cluster [DBG] pgmap v3267: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.226499+0000 mgr.y (mgr.25387) 4996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.275267+0000 mgr.y (mgr.25387) 4997 : cluster [DBG] pgmap v3268: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.275483+0000 mgr.y (mgr.25387) 4998 : cluster [DBG] pgmap v3269: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.280246+0000 mgr.y (mgr.25387) 4999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.332221+0000 mgr.y (mgr.25387) 5000 : cluster [DBG] pgmap v3270: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.332448+0000 mgr.y (mgr.25387) 5001 : cluster [DBG] pgmap v3271: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.337158+0000 mgr.y (mgr.25387) 5002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.383006+0000 mon.a (mon.0) 10177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.385480+0000 mon.a (mon.0) 10178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.386663+0000 mon.a (mon.0) 10179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.389256+0000 mon.a (mon.0) 10180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.389894+0000 mon.a (mon.0) 10181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.391157+0000 mgr.y (mgr.25387) 5003 : cluster [DBG] pgmap v3272: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.391381+0000 mgr.y (mgr.25387) 5004 : cluster [DBG] pgmap v3273: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.395635+0000 mon.a (mon.0) 10182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.396202+0000 mgr.y (mgr.25387) 5005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.455929+0000 mon.a (mon.0) 10183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.457798+0000 mon.a (mon.0) 10184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.458791+0000 mon.a (mon.0) 10185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.461077+0000 mon.a (mon.0) 10186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.461755+0000 mon.a (mon.0) 10187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.463042+0000 mgr.y (mgr.25387) 5006 : cluster [DBG] pgmap v3274: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.463305+0000 mgr.y (mgr.25387) 5007 : cluster [DBG] pgmap v3275: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.467620+0000 mon.a (mon.0) 10188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.468075+0000 mgr.y (mgr.25387) 5008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.469484+0000 mon.c (mon.1) 16 : audit [INF] from='client.? 172.21.15.97:0/3467263342' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.469858+0000 mon.a (mon.0) 10189 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.508799+0000 mon.a (mon.0) 10190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.510941+0000 mon.a (mon.0) 10191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.512427+0000 mon.a (mon.0) 10192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.514835+0000 mon.a (mon.0) 10193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.515656+0000 mon.a (mon.0) 10194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.517037+0000 mgr.y (mgr.25387) 5009 : cluster [DBG] pgmap v3276: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.517221+0000 mgr.y (mgr.25387) 5010 : cluster [DBG] pgmap v3277: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.521808+0000 mon.a (mon.0) 10195 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.522335+0000 mgr.y (mgr.25387) 5011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.562671+0000 mon.a (mon.0) 10196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.564449+0000 mon.a (mon.0) 10197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.565246+0000 mon.a (mon.0) 10198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.566999+0000 mon.a (mon.0) 10199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.567616+0000 mon.a (mon.0) 10200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.568825+0000 mgr.y (mgr.25387) 5012 : cluster [DBG] pgmap v3278: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.569074+0000 mgr.y (mgr.25387) 5013 : cluster [DBG] pgmap v3279: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.573335+0000 mon.a (mon.0) 10201 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.573781+0000 mgr.y (mgr.25387) 5014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.614256+0000 mon.a (mon.0) 10202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.616203+0000 mon.a (mon.0) 10203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.617100+0000 mon.a (mon.0) 10204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.619053+0000 mon.a (mon.0) 10205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.619719+0000 mon.a (mon.0) 10206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.620936+0000 mgr.y (mgr.25387) 5015 : cluster [DBG] pgmap v3280: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.621174+0000 mgr.y (mgr.25387) 5016 : cluster [DBG] pgmap v3281: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.625614+0000 mon.a (mon.0) 10207 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.626227+0000 mgr.y (mgr.25387) 5017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.671655+0000 mon.a (mon.0) 10208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.673637+0000 mon.a (mon.0) 10209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.674544+0000 mon.a (mon.0) 10210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.676528+0000 mon.a (mon.0) 10211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.677185+0000 mon.a (mon.0) 10212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.678423+0000 mgr.y (mgr.25387) 5018 : cluster [DBG] pgmap v3282: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.678659+0000 mgr.y (mgr.25387) 5019 : cluster [DBG] pgmap v3283: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.683132+0000 mon.a (mon.0) 10213 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.683589+0000 mgr.y (mgr.25387) 5020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.725027+0000 mon.a (mon.0) 10214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.727295+0000 mon.a (mon.0) 10215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.728112+0000 mon.a (mon.0) 10216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.729998+0000 mon.a (mon.0) 10217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.730597+0000 mon.a (mon.0) 10218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.732207+0000 mgr.y (mgr.25387) 5021 : cluster [DBG] pgmap v3284: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.736890+0000 mon.a (mon.0) 10219 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.737424+0000 mgr.y (mgr.25387) 5022 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.782621+0000 mon.a (mon.0) 10220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.784443+0000 mon.a (mon.0) 10221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.785343+0000 mon.a (mon.0) 10222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.787434+0000 mon.a (mon.0) 10223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.788066+0000 mon.a (mon.0) 10224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.789274+0000 mgr.y (mgr.25387) 5023 : cluster [DBG] pgmap v3285: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.789509+0000 mgr.y (mgr.25387) 5024 : cluster [DBG] pgmap v3286: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.796290+0000 mon.a (mon.0) 10225 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.796766+0000 mgr.y (mgr.25387) 5025 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.837318+0000 mon.a (mon.0) 10226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.839109+0000 mon.a (mon.0) 10227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.839870+0000 mon.a (mon.0) 10228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.841831+0000 mon.a (mon.0) 10229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.842391+0000 mon.a (mon.0) 10230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.843706+0000 mgr.y (mgr.25387) 5026 : cluster [DBG] pgmap v3287: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.844051+0000 mgr.y (mgr.25387) 5027 : cluster [DBG] pgmap v3288: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.850525+0000 mon.a (mon.0) 10231 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.851140+0000 mgr.y (mgr.25387) 5028 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.930137+0000 mon.a (mon.0) 10232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.933067+0000 mon.a (mon.0) 10233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.935086+0000 mon.a (mon.0) 10234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.937984+0000 mon.a (mon.0) 10235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.938826+0000 mon.a (mon.0) 10236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.940535+0000 mgr.y (mgr.25387) 5029 : cluster [DBG] pgmap v3289: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:06.940769+0000 mgr.y (mgr.25387) 5030 : cluster [DBG] pgmap v3290: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:06.948492+0000 mon.a (mon.0) 10237 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:06.948992+0000 mgr.y (mgr.25387) 5031 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.036405+0000 mon.a (mon.0) 10238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.040634+0000 mon.a (mon.0) 10239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.042385+0000 mon.a (mon.0) 10240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.045701+0000 mon.a (mon.0) 10241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.046896+0000 mon.a (mon.0) 10242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.049091+0000 mgr.y (mgr.25387) 5032 : cluster [DBG] pgmap v3291: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.049278+0000 mgr.y (mgr.25387) 5033 : cluster [DBG] pgmap v3292: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.060671+0000 mon.a (mon.0) 10243 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.061236+0000 mgr.y (mgr.25387) 5034 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.136082+0000 mon.a (mon.0) 10244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.138435+0000 mon.a (mon.0) 10245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.139555+0000 mon.a (mon.0) 10246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.142590+0000 mon.a (mon.0) 10247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.143642+0000 mon.a (mon.0) 10248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.145644+0000 mgr.y (mgr.25387) 5035 : cluster [DBG] pgmap v3293: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.145822+0000 mgr.y (mgr.25387) 5036 : cluster [DBG] pgmap v3294: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.152558+0000 mon.a (mon.0) 10249 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.153520+0000 mgr.y (mgr.25387) 5037 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.227234+0000 mon.a (mon.0) 10250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.228988+0000 mon.a (mon.0) 10251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.229763+0000 mon.a (mon.0) 10252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.231897+0000 mon.a (mon.0) 10253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.232498+0000 mon.a (mon.0) 10254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.237995+0000 mon.a (mon.0) 10255 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.311243+0000 mon.a (mon.0) 10256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.313324+0000 mon.a (mon.0) 10257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.314460+0000 mon.a (mon.0) 10258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.316663+0000 mon.a (mon.0) 10259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.317452+0000 mon.a (mon.0) 10260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:07 smithi105 bash[58125]: audit 2024-03-30T04:50:07.323769+0000 mon.a (mon.0) 10261 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.233694+0000 mgr.y (mgr.25387) 5038 : cluster [DBG] pgmap v3295: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.233900+0000 mgr.y (mgr.25387) 5039 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.238374+0000 mgr.y (mgr.25387) 5040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.319073+0000 mgr.y (mgr.25387) 5041 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.319598+0000 mgr.y (mgr.25387) 5042 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.324219+0000 mgr.y (mgr.25387) 5043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.397682+0000 mon.a (mon.0) 10262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.400281+0000 mon.a (mon.0) 10263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.401309+0000 mon.a (mon.0) 10264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.403771+0000 mon.a (mon.0) 10265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.404736+0000 mon.a (mon.0) 10266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.406091+0000 mgr.y (mgr.25387) 5044 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.406320+0000 mgr.y (mgr.25387) 5045 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.410325+0000 mon.a (mon.0) 10267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.410689+0000 mgr.y (mgr.25387) 5046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.467268+0000 mon.a (mon.0) 10268 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]': finished 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.473155+0000 mon.a (mon.0) 10269 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.474698+0000 mon.a (mon.0) 10270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.476748+0000 mon.a (mon.0) 10271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.477626+0000 mon.a (mon.0) 10272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.479747+0000 mon.a (mon.0) 10273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.480468+0000 mon.a (mon.0) 10274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.481863+0000 mgr.y (mgr.25387) 5047 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.482096+0000 mgr.y (mgr.25387) 5048 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.489275+0000 mon.a (mon.0) 10275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.489948+0000 mgr.y (mgr.25387) 5049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.552762+0000 mon.a (mon.0) 10276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.555341+0000 mon.a (mon.0) 10277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.556432+0000 mon.a (mon.0) 10278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.558846+0000 mon.a (mon.0) 10279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.559567+0000 mon.a (mon.0) 10280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.560816+0000 mgr.y (mgr.25387) 5050 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.561024+0000 mgr.y (mgr.25387) 5051 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.567351+0000 mon.a (mon.0) 10281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.567946+0000 mgr.y (mgr.25387) 5052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.626589+0000 mon.a (mon.0) 10282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.629429+0000 mon.a (mon.0) 10283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.630401+0000 mon.a (mon.0) 10284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.633682+0000 mon.a (mon.0) 10285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.634390+0000 mon.a (mon.0) 10286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.635620+0000 mgr.y (mgr.25387) 5053 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.635838+0000 mgr.y (mgr.25387) 5054 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.642855+0000 mon.a (mon.0) 10287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.643382+0000 mgr.y (mgr.25387) 5055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.683781+0000 mon.a (mon.0) 10288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.685828+0000 mon.a (mon.0) 10289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.686789+0000 mon.a (mon.0) 10290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.688844+0000 mon.a (mon.0) 10291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.689511+0000 mon.a (mon.0) 10292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.690763+0000 mgr.y (mgr.25387) 5056 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.690992+0000 mgr.y (mgr.25387) 5057 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.696116+0000 mon.a (mon.0) 10293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.696616+0000 mgr.y (mgr.25387) 5058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.742916+0000 mon.a (mon.0) 10294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.745549+0000 mon.a (mon.0) 10295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.746579+0000 mon.a (mon.0) 10296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.748933+0000 mon.a (mon.0) 10297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.749627+0000 mon.a (mon.0) 10298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.750930+0000 mgr.y (mgr.25387) 5059 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.751145+0000 mgr.y (mgr.25387) 5060 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.757182+0000 mon.a (mon.0) 10299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.757656+0000 mgr.y (mgr.25387) 5061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.803778+0000 mon.a (mon.0) 10300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.806085+0000 mon.a (mon.0) 10301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.807145+0000 mon.a (mon.0) 10302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.808993+0000 mon.a (mon.0) 10303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.809669+0000 mon.a (mon.0) 10304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.810842+0000 mgr.y (mgr.25387) 5062 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.811080+0000 mgr.y (mgr.25387) 5063 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.817168+0000 mon.a (mon.0) 10305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.817609+0000 mgr.y (mgr.25387) 5064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.857802+0000 mon.a (mon.0) 10306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.859677+0000 mon.a (mon.0) 10307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.860473+0000 mon.a (mon.0) 10308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.862283+0000 mon.a (mon.0) 10309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.862944+0000 mon.a (mon.0) 10310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.864176+0000 mgr.y (mgr.25387) 5065 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.864396+0000 mgr.y (mgr.25387) 5066 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.868638+0000 mon.a (mon.0) 10311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.869063+0000 mgr.y (mgr.25387) 5067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.892703+0000 mon.a (mon.0) 10312 : audit [INF] from='client.? 172.21.15.97:0/1155596764' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2953286915"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.909266+0000 mon.a (mon.0) 10313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.910964+0000 mon.a (mon.0) 10314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.911651+0000 mon.a (mon.0) 10315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.913398+0000 mon.a (mon.0) 10316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.913886+0000 mon.a (mon.0) 10317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.914956+0000 mgr.y (mgr.25387) 5068 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.915179+0000 mgr.y (mgr.25387) 5069 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.920226+0000 mon.a (mon.0) 10318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.920688+0000 mgr.y (mgr.25387) 5070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.960486+0000 mon.a (mon.0) 10319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.962248+0000 mon.a (mon.0) 10320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.962989+0000 mon.a (mon.0) 10321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.964758+0000 mon.a (mon.0) 10322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.965341+0000 mon.a (mon.0) 10323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.966470+0000 mgr.y (mgr.25387) 5071 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:07.966691+0000 mgr.y (mgr.25387) 5072 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:07.971826+0000 mon.a (mon.0) 10324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:07.972247+0000 mgr.y (mgr.25387) 5073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.014030+0000 mon.a (mon.0) 10325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.015788+0000 mon.a (mon.0) 10326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.016626+0000 mon.a (mon.0) 10327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.018532+0000 mon.a (mon.0) 10328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.019155+0000 mon.a (mon.0) 10329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.020330+0000 mgr.y (mgr.25387) 5074 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.020511+0000 mgr.y (mgr.25387) 5075 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.025664+0000 mon.a (mon.0) 10330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.026100+0000 mgr.y (mgr.25387) 5076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.066234+0000 mon.a (mon.0) 10331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.068037+0000 mon.a (mon.0) 10332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.068827+0000 mon.a (mon.0) 10333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.070607+0000 mon.a (mon.0) 10334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.071163+0000 mon.a (mon.0) 10335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.072276+0000 mgr.y (mgr.25387) 5077 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.072453+0000 mgr.y (mgr.25387) 5078 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.077726+0000 mon.a (mon.0) 10336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.078155+0000 mgr.y (mgr.25387) 5079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.118263+0000 mon.a (mon.0) 10337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.120156+0000 mon.a (mon.0) 10338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.120968+0000 mon.a (mon.0) 10339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.122845+0000 mon.a (mon.0) 10340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.123434+0000 mon.a (mon.0) 10341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.124628+0000 mgr.y (mgr.25387) 5080 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.124837+0000 mgr.y (mgr.25387) 5081 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.129047+0000 mon.a (mon.0) 10342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.129510+0000 mgr.y (mgr.25387) 5082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.171152+0000 mon.a (mon.0) 10343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.173037+0000 mon.a (mon.0) 10344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.174180+0000 mon.a (mon.0) 10345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.176450+0000 mon.a (mon.0) 10346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.177115+0000 mon.a (mon.0) 10347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.178352+0000 mgr.y (mgr.25387) 5083 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.178579+0000 mgr.y (mgr.25387) 5084 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.183106+0000 mon.a (mon.0) 10348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.225995+0000 mon.a (mon.0) 10349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.228204+0000 mon.a (mon.0) 10350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.229382+0000 mon.a (mon.0) 10351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.231859+0000 mon.a (mon.0) 10352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.232559+0000 mon.a (mon.0) 10353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.238417+0000 mon.a (mon.0) 10354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.279006+0000 mon.a (mon.0) 10355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.280831+0000 mon.a (mon.0) 10356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.281753+0000 mon.a (mon.0) 10357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.283589+0000 mon.a (mon.0) 10358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.284218+0000 mon.a (mon.0) 10359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.289880+0000 mon.a (mon.0) 10360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.334452+0000 mon.a (mon.0) 10361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.336925+0000 mon.a (mon.0) 10362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.338073+0000 mon.a (mon.0) 10363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.340651+0000 mon.a (mon.0) 10364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.341408+0000 mon.a (mon.0) 10365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:08 smithi105 bash[58125]: audit 2024-03-30T04:50:08.348185+0000 mon.a (mon.0) 10366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.233694+0000 mgr.y (mgr.25387) 5038 : cluster [DBG] pgmap v3295: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.233900+0000 mgr.y (mgr.25387) 5039 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.238374+0000 mgr.y (mgr.25387) 5040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.875 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.319073+0000 mgr.y (mgr.25387) 5041 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.319598+0000 mgr.y (mgr.25387) 5042 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.324219+0000 mgr.y (mgr.25387) 5043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.397682+0000 mon.a (mon.0) 10262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.400281+0000 mon.a (mon.0) 10263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.401309+0000 mon.a (mon.0) 10264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.403771+0000 mon.a (mon.0) 10265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.404736+0000 mon.a (mon.0) 10266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.406091+0000 mgr.y (mgr.25387) 5044 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.406320+0000 mgr.y (mgr.25387) 5045 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.410325+0000 mon.a (mon.0) 10267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.410689+0000 mgr.y (mgr.25387) 5046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.467268+0000 mon.a (mon.0) 10268 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]': finished 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.473155+0000 mon.a (mon.0) 10269 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.474698+0000 mon.a (mon.0) 10270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.476748+0000 mon.a (mon.0) 10271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.233694+0000 mgr.y (mgr.25387) 5038 : cluster [DBG] pgmap v3295: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.233900+0000 mgr.y (mgr.25387) 5039 : cluster [DBG] pgmap v3296: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.238374+0000 mgr.y (mgr.25387) 5040 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.319073+0000 mgr.y (mgr.25387) 5041 : cluster [DBG] pgmap v3297: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.319598+0000 mgr.y (mgr.25387) 5042 : cluster [DBG] pgmap v3298: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.324219+0000 mgr.y (mgr.25387) 5043 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.397682+0000 mon.a (mon.0) 10262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.400281+0000 mon.a (mon.0) 10263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.401309+0000 mon.a (mon.0) 10264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.403771+0000 mon.a (mon.0) 10265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.404736+0000 mon.a (mon.0) 10266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.406091+0000 mgr.y (mgr.25387) 5044 : cluster [DBG] pgmap v3299: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.406320+0000 mgr.y (mgr.25387) 5045 : cluster [DBG] pgmap v3300: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.410325+0000 mon.a (mon.0) 10267 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.410689+0000 mgr.y (mgr.25387) 5046 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.467268+0000 mon.a (mon.0) 10268 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6801/2953286915"}]': finished 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.473155+0000 mon.a (mon.0) 10269 : cluster [DBG] osdmap e148: 8 total, 8 up, 8 in 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.474698+0000 mon.a (mon.0) 10270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.476748+0000 mon.a (mon.0) 10271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.477626+0000 mon.a (mon.0) 10272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.479747+0000 mon.a (mon.0) 10273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.480468+0000 mon.a (mon.0) 10274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.481863+0000 mgr.y (mgr.25387) 5047 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.482096+0000 mgr.y (mgr.25387) 5048 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.489275+0000 mon.a (mon.0) 10275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.489948+0000 mgr.y (mgr.25387) 5049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.552762+0000 mon.a (mon.0) 10276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.555341+0000 mon.a (mon.0) 10277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.556432+0000 mon.a (mon.0) 10278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.558846+0000 mon.a (mon.0) 10279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.559567+0000 mon.a (mon.0) 10280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.560816+0000 mgr.y (mgr.25387) 5050 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.561024+0000 mgr.y (mgr.25387) 5051 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.567351+0000 mon.a (mon.0) 10281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.567946+0000 mgr.y (mgr.25387) 5052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.626589+0000 mon.a (mon.0) 10282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.629429+0000 mon.a (mon.0) 10283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.630401+0000 mon.a (mon.0) 10284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.633682+0000 mon.a (mon.0) 10285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.634390+0000 mon.a (mon.0) 10286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.635620+0000 mgr.y (mgr.25387) 5053 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.635838+0000 mgr.y (mgr.25387) 5054 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.642855+0000 mon.a (mon.0) 10287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.643382+0000 mgr.y (mgr.25387) 5055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.683781+0000 mon.a (mon.0) 10288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.685828+0000 mon.a (mon.0) 10289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.686789+0000 mon.a (mon.0) 10290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.688844+0000 mon.a (mon.0) 10291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.689511+0000 mon.a (mon.0) 10292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.690763+0000 mgr.y (mgr.25387) 5056 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.690992+0000 mgr.y (mgr.25387) 5057 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.696116+0000 mon.a (mon.0) 10293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.696616+0000 mgr.y (mgr.25387) 5058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.742916+0000 mon.a (mon.0) 10294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.745549+0000 mon.a (mon.0) 10295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.746579+0000 mon.a (mon.0) 10296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.748933+0000 mon.a (mon.0) 10297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.749627+0000 mon.a (mon.0) 10298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.477626+0000 mon.a (mon.0) 10272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.479747+0000 mon.a (mon.0) 10273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.480468+0000 mon.a (mon.0) 10274 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.481863+0000 mgr.y (mgr.25387) 5047 : cluster [DBG] pgmap v3302: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.482096+0000 mgr.y (mgr.25387) 5048 : cluster [DBG] pgmap v3303: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.489275+0000 mon.a (mon.0) 10275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.489948+0000 mgr.y (mgr.25387) 5049 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.552762+0000 mon.a (mon.0) 10276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.555341+0000 mon.a (mon.0) 10277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.556432+0000 mon.a (mon.0) 10278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.558846+0000 mon.a (mon.0) 10279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.559567+0000 mon.a (mon.0) 10280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.560816+0000 mgr.y (mgr.25387) 5050 : cluster [DBG] pgmap v3304: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.561024+0000 mgr.y (mgr.25387) 5051 : cluster [DBG] pgmap v3305: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.567351+0000 mon.a (mon.0) 10281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.567946+0000 mgr.y (mgr.25387) 5052 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.626589+0000 mon.a (mon.0) 10282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.629429+0000 mon.a (mon.0) 10283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.630401+0000 mon.a (mon.0) 10284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.750930+0000 mgr.y (mgr.25387) 5059 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.751145+0000 mgr.y (mgr.25387) 5060 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.757182+0000 mon.a (mon.0) 10299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.757656+0000 mgr.y (mgr.25387) 5061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.803778+0000 mon.a (mon.0) 10300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.806085+0000 mon.a (mon.0) 10301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.807145+0000 mon.a (mon.0) 10302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.808993+0000 mon.a (mon.0) 10303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.809669+0000 mon.a (mon.0) 10304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.810842+0000 mgr.y (mgr.25387) 5062 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.811080+0000 mgr.y (mgr.25387) 5063 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.817168+0000 mon.a (mon.0) 10305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.817609+0000 mgr.y (mgr.25387) 5064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.857802+0000 mon.a (mon.0) 10306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.859677+0000 mon.a (mon.0) 10307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.860473+0000 mon.a (mon.0) 10308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.862283+0000 mon.a (mon.0) 10309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.862944+0000 mon.a (mon.0) 10310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.864176+0000 mgr.y (mgr.25387) 5065 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.864396+0000 mgr.y (mgr.25387) 5066 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.868638+0000 mon.a (mon.0) 10311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.869063+0000 mgr.y (mgr.25387) 5067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.892703+0000 mon.a (mon.0) 10312 : audit [INF] from='client.? 172.21.15.97:0/1155596764' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2953286915"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.909266+0000 mon.a (mon.0) 10313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.910964+0000 mon.a (mon.0) 10314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.911651+0000 mon.a (mon.0) 10315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.913398+0000 mon.a (mon.0) 10316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.913886+0000 mon.a (mon.0) 10317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.914956+0000 mgr.y (mgr.25387) 5068 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.915179+0000 mgr.y (mgr.25387) 5069 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.920226+0000 mon.a (mon.0) 10318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.920688+0000 mgr.y (mgr.25387) 5070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.960486+0000 mon.a (mon.0) 10319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.962248+0000 mon.a (mon.0) 10320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.962989+0000 mon.a (mon.0) 10321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.964758+0000 mon.a (mon.0) 10322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.965341+0000 mon.a (mon.0) 10323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.966470+0000 mgr.y (mgr.25387) 5071 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.633682+0000 mon.a (mon.0) 10285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.634390+0000 mon.a (mon.0) 10286 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.635620+0000 mgr.y (mgr.25387) 5053 : cluster [DBG] pgmap v3306: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.635838+0000 mgr.y (mgr.25387) 5054 : cluster [DBG] pgmap v3307: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.642855+0000 mon.a (mon.0) 10287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.643382+0000 mgr.y (mgr.25387) 5055 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.683781+0000 mon.a (mon.0) 10288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.685828+0000 mon.a (mon.0) 10289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.686789+0000 mon.a (mon.0) 10290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.688844+0000 mon.a (mon.0) 10291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.689511+0000 mon.a (mon.0) 10292 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.690763+0000 mgr.y (mgr.25387) 5056 : cluster [DBG] pgmap v3308: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.690992+0000 mgr.y (mgr.25387) 5057 : cluster [DBG] pgmap v3309: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.696116+0000 mon.a (mon.0) 10293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.696616+0000 mgr.y (mgr.25387) 5058 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.742916+0000 mon.a (mon.0) 10294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.745549+0000 mon.a (mon.0) 10295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.746579+0000 mon.a (mon.0) 10296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.748933+0000 mon.a (mon.0) 10297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.749627+0000 mon.a (mon.0) 10298 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.750930+0000 mgr.y (mgr.25387) 5059 : cluster [DBG] pgmap v3310: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.751145+0000 mgr.y (mgr.25387) 5060 : cluster [DBG] pgmap v3311: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.757182+0000 mon.a (mon.0) 10299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.757656+0000 mgr.y (mgr.25387) 5061 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.803778+0000 mon.a (mon.0) 10300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.806085+0000 mon.a (mon.0) 10301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.807145+0000 mon.a (mon.0) 10302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.808993+0000 mon.a (mon.0) 10303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.809669+0000 mon.a (mon.0) 10304 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.810842+0000 mgr.y (mgr.25387) 5062 : cluster [DBG] pgmap v3312: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.811080+0000 mgr.y (mgr.25387) 5063 : cluster [DBG] pgmap v3313: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.817168+0000 mon.a (mon.0) 10305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.817609+0000 mgr.y (mgr.25387) 5064 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.857802+0000 mon.a (mon.0) 10306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.859677+0000 mon.a (mon.0) 10307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.860473+0000 mon.a (mon.0) 10308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.862283+0000 mon.a (mon.0) 10309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.862944+0000 mon.a (mon.0) 10310 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.864176+0000 mgr.y (mgr.25387) 5065 : cluster [DBG] pgmap v3314: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:07.966691+0000 mgr.y (mgr.25387) 5072 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:07.971826+0000 mon.a (mon.0) 10324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:07.972247+0000 mgr.y (mgr.25387) 5073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.014030+0000 mon.a (mon.0) 10325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.015788+0000 mon.a (mon.0) 10326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.016626+0000 mon.a (mon.0) 10327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.018532+0000 mon.a (mon.0) 10328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.019155+0000 mon.a (mon.0) 10329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.020330+0000 mgr.y (mgr.25387) 5074 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.020511+0000 mgr.y (mgr.25387) 5075 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.025664+0000 mon.a (mon.0) 10330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.026100+0000 mgr.y (mgr.25387) 5076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.066234+0000 mon.a (mon.0) 10331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.068037+0000 mon.a (mon.0) 10332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.068827+0000 mon.a (mon.0) 10333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.070607+0000 mon.a (mon.0) 10334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.071163+0000 mon.a (mon.0) 10335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.072276+0000 mgr.y (mgr.25387) 5077 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.072453+0000 mgr.y (mgr.25387) 5078 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.077726+0000 mon.a (mon.0) 10336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.864396+0000 mgr.y (mgr.25387) 5066 : cluster [DBG] pgmap v3315: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.868638+0000 mon.a (mon.0) 10311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.869063+0000 mgr.y (mgr.25387) 5067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.892703+0000 mon.a (mon.0) 10312 : audit [INF] from='client.? 172.21.15.97:0/1155596764' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2953286915"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.909266+0000 mon.a (mon.0) 10313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.910964+0000 mon.a (mon.0) 10314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.911651+0000 mon.a (mon.0) 10315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.913398+0000 mon.a (mon.0) 10316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.913886+0000 mon.a (mon.0) 10317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.914956+0000 mgr.y (mgr.25387) 5068 : cluster [DBG] pgmap v3316: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.915179+0000 mgr.y (mgr.25387) 5069 : cluster [DBG] pgmap v3317: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.920226+0000 mon.a (mon.0) 10318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.920688+0000 mgr.y (mgr.25387) 5070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.960486+0000 mon.a (mon.0) 10319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.962248+0000 mon.a (mon.0) 10320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.962989+0000 mon.a (mon.0) 10321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.964758+0000 mon.a (mon.0) 10322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.965341+0000 mon.a (mon.0) 10323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.966470+0000 mgr.y (mgr.25387) 5071 : cluster [DBG] pgmap v3318: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.078155+0000 mgr.y (mgr.25387) 5079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.118263+0000 mon.a (mon.0) 10337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.120156+0000 mon.a (mon.0) 10338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.120968+0000 mon.a (mon.0) 10339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.122845+0000 mon.a (mon.0) 10340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.123434+0000 mon.a (mon.0) 10341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.124628+0000 mgr.y (mgr.25387) 5080 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.124837+0000 mgr.y (mgr.25387) 5081 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.129047+0000 mon.a (mon.0) 10342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.129510+0000 mgr.y (mgr.25387) 5082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.171152+0000 mon.a (mon.0) 10343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.173037+0000 mon.a (mon.0) 10344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.174180+0000 mon.a (mon.0) 10345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.176450+0000 mon.a (mon.0) 10346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.177115+0000 mon.a (mon.0) 10347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.178352+0000 mgr.y (mgr.25387) 5083 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.178579+0000 mgr.y (mgr.25387) 5084 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.183106+0000 mon.a (mon.0) 10348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.225995+0000 mon.a (mon.0) 10349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:07.966691+0000 mgr.y (mgr.25387) 5072 : cluster [DBG] pgmap v3319: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:07.971826+0000 mon.a (mon.0) 10324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:07.972247+0000 mgr.y (mgr.25387) 5073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.014030+0000 mon.a (mon.0) 10325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.015788+0000 mon.a (mon.0) 10326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.016626+0000 mon.a (mon.0) 10327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.018532+0000 mon.a (mon.0) 10328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.019155+0000 mon.a (mon.0) 10329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.020330+0000 mgr.y (mgr.25387) 5074 : cluster [DBG] pgmap v3320: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.020511+0000 mgr.y (mgr.25387) 5075 : cluster [DBG] pgmap v3321: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.025664+0000 mon.a (mon.0) 10330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.026100+0000 mgr.y (mgr.25387) 5076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.066234+0000 mon.a (mon.0) 10331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.068037+0000 mon.a (mon.0) 10332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.068827+0000 mon.a (mon.0) 10333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.070607+0000 mon.a (mon.0) 10334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.071163+0000 mon.a (mon.0) 10335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.072276+0000 mgr.y (mgr.25387) 5077 : cluster [DBG] pgmap v3322: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.072453+0000 mgr.y (mgr.25387) 5078 : cluster [DBG] pgmap v3323: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.077726+0000 mon.a (mon.0) 10336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.228204+0000 mon.a (mon.0) 10350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.229382+0000 mon.a (mon.0) 10351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.231859+0000 mon.a (mon.0) 10352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.232559+0000 mon.a (mon.0) 10353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.238417+0000 mon.a (mon.0) 10354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.279006+0000 mon.a (mon.0) 10355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.896 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.280831+0000 mon.a (mon.0) 10356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.281753+0000 mon.a (mon.0) 10357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.283589+0000 mon.a (mon.0) 10358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.284218+0000 mon.a (mon.0) 10359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.289880+0000 mon.a (mon.0) 10360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.334452+0000 mon.a (mon.0) 10361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.336925+0000 mon.a (mon.0) 10362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.338073+0000 mon.a (mon.0) 10363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.340651+0000 mon.a (mon.0) 10364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.341408+0000 mon.a (mon.0) 10365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[73934]: audit 2024-03-30T04:50:08.348185+0000 mon.a (mon.0) 10366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.078155+0000 mgr.y (mgr.25387) 5079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.118263+0000 mon.a (mon.0) 10337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.120156+0000 mon.a (mon.0) 10338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.120968+0000 mon.a (mon.0) 10339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.122845+0000 mon.a (mon.0) 10340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.123434+0000 mon.a (mon.0) 10341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.124628+0000 mgr.y (mgr.25387) 5080 : cluster [DBG] pgmap v3324: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.124837+0000 mgr.y (mgr.25387) 5081 : cluster [DBG] pgmap v3325: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.129047+0000 mon.a (mon.0) 10342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.129510+0000 mgr.y (mgr.25387) 5082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.171152+0000 mon.a (mon.0) 10343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.173037+0000 mon.a (mon.0) 10344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.174180+0000 mon.a (mon.0) 10345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.898 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.176450+0000 mon.a (mon.0) 10346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.177115+0000 mon.a (mon.0) 10347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.178352+0000 mgr.y (mgr.25387) 5083 : cluster [DBG] pgmap v3326: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.178579+0000 mgr.y (mgr.25387) 5084 : cluster [DBG] pgmap v3327: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.183106+0000 mon.a (mon.0) 10348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.225995+0000 mon.a (mon.0) 10349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.228204+0000 mon.a (mon.0) 10350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.229382+0000 mon.a (mon.0) 10351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.231859+0000 mon.a (mon.0) 10352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.232559+0000 mon.a (mon.0) 10353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.238417+0000 mon.a (mon.0) 10354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.279006+0000 mon.a (mon.0) 10355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.280831+0000 mon.a (mon.0) 10356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.281753+0000 mon.a (mon.0) 10357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.283589+0000 mon.a (mon.0) 10358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.899 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.284218+0000 mon.a (mon.0) 10359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.289880+0000 mon.a (mon.0) 10360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.334452+0000 mon.a (mon.0) 10361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.336925+0000 mon.a (mon.0) 10362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.338073+0000 mon.a (mon.0) 10363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.340651+0000 mon.a (mon.0) 10364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.341408+0000 mon.a (mon.0) 10365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:08.900 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:08 smithi097 bash[69502]: audit 2024-03-30T04:50:08.348185+0000 mon.a (mon.0) 10366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.183594+0000 mgr.y (mgr.25387) 5085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.233938+0000 mgr.y (mgr.25387) 5086 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.234244+0000 mgr.y (mgr.25387) 5087 : cluster [DBG] pgmap v3329: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.238827+0000 mgr.y (mgr.25387) 5088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.285410+0000 mgr.y (mgr.25387) 5089 : cluster [DBG] pgmap v3330: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.285627+0000 mgr.y (mgr.25387) 5090 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.290318+0000 mgr.y (mgr.25387) 5091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.342801+0000 mgr.y (mgr.25387) 5092 : cluster [DBG] pgmap v3332: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.343064+0000 mgr.y (mgr.25387) 5093 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.348665+0000 mgr.y (mgr.25387) 5094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.406439+0000 mon.a (mon.0) 10367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.408199+0000 mon.a (mon.0) 10368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.408990+0000 mon.a (mon.0) 10369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.410727+0000 mon.a (mon.0) 10370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.411316+0000 mon.a (mon.0) 10371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.412482+0000 mgr.y (mgr.25387) 5095 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.412727+0000 mgr.y (mgr.25387) 5096 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.416820+0000 mon.a (mon.0) 10372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.417237+0000 mgr.y (mgr.25387) 5097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.461911+0000 mon.a (mon.0) 10373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.464001+0000 mon.a (mon.0) 10374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.464823+0000 mon.a (mon.0) 10375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.466815+0000 mon.a (mon.0) 10376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.467432+0000 mon.a (mon.0) 10377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.468678+0000 mgr.y (mgr.25387) 5098 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.468876+0000 mgr.y (mgr.25387) 5099 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.473103+0000 mon.a (mon.0) 10378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.473550+0000 mgr.y (mgr.25387) 5100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.518412+0000 mon.a (mon.0) 10379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.520526+0000 mon.a (mon.0) 10380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.521340+0000 mon.a (mon.0) 10381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.523316+0000 mon.a (mon.0) 10382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.523915+0000 mon.a (mon.0) 10383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.525215+0000 mgr.y (mgr.25387) 5101 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.525455+0000 mgr.y (mgr.25387) 5102 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.529411+0000 mon.a (mon.0) 10384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.529869+0000 mgr.y (mgr.25387) 5103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.574985+0000 mon.a (mon.0) 10385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.577157+0000 mon.a (mon.0) 10386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.578036+0000 mon.a (mon.0) 10387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.580010+0000 mon.a (mon.0) 10388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.580667+0000 mon.a (mon.0) 10389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.581937+0000 mgr.y (mgr.25387) 5104 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.582139+0000 mgr.y (mgr.25387) 5105 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.586103+0000 mon.a (mon.0) 10390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.586567+0000 mgr.y (mgr.25387) 5106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.626543+0000 mon.a (mon.0) 10391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.628541+0000 mon.a (mon.0) 10392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.629547+0000 mon.a (mon.0) 10393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.631627+0000 mon.a (mon.0) 10394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.632176+0000 mon.a (mon.0) 10395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.633279+0000 mgr.y (mgr.25387) 5107 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.633465+0000 mgr.y (mgr.25387) 5108 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.638318+0000 mon.a (mon.0) 10396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.638747+0000 mgr.y (mgr.25387) 5109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.678668+0000 mon.a (mon.0) 10397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.681479+0000 mon.a (mon.0) 10398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.682841+0000 mon.a (mon.0) 10399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.685619+0000 mon.a (mon.0) 10400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.686482+0000 mon.a (mon.0) 10401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.688233+0000 mgr.y (mgr.25387) 5110 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.688629+0000 mgr.y (mgr.25387) 5111 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.693590+0000 mon.a (mon.0) 10402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.694051+0000 mgr.y (mgr.25387) 5112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.766119+0000 mon.a (mon.0) 10403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.767965+0000 mon.a (mon.0) 10404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.768848+0000 mon.a (mon.0) 10405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.770879+0000 mon.a (mon.0) 10406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.771625+0000 mon.a (mon.0) 10407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.773176+0000 mgr.y (mgr.25387) 5113 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.773652+0000 mgr.y (mgr.25387) 5114 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.778541+0000 mon.a (mon.0) 10408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.779192+0000 mgr.y (mgr.25387) 5115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.852797+0000 mon.a (mon.0) 10409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.854754+0000 mon.a (mon.0) 10410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.855993+0000 mon.a (mon.0) 10411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.858284+0000 mon.a (mon.0) 10412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.858928+0000 mon.a (mon.0) 10413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.860183+0000 mgr.y (mgr.25387) 5116 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.860422+0000 mgr.y (mgr.25387) 5117 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.865376+0000 mon.a (mon.0) 10414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.865932+0000 mgr.y (mgr.25387) 5118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.868821+0000 mon.a (mon.0) 10415 : audit [INF] from='client.? 172.21.15.97:0/1155596764' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2953286915"}]': finished 2024-03-30T04:50:09.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.872378+0000 mon.a (mon.0) 10416 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.947299+0000 mon.a (mon.0) 10417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.950046+0000 mon.a (mon.0) 10418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.951119+0000 mon.a (mon.0) 10419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.953415+0000 mon.a (mon.0) 10420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.954228+0000 mon.a (mon.0) 10421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.955748+0000 mgr.y (mgr.25387) 5119 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:08.956063+0000 mgr.y (mgr.25387) 5120 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:08.960748+0000 mon.a (mon.0) 10422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:08.961392+0000 mgr.y (mgr.25387) 5121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.018769+0000 mon.a (mon.0) 10423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.020794+0000 mon.a (mon.0) 10424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.021704+0000 mon.a (mon.0) 10425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.023819+0000 mon.a (mon.0) 10426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.024475+0000 mon.a (mon.0) 10427 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.025692+0000 mgr.y (mgr.25387) 5122 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.025918+0000 mgr.y (mgr.25387) 5123 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.031017+0000 mon.a (mon.0) 10428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.031651+0000 mgr.y (mgr.25387) 5124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.105417+0000 mon.a (mon.0) 10429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.107892+0000 mon.a (mon.0) 10430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.108978+0000 mon.a (mon.0) 10431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.111246+0000 mon.a (mon.0) 10432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.112004+0000 mon.a (mon.0) 10433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.113696+0000 mgr.y (mgr.25387) 5125 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.113946+0000 mgr.y (mgr.25387) 5126 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.118460+0000 mon.a (mon.0) 10434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.119040+0000 mgr.y (mgr.25387) 5127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.176993+0000 mon.a (mon.0) 10435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.179481+0000 mon.a (mon.0) 10436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.180940+0000 mon.a (mon.0) 10437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.183253+0000 mon.a (mon.0) 10438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.183991+0000 mon.a (mon.0) 10439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.191163+0000 mon.a (mon.0) 10440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.254052+0000 mon.a (mon.0) 10441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.256300+0000 mon.a (mon.0) 10442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.257507+0000 mon.a (mon.0) 10443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.260035+0000 mon.a (mon.0) 10444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.260869+0000 mon.a (mon.0) 10445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.270407+0000 mon.a (mon.0) 10446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.311409+0000 mon.a (mon.0) 10447 : audit [INF] from='client.? 172.21.15.97:0/1983012978' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1049657320"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.312869+0000 mon.a (mon.0) 10448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.314777+0000 mon.a (mon.0) 10449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.315831+0000 mon.a (mon.0) 10450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.318030+0000 mon.a (mon.0) 10451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.318701+0000 mon.a (mon.0) 10452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.326777+0000 mon.a (mon.0) 10453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.370773+0000 mon.a (mon.0) 10454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.372600+0000 mon.a (mon.0) 10455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.373435+0000 mon.a (mon.0) 10456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.375312+0000 mon.a (mon.0) 10457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:09 smithi105 bash[58125]: audit 2024-03-30T04:50:09.375939+0000 mon.a (mon.0) 10458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.720 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.183594+0000 mgr.y (mgr.25387) 5085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.720 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.233938+0000 mgr.y (mgr.25387) 5086 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.234244+0000 mgr.y (mgr.25387) 5087 : cluster [DBG] pgmap v3329: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.238827+0000 mgr.y (mgr.25387) 5088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.285410+0000 mgr.y (mgr.25387) 5089 : cluster [DBG] pgmap v3330: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.285627+0000 mgr.y (mgr.25387) 5090 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.290318+0000 mgr.y (mgr.25387) 5091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.342801+0000 mgr.y (mgr.25387) 5092 : cluster [DBG] pgmap v3332: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.343064+0000 mgr.y (mgr.25387) 5093 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.348665+0000 mgr.y (mgr.25387) 5094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.406439+0000 mon.a (mon.0) 10367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.408199+0000 mon.a (mon.0) 10368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.408990+0000 mon.a (mon.0) 10369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.410727+0000 mon.a (mon.0) 10370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.411316+0000 mon.a (mon.0) 10371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.721 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.412482+0000 mgr.y (mgr.25387) 5095 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.412727+0000 mgr.y (mgr.25387) 5096 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.416820+0000 mon.a (mon.0) 10372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.417237+0000 mgr.y (mgr.25387) 5097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.461911+0000 mon.a (mon.0) 10373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.464001+0000 mon.a (mon.0) 10374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.464823+0000 mon.a (mon.0) 10375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.466815+0000 mon.a (mon.0) 10376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.467432+0000 mon.a (mon.0) 10377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.468678+0000 mgr.y (mgr.25387) 5098 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.468876+0000 mgr.y (mgr.25387) 5099 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.473103+0000 mon.a (mon.0) 10378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.473550+0000 mgr.y (mgr.25387) 5100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.518412+0000 mon.a (mon.0) 10379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.722 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.520526+0000 mon.a (mon.0) 10380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.521340+0000 mon.a (mon.0) 10381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.523316+0000 mon.a (mon.0) 10382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.523915+0000 mon.a (mon.0) 10383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.525215+0000 mgr.y (mgr.25387) 5101 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.525455+0000 mgr.y (mgr.25387) 5102 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.529411+0000 mon.a (mon.0) 10384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.529869+0000 mgr.y (mgr.25387) 5103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.574985+0000 mon.a (mon.0) 10385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.577157+0000 mon.a (mon.0) 10386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.578036+0000 mon.a (mon.0) 10387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.580010+0000 mon.a (mon.0) 10388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.580667+0000 mon.a (mon.0) 10389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.581937+0000 mgr.y (mgr.25387) 5104 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.582139+0000 mgr.y (mgr.25387) 5105 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.586103+0000 mon.a (mon.0) 10390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.586567+0000 mgr.y (mgr.25387) 5106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.626543+0000 mon.a (mon.0) 10391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.628541+0000 mon.a (mon.0) 10392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.629547+0000 mon.a (mon.0) 10393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.631627+0000 mon.a (mon.0) 10394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.632176+0000 mon.a (mon.0) 10395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.724 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.633279+0000 mgr.y (mgr.25387) 5107 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.633465+0000 mgr.y (mgr.25387) 5108 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.638318+0000 mon.a (mon.0) 10396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.638747+0000 mgr.y (mgr.25387) 5109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.678668+0000 mon.a (mon.0) 10397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.681479+0000 mon.a (mon.0) 10398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.682841+0000 mon.a (mon.0) 10399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.685619+0000 mon.a (mon.0) 10400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.686482+0000 mon.a (mon.0) 10401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.688233+0000 mgr.y (mgr.25387) 5110 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.688629+0000 mgr.y (mgr.25387) 5111 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.693590+0000 mon.a (mon.0) 10402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.694051+0000 mgr.y (mgr.25387) 5112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.766119+0000 mon.a (mon.0) 10403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.767965+0000 mon.a (mon.0) 10404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.725 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.768848+0000 mon.a (mon.0) 10405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.770879+0000 mon.a (mon.0) 10406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.771625+0000 mon.a (mon.0) 10407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.773176+0000 mgr.y (mgr.25387) 5113 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.773652+0000 mgr.y (mgr.25387) 5114 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.778541+0000 mon.a (mon.0) 10408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.779192+0000 mgr.y (mgr.25387) 5115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.852797+0000 mon.a (mon.0) 10409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.854754+0000 mon.a (mon.0) 10410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.855993+0000 mon.a (mon.0) 10411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.858284+0000 mon.a (mon.0) 10412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.858928+0000 mon.a (mon.0) 10413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.860183+0000 mgr.y (mgr.25387) 5116 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.726 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.860422+0000 mgr.y (mgr.25387) 5117 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.865376+0000 mon.a (mon.0) 10414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.865932+0000 mgr.y (mgr.25387) 5118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.868821+0000 mon.a (mon.0) 10415 : audit [INF] from='client.? 172.21.15.97:0/1155596764' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2953286915"}]': finished 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.872378+0000 mon.a (mon.0) 10416 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.947299+0000 mon.a (mon.0) 10417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.950046+0000 mon.a (mon.0) 10418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.951119+0000 mon.a (mon.0) 10419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.953415+0000 mon.a (mon.0) 10420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.954228+0000 mon.a (mon.0) 10421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.955748+0000 mgr.y (mgr.25387) 5119 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:08.956063+0000 mgr.y (mgr.25387) 5120 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:08.960748+0000 mon.a (mon.0) 10422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:08.961392+0000 mgr.y (mgr.25387) 5121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.018769+0000 mon.a (mon.0) 10423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.727 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.020794+0000 mon.a (mon.0) 10424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.021704+0000 mon.a (mon.0) 10425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.023819+0000 mon.a (mon.0) 10426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.024475+0000 mon.a (mon.0) 10427 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.025692+0000 mgr.y (mgr.25387) 5122 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.025918+0000 mgr.y (mgr.25387) 5123 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.031017+0000 mon.a (mon.0) 10428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.031651+0000 mgr.y (mgr.25387) 5124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.105417+0000 mon.a (mon.0) 10429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.107892+0000 mon.a (mon.0) 10430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.108978+0000 mon.a (mon.0) 10431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.111246+0000 mon.a (mon.0) 10432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.112004+0000 mon.a (mon.0) 10433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.113696+0000 mgr.y (mgr.25387) 5125 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.113946+0000 mgr.y (mgr.25387) 5126 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.118460+0000 mon.a (mon.0) 10434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.728 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.119040+0000 mgr.y (mgr.25387) 5127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.176993+0000 mon.a (mon.0) 10435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.179481+0000 mon.a (mon.0) 10436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.180940+0000 mon.a (mon.0) 10437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.183253+0000 mon.a (mon.0) 10438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.183991+0000 mon.a (mon.0) 10439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.191163+0000 mon.a (mon.0) 10440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.254052+0000 mon.a (mon.0) 10441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.256300+0000 mon.a (mon.0) 10442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.257507+0000 mon.a (mon.0) 10443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.260035+0000 mon.a (mon.0) 10444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.260869+0000 mon.a (mon.0) 10445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.729 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.270407+0000 mon.a (mon.0) 10446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.311409+0000 mon.a (mon.0) 10447 : audit [INF] from='client.? 172.21.15.97:0/1983012978' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1049657320"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.312869+0000 mon.a (mon.0) 10448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.314777+0000 mon.a (mon.0) 10449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.315831+0000 mon.a (mon.0) 10450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.318030+0000 mon.a (mon.0) 10451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.318701+0000 mon.a (mon.0) 10452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.326777+0000 mon.a (mon.0) 10453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.370773+0000 mon.a (mon.0) 10454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.372600+0000 mon.a (mon.0) 10455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.373435+0000 mon.a (mon.0) 10456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.730 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.375312+0000 mon.a (mon.0) 10457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[73934]: audit 2024-03-30T04:50:09.375939+0000 mon.a (mon.0) 10458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.183594+0000 mgr.y (mgr.25387) 5085 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.233938+0000 mgr.y (mgr.25387) 5086 : cluster [DBG] pgmap v3328: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.234244+0000 mgr.y (mgr.25387) 5087 : cluster [DBG] pgmap v3329: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.238827+0000 mgr.y (mgr.25387) 5088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.285410+0000 mgr.y (mgr.25387) 5089 : cluster [DBG] pgmap v3330: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.731 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.285627+0000 mgr.y (mgr.25387) 5090 : cluster [DBG] pgmap v3331: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.290318+0000 mgr.y (mgr.25387) 5091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.342801+0000 mgr.y (mgr.25387) 5092 : cluster [DBG] pgmap v3332: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.343064+0000 mgr.y (mgr.25387) 5093 : cluster [DBG] pgmap v3333: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.348665+0000 mgr.y (mgr.25387) 5094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.406439+0000 mon.a (mon.0) 10367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.408199+0000 mon.a (mon.0) 10368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.408990+0000 mon.a (mon.0) 10369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.410727+0000 mon.a (mon.0) 10370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.411316+0000 mon.a (mon.0) 10371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.412482+0000 mgr.y (mgr.25387) 5095 : cluster [DBG] pgmap v3334: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.412727+0000 mgr.y (mgr.25387) 5096 : cluster [DBG] pgmap v3335: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.416820+0000 mon.a (mon.0) 10372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.417237+0000 mgr.y (mgr.25387) 5097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.732 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.461911+0000 mon.a (mon.0) 10373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.464001+0000 mon.a (mon.0) 10374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.464823+0000 mon.a (mon.0) 10375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.466815+0000 mon.a (mon.0) 10376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.467432+0000 mon.a (mon.0) 10377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.468678+0000 mgr.y (mgr.25387) 5098 : cluster [DBG] pgmap v3336: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.468876+0000 mgr.y (mgr.25387) 5099 : cluster [DBG] pgmap v3337: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.473103+0000 mon.a (mon.0) 10378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.473550+0000 mgr.y (mgr.25387) 5100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.518412+0000 mon.a (mon.0) 10379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.520526+0000 mon.a (mon.0) 10380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.521340+0000 mon.a (mon.0) 10381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.523316+0000 mon.a (mon.0) 10382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.523915+0000 mon.a (mon.0) 10383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.733 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.525215+0000 mgr.y (mgr.25387) 5101 : cluster [DBG] pgmap v3338: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.525455+0000 mgr.y (mgr.25387) 5102 : cluster [DBG] pgmap v3339: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.529411+0000 mon.a (mon.0) 10384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.529869+0000 mgr.y (mgr.25387) 5103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.574985+0000 mon.a (mon.0) 10385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.577157+0000 mon.a (mon.0) 10386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.578036+0000 mon.a (mon.0) 10387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.580010+0000 mon.a (mon.0) 10388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.734 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.580667+0000 mon.a (mon.0) 10389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.581937+0000 mgr.y (mgr.25387) 5104 : cluster [DBG] pgmap v3340: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.582139+0000 mgr.y (mgr.25387) 5105 : cluster [DBG] pgmap v3341: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.586103+0000 mon.a (mon.0) 10390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.586567+0000 mgr.y (mgr.25387) 5106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.626543+0000 mon.a (mon.0) 10391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.628541+0000 mon.a (mon.0) 10392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.629547+0000 mon.a (mon.0) 10393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.631627+0000 mon.a (mon.0) 10394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.632176+0000 mon.a (mon.0) 10395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.633279+0000 mgr.y (mgr.25387) 5107 : cluster [DBG] pgmap v3342: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.633465+0000 mgr.y (mgr.25387) 5108 : cluster [DBG] pgmap v3343: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.638318+0000 mon.a (mon.0) 10396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.638747+0000 mgr.y (mgr.25387) 5109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.735 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.678668+0000 mon.a (mon.0) 10397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.681479+0000 mon.a (mon.0) 10398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.682841+0000 mon.a (mon.0) 10399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.685619+0000 mon.a (mon.0) 10400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.686482+0000 mon.a (mon.0) 10401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.688233+0000 mgr.y (mgr.25387) 5110 : cluster [DBG] pgmap v3344: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.688629+0000 mgr.y (mgr.25387) 5111 : cluster [DBG] pgmap v3345: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.693590+0000 mon.a (mon.0) 10402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.694051+0000 mgr.y (mgr.25387) 5112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.766119+0000 mon.a (mon.0) 10403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.767965+0000 mon.a (mon.0) 10404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.768848+0000 mon.a (mon.0) 10405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.770879+0000 mon.a (mon.0) 10406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.736 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.771625+0000 mon.a (mon.0) 10407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.773176+0000 mgr.y (mgr.25387) 5113 : cluster [DBG] pgmap v3346: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.773652+0000 mgr.y (mgr.25387) 5114 : cluster [DBG] pgmap v3347: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.778541+0000 mon.a (mon.0) 10408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.779192+0000 mgr.y (mgr.25387) 5115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.852797+0000 mon.a (mon.0) 10409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.854754+0000 mon.a (mon.0) 10410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.855993+0000 mon.a (mon.0) 10411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.858284+0000 mon.a (mon.0) 10412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.858928+0000 mon.a (mon.0) 10413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.860183+0000 mgr.y (mgr.25387) 5116 : cluster [DBG] pgmap v3348: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.860422+0000 mgr.y (mgr.25387) 5117 : cluster [DBG] pgmap v3349: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.865376+0000 mon.a (mon.0) 10414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.865932+0000 mgr.y (mgr.25387) 5118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.868821+0000 mon.a (mon.0) 10415 : audit [INF] from='client.? 172.21.15.97:0/1155596764' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:6800/2953286915"}]': finished 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.872378+0000 mon.a (mon.0) 10416 : cluster [DBG] osdmap e149: 8 total, 8 up, 8 in 2024-03-30T04:50:09.737 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.947299+0000 mon.a (mon.0) 10417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.950046+0000 mon.a (mon.0) 10418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.951119+0000 mon.a (mon.0) 10419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.953415+0000 mon.a (mon.0) 10420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.954228+0000 mon.a (mon.0) 10421 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.955748+0000 mgr.y (mgr.25387) 5119 : cluster [DBG] pgmap v3351: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:08.956063+0000 mgr.y (mgr.25387) 5120 : cluster [DBG] pgmap v3352: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:08.960748+0000 mon.a (mon.0) 10422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:08.961392+0000 mgr.y (mgr.25387) 5121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.018769+0000 mon.a (mon.0) 10423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.020794+0000 mon.a (mon.0) 10424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.021704+0000 mon.a (mon.0) 10425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.023819+0000 mon.a (mon.0) 10426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.024475+0000 mon.a (mon.0) 10427 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.025692+0000 mgr.y (mgr.25387) 5122 : cluster [DBG] pgmap v3353: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.738 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.025918+0000 mgr.y (mgr.25387) 5123 : cluster [DBG] pgmap v3354: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.031017+0000 mon.a (mon.0) 10428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.031651+0000 mgr.y (mgr.25387) 5124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.105417+0000 mon.a (mon.0) 10429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.107892+0000 mon.a (mon.0) 10430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.108978+0000 mon.a (mon.0) 10431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.111246+0000 mon.a (mon.0) 10432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.112004+0000 mon.a (mon.0) 10433 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.113696+0000 mgr.y (mgr.25387) 5125 : cluster [DBG] pgmap v3355: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.113946+0000 mgr.y (mgr.25387) 5126 : cluster [DBG] pgmap v3356: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.118460+0000 mon.a (mon.0) 10434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.119040+0000 mgr.y (mgr.25387) 5127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.176993+0000 mon.a (mon.0) 10435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.179481+0000 mon.a (mon.0) 10436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.180940+0000 mon.a (mon.0) 10437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.183253+0000 mon.a (mon.0) 10438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.739 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.183991+0000 mon.a (mon.0) 10439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.191163+0000 mon.a (mon.0) 10440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.254052+0000 mon.a (mon.0) 10441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.256300+0000 mon.a (mon.0) 10442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.257507+0000 mon.a (mon.0) 10443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.260035+0000 mon.a (mon.0) 10444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.260869+0000 mon.a (mon.0) 10445 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.270407+0000 mon.a (mon.0) 10446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.311409+0000 mon.a (mon.0) 10447 : audit [INF] from='client.? 172.21.15.97:0/1983012978' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1049657320"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.312869+0000 mon.a (mon.0) 10448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.314777+0000 mon.a (mon.0) 10449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.315831+0000 mon.a (mon.0) 10450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.318030+0000 mon.a (mon.0) 10451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.740 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.318701+0000 mon.a (mon.0) 10452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:09.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.326777+0000 mon.a (mon.0) 10453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:09.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.370773+0000 mon.a (mon.0) 10454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.372600+0000 mon.a (mon.0) 10455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:09.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.373435+0000 mon.a (mon.0) 10456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:09.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.375312+0000 mon.a (mon.0) 10457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:09.741 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:09 smithi097 bash[69502]: audit 2024-03-30T04:50:09.375939+0000 mon.a (mon.0) 10458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.185523+0000 mgr.y (mgr.25387) 5128 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.185783+0000 mgr.y (mgr.25387) 5129 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.191980+0000 mgr.y (mgr.25387) 5130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.264292+0000 mgr.y (mgr.25387) 5131 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.264685+0000 mgr.y (mgr.25387) 5132 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.270931+0000 mgr.y (mgr.25387) 5133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.320258+0000 mgr.y (mgr.25387) 5134 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.320497+0000 mgr.y (mgr.25387) 5135 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.327380+0000 mgr.y (mgr.25387) 5136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.377293+0000 mgr.y (mgr.25387) 5137 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.377559+0000 mgr.y (mgr.25387) 5138 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.383718+0000 mon.a (mon.0) 10459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.387228+0000 mgr.y (mgr.25387) 5139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.448454+0000 mon.a (mon.0) 10460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.450801+0000 mon.a (mon.0) 10461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.451841+0000 mon.a (mon.0) 10462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.454243+0000 mon.a (mon.0) 10463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.454996+0000 mon.a (mon.0) 10464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.456294+0000 mgr.y (mgr.25387) 5140 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.185523+0000 mgr.y (mgr.25387) 5128 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.185783+0000 mgr.y (mgr.25387) 5129 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.191980+0000 mgr.y (mgr.25387) 5130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.264292+0000 mgr.y (mgr.25387) 5131 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.264685+0000 mgr.y (mgr.25387) 5132 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.270931+0000 mgr.y (mgr.25387) 5133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.320258+0000 mgr.y (mgr.25387) 5134 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.320497+0000 mgr.y (mgr.25387) 5135 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.327380+0000 mgr.y (mgr.25387) 5136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.377293+0000 mgr.y (mgr.25387) 5137 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.377559+0000 mgr.y (mgr.25387) 5138 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.383718+0000 mon.a (mon.0) 10459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.387228+0000 mgr.y (mgr.25387) 5139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.448454+0000 mon.a (mon.0) 10460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.450801+0000 mon.a (mon.0) 10461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.451841+0000 mon.a (mon.0) 10462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.454243+0000 mon.a (mon.0) 10463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.454996+0000 mon.a (mon.0) 10464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.456294+0000 mgr.y (mgr.25387) 5140 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.456535+0000 mgr.y (mgr.25387) 5141 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.461751+0000 mon.a (mon.0) 10465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cephadm 2024-03-30T04:50:09.462283+0000 mgr.y (mgr.25387) 5142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.474567+0000 mon.a (mon.0) 10466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.484242+0000 mon.a (mon.0) 10467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.486084+0000 mgr.y (mgr.25387) 5143 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.486322+0000 mgr.y (mgr.25387) 5144 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.491735+0000 mon.a (mon.0) 10468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.497267+0000 mon.a (mon.0) 10469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.554933+0000 mon.a (mon.0) 10470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.557676+0000 mon.a (mon.0) 10471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.559607+0000 mon.a (mon.0) 10472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.560930+0000 mon.a (mon.0) 10473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.563655+0000 mon.a (mon.0) 10474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.566862+0000 mon.a (mon.0) 10475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.569020+0000 mon.a (mon.0) 10476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.570229+0000 mon.a (mon.0) 10477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.571401+0000 mon.a (mon.0) 10478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.572643+0000 mon.a (mon.0) 10479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.820164+0000 mon.a (mon.0) 10480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.828301+0000 mon.a (mon.0) 10481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.829428+0000 mgr.y (mgr.25387) 5145 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:09.829645+0000 mgr.y (mgr.25387) 5146 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:09.835673+0000 mon.a (mon.0) 10482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: audit 2024-03-30T04:50:10.270785+0000 mon.a (mon.0) 10483 : audit [INF] from='client.? 172.21.15.97:0/1983012978' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1049657320"}]': finished 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[73934]: cluster 2024-03-30T04:50:10.276843+0000 mon.a (mon.0) 10484 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.456535+0000 mgr.y (mgr.25387) 5141 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.461751+0000 mon.a (mon.0) 10465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cephadm 2024-03-30T04:50:09.462283+0000 mgr.y (mgr.25387) 5142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.474567+0000 mon.a (mon.0) 10466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.484242+0000 mon.a (mon.0) 10467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.486084+0000 mgr.y (mgr.25387) 5143 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.486322+0000 mgr.y (mgr.25387) 5144 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.491735+0000 mon.a (mon.0) 10468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.497267+0000 mon.a (mon.0) 10469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.554933+0000 mon.a (mon.0) 10470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.557676+0000 mon.a (mon.0) 10471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.559607+0000 mon.a (mon.0) 10472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.560930+0000 mon.a (mon.0) 10473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.563655+0000 mon.a (mon.0) 10474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.566862+0000 mon.a (mon.0) 10475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.569020+0000 mon.a (mon.0) 10476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.570229+0000 mon.a (mon.0) 10477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.571401+0000 mon.a (mon.0) 10478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.572643+0000 mon.a (mon.0) 10479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.820164+0000 mon.a (mon.0) 10480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.828301+0000 mon.a (mon.0) 10481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.829428+0000 mgr.y (mgr.25387) 5145 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:09.829645+0000 mgr.y (mgr.25387) 5146 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:09.835673+0000 mon.a (mon.0) 10482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: audit 2024-03-30T04:50:10.270785+0000 mon.a (mon.0) 10483 : audit [INF] from='client.? 172.21.15.97:0/1983012978' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1049657320"}]': finished 2024-03-30T04:50:10.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:10 smithi097 bash[69502]: cluster 2024-03-30T04:50:10.276843+0000 mon.a (mon.0) 10484 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:50:10.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.185523+0000 mgr.y (mgr.25387) 5128 : cluster [DBG] pgmap v3357: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.185783+0000 mgr.y (mgr.25387) 5129 : cluster [DBG] pgmap v3358: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.191980+0000 mgr.y (mgr.25387) 5130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.264292+0000 mgr.y (mgr.25387) 5131 : cluster [DBG] pgmap v3359: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.264685+0000 mgr.y (mgr.25387) 5132 : cluster [DBG] pgmap v3360: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.270931+0000 mgr.y (mgr.25387) 5133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.320258+0000 mgr.y (mgr.25387) 5134 : cluster [DBG] pgmap v3361: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.320497+0000 mgr.y (mgr.25387) 5135 : cluster [DBG] pgmap v3362: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.327380+0000 mgr.y (mgr.25387) 5136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.377293+0000 mgr.y (mgr.25387) 5137 : cluster [DBG] pgmap v3363: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.377559+0000 mgr.y (mgr.25387) 5138 : cluster [DBG] pgmap v3364: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.383718+0000 mon.a (mon.0) 10459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.387228+0000 mgr.y (mgr.25387) 5139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.448454+0000 mon.a (mon.0) 10460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.450801+0000 mon.a (mon.0) 10461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.451841+0000 mon.a (mon.0) 10462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.454243+0000 mon.a (mon.0) 10463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.454996+0000 mon.a (mon.0) 10464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:10.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.456294+0000 mgr.y (mgr.25387) 5140 : cluster [DBG] pgmap v3365: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.456535+0000 mgr.y (mgr.25387) 5141 : cluster [DBG] pgmap v3366: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.461751+0000 mon.a (mon.0) 10465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cephadm 2024-03-30T04:50:09.462283+0000 mgr.y (mgr.25387) 5142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.474567+0000 mon.a (mon.0) 10466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.484242+0000 mon.a (mon.0) 10467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.486084+0000 mgr.y (mgr.25387) 5143 : cluster [DBG] pgmap v3367: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.486322+0000 mgr.y (mgr.25387) 5144 : cluster [DBG] pgmap v3368: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.491735+0000 mon.a (mon.0) 10468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.497267+0000 mon.a (mon.0) 10469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.554933+0000 mon.a (mon.0) 10470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.557676+0000 mon.a (mon.0) 10471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.559607+0000 mon.a (mon.0) 10472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.560930+0000 mon.a (mon.0) 10473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.563655+0000 mon.a (mon.0) 10474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.566862+0000 mon.a (mon.0) 10475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.569020+0000 mon.a (mon.0) 10476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.570229+0000 mon.a (mon.0) 10477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.571401+0000 mon.a (mon.0) 10478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.572643+0000 mon.a (mon.0) 10479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.820164+0000 mon.a (mon.0) 10480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.828301+0000 mon.a (mon.0) 10481 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.829428+0000 mgr.y (mgr.25387) 5145 : cluster [DBG] pgmap v3369: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:09.829645+0000 mgr.y (mgr.25387) 5146 : cluster [DBG] pgmap v3370: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:10.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:09.835673+0000 mon.a (mon.0) 10482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:10.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: audit 2024-03-30T04:50:10.270785+0000 mon.a (mon.0) 10483 : audit [INF] from='client.? 172.21.15.97:0/1983012978' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/1049657320"}]': finished 2024-03-30T04:50:10.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:10 smithi105 bash[58125]: cluster 2024-03-30T04:50:10.276843+0000 mon.a (mon.0) 10484 : cluster [DBG] osdmap e150: 8 total, 8 up, 8 in 2024-03-30T04:50:11.425 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:11 smithi097 bash[69502]: audit 2024-03-30T04:50:10.632939+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.97:0/10754430' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]: dispatch 2024-03-30T04:50:11.426 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:11 smithi097 bash[69502]: audit 2024-03-30T04:50:10.633460+0000 mon.a (mon.0) 10485 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]: dispatch 2024-03-30T04:50:11.426 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:11 smithi097 bash[73934]: audit 2024-03-30T04:50:10.632939+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.97:0/10754430' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]: dispatch 2024-03-30T04:50:11.426 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:11 smithi097 bash[73934]: audit 2024-03-30T04:50:10.633460+0000 mon.a (mon.0) 10485 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]: dispatch 2024-03-30T04:50:11.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:11 smithi105 bash[58125]: audit 2024-03-30T04:50:10.632939+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.97:0/10754430' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]: dispatch 2024-03-30T04:50:11.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:11 smithi105 bash[58125]: audit 2024-03-30T04:50:10.633460+0000 mon.a (mon.0) 10485 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]: dispatch 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[73934]: audit 2024-03-30T04:50:11.400689+0000 mon.a (mon.0) 10486 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]': finished 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[73934]: cluster 2024-03-30T04:50:11.409474+0000 mon.a (mon.0) 10487 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[73934]: audit 2024-03-30T04:50:11.784706+0000 mon.a (mon.0) 10488 : audit [INF] from='client.? 172.21.15.97:0/2321954286' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3596287754"}]: dispatch 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[73934]: cluster 2024-03-30T04:50:11.830419+0000 mgr.y (mgr.25387) 5147 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[69502]: audit 2024-03-30T04:50:11.400689+0000 mon.a (mon.0) 10486 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]': finished 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[69502]: cluster 2024-03-30T04:50:11.409474+0000 mon.a (mon.0) 10487 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[69502]: audit 2024-03-30T04:50:11.784706+0000 mon.a (mon.0) 10488 : audit [INF] from='client.? 172.21.15.97:0/2321954286' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3596287754"}]: dispatch 2024-03-30T04:50:12.482 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[69502]: cluster 2024-03-30T04:50:11.830419+0000 mgr.y (mgr.25387) 5147 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:50:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:12 smithi105 bash[58125]: audit 2024-03-30T04:50:11.400689+0000 mon.a (mon.0) 10486 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/4190746483"}]': finished 2024-03-30T04:50:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:12 smithi105 bash[58125]: cluster 2024-03-30T04:50:11.409474+0000 mon.a (mon.0) 10487 : cluster [DBG] osdmap e151: 8 total, 8 up, 8 in 2024-03-30T04:50:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:12 smithi105 bash[58125]: audit 2024-03-30T04:50:11.784706+0000 mon.a (mon.0) 10488 : audit [INF] from='client.? 172.21.15.97:0/2321954286' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3596287754"}]: dispatch 2024-03-30T04:50:12.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:12 smithi105 bash[58125]: cluster 2024-03-30T04:50:11.830419+0000 mgr.y (mgr.25387) 5147 : cluster [DBG] pgmap v3373: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:50:12.757 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:50:12] "GET /metrics HTTP/1.1" 200 38688 "" "Prometheus/2.33.4" 2024-03-30T04:50:13.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: audit 2024-03-30T04:50:12.409936+0000 mon.a (mon.0) 10489 : audit [INF] from='client.? 172.21.15.97:0/2321954286' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3596287754"}]': finished 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: cluster 2024-03-30T04:50:12.415959+0000 mon.a (mon.0) 10490 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: audit 2024-03-30T04:50:12.935433+0000 mon.a (mon.0) 10491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: audit 2024-03-30T04:50:12.942362+0000 mon.a (mon.0) 10492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: cluster 2024-03-30T04:50:12.943464+0000 mgr.y (mgr.25387) 5148 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: cluster 2024-03-30T04:50:12.943665+0000 mgr.y (mgr.25387) 5149 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[69502]: audit 2024-03-30T04:50:12.952487+0000 mon.a (mon.0) 10493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: audit 2024-03-30T04:50:12.409936+0000 mon.a (mon.0) 10489 : audit [INF] from='client.? 172.21.15.97:0/2321954286' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3596287754"}]': finished 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: cluster 2024-03-30T04:50:12.415959+0000 mon.a (mon.0) 10490 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: audit 2024-03-30T04:50:12.935433+0000 mon.a (mon.0) 10491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: audit 2024-03-30T04:50:12.942362+0000 mon.a (mon.0) 10492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: cluster 2024-03-30T04:50:12.943464+0000 mgr.y (mgr.25387) 5148 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: cluster 2024-03-30T04:50:12.943665+0000 mgr.y (mgr.25387) 5149 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:13.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:13 smithi097 bash[73934]: audit 2024-03-30T04:50:12.952487+0000 mon.a (mon.0) 10493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: audit 2024-03-30T04:50:12.409936+0000 mon.a (mon.0) 10489 : audit [INF] from='client.? 172.21.15.97:0/2321954286' entity='client.iscsi.foo.smithi097.dwmydq' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.97:0/3596287754"}]': finished 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: cluster 2024-03-30T04:50:12.415959+0000 mon.a (mon.0) 10490 : cluster [DBG] osdmap e152: 8 total, 8 up, 8 in 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: audit 2024-03-30T04:50:12.935433+0000 mon.a (mon.0) 10491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: audit 2024-03-30T04:50:12.942362+0000 mon.a (mon.0) 10492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: cluster 2024-03-30T04:50:12.943464+0000 mgr.y (mgr.25387) 5148 : cluster [DBG] pgmap v3375: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: cluster 2024-03-30T04:50:12.943665+0000 mgr.y (mgr.25387) 5149 : cluster [DBG] pgmap v3376: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:13.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:13 smithi105 bash[58125]: audit 2024-03-30T04:50:12.952487+0000 mon.a (mon.0) 10493 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:15.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:14 smithi105 bash[58125]: cephadm 2024-03-30T04:50:14.100349+0000 mgr.y (mgr.25387) 5150 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi097.dwmydq 2024-03-30T04:50:15.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:14 smithi105 bash[58125]: audit 2024-03-30T04:50:14.101947+0000 mon.a (mon.0) 10494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:50:15.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:14 smithi105 bash[58125]: audit 2024-03-30T04:50:14.103128+0000 mon.a (mon.0) 10495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:15.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:14 smithi105 bash[58125]: cephadm 2024-03-30T04:50:14.104150+0000 mgr.y (mgr.25387) 5151 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:50:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[73934]: cephadm 2024-03-30T04:50:14.100349+0000 mgr.y (mgr.25387) 5150 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi097.dwmydq 2024-03-30T04:50:15.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[73934]: audit 2024-03-30T04:50:14.101947+0000 mon.a (mon.0) 10494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:50:15.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[73934]: audit 2024-03-30T04:50:14.103128+0000 mon.a (mon.0) 10495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:15.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[73934]: cephadm 2024-03-30T04:50:14.104150+0000 mgr.y (mgr.25387) 5151 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:50:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[69502]: cephadm 2024-03-30T04:50:14.100349+0000 mgr.y (mgr.25387) 5150 : cephadm [INF] Upgrade: Updating iscsi.foo.smithi097.dwmydq 2024-03-30T04:50:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[69502]: audit 2024-03-30T04:50:14.101947+0000 mon.a (mon.0) 10494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi097.dwmydq", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2024-03-30T04:50:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[69502]: audit 2024-03-30T04:50:14.103128+0000 mon.a (mon.0) 10495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:14 smithi097 bash[69502]: cephadm 2024-03-30T04:50:14.104150+0000 mgr.y (mgr.25387) 5151 : cephadm [INF] Deploying daemon iscsi.foo.smithi097.dwmydq on smithi097 2024-03-30T04:50:16.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:15 smithi097 bash[73934]: audit 2024-03-30T04:50:14.320984+0000 mgr.y (mgr.25387) 5152 : audit [DBG] from='client.54745 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:16.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:15 smithi097 bash[73934]: cluster 2024-03-30T04:50:14.944759+0000 mgr.y (mgr.25387) 5153 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:15 smithi097 bash[69502]: audit 2024-03-30T04:50:14.320984+0000 mgr.y (mgr.25387) 5152 : audit [DBG] from='client.54745 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:16.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:15 smithi097 bash[69502]: cluster 2024-03-30T04:50:14.944759+0000 mgr.y (mgr.25387) 5153 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:16.207 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:15 smithi105 bash[58125]: audit 2024-03-30T04:50:14.320984+0000 mgr.y (mgr.25387) 5152 : audit [DBG] from='client.54745 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:16.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:15 smithi105 bash[58125]: cluster 2024-03-30T04:50:14.944759+0000 mgr.y (mgr.25387) 5153 : cluster [DBG] pgmap v3377: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:16.770 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.770 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.770 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.771 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.771 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.771 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.771 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.772 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:16.772 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:50:16 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:17 smithi105 bash[58125]: cluster 2024-03-30T04:50:16.945673+0000 mgr.y (mgr.25387) 5154 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 0 op/s 2024-03-30T04:50:18.375 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.375 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.376 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.376 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.376 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:17 smithi097 bash[69502]: cluster 2024-03-30T04:50:16.945673+0000 mgr.y (mgr.25387) 5154 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 0 op/s 2024-03-30T04:50:18.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:17 smithi097 bash[73934]: cluster 2024-03-30T04:50:16.945673+0000 mgr.y (mgr.25387) 5154 : cluster [DBG] pgmap v3378: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 0 op/s 2024-03-30T04:50:18.377 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:18.377 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:50:17 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:19.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.100094+0000 mon.a (mon.0) 10496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.110110+0000 mon.a (mon.0) 10497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.126315+0000 mon.a (mon.0) 10498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.128700+0000 mon.a (mon.0) 10499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.129416+0000 mon.a (mon.0) 10500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.130797+0000 mgr.y (mgr.25387) 5155 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 0 op/s 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.131028+0000 mgr.y (mgr.25387) 5156 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.135759+0000 mon.a (mon.0) 10501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.136203+0000 mgr.y (mgr.25387) 5157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.192655+0000 mon.a (mon.0) 10502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.196028+0000 mon.a (mon.0) 10503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.203019+0000 mon.a (mon.0) 10504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.204812+0000 mon.a (mon.0) 10505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.205912+0000 mon.a (mon.0) 10506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.207730+0000 mon.a (mon.0) 10507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.208316+0000 mon.a (mon.0) 10508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.214318+0000 mon.a (mon.0) 10509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.255573+0000 mon.a (mon.0) 10510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.257368+0000 mon.a (mon.0) 10511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.100094+0000 mon.a (mon.0) 10496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.110110+0000 mon.a (mon.0) 10497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.126315+0000 mon.a (mon.0) 10498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.128700+0000 mon.a (mon.0) 10499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.129416+0000 mon.a (mon.0) 10500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.130797+0000 mgr.y (mgr.25387) 5155 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 0 op/s 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.131028+0000 mgr.y (mgr.25387) 5156 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.135759+0000 mon.a (mon.0) 10501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.136203+0000 mgr.y (mgr.25387) 5157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.192655+0000 mon.a (mon.0) 10502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.196028+0000 mon.a (mon.0) 10503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.203019+0000 mon.a (mon.0) 10504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.204812+0000 mon.a (mon.0) 10505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.205912+0000 mon.a (mon.0) 10506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.207730+0000 mon.a (mon.0) 10507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.208316+0000 mon.a (mon.0) 10508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.214318+0000 mon.a (mon.0) 10509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.255573+0000 mon.a (mon.0) 10510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.257368+0000 mon.a (mon.0) 10511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.258161+0000 mon.a (mon.0) 10512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.259929+0000 mon.a (mon.0) 10513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.260527+0000 mon.a (mon.0) 10514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.266133+0000 mon.a (mon.0) 10515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.307334+0000 mon.a (mon.0) 10516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.309258+0000 mon.a (mon.0) 10517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.310071+0000 mon.a (mon.0) 10518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.311866+0000 mon.a (mon.0) 10519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.312479+0000 mon.a (mon.0) 10520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.318076+0000 mon.a (mon.0) 10521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.376220+0000 mon.a (mon.0) 10522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.378914+0000 mon.a (mon.0) 10523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.380281+0000 mon.a (mon.0) 10524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.384228+0000 mon.a (mon.0) 10525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.385089+0000 mon.a (mon.0) 10526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.391480+0000 mon.a (mon.0) 10527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.481614+0000 mon.a (mon.0) 10528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.485938+0000 mon.a (mon.0) 10529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.487693+0000 mon.a (mon.0) 10530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.258161+0000 mon.a (mon.0) 10512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.259929+0000 mon.a (mon.0) 10513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.260527+0000 mon.a (mon.0) 10514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.266133+0000 mon.a (mon.0) 10515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.307334+0000 mon.a (mon.0) 10516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.309258+0000 mon.a (mon.0) 10517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.310071+0000 mon.a (mon.0) 10518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.311866+0000 mon.a (mon.0) 10519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.312479+0000 mon.a (mon.0) 10520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.318076+0000 mon.a (mon.0) 10521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.376220+0000 mon.a (mon.0) 10522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.378914+0000 mon.a (mon.0) 10523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.380281+0000 mon.a (mon.0) 10524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.384228+0000 mon.a (mon.0) 10525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.385089+0000 mon.a (mon.0) 10526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.391480+0000 mon.a (mon.0) 10527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.481614+0000 mon.a (mon.0) 10528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.485938+0000 mon.a (mon.0) 10529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.487693+0000 mon.a (mon.0) 10530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.491996+0000 mon.a (mon.0) 10531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.493397+0000 mon.a (mon.0) 10532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.502927+0000 mon.a (mon.0) 10533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.561756+0000 mon.a (mon.0) 10534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.563568+0000 mon.a (mon.0) 10535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.564586+0000 mon.a (mon.0) 10536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.566727+0000 mon.a (mon.0) 10537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.567369+0000 mon.a (mon.0) 10538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.573752+0000 mon.a (mon.0) 10539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.630739+0000 mon.a (mon.0) 10540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.633014+0000 mon.a (mon.0) 10541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.634189+0000 mon.a (mon.0) 10542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.637392+0000 mon.a (mon.0) 10543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.638234+0000 mon.a (mon.0) 10544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.645998+0000 mon.a (mon.0) 10545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.728963+0000 mon.a (mon.0) 10546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.733281+0000 mon.a (mon.0) 10547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.734976+0000 mon.a (mon.0) 10548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.491996+0000 mon.a (mon.0) 10531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.493397+0000 mon.a (mon.0) 10532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.502927+0000 mon.a (mon.0) 10533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.561756+0000 mon.a (mon.0) 10534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.563568+0000 mon.a (mon.0) 10535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.564586+0000 mon.a (mon.0) 10536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.566727+0000 mon.a (mon.0) 10537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.567369+0000 mon.a (mon.0) 10538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.573752+0000 mon.a (mon.0) 10539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.630739+0000 mon.a (mon.0) 10540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.633014+0000 mon.a (mon.0) 10541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.634189+0000 mon.a (mon.0) 10542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.637392+0000 mon.a (mon.0) 10543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.638234+0000 mon.a (mon.0) 10544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.645998+0000 mon.a (mon.0) 10545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.728963+0000 mon.a (mon.0) 10546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.733281+0000 mon.a (mon.0) 10547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.734976+0000 mon.a (mon.0) 10548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.738465+0000 mon.a (mon.0) 10549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.739517+0000 mon.a (mon.0) 10550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.749420+0000 mon.a (mon.0) 10551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.838618+0000 mon.a (mon.0) 10552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.842591+0000 mon.a (mon.0) 10553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.844062+0000 mon.a (mon.0) 10554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.846773+0000 mon.a (mon.0) 10555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.847557+0000 mon.a (mon.0) 10556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.855238+0000 mon.a (mon.0) 10557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.912716+0000 mon.a (mon.0) 10558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.915149+0000 mon.a (mon.0) 10559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.916427+0000 mon.a (mon.0) 10560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.918873+0000 mon.a (mon.0) 10561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.919759+0000 mon.a (mon.0) 10562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.927013+0000 mon.a (mon.0) 10563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.984371+0000 mon.a (mon.0) 10564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.986305+0000 mon.a (mon.0) 10565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.987149+0000 mon.a (mon.0) 10566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.989154+0000 mon.a (mon.0) 10567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.989820+0000 mon.a (mon.0) 10568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:18.995869+0000 mon.a (mon.0) 10569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:19.053924+0000 mon.a (mon.0) 10570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:19.055806+0000 mon.a (mon.0) 10571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:19.056658+0000 mon.a (mon.0) 10572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:19.059048+0000 mon.a (mon.0) 10573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:19.059874+0000 mon.a (mon.0) 10574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[73934]: audit 2024-03-30T04:50:19.067864+0000 mon.a (mon.0) 10575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.738465+0000 mon.a (mon.0) 10549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.739517+0000 mon.a (mon.0) 10550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.749420+0000 mon.a (mon.0) 10551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.838618+0000 mon.a (mon.0) 10552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.842591+0000 mon.a (mon.0) 10553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.844062+0000 mon.a (mon.0) 10554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.846773+0000 mon.a (mon.0) 10555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.847557+0000 mon.a (mon.0) 10556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.855238+0000 mon.a (mon.0) 10557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.912716+0000 mon.a (mon.0) 10558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.915149+0000 mon.a (mon.0) 10559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.916427+0000 mon.a (mon.0) 10560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.918873+0000 mon.a (mon.0) 10561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.919759+0000 mon.a (mon.0) 10562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.927013+0000 mon.a (mon.0) 10563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.984371+0000 mon.a (mon.0) 10564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.986305+0000 mon.a (mon.0) 10565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.987149+0000 mon.a (mon.0) 10566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.989154+0000 mon.a (mon.0) 10567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.989820+0000 mon.a (mon.0) 10568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:18.995869+0000 mon.a (mon.0) 10569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:19.053924+0000 mon.a (mon.0) 10570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:19.055806+0000 mon.a (mon.0) 10571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:19.056658+0000 mon.a (mon.0) 10572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:19.059048+0000 mon.a (mon.0) 10573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:19.059874+0000 mon.a (mon.0) 10574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:19 smithi097 bash[69502]: audit 2024-03-30T04:50:19.067864+0000 mon.a (mon.0) 10575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.100094+0000 mon.a (mon.0) 10496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.110110+0000 mon.a (mon.0) 10497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.126315+0000 mon.a (mon.0) 10498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.128700+0000 mon.a (mon.0) 10499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.129416+0000 mon.a (mon.0) 10500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.130797+0000 mgr.y (mgr.25387) 5155 : cluster [DBG] pgmap v3379: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 0 op/s 2024-03-30T04:50:19.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.131028+0000 mgr.y (mgr.25387) 5156 : cluster [DBG] pgmap v3380: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 0 op/s 2024-03-30T04:50:19.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.135759+0000 mon.a (mon.0) 10501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.136203+0000 mgr.y (mgr.25387) 5157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:19.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.192655+0000 mon.a (mon.0) 10502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.196028+0000 mon.a (mon.0) 10503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.203019+0000 mon.a (mon.0) 10504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.204812+0000 mon.a (mon.0) 10505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.205912+0000 mon.a (mon.0) 10506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.207730+0000 mon.a (mon.0) 10507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.208316+0000 mon.a (mon.0) 10508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.214318+0000 mon.a (mon.0) 10509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.255573+0000 mon.a (mon.0) 10510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.257368+0000 mon.a (mon.0) 10511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.258161+0000 mon.a (mon.0) 10512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.259929+0000 mon.a (mon.0) 10513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.260527+0000 mon.a (mon.0) 10514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.266133+0000 mon.a (mon.0) 10515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.307334+0000 mon.a (mon.0) 10516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.309258+0000 mon.a (mon.0) 10517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.310071+0000 mon.a (mon.0) 10518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.311866+0000 mon.a (mon.0) 10519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.312479+0000 mon.a (mon.0) 10520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.318076+0000 mon.a (mon.0) 10521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.376220+0000 mon.a (mon.0) 10522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.378914+0000 mon.a (mon.0) 10523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.380281+0000 mon.a (mon.0) 10524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.384228+0000 mon.a (mon.0) 10525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.385089+0000 mon.a (mon.0) 10526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.391480+0000 mon.a (mon.0) 10527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.481614+0000 mon.a (mon.0) 10528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.485938+0000 mon.a (mon.0) 10529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.487693+0000 mon.a (mon.0) 10530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.491996+0000 mon.a (mon.0) 10531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.493397+0000 mon.a (mon.0) 10532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.502927+0000 mon.a (mon.0) 10533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.561756+0000 mon.a (mon.0) 10534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.563568+0000 mon.a (mon.0) 10535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.564586+0000 mon.a (mon.0) 10536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.566727+0000 mon.a (mon.0) 10537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.567369+0000 mon.a (mon.0) 10538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.573752+0000 mon.a (mon.0) 10539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.630739+0000 mon.a (mon.0) 10540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.633014+0000 mon.a (mon.0) 10541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.634189+0000 mon.a (mon.0) 10542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.637392+0000 mon.a (mon.0) 10543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.638234+0000 mon.a (mon.0) 10544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.645998+0000 mon.a (mon.0) 10545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.728963+0000 mon.a (mon.0) 10546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.733281+0000 mon.a (mon.0) 10547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.734976+0000 mon.a (mon.0) 10548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.738465+0000 mon.a (mon.0) 10549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.739517+0000 mon.a (mon.0) 10550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.749420+0000 mon.a (mon.0) 10551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.838618+0000 mon.a (mon.0) 10552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.842591+0000 mon.a (mon.0) 10553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.844062+0000 mon.a (mon.0) 10554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.846773+0000 mon.a (mon.0) 10555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.847557+0000 mon.a (mon.0) 10556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.855238+0000 mon.a (mon.0) 10557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.912716+0000 mon.a (mon.0) 10558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.915149+0000 mon.a (mon.0) 10559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.916427+0000 mon.a (mon.0) 10560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.918873+0000 mon.a (mon.0) 10561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.919759+0000 mon.a (mon.0) 10562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.927013+0000 mon.a (mon.0) 10563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.984371+0000 mon.a (mon.0) 10564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.986305+0000 mon.a (mon.0) 10565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.987149+0000 mon.a (mon.0) 10566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.989154+0000 mon.a (mon.0) 10567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.989820+0000 mon.a (mon.0) 10568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:18.995869+0000 mon.a (mon.0) 10569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:19.053924+0000 mon.a (mon.0) 10570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:19.055806+0000 mon.a (mon.0) 10571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:19.056658+0000 mon.a (mon.0) 10572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:19.059048+0000 mon.a (mon.0) 10573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:19.059874+0000 mon.a (mon.0) 10574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:19.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:19 smithi105 bash[58125]: audit 2024-03-30T04:50:19.067864+0000 mon.a (mon.0) 10575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.355 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:18.193240+0000 mgr.y (mgr.25387) 5158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:20.355 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:18.196359+0000 mgr.y (mgr.25387) 5159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:20.355 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.209486+0000 mgr.y (mgr.25387) 5160 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:50:20.355 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.209739+0000 mgr.y (mgr.25387) 5161 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.214785+0000 mgr.y (mgr.25387) 5162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.261696+0000 mgr.y (mgr.25387) 5163 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.261944+0000 mgr.y (mgr.25387) 5164 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.266549+0000 mgr.y (mgr.25387) 5165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.313662+0000 mgr.y (mgr.25387) 5166 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.313917+0000 mgr.y (mgr.25387) 5167 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.318559+0000 mgr.y (mgr.25387) 5168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.386783+0000 mgr.y (mgr.25387) 5169 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.387395+0000 mgr.y (mgr.25387) 5170 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.392045+0000 mgr.y (mgr.25387) 5171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.496233+0000 mgr.y (mgr.25387) 5172 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.356 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.496864+0000 mgr.y (mgr.25387) 5173 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.503698+0000 mgr.y (mgr.25387) 5174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.568540+0000 mgr.y (mgr.25387) 5175 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.568793+0000 mgr.y (mgr.25387) 5176 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:18.193240+0000 mgr.y (mgr.25387) 5158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:18.196359+0000 mgr.y (mgr.25387) 5159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.209486+0000 mgr.y (mgr.25387) 5160 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.209739+0000 mgr.y (mgr.25387) 5161 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.214785+0000 mgr.y (mgr.25387) 5162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.261696+0000 mgr.y (mgr.25387) 5163 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:50:20.357 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.261944+0000 mgr.y (mgr.25387) 5164 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.266549+0000 mgr.y (mgr.25387) 5165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.313662+0000 mgr.y (mgr.25387) 5166 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.313917+0000 mgr.y (mgr.25387) 5167 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.318559+0000 mgr.y (mgr.25387) 5168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.386783+0000 mgr.y (mgr.25387) 5169 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.387395+0000 mgr.y (mgr.25387) 5170 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.392045+0000 mgr.y (mgr.25387) 5171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.496233+0000 mgr.y (mgr.25387) 5172 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.496864+0000 mgr.y (mgr.25387) 5173 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.503698+0000 mgr.y (mgr.25387) 5174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.568540+0000 mgr.y (mgr.25387) 5175 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.358 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.568793+0000 mgr.y (mgr.25387) 5176 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.574201+0000 mgr.y (mgr.25387) 5177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.639762+0000 mgr.y (mgr.25387) 5178 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.640429+0000 mgr.y (mgr.25387) 5179 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.646543+0000 mgr.y (mgr.25387) 5180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.741796+0000 mgr.y (mgr.25387) 5181 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.742431+0000 mgr.y (mgr.25387) 5182 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.750469+0000 mgr.y (mgr.25387) 5183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.849638+0000 mgr.y (mgr.25387) 5184 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.849876+0000 mgr.y (mgr.25387) 5185 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.856119+0000 mgr.y (mgr.25387) 5186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.921471+0000 mgr.y (mgr.25387) 5187 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.359 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.923831+0000 mgr.y (mgr.25387) 5188 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.927805+0000 mgr.y (mgr.25387) 5189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.991125+0000 mgr.y (mgr.25387) 5190 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:18.991338+0000 mgr.y (mgr.25387) 5191 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:18.996312+0000 mgr.y (mgr.25387) 5192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.061298+0000 mgr.y (mgr.25387) 5193 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.061598+0000 mgr.y (mgr.25387) 5194 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.068423+0000 mgr.y (mgr.25387) 5195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.127389+0000 mon.a (mon.0) 10576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.129488+0000 mon.a (mon.0) 10577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.574201+0000 mgr.y (mgr.25387) 5177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.360 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.639762+0000 mgr.y (mgr.25387) 5178 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.640429+0000 mgr.y (mgr.25387) 5179 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.646543+0000 mgr.y (mgr.25387) 5180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.741796+0000 mgr.y (mgr.25387) 5181 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.742431+0000 mgr.y (mgr.25387) 5182 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.750469+0000 mgr.y (mgr.25387) 5183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.849638+0000 mgr.y (mgr.25387) 5184 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.849876+0000 mgr.y (mgr.25387) 5185 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.856119+0000 mgr.y (mgr.25387) 5186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.921471+0000 mgr.y (mgr.25387) 5187 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.923831+0000 mgr.y (mgr.25387) 5188 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.927805+0000 mgr.y (mgr.25387) 5189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.991125+0000 mgr.y (mgr.25387) 5190 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:18.991338+0000 mgr.y (mgr.25387) 5191 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.361 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:18.996312+0000 mgr.y (mgr.25387) 5192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.061298+0000 mgr.y (mgr.25387) 5193 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.061598+0000 mgr.y (mgr.25387) 5194 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.068423+0000 mgr.y (mgr.25387) 5195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.127389+0000 mon.a (mon.0) 10576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.129488+0000 mon.a (mon.0) 10577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.130627+0000 mon.a (mon.0) 10578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.132691+0000 mon.a (mon.0) 10579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.133410+0000 mon.a (mon.0) 10580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.134838+0000 mgr.y (mgr.25387) 5196 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.362 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.135088+0000 mgr.y (mgr.25387) 5197 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.140007+0000 mon.a (mon.0) 10581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.140497+0000 mgr.y (mgr.25387) 5198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.198576+0000 mon.a (mon.0) 10582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.200646+0000 mon.a (mon.0) 10583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.201555+0000 mon.a (mon.0) 10584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.203518+0000 mon.a (mon.0) 10585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.204183+0000 mon.a (mon.0) 10586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.212819+0000 mon.a (mon.0) 10587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.255962+0000 mon.a (mon.0) 10588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.257980+0000 mon.a (mon.0) 10589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.258798+0000 mon.a (mon.0) 10590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.260803+0000 mon.a (mon.0) 10591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.261410+0000 mon.a (mon.0) 10592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.267988+0000 mon.a (mon.0) 10593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.130627+0000 mon.a (mon.0) 10578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.132691+0000 mon.a (mon.0) 10579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.133410+0000 mon.a (mon.0) 10580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.134838+0000 mgr.y (mgr.25387) 5196 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.135088+0000 mgr.y (mgr.25387) 5197 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.140007+0000 mon.a (mon.0) 10581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.140497+0000 mgr.y (mgr.25387) 5198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.198576+0000 mon.a (mon.0) 10582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.200646+0000 mon.a (mon.0) 10583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.201555+0000 mon.a (mon.0) 10584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.203518+0000 mon.a (mon.0) 10585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.204183+0000 mon.a (mon.0) 10586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.212819+0000 mon.a (mon.0) 10587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.255962+0000 mon.a (mon.0) 10588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.257980+0000 mon.a (mon.0) 10589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.258798+0000 mon.a (mon.0) 10590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.260803+0000 mon.a (mon.0) 10591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.261410+0000 mon.a (mon.0) 10592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.267988+0000 mon.a (mon.0) 10593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.325968+0000 mon.a (mon.0) 10594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.327992+0000 mon.a (mon.0) 10595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.365 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.328877+0000 mon.a (mon.0) 10596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.331022+0000 mon.a (mon.0) 10597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.331682+0000 mon.a (mon.0) 10598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.339095+0000 mon.a (mon.0) 10599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.398120+0000 mon.a (mon.0) 10600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.400302+0000 mon.a (mon.0) 10601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.401330+0000 mon.a (mon.0) 10602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.403922+0000 mon.a (mon.0) 10603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.404641+0000 mon.a (mon.0) 10604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.411389+0000 mon.a (mon.0) 10605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.482843+0000 mon.a (mon.0) 10606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.487160+0000 mon.a (mon.0) 10607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.488963+0000 mon.a (mon.0) 10608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.366 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.492856+0000 mon.a (mon.0) 10609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.494158+0000 mon.a (mon.0) 10610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.504472+0000 mon.a (mon.0) 10611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.590441+0000 mon.a (mon.0) 10612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.325968+0000 mon.a (mon.0) 10594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.327992+0000 mon.a (mon.0) 10595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.328877+0000 mon.a (mon.0) 10596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.331022+0000 mon.a (mon.0) 10597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.331682+0000 mon.a (mon.0) 10598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.339095+0000 mon.a (mon.0) 10599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.398120+0000 mon.a (mon.0) 10600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.367 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.400302+0000 mon.a (mon.0) 10601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.401330+0000 mon.a (mon.0) 10602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.403922+0000 mon.a (mon.0) 10603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.404641+0000 mon.a (mon.0) 10604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.411389+0000 mon.a (mon.0) 10605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.482843+0000 mon.a (mon.0) 10606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.487160+0000 mon.a (mon.0) 10607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.488963+0000 mon.a (mon.0) 10608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.492856+0000 mon.a (mon.0) 10609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.494158+0000 mon.a (mon.0) 10610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.504472+0000 mon.a (mon.0) 10611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.368 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.590441+0000 mon.a (mon.0) 10612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.594683+0000 mon.a (mon.0) 10613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.596340+0000 mon.a (mon.0) 10614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.600679+0000 mon.a (mon.0) 10615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.601942+0000 mon.a (mon.0) 10616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.612098+0000 mon.a (mon.0) 10617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.671528+0000 mon.a (mon.0) 10618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.673580+0000 mon.a (mon.0) 10619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.674444+0000 mon.a (mon.0) 10620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.676440+0000 mon.a (mon.0) 10621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.677085+0000 mon.a (mon.0) 10622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.686018+0000 mon.a (mon.0) 10623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.729387+0000 mon.a (mon.0) 10624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.731428+0000 mon.a (mon.0) 10625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.369 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.732656+0000 mon.a (mon.0) 10626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.735097+0000 mon.a (mon.0) 10627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.735886+0000 mon.a (mon.0) 10628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.745660+0000 mon.a (mon.0) 10629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.803510+0000 mon.a (mon.0) 10630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.806616+0000 mon.a (mon.0) 10631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.594683+0000 mon.a (mon.0) 10613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.596340+0000 mon.a (mon.0) 10614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.600679+0000 mon.a (mon.0) 10615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.601942+0000 mon.a (mon.0) 10616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.370 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.612098+0000 mon.a (mon.0) 10617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.671528+0000 mon.a (mon.0) 10618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.673580+0000 mon.a (mon.0) 10619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.674444+0000 mon.a (mon.0) 10620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.676440+0000 mon.a (mon.0) 10621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.677085+0000 mon.a (mon.0) 10622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.686018+0000 mon.a (mon.0) 10623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.729387+0000 mon.a (mon.0) 10624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.731428+0000 mon.a (mon.0) 10625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.732656+0000 mon.a (mon.0) 10626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.735097+0000 mon.a (mon.0) 10627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.735886+0000 mon.a (mon.0) 10628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.745660+0000 mon.a (mon.0) 10629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.803510+0000 mon.a (mon.0) 10630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.371 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.806616+0000 mon.a (mon.0) 10631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.807601+0000 mon.a (mon.0) 10632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.810004+0000 mon.a (mon.0) 10633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.810739+0000 mon.a (mon.0) 10634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.819524+0000 mon.a (mon.0) 10635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.861941+0000 mon.a (mon.0) 10636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.864661+0000 mon.a (mon.0) 10637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.865770+0000 mon.a (mon.0) 10638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.868143+0000 mon.a (mon.0) 10639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.868911+0000 mon.a (mon.0) 10640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.878433+0000 mon.a (mon.0) 10641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.919330+0000 mon.a (mon.0) 10642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.921225+0000 mon.a (mon.0) 10643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.372 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.922455+0000 mon.a (mon.0) 10644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.925059+0000 mon.a (mon.0) 10645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.925739+0000 mon.a (mon.0) 10646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.933668+0000 mon.a (mon.0) 10647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.980637+0000 mon.a (mon.0) 10648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.983273+0000 mon.a (mon.0) 10649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.984340+0000 mon.a (mon.0) 10650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.807601+0000 mon.a (mon.0) 10632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.810004+0000 mon.a (mon.0) 10633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.810739+0000 mon.a (mon.0) 10634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.819524+0000 mon.a (mon.0) 10635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.861941+0000 mon.a (mon.0) 10636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.373 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.864661+0000 mon.a (mon.0) 10637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.865770+0000 mon.a (mon.0) 10638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.868143+0000 mon.a (mon.0) 10639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.868911+0000 mon.a (mon.0) 10640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.878433+0000 mon.a (mon.0) 10641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.919330+0000 mon.a (mon.0) 10642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.921225+0000 mon.a (mon.0) 10643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.922455+0000 mon.a (mon.0) 10644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.925059+0000 mon.a (mon.0) 10645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.925739+0000 mon.a (mon.0) 10646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.933668+0000 mon.a (mon.0) 10647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.980637+0000 mon.a (mon.0) 10648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.983273+0000 mon.a (mon.0) 10649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.984340+0000 mon.a (mon.0) 10650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.986806+0000 mon.a (mon.0) 10651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.987561+0000 mon.a (mon.0) 10652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:19.996478+0000 mon.a (mon.0) 10653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:20.075108+0000 mon.a (mon.0) 10654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:20.077209+0000 mon.a (mon.0) 10655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:20.078644+0000 mon.a (mon.0) 10656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:20.081057+0000 mon.a (mon.0) 10657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:20.082910+0000 mon.a (mon.0) 10658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[73934]: audit 2024-03-30T04:50:20.095632+0000 mon.a (mon.0) 10659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.986806+0000 mon.a (mon.0) 10651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.987561+0000 mon.a (mon.0) 10652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:19.996478+0000 mon.a (mon.0) 10653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:20.075108+0000 mon.a (mon.0) 10654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:20.077209+0000 mon.a (mon.0) 10655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:20.078644+0000 mon.a (mon.0) 10656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:20.081057+0000 mon.a (mon.0) 10657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:20.082910+0000 mon.a (mon.0) 10658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:20 smithi097 bash[69502]: audit 2024-03-30T04:50:20.095632+0000 mon.a (mon.0) 10659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:18.193240+0000 mgr.y (mgr.25387) 5158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:18.196359+0000 mgr.y (mgr.25387) 5159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.209486+0000 mgr.y (mgr.25387) 5160 : cluster [DBG] pgmap v3381: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.209739+0000 mgr.y (mgr.25387) 5161 : cluster [DBG] pgmap v3382: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 972 B/s rd, 0 op/s 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.214785+0000 mgr.y (mgr.25387) 5162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.261696+0000 mgr.y (mgr.25387) 5163 : cluster [DBG] pgmap v3383: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.261944+0000 mgr.y (mgr.25387) 5164 : cluster [DBG] pgmap v3384: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.266549+0000 mgr.y (mgr.25387) 5165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.313662+0000 mgr.y (mgr.25387) 5166 : cluster [DBG] pgmap v3385: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.313917+0000 mgr.y (mgr.25387) 5167 : cluster [DBG] pgmap v3386: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.318559+0000 mgr.y (mgr.25387) 5168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.386783+0000 mgr.y (mgr.25387) 5169 : cluster [DBG] pgmap v3387: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.387395+0000 mgr.y (mgr.25387) 5170 : cluster [DBG] pgmap v3388: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.392045+0000 mgr.y (mgr.25387) 5171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.496233+0000 mgr.y (mgr.25387) 5172 : cluster [DBG] pgmap v3389: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.496864+0000 mgr.y (mgr.25387) 5173 : cluster [DBG] pgmap v3390: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.503698+0000 mgr.y (mgr.25387) 5174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.568540+0000 mgr.y (mgr.25387) 5175 : cluster [DBG] pgmap v3391: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.568793+0000 mgr.y (mgr.25387) 5176 : cluster [DBG] pgmap v3392: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.574201+0000 mgr.y (mgr.25387) 5177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.639762+0000 mgr.y (mgr.25387) 5178 : cluster [DBG] pgmap v3393: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.640429+0000 mgr.y (mgr.25387) 5179 : cluster [DBG] pgmap v3394: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.646543+0000 mgr.y (mgr.25387) 5180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.741796+0000 mgr.y (mgr.25387) 5181 : cluster [DBG] pgmap v3395: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.742431+0000 mgr.y (mgr.25387) 5182 : cluster [DBG] pgmap v3396: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.750469+0000 mgr.y (mgr.25387) 5183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.849638+0000 mgr.y (mgr.25387) 5184 : cluster [DBG] pgmap v3397: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.849876+0000 mgr.y (mgr.25387) 5185 : cluster [DBG] pgmap v3398: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.856119+0000 mgr.y (mgr.25387) 5186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.921471+0000 mgr.y (mgr.25387) 5187 : cluster [DBG] pgmap v3399: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.923831+0000 mgr.y (mgr.25387) 5188 : cluster [DBG] pgmap v3400: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.927805+0000 mgr.y (mgr.25387) 5189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.991125+0000 mgr.y (mgr.25387) 5190 : cluster [DBG] pgmap v3401: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:18.991338+0000 mgr.y (mgr.25387) 5191 : cluster [DBG] pgmap v3402: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:18.996312+0000 mgr.y (mgr.25387) 5192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.061298+0000 mgr.y (mgr.25387) 5193 : cluster [DBG] pgmap v3403: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.061598+0000 mgr.y (mgr.25387) 5194 : cluster [DBG] pgmap v3404: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.068423+0000 mgr.y (mgr.25387) 5195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.127389+0000 mon.a (mon.0) 10576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.129488+0000 mon.a (mon.0) 10577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.130627+0000 mon.a (mon.0) 10578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.132691+0000 mon.a (mon.0) 10579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.133410+0000 mon.a (mon.0) 10580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.134838+0000 mgr.y (mgr.25387) 5196 : cluster [DBG] pgmap v3405: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.135088+0000 mgr.y (mgr.25387) 5197 : cluster [DBG] pgmap v3406: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.140007+0000 mon.a (mon.0) 10581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.140497+0000 mgr.y (mgr.25387) 5198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.198576+0000 mon.a (mon.0) 10582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.200646+0000 mon.a (mon.0) 10583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.201555+0000 mon.a (mon.0) 10584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.203518+0000 mon.a (mon.0) 10585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.204183+0000 mon.a (mon.0) 10586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.212819+0000 mon.a (mon.0) 10587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.255962+0000 mon.a (mon.0) 10588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.257980+0000 mon.a (mon.0) 10589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.258798+0000 mon.a (mon.0) 10590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.260803+0000 mon.a (mon.0) 10591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.261410+0000 mon.a (mon.0) 10592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.267988+0000 mon.a (mon.0) 10593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.325968+0000 mon.a (mon.0) 10594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.327992+0000 mon.a (mon.0) 10595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.328877+0000 mon.a (mon.0) 10596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.331022+0000 mon.a (mon.0) 10597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.331682+0000 mon.a (mon.0) 10598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.339095+0000 mon.a (mon.0) 10599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.398120+0000 mon.a (mon.0) 10600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.400302+0000 mon.a (mon.0) 10601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.401330+0000 mon.a (mon.0) 10602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.403922+0000 mon.a (mon.0) 10603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.404641+0000 mon.a (mon.0) 10604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.411389+0000 mon.a (mon.0) 10605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.482843+0000 mon.a (mon.0) 10606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.487160+0000 mon.a (mon.0) 10607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.488963+0000 mon.a (mon.0) 10608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.492856+0000 mon.a (mon.0) 10609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.494158+0000 mon.a (mon.0) 10610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.504472+0000 mon.a (mon.0) 10611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.590441+0000 mon.a (mon.0) 10612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.594683+0000 mon.a (mon.0) 10613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.596340+0000 mon.a (mon.0) 10614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.600679+0000 mon.a (mon.0) 10615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.601942+0000 mon.a (mon.0) 10616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.612098+0000 mon.a (mon.0) 10617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.671528+0000 mon.a (mon.0) 10618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.673580+0000 mon.a (mon.0) 10619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.674444+0000 mon.a (mon.0) 10620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.676440+0000 mon.a (mon.0) 10621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.677085+0000 mon.a (mon.0) 10622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.686018+0000 mon.a (mon.0) 10623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.729387+0000 mon.a (mon.0) 10624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.731428+0000 mon.a (mon.0) 10625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.732656+0000 mon.a (mon.0) 10626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.735097+0000 mon.a (mon.0) 10627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.735886+0000 mon.a (mon.0) 10628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.745660+0000 mon.a (mon.0) 10629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.803510+0000 mon.a (mon.0) 10630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.806616+0000 mon.a (mon.0) 10631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.807601+0000 mon.a (mon.0) 10632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.810004+0000 mon.a (mon.0) 10633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.810739+0000 mon.a (mon.0) 10634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.819524+0000 mon.a (mon.0) 10635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.861941+0000 mon.a (mon.0) 10636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.864661+0000 mon.a (mon.0) 10637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.865770+0000 mon.a (mon.0) 10638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.868143+0000 mon.a (mon.0) 10639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.868911+0000 mon.a (mon.0) 10640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.878433+0000 mon.a (mon.0) 10641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.919330+0000 mon.a (mon.0) 10642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.921225+0000 mon.a (mon.0) 10643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.922455+0000 mon.a (mon.0) 10644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.925059+0000 mon.a (mon.0) 10645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.925739+0000 mon.a (mon.0) 10646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.933668+0000 mon.a (mon.0) 10647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.980637+0000 mon.a (mon.0) 10648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.983273+0000 mon.a (mon.0) 10649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.984340+0000 mon.a (mon.0) 10650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.986806+0000 mon.a (mon.0) 10651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.987561+0000 mon.a (mon.0) 10652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:19.996478+0000 mon.a (mon.0) 10653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:20.075108+0000 mon.a (mon.0) 10654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:20.077209+0000 mon.a (mon.0) 10655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:20.078644+0000 mon.a (mon.0) 10656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:20.081057+0000 mon.a (mon.0) 10657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:20.082910+0000 mon.a (mon.0) 10658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:20.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:20 smithi105 bash[58125]: audit 2024-03-30T04:50:20.095632+0000 mon.a (mon.0) 10659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.205435+0000 mgr.y (mgr.25387) 5199 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.205660+0000 mgr.y (mgr.25387) 5200 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.213329+0000 mgr.y (mgr.25387) 5201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.262668+0000 mgr.y (mgr.25387) 5202 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.262857+0000 mgr.y (mgr.25387) 5203 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.268424+0000 mgr.y (mgr.25387) 5204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.333461+0000 mgr.y (mgr.25387) 5205 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.333712+0000 mgr.y (mgr.25387) 5206 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.339559+0000 mgr.y (mgr.25387) 5207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.405970+0000 mgr.y (mgr.25387) 5208 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.406225+0000 mgr.y (mgr.25387) 5209 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.411894+0000 mgr.y (mgr.25387) 5210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.496373+0000 mgr.y (mgr.25387) 5211 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.496651+0000 mgr.y (mgr.25387) 5212 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.505321+0000 mgr.y (mgr.25387) 5213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.604177+0000 mgr.y (mgr.25387) 5214 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.604430+0000 mgr.y (mgr.25387) 5215 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.612745+0000 mgr.y (mgr.25387) 5216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.678536+0000 mgr.y (mgr.25387) 5217 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.679014+0000 mgr.y (mgr.25387) 5218 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.686481+0000 mgr.y (mgr.25387) 5219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.737335+0000 mgr.y (mgr.25387) 5220 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.737602+0000 mgr.y (mgr.25387) 5221 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.746156+0000 mgr.y (mgr.25387) 5222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.812161+0000 mgr.y (mgr.25387) 5223 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.812420+0000 mgr.y (mgr.25387) 5224 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.820939+0000 mgr.y (mgr.25387) 5225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.870288+0000 mgr.y (mgr.25387) 5226 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.870512+0000 mgr.y (mgr.25387) 5227 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.878949+0000 mgr.y (mgr.25387) 5228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.926961+0000 mgr.y (mgr.25387) 5229 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.927199+0000 mgr.y (mgr.25387) 5230 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.934253+0000 mgr.y (mgr.25387) 5231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.988990+0000 mgr.y (mgr.25387) 5232 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:19.989205+0000 mgr.y (mgr.25387) 5233 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:19.997136+0000 mgr.y (mgr.25387) 5234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.088228+0000 mgr.y (mgr.25387) 5235 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.088462+0000 mgr.y (mgr.25387) 5236 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.096334+0000 mgr.y (mgr.25387) 5237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.157226+0000 mon.a (mon.0) 10660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.159051+0000 mon.a (mon.0) 10661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.159878+0000 mon.a (mon.0) 10662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.161996+0000 mon.a (mon.0) 10663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.162802+0000 mon.a (mon.0) 10664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.164425+0000 mgr.y (mgr.25387) 5238 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.164687+0000 mgr.y (mgr.25387) 5239 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.170072+0000 mon.a (mon.0) 10665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.170754+0000 mgr.y (mgr.25387) 5240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.227918+0000 mon.a (mon.0) 10666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.229895+0000 mon.a (mon.0) 10667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.230713+0000 mon.a (mon.0) 10668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.233009+0000 mon.a (mon.0) 10669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.233587+0000 mon.a (mon.0) 10670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.239148+0000 mon.a (mon.0) 10671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.301254+0000 mon.a (mon.0) 10672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.303345+0000 mon.a (mon.0) 10673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.304368+0000 mon.a (mon.0) 10674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.306437+0000 mon.a (mon.0) 10675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.307126+0000 mon.a (mon.0) 10676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.314468+0000 mon.a (mon.0) 10677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.371927+0000 mon.a (mon.0) 10678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.373678+0000 mon.a (mon.0) 10679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.374474+0000 mon.a (mon.0) 10680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.376375+0000 mon.a (mon.0) 10681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.376984+0000 mon.a (mon.0) 10682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.384726+0000 mon.a (mon.0) 10683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.442036+0000 mon.a (mon.0) 10684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.443813+0000 mon.a (mon.0) 10685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.444601+0000 mon.a (mon.0) 10686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.446421+0000 mon.a (mon.0) 10687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.447026+0000 mon.a (mon.0) 10688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.449696+0000 mon.a (mon.0) 10689 : audit [DBG] from='client.? 172.21.15.97:0/790113714' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.452893+0000 mon.a (mon.0) 10690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.510419+0000 mon.a (mon.0) 10691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.512341+0000 mon.a (mon.0) 10692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.513217+0000 mon.a (mon.0) 10693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.514993+0000 mon.a (mon.0) 10694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.515598+0000 mon.a (mon.0) 10695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.521476+0000 mon.a (mon.0) 10696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.579755+0000 mon.a (mon.0) 10697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.581591+0000 mon.a (mon.0) 10698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.582356+0000 mon.a (mon.0) 10699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.584185+0000 mon.a (mon.0) 10700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.584766+0000 mon.a (mon.0) 10701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.590386+0000 mon.a (mon.0) 10702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.647414+0000 mon.a (mon.0) 10703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.649310+0000 mon.a (mon.0) 10704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.650213+0000 mon.a (mon.0) 10705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.652165+0000 mon.a (mon.0) 10706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.652826+0000 mon.a (mon.0) 10707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.660666+0000 mon.a (mon.0) 10708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.718232+0000 mon.a (mon.0) 10709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.720155+0000 mon.a (mon.0) 10710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.720918+0000 mon.a (mon.0) 10711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.722679+0000 mon.a (mon.0) 10712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.723227+0000 mon.a (mon.0) 10713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.730865+0000 mon.a (mon.0) 10714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.772405+0000 mon.a (mon.0) 10715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.774433+0000 mon.a (mon.0) 10716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.775402+0000 mon.a (mon.0) 10717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.777409+0000 mon.a (mon.0) 10718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.778112+0000 mon.a (mon.0) 10719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.786410+0000 mon.a (mon.0) 10720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.827612+0000 mon.a (mon.0) 10721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.829417+0000 mon.a (mon.0) 10722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.830439+0000 mon.a (mon.0) 10723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.832550+0000 mon.a (mon.0) 10724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.833364+0000 mon.a (mon.0) 10725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.841588+0000 mon.a (mon.0) 10726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.898435+0000 mon.a (mon.0) 10727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.900281+0000 mon.a (mon.0) 10728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.901097+0000 mon.a (mon.0) 10729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.903153+0000 mon.a (mon.0) 10730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.903822+0000 mon.a (mon.0) 10731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.912501+0000 mon.a (mon.0) 10732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.957413+0000 mon.a (mon.0) 10733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.959519+0000 mon.a (mon.0) 10734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.960347+0000 mon.a (mon.0) 10735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.962988+0000 mon.a (mon.0) 10736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.963910+0000 mon.a (mon.0) 10737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:20.973555+0000 mon.a (mon.0) 10738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:21.035671+0000 mon.a (mon.0) 10739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:21.038054+0000 mon.a (mon.0) 10740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:21.039007+0000 mon.a (mon.0) 10741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:21.041211+0000 mon.a (mon.0) 10742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:21.041924+0000 mon.a (mon.0) 10743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:21 smithi105 bash[58125]: audit 2024-03-30T04:50:21.051032+0000 mon.a (mon.0) 10744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.205435+0000 mgr.y (mgr.25387) 5199 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.205660+0000 mgr.y (mgr.25387) 5200 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.213329+0000 mgr.y (mgr.25387) 5201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.262668+0000 mgr.y (mgr.25387) 5202 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.262857+0000 mgr.y (mgr.25387) 5203 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.268424+0000 mgr.y (mgr.25387) 5204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.333461+0000 mgr.y (mgr.25387) 5205 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.333712+0000 mgr.y (mgr.25387) 5206 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.339559+0000 mgr.y (mgr.25387) 5207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.405970+0000 mgr.y (mgr.25387) 5208 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.406225+0000 mgr.y (mgr.25387) 5209 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.411894+0000 mgr.y (mgr.25387) 5210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.496373+0000 mgr.y (mgr.25387) 5211 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.496651+0000 mgr.y (mgr.25387) 5212 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.505321+0000 mgr.y (mgr.25387) 5213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.604177+0000 mgr.y (mgr.25387) 5214 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.604430+0000 mgr.y (mgr.25387) 5215 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.612745+0000 mgr.y (mgr.25387) 5216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.678536+0000 mgr.y (mgr.25387) 5217 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.679014+0000 mgr.y (mgr.25387) 5218 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.205435+0000 mgr.y (mgr.25387) 5199 : cluster [DBG] pgmap v3407: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.205660+0000 mgr.y (mgr.25387) 5200 : cluster [DBG] pgmap v3408: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.213329+0000 mgr.y (mgr.25387) 5201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.262668+0000 mgr.y (mgr.25387) 5202 : cluster [DBG] pgmap v3409: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.262857+0000 mgr.y (mgr.25387) 5203 : cluster [DBG] pgmap v3410: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.268424+0000 mgr.y (mgr.25387) 5204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.333461+0000 mgr.y (mgr.25387) 5205 : cluster [DBG] pgmap v3411: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.333712+0000 mgr.y (mgr.25387) 5206 : cluster [DBG] pgmap v3412: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.339559+0000 mgr.y (mgr.25387) 5207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.405970+0000 mgr.y (mgr.25387) 5208 : cluster [DBG] pgmap v3413: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.406225+0000 mgr.y (mgr.25387) 5209 : cluster [DBG] pgmap v3414: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.411894+0000 mgr.y (mgr.25387) 5210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.496373+0000 mgr.y (mgr.25387) 5211 : cluster [DBG] pgmap v3415: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.496651+0000 mgr.y (mgr.25387) 5212 : cluster [DBG] pgmap v3416: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.505321+0000 mgr.y (mgr.25387) 5213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.604177+0000 mgr.y (mgr.25387) 5214 : cluster [DBG] pgmap v3417: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.604430+0000 mgr.y (mgr.25387) 5215 : cluster [DBG] pgmap v3418: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.612745+0000 mgr.y (mgr.25387) 5216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.678536+0000 mgr.y (mgr.25387) 5217 : cluster [DBG] pgmap v3419: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.679014+0000 mgr.y (mgr.25387) 5218 : cluster [DBG] pgmap v3420: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.686481+0000 mgr.y (mgr.25387) 5219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.737335+0000 mgr.y (mgr.25387) 5220 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.737602+0000 mgr.y (mgr.25387) 5221 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.746156+0000 mgr.y (mgr.25387) 5222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.812161+0000 mgr.y (mgr.25387) 5223 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.812420+0000 mgr.y (mgr.25387) 5224 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.820939+0000 mgr.y (mgr.25387) 5225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.870288+0000 mgr.y (mgr.25387) 5226 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.870512+0000 mgr.y (mgr.25387) 5227 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.878949+0000 mgr.y (mgr.25387) 5228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.926961+0000 mgr.y (mgr.25387) 5229 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.927199+0000 mgr.y (mgr.25387) 5230 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.934253+0000 mgr.y (mgr.25387) 5231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.988990+0000 mgr.y (mgr.25387) 5232 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:19.989205+0000 mgr.y (mgr.25387) 5233 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:19.997136+0000 mgr.y (mgr.25387) 5234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.088228+0000 mgr.y (mgr.25387) 5235 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.088462+0000 mgr.y (mgr.25387) 5236 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.096334+0000 mgr.y (mgr.25387) 5237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.157226+0000 mon.a (mon.0) 10660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.686481+0000 mgr.y (mgr.25387) 5219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.737335+0000 mgr.y (mgr.25387) 5220 : cluster [DBG] pgmap v3421: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.737602+0000 mgr.y (mgr.25387) 5221 : cluster [DBG] pgmap v3422: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.746156+0000 mgr.y (mgr.25387) 5222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.812161+0000 mgr.y (mgr.25387) 5223 : cluster [DBG] pgmap v3423: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.812420+0000 mgr.y (mgr.25387) 5224 : cluster [DBG] pgmap v3424: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.820939+0000 mgr.y (mgr.25387) 5225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.870288+0000 mgr.y (mgr.25387) 5226 : cluster [DBG] pgmap v3425: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.870512+0000 mgr.y (mgr.25387) 5227 : cluster [DBG] pgmap v3426: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.878949+0000 mgr.y (mgr.25387) 5228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.926961+0000 mgr.y (mgr.25387) 5229 : cluster [DBG] pgmap v3427: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.927199+0000 mgr.y (mgr.25387) 5230 : cluster [DBG] pgmap v3428: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.934253+0000 mgr.y (mgr.25387) 5231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.988990+0000 mgr.y (mgr.25387) 5232 : cluster [DBG] pgmap v3429: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:19.989205+0000 mgr.y (mgr.25387) 5233 : cluster [DBG] pgmap v3430: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:19.997136+0000 mgr.y (mgr.25387) 5234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.088228+0000 mgr.y (mgr.25387) 5235 : cluster [DBG] pgmap v3431: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.088462+0000 mgr.y (mgr.25387) 5236 : cluster [DBG] pgmap v3432: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.096334+0000 mgr.y (mgr.25387) 5237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.157226+0000 mon.a (mon.0) 10660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.159051+0000 mon.a (mon.0) 10661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.159878+0000 mon.a (mon.0) 10662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.161996+0000 mon.a (mon.0) 10663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.162802+0000 mon.a (mon.0) 10664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.164425+0000 mgr.y (mgr.25387) 5238 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.164687+0000 mgr.y (mgr.25387) 5239 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.170072+0000 mon.a (mon.0) 10665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.170754+0000 mgr.y (mgr.25387) 5240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.227918+0000 mon.a (mon.0) 10666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.229895+0000 mon.a (mon.0) 10667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.230713+0000 mon.a (mon.0) 10668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.233009+0000 mon.a (mon.0) 10669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.233587+0000 mon.a (mon.0) 10670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.239148+0000 mon.a (mon.0) 10671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.301254+0000 mon.a (mon.0) 10672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.303345+0000 mon.a (mon.0) 10673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.304368+0000 mon.a (mon.0) 10674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.306437+0000 mon.a (mon.0) 10675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.307126+0000 mon.a (mon.0) 10676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.159051+0000 mon.a (mon.0) 10661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.159878+0000 mon.a (mon.0) 10662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.161996+0000 mon.a (mon.0) 10663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.162802+0000 mon.a (mon.0) 10664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.164425+0000 mgr.y (mgr.25387) 5238 : cluster [DBG] pgmap v3433: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.164687+0000 mgr.y (mgr.25387) 5239 : cluster [DBG] pgmap v3434: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.170072+0000 mon.a (mon.0) 10665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.170754+0000 mgr.y (mgr.25387) 5240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.227918+0000 mon.a (mon.0) 10666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.229895+0000 mon.a (mon.0) 10667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.230713+0000 mon.a (mon.0) 10668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.233009+0000 mon.a (mon.0) 10669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.233587+0000 mon.a (mon.0) 10670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.239148+0000 mon.a (mon.0) 10671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.301254+0000 mon.a (mon.0) 10672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.303345+0000 mon.a (mon.0) 10673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.304368+0000 mon.a (mon.0) 10674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.306437+0000 mon.a (mon.0) 10675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.307126+0000 mon.a (mon.0) 10676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.314468+0000 mon.a (mon.0) 10677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.371927+0000 mon.a (mon.0) 10678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.373678+0000 mon.a (mon.0) 10679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.374474+0000 mon.a (mon.0) 10680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.376375+0000 mon.a (mon.0) 10681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.376984+0000 mon.a (mon.0) 10682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.384726+0000 mon.a (mon.0) 10683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.442036+0000 mon.a (mon.0) 10684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.443813+0000 mon.a (mon.0) 10685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.444601+0000 mon.a (mon.0) 10686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.446421+0000 mon.a (mon.0) 10687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.447026+0000 mon.a (mon.0) 10688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.449696+0000 mon.a (mon.0) 10689 : audit [DBG] from='client.? 172.21.15.97:0/790113714' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.452893+0000 mon.a (mon.0) 10690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.510419+0000 mon.a (mon.0) 10691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.512341+0000 mon.a (mon.0) 10692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.513217+0000 mon.a (mon.0) 10693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.514993+0000 mon.a (mon.0) 10694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.515598+0000 mon.a (mon.0) 10695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.314468+0000 mon.a (mon.0) 10677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.371927+0000 mon.a (mon.0) 10678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.373678+0000 mon.a (mon.0) 10679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.374474+0000 mon.a (mon.0) 10680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.376375+0000 mon.a (mon.0) 10681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.376984+0000 mon.a (mon.0) 10682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.384726+0000 mon.a (mon.0) 10683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.442036+0000 mon.a (mon.0) 10684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.443813+0000 mon.a (mon.0) 10685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.444601+0000 mon.a (mon.0) 10686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.446421+0000 mon.a (mon.0) 10687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.447026+0000 mon.a (mon.0) 10688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.449696+0000 mon.a (mon.0) 10689 : audit [DBG] from='client.? 172.21.15.97:0/790113714' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.452893+0000 mon.a (mon.0) 10690 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.510419+0000 mon.a (mon.0) 10691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.512341+0000 mon.a (mon.0) 10692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.513217+0000 mon.a (mon.0) 10693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.514993+0000 mon.a (mon.0) 10694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.515598+0000 mon.a (mon.0) 10695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.521476+0000 mon.a (mon.0) 10696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.579755+0000 mon.a (mon.0) 10697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.581591+0000 mon.a (mon.0) 10698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.582356+0000 mon.a (mon.0) 10699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.584185+0000 mon.a (mon.0) 10700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.584766+0000 mon.a (mon.0) 10701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.590386+0000 mon.a (mon.0) 10702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.647414+0000 mon.a (mon.0) 10703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.649310+0000 mon.a (mon.0) 10704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.650213+0000 mon.a (mon.0) 10705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.652165+0000 mon.a (mon.0) 10706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.652826+0000 mon.a (mon.0) 10707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.660666+0000 mon.a (mon.0) 10708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.718232+0000 mon.a (mon.0) 10709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.720155+0000 mon.a (mon.0) 10710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.720918+0000 mon.a (mon.0) 10711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.722679+0000 mon.a (mon.0) 10712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.723227+0000 mon.a (mon.0) 10713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.730865+0000 mon.a (mon.0) 10714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.521476+0000 mon.a (mon.0) 10696 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.579755+0000 mon.a (mon.0) 10697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.581591+0000 mon.a (mon.0) 10698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.582356+0000 mon.a (mon.0) 10699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.584185+0000 mon.a (mon.0) 10700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.584766+0000 mon.a (mon.0) 10701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.590386+0000 mon.a (mon.0) 10702 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.647414+0000 mon.a (mon.0) 10703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.649310+0000 mon.a (mon.0) 10704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.650213+0000 mon.a (mon.0) 10705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.652165+0000 mon.a (mon.0) 10706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.652826+0000 mon.a (mon.0) 10707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.660666+0000 mon.a (mon.0) 10708 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.718232+0000 mon.a (mon.0) 10709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.720155+0000 mon.a (mon.0) 10710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.720918+0000 mon.a (mon.0) 10711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.722679+0000 mon.a (mon.0) 10712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.723227+0000 mon.a (mon.0) 10713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.730865+0000 mon.a (mon.0) 10714 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.772405+0000 mon.a (mon.0) 10715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.774433+0000 mon.a (mon.0) 10716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.775402+0000 mon.a (mon.0) 10717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.777409+0000 mon.a (mon.0) 10718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.778112+0000 mon.a (mon.0) 10719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.786410+0000 mon.a (mon.0) 10720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.827612+0000 mon.a (mon.0) 10721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.829417+0000 mon.a (mon.0) 10722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.830439+0000 mon.a (mon.0) 10723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.832550+0000 mon.a (mon.0) 10724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.833364+0000 mon.a (mon.0) 10725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.841588+0000 mon.a (mon.0) 10726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.898435+0000 mon.a (mon.0) 10727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.900281+0000 mon.a (mon.0) 10728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.901097+0000 mon.a (mon.0) 10729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.903153+0000 mon.a (mon.0) 10730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.903822+0000 mon.a (mon.0) 10731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.912501+0000 mon.a (mon.0) 10732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.957413+0000 mon.a (mon.0) 10733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.772405+0000 mon.a (mon.0) 10715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.774433+0000 mon.a (mon.0) 10716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.775402+0000 mon.a (mon.0) 10717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.777409+0000 mon.a (mon.0) 10718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.778112+0000 mon.a (mon.0) 10719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.786410+0000 mon.a (mon.0) 10720 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.827612+0000 mon.a (mon.0) 10721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.829417+0000 mon.a (mon.0) 10722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.830439+0000 mon.a (mon.0) 10723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.832550+0000 mon.a (mon.0) 10724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.833364+0000 mon.a (mon.0) 10725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.841588+0000 mon.a (mon.0) 10726 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.898435+0000 mon.a (mon.0) 10727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.900281+0000 mon.a (mon.0) 10728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.901097+0000 mon.a (mon.0) 10729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.903153+0000 mon.a (mon.0) 10730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.903822+0000 mon.a (mon.0) 10731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.912501+0000 mon.a (mon.0) 10732 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.957413+0000 mon.a (mon.0) 10733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.959519+0000 mon.a (mon.0) 10734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.960347+0000 mon.a (mon.0) 10735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.962988+0000 mon.a (mon.0) 10736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.963910+0000 mon.a (mon.0) 10737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:20.973555+0000 mon.a (mon.0) 10738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:21.035671+0000 mon.a (mon.0) 10739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:21.038054+0000 mon.a (mon.0) 10740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:21.039007+0000 mon.a (mon.0) 10741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:21.041211+0000 mon.a (mon.0) 10742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:21.041924+0000 mon.a (mon.0) 10743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[69502]: audit 2024-03-30T04:50:21.051032+0000 mon.a (mon.0) 10744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.959519+0000 mon.a (mon.0) 10734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.960347+0000 mon.a (mon.0) 10735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.962988+0000 mon.a (mon.0) 10736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.963910+0000 mon.a (mon.0) 10737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:20.973555+0000 mon.a (mon.0) 10738 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:21.035671+0000 mon.a (mon.0) 10739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:21.038054+0000 mon.a (mon.0) 10740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:21.039007+0000 mon.a (mon.0) 10741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:21.041211+0000 mon.a (mon.0) 10742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:21.041924+0000 mon.a (mon.0) 10743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:21.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:21 smithi097 bash[73934]: audit 2024-03-30T04:50:21.051032+0000 mon.a (mon.0) 10744 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.234770+0000 mgr.y (mgr.25387) 5241 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.234997+0000 mgr.y (mgr.25387) 5242 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.239594+0000 mgr.y (mgr.25387) 5243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.308764+0000 mgr.y (mgr.25387) 5244 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.309029+0000 mgr.y (mgr.25387) 5245 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.315141+0000 mgr.y (mgr.25387) 5246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.378172+0000 mgr.y (mgr.25387) 5247 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.378405+0000 mgr.y (mgr.25387) 5248 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.385331+0000 mgr.y (mgr.25387) 5249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.448191+0000 mgr.y (mgr.25387) 5250 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.448426+0000 mgr.y (mgr.25387) 5251 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.453577+0000 mgr.y (mgr.25387) 5252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.516940+0000 mgr.y (mgr.25387) 5253 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.517173+0000 mgr.y (mgr.25387) 5254 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.521881+0000 mgr.y (mgr.25387) 5255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.585883+0000 mgr.y (mgr.25387) 5256 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.586063+0000 mgr.y (mgr.25387) 5257 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.590727+0000 mgr.y (mgr.25387) 5258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.654033+0000 mgr.y (mgr.25387) 5259 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 24 op/s 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.234770+0000 mgr.y (mgr.25387) 5241 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.234997+0000 mgr.y (mgr.25387) 5242 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.239594+0000 mgr.y (mgr.25387) 5243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.308764+0000 mgr.y (mgr.25387) 5244 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.309029+0000 mgr.y (mgr.25387) 5245 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.315141+0000 mgr.y (mgr.25387) 5246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.378172+0000 mgr.y (mgr.25387) 5247 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.378405+0000 mgr.y (mgr.25387) 5248 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.385331+0000 mgr.y (mgr.25387) 5249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.448191+0000 mgr.y (mgr.25387) 5250 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.448426+0000 mgr.y (mgr.25387) 5251 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.453577+0000 mgr.y (mgr.25387) 5252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.516940+0000 mgr.y (mgr.25387) 5253 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.517173+0000 mgr.y (mgr.25387) 5254 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.521881+0000 mgr.y (mgr.25387) 5255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.585883+0000 mgr.y (mgr.25387) 5256 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.586063+0000 mgr.y (mgr.25387) 5257 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.590727+0000 mgr.y (mgr.25387) 5258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.654033+0000 mgr.y (mgr.25387) 5259 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 24 op/s 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.654233+0000 mgr.y (mgr.25387) 5260 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 24 op/s 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.661086+0000 mgr.y (mgr.25387) 5261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.724338+0000 mgr.y (mgr.25387) 5262 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.724515+0000 mgr.y (mgr.25387) 5263 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.731268+0000 mgr.y (mgr.25387) 5264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.779570+0000 mgr.y (mgr.25387) 5265 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.779793+0000 mgr.y (mgr.25387) 5266 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.786986+0000 mgr.y (mgr.25387) 5267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.835044+0000 mgr.y (mgr.25387) 5268 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.835264+0000 mgr.y (mgr.25387) 5269 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.842068+0000 mgr.y (mgr.25387) 5270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.905097+0000 mgr.y (mgr.25387) 5271 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.905285+0000 mgr.y (mgr.25387) 5272 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.912950+0000 mgr.y (mgr.25387) 5273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.965523+0000 mgr.y (mgr.25387) 5274 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:20.965741+0000 mgr.y (mgr.25387) 5275 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:20.974143+0000 mgr.y (mgr.25387) 5276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.043402+0000 mgr.y (mgr.25387) 5277 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.043602+0000 mgr.y (mgr.25387) 5278 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.051627+0000 mgr.y (mgr.25387) 5279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.137603+0000 mon.a (mon.0) 10745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.654233+0000 mgr.y (mgr.25387) 5260 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 24 op/s 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.661086+0000 mgr.y (mgr.25387) 5261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.724338+0000 mgr.y (mgr.25387) 5262 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.724515+0000 mgr.y (mgr.25387) 5263 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.731268+0000 mgr.y (mgr.25387) 5264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.779570+0000 mgr.y (mgr.25387) 5265 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.779793+0000 mgr.y (mgr.25387) 5266 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.786986+0000 mgr.y (mgr.25387) 5267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.835044+0000 mgr.y (mgr.25387) 5268 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.835264+0000 mgr.y (mgr.25387) 5269 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.842068+0000 mgr.y (mgr.25387) 5270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.905097+0000 mgr.y (mgr.25387) 5271 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.905285+0000 mgr.y (mgr.25387) 5272 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.912950+0000 mgr.y (mgr.25387) 5273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.965523+0000 mgr.y (mgr.25387) 5274 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:20.965741+0000 mgr.y (mgr.25387) 5275 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:20.974143+0000 mgr.y (mgr.25387) 5276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.043402+0000 mgr.y (mgr.25387) 5277 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.043602+0000 mgr.y (mgr.25387) 5278 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.051627+0000 mgr.y (mgr.25387) 5279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.137603+0000 mon.a (mon.0) 10745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.139855+0000 mon.a (mon.0) 10746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.140985+0000 mon.a (mon.0) 10747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.143371+0000 mon.a (mon.0) 10748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.144029+0000 mon.a (mon.0) 10749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.145418+0000 mgr.y (mgr.25387) 5280 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.145639+0000 mgr.y (mgr.25387) 5281 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.150656+0000 mon.a (mon.0) 10750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.151197+0000 mgr.y (mgr.25387) 5282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.223733+0000 mon.a (mon.0) 10751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.225870+0000 mon.a (mon.0) 10752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.226923+0000 mon.a (mon.0) 10753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.230075+0000 mon.a (mon.0) 10754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.230843+0000 mon.a (mon.0) 10755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.240193+0000 mon.a (mon.0) 10756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.317721+0000 mon.a (mon.0) 10757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.320393+0000 mon.a (mon.0) 10758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.321634+0000 mon.a (mon.0) 10759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.324526+0000 mon.a (mon.0) 10760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.325398+0000 mon.a (mon.0) 10761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.139855+0000 mon.a (mon.0) 10746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.140985+0000 mon.a (mon.0) 10747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.143371+0000 mon.a (mon.0) 10748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.144029+0000 mon.a (mon.0) 10749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.145418+0000 mgr.y (mgr.25387) 5280 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.145639+0000 mgr.y (mgr.25387) 5281 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.150656+0000 mon.a (mon.0) 10750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.151197+0000 mgr.y (mgr.25387) 5282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.223733+0000 mon.a (mon.0) 10751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.225870+0000 mon.a (mon.0) 10752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.226923+0000 mon.a (mon.0) 10753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.230075+0000 mon.a (mon.0) 10754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.230843+0000 mon.a (mon.0) 10755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.240193+0000 mon.a (mon.0) 10756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.317721+0000 mon.a (mon.0) 10757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.320393+0000 mon.a (mon.0) 10758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.321634+0000 mon.a (mon.0) 10759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.324526+0000 mon.a (mon.0) 10760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.325398+0000 mon.a (mon.0) 10761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.333520+0000 mon.a (mon.0) 10762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.411878+0000 mon.a (mon.0) 10763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.414307+0000 mon.a (mon.0) 10764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.415707+0000 mon.a (mon.0) 10765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.418176+0000 mon.a (mon.0) 10766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.418915+0000 mon.a (mon.0) 10767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.425742+0000 mon.a (mon.0) 10768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.503428+0000 mon.a (mon.0) 10769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.506361+0000 mon.a (mon.0) 10770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.507522+0000 mon.a (mon.0) 10771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.510180+0000 mon.a (mon.0) 10772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.511052+0000 mon.a (mon.0) 10773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.518334+0000 mon.a (mon.0) 10774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.594122+0000 mon.a (mon.0) 10775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.596665+0000 mon.a (mon.0) 10776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.597967+0000 mon.a (mon.0) 10777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.600481+0000 mon.a (mon.0) 10778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.601397+0000 mon.a (mon.0) 10779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.608064+0000 mon.a (mon.0) 10780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.333520+0000 mon.a (mon.0) 10762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.411878+0000 mon.a (mon.0) 10763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.414307+0000 mon.a (mon.0) 10764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.415707+0000 mon.a (mon.0) 10765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.418176+0000 mon.a (mon.0) 10766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.418915+0000 mon.a (mon.0) 10767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.425742+0000 mon.a (mon.0) 10768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.503428+0000 mon.a (mon.0) 10769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.506361+0000 mon.a (mon.0) 10770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.507522+0000 mon.a (mon.0) 10771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.510180+0000 mon.a (mon.0) 10772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.511052+0000 mon.a (mon.0) 10773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.518334+0000 mon.a (mon.0) 10774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.594122+0000 mon.a (mon.0) 10775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.596665+0000 mon.a (mon.0) 10776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.597967+0000 mon.a (mon.0) 10777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.600481+0000 mon.a (mon.0) 10778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.601397+0000 mon.a (mon.0) 10779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.608064+0000 mon.a (mon.0) 10780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.685844+0000 mon.a (mon.0) 10781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.688760+0000 mon.a (mon.0) 10782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.690122+0000 mon.a (mon.0) 10783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.693218+0000 mon.a (mon.0) 10784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.694310+0000 mon.a (mon.0) 10785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.703879+0000 mon.a (mon.0) 10786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.790427+0000 mon.a (mon.0) 10787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.793335+0000 mon.a (mon.0) 10788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.794867+0000 mon.a (mon.0) 10789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.798496+0000 mon.a (mon.0) 10790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.799593+0000 mon.a (mon.0) 10791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.810860+0000 mon.a (mon.0) 10792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.886360+0000 mon.a (mon.0) 10793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.889098+0000 mon.a (mon.0) 10794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.890190+0000 mon.a (mon.0) 10795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.892400+0000 mon.a (mon.0) 10796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.893176+0000 mon.a (mon.0) 10797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.900960+0000 mon.a (mon.0) 10798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.975244+0000 mon.a (mon.0) 10799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.977020+0000 mon.a (mon.0) 10800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.978025+0000 mon.a (mon.0) 10801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.979802+0000 mon.a (mon.0) 10802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.980387+0000 mon.a (mon.0) 10803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:21.985952+0000 mon.a (mon.0) 10804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.026758+0000 mon.a (mon.0) 10805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.028794+0000 mon.a (mon.0) 10806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.029655+0000 mon.a (mon.0) 10807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.031458+0000 mon.a (mon.0) 10808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.032060+0000 mon.a (mon.0) 10809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.037712+0000 mon.a (mon.0) 10810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.094754+0000 mon.a (mon.0) 10811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.096630+0000 mon.a (mon.0) 10812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.097460+0000 mon.a (mon.0) 10813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.099254+0000 mon.a (mon.0) 10814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.099874+0000 mon.a (mon.0) 10815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[73934]: audit 2024-03-30T04:50:22.105784+0000 mon.a (mon.0) 10816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.685844+0000 mon.a (mon.0) 10781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.688760+0000 mon.a (mon.0) 10782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.690122+0000 mon.a (mon.0) 10783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.693218+0000 mon.a (mon.0) 10784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.694310+0000 mon.a (mon.0) 10785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.703879+0000 mon.a (mon.0) 10786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.790427+0000 mon.a (mon.0) 10787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.793335+0000 mon.a (mon.0) 10788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.794867+0000 mon.a (mon.0) 10789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.798496+0000 mon.a (mon.0) 10790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.799593+0000 mon.a (mon.0) 10791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.810860+0000 mon.a (mon.0) 10792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.886360+0000 mon.a (mon.0) 10793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.889098+0000 mon.a (mon.0) 10794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.890190+0000 mon.a (mon.0) 10795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.892400+0000 mon.a (mon.0) 10796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.893176+0000 mon.a (mon.0) 10797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.900960+0000 mon.a (mon.0) 10798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.975244+0000 mon.a (mon.0) 10799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.977020+0000 mon.a (mon.0) 10800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.978025+0000 mon.a (mon.0) 10801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.979802+0000 mon.a (mon.0) 10802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.980387+0000 mon.a (mon.0) 10803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:21.985952+0000 mon.a (mon.0) 10804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.026758+0000 mon.a (mon.0) 10805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.028794+0000 mon.a (mon.0) 10806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.029655+0000 mon.a (mon.0) 10807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.031458+0000 mon.a (mon.0) 10808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.032060+0000 mon.a (mon.0) 10809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.037712+0000 mon.a (mon.0) 10810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.094754+0000 mon.a (mon.0) 10811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.096630+0000 mon.a (mon.0) 10812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.097460+0000 mon.a (mon.0) 10813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.099254+0000 mon.a (mon.0) 10814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.099874+0000 mon.a (mon.0) 10815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[69502]: audit 2024-03-30T04:50:22.105784+0000 mon.a (mon.0) 10816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.234770+0000 mgr.y (mgr.25387) 5241 : cluster [DBG] pgmap v3435: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.234997+0000 mgr.y (mgr.25387) 5242 : cluster [DBG] pgmap v3436: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.239594+0000 mgr.y (mgr.25387) 5243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.308764+0000 mgr.y (mgr.25387) 5244 : cluster [DBG] pgmap v3437: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.309029+0000 mgr.y (mgr.25387) 5245 : cluster [DBG] pgmap v3438: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.315141+0000 mgr.y (mgr.25387) 5246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.378172+0000 mgr.y (mgr.25387) 5247 : cluster [DBG] pgmap v3439: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.378405+0000 mgr.y (mgr.25387) 5248 : cluster [DBG] pgmap v3440: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.385331+0000 mgr.y (mgr.25387) 5249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.448191+0000 mgr.y (mgr.25387) 5250 : cluster [DBG] pgmap v3441: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.448426+0000 mgr.y (mgr.25387) 5251 : cluster [DBG] pgmap v3442: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.453577+0000 mgr.y (mgr.25387) 5252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.516940+0000 mgr.y (mgr.25387) 5253 : cluster [DBG] pgmap v3443: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.517173+0000 mgr.y (mgr.25387) 5254 : cluster [DBG] pgmap v3444: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.521881+0000 mgr.y (mgr.25387) 5255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.585883+0000 mgr.y (mgr.25387) 5256 : cluster [DBG] pgmap v3445: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.586063+0000 mgr.y (mgr.25387) 5257 : cluster [DBG] pgmap v3446: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 24 op/s 2024-03-30T04:50:22.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.590727+0000 mgr.y (mgr.25387) 5258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.654033+0000 mgr.y (mgr.25387) 5259 : cluster [DBG] pgmap v3447: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 24 op/s 2024-03-30T04:50:22.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.654233+0000 mgr.y (mgr.25387) 5260 : cluster [DBG] pgmap v3448: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 24 op/s 2024-03-30T04:50:22.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.661086+0000 mgr.y (mgr.25387) 5261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.724338+0000 mgr.y (mgr.25387) 5262 : cluster [DBG] pgmap v3449: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.724515+0000 mgr.y (mgr.25387) 5263 : cluster [DBG] pgmap v3450: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.731268+0000 mgr.y (mgr.25387) 5264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.779570+0000 mgr.y (mgr.25387) 5265 : cluster [DBG] pgmap v3451: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.779793+0000 mgr.y (mgr.25387) 5266 : cluster [DBG] pgmap v3452: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.786986+0000 mgr.y (mgr.25387) 5267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.835044+0000 mgr.y (mgr.25387) 5268 : cluster [DBG] pgmap v3453: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.835264+0000 mgr.y (mgr.25387) 5269 : cluster [DBG] pgmap v3454: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.842068+0000 mgr.y (mgr.25387) 5270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.905097+0000 mgr.y (mgr.25387) 5271 : cluster [DBG] pgmap v3455: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.905285+0000 mgr.y (mgr.25387) 5272 : cluster [DBG] pgmap v3456: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.912950+0000 mgr.y (mgr.25387) 5273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.965523+0000 mgr.y (mgr.25387) 5274 : cluster [DBG] pgmap v3457: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:20.965741+0000 mgr.y (mgr.25387) 5275 : cluster [DBG] pgmap v3458: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:20.974143+0000 mgr.y (mgr.25387) 5276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.043402+0000 mgr.y (mgr.25387) 5277 : cluster [DBG] pgmap v3459: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.043602+0000 mgr.y (mgr.25387) 5278 : cluster [DBG] pgmap v3460: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.051627+0000 mgr.y (mgr.25387) 5279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.137603+0000 mon.a (mon.0) 10745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.139855+0000 mon.a (mon.0) 10746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.140985+0000 mon.a (mon.0) 10747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.143371+0000 mon.a (mon.0) 10748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.144029+0000 mon.a (mon.0) 10749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.145418+0000 mgr.y (mgr.25387) 5280 : cluster [DBG] pgmap v3461: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.145639+0000 mgr.y (mgr.25387) 5281 : cluster [DBG] pgmap v3462: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.150656+0000 mon.a (mon.0) 10750 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.151197+0000 mgr.y (mgr.25387) 5282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.223733+0000 mon.a (mon.0) 10751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.225870+0000 mon.a (mon.0) 10752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.226923+0000 mon.a (mon.0) 10753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.230075+0000 mon.a (mon.0) 10754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.230843+0000 mon.a (mon.0) 10755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.240193+0000 mon.a (mon.0) 10756 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.317721+0000 mon.a (mon.0) 10757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.320393+0000 mon.a (mon.0) 10758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.321634+0000 mon.a (mon.0) 10759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.324526+0000 mon.a (mon.0) 10760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.325398+0000 mon.a (mon.0) 10761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.333520+0000 mon.a (mon.0) 10762 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.411878+0000 mon.a (mon.0) 10763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.414307+0000 mon.a (mon.0) 10764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.415707+0000 mon.a (mon.0) 10765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.418176+0000 mon.a (mon.0) 10766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.418915+0000 mon.a (mon.0) 10767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.425742+0000 mon.a (mon.0) 10768 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.503428+0000 mon.a (mon.0) 10769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.506361+0000 mon.a (mon.0) 10770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.507522+0000 mon.a (mon.0) 10771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.510180+0000 mon.a (mon.0) 10772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.511052+0000 mon.a (mon.0) 10773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.518334+0000 mon.a (mon.0) 10774 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.594122+0000 mon.a (mon.0) 10775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.596665+0000 mon.a (mon.0) 10776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.597967+0000 mon.a (mon.0) 10777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.600481+0000 mon.a (mon.0) 10778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.601397+0000 mon.a (mon.0) 10779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.608064+0000 mon.a (mon.0) 10780 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.685844+0000 mon.a (mon.0) 10781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.688760+0000 mon.a (mon.0) 10782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.690122+0000 mon.a (mon.0) 10783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.693218+0000 mon.a (mon.0) 10784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.694310+0000 mon.a (mon.0) 10785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.703879+0000 mon.a (mon.0) 10786 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.790427+0000 mon.a (mon.0) 10787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.793335+0000 mon.a (mon.0) 10788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.794867+0000 mon.a (mon.0) 10789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.798496+0000 mon.a (mon.0) 10790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.799593+0000 mon.a (mon.0) 10791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.810860+0000 mon.a (mon.0) 10792 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.886360+0000 mon.a (mon.0) 10793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.889098+0000 mon.a (mon.0) 10794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.890190+0000 mon.a (mon.0) 10795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.892400+0000 mon.a (mon.0) 10796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.893176+0000 mon.a (mon.0) 10797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.900960+0000 mon.a (mon.0) 10798 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.975244+0000 mon.a (mon.0) 10799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.977020+0000 mon.a (mon.0) 10800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.978025+0000 mon.a (mon.0) 10801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.979802+0000 mon.a (mon.0) 10802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.980387+0000 mon.a (mon.0) 10803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:21.985952+0000 mon.a (mon.0) 10804 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.026758+0000 mon.a (mon.0) 10805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.028794+0000 mon.a (mon.0) 10806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.029655+0000 mon.a (mon.0) 10807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.031458+0000 mon.a (mon.0) 10808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.032060+0000 mon.a (mon.0) 10809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.037712+0000 mon.a (mon.0) 10810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.094754+0000 mon.a (mon.0) 10811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.096630+0000 mon.a (mon.0) 10812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.097460+0000 mon.a (mon.0) 10813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.099254+0000 mon.a (mon.0) 10814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.099874+0000 mon.a (mon.0) 10815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:22.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:22 smithi105 bash[58125]: audit 2024-03-30T04:50:22.105784+0000 mon.a (mon.0) 10816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:22.781 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:50:22] "GET /metrics HTTP/1.1" 200 38688 "" "Prometheus/2.33.4" 2024-03-30T04:50:23.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.232907+0000 mgr.y (mgr.25387) 5283 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.233123+0000 mgr.y (mgr.25387) 5284 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.240710+0000 mgr.y (mgr.25387) 5285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.327018+0000 mgr.y (mgr.25387) 5286 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.327207+0000 mgr.y (mgr.25387) 5287 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.334135+0000 mgr.y (mgr.25387) 5288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.420484+0000 mgr.y (mgr.25387) 5289 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.420832+0000 mgr.y (mgr.25387) 5290 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.426285+0000 mgr.y (mgr.25387) 5291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.513182+0000 mgr.y (mgr.25387) 5292 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.513660+0000 mgr.y (mgr.25387) 5293 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.518902+0000 mgr.y (mgr.25387) 5294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.602945+0000 mgr.y (mgr.25387) 5295 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.603172+0000 mgr.y (mgr.25387) 5296 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.608779+0000 mgr.y (mgr.25387) 5297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.696511+0000 mgr.y (mgr.25387) 5298 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.697017+0000 mgr.y (mgr.25387) 5299 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.704693+0000 mgr.y (mgr.25387) 5300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.801785+0000 mgr.y (mgr.25387) 5301 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.802298+0000 mgr.y (mgr.25387) 5302 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.811586+0000 mgr.y (mgr.25387) 5303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.894711+0000 mgr.y (mgr.25387) 5304 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.895143+0000 mgr.y (mgr.25387) 5305 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.901400+0000 mgr.y (mgr.25387) 5306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.981546+0000 mgr.y (mgr.25387) 5307 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:21.981786+0000 mgr.y (mgr.25387) 5308 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:21.986422+0000 mgr.y (mgr.25387) 5309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.033263+0000 mgr.y (mgr.25387) 5310 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.033467+0000 mgr.y (mgr.25387) 5311 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.038117+0000 mgr.y (mgr.25387) 5312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.101128+0000 mgr.y (mgr.25387) 5313 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.101380+0000 mgr.y (mgr.25387) 5314 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.106225+0000 mgr.y (mgr.25387) 5315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.167388+0000 mon.a (mon.0) 10817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.169687+0000 mon.a (mon.0) 10818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.170668+0000 mon.a (mon.0) 10819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.172902+0000 mon.a (mon.0) 10820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.173562+0000 mon.a (mon.0) 10821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.174954+0000 mgr.y (mgr.25387) 5316 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.175336+0000 mgr.y (mgr.25387) 5317 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.180625+0000 mon.a (mon.0) 10822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.181067+0000 mgr.y (mgr.25387) 5318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.221839+0000 mon.a (mon.0) 10823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.223843+0000 mon.a (mon.0) 10824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.224784+0000 mon.a (mon.0) 10825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.226761+0000 mon.a (mon.0) 10826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.227382+0000 mon.a (mon.0) 10827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.234649+0000 mon.a (mon.0) 10828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.275631+0000 mon.a (mon.0) 10829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.277557+0000 mon.a (mon.0) 10830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.278403+0000 mon.a (mon.0) 10831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.280345+0000 mon.a (mon.0) 10832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.280971+0000 mon.a (mon.0) 10833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.286633+0000 mon.a (mon.0) 10834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.337237+0000 mon.a (mon.0) 10835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.340168+0000 mon.a (mon.0) 10836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.341234+0000 mon.a (mon.0) 10837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.343735+0000 mon.a (mon.0) 10838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.344667+0000 mon.a (mon.0) 10839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.352155+0000 mon.a (mon.0) 10840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.426341+0000 mon.a (mon.0) 10841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.428490+0000 mon.a (mon.0) 10842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.429405+0000 mon.a (mon.0) 10843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.432002+0000 mon.a (mon.0) 10844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.432813+0000 mon.a (mon.0) 10845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.439281+0000 mon.a (mon.0) 10846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.512652+0000 mon.a (mon.0) 10847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.514532+0000 mon.a (mon.0) 10848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.515807+0000 mon.a (mon.0) 10849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.517848+0000 mon.a (mon.0) 10850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.518570+0000 mon.a (mon.0) 10851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.526081+0000 mon.a (mon.0) 10852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.589247+0000 mon.a (mon.0) 10853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.591111+0000 mon.a (mon.0) 10854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.591921+0000 mon.a (mon.0) 10855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.593905+0000 mon.a (mon.0) 10856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.594502+0000 mon.a (mon.0) 10857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.600157+0000 mon.a (mon.0) 10858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.645612+0000 mon.a (mon.0) 10859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.647697+0000 mon.a (mon.0) 10860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.648539+0000 mon.a (mon.0) 10861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.650588+0000 mon.a (mon.0) 10862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.651224+0000 mon.a (mon.0) 10863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.657976+0000 mon.a (mon.0) 10864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.703146+0000 mon.a (mon.0) 10865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.705226+0000 mon.a (mon.0) 10866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.706023+0000 mon.a (mon.0) 10867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.708005+0000 mon.a (mon.0) 10868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.708650+0000 mon.a (mon.0) 10869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.714366+0000 mon.a (mon.0) 10870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.771114+0000 mon.a (mon.0) 10871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.772895+0000 mon.a (mon.0) 10872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.773715+0000 mon.a (mon.0) 10873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.775598+0000 mon.a (mon.0) 10874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.776212+0000 mon.a (mon.0) 10875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.784650+0000 mon.a (mon.0) 10876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.843048+0000 mon.a (mon.0) 10877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.844959+0000 mon.a (mon.0) 10878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.845767+0000 mon.a (mon.0) 10879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.847650+0000 mon.a (mon.0) 10880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.848267+0000 mon.a (mon.0) 10881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.853831+0000 mon.a (mon.0) 10882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.911414+0000 mon.a (mon.0) 10883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.913288+0000 mon.a (mon.0) 10884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.914068+0000 mon.a (mon.0) 10885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.915891+0000 mon.a (mon.0) 10886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.916458+0000 mon.a (mon.0) 10887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.922372+0000 mon.a (mon.0) 10888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.968553+0000 mon.a (mon.0) 10889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.970391+0000 mon.a (mon.0) 10890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.971169+0000 mon.a (mon.0) 10891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.973079+0000 mon.a (mon.0) 10892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.973645+0000 mon.a (mon.0) 10893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:22.978823+0000 mon.a (mon.0) 10894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.019325+0000 mon.a (mon.0) 10895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.021129+0000 mon.a (mon.0) 10896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.021942+0000 mon.a (mon.0) 10897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.023824+0000 mon.a (mon.0) 10898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.024368+0000 mon.a (mon.0) 10899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.029758+0000 mon.a (mon.0) 10900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.070226+0000 mon.a (mon.0) 10901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.072024+0000 mon.a (mon.0) 10902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.072841+0000 mon.a (mon.0) 10903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.074805+0000 mon.a (mon.0) 10904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.075427+0000 mon.a (mon.0) 10905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.081129+0000 mon.a (mon.0) 10906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.122509+0000 mon.a (mon.0) 10907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.124505+0000 mon.a (mon.0) 10908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.125507+0000 mon.a (mon.0) 10909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.127492+0000 mon.a (mon.0) 10910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.128115+0000 mon.a (mon.0) 10911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:23 smithi105 bash[58125]: audit 2024-03-30T04:50:23.134368+0000 mon.a (mon.0) 10912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.232907+0000 mgr.y (mgr.25387) 5283 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.233123+0000 mgr.y (mgr.25387) 5284 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.240710+0000 mgr.y (mgr.25387) 5285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.327018+0000 mgr.y (mgr.25387) 5286 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.327207+0000 mgr.y (mgr.25387) 5287 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.334135+0000 mgr.y (mgr.25387) 5288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.420484+0000 mgr.y (mgr.25387) 5289 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.420832+0000 mgr.y (mgr.25387) 5290 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.426285+0000 mgr.y (mgr.25387) 5291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.513182+0000 mgr.y (mgr.25387) 5292 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.513660+0000 mgr.y (mgr.25387) 5293 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.518902+0000 mgr.y (mgr.25387) 5294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.602945+0000 mgr.y (mgr.25387) 5295 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.603172+0000 mgr.y (mgr.25387) 5296 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.608779+0000 mgr.y (mgr.25387) 5297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.696511+0000 mgr.y (mgr.25387) 5298 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.697017+0000 mgr.y (mgr.25387) 5299 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.704693+0000 mgr.y (mgr.25387) 5300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.801785+0000 mgr.y (mgr.25387) 5301 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.802298+0000 mgr.y (mgr.25387) 5302 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.232907+0000 mgr.y (mgr.25387) 5283 : cluster [DBG] pgmap v3463: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.233123+0000 mgr.y (mgr.25387) 5284 : cluster [DBG] pgmap v3464: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.240710+0000 mgr.y (mgr.25387) 5285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.327018+0000 mgr.y (mgr.25387) 5286 : cluster [DBG] pgmap v3465: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.327207+0000 mgr.y (mgr.25387) 5287 : cluster [DBG] pgmap v3466: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.334135+0000 mgr.y (mgr.25387) 5288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.420484+0000 mgr.y (mgr.25387) 5289 : cluster [DBG] pgmap v3467: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.420832+0000 mgr.y (mgr.25387) 5290 : cluster [DBG] pgmap v3468: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.426285+0000 mgr.y (mgr.25387) 5291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.513182+0000 mgr.y (mgr.25387) 5292 : cluster [DBG] pgmap v3469: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.513660+0000 mgr.y (mgr.25387) 5293 : cluster [DBG] pgmap v3470: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.518902+0000 mgr.y (mgr.25387) 5294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.602945+0000 mgr.y (mgr.25387) 5295 : cluster [DBG] pgmap v3471: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.603172+0000 mgr.y (mgr.25387) 5296 : cluster [DBG] pgmap v3472: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.608779+0000 mgr.y (mgr.25387) 5297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.696511+0000 mgr.y (mgr.25387) 5298 : cluster [DBG] pgmap v3473: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.697017+0000 mgr.y (mgr.25387) 5299 : cluster [DBG] pgmap v3474: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.704693+0000 mgr.y (mgr.25387) 5300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.801785+0000 mgr.y (mgr.25387) 5301 : cluster [DBG] pgmap v3475: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.802298+0000 mgr.y (mgr.25387) 5302 : cluster [DBG] pgmap v3476: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.811586+0000 mgr.y (mgr.25387) 5303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.894711+0000 mgr.y (mgr.25387) 5304 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.895143+0000 mgr.y (mgr.25387) 5305 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.901400+0000 mgr.y (mgr.25387) 5306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.981546+0000 mgr.y (mgr.25387) 5307 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:21.981786+0000 mgr.y (mgr.25387) 5308 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:21.986422+0000 mgr.y (mgr.25387) 5309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.033263+0000 mgr.y (mgr.25387) 5310 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.033467+0000 mgr.y (mgr.25387) 5311 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.038117+0000 mgr.y (mgr.25387) 5312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.101128+0000 mgr.y (mgr.25387) 5313 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.101380+0000 mgr.y (mgr.25387) 5314 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.106225+0000 mgr.y (mgr.25387) 5315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.167388+0000 mon.a (mon.0) 10817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.169687+0000 mon.a (mon.0) 10818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.170668+0000 mon.a (mon.0) 10819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.172902+0000 mon.a (mon.0) 10820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.173562+0000 mon.a (mon.0) 10821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.174954+0000 mgr.y (mgr.25387) 5316 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.175336+0000 mgr.y (mgr.25387) 5317 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.811586+0000 mgr.y (mgr.25387) 5303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.894711+0000 mgr.y (mgr.25387) 5304 : cluster [DBG] pgmap v3477: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.895143+0000 mgr.y (mgr.25387) 5305 : cluster [DBG] pgmap v3478: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.901400+0000 mgr.y (mgr.25387) 5306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.981546+0000 mgr.y (mgr.25387) 5307 : cluster [DBG] pgmap v3479: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:21.981786+0000 mgr.y (mgr.25387) 5308 : cluster [DBG] pgmap v3480: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:21.986422+0000 mgr.y (mgr.25387) 5309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.033263+0000 mgr.y (mgr.25387) 5310 : cluster [DBG] pgmap v3481: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.033467+0000 mgr.y (mgr.25387) 5311 : cluster [DBG] pgmap v3482: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.038117+0000 mgr.y (mgr.25387) 5312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.101128+0000 mgr.y (mgr.25387) 5313 : cluster [DBG] pgmap v3483: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.101380+0000 mgr.y (mgr.25387) 5314 : cluster [DBG] pgmap v3484: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.106225+0000 mgr.y (mgr.25387) 5315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.167388+0000 mon.a (mon.0) 10817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.169687+0000 mon.a (mon.0) 10818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.170668+0000 mon.a (mon.0) 10819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.172902+0000 mon.a (mon.0) 10820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.173562+0000 mon.a (mon.0) 10821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.174954+0000 mgr.y (mgr.25387) 5316 : cluster [DBG] pgmap v3485: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.175336+0000 mgr.y (mgr.25387) 5317 : cluster [DBG] pgmap v3486: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.180625+0000 mon.a (mon.0) 10822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.181067+0000 mgr.y (mgr.25387) 5318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.221839+0000 mon.a (mon.0) 10823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.223843+0000 mon.a (mon.0) 10824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.224784+0000 mon.a (mon.0) 10825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.226761+0000 mon.a (mon.0) 10826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.227382+0000 mon.a (mon.0) 10827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.234649+0000 mon.a (mon.0) 10828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.275631+0000 mon.a (mon.0) 10829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.277557+0000 mon.a (mon.0) 10830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.278403+0000 mon.a (mon.0) 10831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.280345+0000 mon.a (mon.0) 10832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.280971+0000 mon.a (mon.0) 10833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.286633+0000 mon.a (mon.0) 10834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.337237+0000 mon.a (mon.0) 10835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.340168+0000 mon.a (mon.0) 10836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.341234+0000 mon.a (mon.0) 10837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.343735+0000 mon.a (mon.0) 10838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.344667+0000 mon.a (mon.0) 10839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.180625+0000 mon.a (mon.0) 10822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.181067+0000 mgr.y (mgr.25387) 5318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.221839+0000 mon.a (mon.0) 10823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.223843+0000 mon.a (mon.0) 10824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.224784+0000 mon.a (mon.0) 10825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.226761+0000 mon.a (mon.0) 10826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.227382+0000 mon.a (mon.0) 10827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.234649+0000 mon.a (mon.0) 10828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.275631+0000 mon.a (mon.0) 10829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.277557+0000 mon.a (mon.0) 10830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.278403+0000 mon.a (mon.0) 10831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.280345+0000 mon.a (mon.0) 10832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.280971+0000 mon.a (mon.0) 10833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.286633+0000 mon.a (mon.0) 10834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.337237+0000 mon.a (mon.0) 10835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.340168+0000 mon.a (mon.0) 10836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.341234+0000 mon.a (mon.0) 10837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.343735+0000 mon.a (mon.0) 10838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.344667+0000 mon.a (mon.0) 10839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.352155+0000 mon.a (mon.0) 10840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.426341+0000 mon.a (mon.0) 10841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.428490+0000 mon.a (mon.0) 10842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.429405+0000 mon.a (mon.0) 10843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.432002+0000 mon.a (mon.0) 10844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.432813+0000 mon.a (mon.0) 10845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.439281+0000 mon.a (mon.0) 10846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.512652+0000 mon.a (mon.0) 10847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.514532+0000 mon.a (mon.0) 10848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.515807+0000 mon.a (mon.0) 10849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.517848+0000 mon.a (mon.0) 10850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.518570+0000 mon.a (mon.0) 10851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.526081+0000 mon.a (mon.0) 10852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.589247+0000 mon.a (mon.0) 10853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.591111+0000 mon.a (mon.0) 10854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.591921+0000 mon.a (mon.0) 10855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.593905+0000 mon.a (mon.0) 10856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.594502+0000 mon.a (mon.0) 10857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.600157+0000 mon.a (mon.0) 10858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.352155+0000 mon.a (mon.0) 10840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.426341+0000 mon.a (mon.0) 10841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.428490+0000 mon.a (mon.0) 10842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.429405+0000 mon.a (mon.0) 10843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.432002+0000 mon.a (mon.0) 10844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.432813+0000 mon.a (mon.0) 10845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.439281+0000 mon.a (mon.0) 10846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.512652+0000 mon.a (mon.0) 10847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.514532+0000 mon.a (mon.0) 10848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.515807+0000 mon.a (mon.0) 10849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.517848+0000 mon.a (mon.0) 10850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.518570+0000 mon.a (mon.0) 10851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.526081+0000 mon.a (mon.0) 10852 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.589247+0000 mon.a (mon.0) 10853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.591111+0000 mon.a (mon.0) 10854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.591921+0000 mon.a (mon.0) 10855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.593905+0000 mon.a (mon.0) 10856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.594502+0000 mon.a (mon.0) 10857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.600157+0000 mon.a (mon.0) 10858 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.645612+0000 mon.a (mon.0) 10859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.647697+0000 mon.a (mon.0) 10860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.648539+0000 mon.a (mon.0) 10861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.650588+0000 mon.a (mon.0) 10862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.651224+0000 mon.a (mon.0) 10863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.657976+0000 mon.a (mon.0) 10864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.703146+0000 mon.a (mon.0) 10865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.705226+0000 mon.a (mon.0) 10866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.706023+0000 mon.a (mon.0) 10867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.708005+0000 mon.a (mon.0) 10868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.708650+0000 mon.a (mon.0) 10869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.714366+0000 mon.a (mon.0) 10870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.771114+0000 mon.a (mon.0) 10871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.772895+0000 mon.a (mon.0) 10872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.773715+0000 mon.a (mon.0) 10873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.775598+0000 mon.a (mon.0) 10874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.776212+0000 mon.a (mon.0) 10875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.784650+0000 mon.a (mon.0) 10876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.843048+0000 mon.a (mon.0) 10877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.645612+0000 mon.a (mon.0) 10859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.647697+0000 mon.a (mon.0) 10860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.648539+0000 mon.a (mon.0) 10861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.650588+0000 mon.a (mon.0) 10862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.651224+0000 mon.a (mon.0) 10863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.657976+0000 mon.a (mon.0) 10864 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.703146+0000 mon.a (mon.0) 10865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.705226+0000 mon.a (mon.0) 10866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.706023+0000 mon.a (mon.0) 10867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.708005+0000 mon.a (mon.0) 10868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.708650+0000 mon.a (mon.0) 10869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.714366+0000 mon.a (mon.0) 10870 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.771114+0000 mon.a (mon.0) 10871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.772895+0000 mon.a (mon.0) 10872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.773715+0000 mon.a (mon.0) 10873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.775598+0000 mon.a (mon.0) 10874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.776212+0000 mon.a (mon.0) 10875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.784650+0000 mon.a (mon.0) 10876 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.843048+0000 mon.a (mon.0) 10877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.844959+0000 mon.a (mon.0) 10878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.845767+0000 mon.a (mon.0) 10879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.847650+0000 mon.a (mon.0) 10880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.848267+0000 mon.a (mon.0) 10881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.853831+0000 mon.a (mon.0) 10882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.911414+0000 mon.a (mon.0) 10883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.913288+0000 mon.a (mon.0) 10884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.914068+0000 mon.a (mon.0) 10885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.915891+0000 mon.a (mon.0) 10886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.916458+0000 mon.a (mon.0) 10887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.922372+0000 mon.a (mon.0) 10888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.968553+0000 mon.a (mon.0) 10889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.970391+0000 mon.a (mon.0) 10890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.971169+0000 mon.a (mon.0) 10891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.973079+0000 mon.a (mon.0) 10892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.973645+0000 mon.a (mon.0) 10893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:22.978823+0000 mon.a (mon.0) 10894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.019325+0000 mon.a (mon.0) 10895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.021129+0000 mon.a (mon.0) 10896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.844959+0000 mon.a (mon.0) 10878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.845767+0000 mon.a (mon.0) 10879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.847650+0000 mon.a (mon.0) 10880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.848267+0000 mon.a (mon.0) 10881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.853831+0000 mon.a (mon.0) 10882 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.911414+0000 mon.a (mon.0) 10883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.913288+0000 mon.a (mon.0) 10884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.914068+0000 mon.a (mon.0) 10885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.915891+0000 mon.a (mon.0) 10886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.916458+0000 mon.a (mon.0) 10887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.922372+0000 mon.a (mon.0) 10888 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.968553+0000 mon.a (mon.0) 10889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.970391+0000 mon.a (mon.0) 10890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.971169+0000 mon.a (mon.0) 10891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.973079+0000 mon.a (mon.0) 10892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.973645+0000 mon.a (mon.0) 10893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:22.978823+0000 mon.a (mon.0) 10894 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.019325+0000 mon.a (mon.0) 10895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.021129+0000 mon.a (mon.0) 10896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.021942+0000 mon.a (mon.0) 10897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.023824+0000 mon.a (mon.0) 10898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.024368+0000 mon.a (mon.0) 10899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.029758+0000 mon.a (mon.0) 10900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.070226+0000 mon.a (mon.0) 10901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.072024+0000 mon.a (mon.0) 10902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.072841+0000 mon.a (mon.0) 10903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.074805+0000 mon.a (mon.0) 10904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.075427+0000 mon.a (mon.0) 10905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.081129+0000 mon.a (mon.0) 10906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.122509+0000 mon.a (mon.0) 10907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.124505+0000 mon.a (mon.0) 10908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.125507+0000 mon.a (mon.0) 10909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.127492+0000 mon.a (mon.0) 10910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.128115+0000 mon.a (mon.0) 10911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[69502]: audit 2024-03-30T04:50:23.134368+0000 mon.a (mon.0) 10912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.021942+0000 mon.a (mon.0) 10897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.023824+0000 mon.a (mon.0) 10898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.024368+0000 mon.a (mon.0) 10899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.029758+0000 mon.a (mon.0) 10900 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.070226+0000 mon.a (mon.0) 10901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.072024+0000 mon.a (mon.0) 10902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.072841+0000 mon.a (mon.0) 10903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.074805+0000 mon.a (mon.0) 10904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.075427+0000 mon.a (mon.0) 10905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.081129+0000 mon.a (mon.0) 10906 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.122509+0000 mon.a (mon.0) 10907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.124505+0000 mon.a (mon.0) 10908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.125507+0000 mon.a (mon.0) 10909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.127492+0000 mon.a (mon.0) 10910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.128115+0000 mon.a (mon.0) 10911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:23.397 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:23 smithi097 bash[73934]: audit 2024-03-30T04:50:23.134368+0000 mon.a (mon.0) 10912 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.228594+0000 mgr.y (mgr.25387) 5319 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.228818+0000 mgr.y (mgr.25387) 5320 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.235085+0000 mgr.y (mgr.25387) 5321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.282128+0000 mgr.y (mgr.25387) 5322 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.282351+0000 mgr.y (mgr.25387) 5323 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.287134+0000 mgr.y (mgr.25387) 5324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.346316+0000 mgr.y (mgr.25387) 5325 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.346524+0000 mgr.y (mgr.25387) 5326 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.158 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.352682+0000 mgr.y (mgr.25387) 5327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.434383+0000 mgr.y (mgr.25387) 5328 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.434615+0000 mgr.y (mgr.25387) 5329 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.439790+0000 mgr.y (mgr.25387) 5330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.520071+0000 mgr.y (mgr.25387) 5331 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.520255+0000 mgr.y (mgr.25387) 5332 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.528133+0000 mgr.y (mgr.25387) 5333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.595634+0000 mgr.y (mgr.25387) 5334 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.595828+0000 mgr.y (mgr.25387) 5335 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.600687+0000 mgr.y (mgr.25387) 5336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.652504+0000 mgr.y (mgr.25387) 5337 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.159 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.652766+0000 mgr.y (mgr.25387) 5338 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.160 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.228594+0000 mgr.y (mgr.25387) 5319 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.160 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.228818+0000 mgr.y (mgr.25387) 5320 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.160 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.235085+0000 mgr.y (mgr.25387) 5321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.282128+0000 mgr.y (mgr.25387) 5322 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.282351+0000 mgr.y (mgr.25387) 5323 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.287134+0000 mgr.y (mgr.25387) 5324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.346316+0000 mgr.y (mgr.25387) 5325 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.346524+0000 mgr.y (mgr.25387) 5326 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.352682+0000 mgr.y (mgr.25387) 5327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.434383+0000 mgr.y (mgr.25387) 5328 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.434615+0000 mgr.y (mgr.25387) 5329 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.439790+0000 mgr.y (mgr.25387) 5330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.520071+0000 mgr.y (mgr.25387) 5331 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.520255+0000 mgr.y (mgr.25387) 5332 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.528133+0000 mgr.y (mgr.25387) 5333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.595634+0000 mgr.y (mgr.25387) 5334 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.161 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.595828+0000 mgr.y (mgr.25387) 5335 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.600687+0000 mgr.y (mgr.25387) 5336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.652504+0000 mgr.y (mgr.25387) 5337 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.652766+0000 mgr.y (mgr.25387) 5338 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.658437+0000 mgr.y (mgr.25387) 5339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.709912+0000 mgr.y (mgr.25387) 5340 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.710155+0000 mgr.y (mgr.25387) 5341 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.714783+0000 mgr.y (mgr.25387) 5342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.777463+0000 mgr.y (mgr.25387) 5343 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.777662+0000 mgr.y (mgr.25387) 5344 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.785326+0000 mgr.y (mgr.25387) 5345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.849449+0000 mgr.y (mgr.25387) 5346 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.849651+0000 mgr.y (mgr.25387) 5347 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.854277+0000 mgr.y (mgr.25387) 5348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.917638+0000 mgr.y (mgr.25387) 5349 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.162 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.917833+0000 mgr.y (mgr.25387) 5350 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.922837+0000 mgr.y (mgr.25387) 5351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.974757+0000 mgr.y (mgr.25387) 5352 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:22.974995+0000 mgr.y (mgr.25387) 5353 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:22.979305+0000 mgr.y (mgr.25387) 5354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.025503+0000 mgr.y (mgr.25387) 5355 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.025738+0000 mgr.y (mgr.25387) 5356 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.030180+0000 mgr.y (mgr.25387) 5357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.076619+0000 mgr.y (mgr.25387) 5358 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.076811+0000 mgr.y (mgr.25387) 5359 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.081543+0000 mgr.y (mgr.25387) 5360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.129303+0000 mgr.y (mgr.25387) 5361 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.129528+0000 mgr.y (mgr.25387) 5362 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.134988+0000 mgr.y (mgr.25387) 5363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.163 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.191725+0000 mon.a (mon.0) 10913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.193494+0000 mon.a (mon.0) 10914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.194255+0000 mon.a (mon.0) 10915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.196007+0000 mon.a (mon.0) 10916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.196629+0000 mon.a (mon.0) 10917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.201985+0000 mon.a (mon.0) 10918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.242332+0000 mon.a (mon.0) 10919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.244320+0000 mon.a (mon.0) 10920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.245260+0000 mon.a (mon.0) 10921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.164 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.247234+0000 mon.a (mon.0) 10922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.247806+0000 mon.a (mon.0) 10923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.253965+0000 mon.a (mon.0) 10924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.294288+0000 mon.a (mon.0) 10925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.295918+0000 mon.a (mon.0) 10926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.296602+0000 mon.a (mon.0) 10927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.298306+0000 mon.a (mon.0) 10928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.298840+0000 mon.a (mon.0) 10929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.304124+0000 mon.a (mon.0) 10930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.345740+0000 mon.a (mon.0) 10931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.347581+0000 mon.a (mon.0) 10932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.348518+0000 mon.a (mon.0) 10933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.350577+0000 mon.a (mon.0) 10934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.351230+0000 mon.a (mon.0) 10935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.356733+0000 mon.a (mon.0) 10936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.165 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.398625+0000 mon.a (mon.0) 10937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.400400+0000 mon.a (mon.0) 10938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.401389+0000 mon.a (mon.0) 10939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.403586+0000 mon.a (mon.0) 10940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.404286+0000 mon.a (mon.0) 10941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.410373+0000 mon.a (mon.0) 10942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.467184+0000 mon.a (mon.0) 10943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.468997+0000 mon.a (mon.0) 10944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.470056+0000 mon.a (mon.0) 10945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.472190+0000 mon.a (mon.0) 10946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.472846+0000 mon.a (mon.0) 10947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.479845+0000 mon.a (mon.0) 10948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.536735+0000 mon.a (mon.0) 10949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.538569+0000 mon.a (mon.0) 10950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.166 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.539516+0000 mon.a (mon.0) 10951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.541944+0000 mon.a (mon.0) 10952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.542631+0000 mon.a (mon.0) 10953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.548347+0000 mon.a (mon.0) 10954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.620964+0000 mon.a (mon.0) 10955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.623669+0000 mon.a (mon.0) 10956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.625139+0000 mon.a (mon.0) 10957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.628842+0000 mon.a (mon.0) 10958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.629948+0000 mon.a (mon.0) 10959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.636473+0000 mon.a (mon.0) 10960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.711507+0000 mon.a (mon.0) 10961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.713587+0000 mon.a (mon.0) 10962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.714575+0000 mon.a (mon.0) 10963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.716959+0000 mon.a (mon.0) 10964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.167 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.717722+0000 mon.a (mon.0) 10965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.724287+0000 mon.a (mon.0) 10966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.797997+0000 mon.a (mon.0) 10967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.801293+0000 mon.a (mon.0) 10968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.802417+0000 mon.a (mon.0) 10969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.804775+0000 mon.a (mon.0) 10970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.805728+0000 mon.a (mon.0) 10971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.812089+0000 mon.a (mon.0) 10972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.887975+0000 mon.a (mon.0) 10973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.891565+0000 mon.a (mon.0) 10974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.893198+0000 mon.a (mon.0) 10975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.897057+0000 mon.a (mon.0) 10976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.898434+0000 mon.a (mon.0) 10977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.909456+0000 mon.a (mon.0) 10978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.987322+0000 mon.a (mon.0) 10979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.168 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.989648+0000 mon.a (mon.0) 10980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.990965+0000 mon.a (mon.0) 10981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.993612+0000 mon.a (mon.0) 10982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:23.994611+0000 mon.a (mon.0) 10983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.003932+0000 mon.a (mon.0) 10984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.061811+0000 mon.a (mon.0) 10985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.064000+0000 mon.a (mon.0) 10986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.064902+0000 mon.a (mon.0) 10987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.066850+0000 mon.a (mon.0) 10988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.067546+0000 mon.a (mon.0) 10989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.077366+0000 mon.a (mon.0) 10990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.119228+0000 mon.a (mon.0) 10991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.121235+0000 mon.a (mon.0) 10992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.122151+0000 mon.a (mon.0) 10993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.169 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.123939+0000 mon.a (mon.0) 10994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.124551+0000 mon.a (mon.0) 10995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[69502]: audit 2024-03-30T04:50:24.131970+0000 mon.a (mon.0) 10996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.658437+0000 mgr.y (mgr.25387) 5339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.709912+0000 mgr.y (mgr.25387) 5340 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.710155+0000 mgr.y (mgr.25387) 5341 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.714783+0000 mgr.y (mgr.25387) 5342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.777463+0000 mgr.y (mgr.25387) 5343 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.777662+0000 mgr.y (mgr.25387) 5344 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.785326+0000 mgr.y (mgr.25387) 5345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.849449+0000 mgr.y (mgr.25387) 5346 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.849651+0000 mgr.y (mgr.25387) 5347 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.170 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.854277+0000 mgr.y (mgr.25387) 5348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.917638+0000 mgr.y (mgr.25387) 5349 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.917833+0000 mgr.y (mgr.25387) 5350 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.922837+0000 mgr.y (mgr.25387) 5351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.974757+0000 mgr.y (mgr.25387) 5352 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:22.974995+0000 mgr.y (mgr.25387) 5353 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:22.979305+0000 mgr.y (mgr.25387) 5354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.025503+0000 mgr.y (mgr.25387) 5355 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.025738+0000 mgr.y (mgr.25387) 5356 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.030180+0000 mgr.y (mgr.25387) 5357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.076619+0000 mgr.y (mgr.25387) 5358 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.076811+0000 mgr.y (mgr.25387) 5359 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.081543+0000 mgr.y (mgr.25387) 5360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.129303+0000 mgr.y (mgr.25387) 5361 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.129528+0000 mgr.y (mgr.25387) 5362 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.171 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.134988+0000 mgr.y (mgr.25387) 5363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.191725+0000 mon.a (mon.0) 10913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.193494+0000 mon.a (mon.0) 10914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.194255+0000 mon.a (mon.0) 10915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.196007+0000 mon.a (mon.0) 10916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.196629+0000 mon.a (mon.0) 10917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.201985+0000 mon.a (mon.0) 10918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.242332+0000 mon.a (mon.0) 10919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.244320+0000 mon.a (mon.0) 10920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.245260+0000 mon.a (mon.0) 10921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.247234+0000 mon.a (mon.0) 10922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.247806+0000 mon.a (mon.0) 10923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.253965+0000 mon.a (mon.0) 10924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.294288+0000 mon.a (mon.0) 10925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.295918+0000 mon.a (mon.0) 10926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.172 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.296602+0000 mon.a (mon.0) 10927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.298306+0000 mon.a (mon.0) 10928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.298840+0000 mon.a (mon.0) 10929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.304124+0000 mon.a (mon.0) 10930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.345740+0000 mon.a (mon.0) 10931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.347581+0000 mon.a (mon.0) 10932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.348518+0000 mon.a (mon.0) 10933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.350577+0000 mon.a (mon.0) 10934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.351230+0000 mon.a (mon.0) 10935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.173 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.356733+0000 mon.a (mon.0) 10936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.398625+0000 mon.a (mon.0) 10937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.400400+0000 mon.a (mon.0) 10938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.401389+0000 mon.a (mon.0) 10939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.403586+0000 mon.a (mon.0) 10940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.404286+0000 mon.a (mon.0) 10941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.410373+0000 mon.a (mon.0) 10942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.467184+0000 mon.a (mon.0) 10943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.468997+0000 mon.a (mon.0) 10944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.470056+0000 mon.a (mon.0) 10945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.472190+0000 mon.a (mon.0) 10946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.472846+0000 mon.a (mon.0) 10947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.479845+0000 mon.a (mon.0) 10948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.536735+0000 mon.a (mon.0) 10949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.538569+0000 mon.a (mon.0) 10950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.539516+0000 mon.a (mon.0) 10951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.541944+0000 mon.a (mon.0) 10952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.542631+0000 mon.a (mon.0) 10953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.548347+0000 mon.a (mon.0) 10954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.620964+0000 mon.a (mon.0) 10955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.623669+0000 mon.a (mon.0) 10956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.625139+0000 mon.a (mon.0) 10957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.628842+0000 mon.a (mon.0) 10958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.629948+0000 mon.a (mon.0) 10959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.636473+0000 mon.a (mon.0) 10960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.711507+0000 mon.a (mon.0) 10961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.713587+0000 mon.a (mon.0) 10962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.714575+0000 mon.a (mon.0) 10963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.716959+0000 mon.a (mon.0) 10964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.717722+0000 mon.a (mon.0) 10965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.724287+0000 mon.a (mon.0) 10966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.797997+0000 mon.a (mon.0) 10967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.801293+0000 mon.a (mon.0) 10968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.802417+0000 mon.a (mon.0) 10969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.804775+0000 mon.a (mon.0) 10970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.805728+0000 mon.a (mon.0) 10971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.812089+0000 mon.a (mon.0) 10972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.887975+0000 mon.a (mon.0) 10973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.891565+0000 mon.a (mon.0) 10974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.893198+0000 mon.a (mon.0) 10975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.897057+0000 mon.a (mon.0) 10976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.898434+0000 mon.a (mon.0) 10977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.909456+0000 mon.a (mon.0) 10978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.987322+0000 mon.a (mon.0) 10979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.989648+0000 mon.a (mon.0) 10980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.990965+0000 mon.a (mon.0) 10981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.993612+0000 mon.a (mon.0) 10982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:23.994611+0000 mon.a (mon.0) 10983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.003932+0000 mon.a (mon.0) 10984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.061811+0000 mon.a (mon.0) 10985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.064000+0000 mon.a (mon.0) 10986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.064902+0000 mon.a (mon.0) 10987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.066850+0000 mon.a (mon.0) 10988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.067546+0000 mon.a (mon.0) 10989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.077366+0000 mon.a (mon.0) 10990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.119228+0000 mon.a (mon.0) 10991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.121235+0000 mon.a (mon.0) 10992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.122151+0000 mon.a (mon.0) 10993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.123939+0000 mon.a (mon.0) 10994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.124551+0000 mon.a (mon.0) 10995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:24 smithi097 bash[73934]: audit 2024-03-30T04:50:24.131970+0000 mon.a (mon.0) 10996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.412 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.228594+0000 mgr.y (mgr.25387) 5319 : cluster [DBG] pgmap v3487: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.228818+0000 mgr.y (mgr.25387) 5320 : cluster [DBG] pgmap v3488: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.235085+0000 mgr.y (mgr.25387) 5321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.282128+0000 mgr.y (mgr.25387) 5322 : cluster [DBG] pgmap v3489: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.282351+0000 mgr.y (mgr.25387) 5323 : cluster [DBG] pgmap v3490: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.287134+0000 mgr.y (mgr.25387) 5324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.346316+0000 mgr.y (mgr.25387) 5325 : cluster [DBG] pgmap v3491: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.346524+0000 mgr.y (mgr.25387) 5326 : cluster [DBG] pgmap v3492: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.352682+0000 mgr.y (mgr.25387) 5327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.434383+0000 mgr.y (mgr.25387) 5328 : cluster [DBG] pgmap v3493: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.434615+0000 mgr.y (mgr.25387) 5329 : cluster [DBG] pgmap v3494: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.439790+0000 mgr.y (mgr.25387) 5330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.520071+0000 mgr.y (mgr.25387) 5331 : cluster [DBG] pgmap v3495: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.413 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.520255+0000 mgr.y (mgr.25387) 5332 : cluster [DBG] pgmap v3496: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.528133+0000 mgr.y (mgr.25387) 5333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.595634+0000 mgr.y (mgr.25387) 5334 : cluster [DBG] pgmap v3497: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.595828+0000 mgr.y (mgr.25387) 5335 : cluster [DBG] pgmap v3498: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.600687+0000 mgr.y (mgr.25387) 5336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.652504+0000 mgr.y (mgr.25387) 5337 : cluster [DBG] pgmap v3499: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.652766+0000 mgr.y (mgr.25387) 5338 : cluster [DBG] pgmap v3500: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.658437+0000 mgr.y (mgr.25387) 5339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.709912+0000 mgr.y (mgr.25387) 5340 : cluster [DBG] pgmap v3501: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.710155+0000 mgr.y (mgr.25387) 5341 : cluster [DBG] pgmap v3502: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.714783+0000 mgr.y (mgr.25387) 5342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.777463+0000 mgr.y (mgr.25387) 5343 : cluster [DBG] pgmap v3503: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.777662+0000 mgr.y (mgr.25387) 5344 : cluster [DBG] pgmap v3504: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.785326+0000 mgr.y (mgr.25387) 5345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.849449+0000 mgr.y (mgr.25387) 5346 : cluster [DBG] pgmap v3505: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.414 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.849651+0000 mgr.y (mgr.25387) 5347 : cluster [DBG] pgmap v3506: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.854277+0000 mgr.y (mgr.25387) 5348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.917638+0000 mgr.y (mgr.25387) 5349 : cluster [DBG] pgmap v3507: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.917833+0000 mgr.y (mgr.25387) 5350 : cluster [DBG] pgmap v3508: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.922837+0000 mgr.y (mgr.25387) 5351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.974757+0000 mgr.y (mgr.25387) 5352 : cluster [DBG] pgmap v3509: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:22.974995+0000 mgr.y (mgr.25387) 5353 : cluster [DBG] pgmap v3510: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:22.979305+0000 mgr.y (mgr.25387) 5354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.025503+0000 mgr.y (mgr.25387) 5355 : cluster [DBG] pgmap v3511: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.025738+0000 mgr.y (mgr.25387) 5356 : cluster [DBG] pgmap v3512: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.030180+0000 mgr.y (mgr.25387) 5357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.076619+0000 mgr.y (mgr.25387) 5358 : cluster [DBG] pgmap v3513: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.076811+0000 mgr.y (mgr.25387) 5359 : cluster [DBG] pgmap v3514: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.081543+0000 mgr.y (mgr.25387) 5360 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.129303+0000 mgr.y (mgr.25387) 5361 : cluster [DBG] pgmap v3515: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.415 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.129528+0000 mgr.y (mgr.25387) 5362 : cluster [DBG] pgmap v3516: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.134988+0000 mgr.y (mgr.25387) 5363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.191725+0000 mon.a (mon.0) 10913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.193494+0000 mon.a (mon.0) 10914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.194255+0000 mon.a (mon.0) 10915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.196007+0000 mon.a (mon.0) 10916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.196629+0000 mon.a (mon.0) 10917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.201985+0000 mon.a (mon.0) 10918 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.242332+0000 mon.a (mon.0) 10919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.244320+0000 mon.a (mon.0) 10920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.245260+0000 mon.a (mon.0) 10921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.247234+0000 mon.a (mon.0) 10922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.247806+0000 mon.a (mon.0) 10923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.253965+0000 mon.a (mon.0) 10924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.294288+0000 mon.a (mon.0) 10925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.416 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.295918+0000 mon.a (mon.0) 10926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.296602+0000 mon.a (mon.0) 10927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.298306+0000 mon.a (mon.0) 10928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.298840+0000 mon.a (mon.0) 10929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.304124+0000 mon.a (mon.0) 10930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.345740+0000 mon.a (mon.0) 10931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.347581+0000 mon.a (mon.0) 10932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.348518+0000 mon.a (mon.0) 10933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.350577+0000 mon.a (mon.0) 10934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.351230+0000 mon.a (mon.0) 10935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.356733+0000 mon.a (mon.0) 10936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.398625+0000 mon.a (mon.0) 10937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.400400+0000 mon.a (mon.0) 10938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.401389+0000 mon.a (mon.0) 10939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.403586+0000 mon.a (mon.0) 10940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.417 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.404286+0000 mon.a (mon.0) 10941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.410373+0000 mon.a (mon.0) 10942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.467184+0000 mon.a (mon.0) 10943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.468997+0000 mon.a (mon.0) 10944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.470056+0000 mon.a (mon.0) 10945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.472190+0000 mon.a (mon.0) 10946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.418 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.472846+0000 mon.a (mon.0) 10947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.479845+0000 mon.a (mon.0) 10948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.536735+0000 mon.a (mon.0) 10949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.538569+0000 mon.a (mon.0) 10950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.539516+0000 mon.a (mon.0) 10951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.541944+0000 mon.a (mon.0) 10952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.542631+0000 mon.a (mon.0) 10953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.548347+0000 mon.a (mon.0) 10954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.620964+0000 mon.a (mon.0) 10955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.623669+0000 mon.a (mon.0) 10956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.625139+0000 mon.a (mon.0) 10957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.628842+0000 mon.a (mon.0) 10958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.629948+0000 mon.a (mon.0) 10959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.636473+0000 mon.a (mon.0) 10960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.711507+0000 mon.a (mon.0) 10961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.419 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.713587+0000 mon.a (mon.0) 10962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.714575+0000 mon.a (mon.0) 10963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.716959+0000 mon.a (mon.0) 10964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.717722+0000 mon.a (mon.0) 10965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.724287+0000 mon.a (mon.0) 10966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.797997+0000 mon.a (mon.0) 10967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.801293+0000 mon.a (mon.0) 10968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.802417+0000 mon.a (mon.0) 10969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.804775+0000 mon.a (mon.0) 10970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.805728+0000 mon.a (mon.0) 10971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.812089+0000 mon.a (mon.0) 10972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.887975+0000 mon.a (mon.0) 10973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.891565+0000 mon.a (mon.0) 10974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.893198+0000 mon.a (mon.0) 10975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.897057+0000 mon.a (mon.0) 10976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.898434+0000 mon.a (mon.0) 10977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.420 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.909456+0000 mon.a (mon.0) 10978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.987322+0000 mon.a (mon.0) 10979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.989648+0000 mon.a (mon.0) 10980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.990965+0000 mon.a (mon.0) 10981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.993612+0000 mon.a (mon.0) 10982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:23.994611+0000 mon.a (mon.0) 10983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.003932+0000 mon.a (mon.0) 10984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.061811+0000 mon.a (mon.0) 10985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.064000+0000 mon.a (mon.0) 10986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.064902+0000 mon.a (mon.0) 10987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.066850+0000 mon.a (mon.0) 10988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.067546+0000 mon.a (mon.0) 10989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.077366+0000 mon.a (mon.0) 10990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.119228+0000 mon.a (mon.0) 10991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.121235+0000 mon.a (mon.0) 10992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:24.421 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.122151+0000 mon.a (mon.0) 10993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:24.422 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.123939+0000 mon.a (mon.0) 10994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:24.422 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.124551+0000 mon.a (mon.0) 10995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:24.422 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:24 smithi105 bash[58125]: audit 2024-03-30T04:50:24.131970+0000 mon.a (mon.0) 10996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.197804+0000 mgr.y (mgr.25387) 5364 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.198042+0000 mgr.y (mgr.25387) 5365 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.202380+0000 mgr.y (mgr.25387) 5366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.248951+0000 mgr.y (mgr.25387) 5367 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.249146+0000 mgr.y (mgr.25387) 5368 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.254392+0000 mgr.y (mgr.25387) 5369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.299903+0000 mgr.y (mgr.25387) 5370 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.300124+0000 mgr.y (mgr.25387) 5371 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.304523+0000 mgr.y (mgr.25387) 5372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.352503+0000 mgr.y (mgr.25387) 5373 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.352751+0000 mgr.y (mgr.25387) 5374 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.357123+0000 mgr.y (mgr.25387) 5375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.405778+0000 mgr.y (mgr.25387) 5376 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.405976+0000 mgr.y (mgr.25387) 5377 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.410756+0000 mgr.y (mgr.25387) 5378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.474062+0000 mgr.y (mgr.25387) 5379 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.474306+0000 mgr.y (mgr.25387) 5380 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.480231+0000 mgr.y (mgr.25387) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.543896+0000 mgr.y (mgr.25387) 5382 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.544123+0000 mgr.y (mgr.25387) 5383 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.548813+0000 mgr.y (mgr.25387) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.632015+0000 mgr.y (mgr.25387) 5385 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.632534+0000 mgr.y (mgr.25387) 5386 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.637080+0000 mgr.y (mgr.25387) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.719195+0000 mgr.y (mgr.25387) 5388 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.719426+0000 mgr.y (mgr.25387) 5389 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.724842+0000 mgr.y (mgr.25387) 5390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.807448+0000 mgr.y (mgr.25387) 5391 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.807897+0000 mgr.y (mgr.25387) 5392 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.812738+0000 mgr.y (mgr.25387) 5393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.900642+0000 mgr.y (mgr.25387) 5394 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.901113+0000 mgr.y (mgr.25387) 5395 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:23.910228+0000 mgr.y (mgr.25387) 5396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.995982+0000 mgr.y (mgr.25387) 5397 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:23.996244+0000 mgr.y (mgr.25387) 5398 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.004395+0000 mgr.y (mgr.25387) 5399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.068955+0000 mgr.y (mgr.25387) 5400 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.069210+0000 mgr.y (mgr.25387) 5401 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.077964+0000 mgr.y (mgr.25387) 5402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.125714+0000 mgr.y (mgr.25387) 5403 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.197804+0000 mgr.y (mgr.25387) 5364 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.198042+0000 mgr.y (mgr.25387) 5365 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.202380+0000 mgr.y (mgr.25387) 5366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.248951+0000 mgr.y (mgr.25387) 5367 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.249146+0000 mgr.y (mgr.25387) 5368 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.254392+0000 mgr.y (mgr.25387) 5369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.299903+0000 mgr.y (mgr.25387) 5370 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.300124+0000 mgr.y (mgr.25387) 5371 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.304523+0000 mgr.y (mgr.25387) 5372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.352503+0000 mgr.y (mgr.25387) 5373 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.352751+0000 mgr.y (mgr.25387) 5374 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.357123+0000 mgr.y (mgr.25387) 5375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.405778+0000 mgr.y (mgr.25387) 5376 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.405976+0000 mgr.y (mgr.25387) 5377 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.410756+0000 mgr.y (mgr.25387) 5378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.474062+0000 mgr.y (mgr.25387) 5379 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.474306+0000 mgr.y (mgr.25387) 5380 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.480231+0000 mgr.y (mgr.25387) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.543896+0000 mgr.y (mgr.25387) 5382 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.544123+0000 mgr.y (mgr.25387) 5383 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.548813+0000 mgr.y (mgr.25387) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.632015+0000 mgr.y (mgr.25387) 5385 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.632534+0000 mgr.y (mgr.25387) 5386 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.637080+0000 mgr.y (mgr.25387) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.719195+0000 mgr.y (mgr.25387) 5388 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.719426+0000 mgr.y (mgr.25387) 5389 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.724842+0000 mgr.y (mgr.25387) 5390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.807448+0000 mgr.y (mgr.25387) 5391 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.807897+0000 mgr.y (mgr.25387) 5392 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.812738+0000 mgr.y (mgr.25387) 5393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.900642+0000 mgr.y (mgr.25387) 5394 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.901113+0000 mgr.y (mgr.25387) 5395 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:23.910228+0000 mgr.y (mgr.25387) 5396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.995982+0000 mgr.y (mgr.25387) 5397 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:23.996244+0000 mgr.y (mgr.25387) 5398 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.004395+0000 mgr.y (mgr.25387) 5399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.068955+0000 mgr.y (mgr.25387) 5400 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.069210+0000 mgr.y (mgr.25387) 5401 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.077964+0000 mgr.y (mgr.25387) 5402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.125714+0000 mgr.y (mgr.25387) 5403 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.125958+0000 mgr.y (mgr.25387) 5404 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.132416+0000 mgr.y (mgr.25387) 5405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.189373+0000 mon.a (mon.0) 10997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.191137+0000 mon.a (mon.0) 10998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.191972+0000 mon.a (mon.0) 10999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.193794+0000 mon.a (mon.0) 11000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.194440+0000 mon.a (mon.0) 11001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.201035+0000 mon.a (mon.0) 11002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.243099+0000 mon.a (mon.0) 11003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.245009+0000 mon.a (mon.0) 11004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.245855+0000 mon.a (mon.0) 11005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.247701+0000 mon.a (mon.0) 11006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.248269+0000 mon.a (mon.0) 11007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.256754+0000 mon.a (mon.0) 11008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.297636+0000 mon.a (mon.0) 11009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.299444+0000 mon.a (mon.0) 11010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.300260+0000 mon.a (mon.0) 11011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.302024+0000 mon.a (mon.0) 11012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.302624+0000 mon.a (mon.0) 11013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.125958+0000 mgr.y (mgr.25387) 5404 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.132416+0000 mgr.y (mgr.25387) 5405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.189373+0000 mon.a (mon.0) 10997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.191137+0000 mon.a (mon.0) 10998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.191972+0000 mon.a (mon.0) 10999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.193794+0000 mon.a (mon.0) 11000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.194440+0000 mon.a (mon.0) 11001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.201035+0000 mon.a (mon.0) 11002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.243099+0000 mon.a (mon.0) 11003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.245009+0000 mon.a (mon.0) 11004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.245855+0000 mon.a (mon.0) 11005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.247701+0000 mon.a (mon.0) 11006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.248269+0000 mon.a (mon.0) 11007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.256754+0000 mon.a (mon.0) 11008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.297636+0000 mon.a (mon.0) 11009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.299444+0000 mon.a (mon.0) 11010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.300260+0000 mon.a (mon.0) 11011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.302024+0000 mon.a (mon.0) 11012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.302624+0000 mon.a (mon.0) 11013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.311178+0000 mon.a (mon.0) 11014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.352388+0000 mon.a (mon.0) 11015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.354194+0000 mon.a (mon.0) 11016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.355011+0000 mon.a (mon.0) 11017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.356788+0000 mon.a (mon.0) 11018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.357388+0000 mon.a (mon.0) 11019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.366001+0000 mon.a (mon.0) 11020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.406378+0000 mon.a (mon.0) 11021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.408185+0000 mon.a (mon.0) 11022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.409001+0000 mon.a (mon.0) 11023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.410855+0000 mon.a (mon.0) 11024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.411446+0000 mon.a (mon.0) 11025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.420023+0000 mon.a (mon.0) 11026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.460315+0000 mon.a (mon.0) 11027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.462090+0000 mon.a (mon.0) 11028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.462847+0000 mon.a (mon.0) 11029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.464617+0000 mon.a (mon.0) 11030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.465128+0000 mon.a (mon.0) 11031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.471505+0000 mon.a (mon.0) 11032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.311178+0000 mon.a (mon.0) 11014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.352388+0000 mon.a (mon.0) 11015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.354194+0000 mon.a (mon.0) 11016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.355011+0000 mon.a (mon.0) 11017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.356788+0000 mon.a (mon.0) 11018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.357388+0000 mon.a (mon.0) 11019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.366001+0000 mon.a (mon.0) 11020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.406378+0000 mon.a (mon.0) 11021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.408185+0000 mon.a (mon.0) 11022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.409001+0000 mon.a (mon.0) 11023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.410855+0000 mon.a (mon.0) 11024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.411446+0000 mon.a (mon.0) 11025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.420023+0000 mon.a (mon.0) 11026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.460315+0000 mon.a (mon.0) 11027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.462090+0000 mon.a (mon.0) 11028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.462847+0000 mon.a (mon.0) 11029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.464617+0000 mon.a (mon.0) 11030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.465128+0000 mon.a (mon.0) 11031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.399 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.471505+0000 mon.a (mon.0) 11032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.497407+0000 mon.a (mon.0) 11033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:25.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.547306+0000 mon.a (mon.0) 11034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.549129+0000 mon.a (mon.0) 11035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.549891+0000 mon.a (mon.0) 11036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.551667+0000 mon.a (mon.0) 11037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.552235+0000 mon.a (mon.0) 11038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.559022+0000 mon.a (mon.0) 11039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.600680+0000 mon.a (mon.0) 11040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.602472+0000 mon.a (mon.0) 11041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.603240+0000 mon.a (mon.0) 11042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.605033+0000 mon.a (mon.0) 11043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.605619+0000 mon.a (mon.0) 11044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.612366+0000 mon.a (mon.0) 11045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.652973+0000 mon.a (mon.0) 11046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.654761+0000 mon.a (mon.0) 11047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.655587+0000 mon.a (mon.0) 11048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.657791+0000 mon.a (mon.0) 11049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.658466+0000 mon.a (mon.0) 11050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.665427+0000 mon.a (mon.0) 11051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.497407+0000 mon.a (mon.0) 11033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.547306+0000 mon.a (mon.0) 11034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.549129+0000 mon.a (mon.0) 11035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.549891+0000 mon.a (mon.0) 11036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.551667+0000 mon.a (mon.0) 11037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.552235+0000 mon.a (mon.0) 11038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.559022+0000 mon.a (mon.0) 11039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.403 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.600680+0000 mon.a (mon.0) 11040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.602472+0000 mon.a (mon.0) 11041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.603240+0000 mon.a (mon.0) 11042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.605033+0000 mon.a (mon.0) 11043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.605619+0000 mon.a (mon.0) 11044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.612366+0000 mon.a (mon.0) 11045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.652973+0000 mon.a (mon.0) 11046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.654761+0000 mon.a (mon.0) 11047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.655587+0000 mon.a (mon.0) 11048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.657791+0000 mon.a (mon.0) 11049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.658466+0000 mon.a (mon.0) 11050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.405 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.665427+0000 mon.a (mon.0) 11051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.706487+0000 mon.a (mon.0) 11052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.708492+0000 mon.a (mon.0) 11053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.709341+0000 mon.a (mon.0) 11054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.405 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.711450+0000 mon.a (mon.0) 11055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.712035+0000 mon.a (mon.0) 11056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.718361+0000 mon.a (mon.0) 11057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.759417+0000 mon.a (mon.0) 11058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.761223+0000 mon.a (mon.0) 11059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.762024+0000 mon.a (mon.0) 11060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.763748+0000 mon.a (mon.0) 11061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.764345+0000 mon.a (mon.0) 11062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.406 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.770115+0000 mon.a (mon.0) 11063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.811850+0000 mon.a (mon.0) 11064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.814013+0000 mon.a (mon.0) 11065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.815059+0000 mon.a (mon.0) 11066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.816906+0000 mon.a (mon.0) 11067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.817535+0000 mon.a (mon.0) 11068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.824197+0000 mon.a (mon.0) 11069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.407 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.865596+0000 mon.a (mon.0) 11070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.706487+0000 mon.a (mon.0) 11052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.708492+0000 mon.a (mon.0) 11053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.709341+0000 mon.a (mon.0) 11054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.711450+0000 mon.a (mon.0) 11055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.712035+0000 mon.a (mon.0) 11056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.718361+0000 mon.a (mon.0) 11057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.759417+0000 mon.a (mon.0) 11058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.761223+0000 mon.a (mon.0) 11059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.762024+0000 mon.a (mon.0) 11060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.763748+0000 mon.a (mon.0) 11061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.408 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.764345+0000 mon.a (mon.0) 11062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.770115+0000 mon.a (mon.0) 11063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.811850+0000 mon.a (mon.0) 11064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.814013+0000 mon.a (mon.0) 11065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.815059+0000 mon.a (mon.0) 11066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.816906+0000 mon.a (mon.0) 11067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.817535+0000 mon.a (mon.0) 11068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.824197+0000 mon.a (mon.0) 11069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.865596+0000 mon.a (mon.0) 11070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.867434+0000 mon.a (mon.0) 11071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.868773+0000 mon.a (mon.0) 11072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.409 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.870602+0000 mon.a (mon.0) 11073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.871212+0000 mon.a (mon.0) 11074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.878356+0000 mon.a (mon.0) 11075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.919460+0000 mon.a (mon.0) 11076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.921305+0000 mon.a (mon.0) 11077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.922111+0000 mon.a (mon.0) 11078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.923914+0000 mon.a (mon.0) 11079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.924590+0000 mon.a (mon.0) 11080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.931264+0000 mon.a (mon.0) 11081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.972067+0000 mon.a (mon.0) 11082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.973859+0000 mon.a (mon.0) 11083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.974632+0000 mon.a (mon.0) 11084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.976497+0000 mon.a (mon.0) 11085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.977127+0000 mon.a (mon.0) 11086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.410 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:24.983826+0000 mon.a (mon.0) 11087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.026552+0000 mon.a (mon.0) 11088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.028331+0000 mon.a (mon.0) 11089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.867434+0000 mon.a (mon.0) 11071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.868773+0000 mon.a (mon.0) 11072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.870602+0000 mon.a (mon.0) 11073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.871212+0000 mon.a (mon.0) 11074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.878356+0000 mon.a (mon.0) 11075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.919460+0000 mon.a (mon.0) 11076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.411 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.921305+0000 mon.a (mon.0) 11077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.922111+0000 mon.a (mon.0) 11078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.923914+0000 mon.a (mon.0) 11079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.924590+0000 mon.a (mon.0) 11080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.931264+0000 mon.a (mon.0) 11081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.972067+0000 mon.a (mon.0) 11082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.973859+0000 mon.a (mon.0) 11083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.974632+0000 mon.a (mon.0) 11084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.976497+0000 mon.a (mon.0) 11085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.977127+0000 mon.a (mon.0) 11086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.412 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:24.983826+0000 mon.a (mon.0) 11087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.026552+0000 mon.a (mon.0) 11088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.028331+0000 mon.a (mon.0) 11089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.029104+0000 mon.a (mon.0) 11090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.030937+0000 mon.a (mon.0) 11091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.031645+0000 mon.a (mon.0) 11092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.038558+0000 mon.a (mon.0) 11093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.103143+0000 mon.a (mon.0) 11094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.105664+0000 mon.a (mon.0) 11095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.106606+0000 mon.a (mon.0) 11096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.108799+0000 mon.a (mon.0) 11097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.109618+0000 mon.a (mon.0) 11098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.413 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[69502]: audit 2024-03-30T04:50:25.116739+0000 mon.a (mon.0) 11099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.029104+0000 mon.a (mon.0) 11090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.030937+0000 mon.a (mon.0) 11091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.031645+0000 mon.a (mon.0) 11092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.038558+0000 mon.a (mon.0) 11093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.103143+0000 mon.a (mon.0) 11094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.105664+0000 mon.a (mon.0) 11095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.106606+0000 mon.a (mon.0) 11096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.108799+0000 mon.a (mon.0) 11097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.109618+0000 mon.a (mon.0) 11098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.414 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:25 smithi097 bash[73934]: audit 2024-03-30T04:50:25.116739+0000 mon.a (mon.0) 11099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.197804+0000 mgr.y (mgr.25387) 5364 : cluster [DBG] pgmap v3517: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.198042+0000 mgr.y (mgr.25387) 5365 : cluster [DBG] pgmap v3518: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.202380+0000 mgr.y (mgr.25387) 5366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.248951+0000 mgr.y (mgr.25387) 5367 : cluster [DBG] pgmap v3519: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.249146+0000 mgr.y (mgr.25387) 5368 : cluster [DBG] pgmap v3520: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.254392+0000 mgr.y (mgr.25387) 5369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.299903+0000 mgr.y (mgr.25387) 5370 : cluster [DBG] pgmap v3521: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.300124+0000 mgr.y (mgr.25387) 5371 : cluster [DBG] pgmap v3522: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.304523+0000 mgr.y (mgr.25387) 5372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.352503+0000 mgr.y (mgr.25387) 5373 : cluster [DBG] pgmap v3523: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.352751+0000 mgr.y (mgr.25387) 5374 : cluster [DBG] pgmap v3524: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.357123+0000 mgr.y (mgr.25387) 5375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.405778+0000 mgr.y (mgr.25387) 5376 : cluster [DBG] pgmap v3525: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.405976+0000 mgr.y (mgr.25387) 5377 : cluster [DBG] pgmap v3526: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.410756+0000 mgr.y (mgr.25387) 5378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.474062+0000 mgr.y (mgr.25387) 5379 : cluster [DBG] pgmap v3527: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.474306+0000 mgr.y (mgr.25387) 5380 : cluster [DBG] pgmap v3528: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.480231+0000 mgr.y (mgr.25387) 5381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.543896+0000 mgr.y (mgr.25387) 5382 : cluster [DBG] pgmap v3529: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.544123+0000 mgr.y (mgr.25387) 5383 : cluster [DBG] pgmap v3530: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.548813+0000 mgr.y (mgr.25387) 5384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.632015+0000 mgr.y (mgr.25387) 5385 : cluster [DBG] pgmap v3531: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.632534+0000 mgr.y (mgr.25387) 5386 : cluster [DBG] pgmap v3532: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.637080+0000 mgr.y (mgr.25387) 5387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.719195+0000 mgr.y (mgr.25387) 5388 : cluster [DBG] pgmap v3533: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.719426+0000 mgr.y (mgr.25387) 5389 : cluster [DBG] pgmap v3534: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.724842+0000 mgr.y (mgr.25387) 5390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.807448+0000 mgr.y (mgr.25387) 5391 : cluster [DBG] pgmap v3535: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.807897+0000 mgr.y (mgr.25387) 5392 : cluster [DBG] pgmap v3536: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.812738+0000 mgr.y (mgr.25387) 5393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.900642+0000 mgr.y (mgr.25387) 5394 : cluster [DBG] pgmap v3537: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.901113+0000 mgr.y (mgr.25387) 5395 : cluster [DBG] pgmap v3538: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:23.910228+0000 mgr.y (mgr.25387) 5396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.995982+0000 mgr.y (mgr.25387) 5397 : cluster [DBG] pgmap v3539: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:23.996244+0000 mgr.y (mgr.25387) 5398 : cluster [DBG] pgmap v3540: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.004395+0000 mgr.y (mgr.25387) 5399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.068955+0000 mgr.y (mgr.25387) 5400 : cluster [DBG] pgmap v3541: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.069210+0000 mgr.y (mgr.25387) 5401 : cluster [DBG] pgmap v3542: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.077964+0000 mgr.y (mgr.25387) 5402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.125714+0000 mgr.y (mgr.25387) 5403 : cluster [DBG] pgmap v3543: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.125958+0000 mgr.y (mgr.25387) 5404 : cluster [DBG] pgmap v3544: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.132416+0000 mgr.y (mgr.25387) 5405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.189373+0000 mon.a (mon.0) 10997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.191137+0000 mon.a (mon.0) 10998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.191972+0000 mon.a (mon.0) 10999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.193794+0000 mon.a (mon.0) 11000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.194440+0000 mon.a (mon.0) 11001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.201035+0000 mon.a (mon.0) 11002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.243099+0000 mon.a (mon.0) 11003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.245009+0000 mon.a (mon.0) 11004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.245855+0000 mon.a (mon.0) 11005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.247701+0000 mon.a (mon.0) 11006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.248269+0000 mon.a (mon.0) 11007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.256754+0000 mon.a (mon.0) 11008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.297636+0000 mon.a (mon.0) 11009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.299444+0000 mon.a (mon.0) 11010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.300260+0000 mon.a (mon.0) 11011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.302024+0000 mon.a (mon.0) 11012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.302624+0000 mon.a (mon.0) 11013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.311178+0000 mon.a (mon.0) 11014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.352388+0000 mon.a (mon.0) 11015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.354194+0000 mon.a (mon.0) 11016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.355011+0000 mon.a (mon.0) 11017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.356788+0000 mon.a (mon.0) 11018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.357388+0000 mon.a (mon.0) 11019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.366001+0000 mon.a (mon.0) 11020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.406378+0000 mon.a (mon.0) 11021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.408185+0000 mon.a (mon.0) 11022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.409001+0000 mon.a (mon.0) 11023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.410855+0000 mon.a (mon.0) 11024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.411446+0000 mon.a (mon.0) 11025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.420023+0000 mon.a (mon.0) 11026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.460315+0000 mon.a (mon.0) 11027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.462090+0000 mon.a (mon.0) 11028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.462847+0000 mon.a (mon.0) 11029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.464617+0000 mon.a (mon.0) 11030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.465128+0000 mon.a (mon.0) 11031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.471505+0000 mon.a (mon.0) 11032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.497407+0000 mon.a (mon.0) 11033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:25.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.547306+0000 mon.a (mon.0) 11034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.549129+0000 mon.a (mon.0) 11035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.549891+0000 mon.a (mon.0) 11036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.551667+0000 mon.a (mon.0) 11037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.552235+0000 mon.a (mon.0) 11038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.559022+0000 mon.a (mon.0) 11039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.600680+0000 mon.a (mon.0) 11040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.602472+0000 mon.a (mon.0) 11041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.603240+0000 mon.a (mon.0) 11042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.605033+0000 mon.a (mon.0) 11043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.605619+0000 mon.a (mon.0) 11044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.612366+0000 mon.a (mon.0) 11045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.652973+0000 mon.a (mon.0) 11046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.654761+0000 mon.a (mon.0) 11047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.655587+0000 mon.a (mon.0) 11048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.657791+0000 mon.a (mon.0) 11049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.658466+0000 mon.a (mon.0) 11050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.665427+0000 mon.a (mon.0) 11051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.706487+0000 mon.a (mon.0) 11052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.708492+0000 mon.a (mon.0) 11053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.709341+0000 mon.a (mon.0) 11054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.711450+0000 mon.a (mon.0) 11055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.712035+0000 mon.a (mon.0) 11056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.718361+0000 mon.a (mon.0) 11057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.759417+0000 mon.a (mon.0) 11058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.761223+0000 mon.a (mon.0) 11059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.762024+0000 mon.a (mon.0) 11060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.763748+0000 mon.a (mon.0) 11061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.764345+0000 mon.a (mon.0) 11062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.770115+0000 mon.a (mon.0) 11063 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.811850+0000 mon.a (mon.0) 11064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.814013+0000 mon.a (mon.0) 11065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.815059+0000 mon.a (mon.0) 11066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.816906+0000 mon.a (mon.0) 11067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.817535+0000 mon.a (mon.0) 11068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.824197+0000 mon.a (mon.0) 11069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.865596+0000 mon.a (mon.0) 11070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.867434+0000 mon.a (mon.0) 11071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.868773+0000 mon.a (mon.0) 11072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.870602+0000 mon.a (mon.0) 11073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.871212+0000 mon.a (mon.0) 11074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.878356+0000 mon.a (mon.0) 11075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.919460+0000 mon.a (mon.0) 11076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.921305+0000 mon.a (mon.0) 11077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.922111+0000 mon.a (mon.0) 11078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.923914+0000 mon.a (mon.0) 11079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.924590+0000 mon.a (mon.0) 11080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.931264+0000 mon.a (mon.0) 11081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.972067+0000 mon.a (mon.0) 11082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.973859+0000 mon.a (mon.0) 11083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.974632+0000 mon.a (mon.0) 11084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.976497+0000 mon.a (mon.0) 11085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.977127+0000 mon.a (mon.0) 11086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:24.983826+0000 mon.a (mon.0) 11087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.026552+0000 mon.a (mon.0) 11088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.028331+0000 mon.a (mon.0) 11089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.029104+0000 mon.a (mon.0) 11090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.030937+0000 mon.a (mon.0) 11091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.031645+0000 mon.a (mon.0) 11092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.038558+0000 mon.a (mon.0) 11093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:25.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.103143+0000 mon.a (mon.0) 11094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.105664+0000 mon.a (mon.0) 11095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:25.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.106606+0000 mon.a (mon.0) 11096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:25.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.108799+0000 mon.a (mon.0) 11097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:25.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.109618+0000 mon.a (mon.0) 11098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:25.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:25 smithi105 bash[58125]: audit 2024-03-30T04:50:25.116739+0000 mon.a (mon.0) 11099 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.195684+0000 mgr.y (mgr.25387) 5406 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.195916+0000 mgr.y (mgr.25387) 5407 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.201776+0000 mgr.y (mgr.25387) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.249419+0000 mgr.y (mgr.25387) 5409 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.249615+0000 mgr.y (mgr.25387) 5410 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.183 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.257201+0000 mgr.y (mgr.25387) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.303805+0000 mgr.y (mgr.25387) 5412 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.304000+0000 mgr.y (mgr.25387) 5413 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.311598+0000 mgr.y (mgr.25387) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.358539+0000 mgr.y (mgr.25387) 5415 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.358744+0000 mgr.y (mgr.25387) 5416 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.366443+0000 mgr.y (mgr.25387) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.412604+0000 mgr.y (mgr.25387) 5418 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.412805+0000 mgr.y (mgr.25387) 5419 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.420452+0000 mgr.y (mgr.25387) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.466202+0000 mgr.y (mgr.25387) 5421 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.466388+0000 mgr.y (mgr.25387) 5422 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.471931+0000 mgr.y (mgr.25387) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.553435+0000 mgr.y (mgr.25387) 5424 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.184 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.553639+0000 mgr.y (mgr.25387) 5425 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.185 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.559530+0000 mgr.y (mgr.25387) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.185 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.606765+0000 mgr.y (mgr.25387) 5427 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.606971+0000 mgr.y (mgr.25387) 5428 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.612819+0000 mgr.y (mgr.25387) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.659682+0000 mgr.y (mgr.25387) 5430 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.659883+0000 mgr.y (mgr.25387) 5431 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.665863+0000 mgr.y (mgr.25387) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.713154+0000 mgr.y (mgr.25387) 5433 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.713356+0000 mgr.y (mgr.25387) 5434 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.718789+0000 mgr.y (mgr.25387) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.765555+0000 mgr.y (mgr.25387) 5436 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.765798+0000 mgr.y (mgr.25387) 5437 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.770619+0000 mgr.y (mgr.25387) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.819092+0000 mgr.y (mgr.25387) 5439 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.819327+0000 mgr.y (mgr.25387) 5440 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.824675+0000 mgr.y (mgr.25387) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.872368+0000 mgr.y (mgr.25387) 5442 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.872565+0000 mgr.y (mgr.25387) 5443 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.878848+0000 mgr.y (mgr.25387) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.925813+0000 mgr.y (mgr.25387) 5445 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.926031+0000 mgr.y (mgr.25387) 5446 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.931680+0000 mgr.y (mgr.25387) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.978283+0000 mgr.y (mgr.25387) 5448 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:24.978488+0000 mgr.y (mgr.25387) 5449 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:24.984402+0000 mgr.y (mgr.25387) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.033003+0000 mgr.y (mgr.25387) 5451 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.033238+0000 mgr.y (mgr.25387) 5452 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.039004+0000 mgr.y (mgr.25387) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.111021+0000 mgr.y (mgr.25387) 5454 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.111221+0000 mgr.y (mgr.25387) 5455 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.117327+0000 mgr.y (mgr.25387) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.179881+0000 mon.a (mon.0) 11100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.181786+0000 mon.a (mon.0) 11101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.182658+0000 mon.a (mon.0) 11102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.184473+0000 mon.a (mon.0) 11103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.185585+0000 mon.a (mon.0) 11104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.190915+0000 mon.a (mon.0) 11105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.231590+0000 mon.a (mon.0) 11106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.233391+0000 mon.a (mon.0) 11107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.234212+0000 mon.a (mon.0) 11108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.236124+0000 mon.a (mon.0) 11109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.236759+0000 mon.a (mon.0) 11110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.243203+0000 mon.a (mon.0) 11111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.283447+0000 mon.a (mon.0) 11112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.285515+0000 mon.a (mon.0) 11113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.286712+0000 mon.a (mon.0) 11114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.288927+0000 mon.a (mon.0) 11115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.289596+0000 mon.a (mon.0) 11116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.295368+0000 mon.a (mon.0) 11117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.341033+0000 mon.a (mon.0) 11118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.343646+0000 mon.a (mon.0) 11119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.344714+0000 mon.a (mon.0) 11120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.346910+0000 mon.a (mon.0) 11121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.347531+0000 mon.a (mon.0) 11122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.353371+0000 mon.a (mon.0) 11123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.411164+0000 mon.a (mon.0) 11124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.413083+0000 mon.a (mon.0) 11125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.414205+0000 mon.a (mon.0) 11126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.416323+0000 mon.a (mon.0) 11127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.417027+0000 mon.a (mon.0) 11128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.422755+0000 mon.a (mon.0) 11129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.464960+0000 mon.a (mon.0) 11130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.466765+0000 mon.a (mon.0) 11131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.467744+0000 mon.a (mon.0) 11132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.469564+0000 mon.a (mon.0) 11133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.470127+0000 mon.a (mon.0) 11134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.476322+0000 mon.a (mon.0) 11135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.517361+0000 mon.a (mon.0) 11136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.519293+0000 mon.a (mon.0) 11137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.520100+0000 mon.a (mon.0) 11138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.521910+0000 mon.a (mon.0) 11139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.522510+0000 mon.a (mon.0) 11140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.528779+0000 mon.a (mon.0) 11141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.569936+0000 mon.a (mon.0) 11142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.571806+0000 mon.a (mon.0) 11143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.572563+0000 mon.a (mon.0) 11144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.574434+0000 mon.a (mon.0) 11145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.575018+0000 mon.a (mon.0) 11146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.581270+0000 mon.a (mon.0) 11147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.621872+0000 mon.a (mon.0) 11148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.623660+0000 mon.a (mon.0) 11149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.624451+0000 mon.a (mon.0) 11150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.626369+0000 mon.a (mon.0) 11151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.626960+0000 mon.a (mon.0) 11152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.633173+0000 mon.a (mon.0) 11153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.678702+0000 mon.a (mon.0) 11154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.681091+0000 mon.a (mon.0) 11155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.682295+0000 mon.a (mon.0) 11156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.684847+0000 mon.a (mon.0) 11157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.685548+0000 mon.a (mon.0) 11158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.694618+0000 mon.a (mon.0) 11159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.713360+0000 mon.a (mon.0) 11160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.719486+0000 mon.a (mon.0) 11161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.726345+0000 mon.a (mon.0) 11162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.754511+0000 mon.a (mon.0) 11163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.756474+0000 mon.a (mon.0) 11164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.757644+0000 mon.a (mon.0) 11165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.759915+0000 mon.a (mon.0) 11166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.760651+0000 mon.a (mon.0) 11167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.766546+0000 mon.a (mon.0) 11168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.812272+0000 mon.a (mon.0) 11169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.814709+0000 mon.a (mon.0) 11170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.815728+0000 mon.a (mon.0) 11171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.818034+0000 mon.a (mon.0) 11172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.818690+0000 mon.a (mon.0) 11173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.825111+0000 mon.a (mon.0) 11174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.866041+0000 mon.a (mon.0) 11175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.868180+0000 mon.a (mon.0) 11176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.869034+0000 mon.a (mon.0) 11177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.871272+0000 mon.a (mon.0) 11178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.872026+0000 mon.a (mon.0) 11179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.878372+0000 mon.a (mon.0) 11180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.935425+0000 mon.a (mon.0) 11181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.937195+0000 mon.a (mon.0) 11182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.937951+0000 mon.a (mon.0) 11183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.939715+0000 mon.a (mon.0) 11184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.940296+0000 mon.a (mon.0) 11185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:25.945422+0000 mon.a (mon.0) 11186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.004657+0000 mon.a (mon.0) 11187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.007056+0000 mon.a (mon.0) 11188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.008063+0000 mon.a (mon.0) 11189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.010301+0000 mon.a (mon.0) 11190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.011016+0000 mon.a (mon.0) 11191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.017527+0000 mon.a (mon.0) 11192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.058742+0000 mon.a (mon.0) 11193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.060528+0000 mon.a (mon.0) 11194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.061291+0000 mon.a (mon.0) 11195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.063137+0000 mon.a (mon.0) 11196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.063709+0000 mon.a (mon.0) 11197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.069101+0000 mon.a (mon.0) 11198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.125929+0000 mon.a (mon.0) 11199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.127826+0000 mon.a (mon.0) 11200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.128657+0000 mon.a (mon.0) 11201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.130568+0000 mon.a (mon.0) 11202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.131199+0000 mon.a (mon.0) 11203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:26 smithi105 bash[58125]: audit 2024-03-30T04:50:26.137763+0000 mon.a (mon.0) 11204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.195684+0000 mgr.y (mgr.25387) 5406 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.195916+0000 mgr.y (mgr.25387) 5407 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.201776+0000 mgr.y (mgr.25387) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.249419+0000 mgr.y (mgr.25387) 5409 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.249615+0000 mgr.y (mgr.25387) 5410 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.257201+0000 mgr.y (mgr.25387) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.303805+0000 mgr.y (mgr.25387) 5412 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.304000+0000 mgr.y (mgr.25387) 5413 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.311598+0000 mgr.y (mgr.25387) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.358539+0000 mgr.y (mgr.25387) 5415 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.358744+0000 mgr.y (mgr.25387) 5416 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.366443+0000 mgr.y (mgr.25387) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.412604+0000 mgr.y (mgr.25387) 5418 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.412805+0000 mgr.y (mgr.25387) 5419 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.420452+0000 mgr.y (mgr.25387) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.466202+0000 mgr.y (mgr.25387) 5421 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.466388+0000 mgr.y (mgr.25387) 5422 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.471931+0000 mgr.y (mgr.25387) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.553435+0000 mgr.y (mgr.25387) 5424 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.553639+0000 mgr.y (mgr.25387) 5425 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.195684+0000 mgr.y (mgr.25387) 5406 : cluster [DBG] pgmap v3545: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.195916+0000 mgr.y (mgr.25387) 5407 : cluster [DBG] pgmap v3546: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.201776+0000 mgr.y (mgr.25387) 5408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.249419+0000 mgr.y (mgr.25387) 5409 : cluster [DBG] pgmap v3547: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.249615+0000 mgr.y (mgr.25387) 5410 : cluster [DBG] pgmap v3548: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.257201+0000 mgr.y (mgr.25387) 5411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.303805+0000 mgr.y (mgr.25387) 5412 : cluster [DBG] pgmap v3549: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.304000+0000 mgr.y (mgr.25387) 5413 : cluster [DBG] pgmap v3550: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.311598+0000 mgr.y (mgr.25387) 5414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.358539+0000 mgr.y (mgr.25387) 5415 : cluster [DBG] pgmap v3551: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.358744+0000 mgr.y (mgr.25387) 5416 : cluster [DBG] pgmap v3552: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.366443+0000 mgr.y (mgr.25387) 5417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.412604+0000 mgr.y (mgr.25387) 5418 : cluster [DBG] pgmap v3553: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.412805+0000 mgr.y (mgr.25387) 5419 : cluster [DBG] pgmap v3554: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.420452+0000 mgr.y (mgr.25387) 5420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.466202+0000 mgr.y (mgr.25387) 5421 : cluster [DBG] pgmap v3555: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.466388+0000 mgr.y (mgr.25387) 5422 : cluster [DBG] pgmap v3556: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.471931+0000 mgr.y (mgr.25387) 5423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.553435+0000 mgr.y (mgr.25387) 5424 : cluster [DBG] pgmap v3557: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.553639+0000 mgr.y (mgr.25387) 5425 : cluster [DBG] pgmap v3558: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.559530+0000 mgr.y (mgr.25387) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.606765+0000 mgr.y (mgr.25387) 5427 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.606971+0000 mgr.y (mgr.25387) 5428 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.612819+0000 mgr.y (mgr.25387) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.659682+0000 mgr.y (mgr.25387) 5430 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.659883+0000 mgr.y (mgr.25387) 5431 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.665863+0000 mgr.y (mgr.25387) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.713154+0000 mgr.y (mgr.25387) 5433 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.713356+0000 mgr.y (mgr.25387) 5434 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.718789+0000 mgr.y (mgr.25387) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.765555+0000 mgr.y (mgr.25387) 5436 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.765798+0000 mgr.y (mgr.25387) 5437 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.770619+0000 mgr.y (mgr.25387) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.819092+0000 mgr.y (mgr.25387) 5439 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.819327+0000 mgr.y (mgr.25387) 5440 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.824675+0000 mgr.y (mgr.25387) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.872368+0000 mgr.y (mgr.25387) 5442 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.872565+0000 mgr.y (mgr.25387) 5443 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.878848+0000 mgr.y (mgr.25387) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.925813+0000 mgr.y (mgr.25387) 5445 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.559530+0000 mgr.y (mgr.25387) 5426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.606765+0000 mgr.y (mgr.25387) 5427 : cluster [DBG] pgmap v3559: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.606971+0000 mgr.y (mgr.25387) 5428 : cluster [DBG] pgmap v3560: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.612819+0000 mgr.y (mgr.25387) 5429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.659682+0000 mgr.y (mgr.25387) 5430 : cluster [DBG] pgmap v3561: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.659883+0000 mgr.y (mgr.25387) 5431 : cluster [DBG] pgmap v3562: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.665863+0000 mgr.y (mgr.25387) 5432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.713154+0000 mgr.y (mgr.25387) 5433 : cluster [DBG] pgmap v3563: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.713356+0000 mgr.y (mgr.25387) 5434 : cluster [DBG] pgmap v3564: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.718789+0000 mgr.y (mgr.25387) 5435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.765555+0000 mgr.y (mgr.25387) 5436 : cluster [DBG] pgmap v3565: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.765798+0000 mgr.y (mgr.25387) 5437 : cluster [DBG] pgmap v3566: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.770619+0000 mgr.y (mgr.25387) 5438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.819092+0000 mgr.y (mgr.25387) 5439 : cluster [DBG] pgmap v3567: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.819327+0000 mgr.y (mgr.25387) 5440 : cluster [DBG] pgmap v3568: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.824675+0000 mgr.y (mgr.25387) 5441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.872368+0000 mgr.y (mgr.25387) 5442 : cluster [DBG] pgmap v3569: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.872565+0000 mgr.y (mgr.25387) 5443 : cluster [DBG] pgmap v3570: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.878848+0000 mgr.y (mgr.25387) 5444 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.925813+0000 mgr.y (mgr.25387) 5445 : cluster [DBG] pgmap v3571: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.926031+0000 mgr.y (mgr.25387) 5446 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.931680+0000 mgr.y (mgr.25387) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.978283+0000 mgr.y (mgr.25387) 5448 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:24.978488+0000 mgr.y (mgr.25387) 5449 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:24.984402+0000 mgr.y (mgr.25387) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.033003+0000 mgr.y (mgr.25387) 5451 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.033238+0000 mgr.y (mgr.25387) 5452 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.039004+0000 mgr.y (mgr.25387) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.111021+0000 mgr.y (mgr.25387) 5454 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.111221+0000 mgr.y (mgr.25387) 5455 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.117327+0000 mgr.y (mgr.25387) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.179881+0000 mon.a (mon.0) 11100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.181786+0000 mon.a (mon.0) 11101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.182658+0000 mon.a (mon.0) 11102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.184473+0000 mon.a (mon.0) 11103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.185585+0000 mon.a (mon.0) 11104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.190915+0000 mon.a (mon.0) 11105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.231590+0000 mon.a (mon.0) 11106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.233391+0000 mon.a (mon.0) 11107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.234212+0000 mon.a (mon.0) 11108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.926031+0000 mgr.y (mgr.25387) 5446 : cluster [DBG] pgmap v3572: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.931680+0000 mgr.y (mgr.25387) 5447 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.978283+0000 mgr.y (mgr.25387) 5448 : cluster [DBG] pgmap v3573: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:24.978488+0000 mgr.y (mgr.25387) 5449 : cluster [DBG] pgmap v3574: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:24.984402+0000 mgr.y (mgr.25387) 5450 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.033003+0000 mgr.y (mgr.25387) 5451 : cluster [DBG] pgmap v3575: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.033238+0000 mgr.y (mgr.25387) 5452 : cluster [DBG] pgmap v3576: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.039004+0000 mgr.y (mgr.25387) 5453 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.111021+0000 mgr.y (mgr.25387) 5454 : cluster [DBG] pgmap v3577: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.111221+0000 mgr.y (mgr.25387) 5455 : cluster [DBG] pgmap v3578: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.117327+0000 mgr.y (mgr.25387) 5456 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.179881+0000 mon.a (mon.0) 11100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.181786+0000 mon.a (mon.0) 11101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.182658+0000 mon.a (mon.0) 11102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.184473+0000 mon.a (mon.0) 11103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.185585+0000 mon.a (mon.0) 11104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.190915+0000 mon.a (mon.0) 11105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.231590+0000 mon.a (mon.0) 11106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.233391+0000 mon.a (mon.0) 11107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.234212+0000 mon.a (mon.0) 11108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.236124+0000 mon.a (mon.0) 11109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.236759+0000 mon.a (mon.0) 11110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.243203+0000 mon.a (mon.0) 11111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.283447+0000 mon.a (mon.0) 11112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.285515+0000 mon.a (mon.0) 11113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.286712+0000 mon.a (mon.0) 11114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.288927+0000 mon.a (mon.0) 11115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.289596+0000 mon.a (mon.0) 11116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.295368+0000 mon.a (mon.0) 11117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.341033+0000 mon.a (mon.0) 11118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.343646+0000 mon.a (mon.0) 11119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.344714+0000 mon.a (mon.0) 11120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.346910+0000 mon.a (mon.0) 11121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.347531+0000 mon.a (mon.0) 11122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.353371+0000 mon.a (mon.0) 11123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.411164+0000 mon.a (mon.0) 11124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.413083+0000 mon.a (mon.0) 11125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.414205+0000 mon.a (mon.0) 11126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.416323+0000 mon.a (mon.0) 11127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.236124+0000 mon.a (mon.0) 11109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.236759+0000 mon.a (mon.0) 11110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.243203+0000 mon.a (mon.0) 11111 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.283447+0000 mon.a (mon.0) 11112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.285515+0000 mon.a (mon.0) 11113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.286712+0000 mon.a (mon.0) 11114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.288927+0000 mon.a (mon.0) 11115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.289596+0000 mon.a (mon.0) 11116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.295368+0000 mon.a (mon.0) 11117 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.341033+0000 mon.a (mon.0) 11118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.343646+0000 mon.a (mon.0) 11119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.344714+0000 mon.a (mon.0) 11120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.346910+0000 mon.a (mon.0) 11121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.347531+0000 mon.a (mon.0) 11122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.353371+0000 mon.a (mon.0) 11123 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.411164+0000 mon.a (mon.0) 11124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.413083+0000 mon.a (mon.0) 11125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.414205+0000 mon.a (mon.0) 11126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.416323+0000 mon.a (mon.0) 11127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.417027+0000 mon.a (mon.0) 11128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.422755+0000 mon.a (mon.0) 11129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.464960+0000 mon.a (mon.0) 11130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.466765+0000 mon.a (mon.0) 11131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.467744+0000 mon.a (mon.0) 11132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.469564+0000 mon.a (mon.0) 11133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.470127+0000 mon.a (mon.0) 11134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.476322+0000 mon.a (mon.0) 11135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.517361+0000 mon.a (mon.0) 11136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.519293+0000 mon.a (mon.0) 11137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.520100+0000 mon.a (mon.0) 11138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.521910+0000 mon.a (mon.0) 11139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.522510+0000 mon.a (mon.0) 11140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.528779+0000 mon.a (mon.0) 11141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.569936+0000 mon.a (mon.0) 11142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.571806+0000 mon.a (mon.0) 11143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.572563+0000 mon.a (mon.0) 11144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.574434+0000 mon.a (mon.0) 11145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.575018+0000 mon.a (mon.0) 11146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.417027+0000 mon.a (mon.0) 11128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.422755+0000 mon.a (mon.0) 11129 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.464960+0000 mon.a (mon.0) 11130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.466765+0000 mon.a (mon.0) 11131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.467744+0000 mon.a (mon.0) 11132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.469564+0000 mon.a (mon.0) 11133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.470127+0000 mon.a (mon.0) 11134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.476322+0000 mon.a (mon.0) 11135 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.517361+0000 mon.a (mon.0) 11136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.519293+0000 mon.a (mon.0) 11137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.520100+0000 mon.a (mon.0) 11138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.521910+0000 mon.a (mon.0) 11139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.522510+0000 mon.a (mon.0) 11140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.528779+0000 mon.a (mon.0) 11141 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.569936+0000 mon.a (mon.0) 11142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.571806+0000 mon.a (mon.0) 11143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.572563+0000 mon.a (mon.0) 11144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.574434+0000 mon.a (mon.0) 11145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.575018+0000 mon.a (mon.0) 11146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.581270+0000 mon.a (mon.0) 11147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.621872+0000 mon.a (mon.0) 11148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.623660+0000 mon.a (mon.0) 11149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.624451+0000 mon.a (mon.0) 11150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.626369+0000 mon.a (mon.0) 11151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.626960+0000 mon.a (mon.0) 11152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.633173+0000 mon.a (mon.0) 11153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.678702+0000 mon.a (mon.0) 11154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.681091+0000 mon.a (mon.0) 11155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.682295+0000 mon.a (mon.0) 11156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.684847+0000 mon.a (mon.0) 11157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.685548+0000 mon.a (mon.0) 11158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.694618+0000 mon.a (mon.0) 11159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.713360+0000 mon.a (mon.0) 11160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.719486+0000 mon.a (mon.0) 11161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.726345+0000 mon.a (mon.0) 11162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.754511+0000 mon.a (mon.0) 11163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.756474+0000 mon.a (mon.0) 11164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.757644+0000 mon.a (mon.0) 11165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.581270+0000 mon.a (mon.0) 11147 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.621872+0000 mon.a (mon.0) 11148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.623660+0000 mon.a (mon.0) 11149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.624451+0000 mon.a (mon.0) 11150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.626369+0000 mon.a (mon.0) 11151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.626960+0000 mon.a (mon.0) 11152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.633173+0000 mon.a (mon.0) 11153 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.678702+0000 mon.a (mon.0) 11154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.681091+0000 mon.a (mon.0) 11155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.682295+0000 mon.a (mon.0) 11156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.684847+0000 mon.a (mon.0) 11157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.685548+0000 mon.a (mon.0) 11158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.694618+0000 mon.a (mon.0) 11159 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.713360+0000 mon.a (mon.0) 11160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.719486+0000 mon.a (mon.0) 11161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.726345+0000 mon.a (mon.0) 11162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.754511+0000 mon.a (mon.0) 11163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.756474+0000 mon.a (mon.0) 11164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.757644+0000 mon.a (mon.0) 11165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.759915+0000 mon.a (mon.0) 11166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.760651+0000 mon.a (mon.0) 11167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.766546+0000 mon.a (mon.0) 11168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.812272+0000 mon.a (mon.0) 11169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.814709+0000 mon.a (mon.0) 11170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.815728+0000 mon.a (mon.0) 11171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.818034+0000 mon.a (mon.0) 11172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.818690+0000 mon.a (mon.0) 11173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.825111+0000 mon.a (mon.0) 11174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.866041+0000 mon.a (mon.0) 11175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.868180+0000 mon.a (mon.0) 11176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.869034+0000 mon.a (mon.0) 11177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.871272+0000 mon.a (mon.0) 11178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.872026+0000 mon.a (mon.0) 11179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.878372+0000 mon.a (mon.0) 11180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.935425+0000 mon.a (mon.0) 11181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.937195+0000 mon.a (mon.0) 11182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.937951+0000 mon.a (mon.0) 11183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.939715+0000 mon.a (mon.0) 11184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.759915+0000 mon.a (mon.0) 11166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.760651+0000 mon.a (mon.0) 11167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.766546+0000 mon.a (mon.0) 11168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.812272+0000 mon.a (mon.0) 11169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.814709+0000 mon.a (mon.0) 11170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.815728+0000 mon.a (mon.0) 11171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.818034+0000 mon.a (mon.0) 11172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.818690+0000 mon.a (mon.0) 11173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.825111+0000 mon.a (mon.0) 11174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.866041+0000 mon.a (mon.0) 11175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.868180+0000 mon.a (mon.0) 11176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.869034+0000 mon.a (mon.0) 11177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.871272+0000 mon.a (mon.0) 11178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.872026+0000 mon.a (mon.0) 11179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.878372+0000 mon.a (mon.0) 11180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.935425+0000 mon.a (mon.0) 11181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.937195+0000 mon.a (mon.0) 11182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.937951+0000 mon.a (mon.0) 11183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.939715+0000 mon.a (mon.0) 11184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.940296+0000 mon.a (mon.0) 11185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:25.945422+0000 mon.a (mon.0) 11186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.004657+0000 mon.a (mon.0) 11187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.007056+0000 mon.a (mon.0) 11188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.008063+0000 mon.a (mon.0) 11189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.010301+0000 mon.a (mon.0) 11190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.011016+0000 mon.a (mon.0) 11191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.017527+0000 mon.a (mon.0) 11192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.058742+0000 mon.a (mon.0) 11193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.060528+0000 mon.a (mon.0) 11194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.061291+0000 mon.a (mon.0) 11195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.063137+0000 mon.a (mon.0) 11196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.063709+0000 mon.a (mon.0) 11197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.069101+0000 mon.a (mon.0) 11198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.125929+0000 mon.a (mon.0) 11199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.127826+0000 mon.a (mon.0) 11200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.128657+0000 mon.a (mon.0) 11201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.130568+0000 mon.a (mon.0) 11202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.131199+0000 mon.a (mon.0) 11203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[69502]: audit 2024-03-30T04:50:26.137763+0000 mon.a (mon.0) 11204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.940296+0000 mon.a (mon.0) 11185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:25.945422+0000 mon.a (mon.0) 11186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.004657+0000 mon.a (mon.0) 11187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.007056+0000 mon.a (mon.0) 11188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.008063+0000 mon.a (mon.0) 11189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.010301+0000 mon.a (mon.0) 11190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.011016+0000 mon.a (mon.0) 11191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.017527+0000 mon.a (mon.0) 11192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.058742+0000 mon.a (mon.0) 11193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.060528+0000 mon.a (mon.0) 11194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.061291+0000 mon.a (mon.0) 11195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.063137+0000 mon.a (mon.0) 11196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.063709+0000 mon.a (mon.0) 11197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.069101+0000 mon.a (mon.0) 11198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.125929+0000 mon.a (mon.0) 11199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.127826+0000 mon.a (mon.0) 11200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.128657+0000 mon.a (mon.0) 11201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.130568+0000 mon.a (mon.0) 11202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.131199+0000 mon.a (mon.0) 11203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:26.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:26 smithi097 bash[73934]: audit 2024-03-30T04:50:26.137763+0000 mon.a (mon.0) 11204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.186774+0000 mgr.y (mgr.25387) 5457 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.186974+0000 mgr.y (mgr.25387) 5458 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.191461+0000 mgr.y (mgr.25387) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.237933+0000 mgr.y (mgr.25387) 5460 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.238177+0000 mgr.y (mgr.25387) 5461 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.243648+0000 mgr.y (mgr.25387) 5462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.290899+0000 mgr.y (mgr.25387) 5463 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.291128+0000 mgr.y (mgr.25387) 5464 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.295905+0000 mgr.y (mgr.25387) 5465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.348834+0000 mgr.y (mgr.25387) 5466 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.349106+0000 mgr.y (mgr.25387) 5467 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.353884+0000 mgr.y (mgr.25387) 5468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.418295+0000 mgr.y (mgr.25387) 5469 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.418499+0000 mgr.y (mgr.25387) 5470 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.423306+0000 mgr.y (mgr.25387) 5471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.471346+0000 mgr.y (mgr.25387) 5472 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.471575+0000 mgr.y (mgr.25387) 5473 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.476808+0000 mgr.y (mgr.25387) 5474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.523644+0000 mgr.y (mgr.25387) 5475 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.523879+0000 mgr.y (mgr.25387) 5476 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.529224+0000 mgr.y (mgr.25387) 5477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.576153+0000 mgr.y (mgr.25387) 5478 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.576383+0000 mgr.y (mgr.25387) 5479 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.581695+0000 mgr.y (mgr.25387) 5480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.628226+0000 mgr.y (mgr.25387) 5481 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.628496+0000 mgr.y (mgr.25387) 5482 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.633767+0000 mgr.y (mgr.25387) 5483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.686976+0000 mgr.y (mgr.25387) 5484 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.687394+0000 mgr.y (mgr.25387) 5485 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.695129+0000 mgr.y (mgr.25387) 5486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.720901+0000 mgr.y (mgr.25387) 5487 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.721170+0000 mgr.y (mgr.25387) 5488 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.762044+0000 mgr.y (mgr.25387) 5489 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.762248+0000 mgr.y (mgr.25387) 5490 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.767213+0000 mgr.y (mgr.25387) 5491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.820103+0000 mgr.y (mgr.25387) 5492 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.820866+0000 mgr.y (mgr.25387) 5493 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.825572+0000 mgr.y (mgr.25387) 5494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.873576+0000 mgr.y (mgr.25387) 5495 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.873821+0000 mgr.y (mgr.25387) 5496 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.878919+0000 mgr.y (mgr.25387) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:25.941507+0000 mgr.y (mgr.25387) 5498 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:25.945900+0000 mgr.y (mgr.25387) 5499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.012909+0000 mgr.y (mgr.25387) 5500 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.013183+0000 mgr.y (mgr.25387) 5501 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.018071+0000 mgr.y (mgr.25387) 5502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.064888+0000 mgr.y (mgr.25387) 5503 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.065109+0000 mgr.y (mgr.25387) 5504 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.069547+0000 mgr.y (mgr.25387) 5505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.132363+0000 mgr.y (mgr.25387) 5506 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.132602+0000 mgr.y (mgr.25387) 5507 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.138220+0000 mgr.y (mgr.25387) 5508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.199394+0000 mon.a (mon.0) 11205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.201551+0000 mon.a (mon.0) 11206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.202404+0000 mon.a (mon.0) 11207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.204356+0000 mon.a (mon.0) 11208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.204977+0000 mon.a (mon.0) 11209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.210621+0000 mon.a (mon.0) 11210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.269173+0000 mon.a (mon.0) 11211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.270980+0000 mon.a (mon.0) 11212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.271788+0000 mon.a (mon.0) 11213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.273657+0000 mon.a (mon.0) 11214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.274275+0000 mon.a (mon.0) 11215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.280952+0000 mon.a (mon.0) 11216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.321488+0000 mon.a (mon.0) 11217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.323210+0000 mon.a (mon.0) 11218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.324004+0000 mon.a (mon.0) 11219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.325821+0000 mon.a (mon.0) 11220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.326480+0000 mon.a (mon.0) 11221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.332246+0000 mon.a (mon.0) 11222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.374104+0000 mon.a (mon.0) 11223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.376485+0000 mon.a (mon.0) 11224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.377541+0000 mon.a (mon.0) 11225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.379536+0000 mon.a (mon.0) 11226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.380196+0000 mon.a (mon.0) 11227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.386568+0000 mon.a (mon.0) 11228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.431936+0000 mon.a (mon.0) 11229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.434077+0000 mon.a (mon.0) 11230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.434903+0000 mon.a (mon.0) 11231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.436913+0000 mon.a (mon.0) 11232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.437506+0000 mon.a (mon.0) 11233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.442924+0000 mon.a (mon.0) 11234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.487861+0000 mon.a (mon.0) 11235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.490010+0000 mon.a (mon.0) 11236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.490975+0000 mon.a (mon.0) 11237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.493499+0000 mon.a (mon.0) 11238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.494213+0000 mon.a (mon.0) 11239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.501623+0000 mon.a (mon.0) 11240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.579613+0000 mon.a (mon.0) 11241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.582173+0000 mon.a (mon.0) 11242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.583336+0000 mon.a (mon.0) 11243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.586001+0000 mon.a (mon.0) 11244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.586837+0000 mon.a (mon.0) 11245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.594367+0000 mon.a (mon.0) 11246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.636444+0000 mon.a (mon.0) 11247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.638666+0000 mon.a (mon.0) 11248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.639579+0000 mon.a (mon.0) 11249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.641604+0000 mon.a (mon.0) 11250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.642259+0000 mon.a (mon.0) 11251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.648980+0000 mon.a (mon.0) 11252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.705890+0000 mon.a (mon.0) 11253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.708101+0000 mon.a (mon.0) 11254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.709237+0000 mon.a (mon.0) 11255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.712493+0000 mon.a (mon.0) 11256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.713510+0000 mon.a (mon.0) 11257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.720794+0000 mon.a (mon.0) 11258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.777304+0000 mon.a (mon.0) 11259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.779134+0000 mon.a (mon.0) 11260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.779930+0000 mon.a (mon.0) 11261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.781802+0000 mon.a (mon.0) 11262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.782406+0000 mon.a (mon.0) 11263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.788808+0000 mon.a (mon.0) 11264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.829829+0000 mon.a (mon.0) 11265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.831799+0000 mon.a (mon.0) 11266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.832869+0000 mon.a (mon.0) 11267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.834798+0000 mon.a (mon.0) 11268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.835469+0000 mon.a (mon.0) 11269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.842418+0000 mon.a (mon.0) 11270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.885027+0000 mon.a (mon.0) 11271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.886815+0000 mon.a (mon.0) 11272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.887662+0000 mon.a (mon.0) 11273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.889522+0000 mon.a (mon.0) 11274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.890084+0000 mon.a (mon.0) 11275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.895609+0000 mon.a (mon.0) 11276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.936713+0000 mon.a (mon.0) 11277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.938463+0000 mon.a (mon.0) 11278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.939237+0000 mon.a (mon.0) 11279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.941180+0000 mon.a (mon.0) 11280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.941778+0000 mon.a (mon.0) 11281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.947884+0000 mon.a (mon.0) 11282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.988253+0000 mon.a (mon.0) 11283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.990081+0000 mon.a (mon.0) 11284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.990921+0000 mon.a (mon.0) 11285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.992969+0000 mon.a (mon.0) 11286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:26.993637+0000 mon.a (mon.0) 11287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.000258+0000 mon.a (mon.0) 11288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.041017+0000 mon.a (mon.0) 11289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.043029+0000 mon.a (mon.0) 11290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.044154+0000 mon.a (mon.0) 11291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.046439+0000 mon.a (mon.0) 11292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.047171+0000 mon.a (mon.0) 11293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.053620+0000 mon.a (mon.0) 11294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.105153+0000 mon.a (mon.0) 11295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.108436+0000 mon.a (mon.0) 11296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.109733+0000 mon.a (mon.0) 11297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.112283+0000 mon.a (mon.0) 11298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.113190+0000 mon.a (mon.0) 11299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.120745+0000 mon.a (mon.0) 11300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.162555+0000 mon.a (mon.0) 11301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.164530+0000 mon.a (mon.0) 11302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.165564+0000 mon.a (mon.0) 11303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.167662+0000 mon.a (mon.0) 11304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:27 smithi105 bash[58125]: audit 2024-03-30T04:50:27.168351+0000 mon.a (mon.0) 11305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.186774+0000 mgr.y (mgr.25387) 5457 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.186974+0000 mgr.y (mgr.25387) 5458 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.191461+0000 mgr.y (mgr.25387) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.237933+0000 mgr.y (mgr.25387) 5460 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.238177+0000 mgr.y (mgr.25387) 5461 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.243648+0000 mgr.y (mgr.25387) 5462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.290899+0000 mgr.y (mgr.25387) 5463 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.291128+0000 mgr.y (mgr.25387) 5464 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.295905+0000 mgr.y (mgr.25387) 5465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.348834+0000 mgr.y (mgr.25387) 5466 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.349106+0000 mgr.y (mgr.25387) 5467 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.353884+0000 mgr.y (mgr.25387) 5468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.418295+0000 mgr.y (mgr.25387) 5469 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.418499+0000 mgr.y (mgr.25387) 5470 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.423306+0000 mgr.y (mgr.25387) 5471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.471346+0000 mgr.y (mgr.25387) 5472 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.471575+0000 mgr.y (mgr.25387) 5473 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.476808+0000 mgr.y (mgr.25387) 5474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.523644+0000 mgr.y (mgr.25387) 5475 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.186774+0000 mgr.y (mgr.25387) 5457 : cluster [DBG] pgmap v3579: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.186974+0000 mgr.y (mgr.25387) 5458 : cluster [DBG] pgmap v3580: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.191461+0000 mgr.y (mgr.25387) 5459 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.237933+0000 mgr.y (mgr.25387) 5460 : cluster [DBG] pgmap v3581: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.238177+0000 mgr.y (mgr.25387) 5461 : cluster [DBG] pgmap v3582: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.243648+0000 mgr.y (mgr.25387) 5462 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.290899+0000 mgr.y (mgr.25387) 5463 : cluster [DBG] pgmap v3583: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.291128+0000 mgr.y (mgr.25387) 5464 : cluster [DBG] pgmap v3584: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.295905+0000 mgr.y (mgr.25387) 5465 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.348834+0000 mgr.y (mgr.25387) 5466 : cluster [DBG] pgmap v3585: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.349106+0000 mgr.y (mgr.25387) 5467 : cluster [DBG] pgmap v3586: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.353884+0000 mgr.y (mgr.25387) 5468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.418295+0000 mgr.y (mgr.25387) 5469 : cluster [DBG] pgmap v3587: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.418499+0000 mgr.y (mgr.25387) 5470 : cluster [DBG] pgmap v3588: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.423306+0000 mgr.y (mgr.25387) 5471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.471346+0000 mgr.y (mgr.25387) 5472 : cluster [DBG] pgmap v3589: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.471575+0000 mgr.y (mgr.25387) 5473 : cluster [DBG] pgmap v3590: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 27 op/s 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.476808+0000 mgr.y (mgr.25387) 5474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.523644+0000 mgr.y (mgr.25387) 5475 : cluster [DBG] pgmap v3591: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.523879+0000 mgr.y (mgr.25387) 5476 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.529224+0000 mgr.y (mgr.25387) 5477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.576153+0000 mgr.y (mgr.25387) 5478 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.576383+0000 mgr.y (mgr.25387) 5479 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.581695+0000 mgr.y (mgr.25387) 5480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.628226+0000 mgr.y (mgr.25387) 5481 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.628496+0000 mgr.y (mgr.25387) 5482 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.633767+0000 mgr.y (mgr.25387) 5483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.686976+0000 mgr.y (mgr.25387) 5484 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.687394+0000 mgr.y (mgr.25387) 5485 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.695129+0000 mgr.y (mgr.25387) 5486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.720901+0000 mgr.y (mgr.25387) 5487 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.721170+0000 mgr.y (mgr.25387) 5488 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.762044+0000 mgr.y (mgr.25387) 5489 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.762248+0000 mgr.y (mgr.25387) 5490 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.767213+0000 mgr.y (mgr.25387) 5491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.820103+0000 mgr.y (mgr.25387) 5492 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.820866+0000 mgr.y (mgr.25387) 5493 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.825572+0000 mgr.y (mgr.25387) 5494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.873576+0000 mgr.y (mgr.25387) 5495 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.873821+0000 mgr.y (mgr.25387) 5496 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.523879+0000 mgr.y (mgr.25387) 5476 : cluster [DBG] pgmap v3592: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 28 op/s 2024-03-30T04:50:27.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.529224+0000 mgr.y (mgr.25387) 5477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.576153+0000 mgr.y (mgr.25387) 5478 : cluster [DBG] pgmap v3593: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.576383+0000 mgr.y (mgr.25387) 5479 : cluster [DBG] pgmap v3594: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 31 op/s 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.581695+0000 mgr.y (mgr.25387) 5480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.628226+0000 mgr.y (mgr.25387) 5481 : cluster [DBG] pgmap v3595: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.628496+0000 mgr.y (mgr.25387) 5482 : cluster [DBG] pgmap v3596: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.633767+0000 mgr.y (mgr.25387) 5483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.686976+0000 mgr.y (mgr.25387) 5484 : cluster [DBG] pgmap v3597: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.687394+0000 mgr.y (mgr.25387) 5485 : cluster [DBG] pgmap v3598: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.695129+0000 mgr.y (mgr.25387) 5486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.720901+0000 mgr.y (mgr.25387) 5487 : cluster [DBG] pgmap v3599: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.721170+0000 mgr.y (mgr.25387) 5488 : cluster [DBG] pgmap v3600: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.762044+0000 mgr.y (mgr.25387) 5489 : cluster [DBG] pgmap v3601: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.762248+0000 mgr.y (mgr.25387) 5490 : cluster [DBG] pgmap v3602: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.767213+0000 mgr.y (mgr.25387) 5491 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.820103+0000 mgr.y (mgr.25387) 5492 : cluster [DBG] pgmap v3603: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.820866+0000 mgr.y (mgr.25387) 5493 : cluster [DBG] pgmap v3604: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.825572+0000 mgr.y (mgr.25387) 5494 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.873576+0000 mgr.y (mgr.25387) 5495 : cluster [DBG] pgmap v3605: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.873821+0000 mgr.y (mgr.25387) 5496 : cluster [DBG] pgmap v3606: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.878919+0000 mgr.y (mgr.25387) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:25.941507+0000 mgr.y (mgr.25387) 5498 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:25.945900+0000 mgr.y (mgr.25387) 5499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.012909+0000 mgr.y (mgr.25387) 5500 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.013183+0000 mgr.y (mgr.25387) 5501 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.018071+0000 mgr.y (mgr.25387) 5502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.064888+0000 mgr.y (mgr.25387) 5503 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.065109+0000 mgr.y (mgr.25387) 5504 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.069547+0000 mgr.y (mgr.25387) 5505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.132363+0000 mgr.y (mgr.25387) 5506 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.132602+0000 mgr.y (mgr.25387) 5507 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.138220+0000 mgr.y (mgr.25387) 5508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.199394+0000 mon.a (mon.0) 11205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.201551+0000 mon.a (mon.0) 11206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.202404+0000 mon.a (mon.0) 11207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.204356+0000 mon.a (mon.0) 11208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.204977+0000 mon.a (mon.0) 11209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.210621+0000 mon.a (mon.0) 11210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.269173+0000 mon.a (mon.0) 11211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.878919+0000 mgr.y (mgr.25387) 5497 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:25.941507+0000 mgr.y (mgr.25387) 5498 : cluster [DBG] pgmap v3607: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:25.945900+0000 mgr.y (mgr.25387) 5499 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.012909+0000 mgr.y (mgr.25387) 5500 : cluster [DBG] pgmap v3608: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.013183+0000 mgr.y (mgr.25387) 5501 : cluster [DBG] pgmap v3609: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.018071+0000 mgr.y (mgr.25387) 5502 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.064888+0000 mgr.y (mgr.25387) 5503 : cluster [DBG] pgmap v3610: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.065109+0000 mgr.y (mgr.25387) 5504 : cluster [DBG] pgmap v3611: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.069547+0000 mgr.y (mgr.25387) 5505 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.132363+0000 mgr.y (mgr.25387) 5506 : cluster [DBG] pgmap v3612: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.132602+0000 mgr.y (mgr.25387) 5507 : cluster [DBG] pgmap v3613: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.138220+0000 mgr.y (mgr.25387) 5508 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.199394+0000 mon.a (mon.0) 11205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.201551+0000 mon.a (mon.0) 11206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.202404+0000 mon.a (mon.0) 11207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.204356+0000 mon.a (mon.0) 11208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.204977+0000 mon.a (mon.0) 11209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.210621+0000 mon.a (mon.0) 11210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.269173+0000 mon.a (mon.0) 11211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.270980+0000 mon.a (mon.0) 11212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.271788+0000 mon.a (mon.0) 11213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.273657+0000 mon.a (mon.0) 11214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.274275+0000 mon.a (mon.0) 11215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.280952+0000 mon.a (mon.0) 11216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.321488+0000 mon.a (mon.0) 11217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.323210+0000 mon.a (mon.0) 11218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.324004+0000 mon.a (mon.0) 11219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.325821+0000 mon.a (mon.0) 11220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.326480+0000 mon.a (mon.0) 11221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.332246+0000 mon.a (mon.0) 11222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.374104+0000 mon.a (mon.0) 11223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.376485+0000 mon.a (mon.0) 11224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.377541+0000 mon.a (mon.0) 11225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.379536+0000 mon.a (mon.0) 11226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.380196+0000 mon.a (mon.0) 11227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.386568+0000 mon.a (mon.0) 11228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.431936+0000 mon.a (mon.0) 11229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.434077+0000 mon.a (mon.0) 11230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.270980+0000 mon.a (mon.0) 11212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.271788+0000 mon.a (mon.0) 11213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.273657+0000 mon.a (mon.0) 11214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.274275+0000 mon.a (mon.0) 11215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.280952+0000 mon.a (mon.0) 11216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.321488+0000 mon.a (mon.0) 11217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.323210+0000 mon.a (mon.0) 11218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.324004+0000 mon.a (mon.0) 11219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.325821+0000 mon.a (mon.0) 11220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.326480+0000 mon.a (mon.0) 11221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.332246+0000 mon.a (mon.0) 11222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.374104+0000 mon.a (mon.0) 11223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.376485+0000 mon.a (mon.0) 11224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.377541+0000 mon.a (mon.0) 11225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.379536+0000 mon.a (mon.0) 11226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.380196+0000 mon.a (mon.0) 11227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.386568+0000 mon.a (mon.0) 11228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.431936+0000 mon.a (mon.0) 11229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.434077+0000 mon.a (mon.0) 11230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.434903+0000 mon.a (mon.0) 11231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.436913+0000 mon.a (mon.0) 11232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.437506+0000 mon.a (mon.0) 11233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.442924+0000 mon.a (mon.0) 11234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.487861+0000 mon.a (mon.0) 11235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.490010+0000 mon.a (mon.0) 11236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.490975+0000 mon.a (mon.0) 11237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.493499+0000 mon.a (mon.0) 11238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.494213+0000 mon.a (mon.0) 11239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.501623+0000 mon.a (mon.0) 11240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.579613+0000 mon.a (mon.0) 11241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.582173+0000 mon.a (mon.0) 11242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.583336+0000 mon.a (mon.0) 11243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.586001+0000 mon.a (mon.0) 11244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.586837+0000 mon.a (mon.0) 11245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.594367+0000 mon.a (mon.0) 11246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.636444+0000 mon.a (mon.0) 11247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.638666+0000 mon.a (mon.0) 11248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.639579+0000 mon.a (mon.0) 11249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.434903+0000 mon.a (mon.0) 11231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.436913+0000 mon.a (mon.0) 11232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.437506+0000 mon.a (mon.0) 11233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.442924+0000 mon.a (mon.0) 11234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.487861+0000 mon.a (mon.0) 11235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.490010+0000 mon.a (mon.0) 11236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.490975+0000 mon.a (mon.0) 11237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.493499+0000 mon.a (mon.0) 11238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.494213+0000 mon.a (mon.0) 11239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.501623+0000 mon.a (mon.0) 11240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.579613+0000 mon.a (mon.0) 11241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.582173+0000 mon.a (mon.0) 11242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.583336+0000 mon.a (mon.0) 11243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.586001+0000 mon.a (mon.0) 11244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.586837+0000 mon.a (mon.0) 11245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.594367+0000 mon.a (mon.0) 11246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.636444+0000 mon.a (mon.0) 11247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.638666+0000 mon.a (mon.0) 11248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.639579+0000 mon.a (mon.0) 11249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.641604+0000 mon.a (mon.0) 11250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.642259+0000 mon.a (mon.0) 11251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.648980+0000 mon.a (mon.0) 11252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.705890+0000 mon.a (mon.0) 11253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.708101+0000 mon.a (mon.0) 11254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.709237+0000 mon.a (mon.0) 11255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.712493+0000 mon.a (mon.0) 11256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.713510+0000 mon.a (mon.0) 11257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.720794+0000 mon.a (mon.0) 11258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.777304+0000 mon.a (mon.0) 11259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.779134+0000 mon.a (mon.0) 11260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.779930+0000 mon.a (mon.0) 11261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.781802+0000 mon.a (mon.0) 11262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.782406+0000 mon.a (mon.0) 11263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.788808+0000 mon.a (mon.0) 11264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.829829+0000 mon.a (mon.0) 11265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.831799+0000 mon.a (mon.0) 11266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.832869+0000 mon.a (mon.0) 11267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.834798+0000 mon.a (mon.0) 11268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.641604+0000 mon.a (mon.0) 11250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.642259+0000 mon.a (mon.0) 11251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.648980+0000 mon.a (mon.0) 11252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.705890+0000 mon.a (mon.0) 11253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.708101+0000 mon.a (mon.0) 11254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.709237+0000 mon.a (mon.0) 11255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.712493+0000 mon.a (mon.0) 11256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.713510+0000 mon.a (mon.0) 11257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.720794+0000 mon.a (mon.0) 11258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.777304+0000 mon.a (mon.0) 11259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.779134+0000 mon.a (mon.0) 11260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.779930+0000 mon.a (mon.0) 11261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.781802+0000 mon.a (mon.0) 11262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.782406+0000 mon.a (mon.0) 11263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.788808+0000 mon.a (mon.0) 11264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.829829+0000 mon.a (mon.0) 11265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.831799+0000 mon.a (mon.0) 11266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.832869+0000 mon.a (mon.0) 11267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.834798+0000 mon.a (mon.0) 11268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.835469+0000 mon.a (mon.0) 11269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.842418+0000 mon.a (mon.0) 11270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.885027+0000 mon.a (mon.0) 11271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.886815+0000 mon.a (mon.0) 11272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.887662+0000 mon.a (mon.0) 11273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.889522+0000 mon.a (mon.0) 11274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.890084+0000 mon.a (mon.0) 11275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.895609+0000 mon.a (mon.0) 11276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.936713+0000 mon.a (mon.0) 11277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.938463+0000 mon.a (mon.0) 11278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.939237+0000 mon.a (mon.0) 11279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.941180+0000 mon.a (mon.0) 11280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.941778+0000 mon.a (mon.0) 11281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.947884+0000 mon.a (mon.0) 11282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.988253+0000 mon.a (mon.0) 11283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.990081+0000 mon.a (mon.0) 11284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.990921+0000 mon.a (mon.0) 11285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.992969+0000 mon.a (mon.0) 11286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:26.993637+0000 mon.a (mon.0) 11287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.835469+0000 mon.a (mon.0) 11269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.842418+0000 mon.a (mon.0) 11270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.885027+0000 mon.a (mon.0) 11271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.886815+0000 mon.a (mon.0) 11272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.887662+0000 mon.a (mon.0) 11273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.889522+0000 mon.a (mon.0) 11274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.890084+0000 mon.a (mon.0) 11275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.895609+0000 mon.a (mon.0) 11276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.936713+0000 mon.a (mon.0) 11277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.938463+0000 mon.a (mon.0) 11278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.939237+0000 mon.a (mon.0) 11279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.941180+0000 mon.a (mon.0) 11280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.941778+0000 mon.a (mon.0) 11281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.947884+0000 mon.a (mon.0) 11282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.988253+0000 mon.a (mon.0) 11283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.990081+0000 mon.a (mon.0) 11284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.990921+0000 mon.a (mon.0) 11285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.992969+0000 mon.a (mon.0) 11286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:26.993637+0000 mon.a (mon.0) 11287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.648 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.000258+0000 mon.a (mon.0) 11288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.041017+0000 mon.a (mon.0) 11289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.043029+0000 mon.a (mon.0) 11290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.044154+0000 mon.a (mon.0) 11291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.046439+0000 mon.a (mon.0) 11292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.047171+0000 mon.a (mon.0) 11293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.053620+0000 mon.a (mon.0) 11294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.105153+0000 mon.a (mon.0) 11295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.108436+0000 mon.a (mon.0) 11296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.109733+0000 mon.a (mon.0) 11297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.112283+0000 mon.a (mon.0) 11298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.113190+0000 mon.a (mon.0) 11299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.120745+0000 mon.a (mon.0) 11300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.162555+0000 mon.a (mon.0) 11301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.649 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.164530+0000 mon.a (mon.0) 11302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.165564+0000 mon.a (mon.0) 11303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.167662+0000 mon.a (mon.0) 11304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[69502]: audit 2024-03-30T04:50:27.168351+0000 mon.a (mon.0) 11305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.000258+0000 mon.a (mon.0) 11288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.041017+0000 mon.a (mon.0) 11289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.043029+0000 mon.a (mon.0) 11290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.044154+0000 mon.a (mon.0) 11291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.046439+0000 mon.a (mon.0) 11292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.047171+0000 mon.a (mon.0) 11293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.053620+0000 mon.a (mon.0) 11294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.105153+0000 mon.a (mon.0) 11295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.108436+0000 mon.a (mon.0) 11296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.109733+0000 mon.a (mon.0) 11297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.112283+0000 mon.a (mon.0) 11298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.113190+0000 mon.a (mon.0) 11299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.120745+0000 mon.a (mon.0) 11300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.162555+0000 mon.a (mon.0) 11301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.164530+0000 mon.a (mon.0) 11302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.165564+0000 mon.a (mon.0) 11303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.167662+0000 mon.a (mon.0) 11304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:27.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:27 smithi097 bash[73934]: audit 2024-03-30T04:50:27.168351+0000 mon.a (mon.0) 11305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.206184+0000 mgr.y (mgr.25387) 5509 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.206424+0000 mgr.y (mgr.25387) 5510 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.211162+0000 mgr.y (mgr.25387) 5511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.275414+0000 mgr.y (mgr.25387) 5512 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.275667+0000 mgr.y (mgr.25387) 5513 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.281457+0000 mgr.y (mgr.25387) 5514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.327768+0000 mgr.y (mgr.25387) 5515 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.328020+0000 mgr.y (mgr.25387) 5516 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.332760+0000 mgr.y (mgr.25387) 5517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.381455+0000 mgr.y (mgr.25387) 5518 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.381708+0000 mgr.y (mgr.25387) 5519 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.386985+0000 mgr.y (mgr.25387) 5520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.438702+0000 mgr.y (mgr.25387) 5521 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.438900+0000 mgr.y (mgr.25387) 5522 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.443303+0000 mgr.y (mgr.25387) 5523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.495629+0000 mgr.y (mgr.25387) 5524 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.495827+0000 mgr.y (mgr.25387) 5525 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.502178+0000 mgr.y (mgr.25387) 5526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.588452+0000 mgr.y (mgr.25387) 5527 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.588664+0000 mgr.y (mgr.25387) 5528 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.595134+0000 mgr.y (mgr.25387) 5529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.643430+0000 mgr.y (mgr.25387) 5530 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.643670+0000 mgr.y (mgr.25387) 5531 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.649378+0000 mgr.y (mgr.25387) 5532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.714969+0000 mgr.y (mgr.25387) 5533 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.715206+0000 mgr.y (mgr.25387) 5534 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.721148+0000 mgr.y (mgr.25387) 5535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.783606+0000 mgr.y (mgr.25387) 5536 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.783842+0000 mgr.y (mgr.25387) 5537 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.789231+0000 mgr.y (mgr.25387) 5538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.836739+0000 mgr.y (mgr.25387) 5539 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.836990+0000 mgr.y (mgr.25387) 5540 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.842916+0000 mgr.y (mgr.25387) 5541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.891210+0000 mgr.y (mgr.25387) 5542 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.891452+0000 mgr.y (mgr.25387) 5543 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.895989+0000 mgr.y (mgr.25387) 5544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.942994+0000 mgr.y (mgr.25387) 5545 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.943232+0000 mgr.y (mgr.25387) 5546 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:26.948292+0000 mgr.y (mgr.25387) 5547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.994913+0000 mgr.y (mgr.25387) 5548 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:26.995152+0000 mgr.y (mgr.25387) 5549 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.000759+0000 mgr.y (mgr.25387) 5550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.048540+0000 mgr.y (mgr.25387) 5551 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.048792+0000 mgr.y (mgr.25387) 5552 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.054105+0000 mgr.y (mgr.25387) 5553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.114966+0000 mgr.y (mgr.25387) 5554 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.115205+0000 mgr.y (mgr.25387) 5555 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.121242+0000 mgr.y (mgr.25387) 5556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.169610+0000 mgr.y (mgr.25387) 5557 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.169848+0000 mgr.y (mgr.25387) 5558 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.174112+0000 mon.a (mon.0) 11306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.174655+0000 mgr.y (mgr.25387) 5559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.231973+0000 mon.a (mon.0) 11307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.233837+0000 mon.a (mon.0) 11308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.234626+0000 mon.a (mon.0) 11309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.236462+0000 mon.a (mon.0) 11310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.237095+0000 mon.a (mon.0) 11311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.242885+0000 mon.a (mon.0) 11312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.283820+0000 mon.a (mon.0) 11313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.285829+0000 mon.a (mon.0) 11314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.286802+0000 mon.a (mon.0) 11315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.288867+0000 mon.a (mon.0) 11316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.289567+0000 mon.a (mon.0) 11317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.294912+0000 mon.a (mon.0) 11318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.351974+0000 mon.a (mon.0) 11319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.353927+0000 mon.a (mon.0) 11320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.354812+0000 mon.a (mon.0) 11321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.357384+0000 mon.a (mon.0) 11322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.358143+0000 mon.a (mon.0) 11323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.364330+0000 mon.a (mon.0) 11324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.405991+0000 mon.a (mon.0) 11325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.407867+0000 mon.a (mon.0) 11326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.408836+0000 mon.a (mon.0) 11327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.410732+0000 mon.a (mon.0) 11328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.411359+0000 mon.a (mon.0) 11329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.418673+0000 mon.a (mon.0) 11330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.459665+0000 mon.a (mon.0) 11331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.461897+0000 mon.a (mon.0) 11332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.463022+0000 mon.a (mon.0) 11333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.464991+0000 mon.a (mon.0) 11334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.465667+0000 mon.a (mon.0) 11335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.472118+0000 mon.a (mon.0) 11336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.528487+0000 mon.a (mon.0) 11337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.530345+0000 mon.a (mon.0) 11338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.531132+0000 mon.a (mon.0) 11339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.533349+0000 mon.a (mon.0) 11340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.534055+0000 mon.a (mon.0) 11341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.539680+0000 mon.a (mon.0) 11342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.580222+0000 mon.a (mon.0) 11343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.582092+0000 mon.a (mon.0) 11344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.582899+0000 mon.a (mon.0) 11345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.584754+0000 mon.a (mon.0) 11346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.585345+0000 mon.a (mon.0) 11347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.590855+0000 mon.a (mon.0) 11348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.636661+0000 mon.a (mon.0) 11349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.638565+0000 mon.a (mon.0) 11350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.639398+0000 mon.a (mon.0) 11351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.641394+0000 mon.a (mon.0) 11352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.642028+0000 mon.a (mon.0) 11353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.648769+0000 mon.a (mon.0) 11354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.689646+0000 mon.a (mon.0) 11355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.691623+0000 mon.a (mon.0) 11356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.692647+0000 mon.a (mon.0) 11357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.694802+0000 mon.a (mon.0) 11358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.695412+0000 mon.a (mon.0) 11359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.702598+0000 mon.a (mon.0) 11360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.743805+0000 mon.a (mon.0) 11361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.745597+0000 mon.a (mon.0) 11362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.746384+0000 mon.a (mon.0) 11363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.748148+0000 mon.a (mon.0) 11364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.748789+0000 mon.a (mon.0) 11365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.754883+0000 mon.a (mon.0) 11366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.796852+0000 mon.a (mon.0) 11367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.798917+0000 mon.a (mon.0) 11368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.799864+0000 mon.a (mon.0) 11369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.801987+0000 mon.a (mon.0) 11370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.803497+0000 mon.a (mon.0) 11371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.810281+0000 mon.a (mon.0) 11372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.852113+0000 mon.a (mon.0) 11373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.854016+0000 mon.a (mon.0) 11374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.854956+0000 mon.a (mon.0) 11375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.857121+0000 mon.a (mon.0) 11376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.857786+0000 mon.a (mon.0) 11377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.864510+0000 mon.a (mon.0) 11378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.906015+0000 mon.a (mon.0) 11379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.908139+0000 mon.a (mon.0) 11380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.909184+0000 mon.a (mon.0) 11381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.911452+0000 mon.a (mon.0) 11382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.912230+0000 mon.a (mon.0) 11383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.919078+0000 mon.a (mon.0) 11384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.980104+0000 mon.a (mon.0) 11385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.982245+0000 mon.a (mon.0) 11386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.983121+0000 mon.a (mon.0) 11387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.985496+0000 mon.a (mon.0) 11388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.986191+0000 mon.a (mon.0) 11389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:27.992008+0000 mon.a (mon.0) 11390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.033051+0000 mon.a (mon.0) 11391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.035135+0000 mon.a (mon.0) 11392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.036406+0000 mon.a (mon.0) 11393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.039790+0000 mon.a (mon.0) 11394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.040469+0000 mon.a (mon.0) 11395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.047687+0000 mon.a (mon.0) 11396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.090190+0000 mon.a (mon.0) 11397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.092328+0000 mon.a (mon.0) 11398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.093163+0000 mon.a (mon.0) 11399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.095025+0000 mon.a (mon.0) 11400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.095613+0000 mon.a (mon.0) 11401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.102732+0000 mon.a (mon.0) 11402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.162451+0000 mon.a (mon.0) 11403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.164603+0000 mon.a (mon.0) 11404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.166427+0000 mon.a (mon.0) 11405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.169129+0000 mon.a (mon.0) 11406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.170145+0000 mon.a (mon.0) 11407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:28 smithi105 bash[58125]: audit 2024-03-30T04:50:28.177330+0000 mon.a (mon.0) 11408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.206184+0000 mgr.y (mgr.25387) 5509 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.206424+0000 mgr.y (mgr.25387) 5510 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.211162+0000 mgr.y (mgr.25387) 5511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.275414+0000 mgr.y (mgr.25387) 5512 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.275667+0000 mgr.y (mgr.25387) 5513 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.281457+0000 mgr.y (mgr.25387) 5514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.327768+0000 mgr.y (mgr.25387) 5515 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.544 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.328020+0000 mgr.y (mgr.25387) 5516 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.332760+0000 mgr.y (mgr.25387) 5517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.381455+0000 mgr.y (mgr.25387) 5518 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.381708+0000 mgr.y (mgr.25387) 5519 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.386985+0000 mgr.y (mgr.25387) 5520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.438702+0000 mgr.y (mgr.25387) 5521 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.438900+0000 mgr.y (mgr.25387) 5522 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.443303+0000 mgr.y (mgr.25387) 5523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.495629+0000 mgr.y (mgr.25387) 5524 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.495827+0000 mgr.y (mgr.25387) 5525 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.502178+0000 mgr.y (mgr.25387) 5526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.588452+0000 mgr.y (mgr.25387) 5527 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.545 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.588664+0000 mgr.y (mgr.25387) 5528 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.206184+0000 mgr.y (mgr.25387) 5509 : cluster [DBG] pgmap v3614: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.206424+0000 mgr.y (mgr.25387) 5510 : cluster [DBG] pgmap v3615: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.211162+0000 mgr.y (mgr.25387) 5511 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.275414+0000 mgr.y (mgr.25387) 5512 : cluster [DBG] pgmap v3616: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.275667+0000 mgr.y (mgr.25387) 5513 : cluster [DBG] pgmap v3617: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.281457+0000 mgr.y (mgr.25387) 5514 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.327768+0000 mgr.y (mgr.25387) 5515 : cluster [DBG] pgmap v3618: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.328020+0000 mgr.y (mgr.25387) 5516 : cluster [DBG] pgmap v3619: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.332760+0000 mgr.y (mgr.25387) 5517 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.381455+0000 mgr.y (mgr.25387) 5518 : cluster [DBG] pgmap v3620: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.381708+0000 mgr.y (mgr.25387) 5519 : cluster [DBG] pgmap v3621: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.546 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.386985+0000 mgr.y (mgr.25387) 5520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.438702+0000 mgr.y (mgr.25387) 5521 : cluster [DBG] pgmap v3622: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.438900+0000 mgr.y (mgr.25387) 5522 : cluster [DBG] pgmap v3623: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.443303+0000 mgr.y (mgr.25387) 5523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.495629+0000 mgr.y (mgr.25387) 5524 : cluster [DBG] pgmap v3624: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.495827+0000 mgr.y (mgr.25387) 5525 : cluster [DBG] pgmap v3625: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.502178+0000 mgr.y (mgr.25387) 5526 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.588452+0000 mgr.y (mgr.25387) 5527 : cluster [DBG] pgmap v3626: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.588664+0000 mgr.y (mgr.25387) 5528 : cluster [DBG] pgmap v3627: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.595134+0000 mgr.y (mgr.25387) 5529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.643430+0000 mgr.y (mgr.25387) 5530 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.547 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.643670+0000 mgr.y (mgr.25387) 5531 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.649378+0000 mgr.y (mgr.25387) 5532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.714969+0000 mgr.y (mgr.25387) 5533 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.715206+0000 mgr.y (mgr.25387) 5534 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.721148+0000 mgr.y (mgr.25387) 5535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.783606+0000 mgr.y (mgr.25387) 5536 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.783842+0000 mgr.y (mgr.25387) 5537 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.789231+0000 mgr.y (mgr.25387) 5538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.836739+0000 mgr.y (mgr.25387) 5539 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.836990+0000 mgr.y (mgr.25387) 5540 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.842916+0000 mgr.y (mgr.25387) 5541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.891210+0000 mgr.y (mgr.25387) 5542 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.891452+0000 mgr.y (mgr.25387) 5543 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.895989+0000 mgr.y (mgr.25387) 5544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.548 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.942994+0000 mgr.y (mgr.25387) 5545 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.943232+0000 mgr.y (mgr.25387) 5546 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:26.948292+0000 mgr.y (mgr.25387) 5547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.994913+0000 mgr.y (mgr.25387) 5548 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.595134+0000 mgr.y (mgr.25387) 5529 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.643430+0000 mgr.y (mgr.25387) 5530 : cluster [DBG] pgmap v3628: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.643670+0000 mgr.y (mgr.25387) 5531 : cluster [DBG] pgmap v3629: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.649378+0000 mgr.y (mgr.25387) 5532 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.714969+0000 mgr.y (mgr.25387) 5533 : cluster [DBG] pgmap v3630: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.715206+0000 mgr.y (mgr.25387) 5534 : cluster [DBG] pgmap v3631: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.549 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.721148+0000 mgr.y (mgr.25387) 5535 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.783606+0000 mgr.y (mgr.25387) 5536 : cluster [DBG] pgmap v3632: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.783842+0000 mgr.y (mgr.25387) 5537 : cluster [DBG] pgmap v3633: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.789231+0000 mgr.y (mgr.25387) 5538 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.836739+0000 mgr.y (mgr.25387) 5539 : cluster [DBG] pgmap v3634: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.836990+0000 mgr.y (mgr.25387) 5540 : cluster [DBG] pgmap v3635: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.842916+0000 mgr.y (mgr.25387) 5541 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.891210+0000 mgr.y (mgr.25387) 5542 : cluster [DBG] pgmap v3636: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.891452+0000 mgr.y (mgr.25387) 5543 : cluster [DBG] pgmap v3637: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.895989+0000 mgr.y (mgr.25387) 5544 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.942994+0000 mgr.y (mgr.25387) 5545 : cluster [DBG] pgmap v3638: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.943232+0000 mgr.y (mgr.25387) 5546 : cluster [DBG] pgmap v3639: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:26.948292+0000 mgr.y (mgr.25387) 5547 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.550 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.994913+0000 mgr.y (mgr.25387) 5548 : cluster [DBG] pgmap v3640: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:26.995152+0000 mgr.y (mgr.25387) 5549 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.000759+0000 mgr.y (mgr.25387) 5550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.048540+0000 mgr.y (mgr.25387) 5551 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.048792+0000 mgr.y (mgr.25387) 5552 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.054105+0000 mgr.y (mgr.25387) 5553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.114966+0000 mgr.y (mgr.25387) 5554 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.115205+0000 mgr.y (mgr.25387) 5555 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.121242+0000 mgr.y (mgr.25387) 5556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.169610+0000 mgr.y (mgr.25387) 5557 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.169848+0000 mgr.y (mgr.25387) 5558 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.174112+0000 mon.a (mon.0) 11306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.551 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.174655+0000 mgr.y (mgr.25387) 5559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.231973+0000 mon.a (mon.0) 11307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.233837+0000 mon.a (mon.0) 11308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.234626+0000 mon.a (mon.0) 11309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.236462+0000 mon.a (mon.0) 11310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.237095+0000 mon.a (mon.0) 11311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.242885+0000 mon.a (mon.0) 11312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.283820+0000 mon.a (mon.0) 11313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.285829+0000 mon.a (mon.0) 11314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.552 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:26.995152+0000 mgr.y (mgr.25387) 5549 : cluster [DBG] pgmap v3641: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.000759+0000 mgr.y (mgr.25387) 5550 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.048540+0000 mgr.y (mgr.25387) 5551 : cluster [DBG] pgmap v3642: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.048792+0000 mgr.y (mgr.25387) 5552 : cluster [DBG] pgmap v3643: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.054105+0000 mgr.y (mgr.25387) 5553 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.114966+0000 mgr.y (mgr.25387) 5554 : cluster [DBG] pgmap v3644: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.115205+0000 mgr.y (mgr.25387) 5555 : cluster [DBG] pgmap v3645: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.121242+0000 mgr.y (mgr.25387) 5556 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.169610+0000 mgr.y (mgr.25387) 5557 : cluster [DBG] pgmap v3646: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.169848+0000 mgr.y (mgr.25387) 5558 : cluster [DBG] pgmap v3647: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.174112+0000 mon.a (mon.0) 11306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.174655+0000 mgr.y (mgr.25387) 5559 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.231973+0000 mon.a (mon.0) 11307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.553 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.233837+0000 mon.a (mon.0) 11308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.234626+0000 mon.a (mon.0) 11309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.236462+0000 mon.a (mon.0) 11310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.237095+0000 mon.a (mon.0) 11311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.242885+0000 mon.a (mon.0) 11312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.283820+0000 mon.a (mon.0) 11313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.285829+0000 mon.a (mon.0) 11314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.286802+0000 mon.a (mon.0) 11315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.288867+0000 mon.a (mon.0) 11316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.289567+0000 mon.a (mon.0) 11317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.294912+0000 mon.a (mon.0) 11318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.351974+0000 mon.a (mon.0) 11319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.353927+0000 mon.a (mon.0) 11320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.554 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.354812+0000 mon.a (mon.0) 11321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.357384+0000 mon.a (mon.0) 11322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.358143+0000 mon.a (mon.0) 11323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.364330+0000 mon.a (mon.0) 11324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.405991+0000 mon.a (mon.0) 11325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.407867+0000 mon.a (mon.0) 11326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.408836+0000 mon.a (mon.0) 11327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.410732+0000 mon.a (mon.0) 11328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.411359+0000 mon.a (mon.0) 11329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.418673+0000 mon.a (mon.0) 11330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.459665+0000 mon.a (mon.0) 11331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.461897+0000 mon.a (mon.0) 11332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.555 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.463022+0000 mon.a (mon.0) 11333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.557 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.286802+0000 mon.a (mon.0) 11315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.288867+0000 mon.a (mon.0) 11316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.289567+0000 mon.a (mon.0) 11317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.294912+0000 mon.a (mon.0) 11318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.351974+0000 mon.a (mon.0) 11319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.353927+0000 mon.a (mon.0) 11320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.354812+0000 mon.a (mon.0) 11321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.357384+0000 mon.a (mon.0) 11322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.358143+0000 mon.a (mon.0) 11323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.364330+0000 mon.a (mon.0) 11324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.405991+0000 mon.a (mon.0) 11325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.407867+0000 mon.a (mon.0) 11326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.408836+0000 mon.a (mon.0) 11327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.558 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.410732+0000 mon.a (mon.0) 11328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.411359+0000 mon.a (mon.0) 11329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.418673+0000 mon.a (mon.0) 11330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.459665+0000 mon.a (mon.0) 11331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.461897+0000 mon.a (mon.0) 11332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.463022+0000 mon.a (mon.0) 11333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.464991+0000 mon.a (mon.0) 11334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.465667+0000 mon.a (mon.0) 11335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.472118+0000 mon.a (mon.0) 11336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.528487+0000 mon.a (mon.0) 11337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.530345+0000 mon.a (mon.0) 11338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.531132+0000 mon.a (mon.0) 11339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.533349+0000 mon.a (mon.0) 11340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.534055+0000 mon.a (mon.0) 11341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.559 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.539680+0000 mon.a (mon.0) 11342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.580222+0000 mon.a (mon.0) 11343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.582092+0000 mon.a (mon.0) 11344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.582899+0000 mon.a (mon.0) 11345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.584754+0000 mon.a (mon.0) 11346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.585345+0000 mon.a (mon.0) 11347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.590855+0000 mon.a (mon.0) 11348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.636661+0000 mon.a (mon.0) 11349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.638565+0000 mon.a (mon.0) 11350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.639398+0000 mon.a (mon.0) 11351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.641394+0000 mon.a (mon.0) 11352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.560 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.464991+0000 mon.a (mon.0) 11334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.465667+0000 mon.a (mon.0) 11335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.472118+0000 mon.a (mon.0) 11336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.528487+0000 mon.a (mon.0) 11337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.530345+0000 mon.a (mon.0) 11338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.531132+0000 mon.a (mon.0) 11339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.533349+0000 mon.a (mon.0) 11340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.534055+0000 mon.a (mon.0) 11341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.539680+0000 mon.a (mon.0) 11342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.580222+0000 mon.a (mon.0) 11343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.582092+0000 mon.a (mon.0) 11344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.582899+0000 mon.a (mon.0) 11345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.584754+0000 mon.a (mon.0) 11346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.585345+0000 mon.a (mon.0) 11347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.561 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.590855+0000 mon.a (mon.0) 11348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.636661+0000 mon.a (mon.0) 11349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.638565+0000 mon.a (mon.0) 11350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.639398+0000 mon.a (mon.0) 11351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.641394+0000 mon.a (mon.0) 11352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.642028+0000 mon.a (mon.0) 11353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.648769+0000 mon.a (mon.0) 11354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.689646+0000 mon.a (mon.0) 11355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.691623+0000 mon.a (mon.0) 11356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.692647+0000 mon.a (mon.0) 11357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.562 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.694802+0000 mon.a (mon.0) 11358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.695412+0000 mon.a (mon.0) 11359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.702598+0000 mon.a (mon.0) 11360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.743805+0000 mon.a (mon.0) 11361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.745597+0000 mon.a (mon.0) 11362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.746384+0000 mon.a (mon.0) 11363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.748148+0000 mon.a (mon.0) 11364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.748789+0000 mon.a (mon.0) 11365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.754883+0000 mon.a (mon.0) 11366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.796852+0000 mon.a (mon.0) 11367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.798917+0000 mon.a (mon.0) 11368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.799864+0000 mon.a (mon.0) 11369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.801987+0000 mon.a (mon.0) 11370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.563 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.803497+0000 mon.a (mon.0) 11371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.642028+0000 mon.a (mon.0) 11353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.648769+0000 mon.a (mon.0) 11354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.689646+0000 mon.a (mon.0) 11355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.691623+0000 mon.a (mon.0) 11356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.692647+0000 mon.a (mon.0) 11357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.694802+0000 mon.a (mon.0) 11358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.695412+0000 mon.a (mon.0) 11359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.702598+0000 mon.a (mon.0) 11360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.743805+0000 mon.a (mon.0) 11361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.745597+0000 mon.a (mon.0) 11362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.746384+0000 mon.a (mon.0) 11363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.748148+0000 mon.a (mon.0) 11364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.564 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.748789+0000 mon.a (mon.0) 11365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.754883+0000 mon.a (mon.0) 11366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.796852+0000 mon.a (mon.0) 11367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.798917+0000 mon.a (mon.0) 11368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.799864+0000 mon.a (mon.0) 11369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.801987+0000 mon.a (mon.0) 11370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.803497+0000 mon.a (mon.0) 11371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.810281+0000 mon.a (mon.0) 11372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.852113+0000 mon.a (mon.0) 11373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.854016+0000 mon.a (mon.0) 11374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.854956+0000 mon.a (mon.0) 11375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.565 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.857121+0000 mon.a (mon.0) 11376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.857786+0000 mon.a (mon.0) 11377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.864510+0000 mon.a (mon.0) 11378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.906015+0000 mon.a (mon.0) 11379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.908139+0000 mon.a (mon.0) 11380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.909184+0000 mon.a (mon.0) 11381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.911452+0000 mon.a (mon.0) 11382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.912230+0000 mon.a (mon.0) 11383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.919078+0000 mon.a (mon.0) 11384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.980104+0000 mon.a (mon.0) 11385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.982245+0000 mon.a (mon.0) 11386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.983121+0000 mon.a (mon.0) 11387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.985496+0000 mon.a (mon.0) 11388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.986191+0000 mon.a (mon.0) 11389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.566 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:27.992008+0000 mon.a (mon.0) 11390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.810281+0000 mon.a (mon.0) 11372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.852113+0000 mon.a (mon.0) 11373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.854016+0000 mon.a (mon.0) 11374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.854956+0000 mon.a (mon.0) 11375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.857121+0000 mon.a (mon.0) 11376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.857786+0000 mon.a (mon.0) 11377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.864510+0000 mon.a (mon.0) 11378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.906015+0000 mon.a (mon.0) 11379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.908139+0000 mon.a (mon.0) 11380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.567 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.909184+0000 mon.a (mon.0) 11381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.911452+0000 mon.a (mon.0) 11382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.912230+0000 mon.a (mon.0) 11383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.919078+0000 mon.a (mon.0) 11384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.980104+0000 mon.a (mon.0) 11385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.982245+0000 mon.a (mon.0) 11386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.983121+0000 mon.a (mon.0) 11387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.985496+0000 mon.a (mon.0) 11388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.986191+0000 mon.a (mon.0) 11389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:27.992008+0000 mon.a (mon.0) 11390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.033051+0000 mon.a (mon.0) 11391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.568 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.035135+0000 mon.a (mon.0) 11392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.036406+0000 mon.a (mon.0) 11393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.039790+0000 mon.a (mon.0) 11394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.040469+0000 mon.a (mon.0) 11395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.047687+0000 mon.a (mon.0) 11396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.090190+0000 mon.a (mon.0) 11397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.092328+0000 mon.a (mon.0) 11398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.093163+0000 mon.a (mon.0) 11399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.095025+0000 mon.a (mon.0) 11400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.095613+0000 mon.a (mon.0) 11401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.102732+0000 mon.a (mon.0) 11402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.162451+0000 mon.a (mon.0) 11403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.164603+0000 mon.a (mon.0) 11404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.166427+0000 mon.a (mon.0) 11405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.569 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.169129+0000 mon.a (mon.0) 11406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.170145+0000 mon.a (mon.0) 11407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[73934]: audit 2024-03-30T04:50:28.177330+0000 mon.a (mon.0) 11408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.033051+0000 mon.a (mon.0) 11391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.035135+0000 mon.a (mon.0) 11392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.036406+0000 mon.a (mon.0) 11393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.039790+0000 mon.a (mon.0) 11394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.040469+0000 mon.a (mon.0) 11395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.047687+0000 mon.a (mon.0) 11396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.090190+0000 mon.a (mon.0) 11397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.092328+0000 mon.a (mon.0) 11398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.093163+0000 mon.a (mon.0) 11399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.570 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.095025+0000 mon.a (mon.0) 11400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.095613+0000 mon.a (mon.0) 11401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.102732+0000 mon.a (mon.0) 11402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.162451+0000 mon.a (mon.0) 11403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.164603+0000 mon.a (mon.0) 11404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.166427+0000 mon.a (mon.0) 11405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.169129+0000 mon.a (mon.0) 11406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.170145+0000 mon.a (mon.0) 11407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:28.571 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:28 smithi097 bash[69502]: audit 2024-03-30T04:50:28.177330+0000 mon.a (mon.0) 11408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.238296+0000 mgr.y (mgr.25387) 5560 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.238520+0000 mgr.y (mgr.25387) 5561 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.243287+0000 mgr.y (mgr.25387) 5562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.290892+0000 mgr.y (mgr.25387) 5563 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.291149+0000 mgr.y (mgr.25387) 5564 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.295295+0000 mgr.y (mgr.25387) 5565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.359539+0000 mgr.y (mgr.25387) 5566 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.359742+0000 mgr.y (mgr.25387) 5567 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.365035+0000 mgr.y (mgr.25387) 5568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.412752+0000 mgr.y (mgr.25387) 5569 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.413065+0000 mgr.y (mgr.25387) 5570 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.419157+0000 mgr.y (mgr.25387) 5571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.467029+0000 mgr.y (mgr.25387) 5572 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.467323+0000 mgr.y (mgr.25387) 5573 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.472631+0000 mgr.y (mgr.25387) 5574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.535536+0000 mgr.y (mgr.25387) 5575 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.535749+0000 mgr.y (mgr.25387) 5576 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.540179+0000 mgr.y (mgr.25387) 5577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.586516+0000 mgr.y (mgr.25387) 5578 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.586745+0000 mgr.y (mgr.25387) 5579 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.591360+0000 mgr.y (mgr.25387) 5580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.643305+0000 mgr.y (mgr.25387) 5581 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.643616+0000 mgr.y (mgr.25387) 5582 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.649462+0000 mgr.y (mgr.25387) 5583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.696683+0000 mgr.y (mgr.25387) 5584 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.696924+0000 mgr.y (mgr.25387) 5585 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.703176+0000 mgr.y (mgr.25387) 5586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.749915+0000 mgr.y (mgr.25387) 5587 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.750094+0000 mgr.y (mgr.25387) 5588 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.755365+0000 mgr.y (mgr.25387) 5589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.804953+0000 mgr.y (mgr.25387) 5590 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.805186+0000 mgr.y (mgr.25387) 5591 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.810900+0000 mgr.y (mgr.25387) 5592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.859115+0000 mgr.y (mgr.25387) 5593 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.859361+0000 mgr.y (mgr.25387) 5594 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.865111+0000 mgr.y (mgr.25387) 5595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.913535+0000 mgr.y (mgr.25387) 5596 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.913788+0000 mgr.y (mgr.25387) 5597 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.919774+0000 mgr.y (mgr.25387) 5598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.987499+0000 mgr.y (mgr.25387) 5599 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:27.987702+0000 mgr.y (mgr.25387) 5600 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:27.992640+0000 mgr.y (mgr.25387) 5601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.041743+0000 mgr.y (mgr.25387) 5602 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.041962+0000 mgr.y (mgr.25387) 5603 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.048425+0000 mgr.y (mgr.25387) 5604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.096819+0000 mgr.y (mgr.25387) 5605 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.097055+0000 mgr.y (mgr.25387) 5606 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.103481+0000 mgr.y (mgr.25387) 5607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.171594+0000 mgr.y (mgr.25387) 5608 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.178546+0000 mgr.y (mgr.25387) 5609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.258306+0000 mon.a (mon.0) 11409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.260859+0000 mon.a (mon.0) 11410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.261968+0000 mon.a (mon.0) 11411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.264357+0000 mon.a (mon.0) 11412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.265150+0000 mon.a (mon.0) 11413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.273642+0000 mon.a (mon.0) 11414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.319023+0000 mon.a (mon.0) 11415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.321207+0000 mon.a (mon.0) 11416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.322072+0000 mon.a (mon.0) 11417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.324164+0000 mon.a (mon.0) 11418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.238296+0000 mgr.y (mgr.25387) 5560 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.238520+0000 mgr.y (mgr.25387) 5561 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.243287+0000 mgr.y (mgr.25387) 5562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.290892+0000 mgr.y (mgr.25387) 5563 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.291149+0000 mgr.y (mgr.25387) 5564 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.295295+0000 mgr.y (mgr.25387) 5565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.359539+0000 mgr.y (mgr.25387) 5566 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.359742+0000 mgr.y (mgr.25387) 5567 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.365035+0000 mgr.y (mgr.25387) 5568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.412752+0000 mgr.y (mgr.25387) 5569 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.413065+0000 mgr.y (mgr.25387) 5570 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.419157+0000 mgr.y (mgr.25387) 5571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.467029+0000 mgr.y (mgr.25387) 5572 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.467323+0000 mgr.y (mgr.25387) 5573 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.472631+0000 mgr.y (mgr.25387) 5574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.535536+0000 mgr.y (mgr.25387) 5575 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.535749+0000 mgr.y (mgr.25387) 5576 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.540179+0000 mgr.y (mgr.25387) 5577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.586516+0000 mgr.y (mgr.25387) 5578 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.586745+0000 mgr.y (mgr.25387) 5579 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.324791+0000 mon.a (mon.0) 11419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.333516+0000 mon.a (mon.0) 11420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.379581+0000 mon.a (mon.0) 11421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.381921+0000 mon.a (mon.0) 11422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.382950+0000 mon.a (mon.0) 11423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.385214+0000 mon.a (mon.0) 11424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.385905+0000 mon.a (mon.0) 11425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.394412+0000 mon.a (mon.0) 11426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.440378+0000 mon.a (mon.0) 11427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.442923+0000 mon.a (mon.0) 11428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.444047+0000 mon.a (mon.0) 11429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.446389+0000 mon.a (mon.0) 11430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.447144+0000 mon.a (mon.0) 11431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.456694+0000 mon.a (mon.0) 11432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.513786+0000 mon.a (mon.0) 11433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.515775+0000 mon.a (mon.0) 11434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.516620+0000 mon.a (mon.0) 11435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.518351+0000 mon.a (mon.0) 11436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.518905+0000 mon.a (mon.0) 11437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.526572+0000 mon.a (mon.0) 11438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.532826+0000 mon.a (mon.0) 11439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.541557+0000 mon.a (mon.0) 11440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.547921+0000 mon.a (mon.0) 11441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.584171+0000 mon.a (mon.0) 11442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.586114+0000 mon.a (mon.0) 11443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.587536+0000 mon.a (mon.0) 11444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.588499+0000 mon.a (mon.0) 11445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.590401+0000 mon.a (mon.0) 11446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.592529+0000 mon.a (mon.0) 11447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.594002+0000 mon.a (mon.0) 11448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.594934+0000 mon.a (mon.0) 11449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.595864+0000 mon.a (mon.0) 11450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.596818+0000 mon.a (mon.0) 11451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.597875+0000 mon.a (mon.0) 11452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.603823+0000 mon.a (mon.0) 11453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.605532+0000 mon.a (mon.0) 11454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi097.dwmydq"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.610928+0000 mon.a (mon.0) 11455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi097.dwmydq"}]': finished 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.612889+0000 mon.a (mon.0) 11456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.618541+0000 mon.a (mon.0) 11457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.620695+0000 mon.a (mon.0) 11458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[69502]: audit 2024-03-30T04:50:28.626156+0000 mon.a (mon.0) 11459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.591360+0000 mgr.y (mgr.25387) 5580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.643305+0000 mgr.y (mgr.25387) 5581 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.643616+0000 mgr.y (mgr.25387) 5582 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.649462+0000 mgr.y (mgr.25387) 5583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.696683+0000 mgr.y (mgr.25387) 5584 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.696924+0000 mgr.y (mgr.25387) 5585 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.703176+0000 mgr.y (mgr.25387) 5586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.749915+0000 mgr.y (mgr.25387) 5587 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.750094+0000 mgr.y (mgr.25387) 5588 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.755365+0000 mgr.y (mgr.25387) 5589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.804953+0000 mgr.y (mgr.25387) 5590 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.805186+0000 mgr.y (mgr.25387) 5591 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.810900+0000 mgr.y (mgr.25387) 5592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.859115+0000 mgr.y (mgr.25387) 5593 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.859361+0000 mgr.y (mgr.25387) 5594 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.865111+0000 mgr.y (mgr.25387) 5595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.913535+0000 mgr.y (mgr.25387) 5596 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.913788+0000 mgr.y (mgr.25387) 5597 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.919774+0000 mgr.y (mgr.25387) 5598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.987499+0000 mgr.y (mgr.25387) 5599 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:27.987702+0000 mgr.y (mgr.25387) 5600 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:27.992640+0000 mgr.y (mgr.25387) 5601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.041743+0000 mgr.y (mgr.25387) 5602 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.041962+0000 mgr.y (mgr.25387) 5603 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.048425+0000 mgr.y (mgr.25387) 5604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.096819+0000 mgr.y (mgr.25387) 5605 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.097055+0000 mgr.y (mgr.25387) 5606 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.103481+0000 mgr.y (mgr.25387) 5607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.171594+0000 mgr.y (mgr.25387) 5608 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.178546+0000 mgr.y (mgr.25387) 5609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.258306+0000 mon.a (mon.0) 11409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.260859+0000 mon.a (mon.0) 11410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.261968+0000 mon.a (mon.0) 11411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.264357+0000 mon.a (mon.0) 11412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.265150+0000 mon.a (mon.0) 11413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.273642+0000 mon.a (mon.0) 11414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.319023+0000 mon.a (mon.0) 11415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.321207+0000 mon.a (mon.0) 11416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.322072+0000 mon.a (mon.0) 11417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.324164+0000 mon.a (mon.0) 11418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.324791+0000 mon.a (mon.0) 11419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.333516+0000 mon.a (mon.0) 11420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.379581+0000 mon.a (mon.0) 11421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.381921+0000 mon.a (mon.0) 11422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.382950+0000 mon.a (mon.0) 11423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.385214+0000 mon.a (mon.0) 11424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.385905+0000 mon.a (mon.0) 11425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.394412+0000 mon.a (mon.0) 11426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.440378+0000 mon.a (mon.0) 11427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.442923+0000 mon.a (mon.0) 11428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.444047+0000 mon.a (mon.0) 11429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.446389+0000 mon.a (mon.0) 11430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.447144+0000 mon.a (mon.0) 11431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.456694+0000 mon.a (mon.0) 11432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.513786+0000 mon.a (mon.0) 11433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.515775+0000 mon.a (mon.0) 11434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.516620+0000 mon.a (mon.0) 11435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.518351+0000 mon.a (mon.0) 11436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.518905+0000 mon.a (mon.0) 11437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.526572+0000 mon.a (mon.0) 11438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.532826+0000 mon.a (mon.0) 11439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.541557+0000 mon.a (mon.0) 11440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.547921+0000 mon.a (mon.0) 11441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.584171+0000 mon.a (mon.0) 11442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.586114+0000 mon.a (mon.0) 11443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.587536+0000 mon.a (mon.0) 11444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.588499+0000 mon.a (mon.0) 11445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.590401+0000 mon.a (mon.0) 11446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.592529+0000 mon.a (mon.0) 11447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.594002+0000 mon.a (mon.0) 11448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.594934+0000 mon.a (mon.0) 11449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.595864+0000 mon.a (mon.0) 11450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.596818+0000 mon.a (mon.0) 11451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.597875+0000 mon.a (mon.0) 11452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.603823+0000 mon.a (mon.0) 11453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.605532+0000 mon.a (mon.0) 11454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi097.dwmydq"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.610928+0000 mon.a (mon.0) 11455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi097.dwmydq"}]': finished 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.612889+0000 mon.a (mon.0) 11456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.618541+0000 mon.a (mon.0) 11457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.620695+0000 mon.a (mon.0) 11458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:29 smithi097 bash[73934]: audit 2024-03-30T04:50:28.626156+0000 mon.a (mon.0) 11459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.238296+0000 mgr.y (mgr.25387) 5560 : cluster [DBG] pgmap v3648: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.238520+0000 mgr.y (mgr.25387) 5561 : cluster [DBG] pgmap v3649: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.243287+0000 mgr.y (mgr.25387) 5562 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.290892+0000 mgr.y (mgr.25387) 5563 : cluster [DBG] pgmap v3650: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.291149+0000 mgr.y (mgr.25387) 5564 : cluster [DBG] pgmap v3651: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.295295+0000 mgr.y (mgr.25387) 5565 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.359539+0000 mgr.y (mgr.25387) 5566 : cluster [DBG] pgmap v3652: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.359742+0000 mgr.y (mgr.25387) 5567 : cluster [DBG] pgmap v3653: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.365035+0000 mgr.y (mgr.25387) 5568 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.412752+0000 mgr.y (mgr.25387) 5569 : cluster [DBG] pgmap v3654: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.413065+0000 mgr.y (mgr.25387) 5570 : cluster [DBG] pgmap v3655: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.419157+0000 mgr.y (mgr.25387) 5571 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.467029+0000 mgr.y (mgr.25387) 5572 : cluster [DBG] pgmap v3656: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.467323+0000 mgr.y (mgr.25387) 5573 : cluster [DBG] pgmap v3657: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.472631+0000 mgr.y (mgr.25387) 5574 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.535536+0000 mgr.y (mgr.25387) 5575 : cluster [DBG] pgmap v3658: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.535749+0000 mgr.y (mgr.25387) 5576 : cluster [DBG] pgmap v3659: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.540179+0000 mgr.y (mgr.25387) 5577 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.586516+0000 mgr.y (mgr.25387) 5578 : cluster [DBG] pgmap v3660: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.586745+0000 mgr.y (mgr.25387) 5579 : cluster [DBG] pgmap v3661: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.591360+0000 mgr.y (mgr.25387) 5580 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.643305+0000 mgr.y (mgr.25387) 5581 : cluster [DBG] pgmap v3662: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.643616+0000 mgr.y (mgr.25387) 5582 : cluster [DBG] pgmap v3663: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.649462+0000 mgr.y (mgr.25387) 5583 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.696683+0000 mgr.y (mgr.25387) 5584 : cluster [DBG] pgmap v3664: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.696924+0000 mgr.y (mgr.25387) 5585 : cluster [DBG] pgmap v3665: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.703176+0000 mgr.y (mgr.25387) 5586 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.749915+0000 mgr.y (mgr.25387) 5587 : cluster [DBG] pgmap v3666: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.750094+0000 mgr.y (mgr.25387) 5588 : cluster [DBG] pgmap v3667: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.755365+0000 mgr.y (mgr.25387) 5589 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.804953+0000 mgr.y (mgr.25387) 5590 : cluster [DBG] pgmap v3668: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.805186+0000 mgr.y (mgr.25387) 5591 : cluster [DBG] pgmap v3669: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.810900+0000 mgr.y (mgr.25387) 5592 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.859115+0000 mgr.y (mgr.25387) 5593 : cluster [DBG] pgmap v3670: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.859361+0000 mgr.y (mgr.25387) 5594 : cluster [DBG] pgmap v3671: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.865111+0000 mgr.y (mgr.25387) 5595 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.913535+0000 mgr.y (mgr.25387) 5596 : cluster [DBG] pgmap v3672: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.913788+0000 mgr.y (mgr.25387) 5597 : cluster [DBG] pgmap v3673: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.919774+0000 mgr.y (mgr.25387) 5598 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.987499+0000 mgr.y (mgr.25387) 5599 : cluster [DBG] pgmap v3674: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:27.987702+0000 mgr.y (mgr.25387) 5600 : cluster [DBG] pgmap v3675: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:27.992640+0000 mgr.y (mgr.25387) 5601 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.041743+0000 mgr.y (mgr.25387) 5602 : cluster [DBG] pgmap v3676: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.041962+0000 mgr.y (mgr.25387) 5603 : cluster [DBG] pgmap v3677: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.048425+0000 mgr.y (mgr.25387) 5604 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.096819+0000 mgr.y (mgr.25387) 5605 : cluster [DBG] pgmap v3678: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.097055+0000 mgr.y (mgr.25387) 5606 : cluster [DBG] pgmap v3679: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.103481+0000 mgr.y (mgr.25387) 5607 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.171594+0000 mgr.y (mgr.25387) 5608 : cluster [DBG] pgmap v3680: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.178546+0000 mgr.y (mgr.25387) 5609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.258306+0000 mon.a (mon.0) 11409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.260859+0000 mon.a (mon.0) 11410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.261968+0000 mon.a (mon.0) 11411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.264357+0000 mon.a (mon.0) 11412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.265150+0000 mon.a (mon.0) 11413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.273642+0000 mon.a (mon.0) 11414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.319023+0000 mon.a (mon.0) 11415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.321207+0000 mon.a (mon.0) 11416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.322072+0000 mon.a (mon.0) 11417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.324164+0000 mon.a (mon.0) 11418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.324791+0000 mon.a (mon.0) 11419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.333516+0000 mon.a (mon.0) 11420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.379581+0000 mon.a (mon.0) 11421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.381921+0000 mon.a (mon.0) 11422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.382950+0000 mon.a (mon.0) 11423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.385214+0000 mon.a (mon.0) 11424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.385905+0000 mon.a (mon.0) 11425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.394412+0000 mon.a (mon.0) 11426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.440378+0000 mon.a (mon.0) 11427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.442923+0000 mon.a (mon.0) 11428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.444047+0000 mon.a (mon.0) 11429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.446389+0000 mon.a (mon.0) 11430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.447144+0000 mon.a (mon.0) 11431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.456694+0000 mon.a (mon.0) 11432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.513786+0000 mon.a (mon.0) 11433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.515775+0000 mon.a (mon.0) 11434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.516620+0000 mon.a (mon.0) 11435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.518351+0000 mon.a (mon.0) 11436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:29.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.518905+0000 mon.a (mon.0) 11437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.526572+0000 mon.a (mon.0) 11438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.532826+0000 mon.a (mon.0) 11439 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.541557+0000 mon.a (mon.0) 11440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.547921+0000 mon.a (mon.0) 11441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.584171+0000 mon.a (mon.0) 11442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.586114+0000 mon.a (mon.0) 11443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.587536+0000 mon.a (mon.0) 11444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.588499+0000 mon.a (mon.0) 11445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.590401+0000 mon.a (mon.0) 11446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.592529+0000 mon.a (mon.0) 11447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.594002+0000 mon.a (mon.0) 11448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.594934+0000 mon.a (mon.0) 11449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.595864+0000 mon.a (mon.0) 11450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.596818+0000 mon.a (mon.0) 11451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.597875+0000 mon.a (mon.0) 11452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.603823+0000 mon.a (mon.0) 11453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.605532+0000 mon.a (mon.0) 11454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi097.dwmydq"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.610928+0000 mon.a (mon.0) 11455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi.foo.smithi097.dwmydq"}]': finished 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.612889+0000 mon.a (mon.0) 11456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.618541+0000 mon.a (mon.0) 11457 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.620695+0000 mon.a (mon.0) 11458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:29.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:29 smithi105 bash[58125]: audit 2024-03-30T04:50:28.626156+0000 mon.a (mon.0) 11459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.266439+0000 mgr.y (mgr.25387) 5610 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.266683+0000 mgr.y (mgr.25387) 5611 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.274229+0000 mgr.y (mgr.25387) 5612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.326115+0000 mgr.y (mgr.25387) 5613 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.326347+0000 mgr.y (mgr.25387) 5614 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.334110+0000 mgr.y (mgr.25387) 5615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.387253+0000 mgr.y (mgr.25387) 5616 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.387448+0000 mgr.y (mgr.25387) 5617 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.394943+0000 mgr.y (mgr.25387) 5618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.448485+0000 mgr.y (mgr.25387) 5619 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.448819+0000 mgr.y (mgr.25387) 5620 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.457321+0000 mgr.y (mgr.25387) 5621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.520027+0000 mgr.y (mgr.25387) 5622 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.520265+0000 mgr.y (mgr.25387) 5623 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.526954+0000 mgr.y (mgr.25387) 5624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.542635+0000 mgr.y (mgr.25387) 5625 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cluster 2024-03-30T04:50:28.542843+0000 mgr.y (mgr.25387) 5626 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.598359+0000 mgr.y (mgr.25387) 5627 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.613483+0000 mgr.y (mgr.25387) 5628 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: cephadm 2024-03-30T04:50:28.621285+0000 mgr.y (mgr.25387) 5629 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:50:30.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:30 smithi105 bash[58125]: audit 2024-03-30T04:50:30.101211+0000 mgr.y (mgr.25387) 5630 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.266439+0000 mgr.y (mgr.25387) 5610 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.266683+0000 mgr.y (mgr.25387) 5611 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.274229+0000 mgr.y (mgr.25387) 5612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.326115+0000 mgr.y (mgr.25387) 5613 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.326347+0000 mgr.y (mgr.25387) 5614 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.334110+0000 mgr.y (mgr.25387) 5615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.387253+0000 mgr.y (mgr.25387) 5616 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.486 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.387448+0000 mgr.y (mgr.25387) 5617 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.394943+0000 mgr.y (mgr.25387) 5618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.448485+0000 mgr.y (mgr.25387) 5619 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.448819+0000 mgr.y (mgr.25387) 5620 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.487 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.457321+0000 mgr.y (mgr.25387) 5621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.520027+0000 mgr.y (mgr.25387) 5622 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.520265+0000 mgr.y (mgr.25387) 5623 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.526954+0000 mgr.y (mgr.25387) 5624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.542635+0000 mgr.y (mgr.25387) 5625 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cluster 2024-03-30T04:50:28.542843+0000 mgr.y (mgr.25387) 5626 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.598359+0000 mgr.y (mgr.25387) 5627 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.613483+0000 mgr.y (mgr.25387) 5628 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: cephadm 2024-03-30T04:50:28.621285+0000 mgr.y (mgr.25387) 5629 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[69502]: audit 2024-03-30T04:50:30.101211+0000 mgr.y (mgr.25387) 5630 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:30.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.266439+0000 mgr.y (mgr.25387) 5610 : cluster [DBG] pgmap v3681: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.266683+0000 mgr.y (mgr.25387) 5611 : cluster [DBG] pgmap v3682: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.274229+0000 mgr.y (mgr.25387) 5612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.326115+0000 mgr.y (mgr.25387) 5613 : cluster [DBG] pgmap v3683: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.326347+0000 mgr.y (mgr.25387) 5614 : cluster [DBG] pgmap v3684: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.334110+0000 mgr.y (mgr.25387) 5615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.387253+0000 mgr.y (mgr.25387) 5616 : cluster [DBG] pgmap v3685: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.387448+0000 mgr.y (mgr.25387) 5617 : cluster [DBG] pgmap v3686: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.394943+0000 mgr.y (mgr.25387) 5618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.448485+0000 mgr.y (mgr.25387) 5619 : cluster [DBG] pgmap v3687: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.448819+0000 mgr.y (mgr.25387) 5620 : cluster [DBG] pgmap v3688: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.457321+0000 mgr.y (mgr.25387) 5621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.520027+0000 mgr.y (mgr.25387) 5622 : cluster [DBG] pgmap v3689: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.520265+0000 mgr.y (mgr.25387) 5623 : cluster [DBG] pgmap v3690: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.526954+0000 mgr.y (mgr.25387) 5624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.542635+0000 mgr.y (mgr.25387) 5625 : cluster [DBG] pgmap v3691: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cluster 2024-03-30T04:50:28.542843+0000 mgr.y (mgr.25387) 5626 : cluster [DBG] pgmap v3692: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.598359+0000 mgr.y (mgr.25387) 5627 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.613483+0000 mgr.y (mgr.25387) 5628 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: cephadm 2024-03-30T04:50:28.621285+0000 mgr.y (mgr.25387) 5629 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-03-30T04:50:30.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:30 smithi097 bash[73934]: audit 2024-03-30T04:50:30.101211+0000 mgr.y (mgr.25387) 5630 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:31.375 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:31 smithi097 bash[69502]: cluster 2024-03-30T04:50:30.543844+0000 mgr.y (mgr.25387) 5631 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:50:31.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:31 smithi097 bash[73934]: cluster 2024-03-30T04:50:30.543844+0000 mgr.y (mgr.25387) 5631 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:50:31.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:31 smithi105 bash[58125]: cluster 2024-03-30T04:50:30.543844+0000 mgr.y (mgr.25387) 5631 : cluster [DBG] pgmap v3693: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 2 op/s 2024-03-30T04:50:32.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[73934]: audit 2024-03-30T04:50:31.279271+0000 mon.a (mon.0) 11460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[73934]: audit 2024-03-30T04:50:31.285013+0000 mon.a (mon.0) 11461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[73934]: cluster 2024-03-30T04:50:31.286213+0000 mgr.y (mgr.25387) 5632 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[73934]: cluster 2024-03-30T04:50:31.286413+0000 mgr.y (mgr.25387) 5633 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[73934]: audit 2024-03-30T04:50:31.291624+0000 mon.a (mon.0) 11462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[69502]: audit 2024-03-30T04:50:31.279271+0000 mon.a (mon.0) 11460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[69502]: audit 2024-03-30T04:50:31.285013+0000 mon.a (mon.0) 11461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[69502]: cluster 2024-03-30T04:50:31.286213+0000 mgr.y (mgr.25387) 5632 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[69502]: cluster 2024-03-30T04:50:31.286413+0000 mgr.y (mgr.25387) 5633 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:50:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[69502]: audit 2024-03-30T04:50:31.291624+0000 mon.a (mon.0) 11462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:32 smithi105 bash[58125]: audit 2024-03-30T04:50:31.279271+0000 mon.a (mon.0) 11460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:32 smithi105 bash[58125]: audit 2024-03-30T04:50:31.285013+0000 mon.a (mon.0) 11461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:32 smithi105 bash[58125]: cluster 2024-03-30T04:50:31.286213+0000 mgr.y (mgr.25387) 5632 : cluster [DBG] pgmap v3694: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:50:32.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:32 smithi105 bash[58125]: cluster 2024-03-30T04:50:31.286413+0000 mgr.y (mgr.25387) 5633 : cluster [DBG] pgmap v3695: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-03-30T04:50:32.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:32 smithi105 bash[58125]: audit 2024-03-30T04:50:31.291624+0000 mon.a (mon.0) 11462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:32.792 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:50:32.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:50:32] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.33.4" 2024-03-30T04:50:33.526 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:50:33.526 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 2s ago 23m - - 2024-03-30T04:50:33.526 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 7s ago 22m - - 2024-03-30T04:50:33.526 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (10m) 2s ago 16m 13.9M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:50:33.526 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 7s ago 16m - - 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (15s) 2s ago 14m 42.0M - 3.7 3714003597ec d66b582b62cd 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (8m) 7s ago 22m 439M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (8m) 2s ago 24m 536M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (8m) 2s ago 24m 156M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (6m) 7s ago 22m 57.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (7m) 2s ago 22m 70.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (10m) 2s ago 16m 9728k - 1.3.1 1dbe0e931976 bd8173a3f2f7 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (9m) 7s ago 16m 9900k - 1.3.1 1dbe0e931976 645a9587a7f4 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (5m) 2s ago 21m 59.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (5m) 2s ago 21m 66.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (4m) 2s ago 20m 60.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (4m) 2s ago 20m 66.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (3m) 7s ago 19m 65.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:50:33.527 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (2m) 7s ago 18m 57.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (2m) 7s ago 18m 53.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (90s) 7s ago 17m 58.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (8m) 7s ago 16m 68.4M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (74s) 2s ago 14m 89.7M - 19.0.0-2493-gd82c9aa1 3714003597ec 51ada343a22c 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (60s) 7s ago 14m 89.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 839a415fe117 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (67s) 2s ago 14m 89.8M - 19.0.0-2493-gd82c9aa1 3714003597ec 0ec36fcd9fac 2024-03-30T04:50:33.528 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (52s) 7s ago 14m 89.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 583e5a7bf385 2024-03-30T04:50:33.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[73934]: cephadm 2024-03-30T04:50:32.399734+0000 mgr.y (mgr.25387) 5634 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[73934]: cephadm 2024-03-30T04:50:32.400429+0000 mgr.y (mgr.25387) 5635 : cephadm [INF] Deploying daemon node-exporter.a on smithi097 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[73934]: audit 2024-03-30T04:50:32.783950+0000 mgr.y (mgr.25387) 5636 : audit [DBG] from='client.54814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[73934]: audit 2024-03-30T04:50:33.139613+0000 mgr.y (mgr.25387) 5637 : audit [DBG] from='client.54820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[69502]: cephadm 2024-03-30T04:50:32.399734+0000 mgr.y (mgr.25387) 5634 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[69502]: cephadm 2024-03-30T04:50:32.400429+0000 mgr.y (mgr.25387) 5635 : cephadm [INF] Deploying daemon node-exporter.a on smithi097 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[69502]: audit 2024-03-30T04:50:32.783950+0000 mgr.y (mgr.25387) 5636 : audit [DBG] from='client.54814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:33.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:33 smithi097 bash[69502]: audit 2024-03-30T04:50:33.139613+0000 mgr.y (mgr.25387) 5637 : audit [DBG] from='client.54820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:33.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:33 smithi105 bash[58125]: cephadm 2024-03-30T04:50:32.399734+0000 mgr.y (mgr.25387) 5634 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-03-30T04:50:33.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:33 smithi105 bash[58125]: cephadm 2024-03-30T04:50:32.400429+0000 mgr.y (mgr.25387) 5635 : cephadm [INF] Deploying daemon node-exporter.a on smithi097 2024-03-30T04:50:33.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:33 smithi105 bash[58125]: audit 2024-03-30T04:50:32.783950+0000 mgr.y (mgr.25387) 5636 : audit [DBG] from='client.54814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:33.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:33 smithi105 bash[58125]: audit 2024-03-30T04:50:33.139613+0000 mgr.y (mgr.25387) 5637 : audit [DBG] from='client.54820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:33.962 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:50:33.963 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:50:33.963 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:50:33.963 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:50:33.963 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:50:33.963 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:50:33.963 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:50:34.337 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr", 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "osd", 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw", 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "iscsi" 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:50:34.338 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:50:34.339 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-30T04:50:34.339 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:50:34.339 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:50:34.579 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:34 smithi097 bash[73934]: cluster 2024-03-30T04:50:33.287028+0000 mgr.y (mgr.25387) 5638 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:34.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:34 smithi097 bash[73934]: audit 2024-03-30T04:50:33.482942+0000 mgr.y (mgr.25387) 5639 : audit [DBG] from='client.54826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:34.580 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:34 smithi097 bash[73934]: audit 2024-03-30T04:50:33.966724+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.97:0/3738138611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.580 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:34 smithi097 bash[69502]: cluster 2024-03-30T04:50:33.287028+0000 mgr.y (mgr.25387) 5638 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:34.580 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:34 smithi097 bash[69502]: audit 2024-03-30T04:50:33.482942+0000 mgr.y (mgr.25387) 5639 : audit [DBG] from='client.54826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:34.580 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:34 smithi097 bash[69502]: audit 2024-03-30T04:50:33.966724+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.97:0/3738138611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:34 smithi105 bash[58125]: cluster 2024-03-30T04:50:33.287028+0000 mgr.y (mgr.25387) 5638 : cluster [DBG] pgmap v3696: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:34.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:34 smithi105 bash[58125]: audit 2024-03-30T04:50:33.482942+0000 mgr.y (mgr.25387) 5639 : audit [DBG] from='client.54826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:34.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:34 smithi105 bash[58125]: audit 2024-03-30T04:50:33.966724+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.97:0/3738138611' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:34.782 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:50:34.782 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:50:34.782 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:50:34.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.876 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.876 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.877 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.877 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.877 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.877 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:34.878 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:34 smithi097 systemd[1]: Stopping Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:35.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:35 smithi097 bash[69502]: audit 2024-03-30T04:50:34.342466+0000 mgr.y (mgr.25387) 5640 : audit [DBG] from='client.54838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:35.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:35 smithi097 bash[69502]: audit 2024-03-30T04:50:34.787983+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.97:0/892839215' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:35.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:35 smithi097 bash[73934]: audit 2024-03-30T04:50:34.342466+0000 mgr.y (mgr.25387) 5640 : audit [DBG] from='client.54838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:35.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:35 smithi097 bash[73934]: audit 2024-03-30T04:50:34.787983+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.97:0/892839215' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:35.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:35 smithi105 bash[58125]: audit 2024-03-30T04:50:34.342466+0000 mgr.y (mgr.25387) 5640 : audit [DBG] from='client.54838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:50:35.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:35 smithi105 bash[58125]: audit 2024-03-30T04:50:34.787983+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.97:0/892839215' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:50:36.025 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:35 smithi097 bash[101921]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:50:36.305 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.306 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.306 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.306 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.307 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.307 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.307 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:50:36.307 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 bash[102007]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:50:36.308 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:50:36.308 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: Stopped Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:36.308 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.308 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.308 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:36.308 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:36 smithi097 bash[69502]: cluster 2024-03-30T04:50:35.288110+0000 mgr.y (mgr.25387) 5641 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 759 B/s rd, 0 op/s 2024-03-30T04:50:36.625 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:36 smithi097 bash[73934]: cluster 2024-03-30T04:50:35.288110+0000 mgr.y (mgr.25387) 5641 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 759 B/s rd, 0 op/s 2024-03-30T04:50:36.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 systemd[1]: Started Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:36.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:36 smithi097 bash[102065]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-30T04:50:36.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:36 smithi105 bash[58125]: cluster 2024-03-30T04:50:35.288110+0000 mgr.y (mgr.25387) 5641 : cluster [DBG] pgmap v3697: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 759 B/s rd, 0 op/s 2024-03-30T04:50:37.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[69502]: audit 2024-03-30T04:50:36.354280+0000 mon.a (mon.0) 11463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:37.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[69502]: audit 2024-03-30T04:50:36.360320+0000 mon.a (mon.0) 11464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:37.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[73934]: audit 2024-03-30T04:50:36.354280+0000 mon.a (mon.0) 11463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:37.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[73934]: audit 2024-03-30T04:50:36.360320+0000 mon.a (mon.0) 11464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:37.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-30T04:50:37.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:37 smithi105 bash[58125]: audit 2024-03-30T04:50:36.354280+0000 mon.a (mon.0) 11463 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:37.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:37 smithi105 bash[58125]: audit 2024-03-30T04:50:36.360320+0000 mon.a (mon.0) 11464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:37.952 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: 22b70bddd3ac: Pulling fs layer 2024-03-30T04:50:37.952 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: 5c12815fee55: Pulling fs layer 2024-03-30T04:50:37.952 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: c0e87333d380: Pulling fs layer 2024-03-30T04:50:37.952 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: 5c12815fee55: Download complete 2024-03-30T04:50:37.952 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: 22b70bddd3ac: Download complete 2024-03-30T04:50:38.311 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: c0e87333d380: Verifying Checksum 2024-03-30T04:50:38.311 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: c0e87333d380: Download complete 2024-03-30T04:50:38.311 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:37 smithi097 bash[102065]: 22b70bddd3ac: Pull complete 2024-03-30T04:50:38.622 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:38 smithi097 bash[69502]: cluster 2024-03-30T04:50:37.289265+0000 mgr.y (mgr.25387) 5642 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:38.622 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:38 smithi097 bash[102065]: 5c12815fee55: Pull complete 2024-03-30T04:50:38.622 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:38 smithi097 bash[73934]: cluster 2024-03-30T04:50:37.289265+0000 mgr.y (mgr.25387) 5642 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:38.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:38 smithi105 bash[58125]: cluster 2024-03-30T04:50:37.289265+0000 mgr.y (mgr.25387) 5642 : cluster [DBG] pgmap v3698: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:38.875 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:38 smithi097 bash[102065]: c0e87333d380: Pull complete 2024-03-30T04:50:38.875 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:38 smithi097 bash[102065]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-30T04:50:38.875 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:38 smithi097 bash[102065]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-30T04:50:39.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:39 smithi097 bash[69502]: cephadm 2024-03-30T04:50:38.855890+0000 mgr.y (mgr.25387) 5643 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:50:39.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:39 smithi097 bash[69502]: cephadm 2024-03-30T04:50:38.856475+0000 mgr.y (mgr.25387) 5644 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:50:39.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:39 smithi097 bash[73934]: cephadm 2024-03-30T04:50:38.855890+0000 mgr.y (mgr.25387) 5643 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:50:39.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:39 smithi097 bash[73934]: cephadm 2024-03-30T04:50:38.856475+0000 mgr.y (mgr.25387) 5644 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:50:39.639 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.639 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.639 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.639 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.640 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.640 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:39 smithi105 bash[58125]: cephadm 2024-03-30T04:50:38.855890+0000 mgr.y (mgr.25387) 5643 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-03-30T04:50:39.640 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:39 smithi105 bash[58125]: cephadm 2024-03-30T04:50:38.856475+0000 mgr.y (mgr.25387) 5644 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:50:39.640 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.640 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.641 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.641 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:39.958 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:39 smithi105 systemd[1]: Stopping Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:40.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:40 smithi097 bash[69502]: cluster 2024-03-30T04:50:39.290448+0000 mgr.y (mgr.25387) 5645 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 585 B/s rd, 0 op/s 2024-03-30T04:50:40.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:40 smithi097 bash[69502]: audit 2024-03-30T04:50:39.498958+0000 mon.a (mon.0) 11465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:40.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:40 smithi097 bash[69502]: audit 2024-03-30T04:50:40.112096+0000 mgr.y (mgr.25387) 5646 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:40 smithi097 bash[73934]: cluster 2024-03-30T04:50:39.290448+0000 mgr.y (mgr.25387) 5645 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 585 B/s rd, 0 op/s 2024-03-30T04:50:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:40 smithi097 bash[73934]: audit 2024-03-30T04:50:39.498958+0000 mon.a (mon.0) 11465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:40.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:40 smithi097 bash[73934]: audit 2024-03-30T04:50:40.112096+0000 mgr.y (mgr.25387) 5646 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:40.707 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 bash[79211]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:50:40.708 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:50:40.708 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 bash[79270]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:50:40.708 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:50:40.708 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: Stopped Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:40.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:40 smithi105 bash[58125]: cluster 2024-03-30T04:50:39.290448+0000 mgr.y (mgr.25387) 5645 : cluster [DBG] pgmap v3699: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 585 B/s rd, 0 op/s 2024-03-30T04:50:40.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:40 smithi105 bash[58125]: audit 2024-03-30T04:50:39.498958+0000 mon.a (mon.0) 11465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:40.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:40 smithi105 bash[58125]: audit 2024-03-30T04:50:40.112096+0000 mgr.y (mgr.25387) 5646 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:41.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.208 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.208 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.209 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.209 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.209 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.210 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.210 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: Started Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:41.210 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:40 smithi105 bash[79340]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-03-30T04:50:41.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:50:40 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:41.625 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.365Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.365Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.366Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.366Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:50:41.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:50:41.627 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:50:41.628 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:50:41.629 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[102065]: ts=2024-03-30T04:50:41.367Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:50:41.707 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[79340]: v1.5.0: Pulling from prometheus/node-exporter 2024-03-30T04:50:42.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:40.893461+0000 mon.a (mon.0) 11466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:40.905905+0000 mon.a (mon.0) 11467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:40.929490+0000 mon.a (mon.0) 11468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:40.935006+0000 mon.a (mon.0) 11469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:40.936720+0000 mon.a (mon.0) 11470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cluster 2024-03-30T04:50:40.940472+0000 mgr.y (mgr.25387) 5647 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cluster 2024-03-30T04:50:40.941124+0000 mgr.y (mgr.25387) 5648 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:40.949763+0000 mon.a (mon.0) 11471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cephadm 2024-03-30T04:50:40.950874+0000 mgr.y (mgr.25387) 5649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.030793+0000 mon.a (mon.0) 11472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.033579+0000 mon.a (mon.0) 11473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.035999+0000 mon.a (mon.0) 11474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.039555+0000 mon.a (mon.0) 11475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.040754+0000 mon.a (mon.0) 11476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.043340+0000 mgr.y (mgr.25387) 5650 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.043990+0000 mgr.y (mgr.25387) 5651 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.055035+0000 mon.a (mon.0) 11477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.055763+0000 mgr.y (mgr.25387) 5652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.130075+0000 mon.a (mon.0) 11478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.133055+0000 mon.a (mon.0) 11479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.134424+0000 mon.a (mon.0) 11480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.136927+0000 mon.a (mon.0) 11481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.137761+0000 mon.a (mon.0) 11482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.139338+0000 mgr.y (mgr.25387) 5653 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.139639+0000 mgr.y (mgr.25387) 5654 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.146629+0000 mon.a (mon.0) 11483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.147319+0000 mgr.y (mgr.25387) 5655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.228381+0000 mon.a (mon.0) 11484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.230577+0000 mon.a (mon.0) 11485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.231582+0000 mon.a (mon.0) 11486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.234104+0000 mon.a (mon.0) 11487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.234891+0000 mon.a (mon.0) 11488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.243596+0000 mon.a (mon.0) 11489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.318395+0000 mon.a (mon.0) 11490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.321150+0000 mon.a (mon.0) 11491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.322360+0000 mon.a (mon.0) 11492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.325987+0000 mon.a (mon.0) 11493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.326725+0000 mon.a (mon.0) 11494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.337032+0000 mon.a (mon.0) 11495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.399832+0000 mon.a (mon.0) 11496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.401718+0000 mon.a (mon.0) 11497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.402755+0000 mon.a (mon.0) 11498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.404883+0000 mon.a (mon.0) 11499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.405573+0000 mon.a (mon.0) 11500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.414079+0000 mon.a (mon.0) 11501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.455756+0000 mon.a (mon.0) 11502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.457687+0000 mon.a (mon.0) 11503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.459302+0000 mon.a (mon.0) 11504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.461578+0000 mon.a (mon.0) 11505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.462256+0000 mon.a (mon.0) 11506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.470119+0000 mon.a (mon.0) 11507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.512530+0000 mon.a (mon.0) 11508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.514226+0000 mon.a (mon.0) 11509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.515099+0000 mon.a (mon.0) 11510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.517105+0000 mon.a (mon.0) 11511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.517748+0000 mon.a (mon.0) 11512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.526060+0000 mon.a (mon.0) 11513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.566486+0000 mon.a (mon.0) 11514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.568095+0000 mon.a (mon.0) 11515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.568904+0000 mon.a (mon.0) 11516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.570751+0000 mon.a (mon.0) 11517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.571313+0000 mon.a (mon.0) 11518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.579512+0000 mon.a (mon.0) 11519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.620513+0000 mon.a (mon.0) 11520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.622330+0000 mon.a (mon.0) 11521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.623291+0000 mon.a (mon.0) 11522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.625300+0000 mon.a (mon.0) 11523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.625946+0000 mon.a (mon.0) 11524 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.634642+0000 mon.a (mon.0) 11525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.674965+0000 mon.a (mon.0) 11526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.676656+0000 mon.a (mon.0) 11527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.677501+0000 mon.a (mon.0) 11528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.679448+0000 mon.a (mon.0) 11529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.680057+0000 mon.a (mon.0) 11530 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.687972+0000 mon.a (mon.0) 11531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.730558+0000 mon.a (mon.0) 11532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.732857+0000 mon.a (mon.0) 11533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.734043+0000 mon.a (mon.0) 11534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.736560+0000 mon.a (mon.0) 11535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.737358+0000 mon.a (mon.0) 11536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.747192+0000 mon.a (mon.0) 11537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.794047+0000 mon.a (mon.0) 11538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.795622+0000 mon.a (mon.0) 11539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.796696+0000 mon.a (mon.0) 11540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.798822+0000 mon.a (mon.0) 11541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.799457+0000 mon.a (mon.0) 11542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.807919+0000 mon.a (mon.0) 11543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.848886+0000 mon.a (mon.0) 11544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.850450+0000 mon.a (mon.0) 11545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.851281+0000 mon.a (mon.0) 11546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.853199+0000 mon.a (mon.0) 11547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.853784+0000 mon.a (mon.0) 11548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:41 smithi105 bash[58125]: audit 2024-03-30T04:50:41.863064+0000 mon.a (mon.0) 11549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:40.893461+0000 mon.a (mon.0) 11466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:40.905905+0000 mon.a (mon.0) 11467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:40.929490+0000 mon.a (mon.0) 11468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:40.935006+0000 mon.a (mon.0) 11469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:40.936720+0000 mon.a (mon.0) 11470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cluster 2024-03-30T04:50:40.940472+0000 mgr.y (mgr.25387) 5647 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cluster 2024-03-30T04:50:40.941124+0000 mgr.y (mgr.25387) 5648 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:40.949763+0000 mon.a (mon.0) 11471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cephadm 2024-03-30T04:50:40.950874+0000 mgr.y (mgr.25387) 5649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.030793+0000 mon.a (mon.0) 11472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.033579+0000 mon.a (mon.0) 11473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.035999+0000 mon.a (mon.0) 11474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.039555+0000 mon.a (mon.0) 11475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.040754+0000 mon.a (mon.0) 11476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.043340+0000 mgr.y (mgr.25387) 5650 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.043990+0000 mgr.y (mgr.25387) 5651 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.055035+0000 mon.a (mon.0) 11477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.055763+0000 mgr.y (mgr.25387) 5652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.130075+0000 mon.a (mon.0) 11478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:40.893461+0000 mon.a (mon.0) 11466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:40.905905+0000 mon.a (mon.0) 11467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:40.929490+0000 mon.a (mon.0) 11468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:40.935006+0000 mon.a (mon.0) 11469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:40.936720+0000 mon.a (mon.0) 11470 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cluster 2024-03-30T04:50:40.940472+0000 mgr.y (mgr.25387) 5647 : cluster [DBG] pgmap v3700: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cluster 2024-03-30T04:50:40.941124+0000 mgr.y (mgr.25387) 5648 : cluster [DBG] pgmap v3701: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:40.949763+0000 mon.a (mon.0) 11471 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cephadm 2024-03-30T04:50:40.950874+0000 mgr.y (mgr.25387) 5649 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.030793+0000 mon.a (mon.0) 11472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.033579+0000 mon.a (mon.0) 11473 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.035999+0000 mon.a (mon.0) 11474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.039555+0000 mon.a (mon.0) 11475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.040754+0000 mon.a (mon.0) 11476 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.043340+0000 mgr.y (mgr.25387) 5650 : cluster [DBG] pgmap v3702: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.043990+0000 mgr.y (mgr.25387) 5651 : cluster [DBG] pgmap v3703: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.055035+0000 mon.a (mon.0) 11477 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.055763+0000 mgr.y (mgr.25387) 5652 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.130075+0000 mon.a (mon.0) 11478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.133055+0000 mon.a (mon.0) 11479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.134424+0000 mon.a (mon.0) 11480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.136927+0000 mon.a (mon.0) 11481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.137761+0000 mon.a (mon.0) 11482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.139338+0000 mgr.y (mgr.25387) 5653 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.139639+0000 mgr.y (mgr.25387) 5654 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.146629+0000 mon.a (mon.0) 11483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.147319+0000 mgr.y (mgr.25387) 5655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.228381+0000 mon.a (mon.0) 11484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.230577+0000 mon.a (mon.0) 11485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.231582+0000 mon.a (mon.0) 11486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.234104+0000 mon.a (mon.0) 11487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.234891+0000 mon.a (mon.0) 11488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.243596+0000 mon.a (mon.0) 11489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.318395+0000 mon.a (mon.0) 11490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.321150+0000 mon.a (mon.0) 11491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.322360+0000 mon.a (mon.0) 11492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.325987+0000 mon.a (mon.0) 11493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.326725+0000 mon.a (mon.0) 11494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.133055+0000 mon.a (mon.0) 11479 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.134424+0000 mon.a (mon.0) 11480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.136927+0000 mon.a (mon.0) 11481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.137761+0000 mon.a (mon.0) 11482 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.139338+0000 mgr.y (mgr.25387) 5653 : cluster [DBG] pgmap v3704: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.139639+0000 mgr.y (mgr.25387) 5654 : cluster [DBG] pgmap v3705: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.146629+0000 mon.a (mon.0) 11483 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.147319+0000 mgr.y (mgr.25387) 5655 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.228381+0000 mon.a (mon.0) 11484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.230577+0000 mon.a (mon.0) 11485 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.231582+0000 mon.a (mon.0) 11486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.234104+0000 mon.a (mon.0) 11487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.234891+0000 mon.a (mon.0) 11488 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.243596+0000 mon.a (mon.0) 11489 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.318395+0000 mon.a (mon.0) 11490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.321150+0000 mon.a (mon.0) 11491 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.322360+0000 mon.a (mon.0) 11492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.325987+0000 mon.a (mon.0) 11493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.326725+0000 mon.a (mon.0) 11494 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.337032+0000 mon.a (mon.0) 11495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.399832+0000 mon.a (mon.0) 11496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.401718+0000 mon.a (mon.0) 11497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.402755+0000 mon.a (mon.0) 11498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.404883+0000 mon.a (mon.0) 11499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.405573+0000 mon.a (mon.0) 11500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.414079+0000 mon.a (mon.0) 11501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.455756+0000 mon.a (mon.0) 11502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.457687+0000 mon.a (mon.0) 11503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.459302+0000 mon.a (mon.0) 11504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.461578+0000 mon.a (mon.0) 11505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.462256+0000 mon.a (mon.0) 11506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.470119+0000 mon.a (mon.0) 11507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.512530+0000 mon.a (mon.0) 11508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.514226+0000 mon.a (mon.0) 11509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.515099+0000 mon.a (mon.0) 11510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.517105+0000 mon.a (mon.0) 11511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.517748+0000 mon.a (mon.0) 11512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.526060+0000 mon.a (mon.0) 11513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.337032+0000 mon.a (mon.0) 11495 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.399832+0000 mon.a (mon.0) 11496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.401718+0000 mon.a (mon.0) 11497 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.402755+0000 mon.a (mon.0) 11498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.404883+0000 mon.a (mon.0) 11499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.405573+0000 mon.a (mon.0) 11500 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.414079+0000 mon.a (mon.0) 11501 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.455756+0000 mon.a (mon.0) 11502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.457687+0000 mon.a (mon.0) 11503 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.459302+0000 mon.a (mon.0) 11504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.461578+0000 mon.a (mon.0) 11505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.462256+0000 mon.a (mon.0) 11506 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.470119+0000 mon.a (mon.0) 11507 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.512530+0000 mon.a (mon.0) 11508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.514226+0000 mon.a (mon.0) 11509 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.515099+0000 mon.a (mon.0) 11510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.517105+0000 mon.a (mon.0) 11511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.517748+0000 mon.a (mon.0) 11512 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.526060+0000 mon.a (mon.0) 11513 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.566486+0000 mon.a (mon.0) 11514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.568095+0000 mon.a (mon.0) 11515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.568904+0000 mon.a (mon.0) 11516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.570751+0000 mon.a (mon.0) 11517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.571313+0000 mon.a (mon.0) 11518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.579512+0000 mon.a (mon.0) 11519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.620513+0000 mon.a (mon.0) 11520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.622330+0000 mon.a (mon.0) 11521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.623291+0000 mon.a (mon.0) 11522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.625300+0000 mon.a (mon.0) 11523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.625946+0000 mon.a (mon.0) 11524 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.634642+0000 mon.a (mon.0) 11525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.674965+0000 mon.a (mon.0) 11526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.676656+0000 mon.a (mon.0) 11527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.677501+0000 mon.a (mon.0) 11528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.679448+0000 mon.a (mon.0) 11529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.680057+0000 mon.a (mon.0) 11530 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.687972+0000 mon.a (mon.0) 11531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.730558+0000 mon.a (mon.0) 11532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.566486+0000 mon.a (mon.0) 11514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.568095+0000 mon.a (mon.0) 11515 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.568904+0000 mon.a (mon.0) 11516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.570751+0000 mon.a (mon.0) 11517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.571313+0000 mon.a (mon.0) 11518 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.579512+0000 mon.a (mon.0) 11519 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.620513+0000 mon.a (mon.0) 11520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.622330+0000 mon.a (mon.0) 11521 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.623291+0000 mon.a (mon.0) 11522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.625300+0000 mon.a (mon.0) 11523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.625946+0000 mon.a (mon.0) 11524 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.634642+0000 mon.a (mon.0) 11525 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.674965+0000 mon.a (mon.0) 11526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.676656+0000 mon.a (mon.0) 11527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.677501+0000 mon.a (mon.0) 11528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.679448+0000 mon.a (mon.0) 11529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.680057+0000 mon.a (mon.0) 11530 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.687972+0000 mon.a (mon.0) 11531 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.730558+0000 mon.a (mon.0) 11532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.732857+0000 mon.a (mon.0) 11533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.734043+0000 mon.a (mon.0) 11534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.736560+0000 mon.a (mon.0) 11535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.737358+0000 mon.a (mon.0) 11536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.747192+0000 mon.a (mon.0) 11537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.794047+0000 mon.a (mon.0) 11538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.795622+0000 mon.a (mon.0) 11539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.796696+0000 mon.a (mon.0) 11540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.798822+0000 mon.a (mon.0) 11541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.799457+0000 mon.a (mon.0) 11542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.807919+0000 mon.a (mon.0) 11543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.848886+0000 mon.a (mon.0) 11544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.850450+0000 mon.a (mon.0) 11545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.851281+0000 mon.a (mon.0) 11546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.853199+0000 mon.a (mon.0) 11547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.853784+0000 mon.a (mon.0) 11548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[69502]: audit 2024-03-30T04:50:41.863064+0000 mon.a (mon.0) 11549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.732857+0000 mon.a (mon.0) 11533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.734043+0000 mon.a (mon.0) 11534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.736560+0000 mon.a (mon.0) 11535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.737358+0000 mon.a (mon.0) 11536 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.747192+0000 mon.a (mon.0) 11537 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.794047+0000 mon.a (mon.0) 11538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.795622+0000 mon.a (mon.0) 11539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.796696+0000 mon.a (mon.0) 11540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.798822+0000 mon.a (mon.0) 11541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.799457+0000 mon.a (mon.0) 11542 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.807919+0000 mon.a (mon.0) 11543 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.848886+0000 mon.a (mon.0) 11544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.850450+0000 mon.a (mon.0) 11545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.851281+0000 mon.a (mon.0) 11546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.853199+0000 mon.a (mon.0) 11547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.853784+0000 mon.a (mon.0) 11548 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:42.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:41 smithi097 bash[73934]: audit 2024-03-30T04:50:41.863064+0000 mon.a (mon.0) 11549 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:42.582 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 22b70bddd3ac: Pulling fs layer 2024-03-30T04:50:42.582 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 5c12815fee55: Pulling fs layer 2024-03-30T04:50:42.582 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: c0e87333d380: Pulling fs layer 2024-03-30T04:50:42.582 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 5c12815fee55: Verifying Checksum 2024-03-30T04:50:42.582 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 5c12815fee55: Download complete 2024-03-30T04:50:42.583 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 22b70bddd3ac: Verifying Checksum 2024-03-30T04:50:42.583 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 22b70bddd3ac: Download complete 2024-03-30T04:50:42.583 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: c0e87333d380: Verifying Checksum 2024-03-30T04:50:42.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:50:42] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.33.4" 2024-03-30T04:50:42.892 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: c0e87333d380: Download complete 2024-03-30T04:50:43.185 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[79340]: 22b70bddd3ac: Pull complete 2024-03-30T04:50:43.185 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.236376+0000 mgr.y (mgr.25387) 5656 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.236615+0000 mgr.y (mgr.25387) 5657 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.244281+0000 mgr.y (mgr.25387) 5658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.328968+0000 mgr.y (mgr.25387) 5659 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.329274+0000 mgr.y (mgr.25387) 5660 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.339827+0000 mgr.y (mgr.25387) 5661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.406837+0000 mgr.y (mgr.25387) 5662 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.407065+0000 mgr.y (mgr.25387) 5663 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.414468+0000 mgr.y (mgr.25387) 5664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.463541+0000 mgr.y (mgr.25387) 5665 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.463788+0000 mgr.y (mgr.25387) 5666 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.470648+0000 mgr.y (mgr.25387) 5667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.186 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.519020+0000 mgr.y (mgr.25387) 5668 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.519262+0000 mgr.y (mgr.25387) 5669 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.526456+0000 mgr.y (mgr.25387) 5670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.572460+0000 mgr.y (mgr.25387) 5671 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.572716+0000 mgr.y (mgr.25387) 5672 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.579921+0000 mgr.y (mgr.25387) 5673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.627172+0000 mgr.y (mgr.25387) 5674 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.627401+0000 mgr.y (mgr.25387) 5675 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.635034+0000 mgr.y (mgr.25387) 5676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.681274+0000 mgr.y (mgr.25387) 5677 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.681503+0000 mgr.y (mgr.25387) 5678 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.688491+0000 mgr.y (mgr.25387) 5679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.738902+0000 mgr.y (mgr.25387) 5680 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.187 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.739272+0000 mgr.y (mgr.25387) 5681 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.752921+0000 mgr.y (mgr.25387) 5682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.800660+0000 mgr.y (mgr.25387) 5683 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.800852+0000 mgr.y (mgr.25387) 5684 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.808423+0000 mgr.y (mgr.25387) 5685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.854913+0000 mgr.y (mgr.25387) 5686 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.855087+0000 mgr.y (mgr.25387) 5687 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.863531+0000 mgr.y (mgr.25387) 5688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:41.906662+0000 mon.a (mon.0) 11550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:41.908209+0000 mon.a (mon.0) 11551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:41.909007+0000 mon.a (mon.0) 11552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:41.910903+0000 mon.a (mon.0) 11553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:41.911497+0000 mon.a (mon.0) 11554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.912639+0000 mgr.y (mgr.25387) 5689 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:41.912856+0000 mgr.y (mgr.25387) 5690 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:41.967917+0000 mon.a (mon.0) 11555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:41.968705+0000 mgr.y (mgr.25387) 5691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.045984+0000 mon.a (mon.0) 11556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.048124+0000 mon.a (mon.0) 11557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.049215+0000 mon.a (mon.0) 11558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.051858+0000 mon.a (mon.0) 11559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.052644+0000 mon.a (mon.0) 11560 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.054073+0000 mgr.y (mgr.25387) 5692 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.054338+0000 mgr.y (mgr.25387) 5693 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.059460+0000 mon.a (mon.0) 11561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.060112+0000 mgr.y (mgr.25387) 5694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.100606+0000 mon.a (mon.0) 11562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.102381+0000 mon.a (mon.0) 11563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.103393+0000 mon.a (mon.0) 11564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.105421+0000 mon.a (mon.0) 11565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.106073+0000 mon.a (mon.0) 11566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.107311+0000 mgr.y (mgr.25387) 5695 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.107527+0000 mgr.y (mgr.25387) 5696 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.114128+0000 mon.a (mon.0) 11567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.114591+0000 mgr.y (mgr.25387) 5697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.155765+0000 mon.a (mon.0) 11568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.157883+0000 mon.a (mon.0) 11569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.159114+0000 mon.a (mon.0) 11570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.161271+0000 mon.a (mon.0) 11571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.161992+0000 mon.a (mon.0) 11572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.163320+0000 mgr.y (mgr.25387) 5698 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.163592+0000 mgr.y (mgr.25387) 5699 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.170780+0000 mon.a (mon.0) 11573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.171262+0000 mgr.y (mgr.25387) 5700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.216506+0000 mon.a (mon.0) 11574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.218527+0000 mon.a (mon.0) 11575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.219579+0000 mon.a (mon.0) 11576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.221801+0000 mon.a (mon.0) 11577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.222521+0000 mon.a (mon.0) 11578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.230227+0000 mon.a (mon.0) 11579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.270613+0000 mon.a (mon.0) 11580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.272108+0000 mon.a (mon.0) 11581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.272901+0000 mon.a (mon.0) 11582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.274675+0000 mon.a (mon.0) 11583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.275216+0000 mon.a (mon.0) 11584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.283284+0000 mon.a (mon.0) 11585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.324433+0000 mon.a (mon.0) 11586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.326001+0000 mon.a (mon.0) 11587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.326789+0000 mon.a (mon.0) 11588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.328580+0000 mon.a (mon.0) 11589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.329172+0000 mon.a (mon.0) 11590 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.337117+0000 mon.a (mon.0) 11591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.382537+0000 mon.a (mon.0) 11592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.384553+0000 mon.a (mon.0) 11593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.385576+0000 mon.a (mon.0) 11594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.387715+0000 mon.a (mon.0) 11595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.388365+0000 mon.a (mon.0) 11596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.396473+0000 mon.a (mon.0) 11597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.437967+0000 mon.a (mon.0) 11598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.439574+0000 mon.a (mon.0) 11599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.440404+0000 mon.a (mon.0) 11600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.442298+0000 mon.a (mon.0) 11601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.442895+0000 mon.a (mon.0) 11602 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.451197+0000 mon.a (mon.0) 11603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.512127+0000 mon.a (mon.0) 11604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.513988+0000 mon.a (mon.0) 11605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.515090+0000 mon.a (mon.0) 11606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.517405+0000 mon.a (mon.0) 11607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.518058+0000 mon.a (mon.0) 11608 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.526342+0000 mon.a (mon.0) 11609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.566871+0000 mon.a (mon.0) 11610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.568642+0000 mon.a (mon.0) 11611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.569807+0000 mon.a (mon.0) 11612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.572048+0000 mon.a (mon.0) 11613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.572731+0000 mon.a (mon.0) 11614 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.579223+0000 mon.a (mon.0) 11615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.625218+0000 mon.a (mon.0) 11616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.627304+0000 mon.a (mon.0) 11617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.628326+0000 mon.a (mon.0) 11618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.630518+0000 mon.a (mon.0) 11619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.631107+0000 mon.a (mon.0) 11620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.636899+0000 mon.a (mon.0) 11621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.682472+0000 mon.a (mon.0) 11622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.684560+0000 mon.a (mon.0) 11623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.685606+0000 mon.a (mon.0) 11624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.687858+0000 mon.a (mon.0) 11625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.688549+0000 mon.a (mon.0) 11626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.694358+0000 mon.a (mon.0) 11627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.736480+0000 mon.a (mon.0) 11628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.738574+0000 mon.a (mon.0) 11629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.739564+0000 mon.a (mon.0) 11630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.741736+0000 mon.a (mon.0) 11631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.742393+0000 mon.a (mon.0) 11632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.748905+0000 mon.a (mon.0) 11633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.795100+0000 mon.a (mon.0) 11634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.797241+0000 mon.a (mon.0) 11635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.798110+0000 mon.a (mon.0) 11636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.800130+0000 mon.a (mon.0) 11637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.800768+0000 mon.a (mon.0) 11638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.806555+0000 mon.a (mon.0) 11639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.851901+0000 mon.a (mon.0) 11640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.853774+0000 mon.a (mon.0) 11641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.854859+0000 mon.a (mon.0) 11642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.856811+0000 mon.a (mon.0) 11643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.857394+0000 mon.a (mon.0) 11644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:42 smithi105 bash[58125]: audit 2024-03-30T04:50:42.863225+0000 mon.a (mon.0) 11645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.236376+0000 mgr.y (mgr.25387) 5656 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.236615+0000 mgr.y (mgr.25387) 5657 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.244281+0000 mgr.y (mgr.25387) 5658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.328968+0000 mgr.y (mgr.25387) 5659 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.329274+0000 mgr.y (mgr.25387) 5660 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.339827+0000 mgr.y (mgr.25387) 5661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.406837+0000 mgr.y (mgr.25387) 5662 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.407065+0000 mgr.y (mgr.25387) 5663 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.414468+0000 mgr.y (mgr.25387) 5664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.463541+0000 mgr.y (mgr.25387) 5665 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.463788+0000 mgr.y (mgr.25387) 5666 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.470648+0000 mgr.y (mgr.25387) 5667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.519020+0000 mgr.y (mgr.25387) 5668 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.519262+0000 mgr.y (mgr.25387) 5669 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.526456+0000 mgr.y (mgr.25387) 5670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.572460+0000 mgr.y (mgr.25387) 5671 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.572716+0000 mgr.y (mgr.25387) 5672 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.579921+0000 mgr.y (mgr.25387) 5673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.627172+0000 mgr.y (mgr.25387) 5674 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.627401+0000 mgr.y (mgr.25387) 5675 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.236376+0000 mgr.y (mgr.25387) 5656 : cluster [DBG] pgmap v3706: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.236615+0000 mgr.y (mgr.25387) 5657 : cluster [DBG] pgmap v3707: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.244281+0000 mgr.y (mgr.25387) 5658 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.328968+0000 mgr.y (mgr.25387) 5659 : cluster [DBG] pgmap v3708: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.329274+0000 mgr.y (mgr.25387) 5660 : cluster [DBG] pgmap v3709: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.339827+0000 mgr.y (mgr.25387) 5661 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.406837+0000 mgr.y (mgr.25387) 5662 : cluster [DBG] pgmap v3710: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.407065+0000 mgr.y (mgr.25387) 5663 : cluster [DBG] pgmap v3711: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.414468+0000 mgr.y (mgr.25387) 5664 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.463541+0000 mgr.y (mgr.25387) 5665 : cluster [DBG] pgmap v3712: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.463788+0000 mgr.y (mgr.25387) 5666 : cluster [DBG] pgmap v3713: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.470648+0000 mgr.y (mgr.25387) 5667 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.519020+0000 mgr.y (mgr.25387) 5668 : cluster [DBG] pgmap v3714: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.519262+0000 mgr.y (mgr.25387) 5669 : cluster [DBG] pgmap v3715: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.526456+0000 mgr.y (mgr.25387) 5670 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.572460+0000 mgr.y (mgr.25387) 5671 : cluster [DBG] pgmap v3716: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.572716+0000 mgr.y (mgr.25387) 5672 : cluster [DBG] pgmap v3717: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.579921+0000 mgr.y (mgr.25387) 5673 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.627172+0000 mgr.y (mgr.25387) 5674 : cluster [DBG] pgmap v3718: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.627401+0000 mgr.y (mgr.25387) 5675 : cluster [DBG] pgmap v3719: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.635034+0000 mgr.y (mgr.25387) 5676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.681274+0000 mgr.y (mgr.25387) 5677 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.681503+0000 mgr.y (mgr.25387) 5678 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.688491+0000 mgr.y (mgr.25387) 5679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.738902+0000 mgr.y (mgr.25387) 5680 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.739272+0000 mgr.y (mgr.25387) 5681 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.253 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.752921+0000 mgr.y (mgr.25387) 5682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.800660+0000 mgr.y (mgr.25387) 5683 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.800852+0000 mgr.y (mgr.25387) 5684 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.808423+0000 mgr.y (mgr.25387) 5685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.854913+0000 mgr.y (mgr.25387) 5686 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.855087+0000 mgr.y (mgr.25387) 5687 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.863531+0000 mgr.y (mgr.25387) 5688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:41.906662+0000 mon.a (mon.0) 11550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:41.908209+0000 mon.a (mon.0) 11551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:41.909007+0000 mon.a (mon.0) 11552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:41.910903+0000 mon.a (mon.0) 11553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:41.911497+0000 mon.a (mon.0) 11554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.912639+0000 mgr.y (mgr.25387) 5689 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:41.912856+0000 mgr.y (mgr.25387) 5690 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.635034+0000 mgr.y (mgr.25387) 5676 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.681274+0000 mgr.y (mgr.25387) 5677 : cluster [DBG] pgmap v3720: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.681503+0000 mgr.y (mgr.25387) 5678 : cluster [DBG] pgmap v3721: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.688491+0000 mgr.y (mgr.25387) 5679 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.738902+0000 mgr.y (mgr.25387) 5680 : cluster [DBG] pgmap v3722: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.739272+0000 mgr.y (mgr.25387) 5681 : cluster [DBG] pgmap v3723: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.752921+0000 mgr.y (mgr.25387) 5682 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.800660+0000 mgr.y (mgr.25387) 5683 : cluster [DBG] pgmap v3724: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.800852+0000 mgr.y (mgr.25387) 5684 : cluster [DBG] pgmap v3725: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.808423+0000 mgr.y (mgr.25387) 5685 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.255 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.854913+0000 mgr.y (mgr.25387) 5686 : cluster [DBG] pgmap v3726: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.855087+0000 mgr.y (mgr.25387) 5687 : cluster [DBG] pgmap v3727: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.863531+0000 mgr.y (mgr.25387) 5688 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:41.906662+0000 mon.a (mon.0) 11550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:41.908209+0000 mon.a (mon.0) 11551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:41.909007+0000 mon.a (mon.0) 11552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:41.910903+0000 mon.a (mon.0) 11553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:41.911497+0000 mon.a (mon.0) 11554 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.912639+0000 mgr.y (mgr.25387) 5689 : cluster [DBG] pgmap v3728: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:41.912856+0000 mgr.y (mgr.25387) 5690 : cluster [DBG] pgmap v3729: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:41.967917+0000 mon.a (mon.0) 11555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:41.968705+0000 mgr.y (mgr.25387) 5691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.045984+0000 mon.a (mon.0) 11556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.048124+0000 mon.a (mon.0) 11557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.049215+0000 mon.a (mon.0) 11558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.051858+0000 mon.a (mon.0) 11559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.052644+0000 mon.a (mon.0) 11560 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.054073+0000 mgr.y (mgr.25387) 5692 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.054338+0000 mgr.y (mgr.25387) 5693 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.059460+0000 mon.a (mon.0) 11561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.060112+0000 mgr.y (mgr.25387) 5694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.100606+0000 mon.a (mon.0) 11562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.102381+0000 mon.a (mon.0) 11563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.257 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.103393+0000 mon.a (mon.0) 11564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.105421+0000 mon.a (mon.0) 11565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.106073+0000 mon.a (mon.0) 11566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.107311+0000 mgr.y (mgr.25387) 5695 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.107527+0000 mgr.y (mgr.25387) 5696 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.114128+0000 mon.a (mon.0) 11567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:41.967917+0000 mon.a (mon.0) 11555 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:41.968705+0000 mgr.y (mgr.25387) 5691 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.045984+0000 mon.a (mon.0) 11556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.048124+0000 mon.a (mon.0) 11557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.049215+0000 mon.a (mon.0) 11558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.051858+0000 mon.a (mon.0) 11559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.052644+0000 mon.a (mon.0) 11560 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.054073+0000 mgr.y (mgr.25387) 5692 : cluster [DBG] pgmap v3730: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.054338+0000 mgr.y (mgr.25387) 5693 : cluster [DBG] pgmap v3731: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.059460+0000 mon.a (mon.0) 11561 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.060112+0000 mgr.y (mgr.25387) 5694 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.100606+0000 mon.a (mon.0) 11562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.102381+0000 mon.a (mon.0) 11563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.103393+0000 mon.a (mon.0) 11564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.105421+0000 mon.a (mon.0) 11565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.106073+0000 mon.a (mon.0) 11566 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.107311+0000 mgr.y (mgr.25387) 5695 : cluster [DBG] pgmap v3732: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.107527+0000 mgr.y (mgr.25387) 5696 : cluster [DBG] pgmap v3733: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.114128+0000 mon.a (mon.0) 11567 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.114591+0000 mgr.y (mgr.25387) 5697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.155765+0000 mon.a (mon.0) 11568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.157883+0000 mon.a (mon.0) 11569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.159114+0000 mon.a (mon.0) 11570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.161271+0000 mon.a (mon.0) 11571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.161992+0000 mon.a (mon.0) 11572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.260 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.163320+0000 mgr.y (mgr.25387) 5698 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.163592+0000 mgr.y (mgr.25387) 5699 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.170780+0000 mon.a (mon.0) 11573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.171262+0000 mgr.y (mgr.25387) 5700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.216506+0000 mon.a (mon.0) 11574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.218527+0000 mon.a (mon.0) 11575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.219579+0000 mon.a (mon.0) 11576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.221801+0000 mon.a (mon.0) 11577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.222521+0000 mon.a (mon.0) 11578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.230227+0000 mon.a (mon.0) 11579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.270613+0000 mon.a (mon.0) 11580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.272108+0000 mon.a (mon.0) 11581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.261 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.272901+0000 mon.a (mon.0) 11582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.114591+0000 mgr.y (mgr.25387) 5697 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.155765+0000 mon.a (mon.0) 11568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.157883+0000 mon.a (mon.0) 11569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.159114+0000 mon.a (mon.0) 11570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.161271+0000 mon.a (mon.0) 11571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.161992+0000 mon.a (mon.0) 11572 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.163320+0000 mgr.y (mgr.25387) 5698 : cluster [DBG] pgmap v3734: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.163592+0000 mgr.y (mgr.25387) 5699 : cluster [DBG] pgmap v3735: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.170780+0000 mon.a (mon.0) 11573 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.262 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.171262+0000 mgr.y (mgr.25387) 5700 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.216506+0000 mon.a (mon.0) 11574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.218527+0000 mon.a (mon.0) 11575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.219579+0000 mon.a (mon.0) 11576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.221801+0000 mon.a (mon.0) 11577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.222521+0000 mon.a (mon.0) 11578 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.230227+0000 mon.a (mon.0) 11579 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.270613+0000 mon.a (mon.0) 11580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.272108+0000 mon.a (mon.0) 11581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.272901+0000 mon.a (mon.0) 11582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.274675+0000 mon.a (mon.0) 11583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.275216+0000 mon.a (mon.0) 11584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.283284+0000 mon.a (mon.0) 11585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.324433+0000 mon.a (mon.0) 11586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.263 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.326001+0000 mon.a (mon.0) 11587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.326789+0000 mon.a (mon.0) 11588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.328580+0000 mon.a (mon.0) 11589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.329172+0000 mon.a (mon.0) 11590 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.337117+0000 mon.a (mon.0) 11591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.382537+0000 mon.a (mon.0) 11592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.384553+0000 mon.a (mon.0) 11593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.385576+0000 mon.a (mon.0) 11594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.387715+0000 mon.a (mon.0) 11595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.388365+0000 mon.a (mon.0) 11596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.396473+0000 mon.a (mon.0) 11597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.437967+0000 mon.a (mon.0) 11598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.439574+0000 mon.a (mon.0) 11599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.440404+0000 mon.a (mon.0) 11600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.264 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.442298+0000 mon.a (mon.0) 11601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.274675+0000 mon.a (mon.0) 11583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.275216+0000 mon.a (mon.0) 11584 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.283284+0000 mon.a (mon.0) 11585 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.324433+0000 mon.a (mon.0) 11586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.326001+0000 mon.a (mon.0) 11587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.326789+0000 mon.a (mon.0) 11588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.328580+0000 mon.a (mon.0) 11589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.329172+0000 mon.a (mon.0) 11590 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.337117+0000 mon.a (mon.0) 11591 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.382537+0000 mon.a (mon.0) 11592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.384553+0000 mon.a (mon.0) 11593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.385576+0000 mon.a (mon.0) 11594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.387715+0000 mon.a (mon.0) 11595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.388365+0000 mon.a (mon.0) 11596 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.396473+0000 mon.a (mon.0) 11597 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.437967+0000 mon.a (mon.0) 11598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.439574+0000 mon.a (mon.0) 11599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.440404+0000 mon.a (mon.0) 11600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.266 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.442298+0000 mon.a (mon.0) 11601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.442895+0000 mon.a (mon.0) 11602 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.451197+0000 mon.a (mon.0) 11603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.512127+0000 mon.a (mon.0) 11604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.513988+0000 mon.a (mon.0) 11605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.515090+0000 mon.a (mon.0) 11606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.517405+0000 mon.a (mon.0) 11607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.518058+0000 mon.a (mon.0) 11608 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.526342+0000 mon.a (mon.0) 11609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.566871+0000 mon.a (mon.0) 11610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.568642+0000 mon.a (mon.0) 11611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.569807+0000 mon.a (mon.0) 11612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.572048+0000 mon.a (mon.0) 11613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.572731+0000 mon.a (mon.0) 11614 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.267 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.579223+0000 mon.a (mon.0) 11615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.625218+0000 mon.a (mon.0) 11616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.627304+0000 mon.a (mon.0) 11617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.628326+0000 mon.a (mon.0) 11618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.630518+0000 mon.a (mon.0) 11619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.631107+0000 mon.a (mon.0) 11620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.442895+0000 mon.a (mon.0) 11602 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.451197+0000 mon.a (mon.0) 11603 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.512127+0000 mon.a (mon.0) 11604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.513988+0000 mon.a (mon.0) 11605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.515090+0000 mon.a (mon.0) 11606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.517405+0000 mon.a (mon.0) 11607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.518058+0000 mon.a (mon.0) 11608 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.526342+0000 mon.a (mon.0) 11609 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.566871+0000 mon.a (mon.0) 11610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.568642+0000 mon.a (mon.0) 11611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.569807+0000 mon.a (mon.0) 11612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.572048+0000 mon.a (mon.0) 11613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.572731+0000 mon.a (mon.0) 11614 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.579223+0000 mon.a (mon.0) 11615 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.625218+0000 mon.a (mon.0) 11616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.627304+0000 mon.a (mon.0) 11617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.628326+0000 mon.a (mon.0) 11618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.630518+0000 mon.a (mon.0) 11619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.631107+0000 mon.a (mon.0) 11620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.636899+0000 mon.a (mon.0) 11621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.682472+0000 mon.a (mon.0) 11622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.684560+0000 mon.a (mon.0) 11623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.685606+0000 mon.a (mon.0) 11624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.687858+0000 mon.a (mon.0) 11625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.688549+0000 mon.a (mon.0) 11626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.694358+0000 mon.a (mon.0) 11627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.736480+0000 mon.a (mon.0) 11628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.738574+0000 mon.a (mon.0) 11629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.739564+0000 mon.a (mon.0) 11630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.741736+0000 mon.a (mon.0) 11631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.742393+0000 mon.a (mon.0) 11632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.748905+0000 mon.a (mon.0) 11633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.795100+0000 mon.a (mon.0) 11634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.797241+0000 mon.a (mon.0) 11635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.798110+0000 mon.a (mon.0) 11636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.800130+0000 mon.a (mon.0) 11637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.800768+0000 mon.a (mon.0) 11638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.806555+0000 mon.a (mon.0) 11639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.851901+0000 mon.a (mon.0) 11640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.853774+0000 mon.a (mon.0) 11641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.854859+0000 mon.a (mon.0) 11642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.856811+0000 mon.a (mon.0) 11643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.271 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.857394+0000 mon.a (mon.0) 11644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[69502]: audit 2024-03-30T04:50:42.863225+0000 mon.a (mon.0) 11645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.636899+0000 mon.a (mon.0) 11621 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.682472+0000 mon.a (mon.0) 11622 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.684560+0000 mon.a (mon.0) 11623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.685606+0000 mon.a (mon.0) 11624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.687858+0000 mon.a (mon.0) 11625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.688549+0000 mon.a (mon.0) 11626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.694358+0000 mon.a (mon.0) 11627 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.736480+0000 mon.a (mon.0) 11628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.738574+0000 mon.a (mon.0) 11629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.739564+0000 mon.a (mon.0) 11630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.741736+0000 mon.a (mon.0) 11631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.742393+0000 mon.a (mon.0) 11632 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.748905+0000 mon.a (mon.0) 11633 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.795100+0000 mon.a (mon.0) 11634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.797241+0000 mon.a (mon.0) 11635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.798110+0000 mon.a (mon.0) 11636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.800130+0000 mon.a (mon.0) 11637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.800768+0000 mon.a (mon.0) 11638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.806555+0000 mon.a (mon.0) 11639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.851901+0000 mon.a (mon.0) 11640 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.853774+0000 mon.a (mon.0) 11641 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:43.273 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.854859+0000 mon.a (mon.0) 11642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:43.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.856811+0000 mon.a (mon.0) 11643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:43.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.857394+0000 mon.a (mon.0) 11644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:43.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:42 smithi097 bash[73934]: audit 2024-03-30T04:50:42.863225+0000 mon.a (mon.0) 11645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:43.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[79340]: 5c12815fee55: Pull complete 2024-03-30T04:50:44.208 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[79340]: c0e87333d380: Pull complete 2024-03-30T04:50:44.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.223810+0000 mgr.y (mgr.25387) 5701 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.224006+0000 mgr.y (mgr.25387) 5702 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.230727+0000 mgr.y (mgr.25387) 5703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.276297+0000 mgr.y (mgr.25387) 5704 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.276487+0000 mgr.y (mgr.25387) 5705 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.283786+0000 mgr.y (mgr.25387) 5706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.330334+0000 mgr.y (mgr.25387) 5707 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.330567+0000 mgr.y (mgr.25387) 5708 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.337594+0000 mgr.y (mgr.25387) 5709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.389584+0000 mgr.y (mgr.25387) 5710 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.389821+0000 mgr.y (mgr.25387) 5711 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.396977+0000 mgr.y (mgr.25387) 5712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.444204+0000 mgr.y (mgr.25387) 5713 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.444403+0000 mgr.y (mgr.25387) 5714 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.451727+0000 mgr.y (mgr.25387) 5715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.519268+0000 mgr.y (mgr.25387) 5716 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.519471+0000 mgr.y (mgr.25387) 5717 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.526799+0000 mgr.y (mgr.25387) 5718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.573951+0000 mgr.y (mgr.25387) 5719 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.574143+0000 mgr.y (mgr.25387) 5720 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.580041+0000 mgr.y (mgr.25387) 5721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.632376+0000 mgr.y (mgr.25387) 5722 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.632626+0000 mgr.y (mgr.25387) 5723 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.637449+0000 mgr.y (mgr.25387) 5724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.689833+0000 mgr.y (mgr.25387) 5725 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.690055+0000 mgr.y (mgr.25387) 5726 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.695823+0000 mgr.y (mgr.25387) 5727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.743608+0000 mgr.y (mgr.25387) 5728 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.743836+0000 mgr.y (mgr.25387) 5729 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.749344+0000 mgr.y (mgr.25387) 5730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.802017+0000 mgr.y (mgr.25387) 5731 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.802235+0000 mgr.y (mgr.25387) 5732 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.806992+0000 mgr.y (mgr.25387) 5733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.858690+0000 mgr.y (mgr.25387) 5734 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.858922+0000 mgr.y (mgr.25387) 5735 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.864637+0000 mgr.y (mgr.25387) 5736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.909747+0000 mon.a (mon.0) 11646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.911903+0000 mon.a (mon.0) 11647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.913097+0000 mon.a (mon.0) 11648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.915872+0000 mon.a (mon.0) 11649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.916485+0000 mon.a (mon.0) 11650 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.917762+0000 mgr.y (mgr.25387) 5737 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.917996+0000 mgr.y (mgr.25387) 5738 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.921624+0000 mon.a (mon.0) 11651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.922081+0000 mgr.y (mgr.25387) 5739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.964026+0000 mon.a (mon.0) 11652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.966057+0000 mon.a (mon.0) 11653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.966856+0000 mon.a (mon.0) 11654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.968694+0000 mon.a (mon.0) 11655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.969294+0000 mon.a (mon.0) 11656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.970465+0000 mgr.y (mgr.25387) 5740 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:42.970692+0000 mgr.y (mgr.25387) 5741 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:42.976737+0000 mon.a (mon.0) 11657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:42.977282+0000 mgr.y (mgr.25387) 5742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.025526+0000 mon.a (mon.0) 11658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.028226+0000 mon.a (mon.0) 11659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.029541+0000 mon.a (mon.0) 11660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.033364+0000 mon.a (mon.0) 11661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.034662+0000 mon.a (mon.0) 11662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.036456+0000 mgr.y (mgr.25387) 5743 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.036933+0000 mgr.y (mgr.25387) 5744 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.075831+0000 mon.a (mon.0) 11663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.076750+0000 mgr.y (mgr.25387) 5745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.116786+0000 mon.a (mon.0) 11664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.118342+0000 mon.a (mon.0) 11665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.119397+0000 mon.a (mon.0) 11666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.121706+0000 mon.a (mon.0) 11667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.122544+0000 mon.a (mon.0) 11668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.124009+0000 mgr.y (mgr.25387) 5746 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.124262+0000 mgr.y (mgr.25387) 5747 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.129218+0000 mon.a (mon.0) 11669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.129959+0000 mgr.y (mgr.25387) 5748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.170388+0000 mon.a (mon.0) 11670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.172046+0000 mon.a (mon.0) 11671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.172908+0000 mon.a (mon.0) 11672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.174700+0000 mon.a (mon.0) 11673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.175334+0000 mon.a (mon.0) 11674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.176581+0000 mgr.y (mgr.25387) 5749 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.176816+0000 mgr.y (mgr.25387) 5750 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.182750+0000 mon.a (mon.0) 11675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.183115+0000 mgr.y (mgr.25387) 5751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.223725+0000 mon.a (mon.0) 11676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.225311+0000 mon.a (mon.0) 11677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.226138+0000 mon.a (mon.0) 11678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.228024+0000 mon.a (mon.0) 11679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.228680+0000 mon.a (mon.0) 11680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.236983+0000 mon.a (mon.0) 11681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.277993+0000 mon.a (mon.0) 11682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.279798+0000 mon.a (mon.0) 11683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.280809+0000 mon.a (mon.0) 11684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.282930+0000 mon.a (mon.0) 11685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.283626+0000 mon.a (mon.0) 11686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.291832+0000 mon.a (mon.0) 11687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.332365+0000 mon.a (mon.0) 11688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.333837+0000 mon.a (mon.0) 11689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.334538+0000 mon.a (mon.0) 11690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.336258+0000 mon.a (mon.0) 11691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.336785+0000 mon.a (mon.0) 11692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.344249+0000 mon.a (mon.0) 11693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.389918+0000 mon.a (mon.0) 11694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.391734+0000 mon.a (mon.0) 11695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.392533+0000 mon.a (mon.0) 11696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.394489+0000 mon.a (mon.0) 11697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.395084+0000 mon.a (mon.0) 11698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.403253+0000 mon.a (mon.0) 11699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.448395+0000 mon.a (mon.0) 11700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.450087+0000 mon.a (mon.0) 11701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.451280+0000 mon.a (mon.0) 11702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.453333+0000 mon.a (mon.0) 11703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.454045+0000 mon.a (mon.0) 11704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.462143+0000 mon.a (mon.0) 11705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.507030+0000 mon.a (mon.0) 11706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.508940+0000 mon.a (mon.0) 11707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.509806+0000 mon.a (mon.0) 11708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.511834+0000 mon.a (mon.0) 11709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.512473+0000 mon.a (mon.0) 11710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.519847+0000 mon.a (mon.0) 11711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.579115+0000 mon.a (mon.0) 11712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.580666+0000 mon.a (mon.0) 11713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.581704+0000 mon.a (mon.0) 11714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.583619+0000 mon.a (mon.0) 11715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.584243+0000 mon.a (mon.0) 11716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.592394+0000 mon.a (mon.0) 11717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.633411+0000 mon.a (mon.0) 11718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.635081+0000 mon.a (mon.0) 11719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.635994+0000 mon.a (mon.0) 11720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.637850+0000 mon.a (mon.0) 11721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.638520+0000 mon.a (mon.0) 11722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.646446+0000 mon.a (mon.0) 11723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.691473+0000 mon.a (mon.0) 11724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.693103+0000 mon.a (mon.0) 11725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.694202+0000 mon.a (mon.0) 11726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.696219+0000 mon.a (mon.0) 11727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.696858+0000 mon.a (mon.0) 11728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.704127+0000 mon.a (mon.0) 11729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.744661+0000 mon.a (mon.0) 11730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.746446+0000 mon.a (mon.0) 11731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.747448+0000 mon.a (mon.0) 11732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.749520+0000 mon.a (mon.0) 11733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.750186+0000 mon.a (mon.0) 11734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.758400+0000 mon.a (mon.0) 11735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.221 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.819616+0000 mon.a (mon.0) 11736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.821691+0000 mon.a (mon.0) 11737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.822682+0000 mon.a (mon.0) 11738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.824816+0000 mon.a (mon.0) 11739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.825486+0000 mon.a (mon.0) 11740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.222 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:43 smithi105 bash[58125]: audit 2024-03-30T04:50:43.833234+0000 mon.a (mon.0) 11741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.223810+0000 mgr.y (mgr.25387) 5701 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.224006+0000 mgr.y (mgr.25387) 5702 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.230727+0000 mgr.y (mgr.25387) 5703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.276297+0000 mgr.y (mgr.25387) 5704 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.276487+0000 mgr.y (mgr.25387) 5705 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.283786+0000 mgr.y (mgr.25387) 5706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.330334+0000 mgr.y (mgr.25387) 5707 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.330567+0000 mgr.y (mgr.25387) 5708 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.337594+0000 mgr.y (mgr.25387) 5709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.389584+0000 mgr.y (mgr.25387) 5710 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.389821+0000 mgr.y (mgr.25387) 5711 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.396977+0000 mgr.y (mgr.25387) 5712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.444204+0000 mgr.y (mgr.25387) 5713 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.444403+0000 mgr.y (mgr.25387) 5714 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.451727+0000 mgr.y (mgr.25387) 5715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.519268+0000 mgr.y (mgr.25387) 5716 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.519471+0000 mgr.y (mgr.25387) 5717 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.526799+0000 mgr.y (mgr.25387) 5718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.573951+0000 mgr.y (mgr.25387) 5719 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.574143+0000 mgr.y (mgr.25387) 5720 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.223810+0000 mgr.y (mgr.25387) 5701 : cluster [DBG] pgmap v3736: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.224006+0000 mgr.y (mgr.25387) 5702 : cluster [DBG] pgmap v3737: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.230727+0000 mgr.y (mgr.25387) 5703 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.276297+0000 mgr.y (mgr.25387) 5704 : cluster [DBG] pgmap v3738: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.276487+0000 mgr.y (mgr.25387) 5705 : cluster [DBG] pgmap v3739: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.283786+0000 mgr.y (mgr.25387) 5706 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.330334+0000 mgr.y (mgr.25387) 5707 : cluster [DBG] pgmap v3740: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.330567+0000 mgr.y (mgr.25387) 5708 : cluster [DBG] pgmap v3741: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.337594+0000 mgr.y (mgr.25387) 5709 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.389584+0000 mgr.y (mgr.25387) 5710 : cluster [DBG] pgmap v3742: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.389821+0000 mgr.y (mgr.25387) 5711 : cluster [DBG] pgmap v3743: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.396977+0000 mgr.y (mgr.25387) 5712 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.444204+0000 mgr.y (mgr.25387) 5713 : cluster [DBG] pgmap v3744: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.444403+0000 mgr.y (mgr.25387) 5714 : cluster [DBG] pgmap v3745: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.451727+0000 mgr.y (mgr.25387) 5715 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.519268+0000 mgr.y (mgr.25387) 5716 : cluster [DBG] pgmap v3746: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.519471+0000 mgr.y (mgr.25387) 5717 : cluster [DBG] pgmap v3747: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.526799+0000 mgr.y (mgr.25387) 5718 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.573951+0000 mgr.y (mgr.25387) 5719 : cluster [DBG] pgmap v3748: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.574143+0000 mgr.y (mgr.25387) 5720 : cluster [DBG] pgmap v3749: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.580041+0000 mgr.y (mgr.25387) 5721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.632376+0000 mgr.y (mgr.25387) 5722 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.632626+0000 mgr.y (mgr.25387) 5723 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.637449+0000 mgr.y (mgr.25387) 5724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.689833+0000 mgr.y (mgr.25387) 5725 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.690055+0000 mgr.y (mgr.25387) 5726 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.695823+0000 mgr.y (mgr.25387) 5727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.743608+0000 mgr.y (mgr.25387) 5728 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.743836+0000 mgr.y (mgr.25387) 5729 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.749344+0000 mgr.y (mgr.25387) 5730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.802017+0000 mgr.y (mgr.25387) 5731 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.802235+0000 mgr.y (mgr.25387) 5732 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.806992+0000 mgr.y (mgr.25387) 5733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.858690+0000 mgr.y (mgr.25387) 5734 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.858922+0000 mgr.y (mgr.25387) 5735 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.864637+0000 mgr.y (mgr.25387) 5736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.909747+0000 mon.a (mon.0) 11646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.911903+0000 mon.a (mon.0) 11647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.913097+0000 mon.a (mon.0) 11648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.915872+0000 mon.a (mon.0) 11649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.580041+0000 mgr.y (mgr.25387) 5721 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.632376+0000 mgr.y (mgr.25387) 5722 : cluster [DBG] pgmap v3750: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.632626+0000 mgr.y (mgr.25387) 5723 : cluster [DBG] pgmap v3751: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.637449+0000 mgr.y (mgr.25387) 5724 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.689833+0000 mgr.y (mgr.25387) 5725 : cluster [DBG] pgmap v3752: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.690055+0000 mgr.y (mgr.25387) 5726 : cluster [DBG] pgmap v3753: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.695823+0000 mgr.y (mgr.25387) 5727 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.743608+0000 mgr.y (mgr.25387) 5728 : cluster [DBG] pgmap v3754: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.743836+0000 mgr.y (mgr.25387) 5729 : cluster [DBG] pgmap v3755: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.749344+0000 mgr.y (mgr.25387) 5730 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.802017+0000 mgr.y (mgr.25387) 5731 : cluster [DBG] pgmap v3756: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.802235+0000 mgr.y (mgr.25387) 5732 : cluster [DBG] pgmap v3757: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.806992+0000 mgr.y (mgr.25387) 5733 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.858690+0000 mgr.y (mgr.25387) 5734 : cluster [DBG] pgmap v3758: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.858922+0000 mgr.y (mgr.25387) 5735 : cluster [DBG] pgmap v3759: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.864637+0000 mgr.y (mgr.25387) 5736 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.909747+0000 mon.a (mon.0) 11646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.911903+0000 mon.a (mon.0) 11647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.913097+0000 mon.a (mon.0) 11648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.915872+0000 mon.a (mon.0) 11649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.916485+0000 mon.a (mon.0) 11650 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.917762+0000 mgr.y (mgr.25387) 5737 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.917996+0000 mgr.y (mgr.25387) 5738 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.921624+0000 mon.a (mon.0) 11651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.922081+0000 mgr.y (mgr.25387) 5739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.964026+0000 mon.a (mon.0) 11652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.966057+0000 mon.a (mon.0) 11653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.966856+0000 mon.a (mon.0) 11654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.968694+0000 mon.a (mon.0) 11655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.969294+0000 mon.a (mon.0) 11656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.970465+0000 mgr.y (mgr.25387) 5740 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:42.970692+0000 mgr.y (mgr.25387) 5741 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:42.976737+0000 mon.a (mon.0) 11657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:42.977282+0000 mgr.y (mgr.25387) 5742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.025526+0000 mon.a (mon.0) 11658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.028226+0000 mon.a (mon.0) 11659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.029541+0000 mon.a (mon.0) 11660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.033364+0000 mon.a (mon.0) 11661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.034662+0000 mon.a (mon.0) 11662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.916485+0000 mon.a (mon.0) 11650 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.917762+0000 mgr.y (mgr.25387) 5737 : cluster [DBG] pgmap v3760: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.917996+0000 mgr.y (mgr.25387) 5738 : cluster [DBG] pgmap v3761: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.921624+0000 mon.a (mon.0) 11651 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.922081+0000 mgr.y (mgr.25387) 5739 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.964026+0000 mon.a (mon.0) 11652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.966057+0000 mon.a (mon.0) 11653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.966856+0000 mon.a (mon.0) 11654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.968694+0000 mon.a (mon.0) 11655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.969294+0000 mon.a (mon.0) 11656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.970465+0000 mgr.y (mgr.25387) 5740 : cluster [DBG] pgmap v3762: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:42.970692+0000 mgr.y (mgr.25387) 5741 : cluster [DBG] pgmap v3763: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:42.976737+0000 mon.a (mon.0) 11657 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:42.977282+0000 mgr.y (mgr.25387) 5742 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.025526+0000 mon.a (mon.0) 11658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.028226+0000 mon.a (mon.0) 11659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.029541+0000 mon.a (mon.0) 11660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.033364+0000 mon.a (mon.0) 11661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.034662+0000 mon.a (mon.0) 11662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.036456+0000 mgr.y (mgr.25387) 5743 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.036933+0000 mgr.y (mgr.25387) 5744 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.075831+0000 mon.a (mon.0) 11663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.076750+0000 mgr.y (mgr.25387) 5745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.116786+0000 mon.a (mon.0) 11664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.118342+0000 mon.a (mon.0) 11665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.119397+0000 mon.a (mon.0) 11666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.121706+0000 mon.a (mon.0) 11667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.122544+0000 mon.a (mon.0) 11668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.124009+0000 mgr.y (mgr.25387) 5746 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.124262+0000 mgr.y (mgr.25387) 5747 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.129218+0000 mon.a (mon.0) 11669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.129959+0000 mgr.y (mgr.25387) 5748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.170388+0000 mon.a (mon.0) 11670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.172046+0000 mon.a (mon.0) 11671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.172908+0000 mon.a (mon.0) 11672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.174700+0000 mon.a (mon.0) 11673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.175334+0000 mon.a (mon.0) 11674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.176581+0000 mgr.y (mgr.25387) 5749 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.176816+0000 mgr.y (mgr.25387) 5750 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.036456+0000 mgr.y (mgr.25387) 5743 : cluster [DBG] pgmap v3764: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.036933+0000 mgr.y (mgr.25387) 5744 : cluster [DBG] pgmap v3765: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.075831+0000 mon.a (mon.0) 11663 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.076750+0000 mgr.y (mgr.25387) 5745 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.116786+0000 mon.a (mon.0) 11664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.118342+0000 mon.a (mon.0) 11665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.119397+0000 mon.a (mon.0) 11666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.121706+0000 mon.a (mon.0) 11667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.122544+0000 mon.a (mon.0) 11668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.124009+0000 mgr.y (mgr.25387) 5746 : cluster [DBG] pgmap v3766: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.124262+0000 mgr.y (mgr.25387) 5747 : cluster [DBG] pgmap v3767: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.129218+0000 mon.a (mon.0) 11669 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.129959+0000 mgr.y (mgr.25387) 5748 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.170388+0000 mon.a (mon.0) 11670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.172046+0000 mon.a (mon.0) 11671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.172908+0000 mon.a (mon.0) 11672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.174700+0000 mon.a (mon.0) 11673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.175334+0000 mon.a (mon.0) 11674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.176581+0000 mgr.y (mgr.25387) 5749 : cluster [DBG] pgmap v3768: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.176816+0000 mgr.y (mgr.25387) 5750 : cluster [DBG] pgmap v3769: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.182750+0000 mon.a (mon.0) 11675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.183115+0000 mgr.y (mgr.25387) 5751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.223725+0000 mon.a (mon.0) 11676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.225311+0000 mon.a (mon.0) 11677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.226138+0000 mon.a (mon.0) 11678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.228024+0000 mon.a (mon.0) 11679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.228680+0000 mon.a (mon.0) 11680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.236983+0000 mon.a (mon.0) 11681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.277993+0000 mon.a (mon.0) 11682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.279798+0000 mon.a (mon.0) 11683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.280809+0000 mon.a (mon.0) 11684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.282930+0000 mon.a (mon.0) 11685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.283626+0000 mon.a (mon.0) 11686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.291832+0000 mon.a (mon.0) 11687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.332365+0000 mon.a (mon.0) 11688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.333837+0000 mon.a (mon.0) 11689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.334538+0000 mon.a (mon.0) 11690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.336258+0000 mon.a (mon.0) 11691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.336785+0000 mon.a (mon.0) 11692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.344249+0000 mon.a (mon.0) 11693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.389918+0000 mon.a (mon.0) 11694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.391734+0000 mon.a (mon.0) 11695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.392533+0000 mon.a (mon.0) 11696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.394489+0000 mon.a (mon.0) 11697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.395084+0000 mon.a (mon.0) 11698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.403253+0000 mon.a (mon.0) 11699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.448395+0000 mon.a (mon.0) 11700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.450087+0000 mon.a (mon.0) 11701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.451280+0000 mon.a (mon.0) 11702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.453333+0000 mon.a (mon.0) 11703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.454045+0000 mon.a (mon.0) 11704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.462143+0000 mon.a (mon.0) 11705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.507030+0000 mon.a (mon.0) 11706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.508940+0000 mon.a (mon.0) 11707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.509806+0000 mon.a (mon.0) 11708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.511834+0000 mon.a (mon.0) 11709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.512473+0000 mon.a (mon.0) 11710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.519847+0000 mon.a (mon.0) 11711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.182750+0000 mon.a (mon.0) 11675 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.183115+0000 mgr.y (mgr.25387) 5751 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.223725+0000 mon.a (mon.0) 11676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.225311+0000 mon.a (mon.0) 11677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.226138+0000 mon.a (mon.0) 11678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.228024+0000 mon.a (mon.0) 11679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.228680+0000 mon.a (mon.0) 11680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.236983+0000 mon.a (mon.0) 11681 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.277993+0000 mon.a (mon.0) 11682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.279798+0000 mon.a (mon.0) 11683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.280809+0000 mon.a (mon.0) 11684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.282930+0000 mon.a (mon.0) 11685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.283626+0000 mon.a (mon.0) 11686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.291832+0000 mon.a (mon.0) 11687 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.332365+0000 mon.a (mon.0) 11688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.333837+0000 mon.a (mon.0) 11689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.334538+0000 mon.a (mon.0) 11690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.336258+0000 mon.a (mon.0) 11691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.336785+0000 mon.a (mon.0) 11692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.579115+0000 mon.a (mon.0) 11712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.580666+0000 mon.a (mon.0) 11713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.581704+0000 mon.a (mon.0) 11714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.583619+0000 mon.a (mon.0) 11715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.584243+0000 mon.a (mon.0) 11716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.592394+0000 mon.a (mon.0) 11717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.633411+0000 mon.a (mon.0) 11718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.635081+0000 mon.a (mon.0) 11719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.635994+0000 mon.a (mon.0) 11720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.637850+0000 mon.a (mon.0) 11721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.638520+0000 mon.a (mon.0) 11722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.646446+0000 mon.a (mon.0) 11723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.691473+0000 mon.a (mon.0) 11724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.693103+0000 mon.a (mon.0) 11725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.694202+0000 mon.a (mon.0) 11726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.696219+0000 mon.a (mon.0) 11727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.696858+0000 mon.a (mon.0) 11728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.704127+0000 mon.a (mon.0) 11729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.744661+0000 mon.a (mon.0) 11730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.746446+0000 mon.a (mon.0) 11731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.747448+0000 mon.a (mon.0) 11732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.749520+0000 mon.a (mon.0) 11733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.750186+0000 mon.a (mon.0) 11734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.758400+0000 mon.a (mon.0) 11735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.819616+0000 mon.a (mon.0) 11736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.821691+0000 mon.a (mon.0) 11737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.822682+0000 mon.a (mon.0) 11738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.824816+0000 mon.a (mon.0) 11739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.825486+0000 mon.a (mon.0) 11740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[69502]: audit 2024-03-30T04:50:43.833234+0000 mon.a (mon.0) 11741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.344249+0000 mon.a (mon.0) 11693 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.389918+0000 mon.a (mon.0) 11694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.391734+0000 mon.a (mon.0) 11695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.392533+0000 mon.a (mon.0) 11696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.394489+0000 mon.a (mon.0) 11697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.395084+0000 mon.a (mon.0) 11698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.403253+0000 mon.a (mon.0) 11699 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.448395+0000 mon.a (mon.0) 11700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.450087+0000 mon.a (mon.0) 11701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.451280+0000 mon.a (mon.0) 11702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.453333+0000 mon.a (mon.0) 11703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.454045+0000 mon.a (mon.0) 11704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.462143+0000 mon.a (mon.0) 11705 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.507030+0000 mon.a (mon.0) 11706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.508940+0000 mon.a (mon.0) 11707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.509806+0000 mon.a (mon.0) 11708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.511834+0000 mon.a (mon.0) 11709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.512473+0000 mon.a (mon.0) 11710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.519847+0000 mon.a (mon.0) 11711 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.579115+0000 mon.a (mon.0) 11712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.580666+0000 mon.a (mon.0) 11713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.581704+0000 mon.a (mon.0) 11714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.583619+0000 mon.a (mon.0) 11715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.584243+0000 mon.a (mon.0) 11716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.592394+0000 mon.a (mon.0) 11717 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.633411+0000 mon.a (mon.0) 11718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.635081+0000 mon.a (mon.0) 11719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.635994+0000 mon.a (mon.0) 11720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.637850+0000 mon.a (mon.0) 11721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.638520+0000 mon.a (mon.0) 11722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.646446+0000 mon.a (mon.0) 11723 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.691473+0000 mon.a (mon.0) 11724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.693103+0000 mon.a (mon.0) 11725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.694202+0000 mon.a (mon.0) 11726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.696219+0000 mon.a (mon.0) 11727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.696858+0000 mon.a (mon.0) 11728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.704127+0000 mon.a (mon.0) 11729 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.744661+0000 mon.a (mon.0) 11730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.746446+0000 mon.a (mon.0) 11731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.747448+0000 mon.a (mon.0) 11732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.749520+0000 mon.a (mon.0) 11733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.750186+0000 mon.a (mon.0) 11734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.758400+0000 mon.a (mon.0) 11735 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.819616+0000 mon.a (mon.0) 11736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.821691+0000 mon.a (mon.0) 11737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.822682+0000 mon.a (mon.0) 11738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.824816+0000 mon.a (mon.0) 11739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.825486+0000 mon.a (mon.0) 11740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:44.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:43 smithi097 bash[73934]: audit 2024-03-30T04:50:43.833234+0000 mon.a (mon.0) 11741 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.229922+0000 mgr.y (mgr.25387) 5752 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.230127+0000 mgr.y (mgr.25387) 5753 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.237354+0000 mgr.y (mgr.25387) 5754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.284849+0000 mgr.y (mgr.25387) 5755 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.285049+0000 mgr.y (mgr.25387) 5756 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.292228+0000 mgr.y (mgr.25387) 5757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.337854+0000 mgr.y (mgr.25387) 5758 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.338023+0000 mgr.y (mgr.25387) 5759 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.344620+0000 mgr.y (mgr.25387) 5760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.396306+0000 mgr.y (mgr.25387) 5761 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.396498+0000 mgr.y (mgr.25387) 5762 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.403618+0000 mgr.y (mgr.25387) 5763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.455336+0000 mgr.y (mgr.25387) 5764 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.455579+0000 mgr.y (mgr.25387) 5765 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.462527+0000 mgr.y (mgr.25387) 5766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.513722+0000 mgr.y (mgr.25387) 5767 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.513946+0000 mgr.y (mgr.25387) 5768 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.520236+0000 mgr.y (mgr.25387) 5769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.585539+0000 mgr.y (mgr.25387) 5770 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.585773+0000 mgr.y (mgr.25387) 5771 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.592801+0000 mgr.y (mgr.25387) 5772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.639711+0000 mgr.y (mgr.25387) 5773 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.639981+0000 mgr.y (mgr.25387) 5774 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.646852+0000 mgr.y (mgr.25387) 5775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.698029+0000 mgr.y (mgr.25387) 5776 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.698249+0000 mgr.y (mgr.25387) 5777 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.704548+0000 mgr.y (mgr.25387) 5778 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.751396+0000 mgr.y (mgr.25387) 5779 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.751569+0000 mgr.y (mgr.25387) 5780 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.758828+0000 mgr.y (mgr.25387) 5781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.826773+0000 mgr.y (mgr.25387) 5782 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.826992+0000 mgr.y (mgr.25387) 5783 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.833720+0000 mgr.y (mgr.25387) 5784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.895150+0000 mon.a (mon.0) 11742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.898120+0000 mon.a (mon.0) 11743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.899144+0000 mon.a (mon.0) 11744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.910153+0000 mon.a (mon.0) 11745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.911034+0000 mon.a (mon.0) 11746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.912434+0000 mgr.y (mgr.25387) 5785 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.912748+0000 mgr.y (mgr.25387) 5786 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.917623+0000 mon.a (mon.0) 11747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.918309+0000 mgr.y (mgr.25387) 5787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.982088+0000 mon.a (mon.0) 11748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.983838+0000 mon.a (mon.0) 11749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.984666+0000 mon.a (mon.0) 11750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.986760+0000 mon.a (mon.0) 11751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.987374+0000 mon.a (mon.0) 11752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.988535+0000 mgr.y (mgr.25387) 5788 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:43.988772+0000 mgr.y (mgr.25387) 5789 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:43.995612+0000 mon.a (mon.0) 11753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:43.996103+0000 mgr.y (mgr.25387) 5790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.056873+0000 mon.a (mon.0) 11754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.058791+0000 mon.a (mon.0) 11755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.059697+0000 mon.a (mon.0) 11756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.061847+0000 mon.a (mon.0) 11757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.062432+0000 mon.a (mon.0) 11758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.063663+0000 mgr.y (mgr.25387) 5791 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.063829+0000 mgr.y (mgr.25387) 5792 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.071107+0000 mon.a (mon.0) 11759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.071512+0000 mgr.y (mgr.25387) 5793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.128230+0000 mon.a (mon.0) 11760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.130344+0000 mon.a (mon.0) 11761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.131774+0000 mon.a (mon.0) 11762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.133649+0000 mon.a (mon.0) 11763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.134287+0000 mon.a (mon.0) 11764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.135591+0000 mgr.y (mgr.25387) 5794 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.135802+0000 mgr.y (mgr.25387) 5795 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.139989+0000 mon.a (mon.0) 11765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.140488+0000 mgr.y (mgr.25387) 5796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.180688+0000 mon.a (mon.0) 11766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.182234+0000 mon.a (mon.0) 11767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.183275+0000 mon.a (mon.0) 11768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.185436+0000 mon.a (mon.0) 11769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.186139+0000 mon.a (mon.0) 11770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.187458+0000 mgr.y (mgr.25387) 5797 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.187690+0000 mgr.y (mgr.25387) 5798 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.192639+0000 mon.a (mon.0) 11771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.233620+0000 mon.a (mon.0) 11772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.235403+0000 mon.a (mon.0) 11773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.236332+0000 mon.a (mon.0) 11774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.238431+0000 mon.a (mon.0) 11775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.239134+0000 mon.a (mon.0) 11776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.245635+0000 mon.a (mon.0) 11777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.286446+0000 mon.a (mon.0) 11778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.288344+0000 mon.a (mon.0) 11779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.289356+0000 mon.a (mon.0) 11780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.291349+0000 mon.a (mon.0) 11781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.291987+0000 mon.a (mon.0) 11782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.299413+0000 mon.a (mon.0) 11783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.356878+0000 mon.a (mon.0) 11784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.358506+0000 mon.a (mon.0) 11785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.359294+0000 mon.a (mon.0) 11786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.361128+0000 mon.a (mon.0) 11787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.361768+0000 mon.a (mon.0) 11788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.370613+0000 mon.a (mon.0) 11789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.432183+0000 mon.a (mon.0) 11790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.434268+0000 mon.a (mon.0) 11791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.435359+0000 mon.a (mon.0) 11792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.437612+0000 mon.a (mon.0) 11793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.438315+0000 mon.a (mon.0) 11794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.446786+0000 mon.a (mon.0) 11795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.508901+0000 mon.a (mon.0) 11796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.510538+0000 mon.a (mon.0) 11797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.511551+0000 mon.a (mon.0) 11798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.513340+0000 mon.a (mon.0) 11799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.513918+0000 mon.a (mon.0) 11800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.522564+0000 mon.a (mon.0) 11801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.580175+0000 mon.a (mon.0) 11802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.581829+0000 mon.a (mon.0) 11803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.582687+0000 mon.a (mon.0) 11804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.584464+0000 mon.a (mon.0) 11805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.585141+0000 mon.a (mon.0) 11806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.593705+0000 mon.a (mon.0) 11807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.650232+0000 mon.a (mon.0) 11808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.651870+0000 mon.a (mon.0) 11809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.652688+0000 mon.a (mon.0) 11810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.654462+0000 mon.a (mon.0) 11811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.655055+0000 mon.a (mon.0) 11812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.663587+0000 mon.a (mon.0) 11813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.721373+0000 mon.a (mon.0) 11814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.723505+0000 mon.a (mon.0) 11815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.724503+0000 mon.a (mon.0) 11816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.726614+0000 mon.a (mon.0) 11817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.727294+0000 mon.a (mon.0) 11818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.736260+0000 mon.a (mon.0) 11819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.795104+0000 mon.a (mon.0) 11820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.798007+0000 mon.a (mon.0) 11821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.799534+0000 mon.a (mon.0) 11822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.803644+0000 mon.a (mon.0) 11823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.804531+0000 mon.a (mon.0) 11824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.816039+0000 mon.a (mon.0) 11825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.878213+0000 mon.a (mon.0) 11826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.880027+0000 mon.a (mon.0) 11827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.880906+0000 mon.a (mon.0) 11828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.883073+0000 mon.a (mon.0) 11829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.883774+0000 mon.a (mon.0) 11830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:44 smithi105 bash[58125]: audit 2024-03-30T04:50:44.892085+0000 mon.a (mon.0) 11831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.375 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.229922+0000 mgr.y (mgr.25387) 5752 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.230127+0000 mgr.y (mgr.25387) 5753 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.237354+0000 mgr.y (mgr.25387) 5754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.284849+0000 mgr.y (mgr.25387) 5755 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.285049+0000 mgr.y (mgr.25387) 5756 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.292228+0000 mgr.y (mgr.25387) 5757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.337854+0000 mgr.y (mgr.25387) 5758 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.338023+0000 mgr.y (mgr.25387) 5759 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.344620+0000 mgr.y (mgr.25387) 5760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.396306+0000 mgr.y (mgr.25387) 5761 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.396498+0000 mgr.y (mgr.25387) 5762 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.403618+0000 mgr.y (mgr.25387) 5763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.455336+0000 mgr.y (mgr.25387) 5764 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.455579+0000 mgr.y (mgr.25387) 5765 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.462527+0000 mgr.y (mgr.25387) 5766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.513722+0000 mgr.y (mgr.25387) 5767 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.513946+0000 mgr.y (mgr.25387) 5768 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.520236+0000 mgr.y (mgr.25387) 5769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.585539+0000 mgr.y (mgr.25387) 5770 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.585773+0000 mgr.y (mgr.25387) 5771 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.229922+0000 mgr.y (mgr.25387) 5752 : cluster [DBG] pgmap v3770: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.230127+0000 mgr.y (mgr.25387) 5753 : cluster [DBG] pgmap v3771: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.237354+0000 mgr.y (mgr.25387) 5754 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.284849+0000 mgr.y (mgr.25387) 5755 : cluster [DBG] pgmap v3772: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.285049+0000 mgr.y (mgr.25387) 5756 : cluster [DBG] pgmap v3773: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.292228+0000 mgr.y (mgr.25387) 5757 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.337854+0000 mgr.y (mgr.25387) 5758 : cluster [DBG] pgmap v3774: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.338023+0000 mgr.y (mgr.25387) 5759 : cluster [DBG] pgmap v3775: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.344620+0000 mgr.y (mgr.25387) 5760 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.396306+0000 mgr.y (mgr.25387) 5761 : cluster [DBG] pgmap v3776: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.396498+0000 mgr.y (mgr.25387) 5762 : cluster [DBG] pgmap v3777: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.403618+0000 mgr.y (mgr.25387) 5763 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.455336+0000 mgr.y (mgr.25387) 5764 : cluster [DBG] pgmap v3778: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.455579+0000 mgr.y (mgr.25387) 5765 : cluster [DBG] pgmap v3779: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.462527+0000 mgr.y (mgr.25387) 5766 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.513722+0000 mgr.y (mgr.25387) 5767 : cluster [DBG] pgmap v3780: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.513946+0000 mgr.y (mgr.25387) 5768 : cluster [DBG] pgmap v3781: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.520236+0000 mgr.y (mgr.25387) 5769 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.585539+0000 mgr.y (mgr.25387) 5770 : cluster [DBG] pgmap v3782: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.585773+0000 mgr.y (mgr.25387) 5771 : cluster [DBG] pgmap v3783: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.592801+0000 mgr.y (mgr.25387) 5772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.639711+0000 mgr.y (mgr.25387) 5773 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.639981+0000 mgr.y (mgr.25387) 5774 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.646852+0000 mgr.y (mgr.25387) 5775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.698029+0000 mgr.y (mgr.25387) 5776 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.698249+0000 mgr.y (mgr.25387) 5777 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.704548+0000 mgr.y (mgr.25387) 5778 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.751396+0000 mgr.y (mgr.25387) 5779 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.751569+0000 mgr.y (mgr.25387) 5780 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.758828+0000 mgr.y (mgr.25387) 5781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.826773+0000 mgr.y (mgr.25387) 5782 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.826992+0000 mgr.y (mgr.25387) 5783 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.833720+0000 mgr.y (mgr.25387) 5784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.895150+0000 mon.a (mon.0) 11742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.898120+0000 mon.a (mon.0) 11743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.899144+0000 mon.a (mon.0) 11744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.910153+0000 mon.a (mon.0) 11745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.911034+0000 mon.a (mon.0) 11746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.912434+0000 mgr.y (mgr.25387) 5785 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.912748+0000 mgr.y (mgr.25387) 5786 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.917623+0000 mon.a (mon.0) 11747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.918309+0000 mgr.y (mgr.25387) 5787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.982088+0000 mon.a (mon.0) 11748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.983838+0000 mon.a (mon.0) 11749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.984666+0000 mon.a (mon.0) 11750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.986760+0000 mon.a (mon.0) 11751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.987374+0000 mon.a (mon.0) 11752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.988535+0000 mgr.y (mgr.25387) 5788 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:43.988772+0000 mgr.y (mgr.25387) 5789 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:43.995612+0000 mon.a (mon.0) 11753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:43.996103+0000 mgr.y (mgr.25387) 5790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.056873+0000 mon.a (mon.0) 11754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.058791+0000 mon.a (mon.0) 11755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.059697+0000 mon.a (mon.0) 11756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.061847+0000 mon.a (mon.0) 11757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.062432+0000 mon.a (mon.0) 11758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.063663+0000 mgr.y (mgr.25387) 5791 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.063829+0000 mgr.y (mgr.25387) 5792 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.071107+0000 mon.a (mon.0) 11759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.592801+0000 mgr.y (mgr.25387) 5772 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.639711+0000 mgr.y (mgr.25387) 5773 : cluster [DBG] pgmap v3784: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.639981+0000 mgr.y (mgr.25387) 5774 : cluster [DBG] pgmap v3785: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.646852+0000 mgr.y (mgr.25387) 5775 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.698029+0000 mgr.y (mgr.25387) 5776 : cluster [DBG] pgmap v3786: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.698249+0000 mgr.y (mgr.25387) 5777 : cluster [DBG] pgmap v3787: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.704548+0000 mgr.y (mgr.25387) 5778 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.751396+0000 mgr.y (mgr.25387) 5779 : cluster [DBG] pgmap v3788: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.751569+0000 mgr.y (mgr.25387) 5780 : cluster [DBG] pgmap v3789: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.758828+0000 mgr.y (mgr.25387) 5781 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.826773+0000 mgr.y (mgr.25387) 5782 : cluster [DBG] pgmap v3790: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.826992+0000 mgr.y (mgr.25387) 5783 : cluster [DBG] pgmap v3791: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.833720+0000 mgr.y (mgr.25387) 5784 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.895150+0000 mon.a (mon.0) 11742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.898120+0000 mon.a (mon.0) 11743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.899144+0000 mon.a (mon.0) 11744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.910153+0000 mon.a (mon.0) 11745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.911034+0000 mon.a (mon.0) 11746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.912434+0000 mgr.y (mgr.25387) 5785 : cluster [DBG] pgmap v3792: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.912748+0000 mgr.y (mgr.25387) 5786 : cluster [DBG] pgmap v3793: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.071512+0000 mgr.y (mgr.25387) 5793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.128230+0000 mon.a (mon.0) 11760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.130344+0000 mon.a (mon.0) 11761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.131774+0000 mon.a (mon.0) 11762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.133649+0000 mon.a (mon.0) 11763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.134287+0000 mon.a (mon.0) 11764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.135591+0000 mgr.y (mgr.25387) 5794 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.135802+0000 mgr.y (mgr.25387) 5795 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.139989+0000 mon.a (mon.0) 11765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.140488+0000 mgr.y (mgr.25387) 5796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.180688+0000 mon.a (mon.0) 11766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.182234+0000 mon.a (mon.0) 11767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.183275+0000 mon.a (mon.0) 11768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.185436+0000 mon.a (mon.0) 11769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.186139+0000 mon.a (mon.0) 11770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.187458+0000 mgr.y (mgr.25387) 5797 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.187690+0000 mgr.y (mgr.25387) 5798 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.192639+0000 mon.a (mon.0) 11771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.233620+0000 mon.a (mon.0) 11772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.235403+0000 mon.a (mon.0) 11773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.917623+0000 mon.a (mon.0) 11747 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.918309+0000 mgr.y (mgr.25387) 5787 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.982088+0000 mon.a (mon.0) 11748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.983838+0000 mon.a (mon.0) 11749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.984666+0000 mon.a (mon.0) 11750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.986760+0000 mon.a (mon.0) 11751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.987374+0000 mon.a (mon.0) 11752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.988535+0000 mgr.y (mgr.25387) 5788 : cluster [DBG] pgmap v3794: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:43.988772+0000 mgr.y (mgr.25387) 5789 : cluster [DBG] pgmap v3795: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:43.995612+0000 mon.a (mon.0) 11753 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:43.996103+0000 mgr.y (mgr.25387) 5790 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.056873+0000 mon.a (mon.0) 11754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.058791+0000 mon.a (mon.0) 11755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.059697+0000 mon.a (mon.0) 11756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.061847+0000 mon.a (mon.0) 11757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.062432+0000 mon.a (mon.0) 11758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.063663+0000 mgr.y (mgr.25387) 5791 : cluster [DBG] pgmap v3796: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.063829+0000 mgr.y (mgr.25387) 5792 : cluster [DBG] pgmap v3797: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.071107+0000 mon.a (mon.0) 11759 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.236332+0000 mon.a (mon.0) 11774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.238431+0000 mon.a (mon.0) 11775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.239134+0000 mon.a (mon.0) 11776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.245635+0000 mon.a (mon.0) 11777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.286446+0000 mon.a (mon.0) 11778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.288344+0000 mon.a (mon.0) 11779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.289356+0000 mon.a (mon.0) 11780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.291349+0000 mon.a (mon.0) 11781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.291987+0000 mon.a (mon.0) 11782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.299413+0000 mon.a (mon.0) 11783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.356878+0000 mon.a (mon.0) 11784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.358506+0000 mon.a (mon.0) 11785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.359294+0000 mon.a (mon.0) 11786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.361128+0000 mon.a (mon.0) 11787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.361768+0000 mon.a (mon.0) 11788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.370613+0000 mon.a (mon.0) 11789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.432183+0000 mon.a (mon.0) 11790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.434268+0000 mon.a (mon.0) 11791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.435359+0000 mon.a (mon.0) 11792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.437612+0000 mon.a (mon.0) 11793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.438315+0000 mon.a (mon.0) 11794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.446786+0000 mon.a (mon.0) 11795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.508901+0000 mon.a (mon.0) 11796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.510538+0000 mon.a (mon.0) 11797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.511551+0000 mon.a (mon.0) 11798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.513340+0000 mon.a (mon.0) 11799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.513918+0000 mon.a (mon.0) 11800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.522564+0000 mon.a (mon.0) 11801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.580175+0000 mon.a (mon.0) 11802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.581829+0000 mon.a (mon.0) 11803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.582687+0000 mon.a (mon.0) 11804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.584464+0000 mon.a (mon.0) 11805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.585141+0000 mon.a (mon.0) 11806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.593705+0000 mon.a (mon.0) 11807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.650232+0000 mon.a (mon.0) 11808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.651870+0000 mon.a (mon.0) 11809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.652688+0000 mon.a (mon.0) 11810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.071512+0000 mgr.y (mgr.25387) 5793 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.128230+0000 mon.a (mon.0) 11760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.130344+0000 mon.a (mon.0) 11761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.131774+0000 mon.a (mon.0) 11762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.133649+0000 mon.a (mon.0) 11763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.134287+0000 mon.a (mon.0) 11764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.135591+0000 mgr.y (mgr.25387) 5794 : cluster [DBG] pgmap v3798: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.135802+0000 mgr.y (mgr.25387) 5795 : cluster [DBG] pgmap v3799: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.139989+0000 mon.a (mon.0) 11765 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.140488+0000 mgr.y (mgr.25387) 5796 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.180688+0000 mon.a (mon.0) 11766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.182234+0000 mon.a (mon.0) 11767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.183275+0000 mon.a (mon.0) 11768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.185436+0000 mon.a (mon.0) 11769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.186139+0000 mon.a (mon.0) 11770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.187458+0000 mgr.y (mgr.25387) 5797 : cluster [DBG] pgmap v3800: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.187690+0000 mgr.y (mgr.25387) 5798 : cluster [DBG] pgmap v3801: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.192639+0000 mon.a (mon.0) 11771 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.233620+0000 mon.a (mon.0) 11772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.235403+0000 mon.a (mon.0) 11773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.654462+0000 mon.a (mon.0) 11811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.655055+0000 mon.a (mon.0) 11812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.663587+0000 mon.a (mon.0) 11813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.721373+0000 mon.a (mon.0) 11814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.723505+0000 mon.a (mon.0) 11815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.724503+0000 mon.a (mon.0) 11816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.726614+0000 mon.a (mon.0) 11817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.727294+0000 mon.a (mon.0) 11818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.736260+0000 mon.a (mon.0) 11819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.795104+0000 mon.a (mon.0) 11820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.798007+0000 mon.a (mon.0) 11821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.799534+0000 mon.a (mon.0) 11822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.803644+0000 mon.a (mon.0) 11823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.804531+0000 mon.a (mon.0) 11824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.816039+0000 mon.a (mon.0) 11825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.878213+0000 mon.a (mon.0) 11826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.880027+0000 mon.a (mon.0) 11827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.880906+0000 mon.a (mon.0) 11828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.883073+0000 mon.a (mon.0) 11829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.883774+0000 mon.a (mon.0) 11830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[73934]: audit 2024-03-30T04:50:44.892085+0000 mon.a (mon.0) 11831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.236332+0000 mon.a (mon.0) 11774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.238431+0000 mon.a (mon.0) 11775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.239134+0000 mon.a (mon.0) 11776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.245635+0000 mon.a (mon.0) 11777 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.286446+0000 mon.a (mon.0) 11778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.288344+0000 mon.a (mon.0) 11779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.289356+0000 mon.a (mon.0) 11780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.291349+0000 mon.a (mon.0) 11781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.291987+0000 mon.a (mon.0) 11782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.299413+0000 mon.a (mon.0) 11783 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.356878+0000 mon.a (mon.0) 11784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.358506+0000 mon.a (mon.0) 11785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.359294+0000 mon.a (mon.0) 11786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.361128+0000 mon.a (mon.0) 11787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.361768+0000 mon.a (mon.0) 11788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.370613+0000 mon.a (mon.0) 11789 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.432183+0000 mon.a (mon.0) 11790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.434268+0000 mon.a (mon.0) 11791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.435359+0000 mon.a (mon.0) 11792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.437612+0000 mon.a (mon.0) 11793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.438315+0000 mon.a (mon.0) 11794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.395 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.446786+0000 mon.a (mon.0) 11795 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.508901+0000 mon.a (mon.0) 11796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.510538+0000 mon.a (mon.0) 11797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.511551+0000 mon.a (mon.0) 11798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.513340+0000 mon.a (mon.0) 11799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.513918+0000 mon.a (mon.0) 11800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.522564+0000 mon.a (mon.0) 11801 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.580175+0000 mon.a (mon.0) 11802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.581829+0000 mon.a (mon.0) 11803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.582687+0000 mon.a (mon.0) 11804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.584464+0000 mon.a (mon.0) 11805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.585141+0000 mon.a (mon.0) 11806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.593705+0000 mon.a (mon.0) 11807 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.650232+0000 mon.a (mon.0) 11808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.651870+0000 mon.a (mon.0) 11809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.652688+0000 mon.a (mon.0) 11810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.654462+0000 mon.a (mon.0) 11811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.655055+0000 mon.a (mon.0) 11812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.663587+0000 mon.a (mon.0) 11813 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.721373+0000 mon.a (mon.0) 11814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.723505+0000 mon.a (mon.0) 11815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.724503+0000 mon.a (mon.0) 11816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.726614+0000 mon.a (mon.0) 11817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.727294+0000 mon.a (mon.0) 11818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.736260+0000 mon.a (mon.0) 11819 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.795104+0000 mon.a (mon.0) 11820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.798007+0000 mon.a (mon.0) 11821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.799534+0000 mon.a (mon.0) 11822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.803644+0000 mon.a (mon.0) 11823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.804531+0000 mon.a (mon.0) 11824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.816039+0000 mon.a (mon.0) 11825 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.878213+0000 mon.a (mon.0) 11826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.880027+0000 mon.a (mon.0) 11827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.880906+0000 mon.a (mon.0) 11828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.883073+0000 mon.a (mon.0) 11829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.883774+0000 mon.a (mon.0) 11830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:45.398 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:44 smithi097 bash[69502]: audit 2024-03-30T04:50:44.892085+0000 mon.a (mon.0) 11831 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:45.707 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[79340]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-03-30T04:50:45.708 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[79340]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-03-30T04:50:46.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.193420+0000 mgr.y (mgr.25387) 5799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.240387+0000 mgr.y (mgr.25387) 5800 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.240633+0000 mgr.y (mgr.25387) 5801 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.246123+0000 mgr.y (mgr.25387) 5802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.293286+0000 mgr.y (mgr.25387) 5803 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.293523+0000 mgr.y (mgr.25387) 5804 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.299914+0000 mgr.y (mgr.25387) 5805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.362958+0000 mgr.y (mgr.25387) 5806 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.363190+0000 mgr.y (mgr.25387) 5807 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.371248+0000 mgr.y (mgr.25387) 5808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.439659+0000 mgr.y (mgr.25387) 5809 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.439908+0000 mgr.y (mgr.25387) 5810 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.447408+0000 mgr.y (mgr.25387) 5811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.515054+0000 mgr.y (mgr.25387) 5812 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.515286+0000 mgr.y (mgr.25387) 5813 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.523041+0000 mgr.y (mgr.25387) 5814 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.586326+0000 mgr.y (mgr.25387) 5815 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.586559+0000 mgr.y (mgr.25387) 5816 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.594224+0000 mgr.y (mgr.25387) 5817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.656184+0000 mgr.y (mgr.25387) 5818 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.656418+0000 mgr.y (mgr.25387) 5819 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.664128+0000 mgr.y (mgr.25387) 5820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.728704+0000 mgr.y (mgr.25387) 5821 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.729166+0000 mgr.y (mgr.25387) 5822 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.736848+0000 mgr.y (mgr.25387) 5823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.807178+0000 mgr.y (mgr.25387) 5824 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.807723+0000 mgr.y (mgr.25387) 5825 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.816844+0000 mgr.y (mgr.25387) 5826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.885104+0000 mgr.y (mgr.25387) 5827 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.885316+0000 mgr.y (mgr.25387) 5828 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.892567+0000 mgr.y (mgr.25387) 5829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:44.950123+0000 mon.a (mon.0) 11832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:44.952199+0000 mon.a (mon.0) 11833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:44.953238+0000 mon.a (mon.0) 11834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:44.957719+0000 mon.a (mon.0) 11835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:44.958405+0000 mon.a (mon.0) 11836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.960100+0000 mgr.y (mgr.25387) 5830 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:44.960390+0000 mgr.y (mgr.25387) 5831 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:44.967750+0000 mon.a (mon.0) 11837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:44.968171+0000 mgr.y (mgr.25387) 5832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.025671+0000 mon.a (mon.0) 11838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.027600+0000 mon.a (mon.0) 11839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.028516+0000 mon.a (mon.0) 11840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.030753+0000 mon.a (mon.0) 11841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.031441+0000 mon.a (mon.0) 11842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.032771+0000 mgr.y (mgr.25387) 5833 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.032986+0000 mgr.y (mgr.25387) 5834 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.039849+0000 mon.a (mon.0) 11843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.040509+0000 mgr.y (mgr.25387) 5835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.101309+0000 mon.a (mon.0) 11844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.103266+0000 mon.a (mon.0) 11845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.104407+0000 mon.a (mon.0) 11846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.106661+0000 mon.a (mon.0) 11847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.107357+0000 mon.a (mon.0) 11848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.108753+0000 mgr.y (mgr.25387) 5836 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.108983+0000 mgr.y (mgr.25387) 5837 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.115876+0000 mon.a (mon.0) 11849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.116629+0000 mgr.y (mgr.25387) 5838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.173288+0000 mon.a (mon.0) 11850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.174914+0000 mon.a (mon.0) 11851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.175763+0000 mon.a (mon.0) 11852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.177942+0000 mon.a (mon.0) 11853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.178604+0000 mon.a (mon.0) 11854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.179918+0000 mgr.y (mgr.25387) 5839 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.180234+0000 mgr.y (mgr.25387) 5840 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.187144+0000 mon.a (mon.0) 11855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.187806+0000 mgr.y (mgr.25387) 5841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.249458+0000 mon.a (mon.0) 11856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.251330+0000 mon.a (mon.0) 11857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.252206+0000 mon.a (mon.0) 11858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.254316+0000 mon.a (mon.0) 11859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.254956+0000 mon.a (mon.0) 11860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.263356+0000 mon.a (mon.0) 11861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.321858+0000 mon.a (mon.0) 11862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.323801+0000 mon.a (mon.0) 11863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.324710+0000 mon.a (mon.0) 11864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.326777+0000 mon.a (mon.0) 11865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.327408+0000 mon.a (mon.0) 11866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.335676+0000 mon.a (mon.0) 11867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.397062+0000 mon.a (mon.0) 11868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.399235+0000 mon.a (mon.0) 11869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.400321+0000 mon.a (mon.0) 11870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.402879+0000 mon.a (mon.0) 11871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.403622+0000 mon.a (mon.0) 11872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.412278+0000 mon.a (mon.0) 11873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.472030+0000 mon.a (mon.0) 11874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.473671+0000 mon.a (mon.0) 11875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.474635+0000 mon.a (mon.0) 11876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.476708+0000 mon.a (mon.0) 11877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.477423+0000 mon.a (mon.0) 11878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.484003+0000 mon.a (mon.0) 11879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.524393+0000 mon.a (mon.0) 11880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.525998+0000 mon.a (mon.0) 11881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.527082+0000 mon.a (mon.0) 11882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.529325+0000 mon.a (mon.0) 11883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.529999+0000 mon.a (mon.0) 11884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.536651+0000 mon.a (mon.0) 11885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.582989+0000 mon.a (mon.0) 11886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.584764+0000 mon.a (mon.0) 11887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.585785+0000 mon.a (mon.0) 11888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.587954+0000 mon.a (mon.0) 11889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.588672+0000 mon.a (mon.0) 11890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.595200+0000 mon.a (mon.0) 11891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.635935+0000 mon.a (mon.0) 11892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.637475+0000 mon.a (mon.0) 11893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.638267+0000 mon.a (mon.0) 11894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.640160+0000 mon.a (mon.0) 11895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.640745+0000 mon.a (mon.0) 11896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.647526+0000 mon.a (mon.0) 11897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.720920+0000 mon.a (mon.0) 11898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.722882+0000 mon.a (mon.0) 11899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.724315+0000 mon.a (mon.0) 11900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.726476+0000 mon.a (mon.0) 11901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.727144+0000 mon.a (mon.0) 11902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.734098+0000 mon.a (mon.0) 11903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.774852+0000 mon.a (mon.0) 11904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.776438+0000 mon.a (mon.0) 11905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.777300+0000 mon.a (mon.0) 11906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.779225+0000 mon.a (mon.0) 11907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.779887+0000 mon.a (mon.0) 11908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.786557+0000 mon.a (mon.0) 11909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.833787+0000 mon.a (mon.0) 11910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.835977+0000 mon.a (mon.0) 11911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.836845+0000 mon.a (mon.0) 11912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.838874+0000 mon.a (mon.0) 11913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.839498+0000 mon.a (mon.0) 11914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.845873+0000 mon.a (mon.0) 11915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:45 smithi105 bash[58125]: audit 2024-03-30T04:50:45.900442+0000 mon.a (mon.0) 11916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.193420+0000 mgr.y (mgr.25387) 5799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.267 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.240387+0000 mgr.y (mgr.25387) 5800 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.240633+0000 mgr.y (mgr.25387) 5801 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.246123+0000 mgr.y (mgr.25387) 5802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.293286+0000 mgr.y (mgr.25387) 5803 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.293523+0000 mgr.y (mgr.25387) 5804 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.299914+0000 mgr.y (mgr.25387) 5805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.362958+0000 mgr.y (mgr.25387) 5806 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.363190+0000 mgr.y (mgr.25387) 5807 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.371248+0000 mgr.y (mgr.25387) 5808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.439659+0000 mgr.y (mgr.25387) 5809 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.439908+0000 mgr.y (mgr.25387) 5810 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.447408+0000 mgr.y (mgr.25387) 5811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.515054+0000 mgr.y (mgr.25387) 5812 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.268 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.515286+0000 mgr.y (mgr.25387) 5813 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.523041+0000 mgr.y (mgr.25387) 5814 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.586326+0000 mgr.y (mgr.25387) 5815 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.586559+0000 mgr.y (mgr.25387) 5816 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.594224+0000 mgr.y (mgr.25387) 5817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.656184+0000 mgr.y (mgr.25387) 5818 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.193420+0000 mgr.y (mgr.25387) 5799 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.240387+0000 mgr.y (mgr.25387) 5800 : cluster [DBG] pgmap v3802: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.240633+0000 mgr.y (mgr.25387) 5801 : cluster [DBG] pgmap v3803: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.246123+0000 mgr.y (mgr.25387) 5802 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.293286+0000 mgr.y (mgr.25387) 5803 : cluster [DBG] pgmap v3804: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.293523+0000 mgr.y (mgr.25387) 5804 : cluster [DBG] pgmap v3805: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.269 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.299914+0000 mgr.y (mgr.25387) 5805 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.362958+0000 mgr.y (mgr.25387) 5806 : cluster [DBG] pgmap v3806: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.363190+0000 mgr.y (mgr.25387) 5807 : cluster [DBG] pgmap v3807: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.371248+0000 mgr.y (mgr.25387) 5808 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.439659+0000 mgr.y (mgr.25387) 5809 : cluster [DBG] pgmap v3808: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.439908+0000 mgr.y (mgr.25387) 5810 : cluster [DBG] pgmap v3809: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.447408+0000 mgr.y (mgr.25387) 5811 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.515054+0000 mgr.y (mgr.25387) 5812 : cluster [DBG] pgmap v3810: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.515286+0000 mgr.y (mgr.25387) 5813 : cluster [DBG] pgmap v3811: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.523041+0000 mgr.y (mgr.25387) 5814 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.586326+0000 mgr.y (mgr.25387) 5815 : cluster [DBG] pgmap v3812: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.586559+0000 mgr.y (mgr.25387) 5816 : cluster [DBG] pgmap v3813: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.594224+0000 mgr.y (mgr.25387) 5817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.270 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.656184+0000 mgr.y (mgr.25387) 5818 : cluster [DBG] pgmap v3814: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.656418+0000 mgr.y (mgr.25387) 5819 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.664128+0000 mgr.y (mgr.25387) 5820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.728704+0000 mgr.y (mgr.25387) 5821 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.729166+0000 mgr.y (mgr.25387) 5822 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.736848+0000 mgr.y (mgr.25387) 5823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.807178+0000 mgr.y (mgr.25387) 5824 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.807723+0000 mgr.y (mgr.25387) 5825 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.816844+0000 mgr.y (mgr.25387) 5826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.885104+0000 mgr.y (mgr.25387) 5827 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.885316+0000 mgr.y (mgr.25387) 5828 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.892567+0000 mgr.y (mgr.25387) 5829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:44.950123+0000 mon.a (mon.0) 11832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.271 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:44.952199+0000 mon.a (mon.0) 11833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:44.953238+0000 mon.a (mon.0) 11834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:44.957719+0000 mon.a (mon.0) 11835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:44.958405+0000 mon.a (mon.0) 11836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.960100+0000 mgr.y (mgr.25387) 5830 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:44.960390+0000 mgr.y (mgr.25387) 5831 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:44.967750+0000 mon.a (mon.0) 11837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:44.968171+0000 mgr.y (mgr.25387) 5832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.656418+0000 mgr.y (mgr.25387) 5819 : cluster [DBG] pgmap v3815: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.664128+0000 mgr.y (mgr.25387) 5820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.728704+0000 mgr.y (mgr.25387) 5821 : cluster [DBG] pgmap v3816: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.272 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.729166+0000 mgr.y (mgr.25387) 5822 : cluster [DBG] pgmap v3817: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.736848+0000 mgr.y (mgr.25387) 5823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.807178+0000 mgr.y (mgr.25387) 5824 : cluster [DBG] pgmap v3818: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.807723+0000 mgr.y (mgr.25387) 5825 : cluster [DBG] pgmap v3819: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.816844+0000 mgr.y (mgr.25387) 5826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.885104+0000 mgr.y (mgr.25387) 5827 : cluster [DBG] pgmap v3820: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.885316+0000 mgr.y (mgr.25387) 5828 : cluster [DBG] pgmap v3821: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.892567+0000 mgr.y (mgr.25387) 5829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:44.950123+0000 mon.a (mon.0) 11832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:44.952199+0000 mon.a (mon.0) 11833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:44.953238+0000 mon.a (mon.0) 11834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:44.957719+0000 mon.a (mon.0) 11835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:44.958405+0000 mon.a (mon.0) 11836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.960100+0000 mgr.y (mgr.25387) 5830 : cluster [DBG] pgmap v3822: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:44.960390+0000 mgr.y (mgr.25387) 5831 : cluster [DBG] pgmap v3823: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:44.967750+0000 mon.a (mon.0) 11837 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.273 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:44.968171+0000 mgr.y (mgr.25387) 5832 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.025671+0000 mon.a (mon.0) 11838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.027600+0000 mon.a (mon.0) 11839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.028516+0000 mon.a (mon.0) 11840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.030753+0000 mon.a (mon.0) 11841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.031441+0000 mon.a (mon.0) 11842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.032771+0000 mgr.y (mgr.25387) 5833 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.032986+0000 mgr.y (mgr.25387) 5834 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.039849+0000 mon.a (mon.0) 11843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.040509+0000 mgr.y (mgr.25387) 5835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.274 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.101309+0000 mon.a (mon.0) 11844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.103266+0000 mon.a (mon.0) 11845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.104407+0000 mon.a (mon.0) 11846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.106661+0000 mon.a (mon.0) 11847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.107357+0000 mon.a (mon.0) 11848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.108753+0000 mgr.y (mgr.25387) 5836 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.108983+0000 mgr.y (mgr.25387) 5837 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.115876+0000 mon.a (mon.0) 11849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.116629+0000 mgr.y (mgr.25387) 5838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.173288+0000 mon.a (mon.0) 11850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.025671+0000 mon.a (mon.0) 11838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.027600+0000 mon.a (mon.0) 11839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.275 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.028516+0000 mon.a (mon.0) 11840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.030753+0000 mon.a (mon.0) 11841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.031441+0000 mon.a (mon.0) 11842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.032771+0000 mgr.y (mgr.25387) 5833 : cluster [DBG] pgmap v3824: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.032986+0000 mgr.y (mgr.25387) 5834 : cluster [DBG] pgmap v3825: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.039849+0000 mon.a (mon.0) 11843 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.040509+0000 mgr.y (mgr.25387) 5835 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.101309+0000 mon.a (mon.0) 11844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.103266+0000 mon.a (mon.0) 11845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.104407+0000 mon.a (mon.0) 11846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.106661+0000 mon.a (mon.0) 11847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.107357+0000 mon.a (mon.0) 11848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.108753+0000 mgr.y (mgr.25387) 5836 : cluster [DBG] pgmap v3826: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.108983+0000 mgr.y (mgr.25387) 5837 : cluster [DBG] pgmap v3827: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.276 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.115876+0000 mon.a (mon.0) 11849 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.116629+0000 mgr.y (mgr.25387) 5838 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.173288+0000 mon.a (mon.0) 11850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.174914+0000 mon.a (mon.0) 11851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.175763+0000 mon.a (mon.0) 11852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.177942+0000 mon.a (mon.0) 11853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.178604+0000 mon.a (mon.0) 11854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.179918+0000 mgr.y (mgr.25387) 5839 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.180234+0000 mgr.y (mgr.25387) 5840 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.187144+0000 mon.a (mon.0) 11855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.187806+0000 mgr.y (mgr.25387) 5841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.249458+0000 mon.a (mon.0) 11856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.277 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.251330+0000 mon.a (mon.0) 11857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.252206+0000 mon.a (mon.0) 11858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.254316+0000 mon.a (mon.0) 11859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.254956+0000 mon.a (mon.0) 11860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.263356+0000 mon.a (mon.0) 11861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.321858+0000 mon.a (mon.0) 11862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.323801+0000 mon.a (mon.0) 11863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.324710+0000 mon.a (mon.0) 11864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.326777+0000 mon.a (mon.0) 11865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.327408+0000 mon.a (mon.0) 11866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.335676+0000 mon.a (mon.0) 11867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.278 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.174914+0000 mon.a (mon.0) 11851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.175763+0000 mon.a (mon.0) 11852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.177942+0000 mon.a (mon.0) 11853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.178604+0000 mon.a (mon.0) 11854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.179918+0000 mgr.y (mgr.25387) 5839 : cluster [DBG] pgmap v3828: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.180234+0000 mgr.y (mgr.25387) 5840 : cluster [DBG] pgmap v3829: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.187144+0000 mon.a (mon.0) 11855 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.187806+0000 mgr.y (mgr.25387) 5841 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.249458+0000 mon.a (mon.0) 11856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.251330+0000 mon.a (mon.0) 11857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.252206+0000 mon.a (mon.0) 11858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.254316+0000 mon.a (mon.0) 11859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.254956+0000 mon.a (mon.0) 11860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.263356+0000 mon.a (mon.0) 11861 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.321858+0000 mon.a (mon.0) 11862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.279 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.323801+0000 mon.a (mon.0) 11863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.324710+0000 mon.a (mon.0) 11864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.326777+0000 mon.a (mon.0) 11865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.327408+0000 mon.a (mon.0) 11866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.335676+0000 mon.a (mon.0) 11867 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.397062+0000 mon.a (mon.0) 11868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.399235+0000 mon.a (mon.0) 11869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.400321+0000 mon.a (mon.0) 11870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.402879+0000 mon.a (mon.0) 11871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.403622+0000 mon.a (mon.0) 11872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.412278+0000 mon.a (mon.0) 11873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.472030+0000 mon.a (mon.0) 11874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.280 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.473671+0000 mon.a (mon.0) 11875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.474635+0000 mon.a (mon.0) 11876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.476708+0000 mon.a (mon.0) 11877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.477423+0000 mon.a (mon.0) 11878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.484003+0000 mon.a (mon.0) 11879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.524393+0000 mon.a (mon.0) 11880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.525998+0000 mon.a (mon.0) 11881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.527082+0000 mon.a (mon.0) 11882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.529325+0000 mon.a (mon.0) 11883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.529999+0000 mon.a (mon.0) 11884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.536651+0000 mon.a (mon.0) 11885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.281 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.397062+0000 mon.a (mon.0) 11868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.399235+0000 mon.a (mon.0) 11869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.400321+0000 mon.a (mon.0) 11870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.402879+0000 mon.a (mon.0) 11871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.403622+0000 mon.a (mon.0) 11872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.412278+0000 mon.a (mon.0) 11873 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.472030+0000 mon.a (mon.0) 11874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.473671+0000 mon.a (mon.0) 11875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.474635+0000 mon.a (mon.0) 11876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.476708+0000 mon.a (mon.0) 11877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.477423+0000 mon.a (mon.0) 11878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.484003+0000 mon.a (mon.0) 11879 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.524393+0000 mon.a (mon.0) 11880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.525998+0000 mon.a (mon.0) 11881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.282 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.527082+0000 mon.a (mon.0) 11882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.529325+0000 mon.a (mon.0) 11883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.529999+0000 mon.a (mon.0) 11884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.536651+0000 mon.a (mon.0) 11885 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.582989+0000 mon.a (mon.0) 11886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.584764+0000 mon.a (mon.0) 11887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.585785+0000 mon.a (mon.0) 11888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.587954+0000 mon.a (mon.0) 11889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.588672+0000 mon.a (mon.0) 11890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.283 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.595200+0000 mon.a (mon.0) 11891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.635935+0000 mon.a (mon.0) 11892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.637475+0000 mon.a (mon.0) 11893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.638267+0000 mon.a (mon.0) 11894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.640160+0000 mon.a (mon.0) 11895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.640745+0000 mon.a (mon.0) 11896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.647526+0000 mon.a (mon.0) 11897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.720920+0000 mon.a (mon.0) 11898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.722882+0000 mon.a (mon.0) 11899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.724315+0000 mon.a (mon.0) 11900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.726476+0000 mon.a (mon.0) 11901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.727144+0000 mon.a (mon.0) 11902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.734098+0000 mon.a (mon.0) 11903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.774852+0000 mon.a (mon.0) 11904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.776438+0000 mon.a (mon.0) 11905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.777300+0000 mon.a (mon.0) 11906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.284 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.779225+0000 mon.a (mon.0) 11907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.779887+0000 mon.a (mon.0) 11908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.786557+0000 mon.a (mon.0) 11909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.833787+0000 mon.a (mon.0) 11910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.835977+0000 mon.a (mon.0) 11911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.836845+0000 mon.a (mon.0) 11912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.838874+0000 mon.a (mon.0) 11913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.839498+0000 mon.a (mon.0) 11914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.845873+0000 mon.a (mon.0) 11915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[73934]: audit 2024-03-30T04:50:45.900442+0000 mon.a (mon.0) 11916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.582989+0000 mon.a (mon.0) 11886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.584764+0000 mon.a (mon.0) 11887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.285 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.585785+0000 mon.a (mon.0) 11888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.587954+0000 mon.a (mon.0) 11889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.588672+0000 mon.a (mon.0) 11890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.595200+0000 mon.a (mon.0) 11891 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.635935+0000 mon.a (mon.0) 11892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.637475+0000 mon.a (mon.0) 11893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.638267+0000 mon.a (mon.0) 11894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.640160+0000 mon.a (mon.0) 11895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.640745+0000 mon.a (mon.0) 11896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.647526+0000 mon.a (mon.0) 11897 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.720920+0000 mon.a (mon.0) 11898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.722882+0000 mon.a (mon.0) 11899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.724315+0000 mon.a (mon.0) 11900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.726476+0000 mon.a (mon.0) 11901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.286 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.727144+0000 mon.a (mon.0) 11902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.734098+0000 mon.a (mon.0) 11903 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.774852+0000 mon.a (mon.0) 11904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.776438+0000 mon.a (mon.0) 11905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.777300+0000 mon.a (mon.0) 11906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.779225+0000 mon.a (mon.0) 11907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.779887+0000 mon.a (mon.0) 11908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.786557+0000 mon.a (mon.0) 11909 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.833787+0000 mon.a (mon.0) 11910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.835977+0000 mon.a (mon.0) 11911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.836845+0000 mon.a (mon.0) 11912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.838874+0000 mon.a (mon.0) 11913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.839498+0000 mon.a (mon.0) 11914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.845873+0000 mon.a (mon.0) 11915 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:46.287 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:45 smithi097 bash[69502]: audit 2024-03-30T04:50:45.900442+0000 mon.a (mon.0) 11916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.256361+0000 mgr.y (mgr.25387) 5842 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.256659+0000 mgr.y (mgr.25387) 5843 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.263912+0000 mgr.y (mgr.25387) 5844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.328695+0000 mgr.y (mgr.25387) 5845 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.328926+0000 mgr.y (mgr.25387) 5846 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.336117+0000 mgr.y (mgr.25387) 5847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.405047+0000 mgr.y (mgr.25387) 5848 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.405283+0000 mgr.y (mgr.25387) 5849 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.412878+0000 mgr.y (mgr.25387) 5850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.478794+0000 mgr.y (mgr.25387) 5851 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.478976+0000 mgr.y (mgr.25387) 5852 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.484455+0000 mgr.y (mgr.25387) 5853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.531288+0000 mgr.y (mgr.25387) 5854 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:50:47.189 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.531496+0000 mgr.y (mgr.25387) 5855 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.537127+0000 mgr.y (mgr.25387) 5856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.590021+0000 mgr.y (mgr.25387) 5857 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.590241+0000 mgr.y (mgr.25387) 5858 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.595696+0000 mgr.y (mgr.25387) 5859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.641920+0000 mgr.y (mgr.25387) 5860 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.642161+0000 mgr.y (mgr.25387) 5861 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.648217+0000 mgr.y (mgr.25387) 5862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.728455+0000 mgr.y (mgr.25387) 5863 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.728705+0000 mgr.y (mgr.25387) 5864 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.734655+0000 mgr.y (mgr.25387) 5865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.781213+0000 mgr.y (mgr.25387) 5866 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.781459+0000 mgr.y (mgr.25387) 5867 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.787052+0000 mgr.y (mgr.25387) 5868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.190 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.840735+0000 mgr.y (mgr.25387) 5869 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.840964+0000 mgr.y (mgr.25387) 5870 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.846342+0000 mgr.y (mgr.25387) 5871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.907420+0000 mon.a (mon.0) 11917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.908145+0000 mon.a (mon.0) 11918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.908552+0000 mgr.y (mgr.25387) 5872 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.908764+0000 mgr.y (mgr.25387) 5873 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.921048+0000 mon.a (mon.0) 11919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.923721+0000 mon.a (mon.0) 11920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.926094+0000 mon.a (mon.0) 11921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.928608+0000 mon.a (mon.0) 11922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.929297+0000 mon.a (mon.0) 11923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.930616+0000 mgr.y (mgr.25387) 5874 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.930829+0000 mgr.y (mgr.25387) 5875 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.191 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.937611+0000 mon.a (mon.0) 11924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.938056+0000 mgr.y (mgr.25387) 5876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.983427+0000 mon.a (mon.0) 11925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.985593+0000 mon.a (mon.0) 11926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.986500+0000 mon.a (mon.0) 11927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.988541+0000 mon.a (mon.0) 11928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.989222+0000 mon.a (mon.0) 11929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.990464+0000 mgr.y (mgr.25387) 5877 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:45.990700+0000 mgr.y (mgr.25387) 5878 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:45.996875+0000 mon.a (mon.0) 11930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:45.997262+0000 mgr.y (mgr.25387) 5879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.037356+0000 mon.a (mon.0) 11931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.039471+0000 mon.a (mon.0) 11932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.040554+0000 mon.a (mon.0) 11933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.192 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.042971+0000 mon.a (mon.0) 11934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.043682+0000 mon.a (mon.0) 11935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.045395+0000 mgr.y (mgr.25387) 5880 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.045620+0000 mgr.y (mgr.25387) 5881 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.051969+0000 mon.a (mon.0) 11936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.052553+0000 mgr.y (mgr.25387) 5882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.093161+0000 mon.a (mon.0) 11937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.095089+0000 mon.a (mon.0) 11938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.096240+0000 mon.a (mon.0) 11939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.098780+0000 mon.a (mon.0) 11940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.099516+0000 mon.a (mon.0) 11941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.100923+0000 mgr.y (mgr.25387) 5883 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.101195+0000 mgr.y (mgr.25387) 5884 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.107270+0000 mon.a (mon.0) 11942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.193 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.107685+0000 mgr.y (mgr.25387) 5885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.148208+0000 mon.a (mon.0) 11943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.149996+0000 mon.a (mon.0) 11944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.150975+0000 mon.a (mon.0) 11945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.152897+0000 mon.a (mon.0) 11946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.153483+0000 mon.a (mon.0) 11947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.154598+0000 mgr.y (mgr.25387) 5886 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.154810+0000 mgr.y (mgr.25387) 5887 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.160739+0000 mon.a (mon.0) 11948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.161133+0000 mgr.y (mgr.25387) 5888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.201043+0000 mon.a (mon.0) 11949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.202917+0000 mon.a (mon.0) 11950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.203724+0000 mon.a (mon.0) 11951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.205586+0000 mon.a (mon.0) 11952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.206177+0000 mon.a (mon.0) 11953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.213418+0000 mon.a (mon.0) 11954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.258577+0000 mon.a (mon.0) 11955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.260691+0000 mon.a (mon.0) 11956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.261563+0000 mon.a (mon.0) 11957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.263577+0000 mon.a (mon.0) 11958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.264201+0000 mon.a (mon.0) 11959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.269853+0000 mon.a (mon.0) 11960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.315182+0000 mon.a (mon.0) 11961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.317232+0000 mon.a (mon.0) 11962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.318219+0000 mon.a (mon.0) 11963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.320373+0000 mon.a (mon.0) 11964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.321083+0000 mon.a (mon.0) 11965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.326993+0000 mon.a (mon.0) 11966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.367498+0000 mon.a (mon.0) 11967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.369419+0000 mon.a (mon.0) 11968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.370385+0000 mon.a (mon.0) 11969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.372328+0000 mon.a (mon.0) 11970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.372969+0000 mon.a (mon.0) 11971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.379358+0000 mon.a (mon.0) 11972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.419997+0000 mon.a (mon.0) 11973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.422080+0000 mon.a (mon.0) 11974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.423081+0000 mon.a (mon.0) 11975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.425186+0000 mon.a (mon.0) 11976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.425817+0000 mon.a (mon.0) 11977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.431664+0000 mon.a (mon.0) 11978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.472698+0000 mon.a (mon.0) 11979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.474576+0000 mon.a (mon.0) 11980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.475373+0000 mon.a (mon.0) 11981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.477098+0000 mon.a (mon.0) 11982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.477610+0000 mon.a (mon.0) 11983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.482875+0000 mon.a (mon.0) 11984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.522923+0000 mon.a (mon.0) 11985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.524650+0000 mon.a (mon.0) 11986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.525419+0000 mon.a (mon.0) 11987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.527236+0000 mon.a (mon.0) 11988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.527819+0000 mon.a (mon.0) 11989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.533678+0000 mon.a (mon.0) 11990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.578585+0000 mon.a (mon.0) 11991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.580877+0000 mon.a (mon.0) 11992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.581824+0000 mon.a (mon.0) 11993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.583913+0000 mon.a (mon.0) 11994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.584618+0000 mon.a (mon.0) 11995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.592799+0000 mon.a (mon.0) 11996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.654370+0000 mon.a (mon.0) 11997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.657508+0000 mon.a (mon.0) 11998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.659164+0000 mon.a (mon.0) 11999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.663284+0000 mon.a (mon.0) 12000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.664494+0000 mon.a (mon.0) 12001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.674450+0000 mon.a (mon.0) 12002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.748197+0000 mon.a (mon.0) 12003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.750812+0000 mon.a (mon.0) 12004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.752432+0000 mon.a (mon.0) 12005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.755457+0000 mon.a (mon.0) 12006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.756467+0000 mon.a (mon.0) 12007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.765989+0000 mon.a (mon.0) 12008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.814549+0000 mon.a (mon.0) 12009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.817265+0000 mon.a (mon.0) 12010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.818255+0000 mon.a (mon.0) 12011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.820935+0000 mon.a (mon.0) 12012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.821640+0000 mon.a (mon.0) 12013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.828849+0000 mon.a (mon.0) 12014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.872335+0000 mon.a (mon.0) 12015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.874428+0000 mon.a (mon.0) 12016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.875303+0000 mon.a (mon.0) 12017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.877538+0000 mon.a (mon.0) 12018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.878228+0000 mon.a (mon.0) 12019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:46 smithi105 bash[58125]: audit 2024-03-30T04:50:46.885216+0000 mon.a (mon.0) 12020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.256361+0000 mgr.y (mgr.25387) 5842 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.256659+0000 mgr.y (mgr.25387) 5843 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.263912+0000 mgr.y (mgr.25387) 5844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.328695+0000 mgr.y (mgr.25387) 5845 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.328926+0000 mgr.y (mgr.25387) 5846 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.336117+0000 mgr.y (mgr.25387) 5847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.405047+0000 mgr.y (mgr.25387) 5848 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.405283+0000 mgr.y (mgr.25387) 5849 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.412878+0000 mgr.y (mgr.25387) 5850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.478794+0000 mgr.y (mgr.25387) 5851 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.478976+0000 mgr.y (mgr.25387) 5852 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.484455+0000 mgr.y (mgr.25387) 5853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.531288+0000 mgr.y (mgr.25387) 5854 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.531496+0000 mgr.y (mgr.25387) 5855 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.537127+0000 mgr.y (mgr.25387) 5856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.590021+0000 mgr.y (mgr.25387) 5857 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.590241+0000 mgr.y (mgr.25387) 5858 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.595696+0000 mgr.y (mgr.25387) 5859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.641920+0000 mgr.y (mgr.25387) 5860 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.256361+0000 mgr.y (mgr.25387) 5842 : cluster [DBG] pgmap v3830: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.256659+0000 mgr.y (mgr.25387) 5843 : cluster [DBG] pgmap v3831: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.263912+0000 mgr.y (mgr.25387) 5844 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.328695+0000 mgr.y (mgr.25387) 5845 : cluster [DBG] pgmap v3832: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.328926+0000 mgr.y (mgr.25387) 5846 : cluster [DBG] pgmap v3833: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.336117+0000 mgr.y (mgr.25387) 5847 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.405047+0000 mgr.y (mgr.25387) 5848 : cluster [DBG] pgmap v3834: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.405283+0000 mgr.y (mgr.25387) 5849 : cluster [DBG] pgmap v3835: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.412878+0000 mgr.y (mgr.25387) 5850 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.478794+0000 mgr.y (mgr.25387) 5851 : cluster [DBG] pgmap v3836: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.478976+0000 mgr.y (mgr.25387) 5852 : cluster [DBG] pgmap v3837: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 22 op/s 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.484455+0000 mgr.y (mgr.25387) 5853 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.531288+0000 mgr.y (mgr.25387) 5854 : cluster [DBG] pgmap v3838: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.531496+0000 mgr.y (mgr.25387) 5855 : cluster [DBG] pgmap v3839: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 24 op/s 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.537127+0000 mgr.y (mgr.25387) 5856 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.590021+0000 mgr.y (mgr.25387) 5857 : cluster [DBG] pgmap v3840: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.590241+0000 mgr.y (mgr.25387) 5858 : cluster [DBG] pgmap v3841: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 27 KiB/s rd, 27 op/s 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.595696+0000 mgr.y (mgr.25387) 5859 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.641920+0000 mgr.y (mgr.25387) 5860 : cluster [DBG] pgmap v3842: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.642161+0000 mgr.y (mgr.25387) 5861 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.648217+0000 mgr.y (mgr.25387) 5862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.728455+0000 mgr.y (mgr.25387) 5863 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.728705+0000 mgr.y (mgr.25387) 5864 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.734655+0000 mgr.y (mgr.25387) 5865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.781213+0000 mgr.y (mgr.25387) 5866 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.781459+0000 mgr.y (mgr.25387) 5867 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.787052+0000 mgr.y (mgr.25387) 5868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.840735+0000 mgr.y (mgr.25387) 5869 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.840964+0000 mgr.y (mgr.25387) 5870 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.846342+0000 mgr.y (mgr.25387) 5871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.907420+0000 mon.a (mon.0) 11917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.908145+0000 mon.a (mon.0) 11918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.908552+0000 mgr.y (mgr.25387) 5872 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.908764+0000 mgr.y (mgr.25387) 5873 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.921048+0000 mon.a (mon.0) 11919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.923721+0000 mon.a (mon.0) 11920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.926094+0000 mon.a (mon.0) 11921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.928608+0000 mon.a (mon.0) 11922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.929297+0000 mon.a (mon.0) 11923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.642161+0000 mgr.y (mgr.25387) 5861 : cluster [DBG] pgmap v3843: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.648217+0000 mgr.y (mgr.25387) 5862 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.728455+0000 mgr.y (mgr.25387) 5863 : cluster [DBG] pgmap v3844: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.728705+0000 mgr.y (mgr.25387) 5864 : cluster [DBG] pgmap v3845: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.734655+0000 mgr.y (mgr.25387) 5865 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.781213+0000 mgr.y (mgr.25387) 5866 : cluster [DBG] pgmap v3846: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.781459+0000 mgr.y (mgr.25387) 5867 : cluster [DBG] pgmap v3847: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.787052+0000 mgr.y (mgr.25387) 5868 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.840735+0000 mgr.y (mgr.25387) 5869 : cluster [DBG] pgmap v3848: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.840964+0000 mgr.y (mgr.25387) 5870 : cluster [DBG] pgmap v3849: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.846342+0000 mgr.y (mgr.25387) 5871 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.907420+0000 mon.a (mon.0) 11917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.908145+0000 mon.a (mon.0) 11918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.908552+0000 mgr.y (mgr.25387) 5872 : cluster [DBG] pgmap v3850: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.908764+0000 mgr.y (mgr.25387) 5873 : cluster [DBG] pgmap v3851: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.921048+0000 mon.a (mon.0) 11919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.923721+0000 mon.a (mon.0) 11920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.926094+0000 mon.a (mon.0) 11921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.928608+0000 mon.a (mon.0) 11922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.929297+0000 mon.a (mon.0) 11923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.930616+0000 mgr.y (mgr.25387) 5874 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.930829+0000 mgr.y (mgr.25387) 5875 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.937611+0000 mon.a (mon.0) 11924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.938056+0000 mgr.y (mgr.25387) 5876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.983427+0000 mon.a (mon.0) 11925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.985593+0000 mon.a (mon.0) 11926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.986500+0000 mon.a (mon.0) 11927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.988541+0000 mon.a (mon.0) 11928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.989222+0000 mon.a (mon.0) 11929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.990464+0000 mgr.y (mgr.25387) 5877 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:45.990700+0000 mgr.y (mgr.25387) 5878 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:45.996875+0000 mon.a (mon.0) 11930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:45.997262+0000 mgr.y (mgr.25387) 5879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.037356+0000 mon.a (mon.0) 11931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.039471+0000 mon.a (mon.0) 11932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.040554+0000 mon.a (mon.0) 11933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.042971+0000 mon.a (mon.0) 11934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.043682+0000 mon.a (mon.0) 11935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.045395+0000 mgr.y (mgr.25387) 5880 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.045620+0000 mgr.y (mgr.25387) 5881 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.051969+0000 mon.a (mon.0) 11936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.052553+0000 mgr.y (mgr.25387) 5882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.093161+0000 mon.a (mon.0) 11937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.095089+0000 mon.a (mon.0) 11938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.096240+0000 mon.a (mon.0) 11939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.098780+0000 mon.a (mon.0) 11940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.099516+0000 mon.a (mon.0) 11941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.100923+0000 mgr.y (mgr.25387) 5883 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.101195+0000 mgr.y (mgr.25387) 5884 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.107270+0000 mon.a (mon.0) 11942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.107685+0000 mgr.y (mgr.25387) 5885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.148208+0000 mon.a (mon.0) 11943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.149996+0000 mon.a (mon.0) 11944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.150975+0000 mon.a (mon.0) 11945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.152897+0000 mon.a (mon.0) 11946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.153483+0000 mon.a (mon.0) 11947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.154598+0000 mgr.y (mgr.25387) 5886 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.154810+0000 mgr.y (mgr.25387) 5887 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.160739+0000 mon.a (mon.0) 11948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.930616+0000 mgr.y (mgr.25387) 5874 : cluster [DBG] pgmap v3852: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.930829+0000 mgr.y (mgr.25387) 5875 : cluster [DBG] pgmap v3853: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.937611+0000 mon.a (mon.0) 11924 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.938056+0000 mgr.y (mgr.25387) 5876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.983427+0000 mon.a (mon.0) 11925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.985593+0000 mon.a (mon.0) 11926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.986500+0000 mon.a (mon.0) 11927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.988541+0000 mon.a (mon.0) 11928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.989222+0000 mon.a (mon.0) 11929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.990464+0000 mgr.y (mgr.25387) 5877 : cluster [DBG] pgmap v3854: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:45.990700+0000 mgr.y (mgr.25387) 5878 : cluster [DBG] pgmap v3855: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:45.996875+0000 mon.a (mon.0) 11930 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:45.997262+0000 mgr.y (mgr.25387) 5879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.037356+0000 mon.a (mon.0) 11931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.039471+0000 mon.a (mon.0) 11932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.040554+0000 mon.a (mon.0) 11933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.042971+0000 mon.a (mon.0) 11934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.043682+0000 mon.a (mon.0) 11935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.045395+0000 mgr.y (mgr.25387) 5880 : cluster [DBG] pgmap v3856: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.045620+0000 mgr.y (mgr.25387) 5881 : cluster [DBG] pgmap v3857: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.161133+0000 mgr.y (mgr.25387) 5888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.201043+0000 mon.a (mon.0) 11949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.202917+0000 mon.a (mon.0) 11950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.203724+0000 mon.a (mon.0) 11951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.205586+0000 mon.a (mon.0) 11952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.206177+0000 mon.a (mon.0) 11953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.213418+0000 mon.a (mon.0) 11954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.258577+0000 mon.a (mon.0) 11955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.260691+0000 mon.a (mon.0) 11956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.261563+0000 mon.a (mon.0) 11957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.263577+0000 mon.a (mon.0) 11958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.264201+0000 mon.a (mon.0) 11959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.269853+0000 mon.a (mon.0) 11960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.315182+0000 mon.a (mon.0) 11961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.317232+0000 mon.a (mon.0) 11962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.318219+0000 mon.a (mon.0) 11963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.320373+0000 mon.a (mon.0) 11964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.321083+0000 mon.a (mon.0) 11965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.326993+0000 mon.a (mon.0) 11966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.367498+0000 mon.a (mon.0) 11967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.369419+0000 mon.a (mon.0) 11968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.370385+0000 mon.a (mon.0) 11969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.372328+0000 mon.a (mon.0) 11970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.372969+0000 mon.a (mon.0) 11971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.379358+0000 mon.a (mon.0) 11972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.419997+0000 mon.a (mon.0) 11973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.422080+0000 mon.a (mon.0) 11974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.423081+0000 mon.a (mon.0) 11975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.425186+0000 mon.a (mon.0) 11976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.425817+0000 mon.a (mon.0) 11977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.431664+0000 mon.a (mon.0) 11978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.472698+0000 mon.a (mon.0) 11979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.474576+0000 mon.a (mon.0) 11980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.475373+0000 mon.a (mon.0) 11981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.477098+0000 mon.a (mon.0) 11982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.477610+0000 mon.a (mon.0) 11983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.482875+0000 mon.a (mon.0) 11984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.522923+0000 mon.a (mon.0) 11985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.051969+0000 mon.a (mon.0) 11936 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.052553+0000 mgr.y (mgr.25387) 5882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.093161+0000 mon.a (mon.0) 11937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.095089+0000 mon.a (mon.0) 11938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.096240+0000 mon.a (mon.0) 11939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.098780+0000 mon.a (mon.0) 11940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.099516+0000 mon.a (mon.0) 11941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.100923+0000 mgr.y (mgr.25387) 5883 : cluster [DBG] pgmap v3858: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.101195+0000 mgr.y (mgr.25387) 5884 : cluster [DBG] pgmap v3859: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.107270+0000 mon.a (mon.0) 11942 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.107685+0000 mgr.y (mgr.25387) 5885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.148208+0000 mon.a (mon.0) 11943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.149996+0000 mon.a (mon.0) 11944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.150975+0000 mon.a (mon.0) 11945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.152897+0000 mon.a (mon.0) 11946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.153483+0000 mon.a (mon.0) 11947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.154598+0000 mgr.y (mgr.25387) 5886 : cluster [DBG] pgmap v3860: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.154810+0000 mgr.y (mgr.25387) 5887 : cluster [DBG] pgmap v3861: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:47.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.160739+0000 mon.a (mon.0) 11948 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.524650+0000 mon.a (mon.0) 11986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.525419+0000 mon.a (mon.0) 11987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.527236+0000 mon.a (mon.0) 11988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.527819+0000 mon.a (mon.0) 11989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.533678+0000 mon.a (mon.0) 11990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.578585+0000 mon.a (mon.0) 11991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.580877+0000 mon.a (mon.0) 11992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.581824+0000 mon.a (mon.0) 11993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.583913+0000 mon.a (mon.0) 11994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.584618+0000 mon.a (mon.0) 11995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.592799+0000 mon.a (mon.0) 11996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.654370+0000 mon.a (mon.0) 11997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.657508+0000 mon.a (mon.0) 11998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.659164+0000 mon.a (mon.0) 11999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.663284+0000 mon.a (mon.0) 12000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.664494+0000 mon.a (mon.0) 12001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.674450+0000 mon.a (mon.0) 12002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.748197+0000 mon.a (mon.0) 12003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.750812+0000 mon.a (mon.0) 12004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.161133+0000 mgr.y (mgr.25387) 5888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.201043+0000 mon.a (mon.0) 11949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.202917+0000 mon.a (mon.0) 11950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.203724+0000 mon.a (mon.0) 11951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.205586+0000 mon.a (mon.0) 11952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.206177+0000 mon.a (mon.0) 11953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.213418+0000 mon.a (mon.0) 11954 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.258577+0000 mon.a (mon.0) 11955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.260691+0000 mon.a (mon.0) 11956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.261563+0000 mon.a (mon.0) 11957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.263577+0000 mon.a (mon.0) 11958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.264201+0000 mon.a (mon.0) 11959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.269853+0000 mon.a (mon.0) 11960 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.315182+0000 mon.a (mon.0) 11961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.317232+0000 mon.a (mon.0) 11962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.318219+0000 mon.a (mon.0) 11963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.320373+0000 mon.a (mon.0) 11964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.321083+0000 mon.a (mon.0) 11965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.326993+0000 mon.a (mon.0) 11966 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.752432+0000 mon.a (mon.0) 12005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.755457+0000 mon.a (mon.0) 12006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.756467+0000 mon.a (mon.0) 12007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.765989+0000 mon.a (mon.0) 12008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.814549+0000 mon.a (mon.0) 12009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.817265+0000 mon.a (mon.0) 12010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.818255+0000 mon.a (mon.0) 12011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.396 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.820935+0000 mon.a (mon.0) 12012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.821640+0000 mon.a (mon.0) 12013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.828849+0000 mon.a (mon.0) 12014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.872335+0000 mon.a (mon.0) 12015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.874428+0000 mon.a (mon.0) 12016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.875303+0000 mon.a (mon.0) 12017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.877538+0000 mon.a (mon.0) 12018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.878228+0000 mon.a (mon.0) 12019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.397 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[69502]: audit 2024-03-30T04:50:46.885216+0000 mon.a (mon.0) 12020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.367498+0000 mon.a (mon.0) 11967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.369419+0000 mon.a (mon.0) 11968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.370385+0000 mon.a (mon.0) 11969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.372328+0000 mon.a (mon.0) 11970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.372969+0000 mon.a (mon.0) 11971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.379358+0000 mon.a (mon.0) 11972 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.419997+0000 mon.a (mon.0) 11973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.422080+0000 mon.a (mon.0) 11974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.423081+0000 mon.a (mon.0) 11975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.425186+0000 mon.a (mon.0) 11976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.425817+0000 mon.a (mon.0) 11977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.431664+0000 mon.a (mon.0) 11978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.398 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.472698+0000 mon.a (mon.0) 11979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.474576+0000 mon.a (mon.0) 11980 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.475373+0000 mon.a (mon.0) 11981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.477098+0000 mon.a (mon.0) 11982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.477610+0000 mon.a (mon.0) 11983 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.482875+0000 mon.a (mon.0) 11984 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.522923+0000 mon.a (mon.0) 11985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.524650+0000 mon.a (mon.0) 11986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.525419+0000 mon.a (mon.0) 11987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.527236+0000 mon.a (mon.0) 11988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.527819+0000 mon.a (mon.0) 11989 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.533678+0000 mon.a (mon.0) 11990 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.578585+0000 mon.a (mon.0) 11991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.580877+0000 mon.a (mon.0) 11992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.399 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.581824+0000 mon.a (mon.0) 11993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.583913+0000 mon.a (mon.0) 11994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.584618+0000 mon.a (mon.0) 11995 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.592799+0000 mon.a (mon.0) 11996 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.654370+0000 mon.a (mon.0) 11997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.657508+0000 mon.a (mon.0) 11998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.659164+0000 mon.a (mon.0) 11999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.663284+0000 mon.a (mon.0) 12000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.664494+0000 mon.a (mon.0) 12001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.674450+0000 mon.a (mon.0) 12002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.748197+0000 mon.a (mon.0) 12003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.750812+0000 mon.a (mon.0) 12004 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.752432+0000 mon.a (mon.0) 12005 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.755457+0000 mon.a (mon.0) 12006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.400 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.756467+0000 mon.a (mon.0) 12007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.765989+0000 mon.a (mon.0) 12008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.814549+0000 mon.a (mon.0) 12009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.817265+0000 mon.a (mon.0) 12010 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.818255+0000 mon.a (mon.0) 12011 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.820935+0000 mon.a (mon.0) 12012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.821640+0000 mon.a (mon.0) 12013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.828849+0000 mon.a (mon.0) 12014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.401 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.872335+0000 mon.a (mon.0) 12015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.874428+0000 mon.a (mon.0) 12016 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:47.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.875303+0000 mon.a (mon.0) 12017 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:47.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.877538+0000 mon.a (mon.0) 12018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:47.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.878228+0000 mon.a (mon.0) 12019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:47.402 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:46 smithi097 bash[73934]: audit 2024-03-30T04:50:46.885216+0000 mon.a (mon.0) 12020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:47.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.266Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:50:47.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.266Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:50:47.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.267Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:50:47.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.267Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:50:47.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.267Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.267Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:50:47.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:50:47.460 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:50:47.461 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.268Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.269Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:50:47.462 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[79340]: ts=2024-03-30T04:50:47.269Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.207309+0000 mgr.y (mgr.25387) 5889 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.207544+0000 mgr.y (mgr.25387) 5890 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.213826+0000 mgr.y (mgr.25387) 5891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.265455+0000 mgr.y (mgr.25387) 5892 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.265684+0000 mgr.y (mgr.25387) 5893 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.270426+0000 mgr.y (mgr.25387) 5894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.322491+0000 mgr.y (mgr.25387) 5895 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.322717+0000 mgr.y (mgr.25387) 5896 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.327425+0000 mgr.y (mgr.25387) 5897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.374207+0000 mgr.y (mgr.25387) 5898 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.374435+0000 mgr.y (mgr.25387) 5899 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.379805+0000 mgr.y (mgr.25387) 5900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.427092+0000 mgr.y (mgr.25387) 5901 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.427336+0000 mgr.y (mgr.25387) 5902 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.432205+0000 mgr.y (mgr.25387) 5903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.478671+0000 mgr.y (mgr.25387) 5904 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.478853+0000 mgr.y (mgr.25387) 5905 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.483235+0000 mgr.y (mgr.25387) 5906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.528943+0000 mgr.y (mgr.25387) 5907 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.529149+0000 mgr.y (mgr.25387) 5908 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.534078+0000 mgr.y (mgr.25387) 5909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.586077+0000 mgr.y (mgr.25387) 5910 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.586264+0000 mgr.y (mgr.25387) 5911 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.593338+0000 mgr.y (mgr.25387) 5912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.666153+0000 mgr.y (mgr.25387) 5913 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.666362+0000 mgr.y (mgr.25387) 5914 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.674953+0000 mgr.y (mgr.25387) 5915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.758330+0000 mgr.y (mgr.25387) 5916 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.758586+0000 mgr.y (mgr.25387) 5917 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.766785+0000 mgr.y (mgr.25387) 5918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.823091+0000 mgr.y (mgr.25387) 5919 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.823296+0000 mgr.y (mgr.25387) 5920 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.829278+0000 mgr.y (mgr.25387) 5921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.879591+0000 mgr.y (mgr.25387) 5922 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.879782+0000 mgr.y (mgr.25387) 5923 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.885761+0000 mgr.y (mgr.25387) 5924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:46.933083+0000 mon.a (mon.0) 12021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:46.935316+0000 mon.a (mon.0) 12022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:46.936278+0000 mon.a (mon.0) 12023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:46.938410+0000 mon.a (mon.0) 12024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:46.939028+0000 mon.a (mon.0) 12025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.940198+0000 mgr.y (mgr.25387) 5925 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:46.940385+0000 mgr.y (mgr.25387) 5926 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:46.944947+0000 mon.a (mon.0) 12026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:46.945449+0000 mgr.y (mgr.25387) 5927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.002836+0000 mon.a (mon.0) 12027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.005490+0000 mon.a (mon.0) 12028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.006574+0000 mon.a (mon.0) 12029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.008613+0000 mon.a (mon.0) 12030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.009349+0000 mon.a (mon.0) 12031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.010682+0000 mgr.y (mgr.25387) 5928 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.010919+0000 mgr.y (mgr.25387) 5929 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.015389+0000 mon.a (mon.0) 12032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.015813+0000 mgr.y (mgr.25387) 5930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.056519+0000 mon.a (mon.0) 12033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.058661+0000 mon.a (mon.0) 12034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.059582+0000 mon.a (mon.0) 12035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.061651+0000 mon.a (mon.0) 12036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.062284+0000 mon.a (mon.0) 12037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.063755+0000 mgr.y (mgr.25387) 5931 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.064024+0000 mgr.y (mgr.25387) 5932 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.068607+0000 mon.a (mon.0) 12038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.069071+0000 mgr.y (mgr.25387) 5933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.109530+0000 mon.a (mon.0) 12039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.111406+0000 mon.a (mon.0) 12040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.112201+0000 mon.a (mon.0) 12041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.114116+0000 mon.a (mon.0) 12042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.114715+0000 mon.a (mon.0) 12043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.115868+0000 mgr.y (mgr.25387) 5934 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.116039+0000 mgr.y (mgr.25387) 5935 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.120175+0000 mon.a (mon.0) 12044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.120583+0000 mgr.y (mgr.25387) 5936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.177227+0000 mon.a (mon.0) 12045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.179020+0000 mon.a (mon.0) 12046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.179848+0000 mon.a (mon.0) 12047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.181680+0000 mon.a (mon.0) 12048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.182268+0000 mon.a (mon.0) 12049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.183421+0000 mgr.y (mgr.25387) 5937 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.183663+0000 mgr.y (mgr.25387) 5938 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.187725+0000 mon.a (mon.0) 12050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.188143+0000 mgr.y (mgr.25387) 5939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.228555+0000 mon.a (mon.0) 12051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.230309+0000 mon.a (mon.0) 12052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.231014+0000 mon.a (mon.0) 12053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.232690+0000 mon.a (mon.0) 12054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.233193+0000 mon.a (mon.0) 12055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.238155+0000 mon.a (mon.0) 12056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.279079+0000 mon.a (mon.0) 12057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.281001+0000 mon.a (mon.0) 12058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.281860+0000 mon.a (mon.0) 12059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.283727+0000 mon.a (mon.0) 12060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.284421+0000 mon.a (mon.0) 12061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.289751+0000 mon.a (mon.0) 12062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.330564+0000 mon.a (mon.0) 12063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.332293+0000 mon.a (mon.0) 12064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.333065+0000 mon.a (mon.0) 12065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.334932+0000 mon.a (mon.0) 12066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.335478+0000 mon.a (mon.0) 12067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.343815+0000 mon.a (mon.0) 12068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.386930+0000 mon.a (mon.0) 12069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.388770+0000 mon.a (mon.0) 12070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.389557+0000 mon.a (mon.0) 12071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.391416+0000 mon.a (mon.0) 12072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.392027+0000 mon.a (mon.0) 12073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.399870+0000 mon.a (mon.0) 12074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.441496+0000 mon.a (mon.0) 12075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.443284+0000 mon.a (mon.0) 12076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.444079+0000 mon.a (mon.0) 12077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.446028+0000 mon.a (mon.0) 12078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.446676+0000 mon.a (mon.0) 12079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.452495+0000 mon.a (mon.0) 12080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.510296+0000 mon.a (mon.0) 12081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.512217+0000 mon.a (mon.0) 12082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.513097+0000 mon.a (mon.0) 12083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.514930+0000 mon.a (mon.0) 12084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.515503+0000 mon.a (mon.0) 12085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.521060+0000 mon.a (mon.0) 12086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.561615+0000 mon.a (mon.0) 12087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.563359+0000 mon.a (mon.0) 12088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.564127+0000 mon.a (mon.0) 12089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.565928+0000 mon.a (mon.0) 12090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.566590+0000 mon.a (mon.0) 12091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.572392+0000 mon.a (mon.0) 12092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.617170+0000 mon.a (mon.0) 12093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.619469+0000 mon.a (mon.0) 12094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.620299+0000 mon.a (mon.0) 12095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.622502+0000 mon.a (mon.0) 12096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.623154+0000 mon.a (mon.0) 12097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.629981+0000 mon.a (mon.0) 12098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.688201+0000 mon.a (mon.0) 12099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.690368+0000 mon.a (mon.0) 12100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.691509+0000 mon.a (mon.0) 12101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.694785+0000 mon.a (mon.0) 12102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.695597+0000 mon.a (mon.0) 12103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.706382+0000 mon.a (mon.0) 12104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.763827+0000 mon.a (mon.0) 12105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.766481+0000 mon.a (mon.0) 12106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.767427+0000 mon.a (mon.0) 12107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.770612+0000 mon.a (mon.0) 12108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.771361+0000 mon.a (mon.0) 12109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.780064+0000 mon.a (mon.0) 12110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.853225+0000 mon.a (mon.0) 12111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.855851+0000 mon.a (mon.0) 12112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.857287+0000 mon.a (mon.0) 12113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.860345+0000 mon.a (mon.0) 12114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.861374+0000 mon.a (mon.0) 12115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.868978+0000 mon.a (mon.0) 12116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.909641+0000 mon.a (mon.0) 12117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.911494+0000 mon.a (mon.0) 12118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.912269+0000 mon.a (mon.0) 12119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.220 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:47 smithi105 bash[58125]: audit 2024-03-30T04:50:47.914408+0000 mon.a (mon.0) 12120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.207309+0000 mgr.y (mgr.25387) 5889 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.207544+0000 mgr.y (mgr.25387) 5890 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.213826+0000 mgr.y (mgr.25387) 5891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.265455+0000 mgr.y (mgr.25387) 5892 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.235 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.265684+0000 mgr.y (mgr.25387) 5893 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.270426+0000 mgr.y (mgr.25387) 5894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.322491+0000 mgr.y (mgr.25387) 5895 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.322717+0000 mgr.y (mgr.25387) 5896 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.327425+0000 mgr.y (mgr.25387) 5897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.374207+0000 mgr.y (mgr.25387) 5898 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.374435+0000 mgr.y (mgr.25387) 5899 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.379805+0000 mgr.y (mgr.25387) 5900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.427092+0000 mgr.y (mgr.25387) 5901 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.427336+0000 mgr.y (mgr.25387) 5902 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.432205+0000 mgr.y (mgr.25387) 5903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.478671+0000 mgr.y (mgr.25387) 5904 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.478853+0000 mgr.y (mgr.25387) 5905 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.483235+0000 mgr.y (mgr.25387) 5906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.236 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.528943+0000 mgr.y (mgr.25387) 5907 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.529149+0000 mgr.y (mgr.25387) 5908 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.207309+0000 mgr.y (mgr.25387) 5889 : cluster [DBG] pgmap v3862: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.207544+0000 mgr.y (mgr.25387) 5890 : cluster [DBG] pgmap v3863: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.213826+0000 mgr.y (mgr.25387) 5891 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.265455+0000 mgr.y (mgr.25387) 5892 : cluster [DBG] pgmap v3864: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.265684+0000 mgr.y (mgr.25387) 5893 : cluster [DBG] pgmap v3865: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.270426+0000 mgr.y (mgr.25387) 5894 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.322491+0000 mgr.y (mgr.25387) 5895 : cluster [DBG] pgmap v3866: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.322717+0000 mgr.y (mgr.25387) 5896 : cluster [DBG] pgmap v3867: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.237 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.327425+0000 mgr.y (mgr.25387) 5897 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.374207+0000 mgr.y (mgr.25387) 5898 : cluster [DBG] pgmap v3868: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.374435+0000 mgr.y (mgr.25387) 5899 : cluster [DBG] pgmap v3869: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.379805+0000 mgr.y (mgr.25387) 5900 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.427092+0000 mgr.y (mgr.25387) 5901 : cluster [DBG] pgmap v3870: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.427336+0000 mgr.y (mgr.25387) 5902 : cluster [DBG] pgmap v3871: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.432205+0000 mgr.y (mgr.25387) 5903 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.478671+0000 mgr.y (mgr.25387) 5904 : cluster [DBG] pgmap v3872: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.478853+0000 mgr.y (mgr.25387) 5905 : cluster [DBG] pgmap v3873: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.483235+0000 mgr.y (mgr.25387) 5906 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.528943+0000 mgr.y (mgr.25387) 5907 : cluster [DBG] pgmap v3874: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.238 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.529149+0000 mgr.y (mgr.25387) 5908 : cluster [DBG] pgmap v3875: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.534078+0000 mgr.y (mgr.25387) 5909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.586077+0000 mgr.y (mgr.25387) 5910 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.586264+0000 mgr.y (mgr.25387) 5911 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.593338+0000 mgr.y (mgr.25387) 5912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.666153+0000 mgr.y (mgr.25387) 5913 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.666362+0000 mgr.y (mgr.25387) 5914 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.674953+0000 mgr.y (mgr.25387) 5915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.758330+0000 mgr.y (mgr.25387) 5916 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.758586+0000 mgr.y (mgr.25387) 5917 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.766785+0000 mgr.y (mgr.25387) 5918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.823091+0000 mgr.y (mgr.25387) 5919 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.823296+0000 mgr.y (mgr.25387) 5920 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.829278+0000 mgr.y (mgr.25387) 5921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.239 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.879591+0000 mgr.y (mgr.25387) 5922 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.879782+0000 mgr.y (mgr.25387) 5923 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.885761+0000 mgr.y (mgr.25387) 5924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:46.933083+0000 mon.a (mon.0) 12021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:46.935316+0000 mon.a (mon.0) 12022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:46.936278+0000 mon.a (mon.0) 12023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:46.938410+0000 mon.a (mon.0) 12024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.240 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.534078+0000 mgr.y (mgr.25387) 5909 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.586077+0000 mgr.y (mgr.25387) 5910 : cluster [DBG] pgmap v3876: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.586264+0000 mgr.y (mgr.25387) 5911 : cluster [DBG] pgmap v3877: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.593338+0000 mgr.y (mgr.25387) 5912 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.666153+0000 mgr.y (mgr.25387) 5913 : cluster [DBG] pgmap v3878: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.666362+0000 mgr.y (mgr.25387) 5914 : cluster [DBG] pgmap v3879: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.674953+0000 mgr.y (mgr.25387) 5915 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.758330+0000 mgr.y (mgr.25387) 5916 : cluster [DBG] pgmap v3880: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.758586+0000 mgr.y (mgr.25387) 5917 : cluster [DBG] pgmap v3881: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.766785+0000 mgr.y (mgr.25387) 5918 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.823091+0000 mgr.y (mgr.25387) 5919 : cluster [DBG] pgmap v3882: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.823296+0000 mgr.y (mgr.25387) 5920 : cluster [DBG] pgmap v3883: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.829278+0000 mgr.y (mgr.25387) 5921 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.241 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.879591+0000 mgr.y (mgr.25387) 5922 : cluster [DBG] pgmap v3884: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.879782+0000 mgr.y (mgr.25387) 5923 : cluster [DBG] pgmap v3885: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.885761+0000 mgr.y (mgr.25387) 5924 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:46.933083+0000 mon.a (mon.0) 12021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:46.935316+0000 mon.a (mon.0) 12022 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:46.936278+0000 mon.a (mon.0) 12023 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:46.938410+0000 mon.a (mon.0) 12024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:46.939028+0000 mon.a (mon.0) 12025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.940198+0000 mgr.y (mgr.25387) 5925 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:46.940385+0000 mgr.y (mgr.25387) 5926 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:46.944947+0000 mon.a (mon.0) 12026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.242 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:46.945449+0000 mgr.y (mgr.25387) 5927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.002836+0000 mon.a (mon.0) 12027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.005490+0000 mon.a (mon.0) 12028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.006574+0000 mon.a (mon.0) 12029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.008613+0000 mon.a (mon.0) 12030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.009349+0000 mon.a (mon.0) 12031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.010682+0000 mgr.y (mgr.25387) 5928 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.010919+0000 mgr.y (mgr.25387) 5929 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.015389+0000 mon.a (mon.0) 12032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.015813+0000 mgr.y (mgr.25387) 5930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.056519+0000 mon.a (mon.0) 12033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.058661+0000 mon.a (mon.0) 12034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.059582+0000 mon.a (mon.0) 12035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.061651+0000 mon.a (mon.0) 12036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.243 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.062284+0000 mon.a (mon.0) 12037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:46.939028+0000 mon.a (mon.0) 12025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.940198+0000 mgr.y (mgr.25387) 5925 : cluster [DBG] pgmap v3886: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:46.940385+0000 mgr.y (mgr.25387) 5926 : cluster [DBG] pgmap v3887: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:46.944947+0000 mon.a (mon.0) 12026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:46.945449+0000 mgr.y (mgr.25387) 5927 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.002836+0000 mon.a (mon.0) 12027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.005490+0000 mon.a (mon.0) 12028 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.006574+0000 mon.a (mon.0) 12029 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.008613+0000 mon.a (mon.0) 12030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.009349+0000 mon.a (mon.0) 12031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.244 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.010682+0000 mgr.y (mgr.25387) 5928 : cluster [DBG] pgmap v3888: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.010919+0000 mgr.y (mgr.25387) 5929 : cluster [DBG] pgmap v3889: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.015389+0000 mon.a (mon.0) 12032 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.015813+0000 mgr.y (mgr.25387) 5930 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.056519+0000 mon.a (mon.0) 12033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.058661+0000 mon.a (mon.0) 12034 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.059582+0000 mon.a (mon.0) 12035 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.061651+0000 mon.a (mon.0) 12036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.062284+0000 mon.a (mon.0) 12037 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.063755+0000 mgr.y (mgr.25387) 5931 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.064024+0000 mgr.y (mgr.25387) 5932 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.245 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.068607+0000 mon.a (mon.0) 12038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.069071+0000 mgr.y (mgr.25387) 5933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.109530+0000 mon.a (mon.0) 12039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.111406+0000 mon.a (mon.0) 12040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.112201+0000 mon.a (mon.0) 12041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.114116+0000 mon.a (mon.0) 12042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.114715+0000 mon.a (mon.0) 12043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.115868+0000 mgr.y (mgr.25387) 5934 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.116039+0000 mgr.y (mgr.25387) 5935 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.120175+0000 mon.a (mon.0) 12044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.120583+0000 mgr.y (mgr.25387) 5936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.177227+0000 mon.a (mon.0) 12045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.179020+0000 mon.a (mon.0) 12046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.179848+0000 mon.a (mon.0) 12047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.181680+0000 mon.a (mon.0) 12048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.246 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.182268+0000 mon.a (mon.0) 12049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.183421+0000 mgr.y (mgr.25387) 5937 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.183663+0000 mgr.y (mgr.25387) 5938 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.063755+0000 mgr.y (mgr.25387) 5931 : cluster [DBG] pgmap v3890: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.064024+0000 mgr.y (mgr.25387) 5932 : cluster [DBG] pgmap v3891: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.068607+0000 mon.a (mon.0) 12038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.069071+0000 mgr.y (mgr.25387) 5933 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.109530+0000 mon.a (mon.0) 12039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.111406+0000 mon.a (mon.0) 12040 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.112201+0000 mon.a (mon.0) 12041 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.114116+0000 mon.a (mon.0) 12042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.247 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.114715+0000 mon.a (mon.0) 12043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.115868+0000 mgr.y (mgr.25387) 5934 : cluster [DBG] pgmap v3892: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.116039+0000 mgr.y (mgr.25387) 5935 : cluster [DBG] pgmap v3893: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.120175+0000 mon.a (mon.0) 12044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.120583+0000 mgr.y (mgr.25387) 5936 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.177227+0000 mon.a (mon.0) 12045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.179020+0000 mon.a (mon.0) 12046 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.179848+0000 mon.a (mon.0) 12047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.181680+0000 mon.a (mon.0) 12048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.182268+0000 mon.a (mon.0) 12049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.183421+0000 mgr.y (mgr.25387) 5937 : cluster [DBG] pgmap v3894: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.248 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.183663+0000 mgr.y (mgr.25387) 5938 : cluster [DBG] pgmap v3895: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.187725+0000 mon.a (mon.0) 12050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.188143+0000 mgr.y (mgr.25387) 5939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.228555+0000 mon.a (mon.0) 12051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.230309+0000 mon.a (mon.0) 12052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.231014+0000 mon.a (mon.0) 12053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.232690+0000 mon.a (mon.0) 12054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.233193+0000 mon.a (mon.0) 12055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.238155+0000 mon.a (mon.0) 12056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.279079+0000 mon.a (mon.0) 12057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.281001+0000 mon.a (mon.0) 12058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.281860+0000 mon.a (mon.0) 12059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.249 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.283727+0000 mon.a (mon.0) 12060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.284421+0000 mon.a (mon.0) 12061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.289751+0000 mon.a (mon.0) 12062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.330564+0000 mon.a (mon.0) 12063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.332293+0000 mon.a (mon.0) 12064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.333065+0000 mon.a (mon.0) 12065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.334932+0000 mon.a (mon.0) 12066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.335478+0000 mon.a (mon.0) 12067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.343815+0000 mon.a (mon.0) 12068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.386930+0000 mon.a (mon.0) 12069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.388770+0000 mon.a (mon.0) 12070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.389557+0000 mon.a (mon.0) 12071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.391416+0000 mon.a (mon.0) 12072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.392027+0000 mon.a (mon.0) 12073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.250 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.399870+0000 mon.a (mon.0) 12074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.441496+0000 mon.a (mon.0) 12075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.443284+0000 mon.a (mon.0) 12076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.444079+0000 mon.a (mon.0) 12077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.446028+0000 mon.a (mon.0) 12078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.446676+0000 mon.a (mon.0) 12079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.452495+0000 mon.a (mon.0) 12080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.510296+0000 mon.a (mon.0) 12081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.512217+0000 mon.a (mon.0) 12082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.513097+0000 mon.a (mon.0) 12083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.514930+0000 mon.a (mon.0) 12084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.515503+0000 mon.a (mon.0) 12085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.521060+0000 mon.a (mon.0) 12086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.251 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.187725+0000 mon.a (mon.0) 12050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.188143+0000 mgr.y (mgr.25387) 5939 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.228555+0000 mon.a (mon.0) 12051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.230309+0000 mon.a (mon.0) 12052 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.231014+0000 mon.a (mon.0) 12053 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.232690+0000 mon.a (mon.0) 12054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.233193+0000 mon.a (mon.0) 12055 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.238155+0000 mon.a (mon.0) 12056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.279079+0000 mon.a (mon.0) 12057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.281001+0000 mon.a (mon.0) 12058 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.281860+0000 mon.a (mon.0) 12059 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.283727+0000 mon.a (mon.0) 12060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.252 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.284421+0000 mon.a (mon.0) 12061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.289751+0000 mon.a (mon.0) 12062 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.330564+0000 mon.a (mon.0) 12063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.332293+0000 mon.a (mon.0) 12064 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.333065+0000 mon.a (mon.0) 12065 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.334932+0000 mon.a (mon.0) 12066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.253 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.335478+0000 mon.a (mon.0) 12067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.561615+0000 mon.a (mon.0) 12087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.563359+0000 mon.a (mon.0) 12088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.564127+0000 mon.a (mon.0) 12089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.565928+0000 mon.a (mon.0) 12090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.566590+0000 mon.a (mon.0) 12091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.572392+0000 mon.a (mon.0) 12092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.617170+0000 mon.a (mon.0) 12093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.619469+0000 mon.a (mon.0) 12094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.620299+0000 mon.a (mon.0) 12095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.622502+0000 mon.a (mon.0) 12096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.623154+0000 mon.a (mon.0) 12097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.629981+0000 mon.a (mon.0) 12098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.254 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.688201+0000 mon.a (mon.0) 12099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.690368+0000 mon.a (mon.0) 12100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.691509+0000 mon.a (mon.0) 12101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.694785+0000 mon.a (mon.0) 12102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.695597+0000 mon.a (mon.0) 12103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.706382+0000 mon.a (mon.0) 12104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.763827+0000 mon.a (mon.0) 12105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.766481+0000 mon.a (mon.0) 12106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.767427+0000 mon.a (mon.0) 12107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.770612+0000 mon.a (mon.0) 12108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.771361+0000 mon.a (mon.0) 12109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.780064+0000 mon.a (mon.0) 12110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.853225+0000 mon.a (mon.0) 12111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.855851+0000 mon.a (mon.0) 12112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.857287+0000 mon.a (mon.0) 12113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.255 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.860345+0000 mon.a (mon.0) 12114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.861374+0000 mon.a (mon.0) 12115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.868978+0000 mon.a (mon.0) 12116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.909641+0000 mon.a (mon.0) 12117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.911494+0000 mon.a (mon.0) 12118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.912269+0000 mon.a (mon.0) 12119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[73934]: audit 2024-03-30T04:50:47.914408+0000 mon.a (mon.0) 12120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.343815+0000 mon.a (mon.0) 12068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.256 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.386930+0000 mon.a (mon.0) 12069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.388770+0000 mon.a (mon.0) 12070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.389557+0000 mon.a (mon.0) 12071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.391416+0000 mon.a (mon.0) 12072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.392027+0000 mon.a (mon.0) 12073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.399870+0000 mon.a (mon.0) 12074 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.441496+0000 mon.a (mon.0) 12075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.443284+0000 mon.a (mon.0) 12076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.444079+0000 mon.a (mon.0) 12077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.446028+0000 mon.a (mon.0) 12078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.446676+0000 mon.a (mon.0) 12079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.452495+0000 mon.a (mon.0) 12080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.510296+0000 mon.a (mon.0) 12081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.512217+0000 mon.a (mon.0) 12082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.513097+0000 mon.a (mon.0) 12083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.257 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.514930+0000 mon.a (mon.0) 12084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.515503+0000 mon.a (mon.0) 12085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.521060+0000 mon.a (mon.0) 12086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.561615+0000 mon.a (mon.0) 12087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.563359+0000 mon.a (mon.0) 12088 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.564127+0000 mon.a (mon.0) 12089 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.565928+0000 mon.a (mon.0) 12090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.566590+0000 mon.a (mon.0) 12091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.572392+0000 mon.a (mon.0) 12092 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.617170+0000 mon.a (mon.0) 12093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.619469+0000 mon.a (mon.0) 12094 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.620299+0000 mon.a (mon.0) 12095 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.622502+0000 mon.a (mon.0) 12096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.258 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.623154+0000 mon.a (mon.0) 12097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.629981+0000 mon.a (mon.0) 12098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.688201+0000 mon.a (mon.0) 12099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.690368+0000 mon.a (mon.0) 12100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.691509+0000 mon.a (mon.0) 12101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.694785+0000 mon.a (mon.0) 12102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.695597+0000 mon.a (mon.0) 12103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.706382+0000 mon.a (mon.0) 12104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.763827+0000 mon.a (mon.0) 12105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.766481+0000 mon.a (mon.0) 12106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.767427+0000 mon.a (mon.0) 12107 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.770612+0000 mon.a (mon.0) 12108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.771361+0000 mon.a (mon.0) 12109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.259 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.780064+0000 mon.a (mon.0) 12110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.853225+0000 mon.a (mon.0) 12111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.855851+0000 mon.a (mon.0) 12112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.857287+0000 mon.a (mon.0) 12113 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.860345+0000 mon.a (mon.0) 12114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.861374+0000 mon.a (mon.0) 12115 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.868978+0000 mon.a (mon.0) 12116 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.909641+0000 mon.a (mon.0) 12117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.911494+0000 mon.a (mon.0) 12118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.912269+0000 mon.a (mon.0) 12119 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:48.260 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:47 smithi097 bash[69502]: audit 2024-03-30T04:50:47.914408+0000 mon.a (mon.0) 12120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.174 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.234269+0000 mgr.y (mgr.25387) 5940 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.234435+0000 mgr.y (mgr.25387) 5941 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.238526+0000 mgr.y (mgr.25387) 5942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.285711+0000 mgr.y (mgr.25387) 5943 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.285886+0000 mgr.y (mgr.25387) 5944 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.290183+0000 mgr.y (mgr.25387) 5945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.336693+0000 mgr.y (mgr.25387) 5946 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.336924+0000 mgr.y (mgr.25387) 5947 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.344285+0000 mgr.y (mgr.25387) 5948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.393187+0000 mgr.y (mgr.25387) 5949 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.175 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.393421+0000 mgr.y (mgr.25387) 5950 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.400417+0000 mgr.y (mgr.25387) 5951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.448018+0000 mgr.y (mgr.25387) 5952 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.448215+0000 mgr.y (mgr.25387) 5953 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.452997+0000 mgr.y (mgr.25387) 5954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.516672+0000 mgr.y (mgr.25387) 5955 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.516901+0000 mgr.y (mgr.25387) 5956 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.521558+0000 mgr.y (mgr.25387) 5957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.567745+0000 mgr.y (mgr.25387) 5958 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.567945+0000 mgr.y (mgr.25387) 5959 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.572856+0000 mgr.y (mgr.25387) 5960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.624435+0000 mgr.y (mgr.25387) 5961 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.176 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.624643+0000 mgr.y (mgr.25387) 5962 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.630405+0000 mgr.y (mgr.25387) 5963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.697088+0000 mgr.y (mgr.25387) 5964 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.697315+0000 mgr.y (mgr.25387) 5965 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.706904+0000 mgr.y (mgr.25387) 5966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.772724+0000 mgr.y (mgr.25387) 5967 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.772920+0000 mgr.y (mgr.25387) 5968 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.780532+0000 mgr.y (mgr.25387) 5969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.862982+0000 mgr.y (mgr.25387) 5970 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.863253+0000 mgr.y (mgr.25387) 5971 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.869501+0000 mgr.y (mgr.25387) 5972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.915757+0000 mon.a (mon.0) 12121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.917109+0000 mgr.y (mgr.25387) 5973 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.917302+0000 mgr.y (mgr.25387) 5974 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.177 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.931033+0000 mon.a (mon.0) 12122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.931649+0000 mgr.y (mgr.25387) 5975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.973747+0000 mon.a (mon.0) 12123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.975526+0000 mon.a (mon.0) 12124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.976282+0000 mon.a (mon.0) 12125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.978095+0000 mon.a (mon.0) 12126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.978720+0000 mon.a (mon.0) 12127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.979877+0000 mgr.y (mgr.25387) 5976 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:47.980057+0000 mgr.y (mgr.25387) 5977 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:47.984935+0000 mon.a (mon.0) 12128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:47.985394+0000 mgr.y (mgr.25387) 5978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.025307+0000 mon.a (mon.0) 12129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.027083+0000 mon.a (mon.0) 12130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.027829+0000 mon.a (mon.0) 12131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.178 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.029828+0000 mon.a (mon.0) 12132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.030444+0000 mon.a (mon.0) 12133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.031640+0000 mgr.y (mgr.25387) 5979 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.031879+0000 mgr.y (mgr.25387) 5980 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.035750+0000 mon.a (mon.0) 12134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.036189+0000 mgr.y (mgr.25387) 5981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.077225+0000 mon.a (mon.0) 12135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.079375+0000 mon.a (mon.0) 12136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.080330+0000 mon.a (mon.0) 12137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.082464+0000 mon.a (mon.0) 12138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.083164+0000 mon.a (mon.0) 12139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.084660+0000 mgr.y (mgr.25387) 5982 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.084910+0000 mgr.y (mgr.25387) 5983 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.089003+0000 mon.a (mon.0) 12140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.179 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.089480+0000 mgr.y (mgr.25387) 5984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.136242+0000 mon.a (mon.0) 12141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.138408+0000 mon.a (mon.0) 12142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.139312+0000 mon.a (mon.0) 12143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.141352+0000 mon.a (mon.0) 12144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.141929+0000 mon.a (mon.0) 12145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.143105+0000 mgr.y (mgr.25387) 5985 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.143387+0000 mgr.y (mgr.25387) 5986 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.147636+0000 mon.a (mon.0) 12146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.148135+0000 mgr.y (mgr.25387) 5987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.188390+0000 mon.a (mon.0) 12147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.190421+0000 mon.a (mon.0) 12148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.191192+0000 mon.a (mon.0) 12149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.192972+0000 mon.a (mon.0) 12150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.180 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.193578+0000 mon.a (mon.0) 12151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.234269+0000 mgr.y (mgr.25387) 5940 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.234435+0000 mgr.y (mgr.25387) 5941 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.238526+0000 mgr.y (mgr.25387) 5942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.285711+0000 mgr.y (mgr.25387) 5943 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.285886+0000 mgr.y (mgr.25387) 5944 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.290183+0000 mgr.y (mgr.25387) 5945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.336693+0000 mgr.y (mgr.25387) 5946 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.336924+0000 mgr.y (mgr.25387) 5947 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.181 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.344285+0000 mgr.y (mgr.25387) 5948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.393187+0000 mgr.y (mgr.25387) 5949 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.393421+0000 mgr.y (mgr.25387) 5950 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.400417+0000 mgr.y (mgr.25387) 5951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.448018+0000 mgr.y (mgr.25387) 5952 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.448215+0000 mgr.y (mgr.25387) 5953 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.452997+0000 mgr.y (mgr.25387) 5954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.516672+0000 mgr.y (mgr.25387) 5955 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.516901+0000 mgr.y (mgr.25387) 5956 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.521558+0000 mgr.y (mgr.25387) 5957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.567745+0000 mgr.y (mgr.25387) 5958 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.182 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.567945+0000 mgr.y (mgr.25387) 5959 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.201799+0000 mon.a (mon.0) 12152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.244167+0000 mon.a (mon.0) 12153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.246194+0000 mon.a (mon.0) 12154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.247001+0000 mon.a (mon.0) 12155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.248862+0000 mon.a (mon.0) 12156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.249428+0000 mon.a (mon.0) 12157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.254754+0000 mon.a (mon.0) 12158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.295360+0000 mon.a (mon.0) 12159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.297197+0000 mon.a (mon.0) 12160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.183 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.298189+0000 mon.a (mon.0) 12161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.300025+0000 mon.a (mon.0) 12162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.300629+0000 mon.a (mon.0) 12163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.306197+0000 mon.a (mon.0) 12164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.346116+0000 mon.a (mon.0) 12165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.347891+0000 mon.a (mon.0) 12166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.348667+0000 mon.a (mon.0) 12167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.350475+0000 mon.a (mon.0) 12168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.351066+0000 mon.a (mon.0) 12169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.356444+0000 mon.a (mon.0) 12170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.396732+0000 mon.a (mon.0) 12171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.398782+0000 mon.a (mon.0) 12172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.399693+0000 mon.a (mon.0) 12173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.401686+0000 mon.a (mon.0) 12174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.184 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.402250+0000 mon.a (mon.0) 12175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.408359+0000 mon.a (mon.0) 12176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.448657+0000 mon.a (mon.0) 12177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.450652+0000 mon.a (mon.0) 12178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.451627+0000 mon.a (mon.0) 12179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.453572+0000 mon.a (mon.0) 12180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.454191+0000 mon.a (mon.0) 12181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.460524+0000 mon.a (mon.0) 12182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.500844+0000 mon.a (mon.0) 12183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.502883+0000 mon.a (mon.0) 12184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.503827+0000 mon.a (mon.0) 12185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.505908+0000 mon.a (mon.0) 12186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.506561+0000 mon.a (mon.0) 12187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.512829+0000 mon.a (mon.0) 12188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.185 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.553147+0000 mon.a (mon.0) 12189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.572856+0000 mgr.y (mgr.25387) 5960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.624435+0000 mgr.y (mgr.25387) 5961 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.624643+0000 mgr.y (mgr.25387) 5962 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.630405+0000 mgr.y (mgr.25387) 5963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.697088+0000 mgr.y (mgr.25387) 5964 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.697315+0000 mgr.y (mgr.25387) 5965 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.706904+0000 mgr.y (mgr.25387) 5966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.772724+0000 mgr.y (mgr.25387) 5967 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.772920+0000 mgr.y (mgr.25387) 5968 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.780532+0000 mgr.y (mgr.25387) 5969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.186 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.862982+0000 mgr.y (mgr.25387) 5970 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.863253+0000 mgr.y (mgr.25387) 5971 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.869501+0000 mgr.y (mgr.25387) 5972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.915757+0000 mon.a (mon.0) 12121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.917109+0000 mgr.y (mgr.25387) 5973 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.917302+0000 mgr.y (mgr.25387) 5974 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.931033+0000 mon.a (mon.0) 12122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.931649+0000 mgr.y (mgr.25387) 5975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.973747+0000 mon.a (mon.0) 12123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.975526+0000 mon.a (mon.0) 12124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.555672+0000 mon.a (mon.0) 12190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.187 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.556842+0000 mon.a (mon.0) 12191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.559378+0000 mon.a (mon.0) 12192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.560230+0000 mon.a (mon.0) 12193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.566666+0000 mon.a (mon.0) 12194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.607061+0000 mon.a (mon.0) 12195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.609031+0000 mon.a (mon.0) 12196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.609924+0000 mon.a (mon.0) 12197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.611842+0000 mon.a (mon.0) 12198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.612497+0000 mon.a (mon.0) 12199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.618014+0000 mon.a (mon.0) 12200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.661483+0000 mon.a (mon.0) 12201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.663774+0000 mon.a (mon.0) 12202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.664706+0000 mon.a (mon.0) 12203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.666852+0000 mon.a (mon.0) 12204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.188 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.667569+0000 mon.a (mon.0) 12205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.673491+0000 mon.a (mon.0) 12206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.718924+0000 mon.a (mon.0) 12207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.721115+0000 mon.a (mon.0) 12208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.976282+0000 mon.a (mon.0) 12125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.978095+0000 mon.a (mon.0) 12126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.978720+0000 mon.a (mon.0) 12127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.979877+0000 mgr.y (mgr.25387) 5976 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:47.980057+0000 mgr.y (mgr.25387) 5977 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:47.984935+0000 mon.a (mon.0) 12128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:47.985394+0000 mgr.y (mgr.25387) 5978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.189 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.025307+0000 mon.a (mon.0) 12129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.027083+0000 mon.a (mon.0) 12130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.027829+0000 mon.a (mon.0) 12131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.029828+0000 mon.a (mon.0) 12132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.030444+0000 mon.a (mon.0) 12133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.031640+0000 mgr.y (mgr.25387) 5979 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.031879+0000 mgr.y (mgr.25387) 5980 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.035750+0000 mon.a (mon.0) 12134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.036189+0000 mgr.y (mgr.25387) 5981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.077225+0000 mon.a (mon.0) 12135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.079375+0000 mon.a (mon.0) 12136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.190 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.080330+0000 mon.a (mon.0) 12137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.722006+0000 mon.a (mon.0) 12209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.724103+0000 mon.a (mon.0) 12210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.724746+0000 mon.a (mon.0) 12211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.730779+0000 mon.a (mon.0) 12212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.776156+0000 mon.a (mon.0) 12213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.778464+0000 mon.a (mon.0) 12214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.779362+0000 mon.a (mon.0) 12215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.781499+0000 mon.a (mon.0) 12216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.782193+0000 mon.a (mon.0) 12217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.788345+0000 mon.a (mon.0) 12218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.191 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.830173+0000 mon.a (mon.0) 12219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.832046+0000 mon.a (mon.0) 12220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.832889+0000 mon.a (mon.0) 12221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.834841+0000 mon.a (mon.0) 12222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.835453+0000 mon.a (mon.0) 12223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.841018+0000 mon.a (mon.0) 12224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.882607+0000 mon.a (mon.0) 12225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.884643+0000 mon.a (mon.0) 12226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.885572+0000 mon.a (mon.0) 12227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.887505+0000 mon.a (mon.0) 12228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.888181+0000 mon.a (mon.0) 12229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.192 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[73934]: audit 2024-03-30T04:50:48.893821+0000 mon.a (mon.0) 12230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.082464+0000 mon.a (mon.0) 12138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.083164+0000 mon.a (mon.0) 12139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.084660+0000 mgr.y (mgr.25387) 5982 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.084910+0000 mgr.y (mgr.25387) 5983 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.089003+0000 mon.a (mon.0) 12140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.089480+0000 mgr.y (mgr.25387) 5984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.193 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.136242+0000 mon.a (mon.0) 12141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.194 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.138408+0000 mon.a (mon.0) 12142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.194 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.139312+0000 mon.a (mon.0) 12143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.194 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.141352+0000 mon.a (mon.0) 12144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.194 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.141929+0000 mon.a (mon.0) 12145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.194 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.143105+0000 mgr.y (mgr.25387) 5985 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.143387+0000 mgr.y (mgr.25387) 5986 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.147636+0000 mon.a (mon.0) 12146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.148135+0000 mgr.y (mgr.25387) 5987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.188390+0000 mon.a (mon.0) 12147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.190421+0000 mon.a (mon.0) 12148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.191192+0000 mon.a (mon.0) 12149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.192972+0000 mon.a (mon.0) 12150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.193578+0000 mon.a (mon.0) 12151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.201799+0000 mon.a (mon.0) 12152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.244167+0000 mon.a (mon.0) 12153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.246194+0000 mon.a (mon.0) 12154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.247001+0000 mon.a (mon.0) 12155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.195 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.248862+0000 mon.a (mon.0) 12156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.196 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.249428+0000 mon.a (mon.0) 12157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.196 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.254754+0000 mon.a (mon.0) 12158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.196 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.295360+0000 mon.a (mon.0) 12159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.196 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.297197+0000 mon.a (mon.0) 12160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.196 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.298189+0000 mon.a (mon.0) 12161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.196 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.300025+0000 mon.a (mon.0) 12162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.300629+0000 mon.a (mon.0) 12163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.306197+0000 mon.a (mon.0) 12164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.346116+0000 mon.a (mon.0) 12165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.347891+0000 mon.a (mon.0) 12166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.348667+0000 mon.a (mon.0) 12167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.350475+0000 mon.a (mon.0) 12168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.351066+0000 mon.a (mon.0) 12169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.356444+0000 mon.a (mon.0) 12170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.396732+0000 mon.a (mon.0) 12171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.398782+0000 mon.a (mon.0) 12172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.399693+0000 mon.a (mon.0) 12173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.401686+0000 mon.a (mon.0) 12174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.402250+0000 mon.a (mon.0) 12175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.197 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.408359+0000 mon.a (mon.0) 12176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.448657+0000 mon.a (mon.0) 12177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.450652+0000 mon.a (mon.0) 12178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.451627+0000 mon.a (mon.0) 12179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.453572+0000 mon.a (mon.0) 12180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.454191+0000 mon.a (mon.0) 12181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.460524+0000 mon.a (mon.0) 12182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.500844+0000 mon.a (mon.0) 12183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.502883+0000 mon.a (mon.0) 12184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.503827+0000 mon.a (mon.0) 12185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.505908+0000 mon.a (mon.0) 12186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.198 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.506561+0000 mon.a (mon.0) 12187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.512829+0000 mon.a (mon.0) 12188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.553147+0000 mon.a (mon.0) 12189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.555672+0000 mon.a (mon.0) 12190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.556842+0000 mon.a (mon.0) 12191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.559378+0000 mon.a (mon.0) 12192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.560230+0000 mon.a (mon.0) 12193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.566666+0000 mon.a (mon.0) 12194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.607061+0000 mon.a (mon.0) 12195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.609031+0000 mon.a (mon.0) 12196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.609924+0000 mon.a (mon.0) 12197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.611842+0000 mon.a (mon.0) 12198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.612497+0000 mon.a (mon.0) 12199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.618014+0000 mon.a (mon.0) 12200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.661483+0000 mon.a (mon.0) 12201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.663774+0000 mon.a (mon.0) 12202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.199 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.664706+0000 mon.a (mon.0) 12203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.666852+0000 mon.a (mon.0) 12204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.667569+0000 mon.a (mon.0) 12205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.673491+0000 mon.a (mon.0) 12206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.718924+0000 mon.a (mon.0) 12207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.721115+0000 mon.a (mon.0) 12208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.722006+0000 mon.a (mon.0) 12209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.724103+0000 mon.a (mon.0) 12210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.724746+0000 mon.a (mon.0) 12211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.730779+0000 mon.a (mon.0) 12212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.776156+0000 mon.a (mon.0) 12213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.778464+0000 mon.a (mon.0) 12214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.779362+0000 mon.a (mon.0) 12215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.781499+0000 mon.a (mon.0) 12216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.782193+0000 mon.a (mon.0) 12217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.788345+0000 mon.a (mon.0) 12218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.200 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.830173+0000 mon.a (mon.0) 12219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.832046+0000 mon.a (mon.0) 12220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.832889+0000 mon.a (mon.0) 12221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.834841+0000 mon.a (mon.0) 12222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.835453+0000 mon.a (mon.0) 12223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.841018+0000 mon.a (mon.0) 12224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.882607+0000 mon.a (mon.0) 12225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.884643+0000 mon.a (mon.0) 12226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.885572+0000 mon.a (mon.0) 12227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.887505+0000 mon.a (mon.0) 12228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.888181+0000 mon.a (mon.0) 12229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.201 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:48 smithi097 bash[69502]: audit 2024-03-30T04:50:48.893821+0000 mon.a (mon.0) 12230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.234269+0000 mgr.y (mgr.25387) 5940 : cluster [DBG] pgmap v3896: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.234435+0000 mgr.y (mgr.25387) 5941 : cluster [DBG] pgmap v3897: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.238526+0000 mgr.y (mgr.25387) 5942 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.285711+0000 mgr.y (mgr.25387) 5943 : cluster [DBG] pgmap v3898: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.285886+0000 mgr.y (mgr.25387) 5944 : cluster [DBG] pgmap v3899: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.290183+0000 mgr.y (mgr.25387) 5945 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.336693+0000 mgr.y (mgr.25387) 5946 : cluster [DBG] pgmap v3900: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.336924+0000 mgr.y (mgr.25387) 5947 : cluster [DBG] pgmap v3901: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.344285+0000 mgr.y (mgr.25387) 5948 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.393187+0000 mgr.y (mgr.25387) 5949 : cluster [DBG] pgmap v3902: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.393421+0000 mgr.y (mgr.25387) 5950 : cluster [DBG] pgmap v3903: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.400417+0000 mgr.y (mgr.25387) 5951 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.448018+0000 mgr.y (mgr.25387) 5952 : cluster [DBG] pgmap v3904: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.448215+0000 mgr.y (mgr.25387) 5953 : cluster [DBG] pgmap v3905: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.452997+0000 mgr.y (mgr.25387) 5954 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.516672+0000 mgr.y (mgr.25387) 5955 : cluster [DBG] pgmap v3906: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.516901+0000 mgr.y (mgr.25387) 5956 : cluster [DBG] pgmap v3907: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.521558+0000 mgr.y (mgr.25387) 5957 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.567745+0000 mgr.y (mgr.25387) 5958 : cluster [DBG] pgmap v3908: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.567945+0000 mgr.y (mgr.25387) 5959 : cluster [DBG] pgmap v3909: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.572856+0000 mgr.y (mgr.25387) 5960 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.624435+0000 mgr.y (mgr.25387) 5961 : cluster [DBG] pgmap v3910: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.624643+0000 mgr.y (mgr.25387) 5962 : cluster [DBG] pgmap v3911: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.630405+0000 mgr.y (mgr.25387) 5963 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.697088+0000 mgr.y (mgr.25387) 5964 : cluster [DBG] pgmap v3912: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.697315+0000 mgr.y (mgr.25387) 5965 : cluster [DBG] pgmap v3913: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.706904+0000 mgr.y (mgr.25387) 5966 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.772724+0000 mgr.y (mgr.25387) 5967 : cluster [DBG] pgmap v3914: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.772920+0000 mgr.y (mgr.25387) 5968 : cluster [DBG] pgmap v3915: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.780532+0000 mgr.y (mgr.25387) 5969 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.862982+0000 mgr.y (mgr.25387) 5970 : cluster [DBG] pgmap v3916: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.863253+0000 mgr.y (mgr.25387) 5971 : cluster [DBG] pgmap v3917: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.869501+0000 mgr.y (mgr.25387) 5972 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.915757+0000 mon.a (mon.0) 12121 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.917109+0000 mgr.y (mgr.25387) 5973 : cluster [DBG] pgmap v3918: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.917302+0000 mgr.y (mgr.25387) 5974 : cluster [DBG] pgmap v3919: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.931033+0000 mon.a (mon.0) 12122 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.931649+0000 mgr.y (mgr.25387) 5975 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.973747+0000 mon.a (mon.0) 12123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.975526+0000 mon.a (mon.0) 12124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.976282+0000 mon.a (mon.0) 12125 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.978095+0000 mon.a (mon.0) 12126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.978720+0000 mon.a (mon.0) 12127 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.979877+0000 mgr.y (mgr.25387) 5976 : cluster [DBG] pgmap v3920: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:47.980057+0000 mgr.y (mgr.25387) 5977 : cluster [DBG] pgmap v3921: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:47.984935+0000 mon.a (mon.0) 12128 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:47.985394+0000 mgr.y (mgr.25387) 5978 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.025307+0000 mon.a (mon.0) 12129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.027083+0000 mon.a (mon.0) 12130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.027829+0000 mon.a (mon.0) 12131 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.029828+0000 mon.a (mon.0) 12132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.030444+0000 mon.a (mon.0) 12133 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.031640+0000 mgr.y (mgr.25387) 5979 : cluster [DBG] pgmap v3922: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.031879+0000 mgr.y (mgr.25387) 5980 : cluster [DBG] pgmap v3923: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.035750+0000 mon.a (mon.0) 12134 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.036189+0000 mgr.y (mgr.25387) 5981 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.077225+0000 mon.a (mon.0) 12135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.079375+0000 mon.a (mon.0) 12136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.080330+0000 mon.a (mon.0) 12137 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.082464+0000 mon.a (mon.0) 12138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.083164+0000 mon.a (mon.0) 12139 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.084660+0000 mgr.y (mgr.25387) 5982 : cluster [DBG] pgmap v3924: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.084910+0000 mgr.y (mgr.25387) 5983 : cluster [DBG] pgmap v3925: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.089003+0000 mon.a (mon.0) 12140 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.089480+0000 mgr.y (mgr.25387) 5984 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.136242+0000 mon.a (mon.0) 12141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.138408+0000 mon.a (mon.0) 12142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.139312+0000 mon.a (mon.0) 12143 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.141352+0000 mon.a (mon.0) 12144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.141929+0000 mon.a (mon.0) 12145 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.143105+0000 mgr.y (mgr.25387) 5985 : cluster [DBG] pgmap v3926: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.143387+0000 mgr.y (mgr.25387) 5986 : cluster [DBG] pgmap v3927: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.147636+0000 mon.a (mon.0) 12146 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.148135+0000 mgr.y (mgr.25387) 5987 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.188390+0000 mon.a (mon.0) 12147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.190421+0000 mon.a (mon.0) 12148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.191192+0000 mon.a (mon.0) 12149 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.192972+0000 mon.a (mon.0) 12150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.193578+0000 mon.a (mon.0) 12151 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.201799+0000 mon.a (mon.0) 12152 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.244167+0000 mon.a (mon.0) 12153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.246194+0000 mon.a (mon.0) 12154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.247001+0000 mon.a (mon.0) 12155 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.248862+0000 mon.a (mon.0) 12156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.249428+0000 mon.a (mon.0) 12157 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.254754+0000 mon.a (mon.0) 12158 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.295360+0000 mon.a (mon.0) 12159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.297197+0000 mon.a (mon.0) 12160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.298189+0000 mon.a (mon.0) 12161 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.300025+0000 mon.a (mon.0) 12162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.300629+0000 mon.a (mon.0) 12163 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.306197+0000 mon.a (mon.0) 12164 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.346116+0000 mon.a (mon.0) 12165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.347891+0000 mon.a (mon.0) 12166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.348667+0000 mon.a (mon.0) 12167 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.350475+0000 mon.a (mon.0) 12168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.351066+0000 mon.a (mon.0) 12169 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.356444+0000 mon.a (mon.0) 12170 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.396732+0000 mon.a (mon.0) 12171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.398782+0000 mon.a (mon.0) 12172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.399693+0000 mon.a (mon.0) 12173 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.401686+0000 mon.a (mon.0) 12174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.402250+0000 mon.a (mon.0) 12175 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.408359+0000 mon.a (mon.0) 12176 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.448657+0000 mon.a (mon.0) 12177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.450652+0000 mon.a (mon.0) 12178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.451627+0000 mon.a (mon.0) 12179 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.453572+0000 mon.a (mon.0) 12180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.454191+0000 mon.a (mon.0) 12181 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.460524+0000 mon.a (mon.0) 12182 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.500844+0000 mon.a (mon.0) 12183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.502883+0000 mon.a (mon.0) 12184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.503827+0000 mon.a (mon.0) 12185 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.505908+0000 mon.a (mon.0) 12186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.506561+0000 mon.a (mon.0) 12187 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.512829+0000 mon.a (mon.0) 12188 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.553147+0000 mon.a (mon.0) 12189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.555672+0000 mon.a (mon.0) 12190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.556842+0000 mon.a (mon.0) 12191 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.468 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.559378+0000 mon.a (mon.0) 12192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.560230+0000 mon.a (mon.0) 12193 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.566666+0000 mon.a (mon.0) 12194 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.607061+0000 mon.a (mon.0) 12195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.609031+0000 mon.a (mon.0) 12196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.609924+0000 mon.a (mon.0) 12197 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.611842+0000 mon.a (mon.0) 12198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.612497+0000 mon.a (mon.0) 12199 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.618014+0000 mon.a (mon.0) 12200 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.661483+0000 mon.a (mon.0) 12201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.663774+0000 mon.a (mon.0) 12202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.664706+0000 mon.a (mon.0) 12203 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.666852+0000 mon.a (mon.0) 12204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.667569+0000 mon.a (mon.0) 12205 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.673491+0000 mon.a (mon.0) 12206 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.469 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.718924+0000 mon.a (mon.0) 12207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.721115+0000 mon.a (mon.0) 12208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.722006+0000 mon.a (mon.0) 12209 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.724103+0000 mon.a (mon.0) 12210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.724746+0000 mon.a (mon.0) 12211 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.730779+0000 mon.a (mon.0) 12212 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.776156+0000 mon.a (mon.0) 12213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.778464+0000 mon.a (mon.0) 12214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.779362+0000 mon.a (mon.0) 12215 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.781499+0000 mon.a (mon.0) 12216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.782193+0000 mon.a (mon.0) 12217 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.788345+0000 mon.a (mon.0) 12218 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.830173+0000 mon.a (mon.0) 12219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.832046+0000 mon.a (mon.0) 12220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.470 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.832889+0000 mon.a (mon.0) 12221 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.834841+0000 mon.a (mon.0) 12222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.835453+0000 mon.a (mon.0) 12223 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.841018+0000 mon.a (mon.0) 12224 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.882607+0000 mon.a (mon.0) 12225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.884643+0000 mon.a (mon.0) 12226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.885572+0000 mon.a (mon.0) 12227 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.887505+0000 mon.a (mon.0) 12228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.888181+0000 mon.a (mon.0) 12229 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:49.471 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.893821+0000 mon.a (mon.0) 12230 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.116 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.195016+0000 mgr.y (mgr.25387) 5988 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.116 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.195254+0000 mgr.y (mgr.25387) 5989 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.116 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.202216+0000 mgr.y (mgr.25387) 5990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.116 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.250630+0000 mgr.y (mgr.25387) 5991 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.250865+0000 mgr.y (mgr.25387) 5992 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.255117+0000 mgr.y (mgr.25387) 5993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.301856+0000 mgr.y (mgr.25387) 5994 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.302124+0000 mgr.y (mgr.25387) 5995 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.306576+0000 mgr.y (mgr.25387) 5996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.352192+0000 mgr.y (mgr.25387) 5997 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.352444+0000 mgr.y (mgr.25387) 5998 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.356830+0000 mgr.y (mgr.25387) 5999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.403391+0000 mgr.y (mgr.25387) 6000 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.403620+0000 mgr.y (mgr.25387) 6001 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.408747+0000 mgr.y (mgr.25387) 6002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.455361+0000 mgr.y (mgr.25387) 6003 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.455596+0000 mgr.y (mgr.25387) 6004 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.117 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.460897+0000 mgr.y (mgr.25387) 6005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.507734+0000 mgr.y (mgr.25387) 6006 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.507955+0000 mgr.y (mgr.25387) 6007 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.195016+0000 mgr.y (mgr.25387) 5988 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.195254+0000 mgr.y (mgr.25387) 5989 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.202216+0000 mgr.y (mgr.25387) 5990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.250630+0000 mgr.y (mgr.25387) 5991 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.118 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.250865+0000 mgr.y (mgr.25387) 5992 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.255117+0000 mgr.y (mgr.25387) 5993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.301856+0000 mgr.y (mgr.25387) 5994 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.302124+0000 mgr.y (mgr.25387) 5995 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.306576+0000 mgr.y (mgr.25387) 5996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.352192+0000 mgr.y (mgr.25387) 5997 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.352444+0000 mgr.y (mgr.25387) 5998 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.356830+0000 mgr.y (mgr.25387) 5999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.403391+0000 mgr.y (mgr.25387) 6000 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.403620+0000 mgr.y (mgr.25387) 6001 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.408747+0000 mgr.y (mgr.25387) 6002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.455361+0000 mgr.y (mgr.25387) 6003 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.455596+0000 mgr.y (mgr.25387) 6004 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.460897+0000 mgr.y (mgr.25387) 6005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.507734+0000 mgr.y (mgr.25387) 6006 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.119 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.507955+0000 mgr.y (mgr.25387) 6007 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.513196+0000 mgr.y (mgr.25387) 6008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.561902+0000 mgr.y (mgr.25387) 6009 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.562287+0000 mgr.y (mgr.25387) 6010 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.567095+0000 mgr.y (mgr.25387) 6011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.613733+0000 mgr.y (mgr.25387) 6012 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.613966+0000 mgr.y (mgr.25387) 6013 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.618534+0000 mgr.y (mgr.25387) 6014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.668926+0000 mgr.y (mgr.25387) 6015 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.669228+0000 mgr.y (mgr.25387) 6016 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.674043+0000 mgr.y (mgr.25387) 6017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.726148+0000 mgr.y (mgr.25387) 6018 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.726467+0000 mgr.y (mgr.25387) 6019 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.731295+0000 mgr.y (mgr.25387) 6020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.783486+0000 mgr.y (mgr.25387) 6021 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.120 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.783769+0000 mgr.y (mgr.25387) 6022 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.788827+0000 mgr.y (mgr.25387) 6023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.836627+0000 mgr.y (mgr.25387) 6024 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.836875+0000 mgr.y (mgr.25387) 6025 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.841470+0000 mgr.y (mgr.25387) 6026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.889491+0000 mgr.y (mgr.25387) 6027 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.513196+0000 mgr.y (mgr.25387) 6008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.561902+0000 mgr.y (mgr.25387) 6009 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.562287+0000 mgr.y (mgr.25387) 6010 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.567095+0000 mgr.y (mgr.25387) 6011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.121 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.613733+0000 mgr.y (mgr.25387) 6012 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.613966+0000 mgr.y (mgr.25387) 6013 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.618534+0000 mgr.y (mgr.25387) 6014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.668926+0000 mgr.y (mgr.25387) 6015 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.669228+0000 mgr.y (mgr.25387) 6016 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.674043+0000 mgr.y (mgr.25387) 6017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.726148+0000 mgr.y (mgr.25387) 6018 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.726467+0000 mgr.y (mgr.25387) 6019 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.731295+0000 mgr.y (mgr.25387) 6020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.783486+0000 mgr.y (mgr.25387) 6021 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.783769+0000 mgr.y (mgr.25387) 6022 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.788827+0000 mgr.y (mgr.25387) 6023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.836627+0000 mgr.y (mgr.25387) 6024 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.836875+0000 mgr.y (mgr.25387) 6025 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.122 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.841470+0000 mgr.y (mgr.25387) 6026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.889491+0000 mgr.y (mgr.25387) 6027 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.889818+0000 mgr.y (mgr.25387) 6028 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:48.894240+0000 mgr.y (mgr.25387) 6029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:48.950653+0000 mon.a (mon.0) 12231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:48.952464+0000 mon.a (mon.0) 12232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:48.953304+0000 mon.a (mon.0) 12233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:48.955049+0000 mon.a (mon.0) 12234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:48.955657+0000 mon.a (mon.0) 12235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.956823+0000 mgr.y (mgr.25387) 6030 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.123 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cluster 2024-03-30T04:50:48.957063+0000 mgr.y (mgr.25387) 6031 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.138578+0000 mon.a (mon.0) 12236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.139195+0000 mgr.y (mgr.25387) 6032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.213558+0000 mon.a (mon.0) 12237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.215545+0000 mon.a (mon.0) 12238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.216724+0000 mon.a (mon.0) 12239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.218799+0000 mon.a (mon.0) 12240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.219532+0000 mon.a (mon.0) 12241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.225737+0000 mon.a (mon.0) 12242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.283494+0000 mon.a (mon.0) 12243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.285541+0000 mon.a (mon.0) 12244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.286462+0000 mon.a (mon.0) 12245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.288640+0000 mon.a (mon.0) 12246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.289411+0000 mon.a (mon.0) 12247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.295967+0000 mon.a (mon.0) 12248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.124 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.384008+0000 mon.a (mon.0) 12249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.388490+0000 mon.a (mon.0) 12250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.390521+0000 mon.a (mon.0) 12251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.394913+0000 mon.a (mon.0) 12252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.396521+0000 mon.a (mon.0) 12253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.409026+0000 mon.a (mon.0) 12254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.486489+0000 mon.a (mon.0) 12255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.489026+0000 mon.a (mon.0) 12256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.490121+0000 mon.a (mon.0) 12257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.492766+0000 mon.a (mon.0) 12258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.493521+0000 mon.a (mon.0) 12259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.502148+0000 mon.a (mon.0) 12260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.544621+0000 mon.a (mon.0) 12261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.546894+0000 mon.a (mon.0) 12262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.125 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.547839+0000 mon.a (mon.0) 12263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.549857+0000 mon.a (mon.0) 12264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.550487+0000 mon.a (mon.0) 12265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.557291+0000 mon.a (mon.0) 12266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.598420+0000 mon.a (mon.0) 12267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.600275+0000 mon.a (mon.0) 12268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.601119+0000 mon.a (mon.0) 12269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.603407+0000 mon.a (mon.0) 12270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.604010+0000 mon.a (mon.0) 12271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.609573+0000 mon.a (mon.0) 12272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.673572+0000 mon.a (mon.0) 12273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.678951+0000 mon.a (mon.0) 12274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.680412+0000 mon.a (mon.0) 12275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.685101+0000 mon.a (mon.0) 12276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.686084+0000 mon.a (mon.0) 12277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.694915+0000 mon.a (mon.0) 12278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.774146+0000 mon.a (mon.0) 12279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.776642+0000 mon.a (mon.0) 12280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.777647+0000 mon.a (mon.0) 12281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.779765+0000 mon.a (mon.0) 12282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.780467+0000 mon.a (mon.0) 12283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.787684+0000 mon.a (mon.0) 12284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.851092+0000 mon.a (mon.0) 12285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.853356+0000 mon.a (mon.0) 12286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.854233+0000 mon.a (mon.0) 12287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.856405+0000 mon.a (mon.0) 12288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.857117+0000 mon.a (mon.0) 12289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[69502]: audit 2024-03-30T04:50:49.863975+0000 mon.a (mon.0) 12290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.889818+0000 mgr.y (mgr.25387) 6028 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:48.894240+0000 mgr.y (mgr.25387) 6029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:48.950653+0000 mon.a (mon.0) 12231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:48.952464+0000 mon.a (mon.0) 12232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:48.953304+0000 mon.a (mon.0) 12233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:48.955049+0000 mon.a (mon.0) 12234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:48.955657+0000 mon.a (mon.0) 12235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.956823+0000 mgr.y (mgr.25387) 6030 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cluster 2024-03-30T04:50:48.957063+0000 mgr.y (mgr.25387) 6031 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.138578+0000 mon.a (mon.0) 12236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.139195+0000 mgr.y (mgr.25387) 6032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.213558+0000 mon.a (mon.0) 12237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.215545+0000 mon.a (mon.0) 12238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.216724+0000 mon.a (mon.0) 12239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.218799+0000 mon.a (mon.0) 12240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.219532+0000 mon.a (mon.0) 12241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.225737+0000 mon.a (mon.0) 12242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.283494+0000 mon.a (mon.0) 12243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.285541+0000 mon.a (mon.0) 12244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.286462+0000 mon.a (mon.0) 12245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.288640+0000 mon.a (mon.0) 12246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.289411+0000 mon.a (mon.0) 12247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.295967+0000 mon.a (mon.0) 12248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.384008+0000 mon.a (mon.0) 12249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.388490+0000 mon.a (mon.0) 12250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.390521+0000 mon.a (mon.0) 12251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.394913+0000 mon.a (mon.0) 12252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.396521+0000 mon.a (mon.0) 12253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.409026+0000 mon.a (mon.0) 12254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.486489+0000 mon.a (mon.0) 12255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.489026+0000 mon.a (mon.0) 12256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.490121+0000 mon.a (mon.0) 12257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.492766+0000 mon.a (mon.0) 12258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.493521+0000 mon.a (mon.0) 12259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.502148+0000 mon.a (mon.0) 12260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.544621+0000 mon.a (mon.0) 12261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.546894+0000 mon.a (mon.0) 12262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.547839+0000 mon.a (mon.0) 12263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.549857+0000 mon.a (mon.0) 12264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.550487+0000 mon.a (mon.0) 12265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.557291+0000 mon.a (mon.0) 12266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.598420+0000 mon.a (mon.0) 12267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.600275+0000 mon.a (mon.0) 12268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.601119+0000 mon.a (mon.0) 12269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.603407+0000 mon.a (mon.0) 12270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.604010+0000 mon.a (mon.0) 12271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.609573+0000 mon.a (mon.0) 12272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.673572+0000 mon.a (mon.0) 12273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.678951+0000 mon.a (mon.0) 12274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.680412+0000 mon.a (mon.0) 12275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.685101+0000 mon.a (mon.0) 12276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.686084+0000 mon.a (mon.0) 12277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.694915+0000 mon.a (mon.0) 12278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.774146+0000 mon.a (mon.0) 12279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.776642+0000 mon.a (mon.0) 12280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.777647+0000 mon.a (mon.0) 12281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.779765+0000 mon.a (mon.0) 12282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.780467+0000 mon.a (mon.0) 12283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.787684+0000 mon.a (mon.0) 12284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.851092+0000 mon.a (mon.0) 12285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.853356+0000 mon.a (mon.0) 12286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.854233+0000 mon.a (mon.0) 12287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.856405+0000 mon.a (mon.0) 12288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.857117+0000 mon.a (mon.0) 12289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:49 smithi097 bash[73934]: audit 2024-03-30T04:50:49.863975+0000 mon.a (mon.0) 12290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.195016+0000 mgr.y (mgr.25387) 5988 : cluster [DBG] pgmap v3928: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.195254+0000 mgr.y (mgr.25387) 5989 : cluster [DBG] pgmap v3929: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.202216+0000 mgr.y (mgr.25387) 5990 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.250630+0000 mgr.y (mgr.25387) 5991 : cluster [DBG] pgmap v3930: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.250865+0000 mgr.y (mgr.25387) 5992 : cluster [DBG] pgmap v3931: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.255117+0000 mgr.y (mgr.25387) 5993 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.301856+0000 mgr.y (mgr.25387) 5994 : cluster [DBG] pgmap v3932: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.302124+0000 mgr.y (mgr.25387) 5995 : cluster [DBG] pgmap v3933: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.306576+0000 mgr.y (mgr.25387) 5996 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.352192+0000 mgr.y (mgr.25387) 5997 : cluster [DBG] pgmap v3934: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.352444+0000 mgr.y (mgr.25387) 5998 : cluster [DBG] pgmap v3935: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.356830+0000 mgr.y (mgr.25387) 5999 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.403391+0000 mgr.y (mgr.25387) 6000 : cluster [DBG] pgmap v3936: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.403620+0000 mgr.y (mgr.25387) 6001 : cluster [DBG] pgmap v3937: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.408747+0000 mgr.y (mgr.25387) 6002 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.455361+0000 mgr.y (mgr.25387) 6003 : cluster [DBG] pgmap v3938: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.455596+0000 mgr.y (mgr.25387) 6004 : cluster [DBG] pgmap v3939: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.460897+0000 mgr.y (mgr.25387) 6005 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.507734+0000 mgr.y (mgr.25387) 6006 : cluster [DBG] pgmap v3940: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.507955+0000 mgr.y (mgr.25387) 6007 : cluster [DBG] pgmap v3941: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.513196+0000 mgr.y (mgr.25387) 6008 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.561902+0000 mgr.y (mgr.25387) 6009 : cluster [DBG] pgmap v3942: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.562287+0000 mgr.y (mgr.25387) 6010 : cluster [DBG] pgmap v3943: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.567095+0000 mgr.y (mgr.25387) 6011 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.613733+0000 mgr.y (mgr.25387) 6012 : cluster [DBG] pgmap v3944: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.613966+0000 mgr.y (mgr.25387) 6013 : cluster [DBG] pgmap v3945: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.618534+0000 mgr.y (mgr.25387) 6014 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.668926+0000 mgr.y (mgr.25387) 6015 : cluster [DBG] pgmap v3946: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.669228+0000 mgr.y (mgr.25387) 6016 : cluster [DBG] pgmap v3947: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.674043+0000 mgr.y (mgr.25387) 6017 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.726148+0000 mgr.y (mgr.25387) 6018 : cluster [DBG] pgmap v3948: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.726467+0000 mgr.y (mgr.25387) 6019 : cluster [DBG] pgmap v3949: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.731295+0000 mgr.y (mgr.25387) 6020 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.783486+0000 mgr.y (mgr.25387) 6021 : cluster [DBG] pgmap v3950: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.783769+0000 mgr.y (mgr.25387) 6022 : cluster [DBG] pgmap v3951: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.788827+0000 mgr.y (mgr.25387) 6023 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.836627+0000 mgr.y (mgr.25387) 6024 : cluster [DBG] pgmap v3952: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.836875+0000 mgr.y (mgr.25387) 6025 : cluster [DBG] pgmap v3953: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.841470+0000 mgr.y (mgr.25387) 6026 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.889491+0000 mgr.y (mgr.25387) 6027 : cluster [DBG] pgmap v3954: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.889818+0000 mgr.y (mgr.25387) 6028 : cluster [DBG] pgmap v3955: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:48.894240+0000 mgr.y (mgr.25387) 6029 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.950653+0000 mon.a (mon.0) 12231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.952464+0000 mon.a (mon.0) 12232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.953304+0000 mon.a (mon.0) 12233 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.955049+0000 mon.a (mon.0) 12234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:48.955657+0000 mon.a (mon.0) 12235 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.956823+0000 mgr.y (mgr.25387) 6030 : cluster [DBG] pgmap v3956: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cluster 2024-03-30T04:50:48.957063+0000 mgr.y (mgr.25387) 6031 : cluster [DBG] pgmap v3957: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.138578+0000 mon.a (mon.0) 12236 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.139195+0000 mgr.y (mgr.25387) 6032 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.213558+0000 mon.a (mon.0) 12237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.215545+0000 mon.a (mon.0) 12238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.216724+0000 mon.a (mon.0) 12239 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.218799+0000 mon.a (mon.0) 12240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.219532+0000 mon.a (mon.0) 12241 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.225737+0000 mon.a (mon.0) 12242 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.283494+0000 mon.a (mon.0) 12243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.285541+0000 mon.a (mon.0) 12244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.286462+0000 mon.a (mon.0) 12245 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.288640+0000 mon.a (mon.0) 12246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.289411+0000 mon.a (mon.0) 12247 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.295967+0000 mon.a (mon.0) 12248 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.384008+0000 mon.a (mon.0) 12249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.388490+0000 mon.a (mon.0) 12250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.390521+0000 mon.a (mon.0) 12251 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.394913+0000 mon.a (mon.0) 12252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.396521+0000 mon.a (mon.0) 12253 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.409026+0000 mon.a (mon.0) 12254 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.486489+0000 mon.a (mon.0) 12255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.489026+0000 mon.a (mon.0) 12256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.490121+0000 mon.a (mon.0) 12257 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.492766+0000 mon.a (mon.0) 12258 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.493521+0000 mon.a (mon.0) 12259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.502148+0000 mon.a (mon.0) 12260 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.544621+0000 mon.a (mon.0) 12261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.546894+0000 mon.a (mon.0) 12262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.547839+0000 mon.a (mon.0) 12263 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.549857+0000 mon.a (mon.0) 12264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.550487+0000 mon.a (mon.0) 12265 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.557291+0000 mon.a (mon.0) 12266 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.598420+0000 mon.a (mon.0) 12267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.600275+0000 mon.a (mon.0) 12268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.601119+0000 mon.a (mon.0) 12269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.603407+0000 mon.a (mon.0) 12270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.604010+0000 mon.a (mon.0) 12271 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.609573+0000 mon.a (mon.0) 12272 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.673572+0000 mon.a (mon.0) 12273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.678951+0000 mon.a (mon.0) 12274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.680412+0000 mon.a (mon.0) 12275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.685101+0000 mon.a (mon.0) 12276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.686084+0000 mon.a (mon.0) 12277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.694915+0000 mon.a (mon.0) 12278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.774146+0000 mon.a (mon.0) 12279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.776642+0000 mon.a (mon.0) 12280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.777647+0000 mon.a (mon.0) 12281 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.779765+0000 mon.a (mon.0) 12282 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.780467+0000 mon.a (mon.0) 12283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.787684+0000 mon.a (mon.0) 12284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.851092+0000 mon.a (mon.0) 12285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.853356+0000 mon.a (mon.0) 12286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.854233+0000 mon.a (mon.0) 12287 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:50.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.856405+0000 mon.a (mon.0) 12288 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:50.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.857117+0000 mon.a (mon.0) 12289 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:50.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:49 smithi105 bash[58125]: audit 2024-03-30T04:50:49.863975+0000 mon.a (mon.0) 12290 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.220929+0000 mgr.y (mgr.25387) 6033 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.221161+0000 mgr.y (mgr.25387) 6034 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.226179+0000 mgr.y (mgr.25387) 6035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.290983+0000 mgr.y (mgr.25387) 6036 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.291287+0000 mgr.y (mgr.25387) 6037 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.296482+0000 mgr.y (mgr.25387) 6038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.399590+0000 mgr.y (mgr.25387) 6039 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.400222+0000 mgr.y (mgr.25387) 6040 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.409991+0000 mgr.y (mgr.25387) 6041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.494950+0000 mgr.y (mgr.25387) 6042 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.495246+0000 mgr.y (mgr.25387) 6043 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.502742+0000 mgr.y (mgr.25387) 6044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.551731+0000 mgr.y (mgr.25387) 6045 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.552047+0000 mgr.y (mgr.25387) 6046 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.557772+0000 mgr.y (mgr.25387) 6047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.605162+0000 mgr.y (mgr.25387) 6048 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.605401+0000 mgr.y (mgr.25387) 6049 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.610202+0000 mgr.y (mgr.25387) 6050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.687900+0000 mgr.y (mgr.25387) 6051 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.688200+0000 mgr.y (mgr.25387) 6052 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.695813+0000 mgr.y (mgr.25387) 6053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.781855+0000 mgr.y (mgr.25387) 6054 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.782058+0000 mgr.y (mgr.25387) 6055 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.788268+0000 mgr.y (mgr.25387) 6056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.858450+0000 mgr.y (mgr.25387) 6057 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.858681+0000 mgr.y (mgr.25387) 6058 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.864595+0000 mgr.y (mgr.25387) 6059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:49.922312+0000 mon.a (mon.0) 12291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:49.930282+0000 mon.a (mon.0) 12292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:49.931494+0000 mon.a (mon.0) 12293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:49.934188+0000 mon.a (mon.0) 12294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:49.935042+0000 mon.a (mon.0) 12295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.936600+0000 mgr.y (mgr.25387) 6060 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:49.936869+0000 mgr.y (mgr.25387) 6061 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:49.941957+0000 mon.a (mon.0) 12296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:49.942565+0000 mgr.y (mgr.25387) 6062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.000041+0000 mon.a (mon.0) 12297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.002074+0000 mon.a (mon.0) 12298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.003109+0000 mon.a (mon.0) 12299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.005377+0000 mon.a (mon.0) 12300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.006144+0000 mon.a (mon.0) 12301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.007647+0000 mgr.y (mgr.25387) 6063 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.007897+0000 mgr.y (mgr.25387) 6064 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.013838+0000 mon.a (mon.0) 12302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.014593+0000 mgr.y (mgr.25387) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.062631+0000 mon.a (mon.0) 12303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.065835+0000 mon.a (mon.0) 12304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.067340+0000 mon.a (mon.0) 12305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.069648+0000 mon.a (mon.0) 12306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.072368+0000 mon.a (mon.0) 12307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.074079+0000 mgr.y (mgr.25387) 6066 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.074370+0000 mgr.y (mgr.25387) 6067 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.080690+0000 mon.a (mon.0) 12308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.081343+0000 mgr.y (mgr.25387) 6068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.120902+0000 mgr.y (mgr.25387) 6069 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.158906+0000 mon.a (mon.0) 12309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.161791+0000 mon.a (mon.0) 12310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.162930+0000 mon.a (mon.0) 12311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.165254+0000 mon.a (mon.0) 12312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.165952+0000 mon.a (mon.0) 12313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.167390+0000 mgr.y (mgr.25387) 6070 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.167668+0000 mgr.y (mgr.25387) 6071 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.172808+0000 mon.a (mon.0) 12314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.173452+0000 mgr.y (mgr.25387) 6072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.234920+0000 mon.a (mon.0) 12315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.241825+0000 mon.a (mon.0) 12316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.243560+0000 mon.a (mon.0) 12317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.246625+0000 mon.a (mon.0) 12318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.247558+0000 mon.a (mon.0) 12319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.255991+0000 mon.a (mon.0) 12320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.330307+0000 mon.a (mon.0) 12321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.332497+0000 mon.a (mon.0) 12322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.333635+0000 mon.a (mon.0) 12323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.335854+0000 mon.a (mon.0) 12324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.336606+0000 mon.a (mon.0) 12325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.344123+0000 mon.a (mon.0) 12326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.401498+0000 mon.a (mon.0) 12327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.403509+0000 mon.a (mon.0) 12328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.404492+0000 mon.a (mon.0) 12329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.406680+0000 mon.a (mon.0) 12330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.407367+0000 mon.a (mon.0) 12331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.414183+0000 mon.a (mon.0) 12332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.471669+0000 mon.a (mon.0) 12333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.473504+0000 mon.a (mon.0) 12334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.474550+0000 mon.a (mon.0) 12335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.476651+0000 mon.a (mon.0) 12336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.477388+0000 mon.a (mon.0) 12337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.484559+0000 mon.a (mon.0) 12338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.539578+0000 mon.a (mon.0) 12339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.546213+0000 mon.a (mon.0) 12340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.546838+0000 mon.a (mon.0) 12341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.550622+0000 mon.a (mon.0) 12342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.553345+0000 mon.a (mon.0) 12343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.555370+0000 mon.a (mon.0) 12344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.556562+0000 mon.a (mon.0) 12345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.558910+0000 mon.a (mon.0) 12346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.561312+0000 mon.a (mon.0) 12347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.562988+0000 mon.a (mon.0) 12348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.564029+0000 mon.a (mon.0) 12349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.565083+0000 mon.a (mon.0) 12350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.566176+0000 mon.a (mon.0) 12351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.567385+0000 mon.a (mon.0) 12352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.568422+0000 mon.a (mon.0) 12353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:50 smithi105 bash[58125]: audit 2024-03-30T04:50:50.569599+0000 mon.a (mon.0) 12354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.220929+0000 mgr.y (mgr.25387) 6033 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.221161+0000 mgr.y (mgr.25387) 6034 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.226179+0000 mgr.y (mgr.25387) 6035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.290983+0000 mgr.y (mgr.25387) 6036 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.291287+0000 mgr.y (mgr.25387) 6037 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.296482+0000 mgr.y (mgr.25387) 6038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.399590+0000 mgr.y (mgr.25387) 6039 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.400222+0000 mgr.y (mgr.25387) 6040 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.409991+0000 mgr.y (mgr.25387) 6041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.494950+0000 mgr.y (mgr.25387) 6042 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.495246+0000 mgr.y (mgr.25387) 6043 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.502742+0000 mgr.y (mgr.25387) 6044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.551731+0000 mgr.y (mgr.25387) 6045 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.552047+0000 mgr.y (mgr.25387) 6046 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.557772+0000 mgr.y (mgr.25387) 6047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.605162+0000 mgr.y (mgr.25387) 6048 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.605401+0000 mgr.y (mgr.25387) 6049 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.610202+0000 mgr.y (mgr.25387) 6050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.687900+0000 mgr.y (mgr.25387) 6051 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.688200+0000 mgr.y (mgr.25387) 6052 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.695813+0000 mgr.y (mgr.25387) 6053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.781855+0000 mgr.y (mgr.25387) 6054 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.782058+0000 mgr.y (mgr.25387) 6055 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.788268+0000 mgr.y (mgr.25387) 6056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.858450+0000 mgr.y (mgr.25387) 6057 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.858681+0000 mgr.y (mgr.25387) 6058 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.864595+0000 mgr.y (mgr.25387) 6059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:49.922312+0000 mon.a (mon.0) 12291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:49.930282+0000 mon.a (mon.0) 12292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:49.931494+0000 mon.a (mon.0) 12293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:49.934188+0000 mon.a (mon.0) 12294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:49.935042+0000 mon.a (mon.0) 12295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.936600+0000 mgr.y (mgr.25387) 6060 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:49.936869+0000 mgr.y (mgr.25387) 6061 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:49.941957+0000 mon.a (mon.0) 12296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:49.942565+0000 mgr.y (mgr.25387) 6062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.000041+0000 mon.a (mon.0) 12297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.002074+0000 mon.a (mon.0) 12298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.003109+0000 mon.a (mon.0) 12299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.220929+0000 mgr.y (mgr.25387) 6033 : cluster [DBG] pgmap v3958: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.221161+0000 mgr.y (mgr.25387) 6034 : cluster [DBG] pgmap v3959: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.226179+0000 mgr.y (mgr.25387) 6035 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.290983+0000 mgr.y (mgr.25387) 6036 : cluster [DBG] pgmap v3960: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.291287+0000 mgr.y (mgr.25387) 6037 : cluster [DBG] pgmap v3961: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.296482+0000 mgr.y (mgr.25387) 6038 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.399590+0000 mgr.y (mgr.25387) 6039 : cluster [DBG] pgmap v3962: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.400222+0000 mgr.y (mgr.25387) 6040 : cluster [DBG] pgmap v3963: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.409991+0000 mgr.y (mgr.25387) 6041 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.494950+0000 mgr.y (mgr.25387) 6042 : cluster [DBG] pgmap v3964: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.495246+0000 mgr.y (mgr.25387) 6043 : cluster [DBG] pgmap v3965: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.502742+0000 mgr.y (mgr.25387) 6044 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.551731+0000 mgr.y (mgr.25387) 6045 : cluster [DBG] pgmap v3966: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.552047+0000 mgr.y (mgr.25387) 6046 : cluster [DBG] pgmap v3967: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.557772+0000 mgr.y (mgr.25387) 6047 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.605162+0000 mgr.y (mgr.25387) 6048 : cluster [DBG] pgmap v3968: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.605401+0000 mgr.y (mgr.25387) 6049 : cluster [DBG] pgmap v3969: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.610202+0000 mgr.y (mgr.25387) 6050 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.687900+0000 mgr.y (mgr.25387) 6051 : cluster [DBG] pgmap v3970: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.688200+0000 mgr.y (mgr.25387) 6052 : cluster [DBG] pgmap v3971: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.005377+0000 mon.a (mon.0) 12300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.006144+0000 mon.a (mon.0) 12301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.007647+0000 mgr.y (mgr.25387) 6063 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.007897+0000 mgr.y (mgr.25387) 6064 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.013838+0000 mon.a (mon.0) 12302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.014593+0000 mgr.y (mgr.25387) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.062631+0000 mon.a (mon.0) 12303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.065835+0000 mon.a (mon.0) 12304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.067340+0000 mon.a (mon.0) 12305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.069648+0000 mon.a (mon.0) 12306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.072368+0000 mon.a (mon.0) 12307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.074079+0000 mgr.y (mgr.25387) 6066 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.074370+0000 mgr.y (mgr.25387) 6067 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.080690+0000 mon.a (mon.0) 12308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.081343+0000 mgr.y (mgr.25387) 6068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.120902+0000 mgr.y (mgr.25387) 6069 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.158906+0000 mon.a (mon.0) 12309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.161791+0000 mon.a (mon.0) 12310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.162930+0000 mon.a (mon.0) 12311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.165254+0000 mon.a (mon.0) 12312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.165952+0000 mon.a (mon.0) 12313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.167390+0000 mgr.y (mgr.25387) 6070 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.167668+0000 mgr.y (mgr.25387) 6071 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.172808+0000 mon.a (mon.0) 12314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.173452+0000 mgr.y (mgr.25387) 6072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.234920+0000 mon.a (mon.0) 12315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.241825+0000 mon.a (mon.0) 12316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.243560+0000 mon.a (mon.0) 12317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.246625+0000 mon.a (mon.0) 12318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.247558+0000 mon.a (mon.0) 12319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.255991+0000 mon.a (mon.0) 12320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.330307+0000 mon.a (mon.0) 12321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.332497+0000 mon.a (mon.0) 12322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.333635+0000 mon.a (mon.0) 12323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.335854+0000 mon.a (mon.0) 12324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.336606+0000 mon.a (mon.0) 12325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.344123+0000 mon.a (mon.0) 12326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.401498+0000 mon.a (mon.0) 12327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.403509+0000 mon.a (mon.0) 12328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.695813+0000 mgr.y (mgr.25387) 6053 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.781855+0000 mgr.y (mgr.25387) 6054 : cluster [DBG] pgmap v3972: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.782058+0000 mgr.y (mgr.25387) 6055 : cluster [DBG] pgmap v3973: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.788268+0000 mgr.y (mgr.25387) 6056 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.858450+0000 mgr.y (mgr.25387) 6057 : cluster [DBG] pgmap v3974: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.858681+0000 mgr.y (mgr.25387) 6058 : cluster [DBG] pgmap v3975: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.864595+0000 mgr.y (mgr.25387) 6059 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:49.922312+0000 mon.a (mon.0) 12291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:49.930282+0000 mon.a (mon.0) 12292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:49.931494+0000 mon.a (mon.0) 12293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:49.934188+0000 mon.a (mon.0) 12294 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:49.935042+0000 mon.a (mon.0) 12295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.936600+0000 mgr.y (mgr.25387) 6060 : cluster [DBG] pgmap v3976: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:49.936869+0000 mgr.y (mgr.25387) 6061 : cluster [DBG] pgmap v3977: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:49.941957+0000 mon.a (mon.0) 12296 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:49.942565+0000 mgr.y (mgr.25387) 6062 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.000041+0000 mon.a (mon.0) 12297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.002074+0000 mon.a (mon.0) 12298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.003109+0000 mon.a (mon.0) 12299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.404492+0000 mon.a (mon.0) 12329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.406680+0000 mon.a (mon.0) 12330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.407367+0000 mon.a (mon.0) 12331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.414183+0000 mon.a (mon.0) 12332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.471669+0000 mon.a (mon.0) 12333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.473504+0000 mon.a (mon.0) 12334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.474550+0000 mon.a (mon.0) 12335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.476651+0000 mon.a (mon.0) 12336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.477388+0000 mon.a (mon.0) 12337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.484559+0000 mon.a (mon.0) 12338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.539578+0000 mon.a (mon.0) 12339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.546213+0000 mon.a (mon.0) 12340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.546838+0000 mon.a (mon.0) 12341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.550622+0000 mon.a (mon.0) 12342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.553345+0000 mon.a (mon.0) 12343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.555370+0000 mon.a (mon.0) 12344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.556562+0000 mon.a (mon.0) 12345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.558910+0000 mon.a (mon.0) 12346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.561312+0000 mon.a (mon.0) 12347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.562988+0000 mon.a (mon.0) 12348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.564029+0000 mon.a (mon.0) 12349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.565083+0000 mon.a (mon.0) 12350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.566176+0000 mon.a (mon.0) 12351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.567385+0000 mon.a (mon.0) 12352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.568422+0000 mon.a (mon.0) 12353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[69502]: audit 2024-03-30T04:50:50.569599+0000 mon.a (mon.0) 12354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.005377+0000 mon.a (mon.0) 12300 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.006144+0000 mon.a (mon.0) 12301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.007647+0000 mgr.y (mgr.25387) 6063 : cluster [DBG] pgmap v3978: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.007897+0000 mgr.y (mgr.25387) 6064 : cluster [DBG] pgmap v3979: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.013838+0000 mon.a (mon.0) 12302 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.014593+0000 mgr.y (mgr.25387) 6065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.062631+0000 mon.a (mon.0) 12303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.065835+0000 mon.a (mon.0) 12304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.067340+0000 mon.a (mon.0) 12305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.069648+0000 mon.a (mon.0) 12306 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.072368+0000 mon.a (mon.0) 12307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.074079+0000 mgr.y (mgr.25387) 6066 : cluster [DBG] pgmap v3980: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.074370+0000 mgr.y (mgr.25387) 6067 : cluster [DBG] pgmap v3981: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.080690+0000 mon.a (mon.0) 12308 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.081343+0000 mgr.y (mgr.25387) 6068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.120902+0000 mgr.y (mgr.25387) 6069 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.158906+0000 mon.a (mon.0) 12309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.161791+0000 mon.a (mon.0) 12310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.162930+0000 mon.a (mon.0) 12311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.165254+0000 mon.a (mon.0) 12312 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.165952+0000 mon.a (mon.0) 12313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.167390+0000 mgr.y (mgr.25387) 6070 : cluster [DBG] pgmap v3982: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.167668+0000 mgr.y (mgr.25387) 6071 : cluster [DBG] pgmap v3983: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.172808+0000 mon.a (mon.0) 12314 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.173452+0000 mgr.y (mgr.25387) 6072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.234920+0000 mon.a (mon.0) 12315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.241825+0000 mon.a (mon.0) 12316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.243560+0000 mon.a (mon.0) 12317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.246625+0000 mon.a (mon.0) 12318 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.247558+0000 mon.a (mon.0) 12319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.255991+0000 mon.a (mon.0) 12320 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.330307+0000 mon.a (mon.0) 12321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.332497+0000 mon.a (mon.0) 12322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.333635+0000 mon.a (mon.0) 12323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.335854+0000 mon.a (mon.0) 12324 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.336606+0000 mon.a (mon.0) 12325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.344123+0000 mon.a (mon.0) 12326 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.401498+0000 mon.a (mon.0) 12327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.403509+0000 mon.a (mon.0) 12328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.404492+0000 mon.a (mon.0) 12329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.406680+0000 mon.a (mon.0) 12330 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.407367+0000 mon.a (mon.0) 12331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.414183+0000 mon.a (mon.0) 12332 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.471669+0000 mon.a (mon.0) 12333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.473504+0000 mon.a (mon.0) 12334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.474550+0000 mon.a (mon.0) 12335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.476651+0000 mon.a (mon.0) 12336 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.477388+0000 mon.a (mon.0) 12337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.484559+0000 mon.a (mon.0) 12338 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.539578+0000 mon.a (mon.0) 12339 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.546213+0000 mon.a (mon.0) 12340 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.546838+0000 mon.a (mon.0) 12341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.550622+0000 mon.a (mon.0) 12342 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.553345+0000 mon.a (mon.0) 12343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.555370+0000 mon.a (mon.0) 12344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.556562+0000 mon.a (mon.0) 12345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.558910+0000 mon.a (mon.0) 12346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.561312+0000 mon.a (mon.0) 12347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.562988+0000 mon.a (mon.0) 12348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.564029+0000 mon.a (mon.0) 12349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.565083+0000 mon.a (mon.0) 12350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.566176+0000 mon.a (mon.0) 12351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.567385+0000 mon.a (mon.0) 12352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.568422+0000 mon.a (mon.0) 12353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:51.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:50 smithi097 bash[73934]: audit 2024-03-30T04:50:50.569599+0000 mon.a (mon.0) 12354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:52.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.249417+0000 mgr.y (mgr.25387) 6073 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.249620+0000 mgr.y (mgr.25387) 6074 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.257243+0000 mgr.y (mgr.25387) 6075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.337971+0000 mgr.y (mgr.25387) 6076 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.338208+0000 mgr.y (mgr.25387) 6077 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.344788+0000 mgr.y (mgr.25387) 6078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.408713+0000 mgr.y (mgr.25387) 6079 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.408990+0000 mgr.y (mgr.25387) 6080 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.414762+0000 mgr.y (mgr.25387) 6081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.478923+0000 mgr.y (mgr.25387) 6082 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.479154+0000 mgr.y (mgr.25387) 6083 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cephadm 2024-03-30T04:50:50.485245+0000 mgr.y (mgr.25387) 6084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.547270+0000 mgr.y (mgr.25387) 6085 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:50:52.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:52 smithi105 bash[58125]: cluster 2024-03-30T04:50:50.547524+0000 mgr.y (mgr.25387) 6086 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.249417+0000 mgr.y (mgr.25387) 6073 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.249620+0000 mgr.y (mgr.25387) 6074 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.257243+0000 mgr.y (mgr.25387) 6075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.337971+0000 mgr.y (mgr.25387) 6076 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.338208+0000 mgr.y (mgr.25387) 6077 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.344788+0000 mgr.y (mgr.25387) 6078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.408713+0000 mgr.y (mgr.25387) 6079 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.408990+0000 mgr.y (mgr.25387) 6080 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.414762+0000 mgr.y (mgr.25387) 6081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.478923+0000 mgr.y (mgr.25387) 6082 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.479154+0000 mgr.y (mgr.25387) 6083 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cephadm 2024-03-30T04:50:50.485245+0000 mgr.y (mgr.25387) 6084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.547270+0000 mgr.y (mgr.25387) 6085 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[69502]: cluster 2024-03-30T04:50:50.547524+0000 mgr.y (mgr.25387) 6086 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.249417+0000 mgr.y (mgr.25387) 6073 : cluster [DBG] pgmap v3984: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.249620+0000 mgr.y (mgr.25387) 6074 : cluster [DBG] pgmap v3985: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.257243+0000 mgr.y (mgr.25387) 6075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.337971+0000 mgr.y (mgr.25387) 6076 : cluster [DBG] pgmap v3986: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.338208+0000 mgr.y (mgr.25387) 6077 : cluster [DBG] pgmap v3987: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.344788+0000 mgr.y (mgr.25387) 6078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.408713+0000 mgr.y (mgr.25387) 6079 : cluster [DBG] pgmap v3988: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.408990+0000 mgr.y (mgr.25387) 6080 : cluster [DBG] pgmap v3989: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.414762+0000 mgr.y (mgr.25387) 6081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.478923+0000 mgr.y (mgr.25387) 6082 : cluster [DBG] pgmap v3990: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.479154+0000 mgr.y (mgr.25387) 6083 : cluster [DBG] pgmap v3991: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cephadm 2024-03-30T04:50:50.485245+0000 mgr.y (mgr.25387) 6084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.547270+0000 mgr.y (mgr.25387) 6085 : cluster [DBG] pgmap v3992: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:50:52.485 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[73934]: cluster 2024-03-30T04:50:50.547524+0000 mgr.y (mgr.25387) 6086 : cluster [DBG] pgmap v3993: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 23 op/s 2024-03-30T04:50:52.875 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:50:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:50:52] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.33.4" 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: cluster 2024-03-30T04:50:52.548846+0000 mgr.y (mgr.25387) 6087 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: audit 2024-03-30T04:50:53.547537+0000 mon.a (mon.0) 12355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: audit 2024-03-30T04:50:53.553880+0000 mon.a (mon.0) 12356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: audit 2024-03-30T04:50:53.560683+0000 mon.a (mon.0) 12357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: audit 2024-03-30T04:50:54.114023+0000 mon.a (mon.0) 12358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: audit 2024-03-30T04:50:54.120559+0000 mon.a (mon.0) 12359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[69502]: audit 2024-03-30T04:50:54.127617+0000 mon.a (mon.0) 12360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: cluster 2024-03-30T04:50:52.548846+0000 mgr.y (mgr.25387) 6087 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: audit 2024-03-30T04:50:53.547537+0000 mon.a (mon.0) 12355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: audit 2024-03-30T04:50:53.553880+0000 mon.a (mon.0) 12356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: audit 2024-03-30T04:50:53.560683+0000 mon.a (mon.0) 12357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: audit 2024-03-30T04:50:54.114023+0000 mon.a (mon.0) 12358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: audit 2024-03-30T04:50:54.120559+0000 mon.a (mon.0) 12359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:54 smithi097 bash[73934]: audit 2024-03-30T04:50:54.127617+0000 mon.a (mon.0) 12360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: cluster 2024-03-30T04:50:52.548846+0000 mgr.y (mgr.25387) 6087 : cluster [DBG] pgmap v3994: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2 op/s 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: audit 2024-03-30T04:50:53.547537+0000 mon.a (mon.0) 12355 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: audit 2024-03-30T04:50:53.553880+0000 mon.a (mon.0) 12356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: audit 2024-03-30T04:50:53.560683+0000 mon.a (mon.0) 12357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: audit 2024-03-30T04:50:54.114023+0000 mon.a (mon.0) 12358 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: audit 2024-03-30T04:50:54.120559+0000 mon.a (mon.0) 12359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:54.404 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:54 smithi105 bash[58125]: audit 2024-03-30T04:50:54.127617+0000 mon.a (mon.0) 12360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:55 smithi105 bash[58125]: cluster 2024-03-30T04:50:53.554926+0000 mgr.y (mgr.25387) 6088 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:55 smithi105 bash[58125]: cluster 2024-03-30T04:50:53.555183+0000 mgr.y (mgr.25387) 6089 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:55 smithi105 bash[58125]: cluster 2024-03-30T04:50:54.121775+0000 mgr.y (mgr.25387) 6090 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:55 smithi105 bash[58125]: cluster 2024-03-30T04:50:54.121990+0000 mgr.y (mgr.25387) 6091 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:55 smithi105 bash[58125]: audit 2024-03-30T04:50:54.499507+0000 mon.a (mon.0) 12361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[69502]: cluster 2024-03-30T04:50:53.554926+0000 mgr.y (mgr.25387) 6088 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[69502]: cluster 2024-03-30T04:50:53.555183+0000 mgr.y (mgr.25387) 6089 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[69502]: cluster 2024-03-30T04:50:54.121775+0000 mgr.y (mgr.25387) 6090 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[69502]: cluster 2024-03-30T04:50:54.121990+0000 mgr.y (mgr.25387) 6091 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[69502]: audit 2024-03-30T04:50:54.499507+0000 mon.a (mon.0) 12361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[73934]: cluster 2024-03-30T04:50:53.554926+0000 mgr.y (mgr.25387) 6088 : cluster [DBG] pgmap v3995: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[73934]: cluster 2024-03-30T04:50:53.555183+0000 mgr.y (mgr.25387) 6089 : cluster [DBG] pgmap v3996: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[73934]: cluster 2024-03-30T04:50:54.121775+0000 mgr.y (mgr.25387) 6090 : cluster [DBG] pgmap v3997: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[73934]: cluster 2024-03-30T04:50:54.121990+0000 mgr.y (mgr.25387) 6091 : cluster [DBG] pgmap v3998: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:55 smithi097 bash[73934]: audit 2024-03-30T04:50:54.499507+0000 mon.a (mon.0) 12361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:50:56.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:56 smithi105 bash[58125]: cephadm 2024-03-30T04:50:54.445021+0000 mgr.y (mgr.25387) 6092 : cephadm [INF] Upgrade: Updating node-exporter.b 2024-03-30T04:50:56.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:56 smithi105 bash[58125]: cephadm 2024-03-30T04:50:54.445968+0000 mgr.y (mgr.25387) 6093 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:50:56.515 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:56 smithi097 bash[73934]: cephadm 2024-03-30T04:50:54.445021+0000 mgr.y (mgr.25387) 6092 : cephadm [INF] Upgrade: Updating node-exporter.b 2024-03-30T04:50:56.515 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:56 smithi097 bash[73934]: cephadm 2024-03-30T04:50:54.445968+0000 mgr.y (mgr.25387) 6093 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:50:56.515 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:56 smithi097 bash[69502]: cephadm 2024-03-30T04:50:54.445021+0000 mgr.y (mgr.25387) 6092 : cephadm [INF] Upgrade: Updating node-exporter.b 2024-03-30T04:50:56.515 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:56 smithi097 bash[69502]: cephadm 2024-03-30T04:50:54.445968+0000 mgr.y (mgr.25387) 6093 : cephadm [INF] Deploying daemon node-exporter.b on smithi105 2024-03-30T04:50:56.848 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.848 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.849 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.849 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.849 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.849 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.850 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.850 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:56.850 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:57.123 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:56 smithi105 systemd[1]: Stopping Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[69502]: cluster 2024-03-30T04:50:56.122941+0000 mgr.y (mgr.25387) 6094 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 918 B/s rd, 0 op/s 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[69502]: audit 2024-03-30T04:50:57.111451+0000 mon.a (mon.0) 12362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[69502]: audit 2024-03-30T04:50:57.119045+0000 mon.a (mon.0) 12363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[69502]: audit 2024-03-30T04:50:57.127095+0000 mon.a (mon.0) 12364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[73934]: cluster 2024-03-30T04:50:56.122941+0000 mgr.y (mgr.25387) 6094 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 918 B/s rd, 0 op/s 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[73934]: audit 2024-03-30T04:50:57.111451+0000 mon.a (mon.0) 12362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[73934]: audit 2024-03-30T04:50:57.119045+0000 mon.a (mon.0) 12363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:57 smithi097 bash[73934]: audit 2024-03-30T04:50:57.127095+0000 mon.a (mon.0) 12364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:57 smithi105 bash[58125]: cluster 2024-03-30T04:50:56.122941+0000 mgr.y (mgr.25387) 6094 : cluster [DBG] pgmap v3999: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 918 B/s rd, 0 op/s 2024-03-30T04:50:57.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:57 smithi105 bash[58125]: audit 2024-03-30T04:50:57.111451+0000 mon.a (mon.0) 12362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:57 smithi105 bash[58125]: audit 2024-03-30T04:50:57.119045+0000 mon.a (mon.0) 12363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:57 smithi105 bash[58125]: audit 2024-03-30T04:50:57.127095+0000 mon.a (mon.0) 12364 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:57.937 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:57 smithi105 bash[80738]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:50:58.202 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.203 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.203 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.203 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.204 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.204 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.204 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.205 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:57 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:50:58.205 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:57 smithi105 bash[80868]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:50:58.205 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:57 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:50:58.205 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:57 smithi105 systemd[1]: Stopped Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:58.205 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:50:58.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:58 smithi105 bash[58125]: cluster 2024-03-30T04:50:57.120128+0000 mgr.y (mgr.25387) 6095 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:58.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:58 smithi105 bash[58125]: cluster 2024-03-30T04:50:57.120365+0000 mgr.y (mgr.25387) 6096 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:50:58.205 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:58 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.117178+0000 mon.a (mon.0) 12365 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:58.458 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:58 smithi105 systemd[1]: Started Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:50:58.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:58 smithi097 bash[69502]: cluster 2024-03-30T04:50:57.120128+0000 mgr.y (mgr.25387) 6095 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:58.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:58 smithi097 bash[69502]: cluster 2024-03-30T04:50:57.120365+0000 mgr.y (mgr.25387) 6096 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:50:58.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:58 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.117178+0000 mon.a (mon.0) 12365 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:58 smithi097 bash[73934]: cluster 2024-03-30T04:50:57.120128+0000 mgr.y (mgr.25387) 6095 : cluster [DBG] pgmap v4000: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:58 smithi097 bash[73934]: cluster 2024-03-30T04:50:57.120365+0000 mgr.y (mgr.25387) 6096 : cluster [DBG] pgmap v4001: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-03-30T04:50:58.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:58 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.117178+0000 mon.a (mon.0) 12365 : cluster [WRN] Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:50:59.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.260462+0000 mon.a (mon.0) 12366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.272187+0000 mon.a (mon.0) 12367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.278786+0000 mon.a (mon.0) 12368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.284651+0000 mon.a (mon.0) 12369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.286374+0000 mon.a (mon.0) 12370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.290146+0000 mgr.y (mgr.25387) 6097 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.290804+0000 mgr.y (mgr.25387) 6098 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.299277+0000 mon.a (mon.0) 12371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.300386+0000 mgr.y (mgr.25387) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.390527+0000 mon.a (mon.0) 12372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.395317+0000 mon.a (mon.0) 12373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.398034+0000 mon.a (mon.0) 12374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.403202+0000 mon.a (mon.0) 12375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.404673+0000 mon.a (mon.0) 12376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.407258+0000 mgr.y (mgr.25387) 6100 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.407851+0000 mgr.y (mgr.25387) 6101 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.416928+0000 mon.a (mon.0) 12377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.417715+0000 mgr.y (mgr.25387) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.494907+0000 mon.a (mon.0) 12378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.497703+0000 mon.a (mon.0) 12379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.499326+0000 mon.a (mon.0) 12380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.502194+0000 mon.a (mon.0) 12381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.503153+0000 mon.a (mon.0) 12382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.505084+0000 mgr.y (mgr.25387) 6103 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.505701+0000 mgr.y (mgr.25387) 6104 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.510485+0000 mon.a (mon.0) 12383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.511056+0000 mgr.y (mgr.25387) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.589894+0000 mon.a (mon.0) 12384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.592739+0000 mon.a (mon.0) 12385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.594139+0000 mon.a (mon.0) 12386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.597469+0000 mon.a (mon.0) 12387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.598483+0000 mon.a (mon.0) 12388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.600619+0000 mgr.y (mgr.25387) 6106 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.601247+0000 mgr.y (mgr.25387) 6107 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.609756+0000 mon.a (mon.0) 12389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.610619+0000 mgr.y (mgr.25387) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.700144+0000 mon.a (mon.0) 12390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.704688+0000 mon.a (mon.0) 12391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.260462+0000 mon.a (mon.0) 12366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.272187+0000 mon.a (mon.0) 12367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.278786+0000 mon.a (mon.0) 12368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.284651+0000 mon.a (mon.0) 12369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.286374+0000 mon.a (mon.0) 12370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.290146+0000 mgr.y (mgr.25387) 6097 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.290804+0000 mgr.y (mgr.25387) 6098 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.299277+0000 mon.a (mon.0) 12371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.300386+0000 mgr.y (mgr.25387) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.390527+0000 mon.a (mon.0) 12372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.395317+0000 mon.a (mon.0) 12373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.398034+0000 mon.a (mon.0) 12374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.403202+0000 mon.a (mon.0) 12375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.404673+0000 mon.a (mon.0) 12376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.407258+0000 mgr.y (mgr.25387) 6100 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.407851+0000 mgr.y (mgr.25387) 6101 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.416928+0000 mon.a (mon.0) 12377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.417715+0000 mgr.y (mgr.25387) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.494907+0000 mon.a (mon.0) 12378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.706710+0000 mon.a (mon.0) 12392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.710557+0000 mon.a (mon.0) 12393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.711581+0000 mon.a (mon.0) 12394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.713521+0000 mgr.y (mgr.25387) 6109 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.713838+0000 mgr.y (mgr.25387) 6110 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.722526+0000 mon.a (mon.0) 12395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.723403+0000 mgr.y (mgr.25387) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.815873+0000 mon.a (mon.0) 12396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.820227+0000 mon.a (mon.0) 12397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.822291+0000 mon.a (mon.0) 12398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.827016+0000 mon.a (mon.0) 12399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.828723+0000 mon.a (mon.0) 12400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.831743+0000 mgr.y (mgr.25387) 6112 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.832360+0000 mgr.y (mgr.25387) 6113 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.842791+0000 mon.a (mon.0) 12401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.843684+0000 mgr.y (mgr.25387) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.934100+0000 mon.a (mon.0) 12402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.938466+0000 mon.a (mon.0) 12403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.940959+0000 mon.a (mon.0) 12404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.945529+0000 mon.a (mon.0) 12405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.497703+0000 mon.a (mon.0) 12379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.499326+0000 mon.a (mon.0) 12380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.502194+0000 mon.a (mon.0) 12381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.503153+0000 mon.a (mon.0) 12382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.505084+0000 mgr.y (mgr.25387) 6103 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.505701+0000 mgr.y (mgr.25387) 6104 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.510485+0000 mon.a (mon.0) 12383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.511056+0000 mgr.y (mgr.25387) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.589894+0000 mon.a (mon.0) 12384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.592739+0000 mon.a (mon.0) 12385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.594139+0000 mon.a (mon.0) 12386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.597469+0000 mon.a (mon.0) 12387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.598483+0000 mon.a (mon.0) 12388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.600619+0000 mgr.y (mgr.25387) 6106 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.601247+0000 mgr.y (mgr.25387) 6107 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.609756+0000 mon.a (mon.0) 12389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.610619+0000 mgr.y (mgr.25387) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.700144+0000 mon.a (mon.0) 12390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.704688+0000 mon.a (mon.0) 12391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.946730+0000 mon.a (mon.0) 12406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.949279+0000 mgr.y (mgr.25387) 6115 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:58.949581+0000 mgr.y (mgr.25387) 6116 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:58.958353+0000 mon.a (mon.0) 12407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:58.959282+0000 mgr.y (mgr.25387) 6117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.048460+0000 mon.a (mon.0) 12408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.053291+0000 mon.a (mon.0) 12409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.055320+0000 mon.a (mon.0) 12410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.059856+0000 mon.a (mon.0) 12411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.061267+0000 mon.a (mon.0) 12412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.064115+0000 mgr.y (mgr.25387) 6118 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.064657+0000 mgr.y (mgr.25387) 6119 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.074449+0000 mon.a (mon.0) 12413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.075122+0000 mgr.y (mgr.25387) 6120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.154431+0000 mon.a (mon.0) 12414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.156983+0000 mon.a (mon.0) 12415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.158137+0000 mon.a (mon.0) 12416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.160663+0000 mon.a (mon.0) 12417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.161511+0000 mon.a (mon.0) 12418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.163368+0000 mgr.y (mgr.25387) 6121 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.163733+0000 mgr.y (mgr.25387) 6122 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.172561+0000 mon.a (mon.0) 12419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.173044+0000 mgr.y (mgr.25387) 6123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.251181+0000 mon.a (mon.0) 12420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[73934]: audit 2024-03-30T04:50:59.254348+0000 mon.a (mon.0) 12421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.706710+0000 mon.a (mon.0) 12392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.710557+0000 mon.a (mon.0) 12393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.711581+0000 mon.a (mon.0) 12394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.713521+0000 mgr.y (mgr.25387) 6109 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.713838+0000 mgr.y (mgr.25387) 6110 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.722526+0000 mon.a (mon.0) 12395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.723403+0000 mgr.y (mgr.25387) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.815873+0000 mon.a (mon.0) 12396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.820227+0000 mon.a (mon.0) 12397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.822291+0000 mon.a (mon.0) 12398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.827016+0000 mon.a (mon.0) 12399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.828723+0000 mon.a (mon.0) 12400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.831743+0000 mgr.y (mgr.25387) 6112 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.832360+0000 mgr.y (mgr.25387) 6113 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.842791+0000 mon.a (mon.0) 12401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.843684+0000 mgr.y (mgr.25387) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.934100+0000 mon.a (mon.0) 12402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.938466+0000 mon.a (mon.0) 12403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.940959+0000 mon.a (mon.0) 12404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.945529+0000 mon.a (mon.0) 12405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.946730+0000 mon.a (mon.0) 12406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.949279+0000 mgr.y (mgr.25387) 6115 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:58.949581+0000 mgr.y (mgr.25387) 6116 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:58.958353+0000 mon.a (mon.0) 12407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:58.959282+0000 mgr.y (mgr.25387) 6117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.048460+0000 mon.a (mon.0) 12408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.053291+0000 mon.a (mon.0) 12409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.055320+0000 mon.a (mon.0) 12410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.059856+0000 mon.a (mon.0) 12411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.061267+0000 mon.a (mon.0) 12412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.064115+0000 mgr.y (mgr.25387) 6118 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.064657+0000 mgr.y (mgr.25387) 6119 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.074449+0000 mon.a (mon.0) 12413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.075122+0000 mgr.y (mgr.25387) 6120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.154431+0000 mon.a (mon.0) 12414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.156983+0000 mon.a (mon.0) 12415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.158137+0000 mon.a (mon.0) 12416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.160663+0000 mon.a (mon.0) 12417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.161511+0000 mon.a (mon.0) 12418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.163368+0000 mgr.y (mgr.25387) 6121 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.163733+0000 mgr.y (mgr.25387) 6122 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.172561+0000 mon.a (mon.0) 12419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.173044+0000 mgr.y (mgr.25387) 6123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.251181+0000 mon.a (mon.0) 12420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:50:59 smithi097 bash[69502]: audit 2024-03-30T04:50:59.254348+0000 mon.a (mon.0) 12421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.260462+0000 mon.a (mon.0) 12366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.272187+0000 mon.a (mon.0) 12367 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.278786+0000 mon.a (mon.0) 12368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.284651+0000 mon.a (mon.0) 12369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.286374+0000 mon.a (mon.0) 12370 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.642 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.290146+0000 mgr.y (mgr.25387) 6097 : cluster [DBG] pgmap v4002: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.290804+0000 mgr.y (mgr.25387) 6098 : cluster [DBG] pgmap v4003: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.299277+0000 mon.a (mon.0) 12371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.300386+0000 mgr.y (mgr.25387) 6099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.390527+0000 mon.a (mon.0) 12372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.395317+0000 mon.a (mon.0) 12373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.398034+0000 mon.a (mon.0) 12374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.403202+0000 mon.a (mon.0) 12375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.404673+0000 mon.a (mon.0) 12376 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.407258+0000 mgr.y (mgr.25387) 6100 : cluster [DBG] pgmap v4004: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.407851+0000 mgr.y (mgr.25387) 6101 : cluster [DBG] pgmap v4005: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.416928+0000 mon.a (mon.0) 12377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.417715+0000 mgr.y (mgr.25387) 6102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.643 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.494907+0000 mon.a (mon.0) 12378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.497703+0000 mon.a (mon.0) 12379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.499326+0000 mon.a (mon.0) 12380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.502194+0000 mon.a (mon.0) 12381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.503153+0000 mon.a (mon.0) 12382 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.505084+0000 mgr.y (mgr.25387) 6103 : cluster [DBG] pgmap v4006: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.505701+0000 mgr.y (mgr.25387) 6104 : cluster [DBG] pgmap v4007: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.510485+0000 mon.a (mon.0) 12383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.511056+0000 mgr.y (mgr.25387) 6105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.589894+0000 mon.a (mon.0) 12384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.592739+0000 mon.a (mon.0) 12385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.594139+0000 mon.a (mon.0) 12386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.597469+0000 mon.a (mon.0) 12387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.598483+0000 mon.a (mon.0) 12388 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.600619+0000 mgr.y (mgr.25387) 6106 : cluster [DBG] pgmap v4008: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.644 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.601247+0000 mgr.y (mgr.25387) 6107 : cluster [DBG] pgmap v4009: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.609756+0000 mon.a (mon.0) 12389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.610619+0000 mgr.y (mgr.25387) 6108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.700144+0000 mon.a (mon.0) 12390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.704688+0000 mon.a (mon.0) 12391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.706710+0000 mon.a (mon.0) 12392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.710557+0000 mon.a (mon.0) 12393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.711581+0000 mon.a (mon.0) 12394 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.713521+0000 mgr.y (mgr.25387) 6109 : cluster [DBG] pgmap v4010: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.713838+0000 mgr.y (mgr.25387) 6110 : cluster [DBG] pgmap v4011: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.722526+0000 mon.a (mon.0) 12395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.723403+0000 mgr.y (mgr.25387) 6111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.815873+0000 mon.a (mon.0) 12396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.820227+0000 mon.a (mon.0) 12397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.822291+0000 mon.a (mon.0) 12398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.645 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.827016+0000 mon.a (mon.0) 12399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.828723+0000 mon.a (mon.0) 12400 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.831743+0000 mgr.y (mgr.25387) 6112 : cluster [DBG] pgmap v4012: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.832360+0000 mgr.y (mgr.25387) 6113 : cluster [DBG] pgmap v4013: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.842791+0000 mon.a (mon.0) 12401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.843684+0000 mgr.y (mgr.25387) 6114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.934100+0000 mon.a (mon.0) 12402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.938466+0000 mon.a (mon.0) 12403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.940959+0000 mon.a (mon.0) 12404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.945529+0000 mon.a (mon.0) 12405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.946730+0000 mon.a (mon.0) 12406 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.949279+0000 mgr.y (mgr.25387) 6115 : cluster [DBG] pgmap v4014: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:58.949581+0000 mgr.y (mgr.25387) 6116 : cluster [DBG] pgmap v4015: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:58.958353+0000 mon.a (mon.0) 12407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.646 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:58.959282+0000 mgr.y (mgr.25387) 6117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.048460+0000 mon.a (mon.0) 12408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.053291+0000 mon.a (mon.0) 12409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.055320+0000 mon.a (mon.0) 12410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.059856+0000 mon.a (mon.0) 12411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.061267+0000 mon.a (mon.0) 12412 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.064115+0000 mgr.y (mgr.25387) 6118 : cluster [DBG] pgmap v4016: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.064657+0000 mgr.y (mgr.25387) 6119 : cluster [DBG] pgmap v4017: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.074449+0000 mon.a (mon.0) 12413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.075122+0000 mgr.y (mgr.25387) 6120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.154431+0000 mon.a (mon.0) 12414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.156983+0000 mon.a (mon.0) 12415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.158137+0000 mon.a (mon.0) 12416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.160663+0000 mon.a (mon.0) 12417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.161511+0000 mon.a (mon.0) 12418 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:50:59.647 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.163368+0000 mgr.y (mgr.25387) 6121 : cluster [DBG] pgmap v4018: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.163733+0000 mgr.y (mgr.25387) 6122 : cluster [DBG] pgmap v4019: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:50:59.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.172561+0000 mon.a (mon.0) 12419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:50:59.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.173044+0000 mgr.y (mgr.25387) 6123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:50:59.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.251181+0000 mon.a (mon.0) 12420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:50:59.648 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[58125]: audit 2024-03-30T04:50:59.254348+0000 mon.a (mon.0) 12421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:50:59.958 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.726Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.726Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.727Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.727Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=arp 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=bcache 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=bonding 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=btrfs 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=conntrack 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=cpu 2024-03-30T04:50:59.959 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=diskstats 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=dmi 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=edac 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=entropy 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=filefd 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=filesystem 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=hwmon 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=infiniband 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=ipvs 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=loadavg 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=mdadm 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=meminfo 2024-03-30T04:50:59.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=netclass 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=netdev 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=netstat 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=nfs 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=nfsd 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.728Z caller=node_exporter.go:117 level=info collector=nvme 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=os 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=pressure 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=rapl 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=schedstat 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=selinux 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=sockstat 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=softnet 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=stat 2024-03-30T04:50:59.961 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=tapestats 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=textfile 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=time 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=uname 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=vmstat 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=xfs 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=node_exporter.go:117 level=info collector=zfs 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-03-30T04:50:59.962 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:50:59 smithi105 bash[80923]: ts=2024-03-30T04:50:59.729Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.256997+0000 mon.a (mon.0) 12422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.282132+0000 mon.a (mon.0) 12423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.283641+0000 mon.a (mon.0) 12424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.286420+0000 mgr.y (mgr.25387) 6124 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.292955+0000 mon.a (mon.0) 12425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.293778+0000 mgr.y (mgr.25387) 6125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.382356+0000 mon.a (mon.0) 12426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.386471+0000 mon.a (mon.0) 12427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.388158+0000 mon.a (mon.0) 12428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.392584+0000 mon.a (mon.0) 12429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.393876+0000 mon.a (mon.0) 12430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.396435+0000 mgr.y (mgr.25387) 6126 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.396940+0000 mgr.y (mgr.25387) 6127 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.404355+0000 mon.a (mon.0) 12431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.405128+0000 mgr.y (mgr.25387) 6128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.494297+0000 mon.a (mon.0) 12432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.498265+0000 mon.a (mon.0) 12433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.500134+0000 mon.a (mon.0) 12434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.504269+0000 mon.a (mon.0) 12435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.256997+0000 mon.a (mon.0) 12422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.282132+0000 mon.a (mon.0) 12423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.283641+0000 mon.a (mon.0) 12424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.286420+0000 mgr.y (mgr.25387) 6124 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.292955+0000 mon.a (mon.0) 12425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.293778+0000 mgr.y (mgr.25387) 6125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.382356+0000 mon.a (mon.0) 12426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.386471+0000 mon.a (mon.0) 12427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.388158+0000 mon.a (mon.0) 12428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.392584+0000 mon.a (mon.0) 12429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.393876+0000 mon.a (mon.0) 12430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.396435+0000 mgr.y (mgr.25387) 6126 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.396940+0000 mgr.y (mgr.25387) 6127 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.404355+0000 mon.a (mon.0) 12431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.405128+0000 mgr.y (mgr.25387) 6128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.494297+0000 mon.a (mon.0) 12432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.498265+0000 mon.a (mon.0) 12433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.500134+0000 mon.a (mon.0) 12434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.504269+0000 mon.a (mon.0) 12435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.505610+0000 mon.a (mon.0) 12436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.507970+0000 mgr.y (mgr.25387) 6129 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.508290+0000 mgr.y (mgr.25387) 6130 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.515096+0000 mon.a (mon.0) 12437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.515832+0000 mgr.y (mgr.25387) 6131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.604271+0000 mon.a (mon.0) 12438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.608284+0000 mon.a (mon.0) 12439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.610457+0000 mon.a (mon.0) 12440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.614353+0000 mon.a (mon.0) 12441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.615798+0000 mon.a (mon.0) 12442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.618316+0000 mgr.y (mgr.25387) 6132 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.618610+0000 mgr.y (mgr.25387) 6133 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.627479+0000 mon.a (mon.0) 12443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.628522+0000 mgr.y (mgr.25387) 6134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.713561+0000 mon.a (mon.0) 12444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.717668+0000 mon.a (mon.0) 12445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.719362+0000 mon.a (mon.0) 12446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.723209+0000 mon.a (mon.0) 12447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.724478+0000 mon.a (mon.0) 12448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.505610+0000 mon.a (mon.0) 12436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.507970+0000 mgr.y (mgr.25387) 6129 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.508290+0000 mgr.y (mgr.25387) 6130 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.515096+0000 mon.a (mon.0) 12437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.515832+0000 mgr.y (mgr.25387) 6131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.604271+0000 mon.a (mon.0) 12438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.608284+0000 mon.a (mon.0) 12439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.610457+0000 mon.a (mon.0) 12440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.614353+0000 mon.a (mon.0) 12441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.615798+0000 mon.a (mon.0) 12442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.618316+0000 mgr.y (mgr.25387) 6132 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.618610+0000 mgr.y (mgr.25387) 6133 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.627479+0000 mon.a (mon.0) 12443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.628522+0000 mgr.y (mgr.25387) 6134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.713561+0000 mon.a (mon.0) 12444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.717668+0000 mon.a (mon.0) 12445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.719362+0000 mon.a (mon.0) 12446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.723209+0000 mon.a (mon.0) 12447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.724478+0000 mon.a (mon.0) 12448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.726910+0000 mgr.y (mgr.25387) 6135 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.727394+0000 mgr.y (mgr.25387) 6136 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.735043+0000 mon.a (mon.0) 12449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.736259+0000 mgr.y (mgr.25387) 6137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.785718+0000 mon.a (mon.0) 12450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.789212+0000 mon.a (mon.0) 12451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.790466+0000 mon.a (mon.0) 12452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.793003+0000 mon.a (mon.0) 12453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.793856+0000 mon.a (mon.0) 12454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.795422+0000 mgr.y (mgr.25387) 6138 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.795900+0000 mgr.y (mgr.25387) 6139 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.800888+0000 mon.a (mon.0) 12455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.801313+0000 mgr.y (mgr.25387) 6140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.841624+0000 mon.a (mon.0) 12456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.843531+0000 mon.a (mon.0) 12457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.844398+0000 mon.a (mon.0) 12458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.846905+0000 mon.a (mon.0) 12459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.847547+0000 mon.a (mon.0) 12460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.848908+0000 mgr.y (mgr.25387) 6141 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.726910+0000 mgr.y (mgr.25387) 6135 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.727394+0000 mgr.y (mgr.25387) 6136 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.735043+0000 mon.a (mon.0) 12449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.736259+0000 mgr.y (mgr.25387) 6137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.785718+0000 mon.a (mon.0) 12450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.789212+0000 mon.a (mon.0) 12451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.790466+0000 mon.a (mon.0) 12452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.793003+0000 mon.a (mon.0) 12453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.793856+0000 mon.a (mon.0) 12454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.795422+0000 mgr.y (mgr.25387) 6138 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.795900+0000 mgr.y (mgr.25387) 6139 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.800888+0000 mon.a (mon.0) 12455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.801313+0000 mgr.y (mgr.25387) 6140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.841624+0000 mon.a (mon.0) 12456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.843531+0000 mon.a (mon.0) 12457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.844398+0000 mon.a (mon.0) 12458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.846905+0000 mon.a (mon.0) 12459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.847547+0000 mon.a (mon.0) 12460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.848908+0000 mgr.y (mgr.25387) 6141 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.849160+0000 mgr.y (mgr.25387) 6142 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.853581+0000 mon.a (mon.0) 12461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.854161+0000 mgr.y (mgr.25387) 6143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.895545+0000 mon.a (mon.0) 12462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.897527+0000 mon.a (mon.0) 12463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.898392+0000 mon.a (mon.0) 12464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.900232+0000 mon.a (mon.0) 12465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.900794+0000 mon.a (mon.0) 12466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.901906+0000 mgr.y (mgr.25387) 6144 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.902145+0000 mgr.y (mgr.25387) 6145 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.906151+0000 mon.a (mon.0) 12467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.906668+0000 mgr.y (mgr.25387) 6146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.946891+0000 mon.a (mon.0) 12468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.948658+0000 mon.a (mon.0) 12469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.949618+0000 mon.a (mon.0) 12470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.952303+0000 mon.a (mon.0) 12471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.953369+0000 mon.a (mon.0) 12472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.955196+0000 mgr.y (mgr.25387) 6147 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:50:59.955839+0000 mgr.y (mgr.25387) 6148 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:50:59.961202+0000 mon.a (mon.0) 12473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.849160+0000 mgr.y (mgr.25387) 6142 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.853581+0000 mon.a (mon.0) 12461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.854161+0000 mgr.y (mgr.25387) 6143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.895545+0000 mon.a (mon.0) 12462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.897527+0000 mon.a (mon.0) 12463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.898392+0000 mon.a (mon.0) 12464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.900232+0000 mon.a (mon.0) 12465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.900794+0000 mon.a (mon.0) 12466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.901906+0000 mgr.y (mgr.25387) 6144 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.902145+0000 mgr.y (mgr.25387) 6145 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.906151+0000 mon.a (mon.0) 12467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.906668+0000 mgr.y (mgr.25387) 6146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.946891+0000 mon.a (mon.0) 12468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.948658+0000 mon.a (mon.0) 12469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.949618+0000 mon.a (mon.0) 12470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.952303+0000 mon.a (mon.0) 12471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.953369+0000 mon.a (mon.0) 12472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.955196+0000 mgr.y (mgr.25387) 6147 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:50:59.955839+0000 mgr.y (mgr.25387) 6148 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:50:59.961202+0000 mon.a (mon.0) 12473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:50:59.961692+0000 mgr.y (mgr.25387) 6149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.002332+0000 mon.a (mon.0) 12474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.004307+0000 mon.a (mon.0) 12475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.005249+0000 mon.a (mon.0) 12476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.007228+0000 mon.a (mon.0) 12477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.007905+0000 mon.a (mon.0) 12478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.009140+0000 mgr.y (mgr.25387) 6150 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.009412+0000 mgr.y (mgr.25387) 6151 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.013780+0000 mon.a (mon.0) 12479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.014286+0000 mgr.y (mgr.25387) 6152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.058511+0000 mon.a (mon.0) 12480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.060703+0000 mon.a (mon.0) 12481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.061564+0000 mon.a (mon.0) 12482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.063668+0000 mon.a (mon.0) 12483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.064311+0000 mon.a (mon.0) 12484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.065582+0000 mgr.y (mgr.25387) 6153 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.065857+0000 mgr.y (mgr.25387) 6154 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.070169+0000 mon.a (mon.0) 12485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.070705+0000 mgr.y (mgr.25387) 6155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.127403+0000 mon.a (mon.0) 12486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:50:59.961692+0000 mgr.y (mgr.25387) 6149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.002332+0000 mon.a (mon.0) 12474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.004307+0000 mon.a (mon.0) 12475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.005249+0000 mon.a (mon.0) 12476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.007228+0000 mon.a (mon.0) 12477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.007905+0000 mon.a (mon.0) 12478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.009140+0000 mgr.y (mgr.25387) 6150 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.009412+0000 mgr.y (mgr.25387) 6151 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.013780+0000 mon.a (mon.0) 12479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.014286+0000 mgr.y (mgr.25387) 6152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.058511+0000 mon.a (mon.0) 12480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.060703+0000 mon.a (mon.0) 12481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.061564+0000 mon.a (mon.0) 12482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.063668+0000 mon.a (mon.0) 12483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.064311+0000 mon.a (mon.0) 12484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.065582+0000 mgr.y (mgr.25387) 6153 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.065857+0000 mgr.y (mgr.25387) 6154 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.070169+0000 mon.a (mon.0) 12485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.070705+0000 mgr.y (mgr.25387) 6155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.127403+0000 mon.a (mon.0) 12486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.129518+0000 mon.a (mon.0) 12487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.130516+0000 mon.a (mon.0) 12488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.131118+0000 mgr.y (mgr.25387) 6156 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.132864+0000 mon.a (mon.0) 12489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.133729+0000 mon.a (mon.0) 12490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.135164+0000 mgr.y (mgr.25387) 6157 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.135432+0000 mgr.y (mgr.25387) 6158 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.139509+0000 mon.a (mon.0) 12491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.139952+0000 mgr.y (mgr.25387) 6159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.184479+0000 mon.a (mon.0) 12492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.186598+0000 mon.a (mon.0) 12493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.187509+0000 mon.a (mon.0) 12494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.189886+0000 mon.a (mon.0) 12495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.190609+0000 mon.a (mon.0) 12496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.192072+0000 mgr.y (mgr.25387) 6160 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.192283+0000 mgr.y (mgr.25387) 6161 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.198596+0000 mon.a (mon.0) 12497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.241864+0000 mon.a (mon.0) 12498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.244005+0000 mon.a (mon.0) 12499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.244986+0000 mon.a (mon.0) 12500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.247141+0000 mon.a (mon.0) 12501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.247844+0000 mon.a (mon.0) 12502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[73934]: audit 2024-03-30T04:51:00.254099+0000 mon.a (mon.0) 12503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.129518+0000 mon.a (mon.0) 12487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.130516+0000 mon.a (mon.0) 12488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.131118+0000 mgr.y (mgr.25387) 6156 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.132864+0000 mon.a (mon.0) 12489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.133729+0000 mon.a (mon.0) 12490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.135164+0000 mgr.y (mgr.25387) 6157 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.135432+0000 mgr.y (mgr.25387) 6158 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.139509+0000 mon.a (mon.0) 12491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.139952+0000 mgr.y (mgr.25387) 6159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.184479+0000 mon.a (mon.0) 12492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.186598+0000 mon.a (mon.0) 12493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.187509+0000 mon.a (mon.0) 12494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.189886+0000 mon.a (mon.0) 12495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.190609+0000 mon.a (mon.0) 12496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.192072+0000 mgr.y (mgr.25387) 6160 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.192283+0000 mgr.y (mgr.25387) 6161 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.198596+0000 mon.a (mon.0) 12497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.241864+0000 mon.a (mon.0) 12498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.244005+0000 mon.a (mon.0) 12499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.244986+0000 mon.a (mon.0) 12500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.645 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.247141+0000 mon.a (mon.0) 12501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.247844+0000 mon.a (mon.0) 12502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.646 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:00 smithi097 bash[69502]: audit 2024-03-30T04:51:00.254099+0000 mon.a (mon.0) 12503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.256997+0000 mon.a (mon.0) 12422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.282132+0000 mon.a (mon.0) 12423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.283641+0000 mon.a (mon.0) 12424 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.286420+0000 mgr.y (mgr.25387) 6124 : cluster [DBG] pgmap v4020: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.292955+0000 mon.a (mon.0) 12425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.293778+0000 mgr.y (mgr.25387) 6125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.382356+0000 mon.a (mon.0) 12426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.386471+0000 mon.a (mon.0) 12427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.388158+0000 mon.a (mon.0) 12428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.392584+0000 mon.a (mon.0) 12429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.393876+0000 mon.a (mon.0) 12430 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.396435+0000 mgr.y (mgr.25387) 6126 : cluster [DBG] pgmap v4021: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.396940+0000 mgr.y (mgr.25387) 6127 : cluster [DBG] pgmap v4022: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.404355+0000 mon.a (mon.0) 12431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.405128+0000 mgr.y (mgr.25387) 6128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.494297+0000 mon.a (mon.0) 12432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.498265+0000 mon.a (mon.0) 12433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.500134+0000 mon.a (mon.0) 12434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.504269+0000 mon.a (mon.0) 12435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.505610+0000 mon.a (mon.0) 12436 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.507970+0000 mgr.y (mgr.25387) 6129 : cluster [DBG] pgmap v4023: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.508290+0000 mgr.y (mgr.25387) 6130 : cluster [DBG] pgmap v4024: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.515096+0000 mon.a (mon.0) 12437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.515832+0000 mgr.y (mgr.25387) 6131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.604271+0000 mon.a (mon.0) 12438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.608284+0000 mon.a (mon.0) 12439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.610457+0000 mon.a (mon.0) 12440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.614353+0000 mon.a (mon.0) 12441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.615798+0000 mon.a (mon.0) 12442 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.618316+0000 mgr.y (mgr.25387) 6132 : cluster [DBG] pgmap v4025: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.618610+0000 mgr.y (mgr.25387) 6133 : cluster [DBG] pgmap v4026: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.627479+0000 mon.a (mon.0) 12443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.628522+0000 mgr.y (mgr.25387) 6134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.713561+0000 mon.a (mon.0) 12444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.717668+0000 mon.a (mon.0) 12445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.719362+0000 mon.a (mon.0) 12446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.723209+0000 mon.a (mon.0) 12447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.724478+0000 mon.a (mon.0) 12448 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.726910+0000 mgr.y (mgr.25387) 6135 : cluster [DBG] pgmap v4027: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.727394+0000 mgr.y (mgr.25387) 6136 : cluster [DBG] pgmap v4028: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.735043+0000 mon.a (mon.0) 12449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.736259+0000 mgr.y (mgr.25387) 6137 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.785718+0000 mon.a (mon.0) 12450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.789212+0000 mon.a (mon.0) 12451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.790466+0000 mon.a (mon.0) 12452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.793003+0000 mon.a (mon.0) 12453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.793856+0000 mon.a (mon.0) 12454 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.795422+0000 mgr.y (mgr.25387) 6138 : cluster [DBG] pgmap v4029: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.795900+0000 mgr.y (mgr.25387) 6139 : cluster [DBG] pgmap v4030: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.800888+0000 mon.a (mon.0) 12455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.801313+0000 mgr.y (mgr.25387) 6140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.841624+0000 mon.a (mon.0) 12456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.843531+0000 mon.a (mon.0) 12457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.844398+0000 mon.a (mon.0) 12458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.846905+0000 mon.a (mon.0) 12459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.847547+0000 mon.a (mon.0) 12460 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.848908+0000 mgr.y (mgr.25387) 6141 : cluster [DBG] pgmap v4031: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.849160+0000 mgr.y (mgr.25387) 6142 : cluster [DBG] pgmap v4032: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.853581+0000 mon.a (mon.0) 12461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.854161+0000 mgr.y (mgr.25387) 6143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.895545+0000 mon.a (mon.0) 12462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.897527+0000 mon.a (mon.0) 12463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.898392+0000 mon.a (mon.0) 12464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.900232+0000 mon.a (mon.0) 12465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.900794+0000 mon.a (mon.0) 12466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.901906+0000 mgr.y (mgr.25387) 6144 : cluster [DBG] pgmap v4033: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.902145+0000 mgr.y (mgr.25387) 6145 : cluster [DBG] pgmap v4034: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.906151+0000 mon.a (mon.0) 12467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.906668+0000 mgr.y (mgr.25387) 6146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.946891+0000 mon.a (mon.0) 12468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.948658+0000 mon.a (mon.0) 12469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.949618+0000 mon.a (mon.0) 12470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.952303+0000 mon.a (mon.0) 12471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.953369+0000 mon.a (mon.0) 12472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.955196+0000 mgr.y (mgr.25387) 6147 : cluster [DBG] pgmap v4035: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:50:59.955839+0000 mgr.y (mgr.25387) 6148 : cluster [DBG] pgmap v4036: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:50:59.961202+0000 mon.a (mon.0) 12473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:50:59.961692+0000 mgr.y (mgr.25387) 6149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.002332+0000 mon.a (mon.0) 12474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.004307+0000 mon.a (mon.0) 12475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.005249+0000 mon.a (mon.0) 12476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.007228+0000 mon.a (mon.0) 12477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.007905+0000 mon.a (mon.0) 12478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.009140+0000 mgr.y (mgr.25387) 6150 : cluster [DBG] pgmap v4037: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.009412+0000 mgr.y (mgr.25387) 6151 : cluster [DBG] pgmap v4038: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.013780+0000 mon.a (mon.0) 12479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.014286+0000 mgr.y (mgr.25387) 6152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.058511+0000 mon.a (mon.0) 12480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.060703+0000 mon.a (mon.0) 12481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.061564+0000 mon.a (mon.0) 12482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.063668+0000 mon.a (mon.0) 12483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.064311+0000 mon.a (mon.0) 12484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.065582+0000 mgr.y (mgr.25387) 6153 : cluster [DBG] pgmap v4039: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.065857+0000 mgr.y (mgr.25387) 6154 : cluster [DBG] pgmap v4040: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.070169+0000 mon.a (mon.0) 12485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.070705+0000 mgr.y (mgr.25387) 6155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.127403+0000 mon.a (mon.0) 12486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.129518+0000 mon.a (mon.0) 12487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.130516+0000 mon.a (mon.0) 12488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.131118+0000 mgr.y (mgr.25387) 6156 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.132864+0000 mon.a (mon.0) 12489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.133729+0000 mon.a (mon.0) 12490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.135164+0000 mgr.y (mgr.25387) 6157 : cluster [DBG] pgmap v4041: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.135432+0000 mgr.y (mgr.25387) 6158 : cluster [DBG] pgmap v4042: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.139509+0000 mon.a (mon.0) 12491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.139952+0000 mgr.y (mgr.25387) 6159 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.184479+0000 mon.a (mon.0) 12492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.186598+0000 mon.a (mon.0) 12493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.187509+0000 mon.a (mon.0) 12494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.189886+0000 mon.a (mon.0) 12495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.190609+0000 mon.a (mon.0) 12496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.192072+0000 mgr.y (mgr.25387) 6160 : cluster [DBG] pgmap v4043: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.192283+0000 mgr.y (mgr.25387) 6161 : cluster [DBG] pgmap v4044: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:00.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.198596+0000 mon.a (mon.0) 12497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:00.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.241864+0000 mon.a (mon.0) 12498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.244005+0000 mon.a (mon.0) 12499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:00.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.244986+0000 mon.a (mon.0) 12500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:00.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.247141+0000 mon.a (mon.0) 12501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:00.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.247844+0000 mon.a (mon.0) 12502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:00.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:00 smithi105 bash[58125]: audit 2024-03-30T04:51:00.254099+0000 mon.a (mon.0) 12503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.199117+0000 mgr.y (mgr.25387) 6162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.249265+0000 mgr.y (mgr.25387) 6163 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.249553+0000 mgr.y (mgr.25387) 6164 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.254555+0000 mgr.y (mgr.25387) 6165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.328249+0000 mon.a (mon.0) 12504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.330136+0000 mon.a (mon.0) 12505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.330976+0000 mon.a (mon.0) 12506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.332967+0000 mon.a (mon.0) 12507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.333611+0000 mon.a (mon.0) 12508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.334867+0000 mgr.y (mgr.25387) 6166 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.335087+0000 mgr.y (mgr.25387) 6167 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.339718+0000 mon.a (mon.0) 12509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.340171+0000 mgr.y (mgr.25387) 6168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.397382+0000 mon.a (mon.0) 12510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.400088+0000 mon.a (mon.0) 12511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.401426+0000 mon.a (mon.0) 12512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.404562+0000 mon.a (mon.0) 12513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.405505+0000 mon.a (mon.0) 12514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.407225+0000 mgr.y (mgr.25387) 6169 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.199117+0000 mgr.y (mgr.25387) 6162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.249265+0000 mgr.y (mgr.25387) 6163 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.249553+0000 mgr.y (mgr.25387) 6164 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.254555+0000 mgr.y (mgr.25387) 6165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.328249+0000 mon.a (mon.0) 12504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.330136+0000 mon.a (mon.0) 12505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.330976+0000 mon.a (mon.0) 12506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.332967+0000 mon.a (mon.0) 12507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.333611+0000 mon.a (mon.0) 12508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.334867+0000 mgr.y (mgr.25387) 6166 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.335087+0000 mgr.y (mgr.25387) 6167 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.339718+0000 mon.a (mon.0) 12509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.340171+0000 mgr.y (mgr.25387) 6168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.397382+0000 mon.a (mon.0) 12510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.400088+0000 mon.a (mon.0) 12511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.401426+0000 mon.a (mon.0) 12512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.404562+0000 mon.a (mon.0) 12513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.405505+0000 mon.a (mon.0) 12514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.407225+0000 mgr.y (mgr.25387) 6169 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.407708+0000 mgr.y (mgr.25387) 6170 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.415721+0000 mon.a (mon.0) 12515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.416269+0000 mgr.y (mgr.25387) 6171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.493624+0000 mon.a (mon.0) 12516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.496302+0000 mon.a (mon.0) 12517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.497544+0000 mon.a (mon.0) 12518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.500626+0000 mon.a (mon.0) 12519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.501451+0000 mon.a (mon.0) 12520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.503084+0000 mgr.y (mgr.25387) 6172 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.503321+0000 mgr.y (mgr.25387) 6173 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.509910+0000 mon.a (mon.0) 12521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.510388+0000 mgr.y (mgr.25387) 6174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.583480+0000 mon.a (mon.0) 12522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.585798+0000 mon.a (mon.0) 12523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.586847+0000 mon.a (mon.0) 12524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.589150+0000 mon.a (mon.0) 12525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.589951+0000 mon.a (mon.0) 12526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.591687+0000 mgr.y (mgr.25387) 6175 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.592255+0000 mgr.y (mgr.25387) 6176 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.407708+0000 mgr.y (mgr.25387) 6170 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.415721+0000 mon.a (mon.0) 12515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.416269+0000 mgr.y (mgr.25387) 6171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.493624+0000 mon.a (mon.0) 12516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.496302+0000 mon.a (mon.0) 12517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.497544+0000 mon.a (mon.0) 12518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.500626+0000 mon.a (mon.0) 12519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.501451+0000 mon.a (mon.0) 12520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.503084+0000 mgr.y (mgr.25387) 6172 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.503321+0000 mgr.y (mgr.25387) 6173 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.509910+0000 mon.a (mon.0) 12521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.510388+0000 mgr.y (mgr.25387) 6174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.583480+0000 mon.a (mon.0) 12522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.585798+0000 mon.a (mon.0) 12523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.586847+0000 mon.a (mon.0) 12524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.589150+0000 mon.a (mon.0) 12525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.589951+0000 mon.a (mon.0) 12526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.591687+0000 mgr.y (mgr.25387) 6175 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:01.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.592255+0000 mgr.y (mgr.25387) 6176 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.598686+0000 mon.a (mon.0) 12527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.599438+0000 mgr.y (mgr.25387) 6177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.677212+0000 mon.a (mon.0) 12528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.679480+0000 mon.a (mon.0) 12529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.680436+0000 mon.a (mon.0) 12530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.682810+0000 mon.a (mon.0) 12531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.683451+0000 mon.a (mon.0) 12532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.685080+0000 mgr.y (mgr.25387) 6178 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.685592+0000 mgr.y (mgr.25387) 6179 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.692930+0000 mon.a (mon.0) 12533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.693440+0000 mgr.y (mgr.25387) 6180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.766773+0000 mon.a (mon.0) 12534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.768671+0000 mon.a (mon.0) 12535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.769481+0000 mon.a (mon.0) 12536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.771504+0000 mon.a (mon.0) 12537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.772100+0000 mon.a (mon.0) 12538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.773391+0000 mgr.y (mgr.25387) 6181 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.773593+0000 mgr.y (mgr.25387) 6182 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.779605+0000 mon.a (mon.0) 12539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.598686+0000 mon.a (mon.0) 12527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.599438+0000 mgr.y (mgr.25387) 6177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.677212+0000 mon.a (mon.0) 12528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.679480+0000 mon.a (mon.0) 12529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.680436+0000 mon.a (mon.0) 12530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.682810+0000 mon.a (mon.0) 12531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.683451+0000 mon.a (mon.0) 12532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.685080+0000 mgr.y (mgr.25387) 6178 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.685592+0000 mgr.y (mgr.25387) 6179 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.692930+0000 mon.a (mon.0) 12533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.693440+0000 mgr.y (mgr.25387) 6180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.766773+0000 mon.a (mon.0) 12534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.768671+0000 mon.a (mon.0) 12535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.769481+0000 mon.a (mon.0) 12536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.771504+0000 mon.a (mon.0) 12537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.772100+0000 mon.a (mon.0) 12538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.773391+0000 mgr.y (mgr.25387) 6181 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.773593+0000 mgr.y (mgr.25387) 6182 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.779605+0000 mon.a (mon.0) 12539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.780019+0000 mgr.y (mgr.25387) 6183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.836694+0000 mon.a (mon.0) 12540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.838587+0000 mon.a (mon.0) 12541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.839700+0000 mon.a (mon.0) 12542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.841553+0000 mon.a (mon.0) 12543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.842121+0000 mon.a (mon.0) 12544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.843255+0000 mgr.y (mgr.25387) 6184 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.843447+0000 mgr.y (mgr.25387) 6185 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.850001+0000 mon.a (mon.0) 12545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.850426+0000 mgr.y (mgr.25387) 6186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.894742+0000 mon.a (mon.0) 12546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.897001+0000 mon.a (mon.0) 12547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.897847+0000 mon.a (mon.0) 12548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.899895+0000 mon.a (mon.0) 12549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.900547+0000 mon.a (mon.0) 12550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.901844+0000 mgr.y (mgr.25387) 6187 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.902095+0000 mgr.y (mgr.25387) 6188 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.908497+0000 mon.a (mon.0) 12551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.909073+0000 mgr.y (mgr.25387) 6189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.965960+0000 mon.a (mon.0) 12552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.780019+0000 mgr.y (mgr.25387) 6183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.836694+0000 mon.a (mon.0) 12540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.838587+0000 mon.a (mon.0) 12541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.839700+0000 mon.a (mon.0) 12542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.841553+0000 mon.a (mon.0) 12543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.842121+0000 mon.a (mon.0) 12544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.843255+0000 mgr.y (mgr.25387) 6184 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.843447+0000 mgr.y (mgr.25387) 6185 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.850001+0000 mon.a (mon.0) 12545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.850426+0000 mgr.y (mgr.25387) 6186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.894742+0000 mon.a (mon.0) 12546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.897001+0000 mon.a (mon.0) 12547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.897847+0000 mon.a (mon.0) 12548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.899895+0000 mon.a (mon.0) 12549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.900547+0000 mon.a (mon.0) 12550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.901844+0000 mgr.y (mgr.25387) 6187 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.902095+0000 mgr.y (mgr.25387) 6188 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.908497+0000 mon.a (mon.0) 12551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.909073+0000 mgr.y (mgr.25387) 6189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.965960+0000 mon.a (mon.0) 12552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.968111+0000 mon.a (mon.0) 12553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.969213+0000 mon.a (mon.0) 12554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.971580+0000 mon.a (mon.0) 12555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.972253+0000 mon.a (mon.0) 12556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.973524+0000 mgr.y (mgr.25387) 6190 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:00.973797+0000 mgr.y (mgr.25387) 6191 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:00.980744+0000 mon.a (mon.0) 12557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:00.981637+0000 mgr.y (mgr.25387) 6192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.042391+0000 mon.a (mon.0) 12558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.045133+0000 mon.a (mon.0) 12559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.046462+0000 mon.a (mon.0) 12560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.049207+0000 mon.a (mon.0) 12561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.049918+0000 mon.a (mon.0) 12562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.051300+0000 mgr.y (mgr.25387) 6193 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.051568+0000 mgr.y (mgr.25387) 6194 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.058363+0000 mon.a (mon.0) 12563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.058953+0000 mgr.y (mgr.25387) 6195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.099128+0000 mon.a (mon.0) 12564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.101049+0000 mon.a (mon.0) 12565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.101884+0000 mon.a (mon.0) 12566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.103905+0000 mon.a (mon.0) 12567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.104512+0000 mon.a (mon.0) 12568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.105738+0000 mgr.y (mgr.25387) 6196 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.106025+0000 mgr.y (mgr.25387) 6197 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.112764+0000 mon.a (mon.0) 12569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.113392+0000 mgr.y (mgr.25387) 6198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.170827+0000 mon.a (mon.0) 12570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.172748+0000 mon.a (mon.0) 12571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.173610+0000 mon.a (mon.0) 12572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.176109+0000 mon.a (mon.0) 12573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.176784+0000 mon.a (mon.0) 12574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.178358+0000 mgr.y (mgr.25387) 6199 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.178810+0000 mgr.y (mgr.25387) 6200 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.184603+0000 mon.a (mon.0) 12575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.185020+0000 mgr.y (mgr.25387) 6201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.242449+0000 mon.a (mon.0) 12576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.244736+0000 mon.a (mon.0) 12577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.245805+0000 mon.a (mon.0) 12578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.968111+0000 mon.a (mon.0) 12553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.969213+0000 mon.a (mon.0) 12554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.971580+0000 mon.a (mon.0) 12555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.972253+0000 mon.a (mon.0) 12556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.973524+0000 mgr.y (mgr.25387) 6190 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:00.973797+0000 mgr.y (mgr.25387) 6191 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:00.980744+0000 mon.a (mon.0) 12557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:00.981637+0000 mgr.y (mgr.25387) 6192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.042391+0000 mon.a (mon.0) 12558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.045133+0000 mon.a (mon.0) 12559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.046462+0000 mon.a (mon.0) 12560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.049207+0000 mon.a (mon.0) 12561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.049918+0000 mon.a (mon.0) 12562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.051300+0000 mgr.y (mgr.25387) 6193 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.051568+0000 mgr.y (mgr.25387) 6194 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.058363+0000 mon.a (mon.0) 12563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.058953+0000 mgr.y (mgr.25387) 6195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.099128+0000 mon.a (mon.0) 12564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.101049+0000 mon.a (mon.0) 12565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.247992+0000 mon.a (mon.0) 12579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.248662+0000 mon.a (mon.0) 12580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[69502]: audit 2024-03-30T04:51:01.256897+0000 mon.a (mon.0) 12581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.101884+0000 mon.a (mon.0) 12566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.103905+0000 mon.a (mon.0) 12567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.104512+0000 mon.a (mon.0) 12568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.105738+0000 mgr.y (mgr.25387) 6196 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.106025+0000 mgr.y (mgr.25387) 6197 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.112764+0000 mon.a (mon.0) 12569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.113392+0000 mgr.y (mgr.25387) 6198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.170827+0000 mon.a (mon.0) 12570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.172748+0000 mon.a (mon.0) 12571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.173610+0000 mon.a (mon.0) 12572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.176109+0000 mon.a (mon.0) 12573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.176784+0000 mon.a (mon.0) 12574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.178358+0000 mgr.y (mgr.25387) 6199 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.178810+0000 mgr.y (mgr.25387) 6200 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.184603+0000 mon.a (mon.0) 12575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.185020+0000 mgr.y (mgr.25387) 6201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.242449+0000 mon.a (mon.0) 12576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.244736+0000 mon.a (mon.0) 12577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.245805+0000 mon.a (mon.0) 12578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.247992+0000 mon.a (mon.0) 12579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.248662+0000 mon.a (mon.0) 12580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:01 smithi097 bash[73934]: audit 2024-03-30T04:51:01.256897+0000 mon.a (mon.0) 12581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.199117+0000 mgr.y (mgr.25387) 6162 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.249265+0000 mgr.y (mgr.25387) 6163 : cluster [DBG] pgmap v4045: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.249553+0000 mgr.y (mgr.25387) 6164 : cluster [DBG] pgmap v4046: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.254555+0000 mgr.y (mgr.25387) 6165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.328249+0000 mon.a (mon.0) 12504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.330136+0000 mon.a (mon.0) 12505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.330976+0000 mon.a (mon.0) 12506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.332967+0000 mon.a (mon.0) 12507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.333611+0000 mon.a (mon.0) 12508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.334867+0000 mgr.y (mgr.25387) 6166 : cluster [DBG] pgmap v4047: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.335087+0000 mgr.y (mgr.25387) 6167 : cluster [DBG] pgmap v4048: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.339718+0000 mon.a (mon.0) 12509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.340171+0000 mgr.y (mgr.25387) 6168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.397382+0000 mon.a (mon.0) 12510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.400088+0000 mon.a (mon.0) 12511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.401426+0000 mon.a (mon.0) 12512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.404562+0000 mon.a (mon.0) 12513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.405505+0000 mon.a (mon.0) 12514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.407225+0000 mgr.y (mgr.25387) 6169 : cluster [DBG] pgmap v4049: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.407708+0000 mgr.y (mgr.25387) 6170 : cluster [DBG] pgmap v4050: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.415721+0000 mon.a (mon.0) 12515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.416269+0000 mgr.y (mgr.25387) 6171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.493624+0000 mon.a (mon.0) 12516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.496302+0000 mon.a (mon.0) 12517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.497544+0000 mon.a (mon.0) 12518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.500626+0000 mon.a (mon.0) 12519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.501451+0000 mon.a (mon.0) 12520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.503084+0000 mgr.y (mgr.25387) 6172 : cluster [DBG] pgmap v4051: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.503321+0000 mgr.y (mgr.25387) 6173 : cluster [DBG] pgmap v4052: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.509910+0000 mon.a (mon.0) 12521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.510388+0000 mgr.y (mgr.25387) 6174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.583480+0000 mon.a (mon.0) 12522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.585798+0000 mon.a (mon.0) 12523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.586847+0000 mon.a (mon.0) 12524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.589150+0000 mon.a (mon.0) 12525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.589951+0000 mon.a (mon.0) 12526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.591687+0000 mgr.y (mgr.25387) 6175 : cluster [DBG] pgmap v4053: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.592255+0000 mgr.y (mgr.25387) 6176 : cluster [DBG] pgmap v4054: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.598686+0000 mon.a (mon.0) 12527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.599438+0000 mgr.y (mgr.25387) 6177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.677212+0000 mon.a (mon.0) 12528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.679480+0000 mon.a (mon.0) 12529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.680436+0000 mon.a (mon.0) 12530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.682810+0000 mon.a (mon.0) 12531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.683451+0000 mon.a (mon.0) 12532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.685080+0000 mgr.y (mgr.25387) 6178 : cluster [DBG] pgmap v4055: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.685592+0000 mgr.y (mgr.25387) 6179 : cluster [DBG] pgmap v4056: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 17 op/s 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.692930+0000 mon.a (mon.0) 12533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.693440+0000 mgr.y (mgr.25387) 6180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.766773+0000 mon.a (mon.0) 12534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.768671+0000 mon.a (mon.0) 12535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.769481+0000 mon.a (mon.0) 12536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.771504+0000 mon.a (mon.0) 12537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.772100+0000 mon.a (mon.0) 12538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.773391+0000 mgr.y (mgr.25387) 6181 : cluster [DBG] pgmap v4057: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.773593+0000 mgr.y (mgr.25387) 6182 : cluster [DBG] pgmap v4058: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.779605+0000 mon.a (mon.0) 12539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.780019+0000 mgr.y (mgr.25387) 6183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.836694+0000 mon.a (mon.0) 12540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.838587+0000 mon.a (mon.0) 12541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.839700+0000 mon.a (mon.0) 12542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.841553+0000 mon.a (mon.0) 12543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.842121+0000 mon.a (mon.0) 12544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.843255+0000 mgr.y (mgr.25387) 6184 : cluster [DBG] pgmap v4059: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.843447+0000 mgr.y (mgr.25387) 6185 : cluster [DBG] pgmap v4060: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.850001+0000 mon.a (mon.0) 12545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.850426+0000 mgr.y (mgr.25387) 6186 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.894742+0000 mon.a (mon.0) 12546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.897001+0000 mon.a (mon.0) 12547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.897847+0000 mon.a (mon.0) 12548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.899895+0000 mon.a (mon.0) 12549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.900547+0000 mon.a (mon.0) 12550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.901844+0000 mgr.y (mgr.25387) 6187 : cluster [DBG] pgmap v4061: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.902095+0000 mgr.y (mgr.25387) 6188 : cluster [DBG] pgmap v4062: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.908497+0000 mon.a (mon.0) 12551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.909073+0000 mgr.y (mgr.25387) 6189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.965960+0000 mon.a (mon.0) 12552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.968111+0000 mon.a (mon.0) 12553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.969213+0000 mon.a (mon.0) 12554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.971580+0000 mon.a (mon.0) 12555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.972253+0000 mon.a (mon.0) 12556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.973524+0000 mgr.y (mgr.25387) 6190 : cluster [DBG] pgmap v4063: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:00.973797+0000 mgr.y (mgr.25387) 6191 : cluster [DBG] pgmap v4064: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:00.980744+0000 mon.a (mon.0) 12557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:00.981637+0000 mgr.y (mgr.25387) 6192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.042391+0000 mon.a (mon.0) 12558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.045133+0000 mon.a (mon.0) 12559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.046462+0000 mon.a (mon.0) 12560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.049207+0000 mon.a (mon.0) 12561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.049918+0000 mon.a (mon.0) 12562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.051300+0000 mgr.y (mgr.25387) 6193 : cluster [DBG] pgmap v4065: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.051568+0000 mgr.y (mgr.25387) 6194 : cluster [DBG] pgmap v4066: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.058363+0000 mon.a (mon.0) 12563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.058953+0000 mgr.y (mgr.25387) 6195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.099128+0000 mon.a (mon.0) 12564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.101049+0000 mon.a (mon.0) 12565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.101884+0000 mon.a (mon.0) 12566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.103905+0000 mon.a (mon.0) 12567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.104512+0000 mon.a (mon.0) 12568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.105738+0000 mgr.y (mgr.25387) 6196 : cluster [DBG] pgmap v4067: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.106025+0000 mgr.y (mgr.25387) 6197 : cluster [DBG] pgmap v4068: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.112764+0000 mon.a (mon.0) 12569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.113392+0000 mgr.y (mgr.25387) 6198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.170827+0000 mon.a (mon.0) 12570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.172748+0000 mon.a (mon.0) 12571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.173610+0000 mon.a (mon.0) 12572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.176109+0000 mon.a (mon.0) 12573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.176784+0000 mon.a (mon.0) 12574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.178358+0000 mgr.y (mgr.25387) 6199 : cluster [DBG] pgmap v4069: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.178810+0000 mgr.y (mgr.25387) 6200 : cluster [DBG] pgmap v4070: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.184603+0000 mon.a (mon.0) 12575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.185020+0000 mgr.y (mgr.25387) 6201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.242449+0000 mon.a (mon.0) 12576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.244736+0000 mon.a (mon.0) 12577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.245805+0000 mon.a (mon.0) 12578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.247992+0000 mon.a (mon.0) 12579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:01.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.248662+0000 mon.a (mon.0) 12580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:01.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:01 smithi105 bash[58125]: audit 2024-03-30T04:51:01.256897+0000 mon.a (mon.0) 12581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:51:02] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.33.4" 2024-03-30T04:51:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.249971+0000 mgr.y (mgr.25387) 6202 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.250198+0000 mgr.y (mgr.25387) 6203 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.257403+0000 mgr.y (mgr.25387) 6204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.315859+0000 mon.a (mon.0) 12582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.317923+0000 mon.a (mon.0) 12583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.318907+0000 mon.a (mon.0) 12584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.321023+0000 mon.a (mon.0) 12585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.321680+0000 mon.a (mon.0) 12586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.323027+0000 mgr.y (mgr.25387) 6205 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.323234+0000 mgr.y (mgr.25387) 6206 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.327792+0000 mon.a (mon.0) 12587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.328237+0000 mgr.y (mgr.25387) 6207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.369169+0000 mon.a (mon.0) 12588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.371135+0000 mon.a (mon.0) 12589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.371934+0000 mon.a (mon.0) 12590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.373872+0000 mon.a (mon.0) 12591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.374467+0000 mon.a (mon.0) 12592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.375630+0000 mgr.y (mgr.25387) 6208 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.375804+0000 mgr.y (mgr.25387) 6209 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.380217+0000 mon.a (mon.0) 12593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.380620+0000 mgr.y (mgr.25387) 6210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.437056+0000 mon.a (mon.0) 12594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.439114+0000 mon.a (mon.0) 12595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.440856+0000 mon.a (mon.0) 12596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.443801+0000 mon.a (mon.0) 12597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.444549+0000 mon.a (mon.0) 12598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.445849+0000 mgr.y (mgr.25387) 6211 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.446053+0000 mgr.y (mgr.25387) 6212 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.454684+0000 mon.a (mon.0) 12599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.455175+0000 mgr.y (mgr.25387) 6213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.495218+0000 mon.a (mon.0) 12600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.497285+0000 mon.a (mon.0) 12601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.498116+0000 mon.a (mon.0) 12602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.499946+0000 mon.a (mon.0) 12603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.500633+0000 mon.a (mon.0) 12604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.501813+0000 mgr.y (mgr.25387) 6214 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.502012+0000 mgr.y (mgr.25387) 6215 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.506744+0000 mon.a (mon.0) 12605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.249971+0000 mgr.y (mgr.25387) 6202 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.250198+0000 mgr.y (mgr.25387) 6203 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.257403+0000 mgr.y (mgr.25387) 6204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.315859+0000 mon.a (mon.0) 12582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.317923+0000 mon.a (mon.0) 12583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.318907+0000 mon.a (mon.0) 12584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.321023+0000 mon.a (mon.0) 12585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.321680+0000 mon.a (mon.0) 12586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.323027+0000 mgr.y (mgr.25387) 6205 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.323234+0000 mgr.y (mgr.25387) 6206 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.327792+0000 mon.a (mon.0) 12587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.328237+0000 mgr.y (mgr.25387) 6207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.369169+0000 mon.a (mon.0) 12588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.371135+0000 mon.a (mon.0) 12589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.371934+0000 mon.a (mon.0) 12590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.373872+0000 mon.a (mon.0) 12591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.374467+0000 mon.a (mon.0) 12592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.375630+0000 mgr.y (mgr.25387) 6208 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.375804+0000 mgr.y (mgr.25387) 6209 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.507280+0000 mgr.y (mgr.25387) 6216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.548220+0000 mon.a (mon.0) 12606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.550062+0000 mon.a (mon.0) 12607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.550859+0000 mon.a (mon.0) 12608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.552682+0000 mon.a (mon.0) 12609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.553284+0000 mon.a (mon.0) 12610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.554462+0000 mgr.y (mgr.25387) 6217 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.554679+0000 mgr.y (mgr.25387) 6218 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.559331+0000 mon.a (mon.0) 12611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.559729+0000 mgr.y (mgr.25387) 6219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.604311+0000 mon.a (mon.0) 12612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.606485+0000 mon.a (mon.0) 12613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.607352+0000 mon.a (mon.0) 12614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.609472+0000 mon.a (mon.0) 12615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.610115+0000 mon.a (mon.0) 12616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.611365+0000 mgr.y (mgr.25387) 6220 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.611541+0000 mgr.y (mgr.25387) 6221 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.615730+0000 mon.a (mon.0) 12617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.616191+0000 mgr.y (mgr.25387) 6222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.689593+0000 mon.a (mon.0) 12618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.691907+0000 mon.a (mon.0) 12619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.692834+0000 mon.a (mon.0) 12620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.695126+0000 mon.a (mon.0) 12621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.695818+0000 mon.a (mon.0) 12622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.697210+0000 mgr.y (mgr.25387) 6223 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.697383+0000 mgr.y (mgr.25387) 6224 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.702096+0000 mon.a (mon.0) 12623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.702507+0000 mgr.y (mgr.25387) 6225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.790356+0000 mon.a (mon.0) 12624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.794143+0000 mon.a (mon.0) 12625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.795507+0000 mon.a (mon.0) 12626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.799229+0000 mon.a (mon.0) 12627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.800144+0000 mon.a (mon.0) 12628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.802152+0000 mgr.y (mgr.25387) 6226 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.802623+0000 mgr.y (mgr.25387) 6227 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.807175+0000 mon.a (mon.0) 12629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.807752+0000 mgr.y (mgr.25387) 6228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.880890+0000 mon.a (mon.0) 12630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.883029+0000 mon.a (mon.0) 12631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.884460+0000 mon.a (mon.0) 12632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.887429+0000 mon.a (mon.0) 12633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.888371+0000 mon.a (mon.0) 12634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.890539+0000 mgr.y (mgr.25387) 6229 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.890843+0000 mgr.y (mgr.25387) 6230 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.899506+0000 mon.a (mon.0) 12635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.900128+0000 mgr.y (mgr.25387) 6231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.962290+0000 mon.a (mon.0) 12636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.965199+0000 mon.a (mon.0) 12637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.966433+0000 mon.a (mon.0) 12638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.969806+0000 mon.a (mon.0) 12639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.970775+0000 mon.a (mon.0) 12640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.972483+0000 mgr.y (mgr.25387) 6232 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:01.972750+0000 mgr.y (mgr.25387) 6233 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:01.983142+0000 mon.a (mon.0) 12641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:01.983690+0000 mgr.y (mgr.25387) 6234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.056960+0000 mon.a (mon.0) 12642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.059174+0000 mon.a (mon.0) 12643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.060209+0000 mon.a (mon.0) 12644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.063353+0000 mon.a (mon.0) 12645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.380217+0000 mon.a (mon.0) 12593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.380620+0000 mgr.y (mgr.25387) 6210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.437056+0000 mon.a (mon.0) 12594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.439114+0000 mon.a (mon.0) 12595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.440856+0000 mon.a (mon.0) 12596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.443801+0000 mon.a (mon.0) 12597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.444549+0000 mon.a (mon.0) 12598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.445849+0000 mgr.y (mgr.25387) 6211 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.446053+0000 mgr.y (mgr.25387) 6212 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.454684+0000 mon.a (mon.0) 12599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.455175+0000 mgr.y (mgr.25387) 6213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.495218+0000 mon.a (mon.0) 12600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.497285+0000 mon.a (mon.0) 12601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.498116+0000 mon.a (mon.0) 12602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.499946+0000 mon.a (mon.0) 12603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.500633+0000 mon.a (mon.0) 12604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.501813+0000 mgr.y (mgr.25387) 6214 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.502012+0000 mgr.y (mgr.25387) 6215 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.506744+0000 mon.a (mon.0) 12605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.064177+0000 mon.a (mon.0) 12646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.065809+0000 mgr.y (mgr.25387) 6235 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.066010+0000 mgr.y (mgr.25387) 6236 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.072062+0000 mon.a (mon.0) 12647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.072520+0000 mgr.y (mgr.25387) 6237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.145339+0000 mon.a (mon.0) 12648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.147370+0000 mon.a (mon.0) 12649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.148215+0000 mon.a (mon.0) 12650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.150349+0000 mon.a (mon.0) 12651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.150976+0000 mon.a (mon.0) 12652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.152249+0000 mgr.y (mgr.25387) 6238 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.152477+0000 mgr.y (mgr.25387) 6239 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.158540+0000 mon.a (mon.0) 12653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.159106+0000 mgr.y (mgr.25387) 6240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.247029+0000 mon.a (mon.0) 12654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.251155+0000 mon.a (mon.0) 12655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.252658+0000 mon.a (mon.0) 12656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.256316+0000 mon.a (mon.0) 12657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.257478+0000 mon.a (mon.0) 12658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[69502]: audit 2024-03-30T04:51:02.269080+0000 mon.a (mon.0) 12659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.507280+0000 mgr.y (mgr.25387) 6216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.548220+0000 mon.a (mon.0) 12606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.550062+0000 mon.a (mon.0) 12607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.550859+0000 mon.a (mon.0) 12608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.552682+0000 mon.a (mon.0) 12609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.553284+0000 mon.a (mon.0) 12610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.554462+0000 mgr.y (mgr.25387) 6217 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.554679+0000 mgr.y (mgr.25387) 6218 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.559331+0000 mon.a (mon.0) 12611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.559729+0000 mgr.y (mgr.25387) 6219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.604311+0000 mon.a (mon.0) 12612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.606485+0000 mon.a (mon.0) 12613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.607352+0000 mon.a (mon.0) 12614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.609472+0000 mon.a (mon.0) 12615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.610115+0000 mon.a (mon.0) 12616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.611365+0000 mgr.y (mgr.25387) 6220 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.611541+0000 mgr.y (mgr.25387) 6221 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.615730+0000 mon.a (mon.0) 12617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.616191+0000 mgr.y (mgr.25387) 6222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.689593+0000 mon.a (mon.0) 12618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.691907+0000 mon.a (mon.0) 12619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.692834+0000 mon.a (mon.0) 12620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.695126+0000 mon.a (mon.0) 12621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.695818+0000 mon.a (mon.0) 12622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.697210+0000 mgr.y (mgr.25387) 6223 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.697383+0000 mgr.y (mgr.25387) 6224 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.702096+0000 mon.a (mon.0) 12623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.702507+0000 mgr.y (mgr.25387) 6225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.790356+0000 mon.a (mon.0) 12624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.794143+0000 mon.a (mon.0) 12625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.795507+0000 mon.a (mon.0) 12626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.799229+0000 mon.a (mon.0) 12627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.800144+0000 mon.a (mon.0) 12628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.802152+0000 mgr.y (mgr.25387) 6226 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.802623+0000 mgr.y (mgr.25387) 6227 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.807175+0000 mon.a (mon.0) 12629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.807752+0000 mgr.y (mgr.25387) 6228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.880890+0000 mon.a (mon.0) 12630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.883029+0000 mon.a (mon.0) 12631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.884460+0000 mon.a (mon.0) 12632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.887429+0000 mon.a (mon.0) 12633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.888371+0000 mon.a (mon.0) 12634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.890539+0000 mgr.y (mgr.25387) 6229 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.890843+0000 mgr.y (mgr.25387) 6230 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.899506+0000 mon.a (mon.0) 12635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.900128+0000 mgr.y (mgr.25387) 6231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.962290+0000 mon.a (mon.0) 12636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.965199+0000 mon.a (mon.0) 12637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.966433+0000 mon.a (mon.0) 12638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.969806+0000 mon.a (mon.0) 12639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.970775+0000 mon.a (mon.0) 12640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.972483+0000 mgr.y (mgr.25387) 6232 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:01.972750+0000 mgr.y (mgr.25387) 6233 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:01.983142+0000 mon.a (mon.0) 12641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:01.983690+0000 mgr.y (mgr.25387) 6234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.056960+0000 mon.a (mon.0) 12642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.059174+0000 mon.a (mon.0) 12643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.060209+0000 mon.a (mon.0) 12644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.063353+0000 mon.a (mon.0) 12645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.064177+0000 mon.a (mon.0) 12646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.065809+0000 mgr.y (mgr.25387) 6235 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.066010+0000 mgr.y (mgr.25387) 6236 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.072062+0000 mon.a (mon.0) 12647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.072520+0000 mgr.y (mgr.25387) 6237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.145339+0000 mon.a (mon.0) 12648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.147370+0000 mon.a (mon.0) 12649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.148215+0000 mon.a (mon.0) 12650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.150349+0000 mon.a (mon.0) 12651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.150976+0000 mon.a (mon.0) 12652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.152249+0000 mgr.y (mgr.25387) 6238 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.152477+0000 mgr.y (mgr.25387) 6239 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.158540+0000 mon.a (mon.0) 12653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.159106+0000 mgr.y (mgr.25387) 6240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.247029+0000 mon.a (mon.0) 12654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.251155+0000 mon.a (mon.0) 12655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.252658+0000 mon.a (mon.0) 12656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.256316+0000 mon.a (mon.0) 12657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.257478+0000 mon.a (mon.0) 12658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:02 smithi097 bash[73934]: audit 2024-03-30T04:51:02.269080+0000 mon.a (mon.0) 12659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.249971+0000 mgr.y (mgr.25387) 6202 : cluster [DBG] pgmap v4071: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.250198+0000 mgr.y (mgr.25387) 6203 : cluster [DBG] pgmap v4072: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.257403+0000 mgr.y (mgr.25387) 6204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.315859+0000 mon.a (mon.0) 12582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.317923+0000 mon.a (mon.0) 12583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.318907+0000 mon.a (mon.0) 12584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.321023+0000 mon.a (mon.0) 12585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.321680+0000 mon.a (mon.0) 12586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.323027+0000 mgr.y (mgr.25387) 6205 : cluster [DBG] pgmap v4073: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.323234+0000 mgr.y (mgr.25387) 6206 : cluster [DBG] pgmap v4074: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.327792+0000 mon.a (mon.0) 12587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.328237+0000 mgr.y (mgr.25387) 6207 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.369169+0000 mon.a (mon.0) 12588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.371135+0000 mon.a (mon.0) 12589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.371934+0000 mon.a (mon.0) 12590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.373872+0000 mon.a (mon.0) 12591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.374467+0000 mon.a (mon.0) 12592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.375630+0000 mgr.y (mgr.25387) 6208 : cluster [DBG] pgmap v4075: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.375804+0000 mgr.y (mgr.25387) 6209 : cluster [DBG] pgmap v4076: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.380217+0000 mon.a (mon.0) 12593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.380620+0000 mgr.y (mgr.25387) 6210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.437056+0000 mon.a (mon.0) 12594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.439114+0000 mon.a (mon.0) 12595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.440856+0000 mon.a (mon.0) 12596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.443801+0000 mon.a (mon.0) 12597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.444549+0000 mon.a (mon.0) 12598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.445849+0000 mgr.y (mgr.25387) 6211 : cluster [DBG] pgmap v4077: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.446053+0000 mgr.y (mgr.25387) 6212 : cluster [DBG] pgmap v4078: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.454684+0000 mon.a (mon.0) 12599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.455175+0000 mgr.y (mgr.25387) 6213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.495218+0000 mon.a (mon.0) 12600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.497285+0000 mon.a (mon.0) 12601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.498116+0000 mon.a (mon.0) 12602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.499946+0000 mon.a (mon.0) 12603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.500633+0000 mon.a (mon.0) 12604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.501813+0000 mgr.y (mgr.25387) 6214 : cluster [DBG] pgmap v4079: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.502012+0000 mgr.y (mgr.25387) 6215 : cluster [DBG] pgmap v4080: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.506744+0000 mon.a (mon.0) 12605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.507280+0000 mgr.y (mgr.25387) 6216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.548220+0000 mon.a (mon.0) 12606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.550062+0000 mon.a (mon.0) 12607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.550859+0000 mon.a (mon.0) 12608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.552682+0000 mon.a (mon.0) 12609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.553284+0000 mon.a (mon.0) 12610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.554462+0000 mgr.y (mgr.25387) 6217 : cluster [DBG] pgmap v4081: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.554679+0000 mgr.y (mgr.25387) 6218 : cluster [DBG] pgmap v4082: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.559331+0000 mon.a (mon.0) 12611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.559729+0000 mgr.y (mgr.25387) 6219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.604311+0000 mon.a (mon.0) 12612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.606485+0000 mon.a (mon.0) 12613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.607352+0000 mon.a (mon.0) 12614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.609472+0000 mon.a (mon.0) 12615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.610115+0000 mon.a (mon.0) 12616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.611365+0000 mgr.y (mgr.25387) 6220 : cluster [DBG] pgmap v4083: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.611541+0000 mgr.y (mgr.25387) 6221 : cluster [DBG] pgmap v4084: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.615730+0000 mon.a (mon.0) 12617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.616191+0000 mgr.y (mgr.25387) 6222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.689593+0000 mon.a (mon.0) 12618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.691907+0000 mon.a (mon.0) 12619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.692834+0000 mon.a (mon.0) 12620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.695126+0000 mon.a (mon.0) 12621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.695818+0000 mon.a (mon.0) 12622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.697210+0000 mgr.y (mgr.25387) 6223 : cluster [DBG] pgmap v4085: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.697383+0000 mgr.y (mgr.25387) 6224 : cluster [DBG] pgmap v4086: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.702096+0000 mon.a (mon.0) 12623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.702507+0000 mgr.y (mgr.25387) 6225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.790356+0000 mon.a (mon.0) 12624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.794143+0000 mon.a (mon.0) 12625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.795507+0000 mon.a (mon.0) 12626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.799229+0000 mon.a (mon.0) 12627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.800144+0000 mon.a (mon.0) 12628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.802152+0000 mgr.y (mgr.25387) 6226 : cluster [DBG] pgmap v4087: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.802623+0000 mgr.y (mgr.25387) 6227 : cluster [DBG] pgmap v4088: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.807175+0000 mon.a (mon.0) 12629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.807752+0000 mgr.y (mgr.25387) 6228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.880890+0000 mon.a (mon.0) 12630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.883029+0000 mon.a (mon.0) 12631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.884460+0000 mon.a (mon.0) 12632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.887429+0000 mon.a (mon.0) 12633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.888371+0000 mon.a (mon.0) 12634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.890539+0000 mgr.y (mgr.25387) 6229 : cluster [DBG] pgmap v4089: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.890843+0000 mgr.y (mgr.25387) 6230 : cluster [DBG] pgmap v4090: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.899506+0000 mon.a (mon.0) 12635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.900128+0000 mgr.y (mgr.25387) 6231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.962290+0000 mon.a (mon.0) 12636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.965199+0000 mon.a (mon.0) 12637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.966433+0000 mon.a (mon.0) 12638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.969806+0000 mon.a (mon.0) 12639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.970775+0000 mon.a (mon.0) 12640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.972483+0000 mgr.y (mgr.25387) 6232 : cluster [DBG] pgmap v4091: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:01.972750+0000 mgr.y (mgr.25387) 6233 : cluster [DBG] pgmap v4092: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:01.983142+0000 mon.a (mon.0) 12641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:01.983690+0000 mgr.y (mgr.25387) 6234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.056960+0000 mon.a (mon.0) 12642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.059174+0000 mon.a (mon.0) 12643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.060209+0000 mon.a (mon.0) 12644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.063353+0000 mon.a (mon.0) 12645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.064177+0000 mon.a (mon.0) 12646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.065809+0000 mgr.y (mgr.25387) 6235 : cluster [DBG] pgmap v4093: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.066010+0000 mgr.y (mgr.25387) 6236 : cluster [DBG] pgmap v4094: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.072062+0000 mon.a (mon.0) 12647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.072520+0000 mgr.y (mgr.25387) 6237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.145339+0000 mon.a (mon.0) 12648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.147370+0000 mon.a (mon.0) 12649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.148215+0000 mon.a (mon.0) 12650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.150349+0000 mon.a (mon.0) 12651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.150976+0000 mon.a (mon.0) 12652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.152249+0000 mgr.y (mgr.25387) 6238 : cluster [DBG] pgmap v4095: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.152477+0000 mgr.y (mgr.25387) 6239 : cluster [DBG] pgmap v4096: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.158540+0000 mon.a (mon.0) 12653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.159106+0000 mgr.y (mgr.25387) 6240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.247029+0000 mon.a (mon.0) 12654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.251155+0000 mon.a (mon.0) 12655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.252658+0000 mon.a (mon.0) 12656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.256316+0000 mon.a (mon.0) 12657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.257478+0000 mon.a (mon.0) 12658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:02.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:02 smithi105 bash[58125]: audit 2024-03-30T04:51:02.269080+0000 mon.a (mon.0) 12659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.260003+0000 mgr.y (mgr.25387) 6241 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.260635+0000 mgr.y (mgr.25387) 6242 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.269730+0000 mgr.y (mgr.25387) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.331204+0000 mon.a (mon.0) 12660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.333425+0000 mon.a (mon.0) 12661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.334414+0000 mon.a (mon.0) 12662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.336839+0000 mon.a (mon.0) 12663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.337591+0000 mon.a (mon.0) 12664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.339038+0000 mgr.y (mgr.25387) 6244 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.339241+0000 mgr.y (mgr.25387) 6245 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.343371+0000 mon.a (mon.0) 12665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.343829+0000 mgr.y (mgr.25387) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.384645+0000 mon.a (mon.0) 12666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.387144+0000 mon.a (mon.0) 12667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.388454+0000 mon.a (mon.0) 12668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.391039+0000 mon.a (mon.0) 12669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.391883+0000 mon.a (mon.0) 12670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.393439+0000 mgr.y (mgr.25387) 6247 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.393980+0000 mgr.y (mgr.25387) 6248 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.403398+0000 mon.a (mon.0) 12671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.403959+0000 mgr.y (mgr.25387) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.476927+0000 mon.a (mon.0) 12672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.479215+0000 mon.a (mon.0) 12673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.480394+0000 mon.a (mon.0) 12674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.483217+0000 mon.a (mon.0) 12675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.484189+0000 mon.a (mon.0) 12676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.487632+0000 mgr.y (mgr.25387) 6250 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.487866+0000 mgr.y (mgr.25387) 6251 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.496042+0000 mon.a (mon.0) 12677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.496753+0000 mgr.y (mgr.25387) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.544758+0000 mon.a (mon.0) 12678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.547641+0000 mon.a (mon.0) 12679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.548841+0000 mon.a (mon.0) 12680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.551550+0000 mon.a (mon.0) 12681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.552381+0000 mon.a (mon.0) 12682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.553895+0000 mgr.y (mgr.25387) 6253 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.554111+0000 mgr.y (mgr.25387) 6254 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.562266+0000 mon.a (mon.0) 12683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.562957+0000 mgr.y (mgr.25387) 6255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.626073+0000 mon.a (mon.0) 12684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.629186+0000 mon.a (mon.0) 12685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.630649+0000 mon.a (mon.0) 12686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.633997+0000 mon.a (mon.0) 12687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.635004+0000 mon.a (mon.0) 12688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.636974+0000 mgr.y (mgr.25387) 6256 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.637259+0000 mgr.y (mgr.25387) 6257 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.645664+0000 mon.a (mon.0) 12689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.646236+0000 mgr.y (mgr.25387) 6258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.726524+0000 mon.a (mon.0) 12690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.730365+0000 mon.a (mon.0) 12691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.732553+0000 mon.a (mon.0) 12692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.736934+0000 mon.a (mon.0) 12693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.738284+0000 mon.a (mon.0) 12694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.740822+0000 mgr.y (mgr.25387) 6259 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.741352+0000 mgr.y (mgr.25387) 6260 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.750404+0000 mon.a (mon.0) 12695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.751087+0000 mgr.y (mgr.25387) 6261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.831444+0000 mon.a (mon.0) 12696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.834920+0000 mon.a (mon.0) 12697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.836645+0000 mon.a (mon.0) 12698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.840874+0000 mon.a (mon.0) 12699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.842108+0000 mon.a (mon.0) 12700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.844533+0000 mgr.y (mgr.25387) 6262 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.845213+0000 mgr.y (mgr.25387) 6263 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.854060+0000 mon.a (mon.0) 12701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.854665+0000 mgr.y (mgr.25387) 6264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.928232+0000 mon.a (mon.0) 12702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.931482+0000 mon.a (mon.0) 12703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.933278+0000 mon.a (mon.0) 12704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.936691+0000 mon.a (mon.0) 12705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.937394+0000 mon.a (mon.0) 12706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.938739+0000 mgr.y (mgr.25387) 6265 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:02.939091+0000 mgr.y (mgr.25387) 6266 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:02.946652+0000 mon.a (mon.0) 12707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:02.947349+0000 mgr.y (mgr.25387) 6267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.034827+0000 mon.a (mon.0) 12708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.039252+0000 mon.a (mon.0) 12709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.041059+0000 mon.a (mon.0) 12710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.045024+0000 mon.a (mon.0) 12711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.046385+0000 mon.a (mon.0) 12712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.048728+0000 mgr.y (mgr.25387) 6268 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.048981+0000 mgr.y (mgr.25387) 6269 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.055702+0000 mon.a (mon.0) 12713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.465 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.056598+0000 mgr.y (mgr.25387) 6270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.146302+0000 mon.a (mon.0) 12714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.151136+0000 mon.a (mon.0) 12715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.153428+0000 mon.a (mon.0) 12716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.158546+0000 mon.a (mon.0) 12717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.160225+0000 mon.a (mon.0) 12718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.163260+0000 mgr.y (mgr.25387) 6271 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.163938+0000 mgr.y (mgr.25387) 6272 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.172188+0000 mon.a (mon.0) 12719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.173280+0000 mgr.y (mgr.25387) 6273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.262296+0000 mon.a (mon.0) 12720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.266487+0000 mon.a (mon.0) 12721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.268165+0000 mon.a (mon.0) 12722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.272482+0000 mon.a (mon.0) 12723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.466 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.273767+0000 mon.a (mon.0) 12724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.467 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:03 smithi105 bash[58125]: audit 2024-03-30T04:51:03.283868+0000 mon.a (mon.0) 12725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.260003+0000 mgr.y (mgr.25387) 6241 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.260635+0000 mgr.y (mgr.25387) 6242 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.269730+0000 mgr.y (mgr.25387) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.331204+0000 mon.a (mon.0) 12660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.333425+0000 mon.a (mon.0) 12661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.334414+0000 mon.a (mon.0) 12662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.336839+0000 mon.a (mon.0) 12663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.337591+0000 mon.a (mon.0) 12664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.339038+0000 mgr.y (mgr.25387) 6244 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.339241+0000 mgr.y (mgr.25387) 6245 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.343371+0000 mon.a (mon.0) 12665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.343829+0000 mgr.y (mgr.25387) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.384645+0000 mon.a (mon.0) 12666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.387144+0000 mon.a (mon.0) 12667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.388454+0000 mon.a (mon.0) 12668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.391039+0000 mon.a (mon.0) 12669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.391883+0000 mon.a (mon.0) 12670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.393439+0000 mgr.y (mgr.25387) 6247 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.393980+0000 mgr.y (mgr.25387) 6248 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.260003+0000 mgr.y (mgr.25387) 6241 : cluster [DBG] pgmap v4097: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.260635+0000 mgr.y (mgr.25387) 6242 : cluster [DBG] pgmap v4098: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.269730+0000 mgr.y (mgr.25387) 6243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.331204+0000 mon.a (mon.0) 12660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.333425+0000 mon.a (mon.0) 12661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.334414+0000 mon.a (mon.0) 12662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.336839+0000 mon.a (mon.0) 12663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.337591+0000 mon.a (mon.0) 12664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.339038+0000 mgr.y (mgr.25387) 6244 : cluster [DBG] pgmap v4099: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.339241+0000 mgr.y (mgr.25387) 6245 : cluster [DBG] pgmap v4100: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.343371+0000 mon.a (mon.0) 12665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.343829+0000 mgr.y (mgr.25387) 6246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.384645+0000 mon.a (mon.0) 12666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.387144+0000 mon.a (mon.0) 12667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.388454+0000 mon.a (mon.0) 12668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.391039+0000 mon.a (mon.0) 12669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.391883+0000 mon.a (mon.0) 12670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.393439+0000 mgr.y (mgr.25387) 6247 : cluster [DBG] pgmap v4101: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.393980+0000 mgr.y (mgr.25387) 6248 : cluster [DBG] pgmap v4102: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.403398+0000 mon.a (mon.0) 12671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.403959+0000 mgr.y (mgr.25387) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.476927+0000 mon.a (mon.0) 12672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.479215+0000 mon.a (mon.0) 12673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.480394+0000 mon.a (mon.0) 12674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.483217+0000 mon.a (mon.0) 12675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.484189+0000 mon.a (mon.0) 12676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.487632+0000 mgr.y (mgr.25387) 6250 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.487866+0000 mgr.y (mgr.25387) 6251 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.496042+0000 mon.a (mon.0) 12677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.496753+0000 mgr.y (mgr.25387) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.544758+0000 mon.a (mon.0) 12678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.547641+0000 mon.a (mon.0) 12679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.548841+0000 mon.a (mon.0) 12680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.551550+0000 mon.a (mon.0) 12681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.552381+0000 mon.a (mon.0) 12682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.553895+0000 mgr.y (mgr.25387) 6253 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.554111+0000 mgr.y (mgr.25387) 6254 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.562266+0000 mon.a (mon.0) 12683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.562957+0000 mgr.y (mgr.25387) 6255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.626073+0000 mon.a (mon.0) 12684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.629186+0000 mon.a (mon.0) 12685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.630649+0000 mon.a (mon.0) 12686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.633997+0000 mon.a (mon.0) 12687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.635004+0000 mon.a (mon.0) 12688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.636974+0000 mgr.y (mgr.25387) 6256 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.637259+0000 mgr.y (mgr.25387) 6257 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.645664+0000 mon.a (mon.0) 12689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.646236+0000 mgr.y (mgr.25387) 6258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.726524+0000 mon.a (mon.0) 12690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.730365+0000 mon.a (mon.0) 12691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.732553+0000 mon.a (mon.0) 12692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.736934+0000 mon.a (mon.0) 12693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.738284+0000 mon.a (mon.0) 12694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.740822+0000 mgr.y (mgr.25387) 6259 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.741352+0000 mgr.y (mgr.25387) 6260 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.750404+0000 mon.a (mon.0) 12695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.751087+0000 mgr.y (mgr.25387) 6261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.831444+0000 mon.a (mon.0) 12696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.403398+0000 mon.a (mon.0) 12671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.403959+0000 mgr.y (mgr.25387) 6249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.476927+0000 mon.a (mon.0) 12672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.479215+0000 mon.a (mon.0) 12673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.480394+0000 mon.a (mon.0) 12674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.483217+0000 mon.a (mon.0) 12675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.484189+0000 mon.a (mon.0) 12676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.487632+0000 mgr.y (mgr.25387) 6250 : cluster [DBG] pgmap v4103: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.487866+0000 mgr.y (mgr.25387) 6251 : cluster [DBG] pgmap v4104: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.496042+0000 mon.a (mon.0) 12677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.496753+0000 mgr.y (mgr.25387) 6252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.544758+0000 mon.a (mon.0) 12678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.547641+0000 mon.a (mon.0) 12679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.548841+0000 mon.a (mon.0) 12680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.551550+0000 mon.a (mon.0) 12681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.552381+0000 mon.a (mon.0) 12682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.553895+0000 mgr.y (mgr.25387) 6253 : cluster [DBG] pgmap v4105: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.554111+0000 mgr.y (mgr.25387) 6254 : cluster [DBG] pgmap v4106: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.562266+0000 mon.a (mon.0) 12683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.562957+0000 mgr.y (mgr.25387) 6255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.626073+0000 mon.a (mon.0) 12684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.629186+0000 mon.a (mon.0) 12685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.630649+0000 mon.a (mon.0) 12686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.633997+0000 mon.a (mon.0) 12687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.635004+0000 mon.a (mon.0) 12688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.636974+0000 mgr.y (mgr.25387) 6256 : cluster [DBG] pgmap v4107: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.637259+0000 mgr.y (mgr.25387) 6257 : cluster [DBG] pgmap v4108: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.645664+0000 mon.a (mon.0) 12689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.646236+0000 mgr.y (mgr.25387) 6258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.726524+0000 mon.a (mon.0) 12690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.730365+0000 mon.a (mon.0) 12691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.732553+0000 mon.a (mon.0) 12692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.736934+0000 mon.a (mon.0) 12693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.738284+0000 mon.a (mon.0) 12694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.740822+0000 mgr.y (mgr.25387) 6259 : cluster [DBG] pgmap v4109: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.741352+0000 mgr.y (mgr.25387) 6260 : cluster [DBG] pgmap v4110: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.750404+0000 mon.a (mon.0) 12695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.751087+0000 mgr.y (mgr.25387) 6261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.831444+0000 mon.a (mon.0) 12696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.834920+0000 mon.a (mon.0) 12697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.836645+0000 mon.a (mon.0) 12698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.840874+0000 mon.a (mon.0) 12699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.842108+0000 mon.a (mon.0) 12700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.844533+0000 mgr.y (mgr.25387) 6262 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.845213+0000 mgr.y (mgr.25387) 6263 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.854060+0000 mon.a (mon.0) 12701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.854665+0000 mgr.y (mgr.25387) 6264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.928232+0000 mon.a (mon.0) 12702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.931482+0000 mon.a (mon.0) 12703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.933278+0000 mon.a (mon.0) 12704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.936691+0000 mon.a (mon.0) 12705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.937394+0000 mon.a (mon.0) 12706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.938739+0000 mgr.y (mgr.25387) 6265 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:02.939091+0000 mgr.y (mgr.25387) 6266 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:02.946652+0000 mon.a (mon.0) 12707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:02.947349+0000 mgr.y (mgr.25387) 6267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.034827+0000 mon.a (mon.0) 12708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.039252+0000 mon.a (mon.0) 12709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.041059+0000 mon.a (mon.0) 12710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.045024+0000 mon.a (mon.0) 12711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.046385+0000 mon.a (mon.0) 12712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.048728+0000 mgr.y (mgr.25387) 6268 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.048981+0000 mgr.y (mgr.25387) 6269 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.055702+0000 mon.a (mon.0) 12713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.056598+0000 mgr.y (mgr.25387) 6270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.146302+0000 mon.a (mon.0) 12714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.151136+0000 mon.a (mon.0) 12715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.153428+0000 mon.a (mon.0) 12716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.158546+0000 mon.a (mon.0) 12717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.160225+0000 mon.a (mon.0) 12718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.163260+0000 mgr.y (mgr.25387) 6271 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.163938+0000 mgr.y (mgr.25387) 6272 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.172188+0000 mon.a (mon.0) 12719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.173280+0000 mgr.y (mgr.25387) 6273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.262296+0000 mon.a (mon.0) 12720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.266487+0000 mon.a (mon.0) 12721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.268165+0000 mon.a (mon.0) 12722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.272482+0000 mon.a (mon.0) 12723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.273767+0000 mon.a (mon.0) 12724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[73934]: audit 2024-03-30T04:51:03.283868+0000 mon.a (mon.0) 12725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.834920+0000 mon.a (mon.0) 12697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.836645+0000 mon.a (mon.0) 12698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.840874+0000 mon.a (mon.0) 12699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.842108+0000 mon.a (mon.0) 12700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.844533+0000 mgr.y (mgr.25387) 6262 : cluster [DBG] pgmap v4111: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.845213+0000 mgr.y (mgr.25387) 6263 : cluster [DBG] pgmap v4112: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.854060+0000 mon.a (mon.0) 12701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.854665+0000 mgr.y (mgr.25387) 6264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.928232+0000 mon.a (mon.0) 12702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.931482+0000 mon.a (mon.0) 12703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.933278+0000 mon.a (mon.0) 12704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.936691+0000 mon.a (mon.0) 12705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.937394+0000 mon.a (mon.0) 12706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.938739+0000 mgr.y (mgr.25387) 6265 : cluster [DBG] pgmap v4113: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:02.939091+0000 mgr.y (mgr.25387) 6266 : cluster [DBG] pgmap v4114: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:02.946652+0000 mon.a (mon.0) 12707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:02.947349+0000 mgr.y (mgr.25387) 6267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.034827+0000 mon.a (mon.0) 12708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.039252+0000 mon.a (mon.0) 12709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.041059+0000 mon.a (mon.0) 12710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.045024+0000 mon.a (mon.0) 12711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.046385+0000 mon.a (mon.0) 12712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.048728+0000 mgr.y (mgr.25387) 6268 : cluster [DBG] pgmap v4115: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.048981+0000 mgr.y (mgr.25387) 6269 : cluster [DBG] pgmap v4116: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.055702+0000 mon.a (mon.0) 12713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.056598+0000 mgr.y (mgr.25387) 6270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.146302+0000 mon.a (mon.0) 12714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.151136+0000 mon.a (mon.0) 12715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.153428+0000 mon.a (mon.0) 12716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.158546+0000 mon.a (mon.0) 12717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.160225+0000 mon.a (mon.0) 12718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.163260+0000 mgr.y (mgr.25387) 6271 : cluster [DBG] pgmap v4117: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.163938+0000 mgr.y (mgr.25387) 6272 : cluster [DBG] pgmap v4118: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.172188+0000 mon.a (mon.0) 12719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.173280+0000 mgr.y (mgr.25387) 6273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.262296+0000 mon.a (mon.0) 12720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.266487+0000 mon.a (mon.0) 12721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.268165+0000 mon.a (mon.0) 12722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.272482+0000 mon.a (mon.0) 12723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.273767+0000 mon.a (mon.0) 12724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:03.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:03 smithi097 bash[69502]: audit 2024-03-30T04:51:03.283868+0000 mon.a (mon.0) 12725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.276372+0000 mgr.y (mgr.25387) 6274 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.277008+0000 mgr.y (mgr.25387) 6275 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.284688+0000 mgr.y (mgr.25387) 6276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.392321+0000 mon.a (mon.0) 12726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.394562+0000 mon.a (mon.0) 12727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.395777+0000 mon.a (mon.0) 12728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.398815+0000 mon.a (mon.0) 12729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.399752+0000 mon.a (mon.0) 12730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.401900+0000 mgr.y (mgr.25387) 6277 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.402512+0000 mgr.y (mgr.25387) 6278 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.409449+0000 mon.a (mon.0) 12731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.410114+0000 mgr.y (mgr.25387) 6279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.493275+0000 mon.a (mon.0) 12732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.497867+0000 mon.a (mon.0) 12733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.499749+0000 mon.a (mon.0) 12734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.504384+0000 mon.a (mon.0) 12735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.505879+0000 mon.a (mon.0) 12736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.508724+0000 mgr.y (mgr.25387) 6280 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.508976+0000 mgr.y (mgr.25387) 6281 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.517752+0000 mon.a (mon.0) 12737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.518740+0000 mgr.y (mgr.25387) 6282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.607571+0000 mon.a (mon.0) 12738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.612444+0000 mon.a (mon.0) 12739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.614571+0000 mon.a (mon.0) 12740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.619270+0000 mon.a (mon.0) 12741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.620896+0000 mon.a (mon.0) 12742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.623814+0000 mgr.y (mgr.25387) 6283 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.624330+0000 mgr.y (mgr.25387) 6284 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.633442+0000 mon.a (mon.0) 12743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.634107+0000 mgr.y (mgr.25387) 6285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.711921+0000 mon.a (mon.0) 12744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.715018+0000 mon.a (mon.0) 12745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.716725+0000 mon.a (mon.0) 12746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.720349+0000 mon.a (mon.0) 12747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.721497+0000 mon.a (mon.0) 12748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.723732+0000 mgr.y (mgr.25387) 6286 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.724273+0000 mgr.y (mgr.25387) 6287 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.730725+0000 mon.a (mon.0) 12749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.731296+0000 mgr.y (mgr.25387) 6288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.804386+0000 mon.a (mon.0) 12750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.806489+0000 mon.a (mon.0) 12751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.807484+0000 mon.a (mon.0) 12752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.809747+0000 mon.a (mon.0) 12753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.810522+0000 mon.a (mon.0) 12754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.811849+0000 mgr.y (mgr.25387) 6289 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.812083+0000 mgr.y (mgr.25387) 6290 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.819160+0000 mon.a (mon.0) 12755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.819663+0000 mgr.y (mgr.25387) 6291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.896704+0000 mon.a (mon.0) 12756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.899475+0000 mon.a (mon.0) 12757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.901273+0000 mon.a (mon.0) 12758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.462 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.905589+0000 mon.a (mon.0) 12759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.906868+0000 mon.a (mon.0) 12760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.909175+0000 mgr.y (mgr.25387) 6292 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:03.909753+0000 mgr.y (mgr.25387) 6293 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:03.917824+0000 mon.a (mon.0) 12761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:03.918886+0000 mgr.y (mgr.25387) 6294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.005211+0000 mon.a (mon.0) 12762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.009607+0000 mon.a (mon.0) 12763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.011404+0000 mon.a (mon.0) 12764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.015287+0000 mon.a (mon.0) 12765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.016512+0000 mon.a (mon.0) 12766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.019009+0000 mgr.y (mgr.25387) 6295 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.019523+0000 mgr.y (mgr.25387) 6296 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.028056+0000 mon.a (mon.0) 12767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.029005+0000 mgr.y (mgr.25387) 6297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.463 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.114872+0000 mon.a (mon.0) 12768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.117552+0000 mon.a (mon.0) 12769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.118971+0000 mon.a (mon.0) 12770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.122850+0000 mon.a (mon.0) 12771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.123900+0000 mon.a (mon.0) 12772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.126151+0000 mgr.y (mgr.25387) 6298 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.126754+0000 mgr.y (mgr.25387) 6299 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.133051+0000 mon.a (mon.0) 12773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.133706+0000 mgr.y (mgr.25387) 6300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.217136+0000 mon.a (mon.0) 12774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.220910+0000 mon.a (mon.0) 12775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.222383+0000 mon.a (mon.0) 12776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.226122+0000 mon.a (mon.0) 12777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.227155+0000 mon.a (mon.0) 12778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.464 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:04 smithi105 bash[58125]: audit 2024-03-30T04:51:04.237454+0000 mon.a (mon.0) 12779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.276372+0000 mgr.y (mgr.25387) 6274 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.277008+0000 mgr.y (mgr.25387) 6275 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.284688+0000 mgr.y (mgr.25387) 6276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.392321+0000 mon.a (mon.0) 12726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.394562+0000 mon.a (mon.0) 12727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.395777+0000 mon.a (mon.0) 12728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.398815+0000 mon.a (mon.0) 12729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.399752+0000 mon.a (mon.0) 12730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.401900+0000 mgr.y (mgr.25387) 6277 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.402512+0000 mgr.y (mgr.25387) 6278 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.409449+0000 mon.a (mon.0) 12731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.410114+0000 mgr.y (mgr.25387) 6279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.493275+0000 mon.a (mon.0) 12732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.497867+0000 mon.a (mon.0) 12733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.499749+0000 mon.a (mon.0) 12734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.504384+0000 mon.a (mon.0) 12735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.505879+0000 mon.a (mon.0) 12736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.508724+0000 mgr.y (mgr.25387) 6280 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.508976+0000 mgr.y (mgr.25387) 6281 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.276372+0000 mgr.y (mgr.25387) 6274 : cluster [DBG] pgmap v4119: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.277008+0000 mgr.y (mgr.25387) 6275 : cluster [DBG] pgmap v4120: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.284688+0000 mgr.y (mgr.25387) 6276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.392321+0000 mon.a (mon.0) 12726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.394562+0000 mon.a (mon.0) 12727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.395777+0000 mon.a (mon.0) 12728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.398815+0000 mon.a (mon.0) 12729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.399752+0000 mon.a (mon.0) 12730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.401900+0000 mgr.y (mgr.25387) 6277 : cluster [DBG] pgmap v4121: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.402512+0000 mgr.y (mgr.25387) 6278 : cluster [DBG] pgmap v4122: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.409449+0000 mon.a (mon.0) 12731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.410114+0000 mgr.y (mgr.25387) 6279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.493275+0000 mon.a (mon.0) 12732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.497867+0000 mon.a (mon.0) 12733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.499749+0000 mon.a (mon.0) 12734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.504384+0000 mon.a (mon.0) 12735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.505879+0000 mon.a (mon.0) 12736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.508724+0000 mgr.y (mgr.25387) 6280 : cluster [DBG] pgmap v4123: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.508976+0000 mgr.y (mgr.25387) 6281 : cluster [DBG] pgmap v4124: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.517752+0000 mon.a (mon.0) 12737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.518740+0000 mgr.y (mgr.25387) 6282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.607571+0000 mon.a (mon.0) 12738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.612444+0000 mon.a (mon.0) 12739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.614571+0000 mon.a (mon.0) 12740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.619270+0000 mon.a (mon.0) 12741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.620896+0000 mon.a (mon.0) 12742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.623814+0000 mgr.y (mgr.25387) 6283 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.624330+0000 mgr.y (mgr.25387) 6284 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.633442+0000 mon.a (mon.0) 12743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.634107+0000 mgr.y (mgr.25387) 6285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.711921+0000 mon.a (mon.0) 12744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.715018+0000 mon.a (mon.0) 12745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.716725+0000 mon.a (mon.0) 12746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.720349+0000 mon.a (mon.0) 12747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.721497+0000 mon.a (mon.0) 12748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.723732+0000 mgr.y (mgr.25387) 6286 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.724273+0000 mgr.y (mgr.25387) 6287 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.730725+0000 mon.a (mon.0) 12749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.517752+0000 mon.a (mon.0) 12737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.518740+0000 mgr.y (mgr.25387) 6282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.607571+0000 mon.a (mon.0) 12738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.612444+0000 mon.a (mon.0) 12739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.614571+0000 mon.a (mon.0) 12740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.619270+0000 mon.a (mon.0) 12741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.620896+0000 mon.a (mon.0) 12742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.623814+0000 mgr.y (mgr.25387) 6283 : cluster [DBG] pgmap v4125: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.624330+0000 mgr.y (mgr.25387) 6284 : cluster [DBG] pgmap v4126: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.633442+0000 mon.a (mon.0) 12743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.634107+0000 mgr.y (mgr.25387) 6285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.711921+0000 mon.a (mon.0) 12744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.715018+0000 mon.a (mon.0) 12745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.716725+0000 mon.a (mon.0) 12746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.720349+0000 mon.a (mon.0) 12747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.721497+0000 mon.a (mon.0) 12748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.723732+0000 mgr.y (mgr.25387) 6286 : cluster [DBG] pgmap v4127: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.724273+0000 mgr.y (mgr.25387) 6287 : cluster [DBG] pgmap v4128: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.730725+0000 mon.a (mon.0) 12749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.731296+0000 mgr.y (mgr.25387) 6288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.804386+0000 mon.a (mon.0) 12750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.806489+0000 mon.a (mon.0) 12751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.807484+0000 mon.a (mon.0) 12752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.809747+0000 mon.a (mon.0) 12753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.810522+0000 mon.a (mon.0) 12754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.811849+0000 mgr.y (mgr.25387) 6289 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.812083+0000 mgr.y (mgr.25387) 6290 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.819160+0000 mon.a (mon.0) 12755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.819663+0000 mgr.y (mgr.25387) 6291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.896704+0000 mon.a (mon.0) 12756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.899475+0000 mon.a (mon.0) 12757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.901273+0000 mon.a (mon.0) 12758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.905589+0000 mon.a (mon.0) 12759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.906868+0000 mon.a (mon.0) 12760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.909175+0000 mgr.y (mgr.25387) 6292 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:03.909753+0000 mgr.y (mgr.25387) 6293 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:03.917824+0000 mon.a (mon.0) 12761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:03.918886+0000 mgr.y (mgr.25387) 6294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.005211+0000 mon.a (mon.0) 12762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.731296+0000 mgr.y (mgr.25387) 6288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.804386+0000 mon.a (mon.0) 12750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.806489+0000 mon.a (mon.0) 12751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.807484+0000 mon.a (mon.0) 12752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.809747+0000 mon.a (mon.0) 12753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.810522+0000 mon.a (mon.0) 12754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.811849+0000 mgr.y (mgr.25387) 6289 : cluster [DBG] pgmap v4129: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.812083+0000 mgr.y (mgr.25387) 6290 : cluster [DBG] pgmap v4130: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.819160+0000 mon.a (mon.0) 12755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.819663+0000 mgr.y (mgr.25387) 6291 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.896704+0000 mon.a (mon.0) 12756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.899475+0000 mon.a (mon.0) 12757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.901273+0000 mon.a (mon.0) 12758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.905589+0000 mon.a (mon.0) 12759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.906868+0000 mon.a (mon.0) 12760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.909175+0000 mgr.y (mgr.25387) 6292 : cluster [DBG] pgmap v4131: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:03.909753+0000 mgr.y (mgr.25387) 6293 : cluster [DBG] pgmap v4132: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:03.917824+0000 mon.a (mon.0) 12761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:03.918886+0000 mgr.y (mgr.25387) 6294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.005211+0000 mon.a (mon.0) 12762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.009607+0000 mon.a (mon.0) 12763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.011404+0000 mon.a (mon.0) 12764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.015287+0000 mon.a (mon.0) 12765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.016512+0000 mon.a (mon.0) 12766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.019009+0000 mgr.y (mgr.25387) 6295 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.019523+0000 mgr.y (mgr.25387) 6296 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.028056+0000 mon.a (mon.0) 12767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.029005+0000 mgr.y (mgr.25387) 6297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.114872+0000 mon.a (mon.0) 12768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.117552+0000 mon.a (mon.0) 12769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.118971+0000 mon.a (mon.0) 12770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.122850+0000 mon.a (mon.0) 12771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.123900+0000 mon.a (mon.0) 12772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.126151+0000 mgr.y (mgr.25387) 6298 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.126754+0000 mgr.y (mgr.25387) 6299 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.133051+0000 mon.a (mon.0) 12773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.133706+0000 mgr.y (mgr.25387) 6300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.217136+0000 mon.a (mon.0) 12774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.220910+0000 mon.a (mon.0) 12775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.009607+0000 mon.a (mon.0) 12763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.011404+0000 mon.a (mon.0) 12764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.015287+0000 mon.a (mon.0) 12765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.016512+0000 mon.a (mon.0) 12766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.019009+0000 mgr.y (mgr.25387) 6295 : cluster [DBG] pgmap v4133: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.019523+0000 mgr.y (mgr.25387) 6296 : cluster [DBG] pgmap v4134: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.028056+0000 mon.a (mon.0) 12767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.029005+0000 mgr.y (mgr.25387) 6297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.114872+0000 mon.a (mon.0) 12768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.117552+0000 mon.a (mon.0) 12769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.118971+0000 mon.a (mon.0) 12770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.122850+0000 mon.a (mon.0) 12771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.123900+0000 mon.a (mon.0) 12772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.126151+0000 mgr.y (mgr.25387) 6298 : cluster [DBG] pgmap v4135: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.126754+0000 mgr.y (mgr.25387) 6299 : cluster [DBG] pgmap v4136: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.133051+0000 mon.a (mon.0) 12773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.133706+0000 mgr.y (mgr.25387) 6300 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.217136+0000 mon.a (mon.0) 12774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.220910+0000 mon.a (mon.0) 12775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.222383+0000 mon.a (mon.0) 12776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.226122+0000 mon.a (mon.0) 12777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.227155+0000 mon.a (mon.0) 12778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[69502]: audit 2024-03-30T04:51:04.237454+0000 mon.a (mon.0) 12779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.222383+0000 mon.a (mon.0) 12776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.226122+0000 mon.a (mon.0) 12777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.227155+0000 mon.a (mon.0) 12778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:04.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:04 smithi097 bash[73934]: audit 2024-03-30T04:51:04.237454+0000 mon.a (mon.0) 12779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.232 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.229206+0000 mgr.y (mgr.25387) 6301 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.229515+0000 mgr.y (mgr.25387) 6302 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.238349+0000 mgr.y (mgr.25387) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.329951+0000 mon.a (mon.0) 12780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.333650+0000 mon.a (mon.0) 12781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.335751+0000 mon.a (mon.0) 12782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.339081+0000 mon.a (mon.0) 12783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.340345+0000 mon.a (mon.0) 12784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.342701+0000 mgr.y (mgr.25387) 6304 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.343016+0000 mgr.y (mgr.25387) 6305 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.348535+0000 mon.a (mon.0) 12785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.349136+0000 mgr.y (mgr.25387) 6306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.428401+0000 mon.a (mon.0) 12786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.431452+0000 mon.a (mon.0) 12787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.432897+0000 mon.a (mon.0) 12788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.436418+0000 mon.a (mon.0) 12789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.437522+0000 mon.a (mon.0) 12790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.439510+0000 mgr.y (mgr.25387) 6307 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.439972+0000 mgr.y (mgr.25387) 6308 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.229206+0000 mgr.y (mgr.25387) 6301 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.229515+0000 mgr.y (mgr.25387) 6302 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.238349+0000 mgr.y (mgr.25387) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.329951+0000 mon.a (mon.0) 12780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.333650+0000 mon.a (mon.0) 12781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.335751+0000 mon.a (mon.0) 12782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.339081+0000 mon.a (mon.0) 12783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.340345+0000 mon.a (mon.0) 12784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.342701+0000 mgr.y (mgr.25387) 6304 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.343016+0000 mgr.y (mgr.25387) 6305 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.348535+0000 mon.a (mon.0) 12785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.349136+0000 mgr.y (mgr.25387) 6306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.428401+0000 mon.a (mon.0) 12786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.431452+0000 mon.a (mon.0) 12787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.432897+0000 mon.a (mon.0) 12788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.436418+0000 mon.a (mon.0) 12789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.437522+0000 mon.a (mon.0) 12790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.439510+0000 mgr.y (mgr.25387) 6307 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.439972+0000 mgr.y (mgr.25387) 6308 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.449050+0000 mon.a (mon.0) 12791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.449606+0000 mgr.y (mgr.25387) 6309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.528421+0000 mon.a (mon.0) 12792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.531660+0000 mon.a (mon.0) 12793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.533288+0000 mon.a (mon.0) 12794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.537012+0000 mon.a (mon.0) 12795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.538154+0000 mon.a (mon.0) 12796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.540347+0000 mgr.y (mgr.25387) 6310 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.540845+0000 mgr.y (mgr.25387) 6311 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.549687+0000 mon.a (mon.0) 12797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.550311+0000 mgr.y (mgr.25387) 6312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.629418+0000 mon.a (mon.0) 12798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.632686+0000 mon.a (mon.0) 12799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.634636+0000 mon.a (mon.0) 12800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.639053+0000 mon.a (mon.0) 12801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.640078+0000 mon.a (mon.0) 12802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.642127+0000 mgr.y (mgr.25387) 6313 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.642587+0000 mgr.y (mgr.25387) 6314 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.650308+0000 mon.a (mon.0) 12803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.449050+0000 mon.a (mon.0) 12791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.449606+0000 mgr.y (mgr.25387) 6309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.528421+0000 mon.a (mon.0) 12792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.531660+0000 mon.a (mon.0) 12793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.533288+0000 mon.a (mon.0) 12794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.537012+0000 mon.a (mon.0) 12795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.538154+0000 mon.a (mon.0) 12796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.540347+0000 mgr.y (mgr.25387) 6310 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.540845+0000 mgr.y (mgr.25387) 6311 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.549687+0000 mon.a (mon.0) 12797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.550311+0000 mgr.y (mgr.25387) 6312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.629418+0000 mon.a (mon.0) 12798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.632686+0000 mon.a (mon.0) 12799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.634636+0000 mon.a (mon.0) 12800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.639053+0000 mon.a (mon.0) 12801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.640078+0000 mon.a (mon.0) 12802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.642127+0000 mgr.y (mgr.25387) 6313 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.642587+0000 mgr.y (mgr.25387) 6314 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.650308+0000 mon.a (mon.0) 12803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.651239+0000 mgr.y (mgr.25387) 6315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.669102+0000 mon.a (mon.0) 12804 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.724658+0000 mon.a (mon.0) 12805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.726705+0000 mon.a (mon.0) 12806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.727676+0000 mon.a (mon.0) 12807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.731068+0000 mon.a (mon.0) 12808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.732122+0000 mon.a (mon.0) 12809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.734280+0000 mgr.y (mgr.25387) 6316 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.734853+0000 mgr.y (mgr.25387) 6317 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.742477+0000 mon.a (mon.0) 12810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.743358+0000 mgr.y (mgr.25387) 6318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.801485+0000 mon.a (mon.0) 12811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.803392+0000 mon.a (mon.0) 12812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.804747+0000 mon.a (mon.0) 12813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.807474+0000 mon.a (mon.0) 12814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.808275+0000 mon.a (mon.0) 12815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.809785+0000 mgr.y (mgr.25387) 6319 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.810095+0000 mgr.y (mgr.25387) 6320 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.816440+0000 mon.a (mon.0) 12816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.817341+0000 mgr.y (mgr.25387) 6321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.651239+0000 mgr.y (mgr.25387) 6315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.669102+0000 mon.a (mon.0) 12804 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.724658+0000 mon.a (mon.0) 12805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.726705+0000 mon.a (mon.0) 12806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.727676+0000 mon.a (mon.0) 12807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.731068+0000 mon.a (mon.0) 12808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.732122+0000 mon.a (mon.0) 12809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.734280+0000 mgr.y (mgr.25387) 6316 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.734853+0000 mgr.y (mgr.25387) 6317 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.742477+0000 mon.a (mon.0) 12810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.743358+0000 mgr.y (mgr.25387) 6318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.801485+0000 mon.a (mon.0) 12811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.803392+0000 mon.a (mon.0) 12812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.804747+0000 mon.a (mon.0) 12813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.807474+0000 mon.a (mon.0) 12814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.808275+0000 mon.a (mon.0) 12815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.809785+0000 mgr.y (mgr.25387) 6319 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.810095+0000 mgr.y (mgr.25387) 6320 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.816440+0000 mon.a (mon.0) 12816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.817341+0000 mgr.y (mgr.25387) 6321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.880735+0000 mon.a (mon.0) 12817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.883112+0000 mon.a (mon.0) 12818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.884019+0000 mon.a (mon.0) 12819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.886166+0000 mon.a (mon.0) 12820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.886845+0000 mon.a (mon.0) 12821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.888179+0000 mgr.y (mgr.25387) 6322 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.888404+0000 mgr.y (mgr.25387) 6323 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.893471+0000 mon.a (mon.0) 12822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.894297+0000 mgr.y (mgr.25387) 6324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.952298+0000 mon.a (mon.0) 12823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.954149+0000 mon.a (mon.0) 12824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.954973+0000 mon.a (mon.0) 12825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.956918+0000 mon.a (mon.0) 12826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.957576+0000 mon.a (mon.0) 12827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.958847+0000 mgr.y (mgr.25387) 6325 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:04.959083+0000 mgr.y (mgr.25387) 6326 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:04.963667+0000 mon.a (mon.0) 12828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:04.964121+0000 mgr.y (mgr.25387) 6327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.048824+0000 mon.a (mon.0) 12829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.880735+0000 mon.a (mon.0) 12817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.883112+0000 mon.a (mon.0) 12818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.884019+0000 mon.a (mon.0) 12819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.886166+0000 mon.a (mon.0) 12820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.886845+0000 mon.a (mon.0) 12821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.888179+0000 mgr.y (mgr.25387) 6322 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.888404+0000 mgr.y (mgr.25387) 6323 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.893471+0000 mon.a (mon.0) 12822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.894297+0000 mgr.y (mgr.25387) 6324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.952298+0000 mon.a (mon.0) 12823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.954149+0000 mon.a (mon.0) 12824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.954973+0000 mon.a (mon.0) 12825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.956918+0000 mon.a (mon.0) 12826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.957576+0000 mon.a (mon.0) 12827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.958847+0000 mgr.y (mgr.25387) 6325 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:04.959083+0000 mgr.y (mgr.25387) 6326 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:04.963667+0000 mon.a (mon.0) 12828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:04.964121+0000 mgr.y (mgr.25387) 6327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.048824+0000 mon.a (mon.0) 12829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.052311+0000 mon.a (mon.0) 12830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.053785+0000 mon.a (mon.0) 12831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.056477+0000 mon.a (mon.0) 12832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.057274+0000 mon.a (mon.0) 12833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.059545+0000 mgr.y (mgr.25387) 6328 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.060107+0000 mgr.y (mgr.25387) 6329 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.066236+0000 mon.a (mon.0) 12834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.066820+0000 mgr.y (mgr.25387) 6330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.140444+0000 mon.a (mon.0) 12835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.142439+0000 mon.a (mon.0) 12836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.143333+0000 mon.a (mon.0) 12837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.145357+0000 mon.a (mon.0) 12838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.145964+0000 mon.a (mon.0) 12839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.147125+0000 mgr.y (mgr.25387) 6331 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.147372+0000 mgr.y (mgr.25387) 6332 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.152484+0000 mon.a (mon.0) 12840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.153071+0000 mgr.y (mgr.25387) 6333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.226980+0000 mon.a (mon.0) 12841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.228887+0000 mon.a (mon.0) 12842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.230006+0000 mon.a (mon.0) 12843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.052311+0000 mon.a (mon.0) 12830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.053785+0000 mon.a (mon.0) 12831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.056477+0000 mon.a (mon.0) 12832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.057274+0000 mon.a (mon.0) 12833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.059545+0000 mgr.y (mgr.25387) 6328 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.060107+0000 mgr.y (mgr.25387) 6329 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.066236+0000 mon.a (mon.0) 12834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.066820+0000 mgr.y (mgr.25387) 6330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.140444+0000 mon.a (mon.0) 12835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.142439+0000 mon.a (mon.0) 12836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.143333+0000 mon.a (mon.0) 12837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.145357+0000 mon.a (mon.0) 12838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.145964+0000 mon.a (mon.0) 12839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.147125+0000 mgr.y (mgr.25387) 6331 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.147372+0000 mgr.y (mgr.25387) 6332 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.152484+0000 mon.a (mon.0) 12840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.153071+0000 mgr.y (mgr.25387) 6333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.226980+0000 mon.a (mon.0) 12841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.228887+0000 mon.a (mon.0) 12842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.230006+0000 mon.a (mon.0) 12843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.642 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.232315+0000 mon.a (mon.0) 12844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.232985+0000 mon.a (mon.0) 12845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.238954+0000 mon.a (mon.0) 12846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.306637+0000 mon.a (mon.0) 12847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.308467+0000 mon.a (mon.0) 12848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.309308+0000 mon.a (mon.0) 12849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.311259+0000 mon.a (mon.0) 12850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[73934]: audit 2024-03-30T04:51:05.311921+0000 mon.a (mon.0) 12851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.232315+0000 mon.a (mon.0) 12844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.232985+0000 mon.a (mon.0) 12845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.238954+0000 mon.a (mon.0) 12846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.306637+0000 mon.a (mon.0) 12847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.308467+0000 mon.a (mon.0) 12848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.309308+0000 mon.a (mon.0) 12849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.311259+0000 mon.a (mon.0) 12850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:05 smithi097 bash[69502]: audit 2024-03-30T04:51:05.311921+0000 mon.a (mon.0) 12851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.229206+0000 mgr.y (mgr.25387) 6301 : cluster [DBG] pgmap v4137: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.229515+0000 mgr.y (mgr.25387) 6302 : cluster [DBG] pgmap v4138: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.238349+0000 mgr.y (mgr.25387) 6303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.329951+0000 mon.a (mon.0) 12780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.333650+0000 mon.a (mon.0) 12781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.335751+0000 mon.a (mon.0) 12782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.339081+0000 mon.a (mon.0) 12783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.340345+0000 mon.a (mon.0) 12784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.342701+0000 mgr.y (mgr.25387) 6304 : cluster [DBG] pgmap v4139: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.343016+0000 mgr.y (mgr.25387) 6305 : cluster [DBG] pgmap v4140: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.348535+0000 mon.a (mon.0) 12785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.349136+0000 mgr.y (mgr.25387) 6306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.428401+0000 mon.a (mon.0) 12786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.431452+0000 mon.a (mon.0) 12787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.432897+0000 mon.a (mon.0) 12788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.436418+0000 mon.a (mon.0) 12789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.437522+0000 mon.a (mon.0) 12790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.439510+0000 mgr.y (mgr.25387) 6307 : cluster [DBG] pgmap v4141: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.439972+0000 mgr.y (mgr.25387) 6308 : cluster [DBG] pgmap v4142: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.449050+0000 mon.a (mon.0) 12791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.449606+0000 mgr.y (mgr.25387) 6309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.528421+0000 mon.a (mon.0) 12792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.531660+0000 mon.a (mon.0) 12793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.533288+0000 mon.a (mon.0) 12794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.537012+0000 mon.a (mon.0) 12795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.538154+0000 mon.a (mon.0) 12796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.540347+0000 mgr.y (mgr.25387) 6310 : cluster [DBG] pgmap v4143: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.540845+0000 mgr.y (mgr.25387) 6311 : cluster [DBG] pgmap v4144: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.549687+0000 mon.a (mon.0) 12797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.550311+0000 mgr.y (mgr.25387) 6312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.629418+0000 mon.a (mon.0) 12798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.632686+0000 mon.a (mon.0) 12799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.634636+0000 mon.a (mon.0) 12800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.639053+0000 mon.a (mon.0) 12801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.640078+0000 mon.a (mon.0) 12802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.642127+0000 mgr.y (mgr.25387) 6313 : cluster [DBG] pgmap v4145: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.642587+0000 mgr.y (mgr.25387) 6314 : cluster [DBG] pgmap v4146: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.650308+0000 mon.a (mon.0) 12803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.651239+0000 mgr.y (mgr.25387) 6315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.669102+0000 mon.a (mon.0) 12804 : cluster [WRN] Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.724658+0000 mon.a (mon.0) 12805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.726705+0000 mon.a (mon.0) 12806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.727676+0000 mon.a (mon.0) 12807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.731068+0000 mon.a (mon.0) 12808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.732122+0000 mon.a (mon.0) 12809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.734280+0000 mgr.y (mgr.25387) 6316 : cluster [DBG] pgmap v4147: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.734853+0000 mgr.y (mgr.25387) 6317 : cluster [DBG] pgmap v4148: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.742477+0000 mon.a (mon.0) 12810 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.743358+0000 mgr.y (mgr.25387) 6318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.801485+0000 mon.a (mon.0) 12811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.803392+0000 mon.a (mon.0) 12812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.804747+0000 mon.a (mon.0) 12813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.807474+0000 mon.a (mon.0) 12814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.808275+0000 mon.a (mon.0) 12815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.809785+0000 mgr.y (mgr.25387) 6319 : cluster [DBG] pgmap v4149: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.810095+0000 mgr.y (mgr.25387) 6320 : cluster [DBG] pgmap v4150: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.816440+0000 mon.a (mon.0) 12816 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.817341+0000 mgr.y (mgr.25387) 6321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.880735+0000 mon.a (mon.0) 12817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.883112+0000 mon.a (mon.0) 12818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.884019+0000 mon.a (mon.0) 12819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.886166+0000 mon.a (mon.0) 12820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.886845+0000 mon.a (mon.0) 12821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.888179+0000 mgr.y (mgr.25387) 6322 : cluster [DBG] pgmap v4151: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.888404+0000 mgr.y (mgr.25387) 6323 : cluster [DBG] pgmap v4152: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.893471+0000 mon.a (mon.0) 12822 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.894297+0000 mgr.y (mgr.25387) 6324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.952298+0000 mon.a (mon.0) 12823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.954149+0000 mon.a (mon.0) 12824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.954973+0000 mon.a (mon.0) 12825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.956918+0000 mon.a (mon.0) 12826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.957576+0000 mon.a (mon.0) 12827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.958847+0000 mgr.y (mgr.25387) 6325 : cluster [DBG] pgmap v4153: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:04.959083+0000 mgr.y (mgr.25387) 6326 : cluster [DBG] pgmap v4154: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:04.963667+0000 mon.a (mon.0) 12828 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:04.964121+0000 mgr.y (mgr.25387) 6327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.048824+0000 mon.a (mon.0) 12829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.052311+0000 mon.a (mon.0) 12830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.053785+0000 mon.a (mon.0) 12831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.056477+0000 mon.a (mon.0) 12832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.057274+0000 mon.a (mon.0) 12833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.059545+0000 mgr.y (mgr.25387) 6328 : cluster [DBG] pgmap v4155: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.060107+0000 mgr.y (mgr.25387) 6329 : cluster [DBG] pgmap v4156: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.066236+0000 mon.a (mon.0) 12834 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.066820+0000 mgr.y (mgr.25387) 6330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.140444+0000 mon.a (mon.0) 12835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.142439+0000 mon.a (mon.0) 12836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.143333+0000 mon.a (mon.0) 12837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.145357+0000 mon.a (mon.0) 12838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.145964+0000 mon.a (mon.0) 12839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.147125+0000 mgr.y (mgr.25387) 6331 : cluster [DBG] pgmap v4157: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.147372+0000 mgr.y (mgr.25387) 6332 : cluster [DBG] pgmap v4158: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.152484+0000 mon.a (mon.0) 12840 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.153071+0000 mgr.y (mgr.25387) 6333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.226980+0000 mon.a (mon.0) 12841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.228887+0000 mon.a (mon.0) 12842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.230006+0000 mon.a (mon.0) 12843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.232315+0000 mon.a (mon.0) 12844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.232985+0000 mon.a (mon.0) 12845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:05.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.238954+0000 mon.a (mon.0) 12846 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.306637+0000 mon.a (mon.0) 12847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.308467+0000 mon.a (mon.0) 12848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.309308+0000 mon.a (mon.0) 12849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.311259+0000 mon.a (mon.0) 12850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:05.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:05 smithi105 bash[58125]: audit 2024-03-30T04:51:05.311921+0000 mon.a (mon.0) 12851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.064 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 11s ago 23m - - 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 8s ago 23m - - 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (10m) 11s ago 16m 14.0M - 0.23.0 ba2b418f427c e7befc52b210 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 8s ago 16m - - 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (47s) 11s ago 14m 42.1M - 3.7 3714003597ec d66b582b62cd 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (8m) 8s ago 22m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (9m) 11s ago 24m 538M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (8m) 11s ago 24m 165M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (7m) 8s ago 23m 65.0M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (7m) 11s ago 23m 73.6M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:51:06.065 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (27s) 11s ago 17m 6972k - 1.5.0 0da6a335fe13 51d1dfc9d616 2024-03-30T04:51:06.066 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 starting - - - - 2024-03-30T04:51:06.066 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (6m) 11s ago 22m 59.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:51:06.066 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (5m) 11s ago 21m 66.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:51:06.066 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (5m) 11s ago 21m 61.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:51:06.066 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (4m) 11s ago 20m 66.3M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:51:06.067 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (3m) 8s ago 19m 66.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:51:06.067 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (3m) 8s ago 19m 58.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:51:06.067 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (2m) 8s ago 18m 54.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:51:06.067 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (2m) 8s ago 18m 58.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:51:06.067 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (9m) 8s ago 17m 69.1M - 2.33.4 514e6a882f6e fa2856ef2c3c 2024-03-30T04:51:06.067 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (107s) 11s ago 15m 90.0M - 19.0.0-2493-gd82c9aa1 3714003597ec 51ada343a22c 2024-03-30T04:51:06.068 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (93s) 8s ago 15m 89.7M - 19.0.0-2493-gd82c9aa1 3714003597ec 839a415fe117 2024-03-30T04:51:06.068 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (100s) 11s ago 14m 90.1M - 19.0.0-2493-gd82c9aa1 3714003597ec 0ec36fcd9fac 2024-03-30T04:51:06.068 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (85s) 8s ago 14m 90.0M - 19.0.0-2493-gd82c9aa1 3714003597ec 583e5a7bf385 2024-03-30T04:51:06.529 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:06.530 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:51:06.531 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:51:06.531 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:51:06.531 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:51:06.625 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.222509+0000 mgr.y (mgr.25387) 6334 : audit [DBG] from='client.34920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.234248+0000 mgr.y (mgr.25387) 6335 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.234483+0000 mgr.y (mgr.25387) 6336 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.240060+0000 mgr.y (mgr.25387) 6337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.313242+0000 mgr.y (mgr.25387) 6338 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.313444+0000 mgr.y (mgr.25387) 6339 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.314285+0000 mon.a (mon.0) 12852 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.314340+0000 mon.a (mon.0) 12853 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.329303+0000 mon.a (mon.0) 12854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.330111+0000 mgr.y (mgr.25387) 6340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.371626+0000 mon.a (mon.0) 12855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.373785+0000 mon.a (mon.0) 12856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.374814+0000 mon.a (mon.0) 12857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.376905+0000 mon.a (mon.0) 12858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.377535+0000 mon.a (mon.0) 12859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.378717+0000 mgr.y (mgr.25387) 6341 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.378958+0000 mgr.y (mgr.25387) 6342 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.383961+0000 mon.a (mon.0) 12860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.384429+0000 mgr.y (mgr.25387) 6343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.424321+0000 mon.a (mon.0) 12861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.222509+0000 mgr.y (mgr.25387) 6334 : audit [DBG] from='client.34920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.234248+0000 mgr.y (mgr.25387) 6335 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.234483+0000 mgr.y (mgr.25387) 6336 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.240060+0000 mgr.y (mgr.25387) 6337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.313242+0000 mgr.y (mgr.25387) 6338 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.313444+0000 mgr.y (mgr.25387) 6339 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.314285+0000 mon.a (mon.0) 12852 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.314340+0000 mon.a (mon.0) 12853 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.329303+0000 mon.a (mon.0) 12854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.330111+0000 mgr.y (mgr.25387) 6340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.371626+0000 mon.a (mon.0) 12855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.373785+0000 mon.a (mon.0) 12856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.374814+0000 mon.a (mon.0) 12857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.376905+0000 mon.a (mon.0) 12858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.377535+0000 mon.a (mon.0) 12859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.378717+0000 mgr.y (mgr.25387) 6341 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.378958+0000 mgr.y (mgr.25387) 6342 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.383961+0000 mon.a (mon.0) 12860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.384429+0000 mgr.y (mgr.25387) 6343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.424321+0000 mon.a (mon.0) 12861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.426216+0000 mon.a (mon.0) 12862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.427022+0000 mon.a (mon.0) 12863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.428798+0000 mon.a (mon.0) 12864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.429339+0000 mon.a (mon.0) 12865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.430606+0000 mgr.y (mgr.25387) 6344 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.430843+0000 mgr.y (mgr.25387) 6345 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.437902+0000 mon.a (mon.0) 12866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.438391+0000 mgr.y (mgr.25387) 6346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.478370+0000 mon.a (mon.0) 12867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.480383+0000 mon.a (mon.0) 12868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.481388+0000 mon.a (mon.0) 12869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.483499+0000 mon.a (mon.0) 12870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.484137+0000 mon.a (mon.0) 12871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.485475+0000 mgr.y (mgr.25387) 6347 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.485717+0000 mgr.y (mgr.25387) 6348 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.492797+0000 mon.a (mon.0) 12872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.493245+0000 mgr.y (mgr.25387) 6349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.533306+0000 mon.a (mon.0) 12873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.535497+0000 mon.a (mon.0) 12874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.536471+0000 mon.a (mon.0) 12875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.538569+0000 mon.a (mon.0) 12876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.539226+0000 mon.a (mon.0) 12877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.540405+0000 mgr.y (mgr.25387) 6350 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.540642+0000 mgr.y (mgr.25387) 6351 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.547620+0000 mon.a (mon.0) 12878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.548123+0000 mgr.y (mgr.25387) 6352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.588434+0000 mon.a (mon.0) 12879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.590436+0000 mon.a (mon.0) 12880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.591571+0000 mon.a (mon.0) 12881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.593687+0000 mon.a (mon.0) 12882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.594447+0000 mon.a (mon.0) 12883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.595854+0000 mgr.y (mgr.25387) 6353 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.596049+0000 mgr.y (mgr.25387) 6354 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.603759+0000 mon.a (mon.0) 12884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.604252+0000 mgr.y (mgr.25387) 6355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.622135+0000 mgr.y (mgr.25387) 6356 : audit [DBG] from='client.54856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.644676+0000 mon.a (mon.0) 12885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.646756+0000 mon.a (mon.0) 12886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.426216+0000 mon.a (mon.0) 12862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.427022+0000 mon.a (mon.0) 12863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.428798+0000 mon.a (mon.0) 12864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.429339+0000 mon.a (mon.0) 12865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.430606+0000 mgr.y (mgr.25387) 6344 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.430843+0000 mgr.y (mgr.25387) 6345 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.437902+0000 mon.a (mon.0) 12866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.438391+0000 mgr.y (mgr.25387) 6346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.478370+0000 mon.a (mon.0) 12867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.480383+0000 mon.a (mon.0) 12868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.481388+0000 mon.a (mon.0) 12869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.483499+0000 mon.a (mon.0) 12870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.484137+0000 mon.a (mon.0) 12871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.485475+0000 mgr.y (mgr.25387) 6347 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.485717+0000 mgr.y (mgr.25387) 6348 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.492797+0000 mon.a (mon.0) 12872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.493245+0000 mgr.y (mgr.25387) 6349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.533306+0000 mon.a (mon.0) 12873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.535497+0000 mon.a (mon.0) 12874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.647757+0000 mon.a (mon.0) 12887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.649838+0000 mon.a (mon.0) 12888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.650499+0000 mon.a (mon.0) 12889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.651711+0000 mgr.y (mgr.25387) 6357 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.651926+0000 mgr.y (mgr.25387) 6358 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.658925+0000 mon.a (mon.0) 12890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.659445+0000 mgr.y (mgr.25387) 6359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.734822+0000 mon.a (mon.0) 12891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.737080+0000 mon.a (mon.0) 12892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.738024+0000 mon.a (mon.0) 12893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.740102+0000 mon.a (mon.0) 12894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.740829+0000 mon.a (mon.0) 12895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.742254+0000 mgr.y (mgr.25387) 6360 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.742531+0000 mgr.y (mgr.25387) 6361 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.749604+0000 mon.a (mon.0) 12896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.750211+0000 mgr.y (mgr.25387) 6362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.807944+0000 mon.a (mon.0) 12897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.809760+0000 mon.a (mon.0) 12898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.810543+0000 mon.a (mon.0) 12899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.812340+0000 mon.a (mon.0) 12900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.812936+0000 mon.a (mon.0) 12901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.814160+0000 mgr.y (mgr.25387) 6363 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.814393+0000 mgr.y (mgr.25387) 6364 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.820367+0000 mon.a (mon.0) 12902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.820799+0000 mgr.y (mgr.25387) 6365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.893781+0000 mon.a (mon.0) 12903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.895852+0000 mon.a (mon.0) 12904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.896864+0000 mon.a (mon.0) 12905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.898911+0000 mon.a (mon.0) 12906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.899577+0000 mon.a (mon.0) 12907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.900775+0000 mgr.y (mgr.25387) 6366 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.900986+0000 mgr.y (mgr.25387) 6367 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.905860+0000 mon.a (mon.0) 12908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.906330+0000 mgr.y (mgr.25387) 6368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.951863+0000 mon.a (mon.0) 12909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.954223+0000 mon.a (mon.0) 12910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.955179+0000 mon.a (mon.0) 12911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.957274+0000 mon.a (mon.0) 12912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.536471+0000 mon.a (mon.0) 12875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.538569+0000 mon.a (mon.0) 12876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.539226+0000 mon.a (mon.0) 12877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.540405+0000 mgr.y (mgr.25387) 6350 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.540642+0000 mgr.y (mgr.25387) 6351 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.547620+0000 mon.a (mon.0) 12878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.548123+0000 mgr.y (mgr.25387) 6352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.588434+0000 mon.a (mon.0) 12879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.590436+0000 mon.a (mon.0) 12880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.591571+0000 mon.a (mon.0) 12881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.593687+0000 mon.a (mon.0) 12882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.594447+0000 mon.a (mon.0) 12883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.595854+0000 mgr.y (mgr.25387) 6353 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.596049+0000 mgr.y (mgr.25387) 6354 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.603759+0000 mon.a (mon.0) 12884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.604252+0000 mgr.y (mgr.25387) 6355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.622135+0000 mgr.y (mgr.25387) 6356 : audit [DBG] from='client.54856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.644676+0000 mon.a (mon.0) 12885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.646756+0000 mon.a (mon.0) 12886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.957992+0000 mon.a (mon.0) 12913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.959435+0000 mgr.y (mgr.25387) 6369 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:05.959664+0000 mgr.y (mgr.25387) 6370 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:05.964640+0000 mon.a (mon.0) 12914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:05.965182+0000 mgr.y (mgr.25387) 6371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.027271+0000 mon.a (mon.0) 12915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.029687+0000 mon.a (mon.0) 12916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.030726+0000 mon.a (mon.0) 12917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.033011+0000 mon.a (mon.0) 12918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.033736+0000 mon.a (mon.0) 12919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.035136+0000 mgr.y (mgr.25387) 6372 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.035375+0000 mgr.y (mgr.25387) 6373 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.039430+0000 mon.a (mon.0) 12920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.039944+0000 mgr.y (mgr.25387) 6374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.051510+0000 mgr.y (mgr.25387) 6375 : audit [DBG] from='client.34932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.112429+0000 mon.a (mon.0) 12921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.114263+0000 mon.a (mon.0) 12922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.115054+0000 mon.a (mon.0) 12923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.116864+0000 mon.a (mon.0) 12924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.117446+0000 mon.a (mon.0) 12925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.118655+0000 mgr.y (mgr.25387) 6376 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.118888+0000 mgr.y (mgr.25387) 6377 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.123000+0000 mon.a (mon.0) 12926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.123481+0000 mgr.y (mgr.25387) 6378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.180433+0000 mon.a (mon.0) 12927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.183047+0000 mon.a (mon.0) 12928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.183982+0000 mon.a (mon.0) 12929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.186161+0000 mon.a (mon.0) 12930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.186796+0000 mon.a (mon.0) 12931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.188090+0000 mgr.y (mgr.25387) 6379 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.188335+0000 mgr.y (mgr.25387) 6380 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.192138+0000 mon.a (mon.0) 12932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.192673+0000 mgr.y (mgr.25387) 6381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.249017+0000 mon.a (mon.0) 12933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.251082+0000 mon.a (mon.0) 12934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.252065+0000 mon.a (mon.0) 12935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.254318+0000 mon.a (mon.0) 12936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.255076+0000 mon.a (mon.0) 12937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.261693+0000 mon.a (mon.0) 12938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.317588+0000 mon.a (mon.0) 12939 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:06.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[69502]: audit 2024-03-30T04:51:06.321299+0000 mon.a (mon.0) 12940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.647757+0000 mon.a (mon.0) 12887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.649838+0000 mon.a (mon.0) 12888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.650499+0000 mon.a (mon.0) 12889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.651711+0000 mgr.y (mgr.25387) 6357 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.651926+0000 mgr.y (mgr.25387) 6358 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.658925+0000 mon.a (mon.0) 12890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.659445+0000 mgr.y (mgr.25387) 6359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.734822+0000 mon.a (mon.0) 12891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.737080+0000 mon.a (mon.0) 12892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.738024+0000 mon.a (mon.0) 12893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.740102+0000 mon.a (mon.0) 12894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.740829+0000 mon.a (mon.0) 12895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.742254+0000 mgr.y (mgr.25387) 6360 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.742531+0000 mgr.y (mgr.25387) 6361 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.749604+0000 mon.a (mon.0) 12896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.750211+0000 mgr.y (mgr.25387) 6362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.807944+0000 mon.a (mon.0) 12897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.809760+0000 mon.a (mon.0) 12898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.810543+0000 mon.a (mon.0) 12899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.812340+0000 mon.a (mon.0) 12900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.812936+0000 mon.a (mon.0) 12901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.814160+0000 mgr.y (mgr.25387) 6363 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.814393+0000 mgr.y (mgr.25387) 6364 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.820367+0000 mon.a (mon.0) 12902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.820799+0000 mgr.y (mgr.25387) 6365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.893781+0000 mon.a (mon.0) 12903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.895852+0000 mon.a (mon.0) 12904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.896864+0000 mon.a (mon.0) 12905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.898911+0000 mon.a (mon.0) 12906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.899577+0000 mon.a (mon.0) 12907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.900775+0000 mgr.y (mgr.25387) 6366 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.900986+0000 mgr.y (mgr.25387) 6367 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.905860+0000 mon.a (mon.0) 12908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.906330+0000 mgr.y (mgr.25387) 6368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.951863+0000 mon.a (mon.0) 12909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.954223+0000 mon.a (mon.0) 12910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.955179+0000 mon.a (mon.0) 12911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.957274+0000 mon.a (mon.0) 12912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.957992+0000 mon.a (mon.0) 12913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.959435+0000 mgr.y (mgr.25387) 6369 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:05.959664+0000 mgr.y (mgr.25387) 6370 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:05.964640+0000 mon.a (mon.0) 12914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:05.965182+0000 mgr.y (mgr.25387) 6371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.027271+0000 mon.a (mon.0) 12915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.029687+0000 mon.a (mon.0) 12916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.030726+0000 mon.a (mon.0) 12917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.033011+0000 mon.a (mon.0) 12918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.033736+0000 mon.a (mon.0) 12919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.035136+0000 mgr.y (mgr.25387) 6372 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.035375+0000 mgr.y (mgr.25387) 6373 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.039430+0000 mon.a (mon.0) 12920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.039944+0000 mgr.y (mgr.25387) 6374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.051510+0000 mgr.y (mgr.25387) 6375 : audit [DBG] from='client.34932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.112429+0000 mon.a (mon.0) 12921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.114263+0000 mon.a (mon.0) 12922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.115054+0000 mon.a (mon.0) 12923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.116864+0000 mon.a (mon.0) 12924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.117446+0000 mon.a (mon.0) 12925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.118655+0000 mgr.y (mgr.25387) 6376 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.118888+0000 mgr.y (mgr.25387) 6377 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.123000+0000 mon.a (mon.0) 12926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.123481+0000 mgr.y (mgr.25387) 6378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.180433+0000 mon.a (mon.0) 12927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.183047+0000 mon.a (mon.0) 12928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.183982+0000 mon.a (mon.0) 12929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.186161+0000 mon.a (mon.0) 12930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.186796+0000 mon.a (mon.0) 12931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.188090+0000 mgr.y (mgr.25387) 6379 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.188335+0000 mgr.y (mgr.25387) 6380 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.192138+0000 mon.a (mon.0) 12932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.192673+0000 mgr.y (mgr.25387) 6381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.249017+0000 mon.a (mon.0) 12933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.251082+0000 mon.a (mon.0) 12934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.252065+0000 mon.a (mon.0) 12935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.254318+0000 mon.a (mon.0) 12936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.255076+0000 mon.a (mon.0) 12937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.261693+0000 mon.a (mon.0) 12938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.317588+0000 mon.a (mon.0) 12939 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:06.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:06 smithi097 bash[73934]: audit 2024-03-30T04:51:06.321299+0000 mon.a (mon.0) 12940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.222509+0000 mgr.y (mgr.25387) 6334 : audit [DBG] from='client.34920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.234248+0000 mgr.y (mgr.25387) 6335 : cluster [DBG] pgmap v4159: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.234483+0000 mgr.y (mgr.25387) 6336 : cluster [DBG] pgmap v4160: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.240060+0000 mgr.y (mgr.25387) 6337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.313242+0000 mgr.y (mgr.25387) 6338 : cluster [DBG] pgmap v4161: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.313444+0000 mgr.y (mgr.25387) 6339 : cluster [DBG] pgmap v4162: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.314285+0000 mon.a (mon.0) 12852 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.314340+0000 mon.a (mon.0) 12853 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.329303+0000 mon.a (mon.0) 12854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.330111+0000 mgr.y (mgr.25387) 6340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.371626+0000 mon.a (mon.0) 12855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.373785+0000 mon.a (mon.0) 12856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.374814+0000 mon.a (mon.0) 12857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.376905+0000 mon.a (mon.0) 12858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.377535+0000 mon.a (mon.0) 12859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.378717+0000 mgr.y (mgr.25387) 6341 : cluster [DBG] pgmap v4163: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.378958+0000 mgr.y (mgr.25387) 6342 : cluster [DBG] pgmap v4164: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.383961+0000 mon.a (mon.0) 12860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.384429+0000 mgr.y (mgr.25387) 6343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.424321+0000 mon.a (mon.0) 12861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.426216+0000 mon.a (mon.0) 12862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.427022+0000 mon.a (mon.0) 12863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.428798+0000 mon.a (mon.0) 12864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.429339+0000 mon.a (mon.0) 12865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.430606+0000 mgr.y (mgr.25387) 6344 : cluster [DBG] pgmap v4165: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.430843+0000 mgr.y (mgr.25387) 6345 : cluster [DBG] pgmap v4166: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.437902+0000 mon.a (mon.0) 12866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.438391+0000 mgr.y (mgr.25387) 6346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.478370+0000 mon.a (mon.0) 12867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.480383+0000 mon.a (mon.0) 12868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.481388+0000 mon.a (mon.0) 12869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.483499+0000 mon.a (mon.0) 12870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.484137+0000 mon.a (mon.0) 12871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.485475+0000 mgr.y (mgr.25387) 6347 : cluster [DBG] pgmap v4167: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.485717+0000 mgr.y (mgr.25387) 6348 : cluster [DBG] pgmap v4168: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 29 KiB/s rd, 29 op/s 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.492797+0000 mon.a (mon.0) 12872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.493245+0000 mgr.y (mgr.25387) 6349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.533306+0000 mon.a (mon.0) 12873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.535497+0000 mon.a (mon.0) 12874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.536471+0000 mon.a (mon.0) 12875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.538569+0000 mon.a (mon.0) 12876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.539226+0000 mon.a (mon.0) 12877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.540405+0000 mgr.y (mgr.25387) 6350 : cluster [DBG] pgmap v4169: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.540642+0000 mgr.y (mgr.25387) 6351 : cluster [DBG] pgmap v4170: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 30 op/s 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.547620+0000 mon.a (mon.0) 12878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.548123+0000 mgr.y (mgr.25387) 6352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.588434+0000 mon.a (mon.0) 12879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.590436+0000 mon.a (mon.0) 12880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.591571+0000 mon.a (mon.0) 12881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.593687+0000 mon.a (mon.0) 12882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.594447+0000 mon.a (mon.0) 12883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.595854+0000 mgr.y (mgr.25387) 6353 : cluster [DBG] pgmap v4171: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.596049+0000 mgr.y (mgr.25387) 6354 : cluster [DBG] pgmap v4172: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 30 op/s 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.603759+0000 mon.a (mon.0) 12884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.604252+0000 mgr.y (mgr.25387) 6355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.622135+0000 mgr.y (mgr.25387) 6356 : audit [DBG] from='client.54856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.644676+0000 mon.a (mon.0) 12885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.646756+0000 mon.a (mon.0) 12886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.647757+0000 mon.a (mon.0) 12887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.649838+0000 mon.a (mon.0) 12888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.650499+0000 mon.a (mon.0) 12889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.651711+0000 mgr.y (mgr.25387) 6357 : cluster [DBG] pgmap v4173: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.651926+0000 mgr.y (mgr.25387) 6358 : cluster [DBG] pgmap v4174: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.658925+0000 mon.a (mon.0) 12890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.659445+0000 mgr.y (mgr.25387) 6359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.734822+0000 mon.a (mon.0) 12891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.737080+0000 mon.a (mon.0) 12892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.738024+0000 mon.a (mon.0) 12893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.740102+0000 mon.a (mon.0) 12894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.740829+0000 mon.a (mon.0) 12895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.742254+0000 mgr.y (mgr.25387) 6360 : cluster [DBG] pgmap v4175: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.742531+0000 mgr.y (mgr.25387) 6361 : cluster [DBG] pgmap v4176: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.749604+0000 mon.a (mon.0) 12896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.750211+0000 mgr.y (mgr.25387) 6362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.807944+0000 mon.a (mon.0) 12897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.809760+0000 mon.a (mon.0) 12898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.810543+0000 mon.a (mon.0) 12899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.812340+0000 mon.a (mon.0) 12900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.812936+0000 mon.a (mon.0) 12901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.814160+0000 mgr.y (mgr.25387) 6363 : cluster [DBG] pgmap v4177: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.814393+0000 mgr.y (mgr.25387) 6364 : cluster [DBG] pgmap v4178: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.820367+0000 mon.a (mon.0) 12902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.820799+0000 mgr.y (mgr.25387) 6365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.893781+0000 mon.a (mon.0) 12903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.895852+0000 mon.a (mon.0) 12904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.896864+0000 mon.a (mon.0) 12905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.898911+0000 mon.a (mon.0) 12906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.899577+0000 mon.a (mon.0) 12907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.900775+0000 mgr.y (mgr.25387) 6366 : cluster [DBG] pgmap v4179: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.900986+0000 mgr.y (mgr.25387) 6367 : cluster [DBG] pgmap v4180: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.905860+0000 mon.a (mon.0) 12908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.906330+0000 mgr.y (mgr.25387) 6368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.951863+0000 mon.a (mon.0) 12909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.954223+0000 mon.a (mon.0) 12910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.955179+0000 mon.a (mon.0) 12911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.957274+0000 mon.a (mon.0) 12912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.957992+0000 mon.a (mon.0) 12913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.959435+0000 mgr.y (mgr.25387) 6369 : cluster [DBG] pgmap v4181: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:05.959664+0000 mgr.y (mgr.25387) 6370 : cluster [DBG] pgmap v4182: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:05.964640+0000 mon.a (mon.0) 12914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:05.965182+0000 mgr.y (mgr.25387) 6371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.027271+0000 mon.a (mon.0) 12915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.029687+0000 mon.a (mon.0) 12916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.030726+0000 mon.a (mon.0) 12917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.033011+0000 mon.a (mon.0) 12918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.033736+0000 mon.a (mon.0) 12919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.035136+0000 mgr.y (mgr.25387) 6372 : cluster [DBG] pgmap v4183: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.035375+0000 mgr.y (mgr.25387) 6373 : cluster [DBG] pgmap v4184: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.039430+0000 mon.a (mon.0) 12920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.039944+0000 mgr.y (mgr.25387) 6374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.051510+0000 mgr.y (mgr.25387) 6375 : audit [DBG] from='client.34932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.112429+0000 mon.a (mon.0) 12921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.114263+0000 mon.a (mon.0) 12922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.115054+0000 mon.a (mon.0) 12923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.116864+0000 mon.a (mon.0) 12924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.117446+0000 mon.a (mon.0) 12925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.118655+0000 mgr.y (mgr.25387) 6376 : cluster [DBG] pgmap v4185: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.118888+0000 mgr.y (mgr.25387) 6377 : cluster [DBG] pgmap v4186: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.123000+0000 mon.a (mon.0) 12926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.123481+0000 mgr.y (mgr.25387) 6378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.180433+0000 mon.a (mon.0) 12927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.183047+0000 mon.a (mon.0) 12928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.183982+0000 mon.a (mon.0) 12929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.186161+0000 mon.a (mon.0) 12930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.186796+0000 mon.a (mon.0) 12931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.188090+0000 mgr.y (mgr.25387) 6379 : cluster [DBG] pgmap v4187: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.188335+0000 mgr.y (mgr.25387) 6380 : cluster [DBG] pgmap v4188: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:06.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.192138+0000 mon.a (mon.0) 12932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.192673+0000 mgr.y (mgr.25387) 6381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.249017+0000 mon.a (mon.0) 12933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.251082+0000 mon.a (mon.0) 12934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.252065+0000 mon.a (mon.0) 12935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.254318+0000 mon.a (mon.0) 12936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.255076+0000 mon.a (mon.0) 12937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.261693+0000 mon.a (mon.0) 12938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.317588+0000 mon.a (mon.0) 12939 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-30T04:51:06.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:06 smithi105 bash[58125]: audit 2024-03-30T04:51:06.321299+0000 mon.a (mon.0) 12940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:06.891 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "osd", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "iscsi" 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:51:06.892 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-30T04:51:06.893 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:51:06.893 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:51:07.361 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:51:07.361 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:51:07.361 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.256383+0000 mgr.y (mgr.25387) 6382 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.256638+0000 mgr.y (mgr.25387) 6383 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.262155+0000 mgr.y (mgr.25387) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.323533+0000 mon.a (mon.0) 12941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.324543+0000 mon.a (mon.0) 12942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.335639+0000 mon.a (mon.0) 12943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.336502+0000 mon.a (mon.0) 12944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.338281+0000 mgr.y (mgr.25387) 6385 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.338551+0000 mgr.y (mgr.25387) 6386 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.342979+0000 mon.a (mon.0) 12945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.343513+0000 mgr.y (mgr.25387) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.383930+0000 mon.a (mon.0) 12946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.386494+0000 mon.a (mon.0) 12947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.387390+0000 mon.a (mon.0) 12948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.389501+0000 mon.a (mon.0) 12949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.390186+0000 mon.a (mon.0) 12950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.391411+0000 mgr.y (mgr.25387) 6388 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.391650+0000 mgr.y (mgr.25387) 6389 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.396240+0000 mon.a (mon.0) 12951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.396873+0000 mgr.y (mgr.25387) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.437041+0000 mon.a (mon.0) 12952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.438908+0000 mon.a (mon.0) 12953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.439747+0000 mon.a (mon.0) 12954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.441728+0000 mon.a (mon.0) 12955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.442381+0000 mon.a (mon.0) 12956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.443666+0000 mgr.y (mgr.25387) 6391 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.443890+0000 mgr.y (mgr.25387) 6392 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.447775+0000 mon.a (mon.0) 12957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.448232+0000 mgr.y (mgr.25387) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.487989+0000 mon.a (mon.0) 12958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.489760+0000 mon.a (mon.0) 12959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.490601+0000 mon.a (mon.0) 12960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.492655+0000 mon.a (mon.0) 12961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.493285+0000 mon.a (mon.0) 12962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.494510+0000 mgr.y (mgr.25387) 6394 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.494732+0000 mgr.y (mgr.25387) 6395 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.498710+0000 mon.a (mon.0) 12963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.499160+0000 mgr.y (mgr.25387) 6396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.534620+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.97:0/3047106580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.256383+0000 mgr.y (mgr.25387) 6382 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.256638+0000 mgr.y (mgr.25387) 6383 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.262155+0000 mgr.y (mgr.25387) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.323533+0000 mon.a (mon.0) 12941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.324543+0000 mon.a (mon.0) 12942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.335639+0000 mon.a (mon.0) 12943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.336502+0000 mon.a (mon.0) 12944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.338281+0000 mgr.y (mgr.25387) 6385 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.338551+0000 mgr.y (mgr.25387) 6386 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.342979+0000 mon.a (mon.0) 12945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.343513+0000 mgr.y (mgr.25387) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.383930+0000 mon.a (mon.0) 12946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.386494+0000 mon.a (mon.0) 12947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.387390+0000 mon.a (mon.0) 12948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.389501+0000 mon.a (mon.0) 12949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.390186+0000 mon.a (mon.0) 12950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.391411+0000 mgr.y (mgr.25387) 6388 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.391650+0000 mgr.y (mgr.25387) 6389 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.396240+0000 mon.a (mon.0) 12951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.539980+0000 mon.a (mon.0) 12964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.541960+0000 mon.a (mon.0) 12965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.542888+0000 mon.a (mon.0) 12966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.545042+0000 mon.a (mon.0) 12967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.545805+0000 mon.a (mon.0) 12968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.547262+0000 mgr.y (mgr.25387) 6397 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.547503+0000 mgr.y (mgr.25387) 6398 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.552313+0000 mon.a (mon.0) 12969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.552893+0000 mgr.y (mgr.25387) 6399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.593272+0000 mon.a (mon.0) 12970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.595447+0000 mon.a (mon.0) 12971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.596455+0000 mon.a (mon.0) 12972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.598596+0000 mon.a (mon.0) 12973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.599254+0000 mon.a (mon.0) 12974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.600494+0000 mgr.y (mgr.25387) 6400 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.600732+0000 mgr.y (mgr.25387) 6401 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.605814+0000 mon.a (mon.0) 12975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.606290+0000 mgr.y (mgr.25387) 6402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.646267+0000 mon.a (mon.0) 12976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.648540+0000 mon.a (mon.0) 12977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.649561+0000 mon.a (mon.0) 12978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.651901+0000 mon.a (mon.0) 12979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.652535+0000 mon.a (mon.0) 12980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.653847+0000 mgr.y (mgr.25387) 6403 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.654042+0000 mgr.y (mgr.25387) 6404 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.659436+0000 mon.a (mon.0) 12981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.659971+0000 mgr.y (mgr.25387) 6405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.700050+0000 mon.a (mon.0) 12982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.701836+0000 mon.a (mon.0) 12983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.702630+0000 mon.a (mon.0) 12984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.704384+0000 mon.a (mon.0) 12985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.704990+0000 mon.a (mon.0) 12986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.706129+0000 mgr.y (mgr.25387) 6406 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.706368+0000 mgr.y (mgr.25387) 6407 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.710930+0000 mon.a (mon.0) 12987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.711427+0000 mgr.y (mgr.25387) 6408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.768293+0000 mon.a (mon.0) 12988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.770317+0000 mon.a (mon.0) 12989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.396873+0000 mgr.y (mgr.25387) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.437041+0000 mon.a (mon.0) 12952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.438908+0000 mon.a (mon.0) 12953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.439747+0000 mon.a (mon.0) 12954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.441728+0000 mon.a (mon.0) 12955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.442381+0000 mon.a (mon.0) 12956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.443666+0000 mgr.y (mgr.25387) 6391 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.443890+0000 mgr.y (mgr.25387) 6392 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.447775+0000 mon.a (mon.0) 12957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.448232+0000 mgr.y (mgr.25387) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.487989+0000 mon.a (mon.0) 12958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.489760+0000 mon.a (mon.0) 12959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.490601+0000 mon.a (mon.0) 12960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.492655+0000 mon.a (mon.0) 12961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.493285+0000 mon.a (mon.0) 12962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.494510+0000 mgr.y (mgr.25387) 6394 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.494732+0000 mgr.y (mgr.25387) 6395 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.498710+0000 mon.a (mon.0) 12963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.499160+0000 mgr.y (mgr.25387) 6396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.534620+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.97:0/3047106580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.771391+0000 mon.a (mon.0) 12990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.773264+0000 mon.a (mon.0) 12991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.773890+0000 mon.a (mon.0) 12992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.775074+0000 mgr.y (mgr.25387) 6409 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.775300+0000 mgr.y (mgr.25387) 6410 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.780087+0000 mon.a (mon.0) 12993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.780542+0000 mgr.y (mgr.25387) 6411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.820827+0000 mon.a (mon.0) 12994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.823045+0000 mon.a (mon.0) 12995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.636 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.824024+0000 mon.a (mon.0) 12996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.826086+0000 mon.a (mon.0) 12997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.826745+0000 mon.a (mon.0) 12998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.827950+0000 mgr.y (mgr.25387) 6412 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.828178+0000 mgr.y (mgr.25387) 6413 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.833659+0000 mon.a (mon.0) 12999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.834102+0000 mgr.y (mgr.25387) 6414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.874756+0000 mon.a (mon.0) 13000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.876587+0000 mon.a (mon.0) 13001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.877416+0000 mon.a (mon.0) 13002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.879208+0000 mon.a (mon.0) 13003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.879815+0000 mon.a (mon.0) 13004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.880978+0000 mgr.y (mgr.25387) 6415 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.881213+0000 mgr.y (mgr.25387) 6416 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.885948+0000 mon.a (mon.0) 13005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.886527+0000 mgr.y (mgr.25387) 6417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.896494+0000 mgr.y (mgr.25387) 6418 : audit [DBG] from='client.54874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.926992+0000 mon.a (mon.0) 13006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.929192+0000 mon.a (mon.0) 13007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.930219+0000 mon.a (mon.0) 13008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.932334+0000 mon.a (mon.0) 13009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.933483+0000 mon.a (mon.0) 13010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.934824+0000 mgr.y (mgr.25387) 6419 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.935106+0000 mgr.y (mgr.25387) 6420 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.939763+0000 mon.a (mon.0) 13011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.940227+0000 mgr.y (mgr.25387) 6421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.985255+0000 mon.a (mon.0) 13012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.987400+0000 mon.a (mon.0) 13013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.988290+0000 mon.a (mon.0) 13014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.990598+0000 mon.a (mon.0) 13015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.991280+0000 mon.a (mon.0) 13016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.992625+0000 mgr.y (mgr.25387) 6422 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:06.992841+0000 mgr.y (mgr.25387) 6423 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:06.996645+0000 mon.a (mon.0) 13017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:06.997122+0000 mgr.y (mgr.25387) 6424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.037404+0000 mon.a (mon.0) 13018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.039666+0000 mon.a (mon.0) 13019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.040651+0000 mon.a (mon.0) 13020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.042723+0000 mon.a (mon.0) 13021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.043395+0000 mon.a (mon.0) 13022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.044626+0000 mgr.y (mgr.25387) 6425 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.044878+0000 mgr.y (mgr.25387) 6426 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.049459+0000 mon.a (mon.0) 13023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.049981+0000 mgr.y (mgr.25387) 6427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.090776+0000 mon.a (mon.0) 13024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.092739+0000 mon.a (mon.0) 13025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.093606+0000 mon.a (mon.0) 13026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.095537+0000 mon.a (mon.0) 13027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.096251+0000 mon.a (mon.0) 13028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.539980+0000 mon.a (mon.0) 12964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.541960+0000 mon.a (mon.0) 12965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.542888+0000 mon.a (mon.0) 12966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.545042+0000 mon.a (mon.0) 12967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.545805+0000 mon.a (mon.0) 12968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.547262+0000 mgr.y (mgr.25387) 6397 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.547503+0000 mgr.y (mgr.25387) 6398 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.552313+0000 mon.a (mon.0) 12969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.552893+0000 mgr.y (mgr.25387) 6399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.593272+0000 mon.a (mon.0) 12970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.595447+0000 mon.a (mon.0) 12971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.596455+0000 mon.a (mon.0) 12972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.598596+0000 mon.a (mon.0) 12973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.599254+0000 mon.a (mon.0) 12974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.600494+0000 mgr.y (mgr.25387) 6400 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.600732+0000 mgr.y (mgr.25387) 6401 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.605814+0000 mon.a (mon.0) 12975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.606290+0000 mgr.y (mgr.25387) 6402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.641 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.646267+0000 mon.a (mon.0) 12976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.097496+0000 mgr.y (mgr.25387) 6428 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.097675+0000 mgr.y (mgr.25387) 6429 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.102399+0000 mon.a (mon.0) 13029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.102810+0000 mgr.y (mgr.25387) 6430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.143720+0000 mon.a (mon.0) 13030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.145875+0000 mon.a (mon.0) 13031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.146796+0000 mon.a (mon.0) 13032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.148856+0000 mon.a (mon.0) 13033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.149582+0000 mon.a (mon.0) 13034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.150793+0000 mgr.y (mgr.25387) 6431 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.151010+0000 mgr.y (mgr.25387) 6432 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.155835+0000 mon.a (mon.0) 13035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.156395+0000 mgr.y (mgr.25387) 6433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.197153+0000 mon.a (mon.0) 13036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.199540+0000 mon.a (mon.0) 13037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.200592+0000 mon.a (mon.0) 13038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.202376+0000 mon.a (mon.0) 13039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.202928+0000 mon.a (mon.0) 13040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.208238+0000 mon.a (mon.0) 13041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.249290+0000 mon.a (mon.0) 13042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.251699+0000 mon.a (mon.0) 13043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.252695+0000 mon.a (mon.0) 13044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.643 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.254903+0000 mon.a (mon.0) 13045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.255606+0000 mon.a (mon.0) 13046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.262079+0000 mon.a (mon.0) 13047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.302453+0000 mon.a (mon.0) 13048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.304331+0000 mon.a (mon.0) 13049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.305173+0000 mon.a (mon.0) 13050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.306968+0000 mon.a (mon.0) 13051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.307529+0000 mon.a (mon.0) 13052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.644 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[69502]: audit 2024-03-30T04:51:07.313106+0000 mon.a (mon.0) 13053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.648540+0000 mon.a (mon.0) 12977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.649561+0000 mon.a (mon.0) 12978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.651901+0000 mon.a (mon.0) 12979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.652535+0000 mon.a (mon.0) 12980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.653847+0000 mgr.y (mgr.25387) 6403 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.654042+0000 mgr.y (mgr.25387) 6404 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.659436+0000 mon.a (mon.0) 12981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.659971+0000 mgr.y (mgr.25387) 6405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.700050+0000 mon.a (mon.0) 12982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.701836+0000 mon.a (mon.0) 12983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.702630+0000 mon.a (mon.0) 12984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.704384+0000 mon.a (mon.0) 12985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.704990+0000 mon.a (mon.0) 12986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.706129+0000 mgr.y (mgr.25387) 6406 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.706368+0000 mgr.y (mgr.25387) 6407 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.710930+0000 mon.a (mon.0) 12987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.711427+0000 mgr.y (mgr.25387) 6408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.768293+0000 mon.a (mon.0) 12988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.770317+0000 mon.a (mon.0) 12989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.771391+0000 mon.a (mon.0) 12990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.773264+0000 mon.a (mon.0) 12991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.773890+0000 mon.a (mon.0) 12992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.646 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.775074+0000 mgr.y (mgr.25387) 6409 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.775300+0000 mgr.y (mgr.25387) 6410 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.780087+0000 mon.a (mon.0) 12993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.780542+0000 mgr.y (mgr.25387) 6411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.820827+0000 mon.a (mon.0) 12994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.823045+0000 mon.a (mon.0) 12995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.824024+0000 mon.a (mon.0) 12996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.826086+0000 mon.a (mon.0) 12997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.826745+0000 mon.a (mon.0) 12998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.827950+0000 mgr.y (mgr.25387) 6412 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.828178+0000 mgr.y (mgr.25387) 6413 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.833659+0000 mon.a (mon.0) 12999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.834102+0000 mgr.y (mgr.25387) 6414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.874756+0000 mon.a (mon.0) 13000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.647 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.876587+0000 mon.a (mon.0) 13001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.877416+0000 mon.a (mon.0) 13002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.879208+0000 mon.a (mon.0) 13003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.879815+0000 mon.a (mon.0) 13004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.880978+0000 mgr.y (mgr.25387) 6415 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.881213+0000 mgr.y (mgr.25387) 6416 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.885948+0000 mon.a (mon.0) 13005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.886527+0000 mgr.y (mgr.25387) 6417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.896494+0000 mgr.y (mgr.25387) 6418 : audit [DBG] from='client.54874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.926992+0000 mon.a (mon.0) 13006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.929192+0000 mon.a (mon.0) 13007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.930219+0000 mon.a (mon.0) 13008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.932334+0000 mon.a (mon.0) 13009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.933483+0000 mon.a (mon.0) 13010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.648 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.934824+0000 mgr.y (mgr.25387) 6419 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.935106+0000 mgr.y (mgr.25387) 6420 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.939763+0000 mon.a (mon.0) 13011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.940227+0000 mgr.y (mgr.25387) 6421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.985255+0000 mon.a (mon.0) 13012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.987400+0000 mon.a (mon.0) 13013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.988290+0000 mon.a (mon.0) 13014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.990598+0000 mon.a (mon.0) 13015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.991280+0000 mon.a (mon.0) 13016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.992625+0000 mgr.y (mgr.25387) 6422 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:06.992841+0000 mgr.y (mgr.25387) 6423 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:06.996645+0000 mon.a (mon.0) 13017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:06.997122+0000 mgr.y (mgr.25387) 6424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.037404+0000 mon.a (mon.0) 13018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.039666+0000 mon.a (mon.0) 13019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.040651+0000 mon.a (mon.0) 13020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.649 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.042723+0000 mon.a (mon.0) 13021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.043395+0000 mon.a (mon.0) 13022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.044626+0000 mgr.y (mgr.25387) 6425 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.044878+0000 mgr.y (mgr.25387) 6426 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.049459+0000 mon.a (mon.0) 13023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.049981+0000 mgr.y (mgr.25387) 6427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.090776+0000 mon.a (mon.0) 13024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.092739+0000 mon.a (mon.0) 13025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.093606+0000 mon.a (mon.0) 13026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.095537+0000 mon.a (mon.0) 13027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.096251+0000 mon.a (mon.0) 13028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.097496+0000 mgr.y (mgr.25387) 6428 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.097675+0000 mgr.y (mgr.25387) 6429 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.102399+0000 mon.a (mon.0) 13029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.650 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.102810+0000 mgr.y (mgr.25387) 6430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.143720+0000 mon.a (mon.0) 13030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.145875+0000 mon.a (mon.0) 13031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.146796+0000 mon.a (mon.0) 13032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.148856+0000 mon.a (mon.0) 13033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.149582+0000 mon.a (mon.0) 13034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.150793+0000 mgr.y (mgr.25387) 6431 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.151010+0000 mgr.y (mgr.25387) 6432 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.155835+0000 mon.a (mon.0) 13035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.156395+0000 mgr.y (mgr.25387) 6433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.197153+0000 mon.a (mon.0) 13036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.199540+0000 mon.a (mon.0) 13037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.200592+0000 mon.a (mon.0) 13038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.202376+0000 mon.a (mon.0) 13039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.202928+0000 mon.a (mon.0) 13040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.208238+0000 mon.a (mon.0) 13041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.651 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.249290+0000 mon.a (mon.0) 13042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.251699+0000 mon.a (mon.0) 13043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.252695+0000 mon.a (mon.0) 13044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.254903+0000 mon.a (mon.0) 13045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.255606+0000 mon.a (mon.0) 13046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.262079+0000 mon.a (mon.0) 13047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.302453+0000 mon.a (mon.0) 13048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.304331+0000 mon.a (mon.0) 13049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.305173+0000 mon.a (mon.0) 13050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.306968+0000 mon.a (mon.0) 13051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.307529+0000 mon.a (mon.0) 13052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.652 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:07 smithi097 bash[73934]: audit 2024-03-30T04:51:07.313106+0000 mon.a (mon.0) 13053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.256383+0000 mgr.y (mgr.25387) 6382 : cluster [DBG] pgmap v4189: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.256638+0000 mgr.y (mgr.25387) 6383 : cluster [DBG] pgmap v4190: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.262155+0000 mgr.y (mgr.25387) 6384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.323533+0000 mon.a (mon.0) 12941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.324543+0000 mon.a (mon.0) 12942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.335639+0000 mon.a (mon.0) 12943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.336502+0000 mon.a (mon.0) 12944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.338281+0000 mgr.y (mgr.25387) 6385 : cluster [DBG] pgmap v4191: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.338551+0000 mgr.y (mgr.25387) 6386 : cluster [DBG] pgmap v4192: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.342979+0000 mon.a (mon.0) 12945 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.343513+0000 mgr.y (mgr.25387) 6387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.383930+0000 mon.a (mon.0) 12946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.386494+0000 mon.a (mon.0) 12947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.387390+0000 mon.a (mon.0) 12948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.389501+0000 mon.a (mon.0) 12949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.390186+0000 mon.a (mon.0) 12950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.391411+0000 mgr.y (mgr.25387) 6388 : cluster [DBG] pgmap v4193: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.391650+0000 mgr.y (mgr.25387) 6389 : cluster [DBG] pgmap v4194: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.396240+0000 mon.a (mon.0) 12951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.396873+0000 mgr.y (mgr.25387) 6390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.437041+0000 mon.a (mon.0) 12952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.438908+0000 mon.a (mon.0) 12953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.439747+0000 mon.a (mon.0) 12954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.441728+0000 mon.a (mon.0) 12955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.442381+0000 mon.a (mon.0) 12956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.443666+0000 mgr.y (mgr.25387) 6391 : cluster [DBG] pgmap v4195: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.443890+0000 mgr.y (mgr.25387) 6392 : cluster [DBG] pgmap v4196: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.447775+0000 mon.a (mon.0) 12957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.448232+0000 mgr.y (mgr.25387) 6393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.487989+0000 mon.a (mon.0) 12958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.489760+0000 mon.a (mon.0) 12959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.490601+0000 mon.a (mon.0) 12960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.492655+0000 mon.a (mon.0) 12961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.493285+0000 mon.a (mon.0) 12962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.494510+0000 mgr.y (mgr.25387) 6394 : cluster [DBG] pgmap v4197: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.494732+0000 mgr.y (mgr.25387) 6395 : cluster [DBG] pgmap v4198: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.498710+0000 mon.a (mon.0) 12963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.499160+0000 mgr.y (mgr.25387) 6396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.534620+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.97:0/3047106580' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.539980+0000 mon.a (mon.0) 12964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.541960+0000 mon.a (mon.0) 12965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.542888+0000 mon.a (mon.0) 12966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.545042+0000 mon.a (mon.0) 12967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.545805+0000 mon.a (mon.0) 12968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.547262+0000 mgr.y (mgr.25387) 6397 : cluster [DBG] pgmap v4199: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.547503+0000 mgr.y (mgr.25387) 6398 : cluster [DBG] pgmap v4200: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.552313+0000 mon.a (mon.0) 12969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.552893+0000 mgr.y (mgr.25387) 6399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.593272+0000 mon.a (mon.0) 12970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.595447+0000 mon.a (mon.0) 12971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.596455+0000 mon.a (mon.0) 12972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.598596+0000 mon.a (mon.0) 12973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.599254+0000 mon.a (mon.0) 12974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.600494+0000 mgr.y (mgr.25387) 6400 : cluster [DBG] pgmap v4201: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.600732+0000 mgr.y (mgr.25387) 6401 : cluster [DBG] pgmap v4202: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.605814+0000 mon.a (mon.0) 12975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.606290+0000 mgr.y (mgr.25387) 6402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.646267+0000 mon.a (mon.0) 12976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.648540+0000 mon.a (mon.0) 12977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.649561+0000 mon.a (mon.0) 12978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.651901+0000 mon.a (mon.0) 12979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.652535+0000 mon.a (mon.0) 12980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.653847+0000 mgr.y (mgr.25387) 6403 : cluster [DBG] pgmap v4203: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.654042+0000 mgr.y (mgr.25387) 6404 : cluster [DBG] pgmap v4204: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.659436+0000 mon.a (mon.0) 12981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.659971+0000 mgr.y (mgr.25387) 6405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.700050+0000 mon.a (mon.0) 12982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.701836+0000 mon.a (mon.0) 12983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.702630+0000 mon.a (mon.0) 12984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.704384+0000 mon.a (mon.0) 12985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.704990+0000 mon.a (mon.0) 12986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.706129+0000 mgr.y (mgr.25387) 6406 : cluster [DBG] pgmap v4205: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.706368+0000 mgr.y (mgr.25387) 6407 : cluster [DBG] pgmap v4206: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.710930+0000 mon.a (mon.0) 12987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.711427+0000 mgr.y (mgr.25387) 6408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.768293+0000 mon.a (mon.0) 12988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.770317+0000 mon.a (mon.0) 12989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.771391+0000 mon.a (mon.0) 12990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.773264+0000 mon.a (mon.0) 12991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.773890+0000 mon.a (mon.0) 12992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.775074+0000 mgr.y (mgr.25387) 6409 : cluster [DBG] pgmap v4207: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.775300+0000 mgr.y (mgr.25387) 6410 : cluster [DBG] pgmap v4208: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.780087+0000 mon.a (mon.0) 12993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.780542+0000 mgr.y (mgr.25387) 6411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.820827+0000 mon.a (mon.0) 12994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.823045+0000 mon.a (mon.0) 12995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.824024+0000 mon.a (mon.0) 12996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.826086+0000 mon.a (mon.0) 12997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.826745+0000 mon.a (mon.0) 12998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.827950+0000 mgr.y (mgr.25387) 6412 : cluster [DBG] pgmap v4209: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.828178+0000 mgr.y (mgr.25387) 6413 : cluster [DBG] pgmap v4210: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.833659+0000 mon.a (mon.0) 12999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.834102+0000 mgr.y (mgr.25387) 6414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.874756+0000 mon.a (mon.0) 13000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.876587+0000 mon.a (mon.0) 13001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.877416+0000 mon.a (mon.0) 13002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.879208+0000 mon.a (mon.0) 13003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.879815+0000 mon.a (mon.0) 13004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.880978+0000 mgr.y (mgr.25387) 6415 : cluster [DBG] pgmap v4211: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.881213+0000 mgr.y (mgr.25387) 6416 : cluster [DBG] pgmap v4212: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.885948+0000 mon.a (mon.0) 13005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.886527+0000 mgr.y (mgr.25387) 6417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.896494+0000 mgr.y (mgr.25387) 6418 : audit [DBG] from='client.54874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.926992+0000 mon.a (mon.0) 13006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.929192+0000 mon.a (mon.0) 13007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.930219+0000 mon.a (mon.0) 13008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.932334+0000 mon.a (mon.0) 13009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.933483+0000 mon.a (mon.0) 13010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.934824+0000 mgr.y (mgr.25387) 6419 : cluster [DBG] pgmap v4213: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.935106+0000 mgr.y (mgr.25387) 6420 : cluster [DBG] pgmap v4214: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.939763+0000 mon.a (mon.0) 13011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.940227+0000 mgr.y (mgr.25387) 6421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.985255+0000 mon.a (mon.0) 13012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.987400+0000 mon.a (mon.0) 13013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.988290+0000 mon.a (mon.0) 13014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.990598+0000 mon.a (mon.0) 13015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.991280+0000 mon.a (mon.0) 13016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.992625+0000 mgr.y (mgr.25387) 6422 : cluster [DBG] pgmap v4215: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:06.992841+0000 mgr.y (mgr.25387) 6423 : cluster [DBG] pgmap v4216: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:06.996645+0000 mon.a (mon.0) 13017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:06.997122+0000 mgr.y (mgr.25387) 6424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.037404+0000 mon.a (mon.0) 13018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.039666+0000 mon.a (mon.0) 13019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.040651+0000 mon.a (mon.0) 13020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.042723+0000 mon.a (mon.0) 13021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.043395+0000 mon.a (mon.0) 13022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.044626+0000 mgr.y (mgr.25387) 6425 : cluster [DBG] pgmap v4217: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.044878+0000 mgr.y (mgr.25387) 6426 : cluster [DBG] pgmap v4218: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.049459+0000 mon.a (mon.0) 13023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.049981+0000 mgr.y (mgr.25387) 6427 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.090776+0000 mon.a (mon.0) 13024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.092739+0000 mon.a (mon.0) 13025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.093606+0000 mon.a (mon.0) 13026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.095537+0000 mon.a (mon.0) 13027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.096251+0000 mon.a (mon.0) 13028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.097496+0000 mgr.y (mgr.25387) 6428 : cluster [DBG] pgmap v4219: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.097675+0000 mgr.y (mgr.25387) 6429 : cluster [DBG] pgmap v4220: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.102399+0000 mon.a (mon.0) 13029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.102810+0000 mgr.y (mgr.25387) 6430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.143720+0000 mon.a (mon.0) 13030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.145875+0000 mon.a (mon.0) 13031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.146796+0000 mon.a (mon.0) 13032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.148856+0000 mon.a (mon.0) 13033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.149582+0000 mon.a (mon.0) 13034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.150793+0000 mgr.y (mgr.25387) 6431 : cluster [DBG] pgmap v4221: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.151010+0000 mgr.y (mgr.25387) 6432 : cluster [DBG] pgmap v4222: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.155835+0000 mon.a (mon.0) 13035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.156395+0000 mgr.y (mgr.25387) 6433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.197153+0000 mon.a (mon.0) 13036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.199540+0000 mon.a (mon.0) 13037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.200592+0000 mon.a (mon.0) 13038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.202376+0000 mon.a (mon.0) 13039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.202928+0000 mon.a (mon.0) 13040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.208238+0000 mon.a (mon.0) 13041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.249290+0000 mon.a (mon.0) 13042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.251699+0000 mon.a (mon.0) 13043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.252695+0000 mon.a (mon.0) 13044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.254903+0000 mon.a (mon.0) 13045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.255606+0000 mon.a (mon.0) 13046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.262079+0000 mon.a (mon.0) 13047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.302453+0000 mon.a (mon.0) 13048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.304331+0000 mon.a (mon.0) 13049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.305173+0000 mon.a (mon.0) 13050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.306968+0000 mon.a (mon.0) 13051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.307529+0000 mon.a (mon.0) 13052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:07.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:07 smithi105 bash[58125]: audit 2024-03-30T04:51:07.313106+0000 mon.a (mon.0) 13053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.204061+0000 mgr.y (mgr.25387) 6434 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.204248+0000 mgr.y (mgr.25387) 6435 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.208762+0000 mgr.y (mgr.25387) 6436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.256992+0000 mgr.y (mgr.25387) 6437 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.257222+0000 mgr.y (mgr.25387) 6438 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.262557+0000 mgr.y (mgr.25387) 6439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.308767+0000 mgr.y (mgr.25387) 6440 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.308997+0000 mgr.y (mgr.25387) 6441 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.313597+0000 mgr.y (mgr.25387) 6442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.366378+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.97:0/2360606667' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.371189+0000 mon.a (mon.0) 13054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.373106+0000 mon.a (mon.0) 13055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.374198+0000 mon.a (mon.0) 13056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.376244+0000 mon.a (mon.0) 13057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.376925+0000 mon.a (mon.0) 13058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.378205+0000 mgr.y (mgr.25387) 6443 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.378426+0000 mgr.y (mgr.25387) 6444 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.382269+0000 mon.a (mon.0) 13059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.382715+0000 mgr.y (mgr.25387) 6445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.204061+0000 mgr.y (mgr.25387) 6434 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.204248+0000 mgr.y (mgr.25387) 6435 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.208762+0000 mgr.y (mgr.25387) 6436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.256992+0000 mgr.y (mgr.25387) 6437 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.257222+0000 mgr.y (mgr.25387) 6438 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.262557+0000 mgr.y (mgr.25387) 6439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.308767+0000 mgr.y (mgr.25387) 6440 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.308997+0000 mgr.y (mgr.25387) 6441 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.313597+0000 mgr.y (mgr.25387) 6442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.366378+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.97:0/2360606667' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.371189+0000 mon.a (mon.0) 13054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.373106+0000 mon.a (mon.0) 13055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.374198+0000 mon.a (mon.0) 13056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.376244+0000 mon.a (mon.0) 13057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.376925+0000 mon.a (mon.0) 13058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.378205+0000 mgr.y (mgr.25387) 6443 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.378426+0000 mgr.y (mgr.25387) 6444 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.382269+0000 mon.a (mon.0) 13059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.382715+0000 mgr.y (mgr.25387) 6445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.422620+0000 mon.a (mon.0) 13060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.424369+0000 mon.a (mon.0) 13061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.425164+0000 mon.a (mon.0) 13062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.427021+0000 mon.a (mon.0) 13063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.427591+0000 mon.a (mon.0) 13064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.428810+0000 mgr.y (mgr.25387) 6446 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.429045+0000 mgr.y (mgr.25387) 6447 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.435514+0000 mon.a (mon.0) 13065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cephadm 2024-03-30T04:51:07.435926+0000 mgr.y (mgr.25387) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.457785+0000 mon.a (mon.0) 13066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.465431+0000 mon.a (mon.0) 13067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.466390+0000 mgr.y (mgr.25387) 6449 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: cluster 2024-03-30T04:51:07.466629+0000 mgr.y (mgr.25387) 6450 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.471178+0000 mon.a (mon.0) 13068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.493187+0000 mon.a (mon.0) 13069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.495317+0000 mon.a (mon.0) 13070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.496966+0000 mon.a (mon.0) 13071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.498203+0000 mon.a (mon.0) 13072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.500340+0000 mon.a (mon.0) 13073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.502672+0000 mon.a (mon.0) 13074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.422620+0000 mon.a (mon.0) 13060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.424369+0000 mon.a (mon.0) 13061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.425164+0000 mon.a (mon.0) 13062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.427021+0000 mon.a (mon.0) 13063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.427591+0000 mon.a (mon.0) 13064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.428810+0000 mgr.y (mgr.25387) 6446 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.429045+0000 mgr.y (mgr.25387) 6447 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.435514+0000 mon.a (mon.0) 13065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cephadm 2024-03-30T04:51:07.435926+0000 mgr.y (mgr.25387) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.457785+0000 mon.a (mon.0) 13066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.465431+0000 mon.a (mon.0) 13067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.466390+0000 mgr.y (mgr.25387) 6449 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: cluster 2024-03-30T04:51:07.466629+0000 mgr.y (mgr.25387) 6450 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.471178+0000 mon.a (mon.0) 13068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.493187+0000 mon.a (mon.0) 13069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.495317+0000 mon.a (mon.0) 13070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.496966+0000 mon.a (mon.0) 13071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.498203+0000 mon.a (mon.0) 13072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.500340+0000 mon.a (mon.0) 13073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.502672+0000 mon.a (mon.0) 13074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.504374+0000 mon.a (mon.0) 13075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.505566+0000 mon.a (mon.0) 13076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.506748+0000 mon.a (mon.0) 13077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.507919+0000 mon.a (mon.0) 13078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.509209+0000 mon.a (mon.0) 13079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.510344+0000 mon.a (mon.0) 13080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.511601+0000 mon.a (mon.0) 13081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[69502]: audit 2024-03-30T04:51:07.513249+0000 mon.a (mon.0) 13082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.504374+0000 mon.a (mon.0) 13075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.505566+0000 mon.a (mon.0) 13076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.506748+0000 mon.a (mon.0) 13077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.507919+0000 mon.a (mon.0) 13078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.509209+0000 mon.a (mon.0) 13079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.510344+0000 mon.a (mon.0) 13080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.511601+0000 mon.a (mon.0) 13081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.634 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:08 smithi097 bash[73934]: audit 2024-03-30T04:51:07.513249+0000 mon.a (mon.0) 13082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.204061+0000 mgr.y (mgr.25387) 6434 : cluster [DBG] pgmap v4223: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.204248+0000 mgr.y (mgr.25387) 6435 : cluster [DBG] pgmap v4224: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.208762+0000 mgr.y (mgr.25387) 6436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.256992+0000 mgr.y (mgr.25387) 6437 : cluster [DBG] pgmap v4225: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.257222+0000 mgr.y (mgr.25387) 6438 : cluster [DBG] pgmap v4226: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.262557+0000 mgr.y (mgr.25387) 6439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.308767+0000 mgr.y (mgr.25387) 6440 : cluster [DBG] pgmap v4227: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.308997+0000 mgr.y (mgr.25387) 6441 : cluster [DBG] pgmap v4228: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.313597+0000 mgr.y (mgr.25387) 6442 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.366378+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.97:0/2360606667' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.371189+0000 mon.a (mon.0) 13054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.373106+0000 mon.a (mon.0) 13055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.374198+0000 mon.a (mon.0) 13056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.376244+0000 mon.a (mon.0) 13057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.376925+0000 mon.a (mon.0) 13058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.378205+0000 mgr.y (mgr.25387) 6443 : cluster [DBG] pgmap v4229: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.378426+0000 mgr.y (mgr.25387) 6444 : cluster [DBG] pgmap v4230: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.382269+0000 mon.a (mon.0) 13059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.382715+0000 mgr.y (mgr.25387) 6445 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.422620+0000 mon.a (mon.0) 13060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.424369+0000 mon.a (mon.0) 13061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.425164+0000 mon.a (mon.0) 13062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.427021+0000 mon.a (mon.0) 13063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.427591+0000 mon.a (mon.0) 13064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.428810+0000 mgr.y (mgr.25387) 6446 : cluster [DBG] pgmap v4231: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.429045+0000 mgr.y (mgr.25387) 6447 : cluster [DBG] pgmap v4232: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.435514+0000 mon.a (mon.0) 13065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cephadm 2024-03-30T04:51:07.435926+0000 mgr.y (mgr.25387) 6448 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.457785+0000 mon.a (mon.0) 13066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.465431+0000 mon.a (mon.0) 13067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.466390+0000 mgr.y (mgr.25387) 6449 : cluster [DBG] pgmap v4233: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: cluster 2024-03-30T04:51:07.466629+0000 mgr.y (mgr.25387) 6450 : cluster [DBG] pgmap v4234: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.471178+0000 mon.a (mon.0) 13068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.493187+0000 mon.a (mon.0) 13069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.495317+0000 mon.a (mon.0) 13070 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.496966+0000 mon.a (mon.0) 13071 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.498203+0000 mon.a (mon.0) 13072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.500340+0000 mon.a (mon.0) 13073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.502672+0000 mon.a (mon.0) 13074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.504374+0000 mon.a (mon.0) 13075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.505566+0000 mon.a (mon.0) 13076 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.506748+0000 mon.a (mon.0) 13077 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.507919+0000 mon.a (mon.0) 13078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.509209+0000 mon.a (mon.0) 13079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.510344+0000 mon.a (mon.0) 13080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.511601+0000 mon.a (mon.0) 13081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:08.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:08 smithi105 bash[58125]: audit 2024-03-30T04:51:07.513249+0000 mon.a (mon.0) 13082 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:09.875 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:09 smithi097 bash[69502]: audit 2024-03-30T04:51:09.499861+0000 mon.a (mon.0) 13083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:09.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:09 smithi097 bash[73934]: audit 2024-03-30T04:51:09.499861+0000 mon.a (mon.0) 13083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:09.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:09 smithi105 bash[58125]: audit 2024-03-30T04:51:09.499861+0000 mon.a (mon.0) 13083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:10.774 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:10 smithi105 bash[58125]: cluster 2024-03-30T04:51:09.467535+0000 mgr.y (mgr.25387) 6451 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.774 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:10 smithi105 bash[58125]: audit 2024-03-30T04:51:10.142084+0000 mgr.y (mgr.25387) 6452 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:10.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:10 smithi097 bash[69502]: cluster 2024-03-30T04:51:09.467535+0000 mgr.y (mgr.25387) 6451 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:10 smithi097 bash[69502]: audit 2024-03-30T04:51:10.142084+0000 mgr.y (mgr.25387) 6452 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:10 smithi097 bash[73934]: cluster 2024-03-30T04:51:09.467535+0000 mgr.y (mgr.25387) 6451 : cluster [DBG] pgmap v4235: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:10.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:10 smithi097 bash[73934]: audit 2024-03-30T04:51:10.142084+0000 mgr.y (mgr.25387) 6452 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:12.007 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:11 smithi105 bash[58125]: audit 2024-03-30T04:51:10.749349+0000 mon.a (mon.0) 13084 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.008 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:11 smithi105 bash[58125]: audit 2024-03-30T04:51:10.761650+0000 mon.a (mon.0) 13085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.008 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:11 smithi105 bash[58125]: cluster 2024-03-30T04:51:10.764746+0000 mgr.y (mgr.25387) 6453 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:12.008 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:11 smithi105 bash[58125]: cluster 2024-03-30T04:51:10.765266+0000 mgr.y (mgr.25387) 6454 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:12.008 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:11 smithi105 bash[58125]: audit 2024-03-30T04:51:10.776542+0000 mon.a (mon.0) 13086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[73934]: audit 2024-03-30T04:51:10.749349+0000 mon.a (mon.0) 13084 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[73934]: audit 2024-03-30T04:51:10.761650+0000 mon.a (mon.0) 13085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[73934]: cluster 2024-03-30T04:51:10.764746+0000 mgr.y (mgr.25387) 6453 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[73934]: cluster 2024-03-30T04:51:10.765266+0000 mgr.y (mgr.25387) 6454 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[73934]: audit 2024-03-30T04:51:10.776542+0000 mon.a (mon.0) 13086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[69502]: audit 2024-03-30T04:51:10.749349+0000 mon.a (mon.0) 13084 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[69502]: audit 2024-03-30T04:51:10.761650+0000 mon.a (mon.0) 13085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[69502]: cluster 2024-03-30T04:51:10.764746+0000 mgr.y (mgr.25387) 6453 : cluster [DBG] pgmap v4236: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[69502]: cluster 2024-03-30T04:51:10.765266+0000 mgr.y (mgr.25387) 6454 : cluster [DBG] pgmap v4237: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:11 smithi097 bash[69502]: audit 2024-03-30T04:51:10.776542+0000 mon.a (mon.0) 13086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:12.625 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:51:12] "GET /metrics HTTP/1.1" 200 38687 "" "Prometheus/2.33.4" 2024-03-30T04:51:13.125 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:12 smithi097 bash[73934]: cephadm 2024-03-30T04:51:12.012029+0000 mgr.y (mgr.25387) 6455 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:51:13.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:12 smithi097 bash[69502]: cephadm 2024-03-30T04:51:12.012029+0000 mgr.y (mgr.25387) 6455 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:51:13.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:12 smithi105 bash[58125]: cephadm 2024-03-30T04:51:12.012029+0000 mgr.y (mgr.25387) 6455 : cephadm [INF] Upgrade: Updating prometheus.a 2024-03-30T04:51:14.084 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:13 smithi105 bash[58125]: cephadm 2024-03-30T04:51:12.305486+0000 mgr.y (mgr.25387) 6456 : cephadm [INF] Deploying daemon prometheus.a on smithi105 2024-03-30T04:51:14.085 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:13 smithi105 bash[58125]: cluster 2024-03-30T04:51:12.766700+0000 mgr.y (mgr.25387) 6457 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2024-03-30T04:51:14.097 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:13 smithi097 bash[69502]: cephadm 2024-03-30T04:51:12.305486+0000 mgr.y (mgr.25387) 6456 : cephadm [INF] Deploying daemon prometheus.a on smithi105 2024-03-30T04:51:14.097 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:13 smithi097 bash[69502]: cluster 2024-03-30T04:51:12.766700+0000 mgr.y (mgr.25387) 6457 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2024-03-30T04:51:14.097 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:13 smithi097 bash[73934]: cephadm 2024-03-30T04:51:12.305486+0000 mgr.y (mgr.25387) 6456 : cephadm [INF] Deploying daemon prometheus.a on smithi105 2024-03-30T04:51:14.097 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:13 smithi097 bash[73934]: cluster 2024-03-30T04:51:12.766700+0000 mgr.y (mgr.25387) 6457 : cluster [DBG] pgmap v4238: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 959 B/s rd, 0 op/s 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[73934]: audit 2024-03-30T04:51:14.263571+0000 mon.a (mon.0) 13087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[73934]: audit 2024-03-30T04:51:14.273181+0000 mon.a (mon.0) 13088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[73934]: cluster 2024-03-30T04:51:14.275148+0000 mgr.y (mgr.25387) 6458 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 751 B/s rd, 0 op/s 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[73934]: cluster 2024-03-30T04:51:14.275425+0000 mgr.y (mgr.25387) 6459 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 751 B/s rd, 0 op/s 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[73934]: audit 2024-03-30T04:51:14.281881+0000 mon.a (mon.0) 13089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[69502]: audit 2024-03-30T04:51:14.263571+0000 mon.a (mon.0) 13087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[69502]: audit 2024-03-30T04:51:14.273181+0000 mon.a (mon.0) 13088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[69502]: cluster 2024-03-30T04:51:14.275148+0000 mgr.y (mgr.25387) 6458 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 751 B/s rd, 0 op/s 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[69502]: cluster 2024-03-30T04:51:14.275425+0000 mgr.y (mgr.25387) 6459 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 751 B/s rd, 0 op/s 2024-03-30T04:51:15.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:15 smithi097 bash[69502]: audit 2024-03-30T04:51:14.281881+0000 mon.a (mon.0) 13089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:15 smithi105 bash[58125]: audit 2024-03-30T04:51:14.263571+0000 mon.a (mon.0) 13087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:15 smithi105 bash[58125]: audit 2024-03-30T04:51:14.273181+0000 mon.a (mon.0) 13088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:15.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:15 smithi105 bash[58125]: cluster 2024-03-30T04:51:14.275148+0000 mgr.y (mgr.25387) 6458 : cluster [DBG] pgmap v4239: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 751 B/s rd, 0 op/s 2024-03-30T04:51:15.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:15 smithi105 bash[58125]: cluster 2024-03-30T04:51:14.275425+0000 mgr.y (mgr.25387) 6459 : cluster [DBG] pgmap v4240: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 751 B/s rd, 0 op/s 2024-03-30T04:51:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:15 smithi105 bash[58125]: audit 2024-03-30T04:51:14.281881+0000 mon.a (mon.0) 13089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:17.067 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.068 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.068 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.069 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.069 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.069 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.070 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.070 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.070 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:16 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:17.070 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 systemd[1]: Stopping Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:51:17.329 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:51:17.329 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:51:17.329 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.193Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.194Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.194Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.194Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.194Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-03-30T04:51:17.330 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[52959]: ts=2024-03-30T04:51:17.194Z caller=main.go:1066 level=info msg="See you next time!" 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:17 smithi097 bash[69502]: cluster 2024-03-30T04:51:16.276347+0000 mgr.y (mgr.25387) 6460 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:17 smithi097 bash[73934]: cluster 2024-03-30T04:51:16.276347+0000 mgr.y (mgr.25387) 6460 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:17.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[58125]: cluster 2024-03-30T04:51:16.276347+0000 mgr.y (mgr.25387) 6460 : cluster [DBG] pgmap v4241: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-03-30T04:51:18.198 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:17 smithi105 bash[82560]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:51:18.198 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:18 smithi105 bash[82620]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:51:18.198 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service: Deactivated successfully. 2024-03-30T04:51:18.198 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: Stopped Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:18.458 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.458 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.459 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.459 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.459 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.460 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:18.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: Started Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:18.460 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.277440+0000 mgr.y (mgr.25387) 6461 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 0 op/s 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.377542+0000 mon.a (mon.0) 13090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.389550+0000 mon.a (mon.0) 13091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.442654+0000 mon.a (mon.0) 13092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.448326+0000 mon.a (mon.0) 13093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.450149+0000 mon.a (mon.0) 13094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.453551+0000 mgr.y (mgr.25387) 6462 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 665 B/s rd, 0 op/s 2024-03-30T04:51:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.454054+0000 mgr.y (mgr.25387) 6463 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 900 B/s rd, 0 op/s 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.463146+0000 mon.a (mon.0) 13095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:18.464210+0000 mgr.y (mgr.25387) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.549195+0000 mon.a (mon.0) 13096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.550252+0000 mgr.y (mgr.25387) 6465 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.568030+0000 mon.a (mon.0) 13097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.573014+0000 mon.a (mon.0) 13098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.575841+0000 mon.a (mon.0) 13099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.581440+0000 mon.a (mon.0) 13100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.583303+0000 mon.a (mon.0) 13101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.586570+0000 mgr.y (mgr.25387) 6466 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.277440+0000 mgr.y (mgr.25387) 6461 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 0 op/s 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.377542+0000 mon.a (mon.0) 13090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.389550+0000 mon.a (mon.0) 13091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.442654+0000 mon.a (mon.0) 13092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.448326+0000 mon.a (mon.0) 13093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.450149+0000 mon.a (mon.0) 13094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.453551+0000 mgr.y (mgr.25387) 6462 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 665 B/s rd, 0 op/s 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.454054+0000 mgr.y (mgr.25387) 6463 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 900 B/s rd, 0 op/s 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.463146+0000 mon.a (mon.0) 13095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:18.464210+0000 mgr.y (mgr.25387) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.549195+0000 mon.a (mon.0) 13096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.550252+0000 mgr.y (mgr.25387) 6465 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:51:19.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.568030+0000 mon.a (mon.0) 13097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.573014+0000 mon.a (mon.0) 13098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.575841+0000 mon.a (mon.0) 13099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.581440+0000 mon.a (mon.0) 13100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.583303+0000 mon.a (mon.0) 13101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.586570+0000 mgr.y (mgr.25387) 6466 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.587280+0000 mgr.y (mgr.25387) 6467 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.596444+0000 mon.a (mon.0) 13102 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:18.597347+0000 mgr.y (mgr.25387) 6468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.676305+0000 mon.a (mon.0) 13103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.679555+0000 mon.a (mon.0) 13104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.681222+0000 mon.a (mon.0) 13105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.685461+0000 mon.a (mon.0) 13106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.686706+0000 mon.a (mon.0) 13107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.688929+0000 mgr.y (mgr.25387) 6469 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.689395+0000 mgr.y (mgr.25387) 6470 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.697635+0000 mon.a (mon.0) 13108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:18.698569+0000 mgr.y (mgr.25387) 6471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.781064+0000 mon.a (mon.0) 13109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.784674+0000 mon.a (mon.0) 13110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.786229+0000 mon.a (mon.0) 13111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.789802+0000 mon.a (mon.0) 13112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.790920+0000 mon.a (mon.0) 13113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.793285+0000 mgr.y (mgr.25387) 6472 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.793807+0000 mgr.y (mgr.25387) 6473 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.801452+0000 mon.a (mon.0) 13114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.630 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.587280+0000 mgr.y (mgr.25387) 6467 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.596444+0000 mon.a (mon.0) 13102 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:18.597347+0000 mgr.y (mgr.25387) 6468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.676305+0000 mon.a (mon.0) 13103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.679555+0000 mon.a (mon.0) 13104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.681222+0000 mon.a (mon.0) 13105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.685461+0000 mon.a (mon.0) 13106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.686706+0000 mon.a (mon.0) 13107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.688929+0000 mgr.y (mgr.25387) 6469 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.689395+0000 mgr.y (mgr.25387) 6470 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.697635+0000 mon.a (mon.0) 13108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:18.698569+0000 mgr.y (mgr.25387) 6471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.781064+0000 mon.a (mon.0) 13109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.784674+0000 mon.a (mon.0) 13110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.786229+0000 mon.a (mon.0) 13111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.789802+0000 mon.a (mon.0) 13112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.790920+0000 mon.a (mon.0) 13113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.793285+0000 mgr.y (mgr.25387) 6472 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.793807+0000 mgr.y (mgr.25387) 6473 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.801452+0000 mon.a (mon.0) 13114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:18.802204+0000 mgr.y (mgr.25387) 6474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.878180+0000 mon.a (mon.0) 13115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.880613+0000 mon.a (mon.0) 13116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.882157+0000 mon.a (mon.0) 13117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.885404+0000 mon.a (mon.0) 13118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.632 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.886311+0000 mon.a (mon.0) 13119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.888923+0000 mgr.y (mgr.25387) 6475 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.889581+0000 mgr.y (mgr.25387) 6476 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.895912+0000 mon.a (mon.0) 13120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:18.896976+0000 mgr.y (mgr.25387) 6477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.955814+0000 mon.a (mon.0) 13121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.957981+0000 mon.a (mon.0) 13122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.959066+0000 mon.a (mon.0) 13123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.961845+0000 mon.a (mon.0) 13124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.962771+0000 mon.a (mon.0) 13125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.964736+0000 mgr.y (mgr.25387) 6478 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:18.965262+0000 mgr.y (mgr.25387) 6479 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:18.972658+0000 mon.a (mon.0) 13126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:18.973255+0000 mgr.y (mgr.25387) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.633 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.048099+0000 mon.a (mon.0) 13127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:18.802204+0000 mgr.y (mgr.25387) 6474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.878180+0000 mon.a (mon.0) 13115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.880613+0000 mon.a (mon.0) 13116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.882157+0000 mon.a (mon.0) 13117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.885404+0000 mon.a (mon.0) 13118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.886311+0000 mon.a (mon.0) 13119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.888923+0000 mgr.y (mgr.25387) 6475 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.889581+0000 mgr.y (mgr.25387) 6476 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.895912+0000 mon.a (mon.0) 13120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:18.896976+0000 mgr.y (mgr.25387) 6477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.955814+0000 mon.a (mon.0) 13121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.957981+0000 mon.a (mon.0) 13122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.959066+0000 mon.a (mon.0) 13123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.961845+0000 mon.a (mon.0) 13124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.962771+0000 mon.a (mon.0) 13125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.964736+0000 mgr.y (mgr.25387) 6478 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:18.965262+0000 mgr.y (mgr.25387) 6479 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:18.972658+0000 mon.a (mon.0) 13126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:18.973255+0000 mgr.y (mgr.25387) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.048099+0000 mon.a (mon.0) 13127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.050962+0000 mon.a (mon.0) 13128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.052318+0000 mon.a (mon.0) 13129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.055257+0000 mon.a (mon.0) 13130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.056221+0000 mon.a (mon.0) 13131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.057940+0000 mgr.y (mgr.25387) 6481 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.058233+0000 mgr.y (mgr.25387) 6482 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.067793+0000 mon.a (mon.0) 13132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.068420+0000 mgr.y (mgr.25387) 6483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.156432+0000 mon.a (mon.0) 13133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.160702+0000 mon.a (mon.0) 13134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.162641+0000 mon.a (mon.0) 13135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.166858+0000 mon.a (mon.0) 13136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.168242+0000 mon.a (mon.0) 13137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.171199+0000 mgr.y (mgr.25387) 6484 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.171844+0000 mgr.y (mgr.25387) 6485 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.180869+0000 mon.a (mon.0) 13138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.181796+0000 mgr.y (mgr.25387) 6486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.271274+0000 mon.a (mon.0) 13139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.276055+0000 mon.a (mon.0) 13140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.050962+0000 mon.a (mon.0) 13128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.052318+0000 mon.a (mon.0) 13129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.055257+0000 mon.a (mon.0) 13130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.056221+0000 mon.a (mon.0) 13131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.057940+0000 mgr.y (mgr.25387) 6481 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.058233+0000 mgr.y (mgr.25387) 6482 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.067793+0000 mon.a (mon.0) 13132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.068420+0000 mgr.y (mgr.25387) 6483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.156432+0000 mon.a (mon.0) 13133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.160702+0000 mon.a (mon.0) 13134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.162641+0000 mon.a (mon.0) 13135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.166858+0000 mon.a (mon.0) 13136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.168242+0000 mon.a (mon.0) 13137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.171199+0000 mgr.y (mgr.25387) 6484 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.171844+0000 mgr.y (mgr.25387) 6485 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.180869+0000 mon.a (mon.0) 13138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.181796+0000 mgr.y (mgr.25387) 6486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.271274+0000 mon.a (mon.0) 13139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.276055+0000 mon.a (mon.0) 13140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.278285+0000 mon.a (mon.0) 13141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.283278+0000 mon.a (mon.0) 13142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.284819+0000 mon.a (mon.0) 13143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[73934]: audit 2024-03-30T04:51:19.297408+0000 mon.a (mon.0) 13144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.278285+0000 mon.a (mon.0) 13141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.283278+0000 mon.a (mon.0) 13142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.284819+0000 mon.a (mon.0) 13143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.639 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:19 smithi097 bash[69502]: audit 2024-03-30T04:51:19.297408+0000 mon.a (mon.0) 13144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.277440+0000 mgr.y (mgr.25387) 6461 : cluster [DBG] pgmap v4242: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 681 B/s rd, 0 op/s 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.377542+0000 mon.a (mon.0) 13090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.389550+0000 mon.a (mon.0) 13091 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.442654+0000 mon.a (mon.0) 13092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.448326+0000 mon.a (mon.0) 13093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.450149+0000 mon.a (mon.0) 13094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.453551+0000 mgr.y (mgr.25387) 6462 : cluster [DBG] pgmap v4243: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 665 B/s rd, 0 op/s 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.454054+0000 mgr.y (mgr.25387) 6463 : cluster [DBG] pgmap v4244: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 900 B/s rd, 0 op/s 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.463146+0000 mon.a (mon.0) 13095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:18.464210+0000 mgr.y (mgr.25387) 6464 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.549195+0000 mon.a (mon.0) 13096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:51:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.550252+0000 mgr.y (mgr.25387) 6465 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.568030+0000 mon.a (mon.0) 13097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.573014+0000 mon.a (mon.0) 13098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.575841+0000 mon.a (mon.0) 13099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.581440+0000 mon.a (mon.0) 13100 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.583303+0000 mon.a (mon.0) 13101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.586570+0000 mgr.y (mgr.25387) 6466 : cluster [DBG] pgmap v4245: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.587280+0000 mgr.y (mgr.25387) 6467 : cluster [DBG] pgmap v4246: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.596444+0000 mon.a (mon.0) 13102 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:18.597347+0000 mgr.y (mgr.25387) 6468 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.676305+0000 mon.a (mon.0) 13103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.679555+0000 mon.a (mon.0) 13104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.681222+0000 mon.a (mon.0) 13105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.685461+0000 mon.a (mon.0) 13106 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.686706+0000 mon.a (mon.0) 13107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.688929+0000 mgr.y (mgr.25387) 6469 : cluster [DBG] pgmap v4247: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.689395+0000 mgr.y (mgr.25387) 6470 : cluster [DBG] pgmap v4248: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.697635+0000 mon.a (mon.0) 13108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:18.698569+0000 mgr.y (mgr.25387) 6471 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.781064+0000 mon.a (mon.0) 13109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.784674+0000 mon.a (mon.0) 13110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.786229+0000 mon.a (mon.0) 13111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.789802+0000 mon.a (mon.0) 13112 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.790920+0000 mon.a (mon.0) 13113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.793285+0000 mgr.y (mgr.25387) 6472 : cluster [DBG] pgmap v4249: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.793807+0000 mgr.y (mgr.25387) 6473 : cluster [DBG] pgmap v4250: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.801452+0000 mon.a (mon.0) 13114 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:18.802204+0000 mgr.y (mgr.25387) 6474 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.878180+0000 mon.a (mon.0) 13115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.880613+0000 mon.a (mon.0) 13116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.882157+0000 mon.a (mon.0) 13117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.885404+0000 mon.a (mon.0) 13118 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.886311+0000 mon.a (mon.0) 13119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.888923+0000 mgr.y (mgr.25387) 6475 : cluster [DBG] pgmap v4251: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.889581+0000 mgr.y (mgr.25387) 6476 : cluster [DBG] pgmap v4252: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.895912+0000 mon.a (mon.0) 13120 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:18.896976+0000 mgr.y (mgr.25387) 6477 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.955814+0000 mon.a (mon.0) 13121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.957981+0000 mon.a (mon.0) 13122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.959066+0000 mon.a (mon.0) 13123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.961845+0000 mon.a (mon.0) 13124 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.962771+0000 mon.a (mon.0) 13125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.964736+0000 mgr.y (mgr.25387) 6478 : cluster [DBG] pgmap v4253: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:18.965262+0000 mgr.y (mgr.25387) 6479 : cluster [DBG] pgmap v4254: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:18.972658+0000 mon.a (mon.0) 13126 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:18.973255+0000 mgr.y (mgr.25387) 6480 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.048099+0000 mon.a (mon.0) 13127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.050962+0000 mon.a (mon.0) 13128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.052318+0000 mon.a (mon.0) 13129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.055257+0000 mon.a (mon.0) 13130 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.056221+0000 mon.a (mon.0) 13131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.057940+0000 mgr.y (mgr.25387) 6481 : cluster [DBG] pgmap v4255: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.058233+0000 mgr.y (mgr.25387) 6482 : cluster [DBG] pgmap v4256: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.067793+0000 mon.a (mon.0) 13132 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.068420+0000 mgr.y (mgr.25387) 6483 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.156432+0000 mon.a (mon.0) 13133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.160702+0000 mon.a (mon.0) 13134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.162641+0000 mon.a (mon.0) 13135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.166858+0000 mon.a (mon.0) 13136 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.168242+0000 mon.a (mon.0) 13137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.171199+0000 mgr.y (mgr.25387) 6484 : cluster [DBG] pgmap v4257: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.171844+0000 mgr.y (mgr.25387) 6485 : cluster [DBG] pgmap v4258: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.180869+0000 mon.a (mon.0) 13138 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.181796+0000 mgr.y (mgr.25387) 6486 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.271274+0000 mon.a (mon.0) 13139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.276055+0000 mon.a (mon.0) 13140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.278285+0000 mon.a (mon.0) 13141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.283278+0000 mon.a (mon.0) 13142 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.284819+0000 mon.a (mon.0) 13143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:19.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[58125]: audit 2024-03-30T04:51:19.297408+0000 mon.a (mon.0) 13144 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.208 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.864Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.864Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.864Z caller=main.go:570 level=info host_details="(Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 smithi105 (none))" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.864Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.864Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.867Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.867Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.868Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.868Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.870Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.870Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.771µs 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.870Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.870Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.898Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-03-30T04:51:20.209 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.906Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.925Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.925Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.925Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.25µs wal_replay_duration=55.041522ms wbl_replay_duration=147ns total_replay_duration=55.090776ms 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.930Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.930Z caller=main.go:1029 level=info msg="TSDB started" 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.930Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.953Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=23.283103ms db_storage=933ns remote_storage=1.293µs web_handler=458ns query_engine=833ns scrape=265.868µs scrape_sd=105.079µs notify=11.868µs notify_sd=9.079µs rules=22.280295ms tracing=7.573µs 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.953Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-03-30T04:51:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:19 smithi105 bash[82677]: ts=2024-03-30T04:51:19.953Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-03-30T04:51:20.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.287637+0000 mgr.y (mgr.25387) 6487 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.288305+0000 mgr.y (mgr.25387) 6488 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.298384+0000 mgr.y (mgr.25387) 6489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.394879+0000 mon.a (mon.0) 13145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.403790+0000 mon.a (mon.0) 13146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.405728+0000 mon.a (mon.0) 13147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.409703+0000 mon.a (mon.0) 13148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.410790+0000 mon.a (mon.0) 13149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.413061+0000 mgr.y (mgr.25387) 6490 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.413433+0000 mgr.y (mgr.25387) 6491 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.423264+0000 mon.a (mon.0) 13150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.424020+0000 mgr.y (mgr.25387) 6492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.502708+0000 mon.a (mon.0) 13151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.506203+0000 mon.a (mon.0) 13152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.507889+0000 mon.a (mon.0) 13153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.510559+0000 mon.a (mon.0) 13154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.511405+0000 mon.a (mon.0) 13155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.513219+0000 mgr.y (mgr.25387) 6493 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.513480+0000 mgr.y (mgr.25387) 6494 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.287637+0000 mgr.y (mgr.25387) 6487 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.288305+0000 mgr.y (mgr.25387) 6488 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.298384+0000 mgr.y (mgr.25387) 6489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.394879+0000 mon.a (mon.0) 13145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.403790+0000 mon.a (mon.0) 13146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.405728+0000 mon.a (mon.0) 13147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.409703+0000 mon.a (mon.0) 13148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.410790+0000 mon.a (mon.0) 13149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.413061+0000 mgr.y (mgr.25387) 6490 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.413433+0000 mgr.y (mgr.25387) 6491 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.423264+0000 mon.a (mon.0) 13150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.424020+0000 mgr.y (mgr.25387) 6492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.502708+0000 mon.a (mon.0) 13151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.506203+0000 mon.a (mon.0) 13152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.507889+0000 mon.a (mon.0) 13153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.510559+0000 mon.a (mon.0) 13154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.511405+0000 mon.a (mon.0) 13155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.513219+0000 mgr.y (mgr.25387) 6493 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.629 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.513480+0000 mgr.y (mgr.25387) 6494 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.524349+0000 mon.a (mon.0) 13156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.524975+0000 mgr.y (mgr.25387) 6495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.601016+0000 mon.a (mon.0) 13157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.604012+0000 mon.a (mon.0) 13158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.605885+0000 mon.a (mon.0) 13159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.608879+0000 mon.a (mon.0) 13160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.609767+0000 mon.a (mon.0) 13161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.611464+0000 mgr.y (mgr.25387) 6496 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.611778+0000 mgr.y (mgr.25387) 6497 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.621986+0000 mon.a (mon.0) 13162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.622539+0000 mgr.y (mgr.25387) 6498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.630 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.699466+0000 mon.a (mon.0) 13163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.702086+0000 mon.a (mon.0) 13164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.703266+0000 mon.a (mon.0) 13165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.707253+0000 mon.a (mon.0) 13166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.708460+0000 mon.a (mon.0) 13167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.710641+0000 mgr.y (mgr.25387) 6499 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.711104+0000 mgr.y (mgr.25387) 6500 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.720098+0000 mon.a (mon.0) 13168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.631 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.524349+0000 mon.a (mon.0) 13156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.524975+0000 mgr.y (mgr.25387) 6495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.601016+0000 mon.a (mon.0) 13157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.604012+0000 mon.a (mon.0) 13158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.605885+0000 mon.a (mon.0) 13159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.608879+0000 mon.a (mon.0) 13160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.609767+0000 mon.a (mon.0) 13161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.611464+0000 mgr.y (mgr.25387) 6496 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.611778+0000 mgr.y (mgr.25387) 6497 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.621986+0000 mon.a (mon.0) 13162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.622539+0000 mgr.y (mgr.25387) 6498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.699466+0000 mon.a (mon.0) 13163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.702086+0000 mon.a (mon.0) 13164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.632 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.703266+0000 mon.a (mon.0) 13165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.707253+0000 mon.a (mon.0) 13166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.708460+0000 mon.a (mon.0) 13167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.710641+0000 mgr.y (mgr.25387) 6499 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.711104+0000 mgr.y (mgr.25387) 6500 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.720098+0000 mon.a (mon.0) 13168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.720959+0000 mgr.y (mgr.25387) 6501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.781586+0000 mon.a (mon.0) 13169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.784490+0000 mon.a (mon.0) 13170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.785899+0000 mon.a (mon.0) 13171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.633 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.788244+0000 mon.a (mon.0) 13172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.789039+0000 mon.a (mon.0) 13173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.790497+0000 mgr.y (mgr.25387) 6502 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.790762+0000 mgr.y (mgr.25387) 6503 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.797586+0000 mon.a (mon.0) 13174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.798117+0000 mgr.y (mgr.25387) 6504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.841436+0000 mon.a (mon.0) 13175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.843887+0000 mon.a (mon.0) 13176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.844819+0000 mon.a (mon.0) 13177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.847055+0000 mon.a (mon.0) 13178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.847774+0000 mon.a (mon.0) 13179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.634 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.849140+0000 mgr.y (mgr.25387) 6505 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.849407+0000 mgr.y (mgr.25387) 6506 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.855724+0000 mon.a (mon.0) 13180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.856499+0000 mgr.y (mgr.25387) 6507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.897035+0000 mon.a (mon.0) 13181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.720959+0000 mgr.y (mgr.25387) 6501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.781586+0000 mon.a (mon.0) 13169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.784490+0000 mon.a (mon.0) 13170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.785899+0000 mon.a (mon.0) 13171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.788244+0000 mon.a (mon.0) 13172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.789039+0000 mon.a (mon.0) 13173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.635 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.790497+0000 mgr.y (mgr.25387) 6502 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.790762+0000 mgr.y (mgr.25387) 6503 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.797586+0000 mon.a (mon.0) 13174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.798117+0000 mgr.y (mgr.25387) 6504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.841436+0000 mon.a (mon.0) 13175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.843887+0000 mon.a (mon.0) 13176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.844819+0000 mon.a (mon.0) 13177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.847055+0000 mon.a (mon.0) 13178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.847774+0000 mon.a (mon.0) 13179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.849140+0000 mgr.y (mgr.25387) 6505 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.849407+0000 mgr.y (mgr.25387) 6506 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.855724+0000 mon.a (mon.0) 13180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.856499+0000 mgr.y (mgr.25387) 6507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.636 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.897035+0000 mon.a (mon.0) 13181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.898913+0000 mon.a (mon.0) 13182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.899772+0000 mon.a (mon.0) 13183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.901755+0000 mon.a (mon.0) 13184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.902364+0000 mon.a (mon.0) 13185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.903597+0000 mgr.y (mgr.25387) 6508 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.903853+0000 mgr.y (mgr.25387) 6509 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.910490+0000 mon.a (mon.0) 13186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.910921+0000 mgr.y (mgr.25387) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.969633+0000 mon.a (mon.0) 13187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.637 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.971693+0000 mon.a (mon.0) 13188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.972720+0000 mon.a (mon.0) 13189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.974946+0000 mon.a (mon.0) 13190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.975664+0000 mon.a (mon.0) 13191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.976945+0000 mgr.y (mgr.25387) 6511 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:19.977200+0000 mgr.y (mgr.25387) 6512 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:19.983675+0000 mon.a (mon.0) 13192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:19.984163+0000 mgr.y (mgr.25387) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.062602+0000 mon.a (mon.0) 13193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.065064+0000 mon.a (mon.0) 13194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.898913+0000 mon.a (mon.0) 13182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.638 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.899772+0000 mon.a (mon.0) 13183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.901755+0000 mon.a (mon.0) 13184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.902364+0000 mon.a (mon.0) 13185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.903597+0000 mgr.y (mgr.25387) 6508 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.903853+0000 mgr.y (mgr.25387) 6509 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.910490+0000 mon.a (mon.0) 13186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.910921+0000 mgr.y (mgr.25387) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.969633+0000 mon.a (mon.0) 13187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.971693+0000 mon.a (mon.0) 13188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.972720+0000 mon.a (mon.0) 13189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.974946+0000 mon.a (mon.0) 13190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.975664+0000 mon.a (mon.0) 13191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.976945+0000 mgr.y (mgr.25387) 6511 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:19.977200+0000 mgr.y (mgr.25387) 6512 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:19.983675+0000 mon.a (mon.0) 13192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.639 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:19.984163+0000 mgr.y (mgr.25387) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.062602+0000 mon.a (mon.0) 13193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.065064+0000 mon.a (mon.0) 13194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.066052+0000 mon.a (mon.0) 13195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.068791+0000 mon.a (mon.0) 13196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.069542+0000 mon.a (mon.0) 13197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.071003+0000 mgr.y (mgr.25387) 6514 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.640 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.071198+0000 mgr.y (mgr.25387) 6515 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.077931+0000 mon.a (mon.0) 13198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.078500+0000 mgr.y (mgr.25387) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.152906+0000 mgr.y (mgr.25387) 6517 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.156285+0000 mon.a (mon.0) 13199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.158643+0000 mon.a (mon.0) 13200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.159872+0000 mon.a (mon.0) 13201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.162058+0000 mon.a (mon.0) 13202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.162858+0000 mon.a (mon.0) 13203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.164528+0000 mgr.y (mgr.25387) 6518 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.165072+0000 mgr.y (mgr.25387) 6519 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.170780+0000 mon.a (mon.0) 13204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.171390+0000 mgr.y (mgr.25387) 6520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.245773+0000 mon.a (mon.0) 13205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.641 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.248733+0000 mon.a (mon.0) 13206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.250178+0000 mon.a (mon.0) 13207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.252913+0000 mon.a (mon.0) 13208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.253932+0000 mon.a (mon.0) 13209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.263787+0000 mon.a (mon.0) 13210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.337237+0000 mon.a (mon.0) 13211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.339411+0000 mon.a (mon.0) 13212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.340555+0000 mon.a (mon.0) 13213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.343340+0000 mon.a (mon.0) 13214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.344139+0000 mon.a (mon.0) 13215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.642 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[69502]: audit 2024-03-30T04:51:20.349711+0000 mon.a (mon.0) 13216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.066052+0000 mon.a (mon.0) 13195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.068791+0000 mon.a (mon.0) 13196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.069542+0000 mon.a (mon.0) 13197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.071003+0000 mgr.y (mgr.25387) 6514 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.071198+0000 mgr.y (mgr.25387) 6515 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.077931+0000 mon.a (mon.0) 13198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.078500+0000 mgr.y (mgr.25387) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.152906+0000 mgr.y (mgr.25387) 6517 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.156285+0000 mon.a (mon.0) 13199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.158643+0000 mon.a (mon.0) 13200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.159872+0000 mon.a (mon.0) 13201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.162058+0000 mon.a (mon.0) 13202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.643 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.162858+0000 mon.a (mon.0) 13203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.164528+0000 mgr.y (mgr.25387) 6518 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.165072+0000 mgr.y (mgr.25387) 6519 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.170780+0000 mon.a (mon.0) 13204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.171390+0000 mgr.y (mgr.25387) 6520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.245773+0000 mon.a (mon.0) 13205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.248733+0000 mon.a (mon.0) 13206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.250178+0000 mon.a (mon.0) 13207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.252913+0000 mon.a (mon.0) 13208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.253932+0000 mon.a (mon.0) 13209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.263787+0000 mon.a (mon.0) 13210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.337237+0000 mon.a (mon.0) 13211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.339411+0000 mon.a (mon.0) 13212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.340555+0000 mon.a (mon.0) 13213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.644 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.343340+0000 mon.a (mon.0) 13214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.344139+0000 mon.a (mon.0) 13215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.645 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:20 smithi097 bash[73934]: audit 2024-03-30T04:51:20.349711+0000 mon.a (mon.0) 13216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.287637+0000 mgr.y (mgr.25387) 6487 : cluster [DBG] pgmap v4259: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.288305+0000 mgr.y (mgr.25387) 6488 : cluster [DBG] pgmap v4260: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.298384+0000 mgr.y (mgr.25387) 6489 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.394879+0000 mon.a (mon.0) 13145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.403790+0000 mon.a (mon.0) 13146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.405728+0000 mon.a (mon.0) 13147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.409703+0000 mon.a (mon.0) 13148 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.410790+0000 mon.a (mon.0) 13149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.413061+0000 mgr.y (mgr.25387) 6490 : cluster [DBG] pgmap v4261: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.413433+0000 mgr.y (mgr.25387) 6491 : cluster [DBG] pgmap v4262: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.423264+0000 mon.a (mon.0) 13150 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.424020+0000 mgr.y (mgr.25387) 6492 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.502708+0000 mon.a (mon.0) 13151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.506203+0000 mon.a (mon.0) 13152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.507889+0000 mon.a (mon.0) 13153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.510559+0000 mon.a (mon.0) 13154 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.511405+0000 mon.a (mon.0) 13155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.513219+0000 mgr.y (mgr.25387) 6493 : cluster [DBG] pgmap v4263: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.513480+0000 mgr.y (mgr.25387) 6494 : cluster [DBG] pgmap v4264: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.524349+0000 mon.a (mon.0) 13156 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.524975+0000 mgr.y (mgr.25387) 6495 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.601016+0000 mon.a (mon.0) 13157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.604012+0000 mon.a (mon.0) 13158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.605885+0000 mon.a (mon.0) 13159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.608879+0000 mon.a (mon.0) 13160 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.609767+0000 mon.a (mon.0) 13161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.611464+0000 mgr.y (mgr.25387) 6496 : cluster [DBG] pgmap v4265: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.611778+0000 mgr.y (mgr.25387) 6497 : cluster [DBG] pgmap v4266: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.621986+0000 mon.a (mon.0) 13162 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.622539+0000 mgr.y (mgr.25387) 6498 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.699466+0000 mon.a (mon.0) 13163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.702086+0000 mon.a (mon.0) 13164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.703266+0000 mon.a (mon.0) 13165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.707253+0000 mon.a (mon.0) 13166 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.708460+0000 mon.a (mon.0) 13167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.710641+0000 mgr.y (mgr.25387) 6499 : cluster [DBG] pgmap v4267: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.711104+0000 mgr.y (mgr.25387) 6500 : cluster [DBG] pgmap v4268: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.720098+0000 mon.a (mon.0) 13168 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.720959+0000 mgr.y (mgr.25387) 6501 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.781586+0000 mon.a (mon.0) 13169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.784490+0000 mon.a (mon.0) 13170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.785899+0000 mon.a (mon.0) 13171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.788244+0000 mon.a (mon.0) 13172 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.789039+0000 mon.a (mon.0) 13173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.790497+0000 mgr.y (mgr.25387) 6502 : cluster [DBG] pgmap v4269: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.790762+0000 mgr.y (mgr.25387) 6503 : cluster [DBG] pgmap v4270: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.797586+0000 mon.a (mon.0) 13174 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.798117+0000 mgr.y (mgr.25387) 6504 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.841436+0000 mon.a (mon.0) 13175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.843887+0000 mon.a (mon.0) 13176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.844819+0000 mon.a (mon.0) 13177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.847055+0000 mon.a (mon.0) 13178 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.847774+0000 mon.a (mon.0) 13179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.849140+0000 mgr.y (mgr.25387) 6505 : cluster [DBG] pgmap v4271: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.849407+0000 mgr.y (mgr.25387) 6506 : cluster [DBG] pgmap v4272: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.855724+0000 mon.a (mon.0) 13180 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.856499+0000 mgr.y (mgr.25387) 6507 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.897035+0000 mon.a (mon.0) 13181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.898913+0000 mon.a (mon.0) 13182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.899772+0000 mon.a (mon.0) 13183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.901755+0000 mon.a (mon.0) 13184 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.902364+0000 mon.a (mon.0) 13185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.903597+0000 mgr.y (mgr.25387) 6508 : cluster [DBG] pgmap v4273: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.903853+0000 mgr.y (mgr.25387) 6509 : cluster [DBG] pgmap v4274: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.910490+0000 mon.a (mon.0) 13186 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.910921+0000 mgr.y (mgr.25387) 6510 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.969633+0000 mon.a (mon.0) 13187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.971693+0000 mon.a (mon.0) 13188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.972720+0000 mon.a (mon.0) 13189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.974946+0000 mon.a (mon.0) 13190 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.975664+0000 mon.a (mon.0) 13191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.976945+0000 mgr.y (mgr.25387) 6511 : cluster [DBG] pgmap v4275: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:19.977200+0000 mgr.y (mgr.25387) 6512 : cluster [DBG] pgmap v4276: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:19.983675+0000 mon.a (mon.0) 13192 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:19.984163+0000 mgr.y (mgr.25387) 6513 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.062602+0000 mon.a (mon.0) 13193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.065064+0000 mon.a (mon.0) 13194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.066052+0000 mon.a (mon.0) 13195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.068791+0000 mon.a (mon.0) 13196 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.069542+0000 mon.a (mon.0) 13197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.071003+0000 mgr.y (mgr.25387) 6514 : cluster [DBG] pgmap v4277: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.071198+0000 mgr.y (mgr.25387) 6515 : cluster [DBG] pgmap v4278: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.077931+0000 mon.a (mon.0) 13198 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.078500+0000 mgr.y (mgr.25387) 6516 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.152906+0000 mgr.y (mgr.25387) 6517 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.156285+0000 mon.a (mon.0) 13199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.158643+0000 mon.a (mon.0) 13200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.159872+0000 mon.a (mon.0) 13201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.162058+0000 mon.a (mon.0) 13202 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.162858+0000 mon.a (mon.0) 13203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.164528+0000 mgr.y (mgr.25387) 6518 : cluster [DBG] pgmap v4279: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.165072+0000 mgr.y (mgr.25387) 6519 : cluster [DBG] pgmap v4280: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.170780+0000 mon.a (mon.0) 13204 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.171390+0000 mgr.y (mgr.25387) 6520 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.245773+0000 mon.a (mon.0) 13205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.248733+0000 mon.a (mon.0) 13206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.250178+0000 mon.a (mon.0) 13207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.252913+0000 mon.a (mon.0) 13208 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.253932+0000 mon.a (mon.0) 13209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.263787+0000 mon.a (mon.0) 13210 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.337237+0000 mon.a (mon.0) 13211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.339411+0000 mon.a (mon.0) 13212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.340555+0000 mon.a (mon.0) 13213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.343340+0000 mon.a (mon.0) 13214 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.344139+0000 mon.a (mon.0) 13215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:20.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:20 smithi105 bash[58125]: audit 2024-03-30T04:51:20.349711+0000 mon.a (mon.0) 13216 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.256067+0000 mgr.y (mgr.25387) 6521 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.256672+0000 mgr.y (mgr.25387) 6522 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.264332+0000 mgr.y (mgr.25387) 6523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.345957+0000 mgr.y (mgr.25387) 6524 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.350169+0000 mgr.y (mgr.25387) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.411392+0000 mon.a (mon.0) 13217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.413201+0000 mon.a (mon.0) 13218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.413980+0000 mon.a (mon.0) 13219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.415765+0000 mon.a (mon.0) 13220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.416352+0000 mon.a (mon.0) 13221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.417497+0000 mgr.y (mgr.25387) 6526 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.417744+0000 mgr.y (mgr.25387) 6527 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.421826+0000 mon.a (mon.0) 13222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.422223+0000 mgr.y (mgr.25387) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.462339+0000 mon.a (mon.0) 13223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.464313+0000 mon.a (mon.0) 13224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.465142+0000 mon.a (mon.0) 13225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.467157+0000 mon.a (mon.0) 13226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.467740+0000 mon.a (mon.0) 13227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.469167+0000 mgr.y (mgr.25387) 6529 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.469414+0000 mgr.y (mgr.25387) 6530 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.474887+0000 mon.a (mon.0) 13228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.475331+0000 mgr.y (mgr.25387) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.515957+0000 mon.a (mon.0) 13229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.518134+0000 mon.a (mon.0) 13230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.519118+0000 mon.a (mon.0) 13231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.521194+0000 mon.a (mon.0) 13232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.521907+0000 mon.a (mon.0) 13233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.523368+0000 mgr.y (mgr.25387) 6532 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.523746+0000 mgr.y (mgr.25387) 6533 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.528391+0000 mon.a (mon.0) 13234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.528837+0000 mgr.y (mgr.25387) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.605969+0000 mon.a (mon.0) 13235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.608457+0000 mon.a (mon.0) 13236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.609424+0000 mon.a (mon.0) 13237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.611447+0000 mon.a (mon.0) 13238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.612147+0000 mon.a (mon.0) 13239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.613608+0000 mgr.y (mgr.25387) 6535 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.613852+0000 mgr.y (mgr.25387) 6536 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.618589+0000 mon.a (mon.0) 13240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.618998+0000 mgr.y (mgr.25387) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.696463+0000 mon.a (mon.0) 13241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.699405+0000 mon.a (mon.0) 13242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.700704+0000 mon.a (mon.0) 13243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.703949+0000 mon.a (mon.0) 13244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.704823+0000 mon.a (mon.0) 13245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.706543+0000 mgr.y (mgr.25387) 6538 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.708928+0000 mgr.y (mgr.25387) 6539 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.713120+0000 mon.a (mon.0) 13246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.713691+0000 mgr.y (mgr.25387) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.786551+0000 mon.a (mon.0) 13247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.788378+0000 mon.a (mon.0) 13248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.789188+0000 mon.a (mon.0) 13249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.791081+0000 mon.a (mon.0) 13250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.791665+0000 mon.a (mon.0) 13251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.792885+0000 mgr.y (mgr.25387) 6541 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.793062+0000 mgr.y (mgr.25387) 6542 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.798775+0000 mon.a (mon.0) 13252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.799226+0000 mgr.y (mgr.25387) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.872849+0000 mon.a (mon.0) 13253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.874824+0000 mon.a (mon.0) 13254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.875918+0000 mon.a (mon.0) 13255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.878491+0000 mon.a (mon.0) 13256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.879319+0000 mon.a (mon.0) 13257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.880784+0000 mgr.y (mgr.25387) 6544 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.881001+0000 mgr.y (mgr.25387) 6545 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.886750+0000 mon.a (mon.0) 13258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.887224+0000 mgr.y (mgr.25387) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.959881+0000 mon.a (mon.0) 13259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.961762+0000 mon.a (mon.0) 13260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.962655+0000 mon.a (mon.0) 13261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.964617+0000 mon.a (mon.0) 13262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.965254+0000 mon.a (mon.0) 13263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.966785+0000 mgr.y (mgr.25387) 6547 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:20.967304+0000 mgr.y (mgr.25387) 6548 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:20.971558+0000 mon.a (mon.0) 13264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:20.972126+0000 mgr.y (mgr.25387) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.044401+0000 mon.a (mon.0) 13265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.046739+0000 mon.a (mon.0) 13266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.047840+0000 mon.a (mon.0) 13267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.049839+0000 mon.a (mon.0) 13268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.050454+0000 mon.a (mon.0) 13269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.052132+0000 mgr.y (mgr.25387) 6550 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.052685+0000 mgr.y (mgr.25387) 6551 : cluster [DBG] pgmap v4301: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.719 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.057023+0000 mon.a (mon.0) 13270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.057890+0000 mgr.y (mgr.25387) 6552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.101226+0000 mon.a (mon.0) 13271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.103538+0000 mon.a (mon.0) 13272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.104625+0000 mon.a (mon.0) 13273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.106866+0000 mon.a (mon.0) 13274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.107579+0000 mon.a (mon.0) 13275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.108879+0000 mgr.y (mgr.25387) 6553 : cluster [DBG] pgmap v4302: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.109081+0000 mgr.y (mgr.25387) 6554 : cluster [DBG] pgmap v4303: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.113600+0000 mon.a (mon.0) 13276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.114105+0000 mgr.y (mgr.25387) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.155089+0000 mon.a (mon.0) 13277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.156888+0000 mon.a (mon.0) 13278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.157670+0000 mon.a (mon.0) 13279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.159487+0000 mon.a (mon.0) 13280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.720 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.160077+0000 mon.a (mon.0) 13281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.161243+0000 mgr.y (mgr.25387) 6556 : cluster [DBG] pgmap v4304: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.161446+0000 mgr.y (mgr.25387) 6557 : cluster [DBG] pgmap v4305: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.166949+0000 mon.a (mon.0) 13282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.167422+0000 mgr.y (mgr.25387) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.207634+0000 mon.a (mon.0) 13283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.209399+0000 mon.a (mon.0) 13284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.210164+0000 mon.a (mon.0) 13285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.211939+0000 mon.a (mon.0) 13286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.212523+0000 mon.a (mon.0) 13287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.217750+0000 mon.a (mon.0) 13288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.259315+0000 mon.a (mon.0) 13289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.261303+0000 mon.a (mon.0) 13290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.262104+0000 mon.a (mon.0) 13291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.263916+0000 mon.a (mon.0) 13292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.264511+0000 mon.a (mon.0) 13293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.270500+0000 mon.a (mon.0) 13294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.721 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.311301+0000 mon.a (mon.0) 13295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.313427+0000 mon.a (mon.0) 13296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.314325+0000 mon.a (mon.0) 13297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.316405+0000 mon.a (mon.0) 13298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.317120+0000 mon.a (mon.0) 13299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.325931+0000 mon.a (mon.0) 13300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.367210+0000 mon.a (mon.0) 13301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.369185+0000 mon.a (mon.0) 13302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.370062+0000 mon.a (mon.0) 13303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.372032+0000 mon.a (mon.0) 13304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.372664+0000 mon.a (mon.0) 13305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.722 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:21 smithi105 bash[58125]: audit 2024-03-30T04:51:21.378392+0000 mon.a (mon.0) 13306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.256067+0000 mgr.y (mgr.25387) 6521 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.256672+0000 mgr.y (mgr.25387) 6522 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.264332+0000 mgr.y (mgr.25387) 6523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.345957+0000 mgr.y (mgr.25387) 6524 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.350169+0000 mgr.y (mgr.25387) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.411392+0000 mon.a (mon.0) 13217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.413201+0000 mon.a (mon.0) 13218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.413980+0000 mon.a (mon.0) 13219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.415765+0000 mon.a (mon.0) 13220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.416352+0000 mon.a (mon.0) 13221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.417497+0000 mgr.y (mgr.25387) 6526 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.417744+0000 mgr.y (mgr.25387) 6527 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.421826+0000 mon.a (mon.0) 13222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.422223+0000 mgr.y (mgr.25387) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.462339+0000 mon.a (mon.0) 13223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.464313+0000 mon.a (mon.0) 13224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.465142+0000 mon.a (mon.0) 13225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.467157+0000 mon.a (mon.0) 13226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.467740+0000 mon.a (mon.0) 13227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.469167+0000 mgr.y (mgr.25387) 6529 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.469414+0000 mgr.y (mgr.25387) 6530 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.474887+0000 mon.a (mon.0) 13228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.475331+0000 mgr.y (mgr.25387) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.515957+0000 mon.a (mon.0) 13229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.518134+0000 mon.a (mon.0) 13230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.519118+0000 mon.a (mon.0) 13231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.521194+0000 mon.a (mon.0) 13232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.521907+0000 mon.a (mon.0) 13233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.523368+0000 mgr.y (mgr.25387) 6532 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.523746+0000 mgr.y (mgr.25387) 6533 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.528391+0000 mon.a (mon.0) 13234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.528837+0000 mgr.y (mgr.25387) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.605969+0000 mon.a (mon.0) 13235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.608457+0000 mon.a (mon.0) 13236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.609424+0000 mon.a (mon.0) 13237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.611447+0000 mon.a (mon.0) 13238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.612147+0000 mon.a (mon.0) 13239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.613608+0000 mgr.y (mgr.25387) 6535 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.613852+0000 mgr.y (mgr.25387) 6536 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.618589+0000 mon.a (mon.0) 13240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.618998+0000 mgr.y (mgr.25387) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.696463+0000 mon.a (mon.0) 13241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.699405+0000 mon.a (mon.0) 13242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.700704+0000 mon.a (mon.0) 13243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.703949+0000 mon.a (mon.0) 13244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.704823+0000 mon.a (mon.0) 13245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.706543+0000 mgr.y (mgr.25387) 6538 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.708928+0000 mgr.y (mgr.25387) 6539 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.713120+0000 mon.a (mon.0) 13246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.713691+0000 mgr.y (mgr.25387) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.786551+0000 mon.a (mon.0) 13247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.788378+0000 mon.a (mon.0) 13248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.789188+0000 mon.a (mon.0) 13249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.791081+0000 mon.a (mon.0) 13250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.791665+0000 mon.a (mon.0) 13251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.792885+0000 mgr.y (mgr.25387) 6541 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.793062+0000 mgr.y (mgr.25387) 6542 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.798775+0000 mon.a (mon.0) 13252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.799226+0000 mgr.y (mgr.25387) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.872849+0000 mon.a (mon.0) 13253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.874824+0000 mon.a (mon.0) 13254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.875918+0000 mon.a (mon.0) 13255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.878491+0000 mon.a (mon.0) 13256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.879319+0000 mon.a (mon.0) 13257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.880784+0000 mgr.y (mgr.25387) 6544 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.881001+0000 mgr.y (mgr.25387) 6545 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.886750+0000 mon.a (mon.0) 13258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.887224+0000 mgr.y (mgr.25387) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.959881+0000 mon.a (mon.0) 13259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.961762+0000 mon.a (mon.0) 13260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.962655+0000 mon.a (mon.0) 13261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.964617+0000 mon.a (mon.0) 13262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.965254+0000 mon.a (mon.0) 13263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.966785+0000 mgr.y (mgr.25387) 6547 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:20.967304+0000 mgr.y (mgr.25387) 6548 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:20.971558+0000 mon.a (mon.0) 13264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:20.972126+0000 mgr.y (mgr.25387) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.256067+0000 mgr.y (mgr.25387) 6521 : cluster [DBG] pgmap v4281: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.256672+0000 mgr.y (mgr.25387) 6522 : cluster [DBG] pgmap v4282: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.264332+0000 mgr.y (mgr.25387) 6523 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.345957+0000 mgr.y (mgr.25387) 6524 : cluster [DBG] pgmap v4283: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.350169+0000 mgr.y (mgr.25387) 6525 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.411392+0000 mon.a (mon.0) 13217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.413201+0000 mon.a (mon.0) 13218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.413980+0000 mon.a (mon.0) 13219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.415765+0000 mon.a (mon.0) 13220 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.416352+0000 mon.a (mon.0) 13221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.417497+0000 mgr.y (mgr.25387) 6526 : cluster [DBG] pgmap v4284: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.417744+0000 mgr.y (mgr.25387) 6527 : cluster [DBG] pgmap v4285: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.421826+0000 mon.a (mon.0) 13222 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.422223+0000 mgr.y (mgr.25387) 6528 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.462339+0000 mon.a (mon.0) 13223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.464313+0000 mon.a (mon.0) 13224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.465142+0000 mon.a (mon.0) 13225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.467157+0000 mon.a (mon.0) 13226 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.467740+0000 mon.a (mon.0) 13227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.044401+0000 mon.a (mon.0) 13265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.046739+0000 mon.a (mon.0) 13266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.047840+0000 mon.a (mon.0) 13267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.049839+0000 mon.a (mon.0) 13268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.050454+0000 mon.a (mon.0) 13269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.052132+0000 mgr.y (mgr.25387) 6550 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.052685+0000 mgr.y (mgr.25387) 6551 : cluster [DBG] pgmap v4301: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.057023+0000 mon.a (mon.0) 13270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.057890+0000 mgr.y (mgr.25387) 6552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.101226+0000 mon.a (mon.0) 13271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.103538+0000 mon.a (mon.0) 13272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.104625+0000 mon.a (mon.0) 13273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.106866+0000 mon.a (mon.0) 13274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.107579+0000 mon.a (mon.0) 13275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.108879+0000 mgr.y (mgr.25387) 6553 : cluster [DBG] pgmap v4302: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.109081+0000 mgr.y (mgr.25387) 6554 : cluster [DBG] pgmap v4303: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.113600+0000 mon.a (mon.0) 13276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.114105+0000 mgr.y (mgr.25387) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.155089+0000 mon.a (mon.0) 13277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.156888+0000 mon.a (mon.0) 13278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.157670+0000 mon.a (mon.0) 13279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.159487+0000 mon.a (mon.0) 13280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.160077+0000 mon.a (mon.0) 13281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.161243+0000 mgr.y (mgr.25387) 6556 : cluster [DBG] pgmap v4304: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.161446+0000 mgr.y (mgr.25387) 6557 : cluster [DBG] pgmap v4305: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.166949+0000 mon.a (mon.0) 13282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.167422+0000 mgr.y (mgr.25387) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.207634+0000 mon.a (mon.0) 13283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.209399+0000 mon.a (mon.0) 13284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.210164+0000 mon.a (mon.0) 13285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.211939+0000 mon.a (mon.0) 13286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.212523+0000 mon.a (mon.0) 13287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.217750+0000 mon.a (mon.0) 13288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.259315+0000 mon.a (mon.0) 13289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.261303+0000 mon.a (mon.0) 13290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.262104+0000 mon.a (mon.0) 13291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.263916+0000 mon.a (mon.0) 13292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.264511+0000 mon.a (mon.0) 13293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.270500+0000 mon.a (mon.0) 13294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.311301+0000 mon.a (mon.0) 13295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.313427+0000 mon.a (mon.0) 13296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.314325+0000 mon.a (mon.0) 13297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.316405+0000 mon.a (mon.0) 13298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.317120+0000 mon.a (mon.0) 13299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.325931+0000 mon.a (mon.0) 13300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.367210+0000 mon.a (mon.0) 13301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.369185+0000 mon.a (mon.0) 13302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.370062+0000 mon.a (mon.0) 13303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.372032+0000 mon.a (mon.0) 13304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.372664+0000 mon.a (mon.0) 13305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[73934]: audit 2024-03-30T04:51:21.378392+0000 mon.a (mon.0) 13306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.469167+0000 mgr.y (mgr.25387) 6529 : cluster [DBG] pgmap v4286: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.469414+0000 mgr.y (mgr.25387) 6530 : cluster [DBG] pgmap v4287: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 23 op/s 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.474887+0000 mon.a (mon.0) 13228 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.475331+0000 mgr.y (mgr.25387) 6531 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.515957+0000 mon.a (mon.0) 13229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.518134+0000 mon.a (mon.0) 13230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.519118+0000 mon.a (mon.0) 13231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.521194+0000 mon.a (mon.0) 13232 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.521907+0000 mon.a (mon.0) 13233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.523368+0000 mgr.y (mgr.25387) 6532 : cluster [DBG] pgmap v4288: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 18 op/s 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.523746+0000 mgr.y (mgr.25387) 6533 : cluster [DBG] pgmap v4289: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 28 op/s 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.528391+0000 mon.a (mon.0) 13234 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.528837+0000 mgr.y (mgr.25387) 6534 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.605969+0000 mon.a (mon.0) 13235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.608457+0000 mon.a (mon.0) 13236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.609424+0000 mon.a (mon.0) 13237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.611447+0000 mon.a (mon.0) 13238 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.612147+0000 mon.a (mon.0) 13239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.613608+0000 mgr.y (mgr.25387) 6535 : cluster [DBG] pgmap v4290: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.613852+0000 mgr.y (mgr.25387) 6536 : cluster [DBG] pgmap v4291: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 25 op/s 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.618589+0000 mon.a (mon.0) 13240 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.618998+0000 mgr.y (mgr.25387) 6537 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.696463+0000 mon.a (mon.0) 13241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.699405+0000 mon.a (mon.0) 13242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.700704+0000 mon.a (mon.0) 13243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.703949+0000 mon.a (mon.0) 13244 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.704823+0000 mon.a (mon.0) 13245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.706543+0000 mgr.y (mgr.25387) 6538 : cluster [DBG] pgmap v4292: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.708928+0000 mgr.y (mgr.25387) 6539 : cluster [DBG] pgmap v4293: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.713120+0000 mon.a (mon.0) 13246 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.713691+0000 mgr.y (mgr.25387) 6540 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.786551+0000 mon.a (mon.0) 13247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.788378+0000 mon.a (mon.0) 13248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.789188+0000 mon.a (mon.0) 13249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.791081+0000 mon.a (mon.0) 13250 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.791665+0000 mon.a (mon.0) 13251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.792885+0000 mgr.y (mgr.25387) 6541 : cluster [DBG] pgmap v4294: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.793062+0000 mgr.y (mgr.25387) 6542 : cluster [DBG] pgmap v4295: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.798775+0000 mon.a (mon.0) 13252 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.799226+0000 mgr.y (mgr.25387) 6543 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.872849+0000 mon.a (mon.0) 13253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.874824+0000 mon.a (mon.0) 13254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.875918+0000 mon.a (mon.0) 13255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.878491+0000 mon.a (mon.0) 13256 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.879319+0000 mon.a (mon.0) 13257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.880784+0000 mgr.y (mgr.25387) 6544 : cluster [DBG] pgmap v4296: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.881001+0000 mgr.y (mgr.25387) 6545 : cluster [DBG] pgmap v4297: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.886750+0000 mon.a (mon.0) 13258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.887224+0000 mgr.y (mgr.25387) 6546 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.959881+0000 mon.a (mon.0) 13259 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.961762+0000 mon.a (mon.0) 13260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.962655+0000 mon.a (mon.0) 13261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.964617+0000 mon.a (mon.0) 13262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.965254+0000 mon.a (mon.0) 13263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.966785+0000 mgr.y (mgr.25387) 6547 : cluster [DBG] pgmap v4298: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:20.967304+0000 mgr.y (mgr.25387) 6548 : cluster [DBG] pgmap v4299: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:20.971558+0000 mon.a (mon.0) 13264 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:20.972126+0000 mgr.y (mgr.25387) 6549 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.044401+0000 mon.a (mon.0) 13265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.046739+0000 mon.a (mon.0) 13266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.047840+0000 mon.a (mon.0) 13267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.049839+0000 mon.a (mon.0) 13268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.050454+0000 mon.a (mon.0) 13269 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.052132+0000 mgr.y (mgr.25387) 6550 : cluster [DBG] pgmap v4300: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.052685+0000 mgr.y (mgr.25387) 6551 : cluster [DBG] pgmap v4301: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.057023+0000 mon.a (mon.0) 13270 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.057890+0000 mgr.y (mgr.25387) 6552 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.101226+0000 mon.a (mon.0) 13271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.103538+0000 mon.a (mon.0) 13272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.104625+0000 mon.a (mon.0) 13273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.106866+0000 mon.a (mon.0) 13274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.107579+0000 mon.a (mon.0) 13275 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.108879+0000 mgr.y (mgr.25387) 6553 : cluster [DBG] pgmap v4302: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.109081+0000 mgr.y (mgr.25387) 6554 : cluster [DBG] pgmap v4303: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.113600+0000 mon.a (mon.0) 13276 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.114105+0000 mgr.y (mgr.25387) 6555 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.155089+0000 mon.a (mon.0) 13277 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.156888+0000 mon.a (mon.0) 13278 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.157670+0000 mon.a (mon.0) 13279 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.159487+0000 mon.a (mon.0) 13280 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.160077+0000 mon.a (mon.0) 13281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.161243+0000 mgr.y (mgr.25387) 6556 : cluster [DBG] pgmap v4304: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.161446+0000 mgr.y (mgr.25387) 6557 : cluster [DBG] pgmap v4305: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:21.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.166949+0000 mon.a (mon.0) 13282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.167422+0000 mgr.y (mgr.25387) 6558 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.207634+0000 mon.a (mon.0) 13283 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.209399+0000 mon.a (mon.0) 13284 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.210164+0000 mon.a (mon.0) 13285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.211939+0000 mon.a (mon.0) 13286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.212523+0000 mon.a (mon.0) 13287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.217750+0000 mon.a (mon.0) 13288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.259315+0000 mon.a (mon.0) 13289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.261303+0000 mon.a (mon.0) 13290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.262104+0000 mon.a (mon.0) 13291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.263916+0000 mon.a (mon.0) 13292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.264511+0000 mon.a (mon.0) 13293 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.270500+0000 mon.a (mon.0) 13294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.311301+0000 mon.a (mon.0) 13295 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.313427+0000 mon.a (mon.0) 13296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.314325+0000 mon.a (mon.0) 13297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.316405+0000 mon.a (mon.0) 13298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.317120+0000 mon.a (mon.0) 13299 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.325931+0000 mon.a (mon.0) 13300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.367210+0000 mon.a (mon.0) 13301 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.369185+0000 mon.a (mon.0) 13302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.370062+0000 mon.a (mon.0) 13303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.372032+0000 mon.a (mon.0) 13304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.372664+0000 mon.a (mon.0) 13305 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:21.897 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:21 smithi097 bash[69502]: audit 2024-03-30T04:51:21.378392+0000 mon.a (mon.0) 13306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.213654+0000 mgr.y (mgr.25387) 6559 : cluster [DBG] pgmap v4306: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.213881+0000 mgr.y (mgr.25387) 6560 : cluster [DBG] pgmap v4307: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.218265+0000 mgr.y (mgr.25387) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.265659+0000 mgr.y (mgr.25387) 6562 : cluster [DBG] pgmap v4308: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.265873+0000 mgr.y (mgr.25387) 6563 : cluster [DBG] pgmap v4309: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.270921+0000 mgr.y (mgr.25387) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.318453+0000 mgr.y (mgr.25387) 6565 : cluster [DBG] pgmap v4310: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.318688+0000 mgr.y (mgr.25387) 6566 : cluster [DBG] pgmap v4311: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.326531+0000 mgr.y (mgr.25387) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.373960+0000 mgr.y (mgr.25387) 6568 : cluster [DBG] pgmap v4312: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.374221+0000 mgr.y (mgr.25387) 6569 : cluster [DBG] pgmap v4313: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.378819+0000 mgr.y (mgr.25387) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.436404+0000 mon.a (mon.0) 13307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.438297+0000 mon.a (mon.0) 13308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.439145+0000 mon.a (mon.0) 13309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.441056+0000 mon.a (mon.0) 13310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.441687+0000 mon.a (mon.0) 13311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.442873+0000 mgr.y (mgr.25387) 6571 : cluster [DBG] pgmap v4314: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.443151+0000 mgr.y (mgr.25387) 6572 : cluster [DBG] pgmap v4315: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.447955+0000 mon.a (mon.0) 13312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.448366+0000 mgr.y (mgr.25387) 6573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.488692+0000 mon.a (mon.0) 13313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.490435+0000 mon.a (mon.0) 13314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.491180+0000 mon.a (mon.0) 13315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.492914+0000 mon.a (mon.0) 13316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.493478+0000 mon.a (mon.0) 13317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.494590+0000 mgr.y (mgr.25387) 6574 : cluster [DBG] pgmap v4316: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.494782+0000 mgr.y (mgr.25387) 6575 : cluster [DBG] pgmap v4317: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.499470+0000 mon.a (mon.0) 13318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.499903+0000 mgr.y (mgr.25387) 6576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.540548+0000 mon.a (mon.0) 13319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.542309+0000 mon.a (mon.0) 13320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.543095+0000 mon.a (mon.0) 13321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.544851+0000 mon.a (mon.0) 13322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.545441+0000 mon.a (mon.0) 13323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.546613+0000 mgr.y (mgr.25387) 6577 : cluster [DBG] pgmap v4318: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.546810+0000 mgr.y (mgr.25387) 6578 : cluster [DBG] pgmap v4319: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.550770+0000 mon.a (mon.0) 13324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.551744+0000 mgr.y (mgr.25387) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.591813+0000 mon.a (mon.0) 13325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.593636+0000 mon.a (mon.0) 13326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.595234+0000 mon.a (mon.0) 13327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.597481+0000 mon.a (mon.0) 13328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.598054+0000 mon.a (mon.0) 13329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.599197+0000 mgr.y (mgr.25387) 6580 : cluster [DBG] pgmap v4320: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.599440+0000 mgr.y (mgr.25387) 6581 : cluster [DBG] pgmap v4321: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.603353+0000 mon.a (mon.0) 13330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.603743+0000 mgr.y (mgr.25387) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.643835+0000 mon.a (mon.0) 13331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.645978+0000 mon.a (mon.0) 13332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.646821+0000 mon.a (mon.0) 13333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.648918+0000 mon.a (mon.0) 13334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.649527+0000 mon.a (mon.0) 13335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.650762+0000 mgr.y (mgr.25387) 6583 : cluster [DBG] pgmap v4322: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.650964+0000 mgr.y (mgr.25387) 6584 : cluster [DBG] pgmap v4323: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.656446+0000 mon.a (mon.0) 13336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.656902+0000 mgr.y (mgr.25387) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.727798+0000 mon.a (mon.0) 13337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.731878+0000 mon.a (mon.0) 13338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.733622+0000 mon.a (mon.0) 13339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.737922+0000 mon.a (mon.0) 13340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.739153+0000 mon.a (mon.0) 13341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.741370+0000 mgr.y (mgr.25387) 6586 : cluster [DBG] pgmap v4324: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.741621+0000 mgr.y (mgr.25387) 6587 : cluster [DBG] pgmap v4325: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.750899+0000 mon.a (mon.0) 13342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.751841+0000 mgr.y (mgr.25387) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.843048+0000 mon.a (mon.0) 13343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.846973+0000 mon.a (mon.0) 13344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.848450+0000 mon.a (mon.0) 13345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.851697+0000 mon.a (mon.0) 13346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.852757+0000 mon.a (mon.0) 13347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.855029+0000 mgr.y (mgr.25387) 6589 : cluster [DBG] pgmap v4326: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.855499+0000 mgr.y (mgr.25387) 6590 : cluster [DBG] pgmap v4327: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.864841+0000 mon.a (mon.0) 13348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.865397+0000 mgr.y (mgr.25387) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.939941+0000 mon.a (mon.0) 13349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.941968+0000 mon.a (mon.0) 13350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.942886+0000 mon.a (mon.0) 13351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.945686+0000 mon.a (mon.0) 13352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.946537+0000 mon.a (mon.0) 13353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.948229+0000 mgr.y (mgr.25387) 6592 : cluster [DBG] pgmap v4328: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:21.948769+0000 mgr.y (mgr.25387) 6593 : cluster [DBG] pgmap v4329: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:21.955459+0000 mon.a (mon.0) 13354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:21.956029+0000 mgr.y (mgr.25387) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.029992+0000 mon.a (mon.0) 13355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.032073+0000 mon.a (mon.0) 13356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.033110+0000 mon.a (mon.0) 13357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.035453+0000 mon.a (mon.0) 13358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.036307+0000 mon.a (mon.0) 13359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.038603+0000 mgr.y (mgr.25387) 6595 : cluster [DBG] pgmap v4330: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.039120+0000 mgr.y (mgr.25387) 6596 : cluster [DBG] pgmap v4331: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.045105+0000 mon.a (mon.0) 13360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.045574+0000 mgr.y (mgr.25387) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.134031+0000 mon.a (mon.0) 13361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.138831+0000 mon.a (mon.0) 13362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.141383+0000 mon.a (mon.0) 13363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.146041+0000 mon.a (mon.0) 13364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.147513+0000 mon.a (mon.0) 13365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.150211+0000 mgr.y (mgr.25387) 6598 : cluster [DBG] pgmap v4332: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.150861+0000 mgr.y (mgr.25387) 6599 : cluster [DBG] pgmap v4333: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.161214+0000 mon.a (mon.0) 13366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.162094+0000 mgr.y (mgr.25387) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.238758+0000 mon.a (mon.0) 13367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.241281+0000 mon.a (mon.0) 13368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.242715+0000 mon.a (mon.0) 13369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.245524+0000 mon.a (mon.0) 13370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.246431+0000 mon.a (mon.0) 13371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.255310+0000 mon.a (mon.0) 13372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.316274+0000 mon.a (mon.0) 13373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.318704+0000 mon.a (mon.0) 13374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.320014+0000 mon.a (mon.0) 13375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.322336+0000 mon.a (mon.0) 13376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.323067+0000 mon.a (mon.0) 13377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.718 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:22 smithi105 bash[58125]: audit 2024-03-30T04:51:22.330104+0000 mon.a (mon.0) 13378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.213654+0000 mgr.y (mgr.25387) 6559 : cluster [DBG] pgmap v4306: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.213881+0000 mgr.y (mgr.25387) 6560 : cluster [DBG] pgmap v4307: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.218265+0000 mgr.y (mgr.25387) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.265659+0000 mgr.y (mgr.25387) 6562 : cluster [DBG] pgmap v4308: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.265873+0000 mgr.y (mgr.25387) 6563 : cluster [DBG] pgmap v4309: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.270921+0000 mgr.y (mgr.25387) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.318453+0000 mgr.y (mgr.25387) 6565 : cluster [DBG] pgmap v4310: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.318688+0000 mgr.y (mgr.25387) 6566 : cluster [DBG] pgmap v4311: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.326531+0000 mgr.y (mgr.25387) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.373960+0000 mgr.y (mgr.25387) 6568 : cluster [DBG] pgmap v4312: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.374221+0000 mgr.y (mgr.25387) 6569 : cluster [DBG] pgmap v4313: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.378819+0000 mgr.y (mgr.25387) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.436404+0000 mon.a (mon.0) 13307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.438297+0000 mon.a (mon.0) 13308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.439145+0000 mon.a (mon.0) 13309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.441056+0000 mon.a (mon.0) 13310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.441687+0000 mon.a (mon.0) 13311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.442873+0000 mgr.y (mgr.25387) 6571 : cluster [DBG] pgmap v4314: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.443151+0000 mgr.y (mgr.25387) 6572 : cluster [DBG] pgmap v4315: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.213654+0000 mgr.y (mgr.25387) 6559 : cluster [DBG] pgmap v4306: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.213881+0000 mgr.y (mgr.25387) 6560 : cluster [DBG] pgmap v4307: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.218265+0000 mgr.y (mgr.25387) 6561 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.265659+0000 mgr.y (mgr.25387) 6562 : cluster [DBG] pgmap v4308: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.265873+0000 mgr.y (mgr.25387) 6563 : cluster [DBG] pgmap v4309: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.270921+0000 mgr.y (mgr.25387) 6564 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.318453+0000 mgr.y (mgr.25387) 6565 : cluster [DBG] pgmap v4310: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.318688+0000 mgr.y (mgr.25387) 6566 : cluster [DBG] pgmap v4311: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.326531+0000 mgr.y (mgr.25387) 6567 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.373960+0000 mgr.y (mgr.25387) 6568 : cluster [DBG] pgmap v4312: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.374221+0000 mgr.y (mgr.25387) 6569 : cluster [DBG] pgmap v4313: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.378819+0000 mgr.y (mgr.25387) 6570 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.436404+0000 mon.a (mon.0) 13307 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.438297+0000 mon.a (mon.0) 13308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.439145+0000 mon.a (mon.0) 13309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.441056+0000 mon.a (mon.0) 13310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.441687+0000 mon.a (mon.0) 13311 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.442873+0000 mgr.y (mgr.25387) 6571 : cluster [DBG] pgmap v4314: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.443151+0000 mgr.y (mgr.25387) 6572 : cluster [DBG] pgmap v4315: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.447955+0000 mon.a (mon.0) 13312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.448366+0000 mgr.y (mgr.25387) 6573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.488692+0000 mon.a (mon.0) 13313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.490435+0000 mon.a (mon.0) 13314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.491180+0000 mon.a (mon.0) 13315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.492914+0000 mon.a (mon.0) 13316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.493478+0000 mon.a (mon.0) 13317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.494590+0000 mgr.y (mgr.25387) 6574 : cluster [DBG] pgmap v4316: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.494782+0000 mgr.y (mgr.25387) 6575 : cluster [DBG] pgmap v4317: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.499470+0000 mon.a (mon.0) 13318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.499903+0000 mgr.y (mgr.25387) 6576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.540548+0000 mon.a (mon.0) 13319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.542309+0000 mon.a (mon.0) 13320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.543095+0000 mon.a (mon.0) 13321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.544851+0000 mon.a (mon.0) 13322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.545441+0000 mon.a (mon.0) 13323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.546613+0000 mgr.y (mgr.25387) 6577 : cluster [DBG] pgmap v4318: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.546810+0000 mgr.y (mgr.25387) 6578 : cluster [DBG] pgmap v4319: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.550770+0000 mon.a (mon.0) 13324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.551744+0000 mgr.y (mgr.25387) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.447955+0000 mon.a (mon.0) 13312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.448366+0000 mgr.y (mgr.25387) 6573 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.488692+0000 mon.a (mon.0) 13313 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.881 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.490435+0000 mon.a (mon.0) 13314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.491180+0000 mon.a (mon.0) 13315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.492914+0000 mon.a (mon.0) 13316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.493478+0000 mon.a (mon.0) 13317 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.494590+0000 mgr.y (mgr.25387) 6574 : cluster [DBG] pgmap v4316: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.494782+0000 mgr.y (mgr.25387) 6575 : cluster [DBG] pgmap v4317: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.499470+0000 mon.a (mon.0) 13318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.499903+0000 mgr.y (mgr.25387) 6576 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.540548+0000 mon.a (mon.0) 13319 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.542309+0000 mon.a (mon.0) 13320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.543095+0000 mon.a (mon.0) 13321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.544851+0000 mon.a (mon.0) 13322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.545441+0000 mon.a (mon.0) 13323 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.546613+0000 mgr.y (mgr.25387) 6577 : cluster [DBG] pgmap v4318: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.546810+0000 mgr.y (mgr.25387) 6578 : cluster [DBG] pgmap v4319: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.550770+0000 mon.a (mon.0) 13324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.551744+0000 mgr.y (mgr.25387) 6579 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.591813+0000 mon.a (mon.0) 13325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.593636+0000 mon.a (mon.0) 13326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.595234+0000 mon.a (mon.0) 13327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.597481+0000 mon.a (mon.0) 13328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.598054+0000 mon.a (mon.0) 13329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.599197+0000 mgr.y (mgr.25387) 6580 : cluster [DBG] pgmap v4320: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.599440+0000 mgr.y (mgr.25387) 6581 : cluster [DBG] pgmap v4321: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.603353+0000 mon.a (mon.0) 13330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.603743+0000 mgr.y (mgr.25387) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.643835+0000 mon.a (mon.0) 13331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.645978+0000 mon.a (mon.0) 13332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.646821+0000 mon.a (mon.0) 13333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.648918+0000 mon.a (mon.0) 13334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.649527+0000 mon.a (mon.0) 13335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.650762+0000 mgr.y (mgr.25387) 6583 : cluster [DBG] pgmap v4322: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.650964+0000 mgr.y (mgr.25387) 6584 : cluster [DBG] pgmap v4323: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.656446+0000 mon.a (mon.0) 13336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.656902+0000 mgr.y (mgr.25387) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.727798+0000 mon.a (mon.0) 13337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.591813+0000 mon.a (mon.0) 13325 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.593636+0000 mon.a (mon.0) 13326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.595234+0000 mon.a (mon.0) 13327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.597481+0000 mon.a (mon.0) 13328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.598054+0000 mon.a (mon.0) 13329 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.599197+0000 mgr.y (mgr.25387) 6580 : cluster [DBG] pgmap v4320: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.599440+0000 mgr.y (mgr.25387) 6581 : cluster [DBG] pgmap v4321: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.603353+0000 mon.a (mon.0) 13330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.603743+0000 mgr.y (mgr.25387) 6582 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.643835+0000 mon.a (mon.0) 13331 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.645978+0000 mon.a (mon.0) 13332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.646821+0000 mon.a (mon.0) 13333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.648918+0000 mon.a (mon.0) 13334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.649527+0000 mon.a (mon.0) 13335 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.650762+0000 mgr.y (mgr.25387) 6583 : cluster [DBG] pgmap v4322: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.650964+0000 mgr.y (mgr.25387) 6584 : cluster [DBG] pgmap v4323: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.656446+0000 mon.a (mon.0) 13336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.656902+0000 mgr.y (mgr.25387) 6585 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.727798+0000 mon.a (mon.0) 13337 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.731878+0000 mon.a (mon.0) 13338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.733622+0000 mon.a (mon.0) 13339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.737922+0000 mon.a (mon.0) 13340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.739153+0000 mon.a (mon.0) 13341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.741370+0000 mgr.y (mgr.25387) 6586 : cluster [DBG] pgmap v4324: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.741621+0000 mgr.y (mgr.25387) 6587 : cluster [DBG] pgmap v4325: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.750899+0000 mon.a (mon.0) 13342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.751841+0000 mgr.y (mgr.25387) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.843048+0000 mon.a (mon.0) 13343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.846973+0000 mon.a (mon.0) 13344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.848450+0000 mon.a (mon.0) 13345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.851697+0000 mon.a (mon.0) 13346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.852757+0000 mon.a (mon.0) 13347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.855029+0000 mgr.y (mgr.25387) 6589 : cluster [DBG] pgmap v4326: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.855499+0000 mgr.y (mgr.25387) 6590 : cluster [DBG] pgmap v4327: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.864841+0000 mon.a (mon.0) 13348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.865397+0000 mgr.y (mgr.25387) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.939941+0000 mon.a (mon.0) 13349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.941968+0000 mon.a (mon.0) 13350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.942886+0000 mon.a (mon.0) 13351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.731878+0000 mon.a (mon.0) 13338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.733622+0000 mon.a (mon.0) 13339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.737922+0000 mon.a (mon.0) 13340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.739153+0000 mon.a (mon.0) 13341 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.741370+0000 mgr.y (mgr.25387) 6586 : cluster [DBG] pgmap v4324: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.741621+0000 mgr.y (mgr.25387) 6587 : cluster [DBG] pgmap v4325: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.750899+0000 mon.a (mon.0) 13342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.751841+0000 mgr.y (mgr.25387) 6588 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.843048+0000 mon.a (mon.0) 13343 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.846973+0000 mon.a (mon.0) 13344 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.848450+0000 mon.a (mon.0) 13345 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.851697+0000 mon.a (mon.0) 13346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.852757+0000 mon.a (mon.0) 13347 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.855029+0000 mgr.y (mgr.25387) 6589 : cluster [DBG] pgmap v4326: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.855499+0000 mgr.y (mgr.25387) 6590 : cluster [DBG] pgmap v4327: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.864841+0000 mon.a (mon.0) 13348 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.865397+0000 mgr.y (mgr.25387) 6591 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.939941+0000 mon.a (mon.0) 13349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.941968+0000 mon.a (mon.0) 13350 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.942886+0000 mon.a (mon.0) 13351 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.945686+0000 mon.a (mon.0) 13352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.946537+0000 mon.a (mon.0) 13353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.948229+0000 mgr.y (mgr.25387) 6592 : cluster [DBG] pgmap v4328: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:21.948769+0000 mgr.y (mgr.25387) 6593 : cluster [DBG] pgmap v4329: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:21.955459+0000 mon.a (mon.0) 13354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:21.956029+0000 mgr.y (mgr.25387) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.029992+0000 mon.a (mon.0) 13355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.032073+0000 mon.a (mon.0) 13356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.033110+0000 mon.a (mon.0) 13357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.035453+0000 mon.a (mon.0) 13358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.036307+0000 mon.a (mon.0) 13359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.038603+0000 mgr.y (mgr.25387) 6595 : cluster [DBG] pgmap v4330: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.039120+0000 mgr.y (mgr.25387) 6596 : cluster [DBG] pgmap v4331: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.045105+0000 mon.a (mon.0) 13360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.045574+0000 mgr.y (mgr.25387) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.134031+0000 mon.a (mon.0) 13361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.138831+0000 mon.a (mon.0) 13362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.141383+0000 mon.a (mon.0) 13363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.146041+0000 mon.a (mon.0) 13364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.945686+0000 mon.a (mon.0) 13352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.946537+0000 mon.a (mon.0) 13353 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.948229+0000 mgr.y (mgr.25387) 6592 : cluster [DBG] pgmap v4328: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:21.948769+0000 mgr.y (mgr.25387) 6593 : cluster [DBG] pgmap v4329: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:21.955459+0000 mon.a (mon.0) 13354 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:21.956029+0000 mgr.y (mgr.25387) 6594 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.029992+0000 mon.a (mon.0) 13355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.032073+0000 mon.a (mon.0) 13356 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.033110+0000 mon.a (mon.0) 13357 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.035453+0000 mon.a (mon.0) 13358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.036307+0000 mon.a (mon.0) 13359 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.038603+0000 mgr.y (mgr.25387) 6595 : cluster [DBG] pgmap v4330: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.039120+0000 mgr.y (mgr.25387) 6596 : cluster [DBG] pgmap v4331: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.045105+0000 mon.a (mon.0) 13360 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.045574+0000 mgr.y (mgr.25387) 6597 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.134031+0000 mon.a (mon.0) 13361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.138831+0000 mon.a (mon.0) 13362 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.141383+0000 mon.a (mon.0) 13363 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.146041+0000 mon.a (mon.0) 13364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.147513+0000 mon.a (mon.0) 13365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.150211+0000 mgr.y (mgr.25387) 6598 : cluster [DBG] pgmap v4332: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.150861+0000 mgr.y (mgr.25387) 6599 : cluster [DBG] pgmap v4333: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.161214+0000 mon.a (mon.0) 13366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.162094+0000 mgr.y (mgr.25387) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.238758+0000 mon.a (mon.0) 13367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.241281+0000 mon.a (mon.0) 13368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.242715+0000 mon.a (mon.0) 13369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.245524+0000 mon.a (mon.0) 13370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.246431+0000 mon.a (mon.0) 13371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.255310+0000 mon.a (mon.0) 13372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.316274+0000 mon.a (mon.0) 13373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.318704+0000 mon.a (mon.0) 13374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.320014+0000 mon.a (mon.0) 13375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.322336+0000 mon.a (mon.0) 13376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.323067+0000 mon.a (mon.0) 13377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[69502]: audit 2024-03-30T04:51:22.330104+0000 mon.a (mon.0) 13378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.147513+0000 mon.a (mon.0) 13365 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.150211+0000 mgr.y (mgr.25387) 6598 : cluster [DBG] pgmap v4332: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.150861+0000 mgr.y (mgr.25387) 6599 : cluster [DBG] pgmap v4333: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.161214+0000 mon.a (mon.0) 13366 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.162094+0000 mgr.y (mgr.25387) 6600 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.238758+0000 mon.a (mon.0) 13367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.241281+0000 mon.a (mon.0) 13368 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.242715+0000 mon.a (mon.0) 13369 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.245524+0000 mon.a (mon.0) 13370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.246431+0000 mon.a (mon.0) 13371 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.255310+0000 mon.a (mon.0) 13372 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.316274+0000 mon.a (mon.0) 13373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.318704+0000 mon.a (mon.0) 13374 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.320014+0000 mon.a (mon.0) 13375 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.322336+0000 mon.a (mon.0) 13376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.323067+0000 mon.a (mon.0) 13377 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:22.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:22 smithi097 bash[73934]: audit 2024-03-30T04:51:22.330104+0000 mon.a (mon.0) 13378 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.247978+0000 mgr.y (mgr.25387) 6601 : cluster [DBG] pgmap v4334: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.248268+0000 mgr.y (mgr.25387) 6602 : cluster [DBG] pgmap v4335: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.255831+0000 mgr.y (mgr.25387) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.324730+0000 mgr.y (mgr.25387) 6604 : cluster [DBG] pgmap v4336: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.325024+0000 mgr.y (mgr.25387) 6605 : cluster [DBG] pgmap v4337: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.330655+0000 mgr.y (mgr.25387) 6606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.413457+0000 mon.a (mon.0) 13379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.437145+0000 mon.a (mon.0) 13380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.439093+0000 mon.a (mon.0) 13381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.442860+0000 mon.a (mon.0) 13382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.444211+0000 mon.a (mon.0) 13383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.447053+0000 mgr.y (mgr.25387) 6607 : cluster [DBG] pgmap v4338: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.447308+0000 mgr.y (mgr.25387) 6608 : cluster [DBG] pgmap v4339: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.455100+0000 mon.a (mon.0) 13384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.455825+0000 mgr.y (mgr.25387) 6609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.542922+0000 mon.a (mon.0) 13385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.547103+0000 mon.a (mon.0) 13386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.549044+0000 mon.a (mon.0) 13387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.553422+0000 mon.a (mon.0) 13388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.554671+0000 mon.a (mon.0) 13389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.557064+0000 mgr.y (mgr.25387) 6610 : cluster [DBG] pgmap v4340: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.557301+0000 mgr.y (mgr.25387) 6611 : cluster [DBG] pgmap v4341: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.568086+0000 mon.a (mon.0) 13390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.568677+0000 mgr.y (mgr.25387) 6612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.644598+0000 mon.a (mon.0) 13391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.647626+0000 mon.a (mon.0) 13392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.649215+0000 mon.a (mon.0) 13393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.652208+0000 mon.a (mon.0) 13394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.653355+0000 mon.a (mon.0) 13395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.655152+0000 mgr.y (mgr.25387) 6613 : cluster [DBG] pgmap v4342: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.655457+0000 mgr.y (mgr.25387) 6614 : cluster [DBG] pgmap v4343: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.664376+0000 mon.a (mon.0) 13396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.664991+0000 mgr.y (mgr.25387) 6615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.743394+0000 mon.a (mon.0) 13397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.746734+0000 mon.a (mon.0) 13398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.748200+0000 mon.a (mon.0) 13399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.751571+0000 mon.a (mon.0) 13400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.752408+0000 mon.a (mon.0) 13401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.754257+0000 mgr.y (mgr.25387) 6616 : cluster [DBG] pgmap v4344: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.754578+0000 mgr.y (mgr.25387) 6617 : cluster [DBG] pgmap v4345: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.763479+0000 mon.a (mon.0) 13402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.764258+0000 mgr.y (mgr.25387) 6618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.844478+0000 mon.a (mon.0) 13403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.847937+0000 mon.a (mon.0) 13404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.848990+0000 mon.a (mon.0) 13405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.851534+0000 mon.a (mon.0) 13406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.852301+0000 mon.a (mon.0) 13407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.854045+0000 mgr.y (mgr.25387) 6619 : cluster [DBG] pgmap v4346: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.854588+0000 mgr.y (mgr.25387) 6620 : cluster [DBG] pgmap v4347: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.864439+0000 mon.a (mon.0) 13408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.865044+0000 mgr.y (mgr.25387) 6621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.954793+0000 mon.a (mon.0) 13409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.957674+0000 mon.a (mon.0) 13410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.959125+0000 mon.a (mon.0) 13411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.962589+0000 mon.a (mon.0) 13412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.963622+0000 mon.a (mon.0) 13413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.965619+0000 mgr.y (mgr.25387) 6622 : cluster [DBG] pgmap v4348: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:22.966261+0000 mgr.y (mgr.25387) 6623 : cluster [DBG] pgmap v4349: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:22.975294+0000 mon.a (mon.0) 13414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:22.975866+0000 mgr.y (mgr.25387) 6624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.048773+0000 mon.a (mon.0) 13415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.053143+0000 mon.a (mon.0) 13416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.054874+0000 mon.a (mon.0) 13417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.058922+0000 mon.a (mon.0) 13418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.060133+0000 mon.a (mon.0) 13419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.062808+0000 mgr.y (mgr.25387) 6625 : cluster [DBG] pgmap v4350: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.063461+0000 mgr.y (mgr.25387) 6626 : cluster [DBG] pgmap v4351: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.073754+0000 mon.a (mon.0) 13420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.074287+0000 mgr.y (mgr.25387) 6627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.162389+0000 mon.a (mon.0) 13421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.167175+0000 mon.a (mon.0) 13422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.169135+0000 mon.a (mon.0) 13423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.173973+0000 mon.a (mon.0) 13424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.175317+0000 mon.a (mon.0) 13425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.177906+0000 mgr.y (mgr.25387) 6628 : cluster [DBG] pgmap v4352: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.178539+0000 mgr.y (mgr.25387) 6629 : cluster [DBG] pgmap v4353: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.187551+0000 mon.a (mon.0) 13426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.188434+0000 mgr.y (mgr.25387) 6630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.262507+0000 mon.a (mon.0) 13427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.266619+0000 mon.a (mon.0) 13428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.268324+0000 mon.a (mon.0) 13429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.272130+0000 mon.a (mon.0) 13430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.273372+0000 mon.a (mon.0) 13431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.287621+0000 mon.a (mon.0) 13432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.376969+0000 mon.a (mon.0) 13433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.381269+0000 mon.a (mon.0) 13434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.383765+0000 mon.a (mon.0) 13435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.388370+0000 mon.a (mon.0) 13436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.389407+0000 mon.a (mon.0) 13437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:23 smithi105 bash[58125]: audit 2024-03-30T04:51:23.404301+0000 mon.a (mon.0) 13438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.247978+0000 mgr.y (mgr.25387) 6601 : cluster [DBG] pgmap v4334: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.248268+0000 mgr.y (mgr.25387) 6602 : cluster [DBG] pgmap v4335: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.255831+0000 mgr.y (mgr.25387) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.324730+0000 mgr.y (mgr.25387) 6604 : cluster [DBG] pgmap v4336: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.325024+0000 mgr.y (mgr.25387) 6605 : cluster [DBG] pgmap v4337: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.330655+0000 mgr.y (mgr.25387) 6606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.413457+0000 mon.a (mon.0) 13379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.437145+0000 mon.a (mon.0) 13380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.439093+0000 mon.a (mon.0) 13381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.442860+0000 mon.a (mon.0) 13382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.444211+0000 mon.a (mon.0) 13383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.447053+0000 mgr.y (mgr.25387) 6607 : cluster [DBG] pgmap v4338: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.447308+0000 mgr.y (mgr.25387) 6608 : cluster [DBG] pgmap v4339: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.455100+0000 mon.a (mon.0) 13384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.455825+0000 mgr.y (mgr.25387) 6609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.542922+0000 mon.a (mon.0) 13385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.547103+0000 mon.a (mon.0) 13386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.549044+0000 mon.a (mon.0) 13387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.553422+0000 mon.a (mon.0) 13388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.554671+0000 mon.a (mon.0) 13389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.557064+0000 mgr.y (mgr.25387) 6610 : cluster [DBG] pgmap v4340: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.557301+0000 mgr.y (mgr.25387) 6611 : cluster [DBG] pgmap v4341: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.568086+0000 mon.a (mon.0) 13390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.568677+0000 mgr.y (mgr.25387) 6612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.644598+0000 mon.a (mon.0) 13391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.647626+0000 mon.a (mon.0) 13392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.649215+0000 mon.a (mon.0) 13393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.652208+0000 mon.a (mon.0) 13394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.653355+0000 mon.a (mon.0) 13395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.655152+0000 mgr.y (mgr.25387) 6613 : cluster [DBG] pgmap v4342: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.655457+0000 mgr.y (mgr.25387) 6614 : cluster [DBG] pgmap v4343: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.664376+0000 mon.a (mon.0) 13396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.664991+0000 mgr.y (mgr.25387) 6615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.743394+0000 mon.a (mon.0) 13397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.746734+0000 mon.a (mon.0) 13398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.748200+0000 mon.a (mon.0) 13399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.751571+0000 mon.a (mon.0) 13400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.752408+0000 mon.a (mon.0) 13401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.754257+0000 mgr.y (mgr.25387) 6616 : cluster [DBG] pgmap v4344: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.754578+0000 mgr.y (mgr.25387) 6617 : cluster [DBG] pgmap v4345: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.763479+0000 mon.a (mon.0) 13402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.764258+0000 mgr.y (mgr.25387) 6618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.844478+0000 mon.a (mon.0) 13403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.847937+0000 mon.a (mon.0) 13404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.848990+0000 mon.a (mon.0) 13405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.851534+0000 mon.a (mon.0) 13406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.852301+0000 mon.a (mon.0) 13407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.854045+0000 mgr.y (mgr.25387) 6619 : cluster [DBG] pgmap v4346: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.854588+0000 mgr.y (mgr.25387) 6620 : cluster [DBG] pgmap v4347: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.864439+0000 mon.a (mon.0) 13408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.865044+0000 mgr.y (mgr.25387) 6621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.954793+0000 mon.a (mon.0) 13409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.957674+0000 mon.a (mon.0) 13410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.959125+0000 mon.a (mon.0) 13411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.962589+0000 mon.a (mon.0) 13412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.963622+0000 mon.a (mon.0) 13413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.965619+0000 mgr.y (mgr.25387) 6622 : cluster [DBG] pgmap v4348: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:22.966261+0000 mgr.y (mgr.25387) 6623 : cluster [DBG] pgmap v4349: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:22.975294+0000 mon.a (mon.0) 13414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:22.975866+0000 mgr.y (mgr.25387) 6624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.048773+0000 mon.a (mon.0) 13415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.053143+0000 mon.a (mon.0) 13416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.054874+0000 mon.a (mon.0) 13417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.058922+0000 mon.a (mon.0) 13418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.060133+0000 mon.a (mon.0) 13419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.062808+0000 mgr.y (mgr.25387) 6625 : cluster [DBG] pgmap v4350: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.063461+0000 mgr.y (mgr.25387) 6626 : cluster [DBG] pgmap v4351: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.073754+0000 mon.a (mon.0) 13420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.074287+0000 mgr.y (mgr.25387) 6627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.162389+0000 mon.a (mon.0) 13421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.167175+0000 mon.a (mon.0) 13422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.169135+0000 mon.a (mon.0) 13423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.173973+0000 mon.a (mon.0) 13424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.175317+0000 mon.a (mon.0) 13425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.177906+0000 mgr.y (mgr.25387) 6628 : cluster [DBG] pgmap v4352: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.178539+0000 mgr.y (mgr.25387) 6629 : cluster [DBG] pgmap v4353: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.187551+0000 mon.a (mon.0) 13426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.247978+0000 mgr.y (mgr.25387) 6601 : cluster [DBG] pgmap v4334: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.248268+0000 mgr.y (mgr.25387) 6602 : cluster [DBG] pgmap v4335: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.255831+0000 mgr.y (mgr.25387) 6603 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.324730+0000 mgr.y (mgr.25387) 6604 : cluster [DBG] pgmap v4336: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.325024+0000 mgr.y (mgr.25387) 6605 : cluster [DBG] pgmap v4337: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.330655+0000 mgr.y (mgr.25387) 6606 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.413457+0000 mon.a (mon.0) 13379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.437145+0000 mon.a (mon.0) 13380 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.439093+0000 mon.a (mon.0) 13381 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.442860+0000 mon.a (mon.0) 13382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.444211+0000 mon.a (mon.0) 13383 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.447053+0000 mgr.y (mgr.25387) 6607 : cluster [DBG] pgmap v4338: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.447308+0000 mgr.y (mgr.25387) 6608 : cluster [DBG] pgmap v4339: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.455100+0000 mon.a (mon.0) 13384 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.455825+0000 mgr.y (mgr.25387) 6609 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.542922+0000 mon.a (mon.0) 13385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.547103+0000 mon.a (mon.0) 13386 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.549044+0000 mon.a (mon.0) 13387 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.553422+0000 mon.a (mon.0) 13388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.188434+0000 mgr.y (mgr.25387) 6630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.262507+0000 mon.a (mon.0) 13427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.266619+0000 mon.a (mon.0) 13428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.268324+0000 mon.a (mon.0) 13429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.272130+0000 mon.a (mon.0) 13430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.273372+0000 mon.a (mon.0) 13431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.287621+0000 mon.a (mon.0) 13432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.376969+0000 mon.a (mon.0) 13433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.381269+0000 mon.a (mon.0) 13434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.383765+0000 mon.a (mon.0) 13435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.388370+0000 mon.a (mon.0) 13436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.389407+0000 mon.a (mon.0) 13437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.896 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[69502]: audit 2024-03-30T04:51:23.404301+0000 mon.a (mon.0) 13438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.554671+0000 mon.a (mon.0) 13389 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.557064+0000 mgr.y (mgr.25387) 6610 : cluster [DBG] pgmap v4340: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.557301+0000 mgr.y (mgr.25387) 6611 : cluster [DBG] pgmap v4341: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.568086+0000 mon.a (mon.0) 13390 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.568677+0000 mgr.y (mgr.25387) 6612 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.644598+0000 mon.a (mon.0) 13391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.897 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.647626+0000 mon.a (mon.0) 13392 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.649215+0000 mon.a (mon.0) 13393 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.652208+0000 mon.a (mon.0) 13394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.653355+0000 mon.a (mon.0) 13395 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.655152+0000 mgr.y (mgr.25387) 6613 : cluster [DBG] pgmap v4342: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.655457+0000 mgr.y (mgr.25387) 6614 : cluster [DBG] pgmap v4343: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.898 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.664376+0000 mon.a (mon.0) 13396 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.664991+0000 mgr.y (mgr.25387) 6615 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.743394+0000 mon.a (mon.0) 13397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.746734+0000 mon.a (mon.0) 13398 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.748200+0000 mon.a (mon.0) 13399 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.751571+0000 mon.a (mon.0) 13400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.752408+0000 mon.a (mon.0) 13401 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.754257+0000 mgr.y (mgr.25387) 6616 : cluster [DBG] pgmap v4344: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.754578+0000 mgr.y (mgr.25387) 6617 : cluster [DBG] pgmap v4345: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.899 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.763479+0000 mon.a (mon.0) 13402 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.764258+0000 mgr.y (mgr.25387) 6618 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.844478+0000 mon.a (mon.0) 13403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.847937+0000 mon.a (mon.0) 13404 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.848990+0000 mon.a (mon.0) 13405 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.851534+0000 mon.a (mon.0) 13406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.900 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.852301+0000 mon.a (mon.0) 13407 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.854045+0000 mgr.y (mgr.25387) 6619 : cluster [DBG] pgmap v4346: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.854588+0000 mgr.y (mgr.25387) 6620 : cluster [DBG] pgmap v4347: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.864439+0000 mon.a (mon.0) 13408 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.865044+0000 mgr.y (mgr.25387) 6621 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.954793+0000 mon.a (mon.0) 13409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.957674+0000 mon.a (mon.0) 13410 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.959125+0000 mon.a (mon.0) 13411 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.962589+0000 mon.a (mon.0) 13412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.963622+0000 mon.a (mon.0) 13413 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.965619+0000 mgr.y (mgr.25387) 6622 : cluster [DBG] pgmap v4348: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:22.966261+0000 mgr.y (mgr.25387) 6623 : cluster [DBG] pgmap v4349: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.901 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:22.975294+0000 mon.a (mon.0) 13414 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:22.975866+0000 mgr.y (mgr.25387) 6624 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.048773+0000 mon.a (mon.0) 13415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.053143+0000 mon.a (mon.0) 13416 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.054874+0000 mon.a (mon.0) 13417 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.058922+0000 mon.a (mon.0) 13418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.060133+0000 mon.a (mon.0) 13419 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.062808+0000 mgr.y (mgr.25387) 6625 : cluster [DBG] pgmap v4350: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.063461+0000 mgr.y (mgr.25387) 6626 : cluster [DBG] pgmap v4351: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.073754+0000 mon.a (mon.0) 13420 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.074287+0000 mgr.y (mgr.25387) 6627 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.162389+0000 mon.a (mon.0) 13421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.167175+0000 mon.a (mon.0) 13422 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.169135+0000 mon.a (mon.0) 13423 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.902 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.173973+0000 mon.a (mon.0) 13424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.175317+0000 mon.a (mon.0) 13425 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.177906+0000 mgr.y (mgr.25387) 6628 : cluster [DBG] pgmap v4352: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.178539+0000 mgr.y (mgr.25387) 6629 : cluster [DBG] pgmap v4353: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.187551+0000 mon.a (mon.0) 13426 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.188434+0000 mgr.y (mgr.25387) 6630 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.262507+0000 mon.a (mon.0) 13427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.266619+0000 mon.a (mon.0) 13428 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.268324+0000 mon.a (mon.0) 13429 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.272130+0000 mon.a (mon.0) 13430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.273372+0000 mon.a (mon.0) 13431 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.287621+0000 mon.a (mon.0) 13432 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.376969+0000 mon.a (mon.0) 13433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.381269+0000 mon.a (mon.0) 13434 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.383765+0000 mon.a (mon.0) 13435 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.388370+0000 mon.a (mon.0) 13436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:23.903 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.389407+0000 mon.a (mon.0) 13437 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:23.904 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:23 smithi097 bash[73934]: audit 2024-03-30T04:51:23.404301+0000 mon.a (mon.0) 13438 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.275880+0000 mgr.y (mgr.25387) 6631 : cluster [DBG] pgmap v4354: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.276405+0000 mgr.y (mgr.25387) 6632 : cluster [DBG] pgmap v4355: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.288853+0000 mgr.y (mgr.25387) 6633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.391936+0000 mgr.y (mgr.25387) 6634 : cluster [DBG] pgmap v4356: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.392392+0000 mgr.y (mgr.25387) 6635 : cluster [DBG] pgmap v4357: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.404889+0000 mgr.y (mgr.25387) 6636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.479207+0000 mon.a (mon.0) 13439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.481826+0000 mon.a (mon.0) 13440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.483232+0000 mon.a (mon.0) 13441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.486851+0000 mon.a (mon.0) 13442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.487908+0000 mon.a (mon.0) 13443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.489558+0000 mgr.y (mgr.25387) 6637 : cluster [DBG] pgmap v4358: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.489787+0000 mgr.y (mgr.25387) 6638 : cluster [DBG] pgmap v4359: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.496223+0000 mon.a (mon.0) 13444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.497033+0000 mgr.y (mgr.25387) 6639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.538320+0000 mon.a (mon.0) 13445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.540275+0000 mon.a (mon.0) 13446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.541198+0000 mon.a (mon.0) 13447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.543051+0000 mon.a (mon.0) 13448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.543697+0000 mon.a (mon.0) 13449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.544866+0000 mgr.y (mgr.25387) 6640 : cluster [DBG] pgmap v4360: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.545111+0000 mgr.y (mgr.25387) 6641 : cluster [DBG] pgmap v4361: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.550480+0000 mon.a (mon.0) 13450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.550946+0000 mgr.y (mgr.25387) 6642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.591919+0000 mon.a (mon.0) 13451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.594080+0000 mon.a (mon.0) 13452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.595092+0000 mon.a (mon.0) 13453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.597192+0000 mon.a (mon.0) 13454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.597868+0000 mon.a (mon.0) 13455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.599137+0000 mgr.y (mgr.25387) 6643 : cluster [DBG] pgmap v4362: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.599372+0000 mgr.y (mgr.25387) 6644 : cluster [DBG] pgmap v4363: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.604692+0000 mon.a (mon.0) 13456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.605098+0000 mgr.y (mgr.25387) 6645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.645545+0000 mon.a (mon.0) 13457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.647352+0000 mon.a (mon.0) 13458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.648140+0000 mon.a (mon.0) 13459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.649936+0000 mon.a (mon.0) 13460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.650520+0000 mon.a (mon.0) 13461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.651656+0000 mgr.y (mgr.25387) 6646 : cluster [DBG] pgmap v4364: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.651890+0000 mgr.y (mgr.25387) 6647 : cluster [DBG] pgmap v4365: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.656212+0000 mon.a (mon.0) 13462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.656680+0000 mgr.y (mgr.25387) 6648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.696527+0000 mon.a (mon.0) 13463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.698445+0000 mon.a (mon.0) 13464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.699603+0000 mon.a (mon.0) 13465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.701491+0000 mon.a (mon.0) 13466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.702099+0000 mon.a (mon.0) 13467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.703252+0000 mgr.y (mgr.25387) 6649 : cluster [DBG] pgmap v4366: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.703466+0000 mgr.y (mgr.25387) 6650 : cluster [DBG] pgmap v4367: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.708164+0000 mon.a (mon.0) 13468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.708598+0000 mgr.y (mgr.25387) 6651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.749036+0000 mon.a (mon.0) 13469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.750837+0000 mon.a (mon.0) 13470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.751620+0000 mon.a (mon.0) 13471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.753440+0000 mon.a (mon.0) 13472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.754045+0000 mon.a (mon.0) 13473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.755237+0000 mgr.y (mgr.25387) 6652 : cluster [DBG] pgmap v4368: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.755453+0000 mgr.y (mgr.25387) 6653 : cluster [DBG] pgmap v4369: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.759866+0000 mon.a (mon.0) 13474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.760317+0000 mgr.y (mgr.25387) 6654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.822096+0000 mon.a (mon.0) 13475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.824418+0000 mon.a (mon.0) 13476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.825556+0000 mon.a (mon.0) 13477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.828196+0000 mon.a (mon.0) 13478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.829063+0000 mon.a (mon.0) 13479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.830468+0000 mgr.y (mgr.25387) 6655 : cluster [DBG] pgmap v4370: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.830679+0000 mgr.y (mgr.25387) 6656 : cluster [DBG] pgmap v4371: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.835091+0000 mon.a (mon.0) 13480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.835633+0000 mgr.y (mgr.25387) 6657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.892986+0000 mon.a (mon.0) 13481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.895606+0000 mon.a (mon.0) 13482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.896936+0000 mon.a (mon.0) 13483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.900206+0000 mon.a (mon.0) 13484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.901247+0000 mon.a (mon.0) 13485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.902953+0000 mgr.y (mgr.25387) 6658 : cluster [DBG] pgmap v4372: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.903197+0000 mgr.y (mgr.25387) 6659 : cluster [DBG] pgmap v4373: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.909674+0000 mon.a (mon.0) 13486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.910194+0000 mgr.y (mgr.25387) 6660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.954494+0000 mon.a (mon.0) 13487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.957352+0000 mon.a (mon.0) 13488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.958699+0000 mon.a (mon.0) 13489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.962008+0000 mon.a (mon.0) 13490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.962906+0000 mon.a (mon.0) 13491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.964605+0000 mgr.y (mgr.25387) 6661 : cluster [DBG] pgmap v4374: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:23.964946+0000 mgr.y (mgr.25387) 6662 : cluster [DBG] pgmap v4375: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:23.971650+0000 mon.a (mon.0) 13492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:23.972162+0000 mgr.y (mgr.25387) 6663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.055664+0000 mon.a (mon.0) 13493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.059349+0000 mon.a (mon.0) 13494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.060968+0000 mon.a (mon.0) 13495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.064853+0000 mon.a (mon.0) 13496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.065921+0000 mon.a (mon.0) 13497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.068066+0000 mgr.y (mgr.25387) 6664 : cluster [DBG] pgmap v4376: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.068514+0000 mgr.y (mgr.25387) 6665 : cluster [DBG] pgmap v4377: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.076655+0000 mon.a (mon.0) 13498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.077498+0000 mgr.y (mgr.25387) 6666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.165284+0000 mon.a (mon.0) 13499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.169277+0000 mon.a (mon.0) 13500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.170898+0000 mon.a (mon.0) 13501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.174948+0000 mon.a (mon.0) 13502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.176048+0000 mon.a (mon.0) 13503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.178918+0000 mgr.y (mgr.25387) 6667 : cluster [DBG] pgmap v4378: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.186019+0000 mon.a (mon.0) 13504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.186765+0000 mgr.y (mgr.25387) 6668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.261290+0000 mon.a (mon.0) 13505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.263350+0000 mon.a (mon.0) 13506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.264295+0000 mon.a (mon.0) 13507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.266766+0000 mon.a (mon.0) 13508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.267453+0000 mon.a (mon.0) 13509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.277540+0000 mon.a (mon.0) 13510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.366796+0000 mon.a (mon.0) 13511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.370613+0000 mon.a (mon.0) 13512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.371909+0000 mon.a (mon.0) 13513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.375760+0000 mon.a (mon.0) 13514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.376749+0000 mon.a (mon.0) 13515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.717 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:24 smithi105 bash[58125]: audit 2024-03-30T04:51:24.386689+0000 mon.a (mon.0) 13516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.275880+0000 mgr.y (mgr.25387) 6631 : cluster [DBG] pgmap v4354: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.276405+0000 mgr.y (mgr.25387) 6632 : cluster [DBG] pgmap v4355: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.288853+0000 mgr.y (mgr.25387) 6633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.391936+0000 mgr.y (mgr.25387) 6634 : cluster [DBG] pgmap v4356: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.392392+0000 mgr.y (mgr.25387) 6635 : cluster [DBG] pgmap v4357: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.404889+0000 mgr.y (mgr.25387) 6636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.479207+0000 mon.a (mon.0) 13439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.481826+0000 mon.a (mon.0) 13440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.483232+0000 mon.a (mon.0) 13441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.486851+0000 mon.a (mon.0) 13442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.487908+0000 mon.a (mon.0) 13443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.489558+0000 mgr.y (mgr.25387) 6637 : cluster [DBG] pgmap v4358: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.489787+0000 mgr.y (mgr.25387) 6638 : cluster [DBG] pgmap v4359: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.496223+0000 mon.a (mon.0) 13444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.497033+0000 mgr.y (mgr.25387) 6639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.538320+0000 mon.a (mon.0) 13445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.540275+0000 mon.a (mon.0) 13446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.541198+0000 mon.a (mon.0) 13447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.543051+0000 mon.a (mon.0) 13448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.275880+0000 mgr.y (mgr.25387) 6631 : cluster [DBG] pgmap v4354: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.276405+0000 mgr.y (mgr.25387) 6632 : cluster [DBG] pgmap v4355: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.288853+0000 mgr.y (mgr.25387) 6633 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.391936+0000 mgr.y (mgr.25387) 6634 : cluster [DBG] pgmap v4356: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.392392+0000 mgr.y (mgr.25387) 6635 : cluster [DBG] pgmap v4357: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.404889+0000 mgr.y (mgr.25387) 6636 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.479207+0000 mon.a (mon.0) 13439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.481826+0000 mon.a (mon.0) 13440 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.483232+0000 mon.a (mon.0) 13441 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.486851+0000 mon.a (mon.0) 13442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.487908+0000 mon.a (mon.0) 13443 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.489558+0000 mgr.y (mgr.25387) 6637 : cluster [DBG] pgmap v4358: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.489787+0000 mgr.y (mgr.25387) 6638 : cluster [DBG] pgmap v4359: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.496223+0000 mon.a (mon.0) 13444 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.497033+0000 mgr.y (mgr.25387) 6639 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.538320+0000 mon.a (mon.0) 13445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.540275+0000 mon.a (mon.0) 13446 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.541198+0000 mon.a (mon.0) 13447 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.543051+0000 mon.a (mon.0) 13448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.543697+0000 mon.a (mon.0) 13449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.544866+0000 mgr.y (mgr.25387) 6640 : cluster [DBG] pgmap v4360: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.545111+0000 mgr.y (mgr.25387) 6641 : cluster [DBG] pgmap v4361: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.550480+0000 mon.a (mon.0) 13450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.550946+0000 mgr.y (mgr.25387) 6642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.591919+0000 mon.a (mon.0) 13451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.594080+0000 mon.a (mon.0) 13452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.595092+0000 mon.a (mon.0) 13453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.597192+0000 mon.a (mon.0) 13454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.597868+0000 mon.a (mon.0) 13455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.599137+0000 mgr.y (mgr.25387) 6643 : cluster [DBG] pgmap v4362: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.599372+0000 mgr.y (mgr.25387) 6644 : cluster [DBG] pgmap v4363: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.604692+0000 mon.a (mon.0) 13456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.605098+0000 mgr.y (mgr.25387) 6645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.645545+0000 mon.a (mon.0) 13457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.647352+0000 mon.a (mon.0) 13458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.648140+0000 mon.a (mon.0) 13459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.649936+0000 mon.a (mon.0) 13460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.650520+0000 mon.a (mon.0) 13461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.543697+0000 mon.a (mon.0) 13449 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.544866+0000 mgr.y (mgr.25387) 6640 : cluster [DBG] pgmap v4360: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.545111+0000 mgr.y (mgr.25387) 6641 : cluster [DBG] pgmap v4361: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.550480+0000 mon.a (mon.0) 13450 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.550946+0000 mgr.y (mgr.25387) 6642 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.591919+0000 mon.a (mon.0) 13451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.594080+0000 mon.a (mon.0) 13452 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.595092+0000 mon.a (mon.0) 13453 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.597192+0000 mon.a (mon.0) 13454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.597868+0000 mon.a (mon.0) 13455 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.599137+0000 mgr.y (mgr.25387) 6643 : cluster [DBG] pgmap v4362: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.599372+0000 mgr.y (mgr.25387) 6644 : cluster [DBG] pgmap v4363: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.604692+0000 mon.a (mon.0) 13456 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.605098+0000 mgr.y (mgr.25387) 6645 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.645545+0000 mon.a (mon.0) 13457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.647352+0000 mon.a (mon.0) 13458 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.648140+0000 mon.a (mon.0) 13459 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.649936+0000 mon.a (mon.0) 13460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.650520+0000 mon.a (mon.0) 13461 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.651656+0000 mgr.y (mgr.25387) 6646 : cluster [DBG] pgmap v4364: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.651890+0000 mgr.y (mgr.25387) 6647 : cluster [DBG] pgmap v4365: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.656212+0000 mon.a (mon.0) 13462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.656680+0000 mgr.y (mgr.25387) 6648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.696527+0000 mon.a (mon.0) 13463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.698445+0000 mon.a (mon.0) 13464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.699603+0000 mon.a (mon.0) 13465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.701491+0000 mon.a (mon.0) 13466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.702099+0000 mon.a (mon.0) 13467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.703252+0000 mgr.y (mgr.25387) 6649 : cluster [DBG] pgmap v4366: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.703466+0000 mgr.y (mgr.25387) 6650 : cluster [DBG] pgmap v4367: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.708164+0000 mon.a (mon.0) 13468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.708598+0000 mgr.y (mgr.25387) 6651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.749036+0000 mon.a (mon.0) 13469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.750837+0000 mon.a (mon.0) 13470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.751620+0000 mon.a (mon.0) 13471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.753440+0000 mon.a (mon.0) 13472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.754045+0000 mon.a (mon.0) 13473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.755237+0000 mgr.y (mgr.25387) 6652 : cluster [DBG] pgmap v4368: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.755453+0000 mgr.y (mgr.25387) 6653 : cluster [DBG] pgmap v4369: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.651656+0000 mgr.y (mgr.25387) 6646 : cluster [DBG] pgmap v4364: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.651890+0000 mgr.y (mgr.25387) 6647 : cluster [DBG] pgmap v4365: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.656212+0000 mon.a (mon.0) 13462 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.656680+0000 mgr.y (mgr.25387) 6648 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.696527+0000 mon.a (mon.0) 13463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.698445+0000 mon.a (mon.0) 13464 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.699603+0000 mon.a (mon.0) 13465 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.701491+0000 mon.a (mon.0) 13466 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.702099+0000 mon.a (mon.0) 13467 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.703252+0000 mgr.y (mgr.25387) 6649 : cluster [DBG] pgmap v4366: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.703466+0000 mgr.y (mgr.25387) 6650 : cluster [DBG] pgmap v4367: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.708164+0000 mon.a (mon.0) 13468 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.708598+0000 mgr.y (mgr.25387) 6651 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.749036+0000 mon.a (mon.0) 13469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.750837+0000 mon.a (mon.0) 13470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.751620+0000 mon.a (mon.0) 13471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.753440+0000 mon.a (mon.0) 13472 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.754045+0000 mon.a (mon.0) 13473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.755237+0000 mgr.y (mgr.25387) 6652 : cluster [DBG] pgmap v4368: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.755453+0000 mgr.y (mgr.25387) 6653 : cluster [DBG] pgmap v4369: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.759866+0000 mon.a (mon.0) 13474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.760317+0000 mgr.y (mgr.25387) 6654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.822096+0000 mon.a (mon.0) 13475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.824418+0000 mon.a (mon.0) 13476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.825556+0000 mon.a (mon.0) 13477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.828196+0000 mon.a (mon.0) 13478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.829063+0000 mon.a (mon.0) 13479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.830468+0000 mgr.y (mgr.25387) 6655 : cluster [DBG] pgmap v4370: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.830679+0000 mgr.y (mgr.25387) 6656 : cluster [DBG] pgmap v4371: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.835091+0000 mon.a (mon.0) 13480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.835633+0000 mgr.y (mgr.25387) 6657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.892986+0000 mon.a (mon.0) 13481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.895606+0000 mon.a (mon.0) 13482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.896936+0000 mon.a (mon.0) 13483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.900206+0000 mon.a (mon.0) 13484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.901247+0000 mon.a (mon.0) 13485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.902953+0000 mgr.y (mgr.25387) 6658 : cluster [DBG] pgmap v4372: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.903197+0000 mgr.y (mgr.25387) 6659 : cluster [DBG] pgmap v4373: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.909674+0000 mon.a (mon.0) 13486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.759866+0000 mon.a (mon.0) 13474 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.760317+0000 mgr.y (mgr.25387) 6654 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.822096+0000 mon.a (mon.0) 13475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.824418+0000 mon.a (mon.0) 13476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.825556+0000 mon.a (mon.0) 13477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.828196+0000 mon.a (mon.0) 13478 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.829063+0000 mon.a (mon.0) 13479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.830468+0000 mgr.y (mgr.25387) 6655 : cluster [DBG] pgmap v4370: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.830679+0000 mgr.y (mgr.25387) 6656 : cluster [DBG] pgmap v4371: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.835091+0000 mon.a (mon.0) 13480 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.835633+0000 mgr.y (mgr.25387) 6657 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.892986+0000 mon.a (mon.0) 13481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.895606+0000 mon.a (mon.0) 13482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.896936+0000 mon.a (mon.0) 13483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.900206+0000 mon.a (mon.0) 13484 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.901247+0000 mon.a (mon.0) 13485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.902953+0000 mgr.y (mgr.25387) 6658 : cluster [DBG] pgmap v4372: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.903197+0000 mgr.y (mgr.25387) 6659 : cluster [DBG] pgmap v4373: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.909674+0000 mon.a (mon.0) 13486 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.910194+0000 mgr.y (mgr.25387) 6660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.954494+0000 mon.a (mon.0) 13487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.957352+0000 mon.a (mon.0) 13488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.958699+0000 mon.a (mon.0) 13489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.962008+0000 mon.a (mon.0) 13490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.962906+0000 mon.a (mon.0) 13491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.964605+0000 mgr.y (mgr.25387) 6661 : cluster [DBG] pgmap v4374: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:23.964946+0000 mgr.y (mgr.25387) 6662 : cluster [DBG] pgmap v4375: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:23.971650+0000 mon.a (mon.0) 13492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:23.972162+0000 mgr.y (mgr.25387) 6663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.055664+0000 mon.a (mon.0) 13493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.059349+0000 mon.a (mon.0) 13494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.060968+0000 mon.a (mon.0) 13495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.064853+0000 mon.a (mon.0) 13496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.065921+0000 mon.a (mon.0) 13497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.068066+0000 mgr.y (mgr.25387) 6664 : cluster [DBG] pgmap v4376: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.068514+0000 mgr.y (mgr.25387) 6665 : cluster [DBG] pgmap v4377: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.076655+0000 mon.a (mon.0) 13498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.077498+0000 mgr.y (mgr.25387) 6666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.165284+0000 mon.a (mon.0) 13499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.910194+0000 mgr.y (mgr.25387) 6660 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.954494+0000 mon.a (mon.0) 13487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.957352+0000 mon.a (mon.0) 13488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.958699+0000 mon.a (mon.0) 13489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.962008+0000 mon.a (mon.0) 13490 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.962906+0000 mon.a (mon.0) 13491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.964605+0000 mgr.y (mgr.25387) 6661 : cluster [DBG] pgmap v4374: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:23.964946+0000 mgr.y (mgr.25387) 6662 : cluster [DBG] pgmap v4375: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:23.971650+0000 mon.a (mon.0) 13492 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:23.972162+0000 mgr.y (mgr.25387) 6663 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.055664+0000 mon.a (mon.0) 13493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.059349+0000 mon.a (mon.0) 13494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.060968+0000 mon.a (mon.0) 13495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.064853+0000 mon.a (mon.0) 13496 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.065921+0000 mon.a (mon.0) 13497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.068066+0000 mgr.y (mgr.25387) 6664 : cluster [DBG] pgmap v4376: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.068514+0000 mgr.y (mgr.25387) 6665 : cluster [DBG] pgmap v4377: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.076655+0000 mon.a (mon.0) 13498 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.077498+0000 mgr.y (mgr.25387) 6666 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.165284+0000 mon.a (mon.0) 13499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.169277+0000 mon.a (mon.0) 13500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.170898+0000 mon.a (mon.0) 13501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.174948+0000 mon.a (mon.0) 13502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.176048+0000 mon.a (mon.0) 13503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.178918+0000 mgr.y (mgr.25387) 6667 : cluster [DBG] pgmap v4378: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.186019+0000 mon.a (mon.0) 13504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.186765+0000 mgr.y (mgr.25387) 6668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.261290+0000 mon.a (mon.0) 13505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.263350+0000 mon.a (mon.0) 13506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.264295+0000 mon.a (mon.0) 13507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.266766+0000 mon.a (mon.0) 13508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.267453+0000 mon.a (mon.0) 13509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.277540+0000 mon.a (mon.0) 13510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.366796+0000 mon.a (mon.0) 13511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.370613+0000 mon.a (mon.0) 13512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.371909+0000 mon.a (mon.0) 13513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.375760+0000 mon.a (mon.0) 13514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.376749+0000 mon.a (mon.0) 13515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[69502]: audit 2024-03-30T04:51:24.386689+0000 mon.a (mon.0) 13516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.169277+0000 mon.a (mon.0) 13500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.170898+0000 mon.a (mon.0) 13501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.174948+0000 mon.a (mon.0) 13502 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.176048+0000 mon.a (mon.0) 13503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.178918+0000 mgr.y (mgr.25387) 6667 : cluster [DBG] pgmap v4378: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.186019+0000 mon.a (mon.0) 13504 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.186765+0000 mgr.y (mgr.25387) 6668 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.261290+0000 mon.a (mon.0) 13505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.263350+0000 mon.a (mon.0) 13506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.264295+0000 mon.a (mon.0) 13507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.266766+0000 mon.a (mon.0) 13508 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.267453+0000 mon.a (mon.0) 13509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.277540+0000 mon.a (mon.0) 13510 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.366796+0000 mon.a (mon.0) 13511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.370613+0000 mon.a (mon.0) 13512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.371909+0000 mon.a (mon.0) 13513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.375760+0000 mon.a (mon.0) 13514 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.376749+0000 mon.a (mon.0) 13515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:24.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:24 smithi097 bash[73934]: audit 2024-03-30T04:51:24.386689+0000 mon.a (mon.0) 13516 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.268840+0000 mgr.y (mgr.25387) 6669 : cluster [DBG] pgmap v4379: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.269118+0000 mgr.y (mgr.25387) 6670 : cluster [DBG] pgmap v4380: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.278112+0000 mgr.y (mgr.25387) 6671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.379174+0000 mgr.y (mgr.25387) 6672 : cluster [DBG] pgmap v4381: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.379814+0000 mgr.y (mgr.25387) 6673 : cluster [DBG] pgmap v4382: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.387246+0000 mgr.y (mgr.25387) 6674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.468193+0000 mon.a (mon.0) 13517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.470516+0000 mon.a (mon.0) 13518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.471460+0000 mon.a (mon.0) 13519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.474191+0000 mon.a (mon.0) 13520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.474919+0000 mon.a (mon.0) 13521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.476459+0000 mgr.y (mgr.25387) 6675 : cluster [DBG] pgmap v4383: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.476880+0000 mgr.y (mgr.25387) 6676 : cluster [DBG] pgmap v4384: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.481056+0000 mon.a (mon.0) 13522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.481498+0000 mgr.y (mgr.25387) 6677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.499246+0000 mon.a (mon.0) 13523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.602507+0000 mon.a (mon.0) 13524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.607247+0000 mon.a (mon.0) 13525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.609870+0000 mon.a (mon.0) 13526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.614027+0000 mon.a (mon.0) 13527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.615278+0000 mon.a (mon.0) 13528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.617803+0000 mgr.y (mgr.25387) 6678 : cluster [DBG] pgmap v4385: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.618340+0000 mgr.y (mgr.25387) 6679 : cluster [DBG] pgmap v4386: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.627604+0000 mon.a (mon.0) 13529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.628624+0000 mgr.y (mgr.25387) 6680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.717417+0000 mon.a (mon.0) 13530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.721906+0000 mon.a (mon.0) 13531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.723799+0000 mon.a (mon.0) 13532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.727844+0000 mon.a (mon.0) 13533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.729283+0000 mon.a (mon.0) 13534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.731813+0000 mgr.y (mgr.25387) 6681 : cluster [DBG] pgmap v4387: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.732061+0000 mgr.y (mgr.25387) 6682 : cluster [DBG] pgmap v4388: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.741239+0000 mon.a (mon.0) 13535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.742185+0000 mgr.y (mgr.25387) 6683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.831799+0000 mon.a (mon.0) 13536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.835694+0000 mon.a (mon.0) 13537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.837445+0000 mon.a (mon.0) 13538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.841769+0000 mon.a (mon.0) 13539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.842990+0000 mon.a (mon.0) 13540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.845542+0000 mgr.y (mgr.25387) 6684 : cluster [DBG] pgmap v4389: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.846093+0000 mgr.y (mgr.25387) 6685 : cluster [DBG] pgmap v4390: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.853042+0000 mon.a (mon.0) 13541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.853977+0000 mgr.y (mgr.25387) 6686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.943076+0000 mon.a (mon.0) 13542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.946979+0000 mon.a (mon.0) 13543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.948534+0000 mon.a (mon.0) 13544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.952106+0000 mon.a (mon.0) 13545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.953217+0000 mon.a (mon.0) 13546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.955676+0000 mgr.y (mgr.25387) 6687 : cluster [DBG] pgmap v4391: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:24.956214+0000 mgr.y (mgr.25387) 6688 : cluster [DBG] pgmap v4392: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:24.962685+0000 mon.a (mon.0) 13547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:24.963451+0000 mgr.y (mgr.25387) 6689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.052364+0000 mon.a (mon.0) 13548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.056691+0000 mon.a (mon.0) 13549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.058648+0000 mon.a (mon.0) 13550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.063738+0000 mon.a (mon.0) 13551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.065153+0000 mon.a (mon.0) 13552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.067745+0000 mgr.y (mgr.25387) 6690 : cluster [DBG] pgmap v4393: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.068273+0000 mgr.y (mgr.25387) 6691 : cluster [DBG] pgmap v4394: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.076620+0000 mon.a (mon.0) 13553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.077575+0000 mgr.y (mgr.25387) 6692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.165273+0000 mon.a (mon.0) 13554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.169454+0000 mon.a (mon.0) 13555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.171949+0000 mon.a (mon.0) 13556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.176267+0000 mon.a (mon.0) 13557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.177590+0000 mon.a (mon.0) 13558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.179988+0000 mgr.y (mgr.25387) 6693 : cluster [DBG] pgmap v4395: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.180445+0000 mgr.y (mgr.25387) 6694 : cluster [DBG] pgmap v4396: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.191189+0000 mon.a (mon.0) 13559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.192060+0000 mgr.y (mgr.25387) 6695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.280103+0000 mon.a (mon.0) 13560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.284016+0000 mon.a (mon.0) 13561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.285644+0000 mon.a (mon.0) 13562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.288784+0000 mon.a (mon.0) 13563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.290001+0000 mon.a (mon.0) 13564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.303424+0000 mon.a (mon.0) 13565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.382513+0000 mon.a (mon.0) 13566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.385290+0000 mon.a (mon.0) 13567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.386618+0000 mon.a (mon.0) 13568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.389856+0000 mon.a (mon.0) 13569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.390834+0000 mon.a (mon.0) 13570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:25 smithi105 bash[58125]: audit 2024-03-30T04:51:25.399863+0000 mon.a (mon.0) 13571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.268840+0000 mgr.y (mgr.25387) 6669 : cluster [DBG] pgmap v4379: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.269118+0000 mgr.y (mgr.25387) 6670 : cluster [DBG] pgmap v4380: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.278112+0000 mgr.y (mgr.25387) 6671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.379174+0000 mgr.y (mgr.25387) 6672 : cluster [DBG] pgmap v4381: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.379814+0000 mgr.y (mgr.25387) 6673 : cluster [DBG] pgmap v4382: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.387246+0000 mgr.y (mgr.25387) 6674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.468193+0000 mon.a (mon.0) 13517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.470516+0000 mon.a (mon.0) 13518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.471460+0000 mon.a (mon.0) 13519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.474191+0000 mon.a (mon.0) 13520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.474919+0000 mon.a (mon.0) 13521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.476459+0000 mgr.y (mgr.25387) 6675 : cluster [DBG] pgmap v4383: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.476880+0000 mgr.y (mgr.25387) 6676 : cluster [DBG] pgmap v4384: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.481056+0000 mon.a (mon.0) 13522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.481498+0000 mgr.y (mgr.25387) 6677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.499246+0000 mon.a (mon.0) 13523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.602507+0000 mon.a (mon.0) 13524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.607247+0000 mon.a (mon.0) 13525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.609870+0000 mon.a (mon.0) 13526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.614027+0000 mon.a (mon.0) 13527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.615278+0000 mon.a (mon.0) 13528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.617803+0000 mgr.y (mgr.25387) 6678 : cluster [DBG] pgmap v4385: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.618340+0000 mgr.y (mgr.25387) 6679 : cluster [DBG] pgmap v4386: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.627604+0000 mon.a (mon.0) 13529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.628624+0000 mgr.y (mgr.25387) 6680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.717417+0000 mon.a (mon.0) 13530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.721906+0000 mon.a (mon.0) 13531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.723799+0000 mon.a (mon.0) 13532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.727844+0000 mon.a (mon.0) 13533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.729283+0000 mon.a (mon.0) 13534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.731813+0000 mgr.y (mgr.25387) 6681 : cluster [DBG] pgmap v4387: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.732061+0000 mgr.y (mgr.25387) 6682 : cluster [DBG] pgmap v4388: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.741239+0000 mon.a (mon.0) 13535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.742185+0000 mgr.y (mgr.25387) 6683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.831799+0000 mon.a (mon.0) 13536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.835694+0000 mon.a (mon.0) 13537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.837445+0000 mon.a (mon.0) 13538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.841769+0000 mon.a (mon.0) 13539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.268840+0000 mgr.y (mgr.25387) 6669 : cluster [DBG] pgmap v4379: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.269118+0000 mgr.y (mgr.25387) 6670 : cluster [DBG] pgmap v4380: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.278112+0000 mgr.y (mgr.25387) 6671 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.379174+0000 mgr.y (mgr.25387) 6672 : cluster [DBG] pgmap v4381: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.379814+0000 mgr.y (mgr.25387) 6673 : cluster [DBG] pgmap v4382: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.387246+0000 mgr.y (mgr.25387) 6674 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.468193+0000 mon.a (mon.0) 13517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.470516+0000 mon.a (mon.0) 13518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.471460+0000 mon.a (mon.0) 13519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.474191+0000 mon.a (mon.0) 13520 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.474919+0000 mon.a (mon.0) 13521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.476459+0000 mgr.y (mgr.25387) 6675 : cluster [DBG] pgmap v4383: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.476880+0000 mgr.y (mgr.25387) 6676 : cluster [DBG] pgmap v4384: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.481056+0000 mon.a (mon.0) 13522 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.481498+0000 mgr.y (mgr.25387) 6677 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.499246+0000 mon.a (mon.0) 13523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.602507+0000 mon.a (mon.0) 13524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.607247+0000 mon.a (mon.0) 13525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.609870+0000 mon.a (mon.0) 13526 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.842990+0000 mon.a (mon.0) 13540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.845542+0000 mgr.y (mgr.25387) 6684 : cluster [DBG] pgmap v4389: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.846093+0000 mgr.y (mgr.25387) 6685 : cluster [DBG] pgmap v4390: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.853042+0000 mon.a (mon.0) 13541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.853977+0000 mgr.y (mgr.25387) 6686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.943076+0000 mon.a (mon.0) 13542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.946979+0000 mon.a (mon.0) 13543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.948534+0000 mon.a (mon.0) 13544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.952106+0000 mon.a (mon.0) 13545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.953217+0000 mon.a (mon.0) 13546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.955676+0000 mgr.y (mgr.25387) 6687 : cluster [DBG] pgmap v4391: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:24.956214+0000 mgr.y (mgr.25387) 6688 : cluster [DBG] pgmap v4392: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:24.962685+0000 mon.a (mon.0) 13547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:24.963451+0000 mgr.y (mgr.25387) 6689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.052364+0000 mon.a (mon.0) 13548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.056691+0000 mon.a (mon.0) 13549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.058648+0000 mon.a (mon.0) 13550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.063738+0000 mon.a (mon.0) 13551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.065153+0000 mon.a (mon.0) 13552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.067745+0000 mgr.y (mgr.25387) 6690 : cluster [DBG] pgmap v4393: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.068273+0000 mgr.y (mgr.25387) 6691 : cluster [DBG] pgmap v4394: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.076620+0000 mon.a (mon.0) 13553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.077575+0000 mgr.y (mgr.25387) 6692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.165273+0000 mon.a (mon.0) 13554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.169454+0000 mon.a (mon.0) 13555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.171949+0000 mon.a (mon.0) 13556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.176267+0000 mon.a (mon.0) 13557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.177590+0000 mon.a (mon.0) 13558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.179988+0000 mgr.y (mgr.25387) 6693 : cluster [DBG] pgmap v4395: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.180445+0000 mgr.y (mgr.25387) 6694 : cluster [DBG] pgmap v4396: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.191189+0000 mon.a (mon.0) 13559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.192060+0000 mgr.y (mgr.25387) 6695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.280103+0000 mon.a (mon.0) 13560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.284016+0000 mon.a (mon.0) 13561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.285644+0000 mon.a (mon.0) 13562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.288784+0000 mon.a (mon.0) 13563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.290001+0000 mon.a (mon.0) 13564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.303424+0000 mon.a (mon.0) 13565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.382513+0000 mon.a (mon.0) 13566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.385290+0000 mon.a (mon.0) 13567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.386618+0000 mon.a (mon.0) 13568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.389856+0000 mon.a (mon.0) 13569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.390834+0000 mon.a (mon.0) 13570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[69502]: audit 2024-03-30T04:51:25.399863+0000 mon.a (mon.0) 13571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.614027+0000 mon.a (mon.0) 13527 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.615278+0000 mon.a (mon.0) 13528 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.617803+0000 mgr.y (mgr.25387) 6678 : cluster [DBG] pgmap v4385: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.618340+0000 mgr.y (mgr.25387) 6679 : cluster [DBG] pgmap v4386: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.627604+0000 mon.a (mon.0) 13529 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.628624+0000 mgr.y (mgr.25387) 6680 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.717417+0000 mon.a (mon.0) 13530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.721906+0000 mon.a (mon.0) 13531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.723799+0000 mon.a (mon.0) 13532 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.727844+0000 mon.a (mon.0) 13533 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.884 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.729283+0000 mon.a (mon.0) 13534 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.731813+0000 mgr.y (mgr.25387) 6681 : cluster [DBG] pgmap v4387: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.732061+0000 mgr.y (mgr.25387) 6682 : cluster [DBG] pgmap v4388: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.741239+0000 mon.a (mon.0) 13535 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.742185+0000 mgr.y (mgr.25387) 6683 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.831799+0000 mon.a (mon.0) 13536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.835694+0000 mon.a (mon.0) 13537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.837445+0000 mon.a (mon.0) 13538 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.841769+0000 mon.a (mon.0) 13539 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.842990+0000 mon.a (mon.0) 13540 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.845542+0000 mgr.y (mgr.25387) 6684 : cluster [DBG] pgmap v4389: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.846093+0000 mgr.y (mgr.25387) 6685 : cluster [DBG] pgmap v4390: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.853042+0000 mon.a (mon.0) 13541 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.853977+0000 mgr.y (mgr.25387) 6686 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.943076+0000 mon.a (mon.0) 13542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.946979+0000 mon.a (mon.0) 13543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.948534+0000 mon.a (mon.0) 13544 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.952106+0000 mon.a (mon.0) 13545 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.953217+0000 mon.a (mon.0) 13546 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.955676+0000 mgr.y (mgr.25387) 6687 : cluster [DBG] pgmap v4391: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:24.956214+0000 mgr.y (mgr.25387) 6688 : cluster [DBG] pgmap v4392: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:24.962685+0000 mon.a (mon.0) 13547 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:24.963451+0000 mgr.y (mgr.25387) 6689 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.052364+0000 mon.a (mon.0) 13548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.056691+0000 mon.a (mon.0) 13549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.058648+0000 mon.a (mon.0) 13550 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.063738+0000 mon.a (mon.0) 13551 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.065153+0000 mon.a (mon.0) 13552 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.067745+0000 mgr.y (mgr.25387) 6690 : cluster [DBG] pgmap v4393: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.068273+0000 mgr.y (mgr.25387) 6691 : cluster [DBG] pgmap v4394: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.076620+0000 mon.a (mon.0) 13553 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.077575+0000 mgr.y (mgr.25387) 6692 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.165273+0000 mon.a (mon.0) 13554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.169454+0000 mon.a (mon.0) 13555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.171949+0000 mon.a (mon.0) 13556 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.176267+0000 mon.a (mon.0) 13557 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.177590+0000 mon.a (mon.0) 13558 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.179988+0000 mgr.y (mgr.25387) 6693 : cluster [DBG] pgmap v4395: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.180445+0000 mgr.y (mgr.25387) 6694 : cluster [DBG] pgmap v4396: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.191189+0000 mon.a (mon.0) 13559 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.192060+0000 mgr.y (mgr.25387) 6695 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.280103+0000 mon.a (mon.0) 13560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.284016+0000 mon.a (mon.0) 13561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.285644+0000 mon.a (mon.0) 13562 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.288784+0000 mon.a (mon.0) 13563 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.290001+0000 mon.a (mon.0) 13564 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.303424+0000 mon.a (mon.0) 13565 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:25.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.382513+0000 mon.a (mon.0) 13566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.385290+0000 mon.a (mon.0) 13567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:25.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.386618+0000 mon.a (mon.0) 13568 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:25.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.389856+0000 mon.a (mon.0) 13569 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:25.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.390834+0000 mon.a (mon.0) 13570 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:25.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:25 smithi097 bash[73934]: audit 2024-03-30T04:51:25.399863+0000 mon.a (mon.0) 13571 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.292789+0000 mgr.y (mgr.25387) 6696 : cluster [DBG] pgmap v4397: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.293417+0000 mgr.y (mgr.25387) 6697 : cluster [DBG] pgmap v4398: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.304285+0000 mgr.y (mgr.25387) 6698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.392783+0000 mgr.y (mgr.25387) 6699 : cluster [DBG] pgmap v4399: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.393475+0000 mgr.y (mgr.25387) 6700 : cluster [DBG] pgmap v4400: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.400687+0000 mgr.y (mgr.25387) 6701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.474756+0000 mon.a (mon.0) 13572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.477256+0000 mon.a (mon.0) 13573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.478397+0000 mon.a (mon.0) 13574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.481150+0000 mon.a (mon.0) 13575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.482146+0000 mon.a (mon.0) 13576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.483753+0000 mgr.y (mgr.25387) 6702 : cluster [DBG] pgmap v4401: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.484001+0000 mgr.y (mgr.25387) 6703 : cluster [DBG] pgmap v4402: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:26.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.488513+0000 mon.a (mon.0) 13577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.489071+0000 mgr.y (mgr.25387) 6704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.546187+0000 mon.a (mon.0) 13578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.548182+0000 mon.a (mon.0) 13579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.549464+0000 mon.a (mon.0) 13580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.710 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.551861+0000 mon.a (mon.0) 13581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.552603+0000 mon.a (mon.0) 13582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.553956+0000 mgr.y (mgr.25387) 6705 : cluster [DBG] pgmap v4403: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.554209+0000 mgr.y (mgr.25387) 6706 : cluster [DBG] pgmap v4404: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.559985+0000 mon.a (mon.0) 13583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.560528+0000 mgr.y (mgr.25387) 6707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.640104+0000 mon.a (mon.0) 13584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.642466+0000 mon.a (mon.0) 13585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.643362+0000 mon.a (mon.0) 13586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.645616+0000 mon.a (mon.0) 13587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.646282+0000 mon.a (mon.0) 13588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.647881+0000 mgr.y (mgr.25387) 6708 : cluster [DBG] pgmap v4405: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:26.711 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.648133+0000 mgr.y (mgr.25387) 6709 : cluster [DBG] pgmap v4406: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.653911+0000 mon.a (mon.0) 13589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.654607+0000 mgr.y (mgr.25387) 6710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.724888+0000 mon.a (mon.0) 13590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.728863+0000 mon.a (mon.0) 13591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.730560+0000 mon.a (mon.0) 13592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.734183+0000 mon.a (mon.0) 13593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.735435+0000 mon.a (mon.0) 13594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.738376+0000 mgr.y (mgr.25387) 6711 : cluster [DBG] pgmap v4407: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.739001+0000 mgr.y (mgr.25387) 6712 : cluster [DBG] pgmap v4408: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.745754+0000 mon.a (mon.0) 13595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.746599+0000 mgr.y (mgr.25387) 6713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.835601+0000 mon.a (mon.0) 13596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.839533+0000 mon.a (mon.0) 13597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.712 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.841232+0000 mon.a (mon.0) 13598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.844904+0000 mon.a (mon.0) 13599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.846103+0000 mon.a (mon.0) 13600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.848338+0000 mgr.y (mgr.25387) 6714 : cluster [DBG] pgmap v4409: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.848640+0000 mgr.y (mgr.25387) 6715 : cluster [DBG] pgmap v4410: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.860189+0000 mon.a (mon.0) 13601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.860810+0000 mgr.y (mgr.25387) 6716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.938989+0000 mon.a (mon.0) 13602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.942821+0000 mon.a (mon.0) 13603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.944610+0000 mon.a (mon.0) 13604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.948019+0000 mon.a (mon.0) 13605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.949465+0000 mon.a (mon.0) 13606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.951498+0000 mgr.y (mgr.25387) 6717 : cluster [DBG] pgmap v4411: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:25.951792+0000 mgr.y (mgr.25387) 6718 : cluster [DBG] pgmap v4412: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:25.959302+0000 mon.a (mon.0) 13607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:25.959942+0000 mgr.y (mgr.25387) 6719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.713 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.035847+0000 mon.a (mon.0) 13608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.038981+0000 mon.a (mon.0) 13609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.040127+0000 mon.a (mon.0) 13610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.042643+0000 mon.a (mon.0) 13611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.043492+0000 mon.a (mon.0) 13612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:26.045185+0000 mgr.y (mgr.25387) 6720 : cluster [DBG] pgmap v4413: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:26.045432+0000 mgr.y (mgr.25387) 6721 : cluster [DBG] pgmap v4414: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.052874+0000 mon.a (mon.0) 13613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:26.053374+0000 mgr.y (mgr.25387) 6722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.128793+0000 mon.a (mon.0) 13614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.131446+0000 mon.a (mon.0) 13615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.133292+0000 mon.a (mon.0) 13616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.136951+0000 mon.a (mon.0) 13617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.138165+0000 mon.a (mon.0) 13618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.714 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:26.140075+0000 mgr.y (mgr.25387) 6723 : cluster [DBG] pgmap v4415: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cluster 2024-03-30T04:51:26.140370+0000 mgr.y (mgr.25387) 6724 : cluster [DBG] pgmap v4416: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.151063+0000 mon.a (mon.0) 13619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: cephadm 2024-03-30T04:51:26.151717+0000 mgr.y (mgr.25387) 6725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.239190+0000 mon.a (mon.0) 13620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.241072+0000 mon.a (mon.0) 13621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.247350+0000 mon.a (mon.0) 13622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.248017+0000 mon.a (mon.0) 13623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.252733+0000 mon.a (mon.0) 13624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.254318+0000 mon.a (mon.0) 13625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.259624+0000 mon.a (mon.0) 13626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.260310+0000 mon.a (mon.0) 13627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.263938+0000 mon.a (mon.0) 13628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.266774+0000 mon.a (mon.0) 13629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.268722+0000 mon.a (mon.0) 13630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.715 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.270820+0000 mon.a (mon.0) 13631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.272805+0000 mon.a (mon.0) 13632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.275094+0000 mon.a (mon.0) 13633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.277087+0000 mon.a (mon.0) 13634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.279487+0000 mon.a (mon.0) 13635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.282726+0000 mon.a (mon.0) 13636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.716 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:26 smithi105 bash[58125]: audit 2024-03-30T04:51:26.285571+0000 mon.a (mon.0) 13637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.292789+0000 mgr.y (mgr.25387) 6696 : cluster [DBG] pgmap v4397: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.293417+0000 mgr.y (mgr.25387) 6697 : cluster [DBG] pgmap v4398: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.304285+0000 mgr.y (mgr.25387) 6698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.392783+0000 mgr.y (mgr.25387) 6699 : cluster [DBG] pgmap v4399: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.393475+0000 mgr.y (mgr.25387) 6700 : cluster [DBG] pgmap v4400: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.400687+0000 mgr.y (mgr.25387) 6701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.474756+0000 mon.a (mon.0) 13572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.477256+0000 mon.a (mon.0) 13573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.478397+0000 mon.a (mon.0) 13574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.481150+0000 mon.a (mon.0) 13575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.482146+0000 mon.a (mon.0) 13576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.483753+0000 mgr.y (mgr.25387) 6702 : cluster [DBG] pgmap v4401: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.484001+0000 mgr.y (mgr.25387) 6703 : cluster [DBG] pgmap v4402: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.488513+0000 mon.a (mon.0) 13577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.489071+0000 mgr.y (mgr.25387) 6704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.546187+0000 mon.a (mon.0) 13578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.548182+0000 mon.a (mon.0) 13579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.549464+0000 mon.a (mon.0) 13580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.878 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.551861+0000 mon.a (mon.0) 13581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.292789+0000 mgr.y (mgr.25387) 6696 : cluster [DBG] pgmap v4397: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.293417+0000 mgr.y (mgr.25387) 6697 : cluster [DBG] pgmap v4398: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.304285+0000 mgr.y (mgr.25387) 6698 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.392783+0000 mgr.y (mgr.25387) 6699 : cluster [DBG] pgmap v4399: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.393475+0000 mgr.y (mgr.25387) 6700 : cluster [DBG] pgmap v4400: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.400687+0000 mgr.y (mgr.25387) 6701 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.474756+0000 mon.a (mon.0) 13572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.477256+0000 mon.a (mon.0) 13573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.478397+0000 mon.a (mon.0) 13574 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.481150+0000 mon.a (mon.0) 13575 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.482146+0000 mon.a (mon.0) 13576 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.483753+0000 mgr.y (mgr.25387) 6702 : cluster [DBG] pgmap v4401: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.484001+0000 mgr.y (mgr.25387) 6703 : cluster [DBG] pgmap v4402: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 16 KiB/s rd, 16 op/s 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.488513+0000 mon.a (mon.0) 13577 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.489071+0000 mgr.y (mgr.25387) 6704 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.546187+0000 mon.a (mon.0) 13578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.548182+0000 mon.a (mon.0) 13579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.549464+0000 mon.a (mon.0) 13580 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.551861+0000 mon.a (mon.0) 13581 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.552603+0000 mon.a (mon.0) 13582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.553956+0000 mgr.y (mgr.25387) 6705 : cluster [DBG] pgmap v4403: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.554209+0000 mgr.y (mgr.25387) 6706 : cluster [DBG] pgmap v4404: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.559985+0000 mon.a (mon.0) 13583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.560528+0000 mgr.y (mgr.25387) 6707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.640104+0000 mon.a (mon.0) 13584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.642466+0000 mon.a (mon.0) 13585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.643362+0000 mon.a (mon.0) 13586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.645616+0000 mon.a (mon.0) 13587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.646282+0000 mon.a (mon.0) 13588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.647881+0000 mgr.y (mgr.25387) 6708 : cluster [DBG] pgmap v4405: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.648133+0000 mgr.y (mgr.25387) 6709 : cluster [DBG] pgmap v4406: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.653911+0000 mon.a (mon.0) 13589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.654607+0000 mgr.y (mgr.25387) 6710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.724888+0000 mon.a (mon.0) 13590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.728863+0000 mon.a (mon.0) 13591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.730560+0000 mon.a (mon.0) 13592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.734183+0000 mon.a (mon.0) 13593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.735435+0000 mon.a (mon.0) 13594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.552603+0000 mon.a (mon.0) 13582 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.553956+0000 mgr.y (mgr.25387) 6705 : cluster [DBG] pgmap v4403: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.554209+0000 mgr.y (mgr.25387) 6706 : cluster [DBG] pgmap v4404: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.559985+0000 mon.a (mon.0) 13583 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.560528+0000 mgr.y (mgr.25387) 6707 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.882 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.640104+0000 mon.a (mon.0) 13584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.642466+0000 mon.a (mon.0) 13585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.643362+0000 mon.a (mon.0) 13586 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.645616+0000 mon.a (mon.0) 13587 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.646282+0000 mon.a (mon.0) 13588 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.647881+0000 mgr.y (mgr.25387) 6708 : cluster [DBG] pgmap v4405: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.648133+0000 mgr.y (mgr.25387) 6709 : cluster [DBG] pgmap v4406: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 19 op/s 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.653911+0000 mon.a (mon.0) 13589 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.654607+0000 mgr.y (mgr.25387) 6710 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.724888+0000 mon.a (mon.0) 13590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.728863+0000 mon.a (mon.0) 13591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.730560+0000 mon.a (mon.0) 13592 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.734183+0000 mon.a (mon.0) 13593 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.883 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.735435+0000 mon.a (mon.0) 13594 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.738376+0000 mgr.y (mgr.25387) 6711 : cluster [DBG] pgmap v4407: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.739001+0000 mgr.y (mgr.25387) 6712 : cluster [DBG] pgmap v4408: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.745754+0000 mon.a (mon.0) 13595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.746599+0000 mgr.y (mgr.25387) 6713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.835601+0000 mon.a (mon.0) 13596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.839533+0000 mon.a (mon.0) 13597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.841232+0000 mon.a (mon.0) 13598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.844904+0000 mon.a (mon.0) 13599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.846103+0000 mon.a (mon.0) 13600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.848338+0000 mgr.y (mgr.25387) 6714 : cluster [DBG] pgmap v4409: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.848640+0000 mgr.y (mgr.25387) 6715 : cluster [DBG] pgmap v4410: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.860189+0000 mon.a (mon.0) 13601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.860810+0000 mgr.y (mgr.25387) 6716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.938989+0000 mon.a (mon.0) 13602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.942821+0000 mon.a (mon.0) 13603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.944610+0000 mon.a (mon.0) 13604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.948019+0000 mon.a (mon.0) 13605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.949465+0000 mon.a (mon.0) 13606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.951498+0000 mgr.y (mgr.25387) 6717 : cluster [DBG] pgmap v4411: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.885 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.738376+0000 mgr.y (mgr.25387) 6711 : cluster [DBG] pgmap v4407: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.739001+0000 mgr.y (mgr.25387) 6712 : cluster [DBG] pgmap v4408: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.745754+0000 mon.a (mon.0) 13595 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.746599+0000 mgr.y (mgr.25387) 6713 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.835601+0000 mon.a (mon.0) 13596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.839533+0000 mon.a (mon.0) 13597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.841232+0000 mon.a (mon.0) 13598 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.844904+0000 mon.a (mon.0) 13599 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.846103+0000 mon.a (mon.0) 13600 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.848338+0000 mgr.y (mgr.25387) 6714 : cluster [DBG] pgmap v4409: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.848640+0000 mgr.y (mgr.25387) 6715 : cluster [DBG] pgmap v4410: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.860189+0000 mon.a (mon.0) 13601 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.860810+0000 mgr.y (mgr.25387) 6716 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.886 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.938989+0000 mon.a (mon.0) 13602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.942821+0000 mon.a (mon.0) 13603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.944610+0000 mon.a (mon.0) 13604 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.948019+0000 mon.a (mon.0) 13605 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.949465+0000 mon.a (mon.0) 13606 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.951498+0000 mgr.y (mgr.25387) 6717 : cluster [DBG] pgmap v4411: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:25.951792+0000 mgr.y (mgr.25387) 6718 : cluster [DBG] pgmap v4412: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:25.959302+0000 mon.a (mon.0) 13607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:25.959942+0000 mgr.y (mgr.25387) 6719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.035847+0000 mon.a (mon.0) 13608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.038981+0000 mon.a (mon.0) 13609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.040127+0000 mon.a (mon.0) 13610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.042643+0000 mon.a (mon.0) 13611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.043492+0000 mon.a (mon.0) 13612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:26.045185+0000 mgr.y (mgr.25387) 6720 : cluster [DBG] pgmap v4413: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:26.045432+0000 mgr.y (mgr.25387) 6721 : cluster [DBG] pgmap v4414: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.052874+0000 mon.a (mon.0) 13613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.888 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:26.053374+0000 mgr.y (mgr.25387) 6722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.128793+0000 mon.a (mon.0) 13614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.131446+0000 mon.a (mon.0) 13615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.133292+0000 mon.a (mon.0) 13616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.136951+0000 mon.a (mon.0) 13617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.138165+0000 mon.a (mon.0) 13618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:26.140075+0000 mgr.y (mgr.25387) 6723 : cluster [DBG] pgmap v4415: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cluster 2024-03-30T04:51:26.140370+0000 mgr.y (mgr.25387) 6724 : cluster [DBG] pgmap v4416: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.151063+0000 mon.a (mon.0) 13619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:25.951792+0000 mgr.y (mgr.25387) 6718 : cluster [DBG] pgmap v4412: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:25.959302+0000 mon.a (mon.0) 13607 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:25.959942+0000 mgr.y (mgr.25387) 6719 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.035847+0000 mon.a (mon.0) 13608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.038981+0000 mon.a (mon.0) 13609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.040127+0000 mon.a (mon.0) 13610 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.042643+0000 mon.a (mon.0) 13611 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.043492+0000 mon.a (mon.0) 13612 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:26.045185+0000 mgr.y (mgr.25387) 6720 : cluster [DBG] pgmap v4413: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:26.045432+0000 mgr.y (mgr.25387) 6721 : cluster [DBG] pgmap v4414: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.052874+0000 mon.a (mon.0) 13613 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:26.053374+0000 mgr.y (mgr.25387) 6722 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.128793+0000 mon.a (mon.0) 13614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.131446+0000 mon.a (mon.0) 13615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.133292+0000 mon.a (mon.0) 13616 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.136951+0000 mon.a (mon.0) 13617 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.138165+0000 mon.a (mon.0) 13618 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:26.140075+0000 mgr.y (mgr.25387) 6723 : cluster [DBG] pgmap v4415: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cluster 2024-03-30T04:51:26.140370+0000 mgr.y (mgr.25387) 6724 : cluster [DBG] pgmap v4416: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.151063+0000 mon.a (mon.0) 13619 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.891 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: cephadm 2024-03-30T04:51:26.151717+0000 mgr.y (mgr.25387) 6725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.239190+0000 mon.a (mon.0) 13620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.241072+0000 mon.a (mon.0) 13621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.247350+0000 mon.a (mon.0) 13622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.248017+0000 mon.a (mon.0) 13623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.252733+0000 mon.a (mon.0) 13624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.254318+0000 mon.a (mon.0) 13625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.259624+0000 mon.a (mon.0) 13626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.260310+0000 mon.a (mon.0) 13627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.263938+0000 mon.a (mon.0) 13628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.266774+0000 mon.a (mon.0) 13629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.268722+0000 mon.a (mon.0) 13630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.270820+0000 mon.a (mon.0) 13631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.272805+0000 mon.a (mon.0) 13632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.892 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.275094+0000 mon.a (mon.0) 13633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.277087+0000 mon.a (mon.0) 13634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.279487+0000 mon.a (mon.0) 13635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.282726+0000 mon.a (mon.0) 13636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[69502]: audit 2024-03-30T04:51:26.285571+0000 mon.a (mon.0) 13637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: cephadm 2024-03-30T04:51:26.151717+0000 mgr.y (mgr.25387) 6725 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.239190+0000 mon.a (mon.0) 13620 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.241072+0000 mon.a (mon.0) 13621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.247350+0000 mon.a (mon.0) 13622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.248017+0000 mon.a (mon.0) 13623 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.252733+0000 mon.a (mon.0) 13624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.254318+0000 mon.a (mon.0) 13625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.259624+0000 mon.a (mon.0) 13626 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.260310+0000 mon.a (mon.0) 13627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.263938+0000 mon.a (mon.0) 13628 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.266774+0000 mon.a (mon.0) 13629 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.268722+0000 mon.a (mon.0) 13630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.270820+0000 mon.a (mon.0) 13631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.272805+0000 mon.a (mon.0) 13632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.275094+0000 mon.a (mon.0) 13633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.277087+0000 mon.a (mon.0) 13634 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.894 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.279487+0000 mon.a (mon.0) 13635 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.282726+0000 mon.a (mon.0) 13636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:26.895 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:26 smithi097 bash[73934]: audit 2024-03-30T04:51:26.285571+0000 mon.a (mon.0) 13637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:27.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:27 smithi097 bash[69502]: cluster 2024-03-30T04:51:26.248658+0000 mgr.y (mgr.25387) 6726 : cluster [DBG] pgmap v4417: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:27.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:27 smithi097 bash[69502]: cluster 2024-03-30T04:51:26.248946+0000 mgr.y (mgr.25387) 6727 : cluster [DBG] pgmap v4418: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:27 smithi097 bash[73934]: cluster 2024-03-30T04:51:26.248658+0000 mgr.y (mgr.25387) 6726 : cluster [DBG] pgmap v4417: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:27.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:27 smithi097 bash[73934]: cluster 2024-03-30T04:51:26.248946+0000 mgr.y (mgr.25387) 6727 : cluster [DBG] pgmap v4418: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:27.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:27 smithi105 bash[58125]: cluster 2024-03-30T04:51:26.248658+0000 mgr.y (mgr.25387) 6726 : cluster [DBG] pgmap v4417: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:27.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:27 smithi105 bash[58125]: cluster 2024-03-30T04:51:26.248946+0000 mgr.y (mgr.25387) 6727 : cluster [DBG] pgmap v4418: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[69502]: cluster 2024-03-30T04:51:28.249955+0000 mgr.y (mgr.25387) 6728 : cluster [DBG] pgmap v4419: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[69502]: audit 2024-03-30T04:51:29.440623+0000 mon.a (mon.0) 13638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[69502]: audit 2024-03-30T04:51:29.453148+0000 mon.a (mon.0) 13639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[69502]: audit 2024-03-30T04:51:29.466629+0000 mon.a (mon.0) 13640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[73934]: cluster 2024-03-30T04:51:28.249955+0000 mgr.y (mgr.25387) 6728 : cluster [DBG] pgmap v4419: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[73934]: audit 2024-03-30T04:51:29.440623+0000 mon.a (mon.0) 13638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[73934]: audit 2024-03-30T04:51:29.453148+0000 mon.a (mon.0) 13639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:29 smithi097 bash[73934]: audit 2024-03-30T04:51:29.466629+0000 mon.a (mon.0) 13640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:29 smithi105 bash[58125]: cluster 2024-03-30T04:51:28.249955+0000 mgr.y (mgr.25387) 6728 : cluster [DBG] pgmap v4419: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:29.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:29 smithi105 bash[58125]: audit 2024-03-30T04:51:29.440623+0000 mon.a (mon.0) 13638 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:29 smithi105 bash[58125]: audit 2024-03-30T04:51:29.453148+0000 mon.a (mon.0) 13639 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:29.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:29 smithi105 bash[58125]: audit 2024-03-30T04:51:29.466629+0000 mon.a (mon.0) 13640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:30.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[73934]: cephadm 2024-03-30T04:51:29.208419+0000 mgr.y (mgr.25387) 6729 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:51:30.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[73934]: cephadm 2024-03-30T04:51:29.230577+0000 mgr.y (mgr.25387) 6730 : cephadm [INF] Deploying daemon alertmanager.a on smithi097 2024-03-30T04:51:30.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[73934]: cluster 2024-03-30T04:51:29.455919+0000 mgr.y (mgr.25387) 6731 : cluster [DBG] pgmap v4420: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:30.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[73934]: cluster 2024-03-30T04:51:29.456406+0000 mgr.y (mgr.25387) 6732 : cluster [DBG] pgmap v4421: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:30.723 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[73934]: audit 2024-03-30T04:51:30.162672+0000 mgr.y (mgr.25387) 6733 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:30.724 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[69502]: cephadm 2024-03-30T04:51:29.208419+0000 mgr.y (mgr.25387) 6729 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:51:30.724 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[69502]: cephadm 2024-03-30T04:51:29.230577+0000 mgr.y (mgr.25387) 6730 : cephadm [INF] Deploying daemon alertmanager.a on smithi097 2024-03-30T04:51:30.724 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[69502]: cluster 2024-03-30T04:51:29.455919+0000 mgr.y (mgr.25387) 6731 : cluster [DBG] pgmap v4420: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:30.724 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[69502]: cluster 2024-03-30T04:51:29.456406+0000 mgr.y (mgr.25387) 6732 : cluster [DBG] pgmap v4421: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:30.724 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:30 smithi097 bash[69502]: audit 2024-03-30T04:51:30.162672+0000 mgr.y (mgr.25387) 6733 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:30.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:30 smithi105 bash[58125]: cephadm 2024-03-30T04:51:29.208419+0000 mgr.y (mgr.25387) 6729 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-03-30T04:51:30.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:30 smithi105 bash[58125]: cephadm 2024-03-30T04:51:29.230577+0000 mgr.y (mgr.25387) 6730 : cephadm [INF] Deploying daemon alertmanager.a on smithi097 2024-03-30T04:51:30.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:30 smithi105 bash[58125]: cluster 2024-03-30T04:51:29.455919+0000 mgr.y (mgr.25387) 6731 : cluster [DBG] pgmap v4420: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:30.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:30 smithi105 bash[58125]: cluster 2024-03-30T04:51:29.456406+0000 mgr.y (mgr.25387) 6732 : cluster [DBG] pgmap v4421: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:30.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:30 smithi105 bash[58125]: audit 2024-03-30T04:51:30.162672+0000 mgr.y (mgr.25387) 6733 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:32.602 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:32 smithi097 bash[69502]: cluster 2024-03-30T04:51:31.457851+0000 mgr.y (mgr.25387) 6734 : cluster [DBG] pgmap v4422: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2024-03-30T04:51:32.603 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:51:32] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.43.0" 2024-03-30T04:51:32.603 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:32 smithi097 bash[73934]: cluster 2024-03-30T04:51:31.457851+0000 mgr.y (mgr.25387) 6734 : cluster [DBG] pgmap v4422: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2024-03-30T04:51:32.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:32 smithi105 bash[58125]: cluster 2024-03-30T04:51:31.457851+0000 mgr.y (mgr.25387) 6734 : cluster [DBG] pgmap v4422: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 963 B/s rd, 0 op/s 2024-03-30T04:51:33.846 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.847 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.847 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.847 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.848 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.848 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.848 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.849 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:33.849 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:34.126 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:33 smithi097 systemd[1]: Stopping Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:51:34.126 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:33 smithi097 bash[61792]: level=info ts=2024-03-30T04:51:33.992Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[69502]: cluster 2024-03-30T04:51:33.458759+0000 mgr.y (mgr.25387) 6735 : cluster [DBG] pgmap v4423: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[69502]: audit 2024-03-30T04:51:34.451962+0000 mon.a (mon.0) 13641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[69502]: audit 2024-03-30T04:51:34.460875+0000 mon.a (mon.0) 13642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[69502]: audit 2024-03-30T04:51:34.469185+0000 mon.a (mon.0) 13643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[73934]: cluster 2024-03-30T04:51:33.458759+0000 mgr.y (mgr.25387) 6735 : cluster [DBG] pgmap v4423: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[73934]: audit 2024-03-30T04:51:34.451962+0000 mon.a (mon.0) 13641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[73934]: audit 2024-03-30T04:51:34.460875+0000 mon.a (mon.0) 13642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:34 smithi097 bash[73934]: audit 2024-03-30T04:51:34.469185+0000 mon.a (mon.0) 13643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:34 smithi105 bash[58125]: cluster 2024-03-30T04:51:33.458759+0000 mgr.y (mgr.25387) 6735 : cluster [DBG] pgmap v4423: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2024-03-30T04:51:34.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:34 smithi105 bash[58125]: audit 2024-03-30T04:51:34.451962+0000 mon.a (mon.0) 13641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:34 smithi105 bash[58125]: audit 2024-03-30T04:51:34.460875+0000 mon.a (mon.0) 13642 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:34.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:34 smithi105 bash[58125]: audit 2024-03-30T04:51:34.469185+0000 mon.a (mon.0) 13643 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:35.318 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:35 smithi097 bash[104938]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:51:35.602 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.603 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.603 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.604 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.604 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:35 smithi097 bash[73934]: cluster 2024-03-30T04:51:34.462686+0000 mgr.y (mgr.25387) 6736 : cluster [DBG] pgmap v4424: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-03-30T04:51:35.604 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:35 smithi097 bash[73934]: cluster 2024-03-30T04:51:34.463112+0000 mgr.y (mgr.25387) 6737 : cluster [DBG] pgmap v4425: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2024-03-30T04:51:35.604 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.604 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.605 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.605 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:35 smithi097 bash[105033]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:51:35.605 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:51:35.605 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: Stopped Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:35.605 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.605 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: Started Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:35 smithi097 bash[69502]: cluster 2024-03-30T04:51:34.462686+0000 mgr.y (mgr.25387) 6736 : cluster [DBG] pgmap v4424: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-03-30T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:35 smithi097 bash[69502]: cluster 2024-03-30T04:51:34.463112+0000 mgr.y (mgr.25387) 6737 : cluster [DBG] pgmap v4425: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2024-03-30T04:51:35.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:35 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:35.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:35 smithi105 bash[58125]: cluster 2024-03-30T04:51:34.462686+0000 mgr.y (mgr.25387) 6736 : cluster [DBG] pgmap v4424: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 623 B/s rd, 0 op/s 2024-03-30T04:51:35.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:35 smithi105 bash[58125]: cluster 2024-03-30T04:51:34.463112+0000 mgr.y (mgr.25387) 6737 : cluster [DBG] pgmap v4425: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 823 B/s rd, 0 op/s 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.650947+0000 mon.a (mon.0) 13644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.659304+0000 mon.a (mon.0) 13645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.709223+0000 mon.a (mon.0) 13646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.711674+0000 mon.a (mon.0) 13647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.712396+0000 mon.a (mon.0) 13648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:35.713986+0000 mgr.y (mgr.25387) 6738 : cluster [DBG] pgmap v4426: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:35.714250+0000 mgr.y (mgr.25387) 6739 : cluster [DBG] pgmap v4427: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.721105+0000 mon.a (mon.0) 13649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cephadm 2024-03-30T04:51:35.721589+0000 mgr.y (mgr.25387) 6740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.776112+0000 mon.a (mon.0) 13650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.776621+0000 mgr.y (mgr.25387) 6741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.783680+0000 mon.a (mon.0) 13651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.785940+0000 mon.a (mon.0) 13652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.787433+0000 mon.a (mon.0) 13653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.790436+0000 mon.a (mon.0) 13654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.791279+0000 mon.a (mon.0) 13655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:35.793040+0000 mgr.y (mgr.25387) 6742 : cluster [DBG] pgmap v4428: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:35.793402+0000 mgr.y (mgr.25387) 6743 : cluster [DBG] pgmap v4429: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:51:36.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.799085+0000 mon.a (mon.0) 13656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cephadm 2024-03-30T04:51:35.799722+0000 mgr.y (mgr.25387) 6744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.876622+0000 mon.a (mon.0) 13657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.878740+0000 mon.a (mon.0) 13658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.879681+0000 mon.a (mon.0) 13659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.882103+0000 mon.a (mon.0) 13660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.882845+0000 mon.a (mon.0) 13661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:35.884178+0000 mgr.y (mgr.25387) 6745 : cluster [DBG] pgmap v4430: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:35.985813+0000 mgr.y (mgr.25387) 6746 : cluster [DBG] pgmap v4431: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:35.990375+0000 mon.a (mon.0) 13662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cephadm 2024-03-30T04:51:35.990930+0000 mgr.y (mgr.25387) 6747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.059739+0000 mon.a (mon.0) 13663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.063101+0000 mon.a (mon.0) 13664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.064389+0000 mon.a (mon.0) 13665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.067002+0000 mon.a (mon.0) 13666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.067877+0000 mon.a (mon.0) 13667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.069676+0000 mgr.y (mgr.25387) 6748 : cluster [DBG] pgmap v4432: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.070168+0000 mgr.y (mgr.25387) 6749 : cluster [DBG] pgmap v4433: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.078349+0000 mon.a (mon.0) 13668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.078905+0000 mgr.y (mgr.25387) 6750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.119413+0000 mon.a (mon.0) 13669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.121730+0000 mon.a (mon.0) 13670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.122537+0000 mon.a (mon.0) 13671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.124332+0000 mon.a (mon.0) 13672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.124907+0000 mon.a (mon.0) 13673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.126057+0000 mgr.y (mgr.25387) 6751 : cluster [DBG] pgmap v4434: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.126277+0000 mgr.y (mgr.25387) 6752 : cluster [DBG] pgmap v4435: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.132786+0000 mon.a (mon.0) 13674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.133212+0000 mgr.y (mgr.25387) 6753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.201147+0000 mon.a (mon.0) 13675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.204554+0000 mon.a (mon.0) 13676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.205828+0000 mon.a (mon.0) 13677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.208782+0000 mon.a (mon.0) 13678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.209696+0000 mon.a (mon.0) 13679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.218919+0000 mon.a (mon.0) 13680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.311521+0000 mon.a (mon.0) 13681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.316187+0000 mon.a (mon.0) 13682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.318112+0000 mon.a (mon.0) 13683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.322672+0000 mon.a (mon.0) 13684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.324271+0000 mon.a (mon.0) 13685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.336964+0000 mon.a (mon.0) 13686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.413269+0000 mon.a (mon.0) 13687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.416459+0000 mon.a (mon.0) 13688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.418007+0000 mon.a (mon.0) 13689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.421143+0000 mon.a (mon.0) 13690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.422086+0000 mon.a (mon.0) 13691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.429334+0000 mon.a (mon.0) 13692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.520605+0000 mon.a (mon.0) 13693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.524669+0000 mon.a (mon.0) 13694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.526317+0000 mon.a (mon.0) 13695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.530442+0000 mon.a (mon.0) 13696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.531553+0000 mon.a (mon.0) 13697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.539593+0000 mon.a (mon.0) 13698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.615956+0000 mon.a (mon.0) 13699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.617985+0000 mon.a (mon.0) 13700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.618978+0000 mon.a (mon.0) 13701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.621062+0000 mon.a (mon.0) 13702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.621729+0000 mon.a (mon.0) 13703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:36.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:36 smithi105 bash[58125]: audit 2024-03-30T04:51:36.627588+0000 mon.a (mon.0) 13704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.650947+0000 mon.a (mon.0) 13644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.659304+0000 mon.a (mon.0) 13645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.709223+0000 mon.a (mon.0) 13646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.711674+0000 mon.a (mon.0) 13647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.712396+0000 mon.a (mon.0) 13648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:35.713986+0000 mgr.y (mgr.25387) 6738 : cluster [DBG] pgmap v4426: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:35.714250+0000 mgr.y (mgr.25387) 6739 : cluster [DBG] pgmap v4427: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.721105+0000 mon.a (mon.0) 13649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cephadm 2024-03-30T04:51:35.721589+0000 mgr.y (mgr.25387) 6740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.776112+0000 mon.a (mon.0) 13650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.776621+0000 mgr.y (mgr.25387) 6741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.783680+0000 mon.a (mon.0) 13651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.785940+0000 mon.a (mon.0) 13652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.787433+0000 mon.a (mon.0) 13653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.790436+0000 mon.a (mon.0) 13654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.791279+0000 mon.a (mon.0) 13655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:35.793040+0000 mgr.y (mgr.25387) 6742 : cluster [DBG] pgmap v4428: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:35.793402+0000 mgr.y (mgr.25387) 6743 : cluster [DBG] pgmap v4429: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.799085+0000 mon.a (mon.0) 13656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cephadm 2024-03-30T04:51:35.799722+0000 mgr.y (mgr.25387) 6744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.876622+0000 mon.a (mon.0) 13657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.878740+0000 mon.a (mon.0) 13658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.879681+0000 mon.a (mon.0) 13659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.882103+0000 mon.a (mon.0) 13660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.882845+0000 mon.a (mon.0) 13661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:35.884178+0000 mgr.y (mgr.25387) 6745 : cluster [DBG] pgmap v4430: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:35.985813+0000 mgr.y (mgr.25387) 6746 : cluster [DBG] pgmap v4431: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:35.990375+0000 mon.a (mon.0) 13662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cephadm 2024-03-30T04:51:35.990930+0000 mgr.y (mgr.25387) 6747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.059739+0000 mon.a (mon.0) 13663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.063101+0000 mon.a (mon.0) 13664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.064389+0000 mon.a (mon.0) 13665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.067002+0000 mon.a (mon.0) 13666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.067877+0000 mon.a (mon.0) 13667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.069676+0000 mgr.y (mgr.25387) 6748 : cluster [DBG] pgmap v4432: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.070168+0000 mgr.y (mgr.25387) 6749 : cluster [DBG] pgmap v4433: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.078349+0000 mon.a (mon.0) 13668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.078905+0000 mgr.y (mgr.25387) 6750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.650947+0000 mon.a (mon.0) 13644 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.659304+0000 mon.a (mon.0) 13645 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.709223+0000 mon.a (mon.0) 13646 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.711674+0000 mon.a (mon.0) 13647 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.712396+0000 mon.a (mon.0) 13648 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:35.713986+0000 mgr.y (mgr.25387) 6738 : cluster [DBG] pgmap v4426: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:35.714250+0000 mgr.y (mgr.25387) 6739 : cluster [DBG] pgmap v4427: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.721105+0000 mon.a (mon.0) 13649 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cephadm 2024-03-30T04:51:35.721589+0000 mgr.y (mgr.25387) 6740 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.776112+0000 mon.a (mon.0) 13650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.776621+0000 mgr.y (mgr.25387) 6741 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.783680+0000 mon.a (mon.0) 13651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.785940+0000 mon.a (mon.0) 13652 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.787433+0000 mon.a (mon.0) 13653 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.790436+0000 mon.a (mon.0) 13654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.791279+0000 mon.a (mon.0) 13655 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:35.793040+0000 mgr.y (mgr.25387) 6742 : cluster [DBG] pgmap v4428: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:35.793402+0000 mgr.y (mgr.25387) 6743 : cluster [DBG] pgmap v4429: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2024-03-30T04:51:37.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.799085+0000 mon.a (mon.0) 13656 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.119413+0000 mon.a (mon.0) 13669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.121730+0000 mon.a (mon.0) 13670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.122537+0000 mon.a (mon.0) 13671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.124332+0000 mon.a (mon.0) 13672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.124907+0000 mon.a (mon.0) 13673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.126057+0000 mgr.y (mgr.25387) 6751 : cluster [DBG] pgmap v4434: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.126277+0000 mgr.y (mgr.25387) 6752 : cluster [DBG] pgmap v4435: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.132786+0000 mon.a (mon.0) 13674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.133212+0000 mgr.y (mgr.25387) 6753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.201147+0000 mon.a (mon.0) 13675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.204554+0000 mon.a (mon.0) 13676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.205828+0000 mon.a (mon.0) 13677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.208782+0000 mon.a (mon.0) 13678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.209696+0000 mon.a (mon.0) 13679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.218919+0000 mon.a (mon.0) 13680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.311521+0000 mon.a (mon.0) 13681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.316187+0000 mon.a (mon.0) 13682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.318112+0000 mon.a (mon.0) 13683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.322672+0000 mon.a (mon.0) 13684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.324271+0000 mon.a (mon.0) 13685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.336964+0000 mon.a (mon.0) 13686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.413269+0000 mon.a (mon.0) 13687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.416459+0000 mon.a (mon.0) 13688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.418007+0000 mon.a (mon.0) 13689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.421143+0000 mon.a (mon.0) 13690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.422086+0000 mon.a (mon.0) 13691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.429334+0000 mon.a (mon.0) 13692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.520605+0000 mon.a (mon.0) 13693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.524669+0000 mon.a (mon.0) 13694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.526317+0000 mon.a (mon.0) 13695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.530442+0000 mon.a (mon.0) 13696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.531553+0000 mon.a (mon.0) 13697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.539593+0000 mon.a (mon.0) 13698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.615956+0000 mon.a (mon.0) 13699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.617985+0000 mon.a (mon.0) 13700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.618978+0000 mon.a (mon.0) 13701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.621062+0000 mon.a (mon.0) 13702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.621729+0000 mon.a (mon.0) 13703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[73934]: audit 2024-03-30T04:51:36.627588+0000 mon.a (mon.0) 13704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cephadm 2024-03-30T04:51:35.799722+0000 mgr.y (mgr.25387) 6744 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.876622+0000 mon.a (mon.0) 13657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.878740+0000 mon.a (mon.0) 13658 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.879681+0000 mon.a (mon.0) 13659 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.882103+0000 mon.a (mon.0) 13660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.882845+0000 mon.a (mon.0) 13661 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:35.884178+0000 mgr.y (mgr.25387) 6745 : cluster [DBG] pgmap v4430: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:35.985813+0000 mgr.y (mgr.25387) 6746 : cluster [DBG] pgmap v4431: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3 op/s 2024-03-30T04:51:37.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:35.990375+0000 mon.a (mon.0) 13662 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cephadm 2024-03-30T04:51:35.990930+0000 mgr.y (mgr.25387) 6747 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.059739+0000 mon.a (mon.0) 13663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.063101+0000 mon.a (mon.0) 13664 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.064389+0000 mon.a (mon.0) 13665 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.067002+0000 mon.a (mon.0) 13666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.067877+0000 mon.a (mon.0) 13667 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.069676+0000 mgr.y (mgr.25387) 6748 : cluster [DBG] pgmap v4432: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.070168+0000 mgr.y (mgr.25387) 6749 : cluster [DBG] pgmap v4433: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.078349+0000 mon.a (mon.0) 13668 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.078905+0000 mgr.y (mgr.25387) 6750 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.119413+0000 mon.a (mon.0) 13669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.121730+0000 mon.a (mon.0) 13670 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.122537+0000 mon.a (mon.0) 13671 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.124332+0000 mon.a (mon.0) 13672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.124907+0000 mon.a (mon.0) 13673 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.126057+0000 mgr.y (mgr.25387) 6751 : cluster [DBG] pgmap v4434: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.126277+0000 mgr.y (mgr.25387) 6752 : cluster [DBG] pgmap v4435: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.132786+0000 mon.a (mon.0) 13674 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.133212+0000 mgr.y (mgr.25387) 6753 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.201147+0000 mon.a (mon.0) 13675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.204554+0000 mon.a (mon.0) 13676 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.205828+0000 mon.a (mon.0) 13677 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.208782+0000 mon.a (mon.0) 13678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.209696+0000 mon.a (mon.0) 13679 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.218919+0000 mon.a (mon.0) 13680 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.311521+0000 mon.a (mon.0) 13681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.316187+0000 mon.a (mon.0) 13682 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.318112+0000 mon.a (mon.0) 13683 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.322672+0000 mon.a (mon.0) 13684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.324271+0000 mon.a (mon.0) 13685 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.336964+0000 mon.a (mon.0) 13686 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.413269+0000 mon.a (mon.0) 13687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.416459+0000 mon.a (mon.0) 13688 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.418007+0000 mon.a (mon.0) 13689 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.421143+0000 mon.a (mon.0) 13690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.422086+0000 mon.a (mon.0) 13691 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.429334+0000 mon.a (mon.0) 13692 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.520605+0000 mon.a (mon.0) 13693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.524669+0000 mon.a (mon.0) 13694 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.526317+0000 mon.a (mon.0) 13695 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.530442+0000 mon.a (mon.0) 13696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.531553+0000 mon.a (mon.0) 13697 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.539593+0000 mon.a (mon.0) 13698 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.615956+0000 mon.a (mon.0) 13699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.617985+0000 mon.a (mon.0) 13700 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.618978+0000 mon.a (mon.0) 13701 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.621062+0000 mon.a (mon.0) 13702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.621729+0000 mon.a (mon.0) 13703 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:36 smithi097 bash[69502]: audit 2024-03-30T04:51:36.627588+0000 mon.a (mon.0) 13704 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.625 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.379Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.379Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.381Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.97 port=9094 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.384Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.415Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.416Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.422Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-03-30T04:51:37.626 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[105088]: ts=2024-03-30T04:51:37.422Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-03-30T04:51:37.787 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.211779+0000 mgr.y (mgr.25387) 6754 : cluster [DBG] pgmap v4436: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.212336+0000 mgr.y (mgr.25387) 6755 : cluster [DBG] pgmap v4437: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.220070+0000 mgr.y (mgr.25387) 6756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.327667+0000 mgr.y (mgr.25387) 6757 : cluster [DBG] pgmap v4438: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.328390+0000 mgr.y (mgr.25387) 6758 : cluster [DBG] pgmap v4439: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.338391+0000 mgr.y (mgr.25387) 6759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.424054+0000 mgr.y (mgr.25387) 6760 : cluster [DBG] pgmap v4440: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.424528+0000 mgr.y (mgr.25387) 6761 : cluster [DBG] pgmap v4441: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.430169+0000 mgr.y (mgr.25387) 6762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.533966+0000 mgr.y (mgr.25387) 6763 : cluster [DBG] pgmap v4442: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.534615+0000 mgr.y (mgr.25387) 6764 : cluster [DBG] pgmap v4443: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.540156+0000 mgr.y (mgr.25387) 6765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.623051+0000 mgr.y (mgr.25387) 6766 : cluster [DBG] pgmap v4444: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.623310+0000 mgr.y (mgr.25387) 6767 : cluster [DBG] pgmap v4445: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.628066+0000 mgr.y (mgr.25387) 6768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.691870+0000 mon.a (mon.0) 13705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.694134+0000 mon.a (mon.0) 13706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.695453+0000 mon.a (mon.0) 13707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.697719+0000 mon.a (mon.0) 13708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.698483+0000 mon.a (mon.0) 13709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.699980+0000 mgr.y (mgr.25387) 6769 : cluster [DBG] pgmap v4446: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.700241+0000 mgr.y (mgr.25387) 6770 : cluster [DBG] pgmap v4447: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.704614+0000 mon.a (mon.0) 13710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.705046+0000 mgr.y (mgr.25387) 6771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.767370+0000 mon.a (mon.0) 13711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.769325+0000 mon.a (mon.0) 13712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.770233+0000 mon.a (mon.0) 13713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.772149+0000 mon.a (mon.0) 13714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.772823+0000 mon.a (mon.0) 13715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.774074+0000 mgr.y (mgr.25387) 6772 : cluster [DBG] pgmap v4448: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.774310+0000 mgr.y (mgr.25387) 6773 : cluster [DBG] pgmap v4449: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.778681+0000 mon.a (mon.0) 13716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.779157+0000 mgr.y (mgr.25387) 6774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.841966+0000 mon.a (mon.0) 13717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.844281+0000 mon.a (mon.0) 13718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.845214+0000 mon.a (mon.0) 13719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.847442+0000 mon.a (mon.0) 13720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.848128+0000 mon.a (mon.0) 13721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.849528+0000 mgr.y (mgr.25387) 6775 : cluster [DBG] pgmap v4450: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.849766+0000 mgr.y (mgr.25387) 6776 : cluster [DBG] pgmap v4451: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.855729+0000 mon.a (mon.0) 13722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.856114+0000 mgr.y (mgr.25387) 6777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.917876+0000 mon.a (mon.0) 13723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.920191+0000 mon.a (mon.0) 13724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.921158+0000 mon.a (mon.0) 13725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.923256+0000 mon.a (mon.0) 13726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.923922+0000 mon.a (mon.0) 13727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.925285+0000 mgr.y (mgr.25387) 6778 : cluster [DBG] pgmap v4452: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.925540+0000 mgr.y (mgr.25387) 6779 : cluster [DBG] pgmap v4453: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.931727+0000 mon.a (mon.0) 13728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:36.932140+0000 mgr.y (mgr.25387) 6780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.989295+0000 mon.a (mon.0) 13729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.991240+0000 mon.a (mon.0) 13730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.992133+0000 mon.a (mon.0) 13731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.994205+0000 mon.a (mon.0) 13732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:36.994868+0000 mon.a (mon.0) 13733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.996172+0000 mgr.y (mgr.25387) 6781 : cluster [DBG] pgmap v4454: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:36.996447+0000 mgr.y (mgr.25387) 6782 : cluster [DBG] pgmap v4455: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.002575+0000 mon.a (mon.0) 13734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.002992+0000 mgr.y (mgr.25387) 6783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.061652+0000 mon.a (mon.0) 13735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.063948+0000 mon.a (mon.0) 13736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.064938+0000 mon.a (mon.0) 13737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.067419+0000 mon.a (mon.0) 13738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.068166+0000 mon.a (mon.0) 13739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.069631+0000 mgr.y (mgr.25387) 6784 : cluster [DBG] pgmap v4456: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.069859+0000 mgr.y (mgr.25387) 6785 : cluster [DBG] pgmap v4457: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.076536+0000 mon.a (mon.0) 13740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.077000+0000 mgr.y (mgr.25387) 6786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.139071+0000 mon.a (mon.0) 13741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.141820+0000 mon.a (mon.0) 13742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.142992+0000 mon.a (mon.0) 13743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.145415+0000 mon.a (mon.0) 13744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.146309+0000 mon.a (mon.0) 13745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.147816+0000 mgr.y (mgr.25387) 6787 : cluster [DBG] pgmap v4458: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.148015+0000 mgr.y (mgr.25387) 6788 : cluster [DBG] pgmap v4459: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.155501+0000 mon.a (mon.0) 13746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.155934+0000 mgr.y (mgr.25387) 6789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.200791+0000 mon.a (mon.0) 13747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.203039+0000 mon.a (mon.0) 13748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.203971+0000 mon.a (mon.0) 13749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.206279+0000 mon.a (mon.0) 13750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.207109+0000 mon.a (mon.0) 13751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.215464+0000 mon.a (mon.0) 13752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.273614+0000 mon.a (mon.0) 13753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.275946+0000 mon.a (mon.0) 13754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.276916+0000 mon.a (mon.0) 13755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.279327+0000 mon.a (mon.0) 13756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.279991+0000 mon.a (mon.0) 13757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.288227+0000 mon.a (mon.0) 13758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.347628+0000 mon.a (mon.0) 13759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.349557+0000 mon.a (mon.0) 13760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.350629+0000 mon.a (mon.0) 13761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.352708+0000 mon.a (mon.0) 13762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.353400+0000 mon.a (mon.0) 13763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.363697+0000 mon.a (mon.0) 13764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.444696+0000 mon.a (mon.0) 13765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.446970+0000 mon.a (mon.0) 13766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.447908+0000 mon.a (mon.0) 13767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.450291+0000 mon.a (mon.0) 13768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.450991+0000 mon.a (mon.0) 13769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.459254+0000 mon.a (mon.0) 13770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.509770+0000 mon.a (mon.0) 13771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.512005+0000 mon.a (mon.0) 13772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.513138+0000 mon.a (mon.0) 13773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.515570+0000 mon.a (mon.0) 13774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.516349+0000 mon.a (mon.0) 13775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.525962+0000 mon.a (mon.0) 13776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.584429+0000 mon.a (mon.0) 13777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.586858+0000 mon.a (mon.0) 13778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.587746+0000 mon.a (mon.0) 13779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.589813+0000 mon.a (mon.0) 13780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.590418+0000 mon.a (mon.0) 13781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.598804+0000 mon.a (mon.0) 13782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.656450+0000 mon.a (mon.0) 13783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.658683+0000 mon.a (mon.0) 13784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.659659+0000 mon.a (mon.0) 13785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:37.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:37 smithi105 bash[58125]: audit 2024-03-30T04:51:37.661806+0000 mon.a (mon.0) 13786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.211779+0000 mgr.y (mgr.25387) 6754 : cluster [DBG] pgmap v4436: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.212336+0000 mgr.y (mgr.25387) 6755 : cluster [DBG] pgmap v4437: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.220070+0000 mgr.y (mgr.25387) 6756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.327667+0000 mgr.y (mgr.25387) 6757 : cluster [DBG] pgmap v4438: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.328390+0000 mgr.y (mgr.25387) 6758 : cluster [DBG] pgmap v4439: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.338391+0000 mgr.y (mgr.25387) 6759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.424054+0000 mgr.y (mgr.25387) 6760 : cluster [DBG] pgmap v4440: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.424528+0000 mgr.y (mgr.25387) 6761 : cluster [DBG] pgmap v4441: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.430169+0000 mgr.y (mgr.25387) 6762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.533966+0000 mgr.y (mgr.25387) 6763 : cluster [DBG] pgmap v4442: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.534615+0000 mgr.y (mgr.25387) 6764 : cluster [DBG] pgmap v4443: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.540156+0000 mgr.y (mgr.25387) 6765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.623051+0000 mgr.y (mgr.25387) 6766 : cluster [DBG] pgmap v4444: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.623310+0000 mgr.y (mgr.25387) 6767 : cluster [DBG] pgmap v4445: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.628066+0000 mgr.y (mgr.25387) 6768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.691870+0000 mon.a (mon.0) 13705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.694134+0000 mon.a (mon.0) 13706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.695453+0000 mon.a (mon.0) 13707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.697719+0000 mon.a (mon.0) 13708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.211779+0000 mgr.y (mgr.25387) 6754 : cluster [DBG] pgmap v4436: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.212336+0000 mgr.y (mgr.25387) 6755 : cluster [DBG] pgmap v4437: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.220070+0000 mgr.y (mgr.25387) 6756 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.327667+0000 mgr.y (mgr.25387) 6757 : cluster [DBG] pgmap v4438: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.328390+0000 mgr.y (mgr.25387) 6758 : cluster [DBG] pgmap v4439: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.338391+0000 mgr.y (mgr.25387) 6759 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.424054+0000 mgr.y (mgr.25387) 6760 : cluster [DBG] pgmap v4440: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.424528+0000 mgr.y (mgr.25387) 6761 : cluster [DBG] pgmap v4441: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.430169+0000 mgr.y (mgr.25387) 6762 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.533966+0000 mgr.y (mgr.25387) 6763 : cluster [DBG] pgmap v4442: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.534615+0000 mgr.y (mgr.25387) 6764 : cluster [DBG] pgmap v4443: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.540156+0000 mgr.y (mgr.25387) 6765 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.623051+0000 mgr.y (mgr.25387) 6766 : cluster [DBG] pgmap v4444: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.623310+0000 mgr.y (mgr.25387) 6767 : cluster [DBG] pgmap v4445: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.628066+0000 mgr.y (mgr.25387) 6768 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.691870+0000 mon.a (mon.0) 13705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.694134+0000 mon.a (mon.0) 13706 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.695453+0000 mon.a (mon.0) 13707 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.697719+0000 mon.a (mon.0) 13708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.698483+0000 mon.a (mon.0) 13709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.699980+0000 mgr.y (mgr.25387) 6769 : cluster [DBG] pgmap v4446: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.700241+0000 mgr.y (mgr.25387) 6770 : cluster [DBG] pgmap v4447: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.704614+0000 mon.a (mon.0) 13710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.705046+0000 mgr.y (mgr.25387) 6771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.767370+0000 mon.a (mon.0) 13711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.769325+0000 mon.a (mon.0) 13712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.770233+0000 mon.a (mon.0) 13713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.772149+0000 mon.a (mon.0) 13714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.772823+0000 mon.a (mon.0) 13715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.774074+0000 mgr.y (mgr.25387) 6772 : cluster [DBG] pgmap v4448: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.774310+0000 mgr.y (mgr.25387) 6773 : cluster [DBG] pgmap v4449: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.778681+0000 mon.a (mon.0) 13716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.779157+0000 mgr.y (mgr.25387) 6774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.841966+0000 mon.a (mon.0) 13717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.844281+0000 mon.a (mon.0) 13718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.845214+0000 mon.a (mon.0) 13719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.847442+0000 mon.a (mon.0) 13720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.848128+0000 mon.a (mon.0) 13721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.849528+0000 mgr.y (mgr.25387) 6775 : cluster [DBG] pgmap v4450: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.849766+0000 mgr.y (mgr.25387) 6776 : cluster [DBG] pgmap v4451: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.855729+0000 mon.a (mon.0) 13722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.856114+0000 mgr.y (mgr.25387) 6777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.917876+0000 mon.a (mon.0) 13723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.920191+0000 mon.a (mon.0) 13724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.921158+0000 mon.a (mon.0) 13725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.923256+0000 mon.a (mon.0) 13726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.923922+0000 mon.a (mon.0) 13727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.925285+0000 mgr.y (mgr.25387) 6778 : cluster [DBG] pgmap v4452: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.925540+0000 mgr.y (mgr.25387) 6779 : cluster [DBG] pgmap v4453: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.931727+0000 mon.a (mon.0) 13728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:36.932140+0000 mgr.y (mgr.25387) 6780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.989295+0000 mon.a (mon.0) 13729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.991240+0000 mon.a (mon.0) 13730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.992133+0000 mon.a (mon.0) 13731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.994205+0000 mon.a (mon.0) 13732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:36.994868+0000 mon.a (mon.0) 13733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.996172+0000 mgr.y (mgr.25387) 6781 : cluster [DBG] pgmap v4454: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:36.996447+0000 mgr.y (mgr.25387) 6782 : cluster [DBG] pgmap v4455: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.698483+0000 mon.a (mon.0) 13709 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.699980+0000 mgr.y (mgr.25387) 6769 : cluster [DBG] pgmap v4446: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.700241+0000 mgr.y (mgr.25387) 6770 : cluster [DBG] pgmap v4447: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.704614+0000 mon.a (mon.0) 13710 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.705046+0000 mgr.y (mgr.25387) 6771 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.767370+0000 mon.a (mon.0) 13711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.769325+0000 mon.a (mon.0) 13712 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.770233+0000 mon.a (mon.0) 13713 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.772149+0000 mon.a (mon.0) 13714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.772823+0000 mon.a (mon.0) 13715 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.774074+0000 mgr.y (mgr.25387) 6772 : cluster [DBG] pgmap v4448: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.774310+0000 mgr.y (mgr.25387) 6773 : cluster [DBG] pgmap v4449: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.778681+0000 mon.a (mon.0) 13716 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.779157+0000 mgr.y (mgr.25387) 6774 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.841966+0000 mon.a (mon.0) 13717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.844281+0000 mon.a (mon.0) 13718 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.845214+0000 mon.a (mon.0) 13719 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.847442+0000 mon.a (mon.0) 13720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.848128+0000 mon.a (mon.0) 13721 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.849528+0000 mgr.y (mgr.25387) 6775 : cluster [DBG] pgmap v4450: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.002575+0000 mon.a (mon.0) 13734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.002992+0000 mgr.y (mgr.25387) 6783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.061652+0000 mon.a (mon.0) 13735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.063948+0000 mon.a (mon.0) 13736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.064938+0000 mon.a (mon.0) 13737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.067419+0000 mon.a (mon.0) 13738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.068166+0000 mon.a (mon.0) 13739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.069631+0000 mgr.y (mgr.25387) 6784 : cluster [DBG] pgmap v4456: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.069859+0000 mgr.y (mgr.25387) 6785 : cluster [DBG] pgmap v4457: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.076536+0000 mon.a (mon.0) 13740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.077000+0000 mgr.y (mgr.25387) 6786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.139071+0000 mon.a (mon.0) 13741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.141820+0000 mon.a (mon.0) 13742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.142992+0000 mon.a (mon.0) 13743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.145415+0000 mon.a (mon.0) 13744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.146309+0000 mon.a (mon.0) 13745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.147816+0000 mgr.y (mgr.25387) 6787 : cluster [DBG] pgmap v4458: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.148015+0000 mgr.y (mgr.25387) 6788 : cluster [DBG] pgmap v4459: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.155501+0000 mon.a (mon.0) 13746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.155934+0000 mgr.y (mgr.25387) 6789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.849766+0000 mgr.y (mgr.25387) 6776 : cluster [DBG] pgmap v4451: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.855729+0000 mon.a (mon.0) 13722 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.856114+0000 mgr.y (mgr.25387) 6777 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.917876+0000 mon.a (mon.0) 13723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.920191+0000 mon.a (mon.0) 13724 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.921158+0000 mon.a (mon.0) 13725 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.923256+0000 mon.a (mon.0) 13726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.923922+0000 mon.a (mon.0) 13727 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.925285+0000 mgr.y (mgr.25387) 6778 : cluster [DBG] pgmap v4452: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.925540+0000 mgr.y (mgr.25387) 6779 : cluster [DBG] pgmap v4453: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.931727+0000 mon.a (mon.0) 13728 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:36.932140+0000 mgr.y (mgr.25387) 6780 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.989295+0000 mon.a (mon.0) 13729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.991240+0000 mon.a (mon.0) 13730 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.992133+0000 mon.a (mon.0) 13731 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.994205+0000 mon.a (mon.0) 13732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:36.994868+0000 mon.a (mon.0) 13733 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.996172+0000 mgr.y (mgr.25387) 6781 : cluster [DBG] pgmap v4454: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:36.996447+0000 mgr.y (mgr.25387) 6782 : cluster [DBG] pgmap v4455: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.200791+0000 mon.a (mon.0) 13747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.203039+0000 mon.a (mon.0) 13748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.203971+0000 mon.a (mon.0) 13749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.206279+0000 mon.a (mon.0) 13750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.207109+0000 mon.a (mon.0) 13751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.215464+0000 mon.a (mon.0) 13752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.273614+0000 mon.a (mon.0) 13753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.275946+0000 mon.a (mon.0) 13754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.276916+0000 mon.a (mon.0) 13755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.279327+0000 mon.a (mon.0) 13756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.279991+0000 mon.a (mon.0) 13757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.288227+0000 mon.a (mon.0) 13758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.347628+0000 mon.a (mon.0) 13759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.349557+0000 mon.a (mon.0) 13760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.350629+0000 mon.a (mon.0) 13761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.352708+0000 mon.a (mon.0) 13762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.353400+0000 mon.a (mon.0) 13763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.363697+0000 mon.a (mon.0) 13764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.444696+0000 mon.a (mon.0) 13765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.446970+0000 mon.a (mon.0) 13766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.447908+0000 mon.a (mon.0) 13767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.450291+0000 mon.a (mon.0) 13768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.450991+0000 mon.a (mon.0) 13769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.459254+0000 mon.a (mon.0) 13770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.509770+0000 mon.a (mon.0) 13771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.512005+0000 mon.a (mon.0) 13772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.513138+0000 mon.a (mon.0) 13773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.515570+0000 mon.a (mon.0) 13774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.516349+0000 mon.a (mon.0) 13775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.525962+0000 mon.a (mon.0) 13776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.584429+0000 mon.a (mon.0) 13777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.586858+0000 mon.a (mon.0) 13778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.587746+0000 mon.a (mon.0) 13779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.589813+0000 mon.a (mon.0) 13780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.590418+0000 mon.a (mon.0) 13781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.598804+0000 mon.a (mon.0) 13782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.656450+0000 mon.a (mon.0) 13783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.658683+0000 mon.a (mon.0) 13784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.659659+0000 mon.a (mon.0) 13785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[69502]: audit 2024-03-30T04:51:37.661806+0000 mon.a (mon.0) 13786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.002575+0000 mon.a (mon.0) 13734 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.002992+0000 mgr.y (mgr.25387) 6783 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.061652+0000 mon.a (mon.0) 13735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.063948+0000 mon.a (mon.0) 13736 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.064938+0000 mon.a (mon.0) 13737 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.067419+0000 mon.a (mon.0) 13738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.068166+0000 mon.a (mon.0) 13739 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.069631+0000 mgr.y (mgr.25387) 6784 : cluster [DBG] pgmap v4456: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.069859+0000 mgr.y (mgr.25387) 6785 : cluster [DBG] pgmap v4457: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.076536+0000 mon.a (mon.0) 13740 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.077000+0000 mgr.y (mgr.25387) 6786 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.139071+0000 mon.a (mon.0) 13741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.141820+0000 mon.a (mon.0) 13742 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.142992+0000 mon.a (mon.0) 13743 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.145415+0000 mon.a (mon.0) 13744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.146309+0000 mon.a (mon.0) 13745 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.147816+0000 mgr.y (mgr.25387) 6787 : cluster [DBG] pgmap v4458: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.148015+0000 mgr.y (mgr.25387) 6788 : cluster [DBG] pgmap v4459: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.155501+0000 mon.a (mon.0) 13746 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.155934+0000 mgr.y (mgr.25387) 6789 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.200791+0000 mon.a (mon.0) 13747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.203039+0000 mon.a (mon.0) 13748 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.203971+0000 mon.a (mon.0) 13749 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.206279+0000 mon.a (mon.0) 13750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.207109+0000 mon.a (mon.0) 13751 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.215464+0000 mon.a (mon.0) 13752 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.273614+0000 mon.a (mon.0) 13753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.275946+0000 mon.a (mon.0) 13754 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.276916+0000 mon.a (mon.0) 13755 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.279327+0000 mon.a (mon.0) 13756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.279991+0000 mon.a (mon.0) 13757 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.288227+0000 mon.a (mon.0) 13758 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.347628+0000 mon.a (mon.0) 13759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.349557+0000 mon.a (mon.0) 13760 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.350629+0000 mon.a (mon.0) 13761 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.352708+0000 mon.a (mon.0) 13762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.353400+0000 mon.a (mon.0) 13763 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.363697+0000 mon.a (mon.0) 13764 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.444696+0000 mon.a (mon.0) 13765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.446970+0000 mon.a (mon.0) 13766 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.447908+0000 mon.a (mon.0) 13767 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.450291+0000 mon.a (mon.0) 13768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.450991+0000 mon.a (mon.0) 13769 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.459254+0000 mon.a (mon.0) 13770 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.509770+0000 mon.a (mon.0) 13771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.512005+0000 mon.a (mon.0) 13772 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.513138+0000 mon.a (mon.0) 13773 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.515570+0000 mon.a (mon.0) 13774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.516349+0000 mon.a (mon.0) 13775 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.525962+0000 mon.a (mon.0) 13776 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.584429+0000 mon.a (mon.0) 13777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.586858+0000 mon.a (mon.0) 13778 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.587746+0000 mon.a (mon.0) 13779 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.589813+0000 mon.a (mon.0) 13780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.590418+0000 mon.a (mon.0) 13781 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.598804+0000 mon.a (mon.0) 13782 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.656450+0000 mon.a (mon.0) 13783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.658683+0000 mon.a (mon.0) 13784 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.659659+0000 mon.a (mon.0) 13785 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:37 smithi097 bash[73934]: audit 2024-03-30T04:51:37.661806+0000 mon.a (mon.0) 13786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 4s ago 24m - - 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 9s ago 23m - - 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 starting - - - - 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 error 9s ago 17m - - 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (80s) 4s ago 15m 42.3M - 3.7 3714003597ec d66b582b62cd 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (9m) 9s ago 23m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (9m) 4s ago 25m 542M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (9m) 4s ago 25m 170M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:51:38.563 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (7m) 9s ago 23m 68.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (8m) 4s ago 23m 72.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (59s) 4s ago 17m 7451k - 1.5.0 0da6a335fe13 51d1dfc9d616 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (40s) 9s ago 17m 7499k - 1.5.0 0da6a335fe13 6e6367562d43 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (6m) 4s ago 22m 60.0M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (6m) 4s ago 22m 66.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (5m) 4s ago 21m 61.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (5m) 4s ago 21m 66.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (4m) 9s ago 20m 66.8M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (3m) 9s ago 19m 58.7M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (3m) 9s ago 19m 54.5M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (2m) 9s ago 18m 59.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (20s) 9s ago 17m 49.6M - 2.43.0 a07b618ecd1d 18e5d0e4764b 2024-03-30T04:51:38.564 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (2m) 4s ago 15m 90.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 51ada343a22c 2024-03-30T04:51:38.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (2m) 9s ago 15m 90.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 839a415fe117 2024-03-30T04:51:38.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (2m) 4s ago 15m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 0ec36fcd9fac 2024-03-30T04:51:38.565 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (117s) 9s ago 15m 90.3M - 19.0.0-2493-gd82c9aa1 3714003597ec 583e5a7bf385 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.208451+0000 mgr.y (mgr.25387) 6790 : cluster [DBG] pgmap v4460: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.208670+0000 mgr.y (mgr.25387) 6791 : cluster [DBG] pgmap v4461: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.215941+0000 mgr.y (mgr.25387) 6792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.281309+0000 mgr.y (mgr.25387) 6793 : cluster [DBG] pgmap v4462: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.281547+0000 mgr.y (mgr.25387) 6794 : cluster [DBG] pgmap v4463: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.289823+0000 mgr.y (mgr.25387) 6795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.354846+0000 mgr.y (mgr.25387) 6796 : cluster [DBG] pgmap v4464: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.355099+0000 mgr.y (mgr.25387) 6797 : cluster [DBG] pgmap v4465: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.364617+0000 mgr.y (mgr.25387) 6798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.452518+0000 mgr.y (mgr.25387) 6799 : cluster [DBG] pgmap v4466: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.452806+0000 mgr.y (mgr.25387) 6800 : cluster [DBG] pgmap v4467: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.459894+0000 mgr.y (mgr.25387) 6801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.517818+0000 mgr.y (mgr.25387) 6802 : cluster [DBG] pgmap v4468: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.518072+0000 mgr.y (mgr.25387) 6803 : cluster [DBG] pgmap v4469: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.526590+0000 mgr.y (mgr.25387) 6804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.591591+0000 mgr.y (mgr.25387) 6805 : cluster [DBG] pgmap v4470: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.591823+0000 mgr.y (mgr.25387) 6806 : cluster [DBG] pgmap v4471: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.599227+0000 mgr.y (mgr.25387) 6807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.663052+0000 mon.a (mon.0) 13787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.664298+0000 mgr.y (mgr.25387) 6808 : cluster [DBG] pgmap v4472: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.664517+0000 mgr.y (mgr.25387) 6809 : cluster [DBG] pgmap v4473: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.678588+0000 mon.a (mon.0) 13788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.681709+0000 mgr.y (mgr.25387) 6810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.759643+0000 mon.a (mon.0) 13789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.761990+0000 mon.a (mon.0) 13790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.763014+0000 mon.a (mon.0) 13791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.765136+0000 mon.a (mon.0) 13792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.765821+0000 mon.a (mon.0) 13793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.767089+0000 mgr.y (mgr.25387) 6811 : cluster [DBG] pgmap v4474: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.767329+0000 mgr.y (mgr.25387) 6812 : cluster [DBG] pgmap v4475: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.771417+0000 mon.a (mon.0) 13794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.771854+0000 mgr.y (mgr.25387) 6813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.779025+0000 mgr.y (mgr.25387) 6814 : audit [DBG] from='client.54886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.829492+0000 mon.a (mon.0) 13795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.831298+0000 mon.a (mon.0) 13796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.832108+0000 mon.a (mon.0) 13797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.834059+0000 mon.a (mon.0) 13798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.835147+0000 mon.a (mon.0) 13799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.836648+0000 mgr.y (mgr.25387) 6815 : cluster [DBG] pgmap v4476: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.836952+0000 mgr.y (mgr.25387) 6816 : cluster [DBG] pgmap v4477: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.844218+0000 mon.a (mon.0) 13800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.844906+0000 mgr.y (mgr.25387) 6817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.901873+0000 mon.a (mon.0) 13801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.903724+0000 mon.a (mon.0) 13802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.904757+0000 mon.a (mon.0) 13803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.907054+0000 mon.a (mon.0) 13804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.907957+0000 mon.a (mon.0) 13805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.909594+0000 mgr.y (mgr.25387) 6818 : cluster [DBG] pgmap v4478: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.909875+0000 mgr.y (mgr.25387) 6819 : cluster [DBG] pgmap v4479: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.922555+0000 mon.a (mon.0) 13806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.923116+0000 mgr.y (mgr.25387) 6820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.980200+0000 mon.a (mon.0) 13807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.982840+0000 mon.a (mon.0) 13808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.983755+0000 mon.a (mon.0) 13809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.985872+0000 mon.a (mon.0) 13810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.986539+0000 mon.a (mon.0) 13811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.987851+0000 mgr.y (mgr.25387) 6821 : cluster [DBG] pgmap v4480: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:37.988051+0000 mgr.y (mgr.25387) 6822 : cluster [DBG] pgmap v4481: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:37.992381+0000 mon.a (mon.0) 13812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:37.992891+0000 mgr.y (mgr.25387) 6823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.032824+0000 mon.a (mon.0) 13813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.035381+0000 mon.a (mon.0) 13814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.036554+0000 mon.a (mon.0) 13815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.038710+0000 mon.a (mon.0) 13816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.039399+0000 mon.a (mon.0) 13817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.040673+0000 mgr.y (mgr.25387) 6824 : cluster [DBG] pgmap v4482: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.040964+0000 mgr.y (mgr.25387) 6825 : cluster [DBG] pgmap v4483: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.046200+0000 mon.a (mon.0) 13818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.046863+0000 mgr.y (mgr.25387) 6826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.103530+0000 mon.a (mon.0) 13819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.105433+0000 mon.a (mon.0) 13820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.106307+0000 mon.a (mon.0) 13821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.108264+0000 mon.a (mon.0) 13822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.108980+0000 mon.a (mon.0) 13823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.110262+0000 mgr.y (mgr.25387) 6827 : cluster [DBG] pgmap v4484: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.110489+0000 mgr.y (mgr.25387) 6828 : cluster [DBG] pgmap v4485: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.115793+0000 mon.a (mon.0) 13824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.116237+0000 mgr.y (mgr.25387) 6829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.172677+0000 mgr.y (mgr.25387) 6830 : audit [DBG] from='client.34962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.173192+0000 mon.a (mon.0) 13825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.175547+0000 mon.a (mon.0) 13826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.176486+0000 mon.a (mon.0) 13827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.178820+0000 mon.a (mon.0) 13828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.179551+0000 mon.a (mon.0) 13829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.180995+0000 mgr.y (mgr.25387) 6831 : cluster [DBG] pgmap v4486: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.181239+0000 mgr.y (mgr.25387) 6832 : cluster [DBG] pgmap v4487: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.186457+0000 mon.a (mon.0) 13830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.186976+0000 mgr.y (mgr.25387) 6833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.249602+0000 mon.a (mon.0) 13831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.252061+0000 mon.a (mon.0) 13832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.253039+0000 mon.a (mon.0) 13833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.255276+0000 mon.a (mon.0) 13834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.256033+0000 mon.a (mon.0) 13835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.261869+0000 mon.a (mon.0) 13836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.320391+0000 mon.a (mon.0) 13837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.322462+0000 mon.a (mon.0) 13838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.323472+0000 mon.a (mon.0) 13839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.325759+0000 mon.a (mon.0) 13840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.326388+0000 mon.a (mon.0) 13841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.333900+0000 mon.a (mon.0) 13842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.379317+0000 mon.a (mon.0) 13843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.381491+0000 mon.a (mon.0) 13844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.382311+0000 mon.a (mon.0) 13845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.384474+0000 mon.a (mon.0) 13846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.385121+0000 mon.a (mon.0) 13847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.392907+0000 mon.a (mon.0) 13848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.453117+0000 mon.a (mon.0) 13849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.455505+0000 mon.a (mon.0) 13850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.456710+0000 mon.a (mon.0) 13851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.459363+0000 mon.a (mon.0) 13852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.460051+0000 mon.a (mon.0) 13853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.469489+0000 mon.a (mon.0) 13854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.526492+0000 mon.a (mon.0) 13855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.528301+0000 mon.a (mon.0) 13856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.529146+0000 mon.a (mon.0) 13857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.531200+0000 mon.a (mon.0) 13858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.531883+0000 mon.a (mon.0) 13859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.540646+0000 mon.a (mon.0) 13860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.624304+0000 mon.a (mon.0) 13861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.626174+0000 mon.a (mon.0) 13862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.626969+0000 mon.a (mon.0) 13863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.628879+0000 mon.a (mon.0) 13864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:38.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.629563+0000 mon.a (mon.0) 13865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:38.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:38 smithi105 bash[58125]: audit 2024-03-30T04:51:38.638676+0000 mon.a (mon.0) 13866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.021 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:51:39.021 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:51:39.021 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:51:39.021 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:51:39.022 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:51:39.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.208451+0000 mgr.y (mgr.25387) 6790 : cluster [DBG] pgmap v4460: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.208670+0000 mgr.y (mgr.25387) 6791 : cluster [DBG] pgmap v4461: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.215941+0000 mgr.y (mgr.25387) 6792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.281309+0000 mgr.y (mgr.25387) 6793 : cluster [DBG] pgmap v4462: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.281547+0000 mgr.y (mgr.25387) 6794 : cluster [DBG] pgmap v4463: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.289823+0000 mgr.y (mgr.25387) 6795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.354846+0000 mgr.y (mgr.25387) 6796 : cluster [DBG] pgmap v4464: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.355099+0000 mgr.y (mgr.25387) 6797 : cluster [DBG] pgmap v4465: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.364617+0000 mgr.y (mgr.25387) 6798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.452518+0000 mgr.y (mgr.25387) 6799 : cluster [DBG] pgmap v4466: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.452806+0000 mgr.y (mgr.25387) 6800 : cluster [DBG] pgmap v4467: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.459894+0000 mgr.y (mgr.25387) 6801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.517818+0000 mgr.y (mgr.25387) 6802 : cluster [DBG] pgmap v4468: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.518072+0000 mgr.y (mgr.25387) 6803 : cluster [DBG] pgmap v4469: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.526590+0000 mgr.y (mgr.25387) 6804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.591591+0000 mgr.y (mgr.25387) 6805 : cluster [DBG] pgmap v4470: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.591823+0000 mgr.y (mgr.25387) 6806 : cluster [DBG] pgmap v4471: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.599227+0000 mgr.y (mgr.25387) 6807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.663052+0000 mon.a (mon.0) 13787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.664298+0000 mgr.y (mgr.25387) 6808 : cluster [DBG] pgmap v4472: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.208451+0000 mgr.y (mgr.25387) 6790 : cluster [DBG] pgmap v4460: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.208670+0000 mgr.y (mgr.25387) 6791 : cluster [DBG] pgmap v4461: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.215941+0000 mgr.y (mgr.25387) 6792 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.281309+0000 mgr.y (mgr.25387) 6793 : cluster [DBG] pgmap v4462: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.281547+0000 mgr.y (mgr.25387) 6794 : cluster [DBG] pgmap v4463: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.289823+0000 mgr.y (mgr.25387) 6795 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.354846+0000 mgr.y (mgr.25387) 6796 : cluster [DBG] pgmap v4464: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.355099+0000 mgr.y (mgr.25387) 6797 : cluster [DBG] pgmap v4465: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.364617+0000 mgr.y (mgr.25387) 6798 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.452518+0000 mgr.y (mgr.25387) 6799 : cluster [DBG] pgmap v4466: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.452806+0000 mgr.y (mgr.25387) 6800 : cluster [DBG] pgmap v4467: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.459894+0000 mgr.y (mgr.25387) 6801 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.517818+0000 mgr.y (mgr.25387) 6802 : cluster [DBG] pgmap v4468: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.518072+0000 mgr.y (mgr.25387) 6803 : cluster [DBG] pgmap v4469: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.526590+0000 mgr.y (mgr.25387) 6804 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.591591+0000 mgr.y (mgr.25387) 6805 : cluster [DBG] pgmap v4470: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.591823+0000 mgr.y (mgr.25387) 6806 : cluster [DBG] pgmap v4471: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.599227+0000 mgr.y (mgr.25387) 6807 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.663052+0000 mon.a (mon.0) 13787 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.664298+0000 mgr.y (mgr.25387) 6808 : cluster [DBG] pgmap v4472: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.664517+0000 mgr.y (mgr.25387) 6809 : cluster [DBG] pgmap v4473: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.678588+0000 mon.a (mon.0) 13788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.681709+0000 mgr.y (mgr.25387) 6810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.759643+0000 mon.a (mon.0) 13789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.761990+0000 mon.a (mon.0) 13790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.763014+0000 mon.a (mon.0) 13791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.765136+0000 mon.a (mon.0) 13792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.765821+0000 mon.a (mon.0) 13793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.767089+0000 mgr.y (mgr.25387) 6811 : cluster [DBG] pgmap v4474: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.767329+0000 mgr.y (mgr.25387) 6812 : cluster [DBG] pgmap v4475: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.771417+0000 mon.a (mon.0) 13794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.771854+0000 mgr.y (mgr.25387) 6813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.779025+0000 mgr.y (mgr.25387) 6814 : audit [DBG] from='client.54886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.829492+0000 mon.a (mon.0) 13795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.831298+0000 mon.a (mon.0) 13796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.832108+0000 mon.a (mon.0) 13797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.834059+0000 mon.a (mon.0) 13798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.835147+0000 mon.a (mon.0) 13799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.836648+0000 mgr.y (mgr.25387) 6815 : cluster [DBG] pgmap v4476: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.664517+0000 mgr.y (mgr.25387) 6809 : cluster [DBG] pgmap v4473: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.678588+0000 mon.a (mon.0) 13788 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.681709+0000 mgr.y (mgr.25387) 6810 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.759643+0000 mon.a (mon.0) 13789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.761990+0000 mon.a (mon.0) 13790 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.763014+0000 mon.a (mon.0) 13791 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.765136+0000 mon.a (mon.0) 13792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.765821+0000 mon.a (mon.0) 13793 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.767089+0000 mgr.y (mgr.25387) 6811 : cluster [DBG] pgmap v4474: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.767329+0000 mgr.y (mgr.25387) 6812 : cluster [DBG] pgmap v4475: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.771417+0000 mon.a (mon.0) 13794 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.771854+0000 mgr.y (mgr.25387) 6813 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.779025+0000 mgr.y (mgr.25387) 6814 : audit [DBG] from='client.54886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.829492+0000 mon.a (mon.0) 13795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.831298+0000 mon.a (mon.0) 13796 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.832108+0000 mon.a (mon.0) 13797 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.834059+0000 mon.a (mon.0) 13798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.835147+0000 mon.a (mon.0) 13799 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.836648+0000 mgr.y (mgr.25387) 6815 : cluster [DBG] pgmap v4476: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.836952+0000 mgr.y (mgr.25387) 6816 : cluster [DBG] pgmap v4477: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.844218+0000 mon.a (mon.0) 13800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.844906+0000 mgr.y (mgr.25387) 6817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.901873+0000 mon.a (mon.0) 13801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.903724+0000 mon.a (mon.0) 13802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.904757+0000 mon.a (mon.0) 13803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.907054+0000 mon.a (mon.0) 13804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.907957+0000 mon.a (mon.0) 13805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.909594+0000 mgr.y (mgr.25387) 6818 : cluster [DBG] pgmap v4478: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.909875+0000 mgr.y (mgr.25387) 6819 : cluster [DBG] pgmap v4479: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.922555+0000 mon.a (mon.0) 13806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.923116+0000 mgr.y (mgr.25387) 6820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.980200+0000 mon.a (mon.0) 13807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.982840+0000 mon.a (mon.0) 13808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.983755+0000 mon.a (mon.0) 13809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.985872+0000 mon.a (mon.0) 13810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.986539+0000 mon.a (mon.0) 13811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.987851+0000 mgr.y (mgr.25387) 6821 : cluster [DBG] pgmap v4480: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:37.988051+0000 mgr.y (mgr.25387) 6822 : cluster [DBG] pgmap v4481: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:37.992381+0000 mon.a (mon.0) 13812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:37.992891+0000 mgr.y (mgr.25387) 6823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.032824+0000 mon.a (mon.0) 13813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.035381+0000 mon.a (mon.0) 13814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.036554+0000 mon.a (mon.0) 13815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.038710+0000 mon.a (mon.0) 13816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.039399+0000 mon.a (mon.0) 13817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.040673+0000 mgr.y (mgr.25387) 6824 : cluster [DBG] pgmap v4482: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.040964+0000 mgr.y (mgr.25387) 6825 : cluster [DBG] pgmap v4483: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.046200+0000 mon.a (mon.0) 13818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.046863+0000 mgr.y (mgr.25387) 6826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.103530+0000 mon.a (mon.0) 13819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.105433+0000 mon.a (mon.0) 13820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.106307+0000 mon.a (mon.0) 13821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.108264+0000 mon.a (mon.0) 13822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.108980+0000 mon.a (mon.0) 13823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.110262+0000 mgr.y (mgr.25387) 6827 : cluster [DBG] pgmap v4484: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.110489+0000 mgr.y (mgr.25387) 6828 : cluster [DBG] pgmap v4485: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.115793+0000 mon.a (mon.0) 13824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.116237+0000 mgr.y (mgr.25387) 6829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.836952+0000 mgr.y (mgr.25387) 6816 : cluster [DBG] pgmap v4477: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.844218+0000 mon.a (mon.0) 13800 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.844906+0000 mgr.y (mgr.25387) 6817 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.901873+0000 mon.a (mon.0) 13801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.903724+0000 mon.a (mon.0) 13802 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.904757+0000 mon.a (mon.0) 13803 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.907054+0000 mon.a (mon.0) 13804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.907957+0000 mon.a (mon.0) 13805 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.909594+0000 mgr.y (mgr.25387) 6818 : cluster [DBG] pgmap v4478: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.909875+0000 mgr.y (mgr.25387) 6819 : cluster [DBG] pgmap v4479: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.922555+0000 mon.a (mon.0) 13806 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.923116+0000 mgr.y (mgr.25387) 6820 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.980200+0000 mon.a (mon.0) 13807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.982840+0000 mon.a (mon.0) 13808 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.983755+0000 mon.a (mon.0) 13809 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.985872+0000 mon.a (mon.0) 13810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.986539+0000 mon.a (mon.0) 13811 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.987851+0000 mgr.y (mgr.25387) 6821 : cluster [DBG] pgmap v4480: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:37.988051+0000 mgr.y (mgr.25387) 6822 : cluster [DBG] pgmap v4481: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:37.992381+0000 mon.a (mon.0) 13812 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.172677+0000 mgr.y (mgr.25387) 6830 : audit [DBG] from='client.34962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.173192+0000 mon.a (mon.0) 13825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.175547+0000 mon.a (mon.0) 13826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.176486+0000 mon.a (mon.0) 13827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.178820+0000 mon.a (mon.0) 13828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.179551+0000 mon.a (mon.0) 13829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.180995+0000 mgr.y (mgr.25387) 6831 : cluster [DBG] pgmap v4486: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.181239+0000 mgr.y (mgr.25387) 6832 : cluster [DBG] pgmap v4487: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.186457+0000 mon.a (mon.0) 13830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.186976+0000 mgr.y (mgr.25387) 6833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.249602+0000 mon.a (mon.0) 13831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.252061+0000 mon.a (mon.0) 13832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.253039+0000 mon.a (mon.0) 13833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.255276+0000 mon.a (mon.0) 13834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.256033+0000 mon.a (mon.0) 13835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.261869+0000 mon.a (mon.0) 13836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.320391+0000 mon.a (mon.0) 13837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.322462+0000 mon.a (mon.0) 13838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.323472+0000 mon.a (mon.0) 13839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:37.992891+0000 mgr.y (mgr.25387) 6823 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.032824+0000 mon.a (mon.0) 13813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.035381+0000 mon.a (mon.0) 13814 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.036554+0000 mon.a (mon.0) 13815 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.038710+0000 mon.a (mon.0) 13816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.039399+0000 mon.a (mon.0) 13817 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.040673+0000 mgr.y (mgr.25387) 6824 : cluster [DBG] pgmap v4482: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.040964+0000 mgr.y (mgr.25387) 6825 : cluster [DBG] pgmap v4483: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.046200+0000 mon.a (mon.0) 13818 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.046863+0000 mgr.y (mgr.25387) 6826 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.103530+0000 mon.a (mon.0) 13819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.105433+0000 mon.a (mon.0) 13820 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.106307+0000 mon.a (mon.0) 13821 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.108264+0000 mon.a (mon.0) 13822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.108980+0000 mon.a (mon.0) 13823 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.110262+0000 mgr.y (mgr.25387) 6827 : cluster [DBG] pgmap v4484: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.110489+0000 mgr.y (mgr.25387) 6828 : cluster [DBG] pgmap v4485: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.115793+0000 mon.a (mon.0) 13824 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.116237+0000 mgr.y (mgr.25387) 6829 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.325759+0000 mon.a (mon.0) 13840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.326388+0000 mon.a (mon.0) 13841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.333900+0000 mon.a (mon.0) 13842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.379317+0000 mon.a (mon.0) 13843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.381491+0000 mon.a (mon.0) 13844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.382311+0000 mon.a (mon.0) 13845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.384474+0000 mon.a (mon.0) 13846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.385121+0000 mon.a (mon.0) 13847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.392907+0000 mon.a (mon.0) 13848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.453117+0000 mon.a (mon.0) 13849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.455505+0000 mon.a (mon.0) 13850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.456710+0000 mon.a (mon.0) 13851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.459363+0000 mon.a (mon.0) 13852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.460051+0000 mon.a (mon.0) 13853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.469489+0000 mon.a (mon.0) 13854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.526492+0000 mon.a (mon.0) 13855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.528301+0000 mon.a (mon.0) 13856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.529146+0000 mon.a (mon.0) 13857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.531200+0000 mon.a (mon.0) 13858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.531883+0000 mon.a (mon.0) 13859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.540646+0000 mon.a (mon.0) 13860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.624304+0000 mon.a (mon.0) 13861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.626174+0000 mon.a (mon.0) 13862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.626969+0000 mon.a (mon.0) 13863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.628879+0000 mon.a (mon.0) 13864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.629563+0000 mon.a (mon.0) 13865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[69502]: audit 2024-03-30T04:51:38.638676+0000 mon.a (mon.0) 13866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.144 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.172677+0000 mgr.y (mgr.25387) 6830 : audit [DBG] from='client.34962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.173192+0000 mon.a (mon.0) 13825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.175547+0000 mon.a (mon.0) 13826 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.176486+0000 mon.a (mon.0) 13827 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.178820+0000 mon.a (mon.0) 13828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.179551+0000 mon.a (mon.0) 13829 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.180995+0000 mgr.y (mgr.25387) 6831 : cluster [DBG] pgmap v4486: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.181239+0000 mgr.y (mgr.25387) 6832 : cluster [DBG] pgmap v4487: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.186457+0000 mon.a (mon.0) 13830 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.186976+0000 mgr.y (mgr.25387) 6833 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.249602+0000 mon.a (mon.0) 13831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.252061+0000 mon.a (mon.0) 13832 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.253039+0000 mon.a (mon.0) 13833 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.145 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.255276+0000 mon.a (mon.0) 13834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.256033+0000 mon.a (mon.0) 13835 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.261869+0000 mon.a (mon.0) 13836 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.320391+0000 mon.a (mon.0) 13837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.322462+0000 mon.a (mon.0) 13838 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.323472+0000 mon.a (mon.0) 13839 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.325759+0000 mon.a (mon.0) 13840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.326388+0000 mon.a (mon.0) 13841 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.333900+0000 mon.a (mon.0) 13842 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.379317+0000 mon.a (mon.0) 13843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.381491+0000 mon.a (mon.0) 13844 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.382311+0000 mon.a (mon.0) 13845 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.384474+0000 mon.a (mon.0) 13846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.385121+0000 mon.a (mon.0) 13847 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.392907+0000 mon.a (mon.0) 13848 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.453117+0000 mon.a (mon.0) 13849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.455505+0000 mon.a (mon.0) 13850 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.456710+0000 mon.a (mon.0) 13851 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.459363+0000 mon.a (mon.0) 13852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.460051+0000 mon.a (mon.0) 13853 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.469489+0000 mon.a (mon.0) 13854 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.526492+0000 mon.a (mon.0) 13855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.528301+0000 mon.a (mon.0) 13856 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.529146+0000 mon.a (mon.0) 13857 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.531200+0000 mon.a (mon.0) 13858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.531883+0000 mon.a (mon.0) 13859 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.540646+0000 mon.a (mon.0) 13860 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.624304+0000 mon.a (mon.0) 13861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.626174+0000 mon.a (mon.0) 13862 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.626969+0000 mon.a (mon.0) 13863 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.628879+0000 mon.a (mon.0) 13864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.629563+0000 mon.a (mon.0) 13865 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:38 smithi097 bash[73934]: audit 2024-03-30T04:51:38.638676+0000 mon.a (mon.0) 13866 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.407 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:68fadff07a33cd53d83f7cd677e46ca85c3a6911957c7b83a3884033c3ecaaba", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": true, 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [ 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "mon", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "osd", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "iscsi" 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: ], 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": "18/23 daemons upgraded", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "Currently upgrading alertmanager daemons", 2024-03-30T04:51:39.408 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:51:39.409 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:51:39.636 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[105088]: ts=2024-03-30T04:51:39.385Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000299959s 2024-03-30T04:51:39.904 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-30T04:51:39.904 INFO:teuthology.orchestra.run.smithi097.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-30T04:51:39.904 INFO:teuthology.orchestra.run.smithi097.stdout: daemon grafana.a on smithi105 is in error state 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.257439+0000 mgr.y (mgr.25387) 6834 : cluster [DBG] pgmap v4488: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.257685+0000 mgr.y (mgr.25387) 6835 : cluster [DBG] pgmap v4489: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.262572+0000 mgr.y (mgr.25387) 6836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.327672+0000 mgr.y (mgr.25387) 6837 : cluster [DBG] pgmap v4490: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.327915+0000 mgr.y (mgr.25387) 6838 : cluster [DBG] pgmap v4491: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.334514+0000 mgr.y (mgr.25387) 6839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.386387+0000 mgr.y (mgr.25387) 6840 : cluster [DBG] pgmap v4492: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.386610+0000 mgr.y (mgr.25387) 6841 : cluster [DBG] pgmap v4493: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.393573+0000 mgr.y (mgr.25387) 6842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.461329+0000 mgr.y (mgr.25387) 6843 : cluster [DBG] pgmap v4494: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.461552+0000 mgr.y (mgr.25387) 6844 : cluster [DBG] pgmap v4495: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.469936+0000 mgr.y (mgr.25387) 6845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.533172+0000 mgr.y (mgr.25387) 6846 : cluster [DBG] pgmap v4496: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.533417+0000 mgr.y (mgr.25387) 6847 : cluster [DBG] pgmap v4497: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.541087+0000 mgr.y (mgr.25387) 6848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.549177+0000 mgr.y (mgr.25387) 6849 : audit [DBG] from='client.34968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.632076+0000 mgr.y (mgr.25387) 6850 : cluster [DBG] pgmap v4498: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.632313+0000 mgr.y (mgr.25387) 6851 : cluster [DBG] pgmap v4499: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.639274+0000 mgr.y (mgr.25387) 6852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.698659+0000 mon.a (mon.0) 13867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.700969+0000 mon.a (mon.0) 13868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.701988+0000 mon.a (mon.0) 13869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.704411+0000 mon.a (mon.0) 13870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.705065+0000 mon.a (mon.0) 13871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.706242+0000 mgr.y (mgr.25387) 6853 : cluster [DBG] pgmap v4500: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.706469+0000 mgr.y (mgr.25387) 6854 : cluster [DBG] pgmap v4501: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.714456+0000 mon.a (mon.0) 13872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.715016+0000 mgr.y (mgr.25387) 6855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.755173+0000 mon.a (mon.0) 13873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.756909+0000 mon.a (mon.0) 13874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.757655+0000 mon.a (mon.0) 13875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.759374+0000 mon.a (mon.0) 13876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.759917+0000 mon.a (mon.0) 13877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.761139+0000 mgr.y (mgr.25387) 6856 : cluster [DBG] pgmap v4502: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.761385+0000 mgr.y (mgr.25387) 6857 : cluster [DBG] pgmap v4503: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.765860+0000 mon.a (mon.0) 13878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.766387+0000 mgr.y (mgr.25387) 6858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.822842+0000 mon.a (mon.0) 13879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.824585+0000 mon.a (mon.0) 13880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.825381+0000 mon.a (mon.0) 13881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.827269+0000 mon.a (mon.0) 13882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.827815+0000 mon.a (mon.0) 13883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.828965+0000 mgr.y (mgr.25387) 6859 : cluster [DBG] pgmap v4504: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.829163+0000 mgr.y (mgr.25387) 6860 : cluster [DBG] pgmap v4505: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.833410+0000 mon.a (mon.0) 13884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.833896+0000 mgr.y (mgr.25387) 6861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.873604+0000 mon.a (mon.0) 13885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.875661+0000 mon.a (mon.0) 13886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.876871+0000 mon.a (mon.0) 13887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.879143+0000 mon.a (mon.0) 13888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.879863+0000 mon.a (mon.0) 13889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.881235+0000 mgr.y (mgr.25387) 6862 : cluster [DBG] pgmap v4506: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.881568+0000 mgr.y (mgr.25387) 6863 : cluster [DBG] pgmap v4507: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.886710+0000 mon.a (mon.0) 13890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.887242+0000 mgr.y (mgr.25387) 6864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.929586+0000 mon.a (mon.0) 13891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.931831+0000 mon.a (mon.0) 13892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.932703+0000 mon.a (mon.0) 13893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.934744+0000 mon.a (mon.0) 13894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.935380+0000 mon.a (mon.0) 13895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.936791+0000 mgr.y (mgr.25387) 6865 : cluster [DBG] pgmap v4508: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:38.937049+0000 mgr.y (mgr.25387) 6866 : cluster [DBG] pgmap v4509: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.942057+0000 mon.a (mon.0) 13896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:38.942615+0000 mgr.y (mgr.25387) 6867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:38.999288+0000 mon.a (mon.0) 13897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.001239+0000 mon.a (mon.0) 13898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.002076+0000 mon.a (mon.0) 13899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.003987+0000 mon.a (mon.0) 13900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.004634+0000 mon.a (mon.0) 13901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.005939+0000 mgr.y (mgr.25387) 6868 : cluster [DBG] pgmap v4510: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.006200+0000 mgr.y (mgr.25387) 6869 : cluster [DBG] pgmap v4511: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.011233+0000 mon.a (mon.0) 13902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.011759+0000 mgr.y (mgr.25387) 6870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.026418+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.97:0/843661313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.069351+0000 mon.a (mon.0) 13903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.071630+0000 mon.a (mon.0) 13904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.072705+0000 mon.a (mon.0) 13905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.075044+0000 mon.a (mon.0) 13906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.075785+0000 mon.a (mon.0) 13907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.077199+0000 mgr.y (mgr.25387) 6871 : cluster [DBG] pgmap v4512: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.077728+0000 mgr.y (mgr.25387) 6872 : cluster [DBG] pgmap v4513: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.081799+0000 mon.a (mon.0) 13908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.082354+0000 mgr.y (mgr.25387) 6873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.138847+0000 mon.a (mon.0) 13909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.141311+0000 mon.a (mon.0) 13910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.142939+0000 mon.a (mon.0) 13911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.149119+0000 mon.a (mon.0) 13912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.149991+0000 mon.a (mon.0) 13913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.151601+0000 mgr.y (mgr.25387) 6874 : cluster [DBG] pgmap v4514: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.151845+0000 mgr.y (mgr.25387) 6875 : cluster [DBG] pgmap v4515: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.157902+0000 mon.a (mon.0) 13914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.158517+0000 mgr.y (mgr.25387) 6876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.199256+0000 mon.a (mon.0) 13915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.201058+0000 mon.a (mon.0) 13916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.201838+0000 mon.a (mon.0) 13917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.203751+0000 mon.a (mon.0) 13918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.204332+0000 mon.a (mon.0) 13919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.205554+0000 mgr.y (mgr.25387) 6877 : cluster [DBG] pgmap v4516: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.205795+0000 mgr.y (mgr.25387) 6878 : cluster [DBG] pgmap v4517: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.210007+0000 mon.a (mon.0) 13920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.251021+0000 mon.a (mon.0) 13921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.252813+0000 mon.a (mon.0) 13922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.253828+0000 mon.a (mon.0) 13923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.255725+0000 mon.a (mon.0) 13924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.256408+0000 mon.a (mon.0) 13925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.261859+0000 mon.a (mon.0) 13926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.324172+0000 mon.a (mon.0) 13927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.326007+0000 mon.a (mon.0) 13928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.326808+0000 mon.a (mon.0) 13929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.328721+0000 mon.a (mon.0) 13930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.329316+0000 mon.a (mon.0) 13931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.334757+0000 mon.a (mon.0) 13932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.392094+0000 mon.a (mon.0) 13933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.394211+0000 mon.a (mon.0) 13934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.395060+0000 mon.a (mon.0) 13935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.397026+0000 mon.a (mon.0) 13936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.397662+0000 mon.a (mon.0) 13937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.403487+0000 mon.a (mon.0) 13938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.460515+0000 mon.a (mon.0) 13939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.462326+0000 mon.a (mon.0) 13940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.463200+0000 mon.a (mon.0) 13941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.465108+0000 mon.a (mon.0) 13942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.465686+0000 mon.a (mon.0) 13943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.472380+0000 mon.a (mon.0) 13944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.499457+0000 mon.a (mon.0) 13945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.562449+0000 mon.a (mon.0) 13946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.564649+0000 mon.a (mon.0) 13947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.565663+0000 mon.a (mon.0) 13948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.567980+0000 mon.a (mon.0) 13949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.568805+0000 mon.a (mon.0) 13950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.575320+0000 mon.a (mon.0) 13951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.649363+0000 mon.a (mon.0) 13952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.651123+0000 mon.a (mon.0) 13953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.651910+0000 mon.a (mon.0) 13954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.653742+0000 mon.a (mon.0) 13955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.654328+0000 mon.a (mon.0) 13956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:39.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:39 smithi105 bash[58125]: audit 2024-03-30T04:51:39.659934+0000 mon.a (mon.0) 13957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.257439+0000 mgr.y (mgr.25387) 6834 : cluster [DBG] pgmap v4488: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.257685+0000 mgr.y (mgr.25387) 6835 : cluster [DBG] pgmap v4489: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.262572+0000 mgr.y (mgr.25387) 6836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.327672+0000 mgr.y (mgr.25387) 6837 : cluster [DBG] pgmap v4490: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.327915+0000 mgr.y (mgr.25387) 6838 : cluster [DBG] pgmap v4491: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.334514+0000 mgr.y (mgr.25387) 6839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.386387+0000 mgr.y (mgr.25387) 6840 : cluster [DBG] pgmap v4492: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.386610+0000 mgr.y (mgr.25387) 6841 : cluster [DBG] pgmap v4493: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.393573+0000 mgr.y (mgr.25387) 6842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.461329+0000 mgr.y (mgr.25387) 6843 : cluster [DBG] pgmap v4494: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.461552+0000 mgr.y (mgr.25387) 6844 : cluster [DBG] pgmap v4495: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.469936+0000 mgr.y (mgr.25387) 6845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.533172+0000 mgr.y (mgr.25387) 6846 : cluster [DBG] pgmap v4496: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.533417+0000 mgr.y (mgr.25387) 6847 : cluster [DBG] pgmap v4497: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.541087+0000 mgr.y (mgr.25387) 6848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.549177+0000 mgr.y (mgr.25387) 6849 : audit [DBG] from='client.34968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.632076+0000 mgr.y (mgr.25387) 6850 : cluster [DBG] pgmap v4498: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.632313+0000 mgr.y (mgr.25387) 6851 : cluster [DBG] pgmap v4499: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.639274+0000 mgr.y (mgr.25387) 6852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.127 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.698659+0000 mon.a (mon.0) 13867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.257439+0000 mgr.y (mgr.25387) 6834 : cluster [DBG] pgmap v4488: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.257685+0000 mgr.y (mgr.25387) 6835 : cluster [DBG] pgmap v4489: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.262572+0000 mgr.y (mgr.25387) 6836 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.327672+0000 mgr.y (mgr.25387) 6837 : cluster [DBG] pgmap v4490: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.327915+0000 mgr.y (mgr.25387) 6838 : cluster [DBG] pgmap v4491: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.334514+0000 mgr.y (mgr.25387) 6839 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.386387+0000 mgr.y (mgr.25387) 6840 : cluster [DBG] pgmap v4492: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.386610+0000 mgr.y (mgr.25387) 6841 : cluster [DBG] pgmap v4493: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.393573+0000 mgr.y (mgr.25387) 6842 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.461329+0000 mgr.y (mgr.25387) 6843 : cluster [DBG] pgmap v4494: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.461552+0000 mgr.y (mgr.25387) 6844 : cluster [DBG] pgmap v4495: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.469936+0000 mgr.y (mgr.25387) 6845 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.533172+0000 mgr.y (mgr.25387) 6846 : cluster [DBG] pgmap v4496: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.533417+0000 mgr.y (mgr.25387) 6847 : cluster [DBG] pgmap v4497: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.128 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.541087+0000 mgr.y (mgr.25387) 6848 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.549177+0000 mgr.y (mgr.25387) 6849 : audit [DBG] from='client.34968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.632076+0000 mgr.y (mgr.25387) 6850 : cluster [DBG] pgmap v4498: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.632313+0000 mgr.y (mgr.25387) 6851 : cluster [DBG] pgmap v4499: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.639274+0000 mgr.y (mgr.25387) 6852 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.698659+0000 mon.a (mon.0) 13867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.700969+0000 mon.a (mon.0) 13868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.701988+0000 mon.a (mon.0) 13869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.704411+0000 mon.a (mon.0) 13870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.705065+0000 mon.a (mon.0) 13871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.706242+0000 mgr.y (mgr.25387) 6853 : cluster [DBG] pgmap v4500: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.706469+0000 mgr.y (mgr.25387) 6854 : cluster [DBG] pgmap v4501: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.714456+0000 mon.a (mon.0) 13872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.715016+0000 mgr.y (mgr.25387) 6855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.755173+0000 mon.a (mon.0) 13873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.756909+0000 mon.a (mon.0) 13874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.757655+0000 mon.a (mon.0) 13875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.759374+0000 mon.a (mon.0) 13876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.759917+0000 mon.a (mon.0) 13877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.761139+0000 mgr.y (mgr.25387) 6856 : cluster [DBG] pgmap v4502: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.761385+0000 mgr.y (mgr.25387) 6857 : cluster [DBG] pgmap v4503: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.765860+0000 mon.a (mon.0) 13878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.766387+0000 mgr.y (mgr.25387) 6858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.130 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.822842+0000 mon.a (mon.0) 13879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.824585+0000 mon.a (mon.0) 13880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.700969+0000 mon.a (mon.0) 13868 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.701988+0000 mon.a (mon.0) 13869 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.704411+0000 mon.a (mon.0) 13870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.705065+0000 mon.a (mon.0) 13871 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.706242+0000 mgr.y (mgr.25387) 6853 : cluster [DBG] pgmap v4500: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.706469+0000 mgr.y (mgr.25387) 6854 : cluster [DBG] pgmap v4501: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.714456+0000 mon.a (mon.0) 13872 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.715016+0000 mgr.y (mgr.25387) 6855 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.755173+0000 mon.a (mon.0) 13873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.756909+0000 mon.a (mon.0) 13874 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.757655+0000 mon.a (mon.0) 13875 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.759374+0000 mon.a (mon.0) 13876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.759917+0000 mon.a (mon.0) 13877 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.761139+0000 mgr.y (mgr.25387) 6856 : cluster [DBG] pgmap v4502: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.761385+0000 mgr.y (mgr.25387) 6857 : cluster [DBG] pgmap v4503: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.765860+0000 mon.a (mon.0) 13878 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.766387+0000 mgr.y (mgr.25387) 6858 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.822842+0000 mon.a (mon.0) 13879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.824585+0000 mon.a (mon.0) 13880 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.825381+0000 mon.a (mon.0) 13881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.827269+0000 mon.a (mon.0) 13882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.827815+0000 mon.a (mon.0) 13883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.828965+0000 mgr.y (mgr.25387) 6859 : cluster [DBG] pgmap v4504: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.829163+0000 mgr.y (mgr.25387) 6860 : cluster [DBG] pgmap v4505: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.833410+0000 mon.a (mon.0) 13884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.833896+0000 mgr.y (mgr.25387) 6861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.873604+0000 mon.a (mon.0) 13885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.875661+0000 mon.a (mon.0) 13886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.876871+0000 mon.a (mon.0) 13887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.879143+0000 mon.a (mon.0) 13888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.879863+0000 mon.a (mon.0) 13889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.881235+0000 mgr.y (mgr.25387) 6862 : cluster [DBG] pgmap v4506: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.881568+0000 mgr.y (mgr.25387) 6863 : cluster [DBG] pgmap v4507: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.133 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.886710+0000 mon.a (mon.0) 13890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.887242+0000 mgr.y (mgr.25387) 6864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.929586+0000 mon.a (mon.0) 13891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.931831+0000 mon.a (mon.0) 13892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.932703+0000 mon.a (mon.0) 13893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.825381+0000 mon.a (mon.0) 13881 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.827269+0000 mon.a (mon.0) 13882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.827815+0000 mon.a (mon.0) 13883 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.828965+0000 mgr.y (mgr.25387) 6859 : cluster [DBG] pgmap v4504: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.829163+0000 mgr.y (mgr.25387) 6860 : cluster [DBG] pgmap v4505: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.833410+0000 mon.a (mon.0) 13884 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.833896+0000 mgr.y (mgr.25387) 6861 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.873604+0000 mon.a (mon.0) 13885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.875661+0000 mon.a (mon.0) 13886 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.876871+0000 mon.a (mon.0) 13887 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.879143+0000 mon.a (mon.0) 13888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.879863+0000 mon.a (mon.0) 13889 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.881235+0000 mgr.y (mgr.25387) 6862 : cluster [DBG] pgmap v4506: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.881568+0000 mgr.y (mgr.25387) 6863 : cluster [DBG] pgmap v4507: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.886710+0000 mon.a (mon.0) 13890 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.887242+0000 mgr.y (mgr.25387) 6864 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.929586+0000 mon.a (mon.0) 13891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.931831+0000 mon.a (mon.0) 13892 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.135 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.932703+0000 mon.a (mon.0) 13893 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.934744+0000 mon.a (mon.0) 13894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.935380+0000 mon.a (mon.0) 13895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.936791+0000 mgr.y (mgr.25387) 6865 : cluster [DBG] pgmap v4508: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:38.937049+0000 mgr.y (mgr.25387) 6866 : cluster [DBG] pgmap v4509: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.942057+0000 mon.a (mon.0) 13896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:38.942615+0000 mgr.y (mgr.25387) 6867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:38.999288+0000 mon.a (mon.0) 13897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.001239+0000 mon.a (mon.0) 13898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.002076+0000 mon.a (mon.0) 13899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.003987+0000 mon.a (mon.0) 13900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.136 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.004634+0000 mon.a (mon.0) 13901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.005939+0000 mgr.y (mgr.25387) 6868 : cluster [DBG] pgmap v4510: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.006200+0000 mgr.y (mgr.25387) 6869 : cluster [DBG] pgmap v4511: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.011233+0000 mon.a (mon.0) 13902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.011759+0000 mgr.y (mgr.25387) 6870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.026418+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.97:0/843661313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.069351+0000 mon.a (mon.0) 13903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.071630+0000 mon.a (mon.0) 13904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.072705+0000 mon.a (mon.0) 13905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.075044+0000 mon.a (mon.0) 13906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.075785+0000 mon.a (mon.0) 13907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.077199+0000 mgr.y (mgr.25387) 6871 : cluster [DBG] pgmap v4512: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.077728+0000 mgr.y (mgr.25387) 6872 : cluster [DBG] pgmap v4513: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.081799+0000 mon.a (mon.0) 13908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.082354+0000 mgr.y (mgr.25387) 6873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.138847+0000 mon.a (mon.0) 13909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.141311+0000 mon.a (mon.0) 13910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.142939+0000 mon.a (mon.0) 13911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.149119+0000 mon.a (mon.0) 13912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.149991+0000 mon.a (mon.0) 13913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.151601+0000 mgr.y (mgr.25387) 6874 : cluster [DBG] pgmap v4514: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.151845+0000 mgr.y (mgr.25387) 6875 : cluster [DBG] pgmap v4515: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.157902+0000 mon.a (mon.0) 13914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.158517+0000 mgr.y (mgr.25387) 6876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.199256+0000 mon.a (mon.0) 13915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.201058+0000 mon.a (mon.0) 13916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.201838+0000 mon.a (mon.0) 13917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.203751+0000 mon.a (mon.0) 13918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.204332+0000 mon.a (mon.0) 13919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.934744+0000 mon.a (mon.0) 13894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.935380+0000 mon.a (mon.0) 13895 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.936791+0000 mgr.y (mgr.25387) 6865 : cluster [DBG] pgmap v4508: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:38.937049+0000 mgr.y (mgr.25387) 6866 : cluster [DBG] pgmap v4509: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.942057+0000 mon.a (mon.0) 13896 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:38.942615+0000 mgr.y (mgr.25387) 6867 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:38.999288+0000 mon.a (mon.0) 13897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.001239+0000 mon.a (mon.0) 13898 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.002076+0000 mon.a (mon.0) 13899 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.003987+0000 mon.a (mon.0) 13900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.004634+0000 mon.a (mon.0) 13901 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.005939+0000 mgr.y (mgr.25387) 6868 : cluster [DBG] pgmap v4510: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.006200+0000 mgr.y (mgr.25387) 6869 : cluster [DBG] pgmap v4511: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.011233+0000 mon.a (mon.0) 13902 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.011759+0000 mgr.y (mgr.25387) 6870 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.026418+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.97:0/843661313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.069351+0000 mon.a (mon.0) 13903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.071630+0000 mon.a (mon.0) 13904 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.072705+0000 mon.a (mon.0) 13905 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.075044+0000 mon.a (mon.0) 13906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.205554+0000 mgr.y (mgr.25387) 6877 : cluster [DBG] pgmap v4516: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.205795+0000 mgr.y (mgr.25387) 6878 : cluster [DBG] pgmap v4517: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.210007+0000 mon.a (mon.0) 13920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.251021+0000 mon.a (mon.0) 13921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.252813+0000 mon.a (mon.0) 13922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.253828+0000 mon.a (mon.0) 13923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.255725+0000 mon.a (mon.0) 13924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.256408+0000 mon.a (mon.0) 13925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.261859+0000 mon.a (mon.0) 13926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.324172+0000 mon.a (mon.0) 13927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.326007+0000 mon.a (mon.0) 13928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.326808+0000 mon.a (mon.0) 13929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.328721+0000 mon.a (mon.0) 13930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.329316+0000 mon.a (mon.0) 13931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.334757+0000 mon.a (mon.0) 13932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.392094+0000 mon.a (mon.0) 13933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.394211+0000 mon.a (mon.0) 13934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.395060+0000 mon.a (mon.0) 13935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.397026+0000 mon.a (mon.0) 13936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.075785+0000 mon.a (mon.0) 13907 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.077199+0000 mgr.y (mgr.25387) 6871 : cluster [DBG] pgmap v4512: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.077728+0000 mgr.y (mgr.25387) 6872 : cluster [DBG] pgmap v4513: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.081799+0000 mon.a (mon.0) 13908 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.082354+0000 mgr.y (mgr.25387) 6873 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.138847+0000 mon.a (mon.0) 13909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.141311+0000 mon.a (mon.0) 13910 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.142939+0000 mon.a (mon.0) 13911 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.149119+0000 mon.a (mon.0) 13912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.149991+0000 mon.a (mon.0) 13913 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.151601+0000 mgr.y (mgr.25387) 6874 : cluster [DBG] pgmap v4514: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.151845+0000 mgr.y (mgr.25387) 6875 : cluster [DBG] pgmap v4515: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.157902+0000 mon.a (mon.0) 13914 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.158517+0000 mgr.y (mgr.25387) 6876 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.199256+0000 mon.a (mon.0) 13915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.201058+0000 mon.a (mon.0) 13916 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.201838+0000 mon.a (mon.0) 13917 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.203751+0000 mon.a (mon.0) 13918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.204332+0000 mon.a (mon.0) 13919 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.397662+0000 mon.a (mon.0) 13937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.403487+0000 mon.a (mon.0) 13938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.460515+0000 mon.a (mon.0) 13939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.462326+0000 mon.a (mon.0) 13940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.463200+0000 mon.a (mon.0) 13941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.465108+0000 mon.a (mon.0) 13942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.465686+0000 mon.a (mon.0) 13943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.472380+0000 mon.a (mon.0) 13944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.499457+0000 mon.a (mon.0) 13945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.562449+0000 mon.a (mon.0) 13946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.564649+0000 mon.a (mon.0) 13947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.565663+0000 mon.a (mon.0) 13948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.567980+0000 mon.a (mon.0) 13949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.568805+0000 mon.a (mon.0) 13950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.575320+0000 mon.a (mon.0) 13951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.649363+0000 mon.a (mon.0) 13952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.651123+0000 mon.a (mon.0) 13953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.651910+0000 mon.a (mon.0) 13954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.653742+0000 mon.a (mon.0) 13955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.654328+0000 mon.a (mon.0) 13956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[69502]: audit 2024-03-30T04:51:39.659934+0000 mon.a (mon.0) 13957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.205554+0000 mgr.y (mgr.25387) 6877 : cluster [DBG] pgmap v4516: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.205795+0000 mgr.y (mgr.25387) 6878 : cluster [DBG] pgmap v4517: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.210007+0000 mon.a (mon.0) 13920 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.251021+0000 mon.a (mon.0) 13921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.252813+0000 mon.a (mon.0) 13922 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.253828+0000 mon.a (mon.0) 13923 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.255725+0000 mon.a (mon.0) 13924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.256408+0000 mon.a (mon.0) 13925 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.146 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.261859+0000 mon.a (mon.0) 13926 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.324172+0000 mon.a (mon.0) 13927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.326007+0000 mon.a (mon.0) 13928 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.326808+0000 mon.a (mon.0) 13929 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.328721+0000 mon.a (mon.0) 13930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.329316+0000 mon.a (mon.0) 13931 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.334757+0000 mon.a (mon.0) 13932 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.392094+0000 mon.a (mon.0) 13933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.394211+0000 mon.a (mon.0) 13934 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.395060+0000 mon.a (mon.0) 13935 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.397026+0000 mon.a (mon.0) 13936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.397662+0000 mon.a (mon.0) 13937 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.403487+0000 mon.a (mon.0) 13938 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.460515+0000 mon.a (mon.0) 13939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.147 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.462326+0000 mon.a (mon.0) 13940 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.463200+0000 mon.a (mon.0) 13941 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.465108+0000 mon.a (mon.0) 13942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.465686+0000 mon.a (mon.0) 13943 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.472380+0000 mon.a (mon.0) 13944 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.499457+0000 mon.a (mon.0) 13945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.562449+0000 mon.a (mon.0) 13946 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.564649+0000 mon.a (mon.0) 13947 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.565663+0000 mon.a (mon.0) 13948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.567980+0000 mon.a (mon.0) 13949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.568805+0000 mon.a (mon.0) 13950 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.575320+0000 mon.a (mon.0) 13951 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.649363+0000 mon.a (mon.0) 13952 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.651123+0000 mon.a (mon.0) 13953 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.148 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.651910+0000 mon.a (mon.0) 13954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.653742+0000 mon.a (mon.0) 13955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.654328+0000 mon.a (mon.0) 13956 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.149 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:39 smithi097 bash[73934]: audit 2024-03-30T04:51:39.659934+0000 mon.a (mon.0) 13957 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.210544+0000 mgr.y (mgr.25387) 6879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.257652+0000 mgr.y (mgr.25387) 6880 : cluster [DBG] pgmap v4518: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.257878+0000 mgr.y (mgr.25387) 6881 : cluster [DBG] pgmap v4519: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.262505+0000 mgr.y (mgr.25387) 6882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.330556+0000 mgr.y (mgr.25387) 6883 : cluster [DBG] pgmap v4520: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.330780+0000 mgr.y (mgr.25387) 6884 : cluster [DBG] pgmap v4521: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.335319+0000 mgr.y (mgr.25387) 6885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.398925+0000 mgr.y (mgr.25387) 6886 : cluster [DBG] pgmap v4522: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.399203+0000 mgr.y (mgr.25387) 6887 : cluster [DBG] pgmap v4523: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.403955+0000 mgr.y (mgr.25387) 6888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.412278+0000 mgr.y (mgr.25387) 6889 : audit [DBG] from='client.34980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.466879+0000 mgr.y (mgr.25387) 6890 : cluster [DBG] pgmap v4524: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.467115+0000 mgr.y (mgr.25387) 6891 : cluster [DBG] pgmap v4525: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.472874+0000 mgr.y (mgr.25387) 6892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.570187+0000 mgr.y (mgr.25387) 6893 : cluster [DBG] pgmap v4526: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.570393+0000 mgr.y (mgr.25387) 6894 : cluster [DBG] pgmap v4527: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.575837+0000 mgr.y (mgr.25387) 6895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.655474+0000 mgr.y (mgr.25387) 6896 : cluster [DBG] pgmap v4528: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.655671+0000 mgr.y (mgr.25387) 6897 : cluster [DBG] pgmap v4529: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.660488+0000 mgr.y (mgr.25387) 6898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.744584+0000 mon.a (mon.0) 13958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.747015+0000 mon.a (mon.0) 13959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.748044+0000 mon.a (mon.0) 13960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.761449+0000 mon.a (mon.0) 13961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.762335+0000 mon.a (mon.0) 13962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.763699+0000 mgr.y (mgr.25387) 6899 : cluster [DBG] pgmap v4530: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.763935+0000 mgr.y (mgr.25387) 6900 : cluster [DBG] pgmap v4531: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.770195+0000 mon.a (mon.0) 13963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.770930+0000 mgr.y (mgr.25387) 6901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.812452+0000 mon.a (mon.0) 13964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.814449+0000 mon.a (mon.0) 13965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.815373+0000 mon.a (mon.0) 13966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.817503+0000 mon.a (mon.0) 13967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.818191+0000 mon.a (mon.0) 13968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.819465+0000 mgr.y (mgr.25387) 6902 : cluster [DBG] pgmap v4532: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.819699+0000 mgr.y (mgr.25387) 6903 : cluster [DBG] pgmap v4533: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.824621+0000 mon.a (mon.0) 13969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.825146+0000 mgr.y (mgr.25387) 6904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.886954+0000 mon.a (mon.0) 13970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.889543+0000 mon.a (mon.0) 13971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.890564+0000 mon.a (mon.0) 13972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.892985+0000 mon.a (mon.0) 13973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.893696+0000 mon.a (mon.0) 13974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.895020+0000 mgr.y (mgr.25387) 6905 : cluster [DBG] pgmap v4534: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.895222+0000 mgr.y (mgr.25387) 6906 : cluster [DBG] pgmap v4535: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.899206+0000 mon.a (mon.0) 13975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.899677+0000 mgr.y (mgr.25387) 6907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.909421+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.97:0/3799326477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.956667+0000 mon.a (mon.0) 13976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.958448+0000 mon.a (mon.0) 13977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.959501+0000 mon.a (mon.0) 13978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.961291+0000 mon.a (mon.0) 13979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.961866+0000 mon.a (mon.0) 13980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.963007+0000 mgr.y (mgr.25387) 6908 : cluster [DBG] pgmap v4536: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:39.963198+0000 mgr.y (mgr.25387) 6909 : cluster [DBG] pgmap v4537: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:39.967159+0000 mon.a (mon.0) 13981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:39.967582+0000 mgr.y (mgr.25387) 6910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.010029+0000 mon.a (mon.0) 13982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.011724+0000 mon.a (mon.0) 13983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.012480+0000 mon.a (mon.0) 13984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.014290+0000 mon.a (mon.0) 13985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.014869+0000 mon.a (mon.0) 13986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.015973+0000 mgr.y (mgr.25387) 6911 : cluster [DBG] pgmap v4538: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.016183+0000 mgr.y (mgr.25387) 6912 : cluster [DBG] pgmap v4539: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.020256+0000 mon.a (mon.0) 13987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.020618+0000 mgr.y (mgr.25387) 6913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.061196+0000 mon.a (mon.0) 13988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.063052+0000 mon.a (mon.0) 13989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.063855+0000 mon.a (mon.0) 13990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.065667+0000 mon.a (mon.0) 13991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.066258+0000 mon.a (mon.0) 13992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.067429+0000 mgr.y (mgr.25387) 6914 : cluster [DBG] pgmap v4540: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.067607+0000 mgr.y (mgr.25387) 6915 : cluster [DBG] pgmap v4541: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.072008+0000 mon.a (mon.0) 13993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.072515+0000 mgr.y (mgr.25387) 6916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.128719+0000 mon.a (mon.0) 13994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.130599+0000 mon.a (mon.0) 13995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.131557+0000 mon.a (mon.0) 13996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.133694+0000 mon.a (mon.0) 13997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.134323+0000 mon.a (mon.0) 13998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.135485+0000 mgr.y (mgr.25387) 6917 : cluster [DBG] pgmap v4542: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.135725+0000 mgr.y (mgr.25387) 6918 : cluster [DBG] pgmap v4543: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.139711+0000 mon.a (mon.0) 13999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.140061+0000 mgr.y (mgr.25387) 6919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.172816+0000 mgr.y (mgr.25387) 6920 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.196523+0000 mon.a (mon.0) 14000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.198328+0000 mon.a (mon.0) 14001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.199155+0000 mon.a (mon.0) 14002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.201096+0000 mon.a (mon.0) 14003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.201702+0000 mon.a (mon.0) 14004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.202854+0000 mgr.y (mgr.25387) 6921 : cluster [DBG] pgmap v4544: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.203072+0000 mgr.y (mgr.25387) 6922 : cluster [DBG] pgmap v4545: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.207227+0000 mon.a (mon.0) 14005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.265020+0000 mon.a (mon.0) 14006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.266851+0000 mon.a (mon.0) 14007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.268087+0000 mon.a (mon.0) 14008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.270310+0000 mon.a (mon.0) 14009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.271092+0000 mon.a (mon.0) 14010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.278628+0000 mon.a (mon.0) 14011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.335716+0000 mon.a (mon.0) 14012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.337499+0000 mon.a (mon.0) 14013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.338256+0000 mon.a (mon.0) 14014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.340053+0000 mon.a (mon.0) 14015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.340669+0000 mon.a (mon.0) 14016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.346327+0000 mon.a (mon.0) 14017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.391553+0000 mon.a (mon.0) 14018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.393917+0000 mon.a (mon.0) 14019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.394843+0000 mon.a (mon.0) 14020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.397168+0000 mon.a (mon.0) 14021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.397838+0000 mon.a (mon.0) 14022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.405522+0000 mon.a (mon.0) 14023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.488154+0000 mon.a (mon.0) 14024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.492169+0000 mon.a (mon.0) 14025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.493808+0000 mon.a (mon.0) 14026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.497734+0000 mon.a (mon.0) 14027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.499204+0000 mon.a (mon.0) 14028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.512653+0000 mon.a (mon.0) 14029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.588903+0000 mon.a (mon.0) 14030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.591819+0000 mon.a (mon.0) 14031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.593098+0000 mon.a (mon.0) 14032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.596199+0000 mon.a (mon.0) 14033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.597031+0000 mon.a (mon.0) 14034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.605141+0000 mon.a (mon.0) 14035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.679777+0000 mon.a (mon.0) 14036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.681812+0000 mon.a (mon.0) 14037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.682642+0000 mon.a (mon.0) 14038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.684566+0000 mon.a (mon.0) 14039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:40.969 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:40 smithi105 bash[58125]: audit 2024-03-30T04:51:40.685215+0000 mon.a (mon.0) 14040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.020 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.210544+0000 mgr.y (mgr.25387) 6879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.020 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.257652+0000 mgr.y (mgr.25387) 6880 : cluster [DBG] pgmap v4518: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.020 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.257878+0000 mgr.y (mgr.25387) 6881 : cluster [DBG] pgmap v4519: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.262505+0000 mgr.y (mgr.25387) 6882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.330556+0000 mgr.y (mgr.25387) 6883 : cluster [DBG] pgmap v4520: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.330780+0000 mgr.y (mgr.25387) 6884 : cluster [DBG] pgmap v4521: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.335319+0000 mgr.y (mgr.25387) 6885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.398925+0000 mgr.y (mgr.25387) 6886 : cluster [DBG] pgmap v4522: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.399203+0000 mgr.y (mgr.25387) 6887 : cluster [DBG] pgmap v4523: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.403955+0000 mgr.y (mgr.25387) 6888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.412278+0000 mgr.y (mgr.25387) 6889 : audit [DBG] from='client.34980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.466879+0000 mgr.y (mgr.25387) 6890 : cluster [DBG] pgmap v4524: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.467115+0000 mgr.y (mgr.25387) 6891 : cluster [DBG] pgmap v4525: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.472874+0000 mgr.y (mgr.25387) 6892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.570187+0000 mgr.y (mgr.25387) 6893 : cluster [DBG] pgmap v4526: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.570393+0000 mgr.y (mgr.25387) 6894 : cluster [DBG] pgmap v4527: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.575837+0000 mgr.y (mgr.25387) 6895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.021 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.655474+0000 mgr.y (mgr.25387) 6896 : cluster [DBG] pgmap v4528: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.655671+0000 mgr.y (mgr.25387) 6897 : cluster [DBG] pgmap v4529: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.660488+0000 mgr.y (mgr.25387) 6898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.210544+0000 mgr.y (mgr.25387) 6879 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.257652+0000 mgr.y (mgr.25387) 6880 : cluster [DBG] pgmap v4518: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.257878+0000 mgr.y (mgr.25387) 6881 : cluster [DBG] pgmap v4519: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.262505+0000 mgr.y (mgr.25387) 6882 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.330556+0000 mgr.y (mgr.25387) 6883 : cluster [DBG] pgmap v4520: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.330780+0000 mgr.y (mgr.25387) 6884 : cluster [DBG] pgmap v4521: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.335319+0000 mgr.y (mgr.25387) 6885 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.022 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.398925+0000 mgr.y (mgr.25387) 6886 : cluster [DBG] pgmap v4522: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.399203+0000 mgr.y (mgr.25387) 6887 : cluster [DBG] pgmap v4523: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.403955+0000 mgr.y (mgr.25387) 6888 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.412278+0000 mgr.y (mgr.25387) 6889 : audit [DBG] from='client.34980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.466879+0000 mgr.y (mgr.25387) 6890 : cluster [DBG] pgmap v4524: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.467115+0000 mgr.y (mgr.25387) 6891 : cluster [DBG] pgmap v4525: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.472874+0000 mgr.y (mgr.25387) 6892 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.570187+0000 mgr.y (mgr.25387) 6893 : cluster [DBG] pgmap v4526: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.570393+0000 mgr.y (mgr.25387) 6894 : cluster [DBG] pgmap v4527: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.575837+0000 mgr.y (mgr.25387) 6895 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.655474+0000 mgr.y (mgr.25387) 6896 : cluster [DBG] pgmap v4528: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.655671+0000 mgr.y (mgr.25387) 6897 : cluster [DBG] pgmap v4529: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.023 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.660488+0000 mgr.y (mgr.25387) 6898 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.744584+0000 mon.a (mon.0) 13958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.747015+0000 mon.a (mon.0) 13959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.748044+0000 mon.a (mon.0) 13960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.761449+0000 mon.a (mon.0) 13961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.762335+0000 mon.a (mon.0) 13962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.763699+0000 mgr.y (mgr.25387) 6899 : cluster [DBG] pgmap v4530: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.763935+0000 mgr.y (mgr.25387) 6900 : cluster [DBG] pgmap v4531: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.770195+0000 mon.a (mon.0) 13963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.770930+0000 mgr.y (mgr.25387) 6901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.812452+0000 mon.a (mon.0) 13964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.024 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.814449+0000 mon.a (mon.0) 13965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.815373+0000 mon.a (mon.0) 13966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.817503+0000 mon.a (mon.0) 13967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.818191+0000 mon.a (mon.0) 13968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.819465+0000 mgr.y (mgr.25387) 6902 : cluster [DBG] pgmap v4532: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.819699+0000 mgr.y (mgr.25387) 6903 : cluster [DBG] pgmap v4533: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.824621+0000 mon.a (mon.0) 13969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.825146+0000 mgr.y (mgr.25387) 6904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.886954+0000 mon.a (mon.0) 13970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.889543+0000 mon.a (mon.0) 13971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.890564+0000 mon.a (mon.0) 13972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.892985+0000 mon.a (mon.0) 13973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.893696+0000 mon.a (mon.0) 13974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.895020+0000 mgr.y (mgr.25387) 6905 : cluster [DBG] pgmap v4534: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.895222+0000 mgr.y (mgr.25387) 6906 : cluster [DBG] pgmap v4535: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.025 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.899206+0000 mon.a (mon.0) 13975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.899677+0000 mgr.y (mgr.25387) 6907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.909421+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.97:0/3799326477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.956667+0000 mon.a (mon.0) 13976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.958448+0000 mon.a (mon.0) 13977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.959501+0000 mon.a (mon.0) 13978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.961291+0000 mon.a (mon.0) 13979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.961866+0000 mon.a (mon.0) 13980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.963007+0000 mgr.y (mgr.25387) 6908 : cluster [DBG] pgmap v4536: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:39.963198+0000 mgr.y (mgr.25387) 6909 : cluster [DBG] pgmap v4537: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:39.967159+0000 mon.a (mon.0) 13981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:39.967582+0000 mgr.y (mgr.25387) 6910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.010029+0000 mon.a (mon.0) 13982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.026 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.011724+0000 mon.a (mon.0) 13983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.744584+0000 mon.a (mon.0) 13958 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.747015+0000 mon.a (mon.0) 13959 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.748044+0000 mon.a (mon.0) 13960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.761449+0000 mon.a (mon.0) 13961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.762335+0000 mon.a (mon.0) 13962 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.763699+0000 mgr.y (mgr.25387) 6899 : cluster [DBG] pgmap v4530: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.763935+0000 mgr.y (mgr.25387) 6900 : cluster [DBG] pgmap v4531: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.770195+0000 mon.a (mon.0) 13963 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.770930+0000 mgr.y (mgr.25387) 6901 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.812452+0000 mon.a (mon.0) 13964 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.814449+0000 mon.a (mon.0) 13965 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.815373+0000 mon.a (mon.0) 13966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.027 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.817503+0000 mon.a (mon.0) 13967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.818191+0000 mon.a (mon.0) 13968 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.819465+0000 mgr.y (mgr.25387) 6902 : cluster [DBG] pgmap v4532: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.819699+0000 mgr.y (mgr.25387) 6903 : cluster [DBG] pgmap v4533: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.824621+0000 mon.a (mon.0) 13969 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.825146+0000 mgr.y (mgr.25387) 6904 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.886954+0000 mon.a (mon.0) 13970 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.012480+0000 mon.a (mon.0) 13984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.028 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.014290+0000 mon.a (mon.0) 13985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.014869+0000 mon.a (mon.0) 13986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.015973+0000 mgr.y (mgr.25387) 6911 : cluster [DBG] pgmap v4538: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.016183+0000 mgr.y (mgr.25387) 6912 : cluster [DBG] pgmap v4539: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.020256+0000 mon.a (mon.0) 13987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.020618+0000 mgr.y (mgr.25387) 6913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.061196+0000 mon.a (mon.0) 13988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.063052+0000 mon.a (mon.0) 13989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.063855+0000 mon.a (mon.0) 13990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.065667+0000 mon.a (mon.0) 13991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.066258+0000 mon.a (mon.0) 13992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.067429+0000 mgr.y (mgr.25387) 6914 : cluster [DBG] pgmap v4540: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.067607+0000 mgr.y (mgr.25387) 6915 : cluster [DBG] pgmap v4541: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.072008+0000 mon.a (mon.0) 13993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.072515+0000 mgr.y (mgr.25387) 6916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.029 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.128719+0000 mon.a (mon.0) 13994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.130599+0000 mon.a (mon.0) 13995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.131557+0000 mon.a (mon.0) 13996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.133694+0000 mon.a (mon.0) 13997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.134323+0000 mon.a (mon.0) 13998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.135485+0000 mgr.y (mgr.25387) 6917 : cluster [DBG] pgmap v4542: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.135725+0000 mgr.y (mgr.25387) 6918 : cluster [DBG] pgmap v4543: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.139711+0000 mon.a (mon.0) 13999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.140061+0000 mgr.y (mgr.25387) 6919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.172816+0000 mgr.y (mgr.25387) 6920 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.196523+0000 mon.a (mon.0) 14000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.198328+0000 mon.a (mon.0) 14001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.199155+0000 mon.a (mon.0) 14002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.201096+0000 mon.a (mon.0) 14003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.030 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.201702+0000 mon.a (mon.0) 14004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.202854+0000 mgr.y (mgr.25387) 6921 : cluster [DBG] pgmap v4544: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.203072+0000 mgr.y (mgr.25387) 6922 : cluster [DBG] pgmap v4545: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.207227+0000 mon.a (mon.0) 14005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.265020+0000 mon.a (mon.0) 14006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.266851+0000 mon.a (mon.0) 14007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.268087+0000 mon.a (mon.0) 14008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.270310+0000 mon.a (mon.0) 14009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.889543+0000 mon.a (mon.0) 13971 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.890564+0000 mon.a (mon.0) 13972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.892985+0000 mon.a (mon.0) 13973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.031 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.893696+0000 mon.a (mon.0) 13974 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.895020+0000 mgr.y (mgr.25387) 6905 : cluster [DBG] pgmap v4534: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.895222+0000 mgr.y (mgr.25387) 6906 : cluster [DBG] pgmap v4535: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.899206+0000 mon.a (mon.0) 13975 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.899677+0000 mgr.y (mgr.25387) 6907 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.909421+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.97:0/3799326477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.956667+0000 mon.a (mon.0) 13976 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.958448+0000 mon.a (mon.0) 13977 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.959501+0000 mon.a (mon.0) 13978 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.961291+0000 mon.a (mon.0) 13979 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.961866+0000 mon.a (mon.0) 13980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.963007+0000 mgr.y (mgr.25387) 6908 : cluster [DBG] pgmap v4536: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:39.963198+0000 mgr.y (mgr.25387) 6909 : cluster [DBG] pgmap v4537: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:39.967159+0000 mon.a (mon.0) 13981 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.032 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:39.967582+0000 mgr.y (mgr.25387) 6910 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.010029+0000 mon.a (mon.0) 13982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.011724+0000 mon.a (mon.0) 13983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.271092+0000 mon.a (mon.0) 14010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.278628+0000 mon.a (mon.0) 14011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.335716+0000 mon.a (mon.0) 14012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.337499+0000 mon.a (mon.0) 14013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.338256+0000 mon.a (mon.0) 14014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.340053+0000 mon.a (mon.0) 14015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.340669+0000 mon.a (mon.0) 14016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.346327+0000 mon.a (mon.0) 14017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.033 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.391553+0000 mon.a (mon.0) 14018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.393917+0000 mon.a (mon.0) 14019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.394843+0000 mon.a (mon.0) 14020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.397168+0000 mon.a (mon.0) 14021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.397838+0000 mon.a (mon.0) 14022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.405522+0000 mon.a (mon.0) 14023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.488154+0000 mon.a (mon.0) 14024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.492169+0000 mon.a (mon.0) 14025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.493808+0000 mon.a (mon.0) 14026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.497734+0000 mon.a (mon.0) 14027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.034 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.499204+0000 mon.a (mon.0) 14028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.012480+0000 mon.a (mon.0) 13984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.014290+0000 mon.a (mon.0) 13985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.014869+0000 mon.a (mon.0) 13986 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.015973+0000 mgr.y (mgr.25387) 6911 : cluster [DBG] pgmap v4538: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.016183+0000 mgr.y (mgr.25387) 6912 : cluster [DBG] pgmap v4539: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.020256+0000 mon.a (mon.0) 13987 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.020618+0000 mgr.y (mgr.25387) 6913 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.061196+0000 mon.a (mon.0) 13988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.063052+0000 mon.a (mon.0) 13989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.063855+0000 mon.a (mon.0) 13990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.065667+0000 mon.a (mon.0) 13991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.066258+0000 mon.a (mon.0) 13992 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.035 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.067429+0000 mgr.y (mgr.25387) 6914 : cluster [DBG] pgmap v4540: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.067607+0000 mgr.y (mgr.25387) 6915 : cluster [DBG] pgmap v4541: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.072008+0000 mon.a (mon.0) 13993 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.072515+0000 mgr.y (mgr.25387) 6916 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.128719+0000 mon.a (mon.0) 13994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.130599+0000 mon.a (mon.0) 13995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.131557+0000 mon.a (mon.0) 13996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.512653+0000 mon.a (mon.0) 14029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.588903+0000 mon.a (mon.0) 14030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.591819+0000 mon.a (mon.0) 14031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.593098+0000 mon.a (mon.0) 14032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.036 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.596199+0000 mon.a (mon.0) 14033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.597031+0000 mon.a (mon.0) 14034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.605141+0000 mon.a (mon.0) 14035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.679777+0000 mon.a (mon.0) 14036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.681812+0000 mon.a (mon.0) 14037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.682642+0000 mon.a (mon.0) 14038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.684566+0000 mon.a (mon.0) 14039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[73934]: audit 2024-03-30T04:51:40.685215+0000 mon.a (mon.0) 14040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.133694+0000 mon.a (mon.0) 13997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.037 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.134323+0000 mon.a (mon.0) 13998 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.135485+0000 mgr.y (mgr.25387) 6917 : cluster [DBG] pgmap v4542: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.135725+0000 mgr.y (mgr.25387) 6918 : cluster [DBG] pgmap v4543: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.139711+0000 mon.a (mon.0) 13999 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.140061+0000 mgr.y (mgr.25387) 6919 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.172816+0000 mgr.y (mgr.25387) 6920 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.196523+0000 mon.a (mon.0) 14000 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.198328+0000 mon.a (mon.0) 14001 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.199155+0000 mon.a (mon.0) 14002 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.201096+0000 mon.a (mon.0) 14003 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.201702+0000 mon.a (mon.0) 14004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.202854+0000 mgr.y (mgr.25387) 6921 : cluster [DBG] pgmap v4544: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.038 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.203072+0000 mgr.y (mgr.25387) 6922 : cluster [DBG] pgmap v4545: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.207227+0000 mon.a (mon.0) 14005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.265020+0000 mon.a (mon.0) 14006 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.266851+0000 mon.a (mon.0) 14007 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.268087+0000 mon.a (mon.0) 14008 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.270310+0000 mon.a (mon.0) 14009 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.271092+0000 mon.a (mon.0) 14010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.278628+0000 mon.a (mon.0) 14011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.335716+0000 mon.a (mon.0) 14012 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.337499+0000 mon.a (mon.0) 14013 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.338256+0000 mon.a (mon.0) 14014 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.340053+0000 mon.a (mon.0) 14015 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.340669+0000 mon.a (mon.0) 14016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.346327+0000 mon.a (mon.0) 14017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.391553+0000 mon.a (mon.0) 14018 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.039 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.393917+0000 mon.a (mon.0) 14019 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.394843+0000 mon.a (mon.0) 14020 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.397168+0000 mon.a (mon.0) 14021 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.397838+0000 mon.a (mon.0) 14022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.405522+0000 mon.a (mon.0) 14023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.488154+0000 mon.a (mon.0) 14024 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.492169+0000 mon.a (mon.0) 14025 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.493808+0000 mon.a (mon.0) 14026 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.497734+0000 mon.a (mon.0) 14027 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.499204+0000 mon.a (mon.0) 14028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.512653+0000 mon.a (mon.0) 14029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.588903+0000 mon.a (mon.0) 14030 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.591819+0000 mon.a (mon.0) 14031 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.593098+0000 mon.a (mon.0) 14032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.596199+0000 mon.a (mon.0) 14033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.040 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.597031+0000 mon.a (mon.0) 14034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.605141+0000 mon.a (mon.0) 14035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.679777+0000 mon.a (mon.0) 14036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.681812+0000 mon.a (mon.0) 14037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.682642+0000 mon.a (mon.0) 14038 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.684566+0000 mon.a (mon.0) 14039 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.041 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:40 smithi097 bash[69502]: audit 2024-03-30T04:51:40.685215+0000 mon.a (mon.0) 14040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.207798+0000 mgr.y (mgr.25387) 6923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.272485+0000 mgr.y (mgr.25387) 6924 : cluster [DBG] pgmap v4546: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.272701+0000 mgr.y (mgr.25387) 6925 : cluster [DBG] pgmap v4547: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.279019+0000 mgr.y (mgr.25387) 6926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.341830+0000 mgr.y (mgr.25387) 6927 : cluster [DBG] pgmap v4548: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.342060+0000 mgr.y (mgr.25387) 6928 : cluster [DBG] pgmap v4549: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.346731+0000 mgr.y (mgr.25387) 6929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.399141+0000 mgr.y (mgr.25387) 6930 : cluster [DBG] pgmap v4550: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.399416+0000 mgr.y (mgr.25387) 6931 : cluster [DBG] pgmap v4551: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.406152+0000 mgr.y (mgr.25387) 6932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.501800+0000 mgr.y (mgr.25387) 6933 : cluster [DBG] pgmap v4552: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.502338+0000 mgr.y (mgr.25387) 6934 : cluster [DBG] pgmap v4553: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.513185+0000 mgr.y (mgr.25387) 6935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.598417+0000 mgr.y (mgr.25387) 6936 : cluster [DBG] pgmap v4554: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.598744+0000 mgr.y (mgr.25387) 6937 : cluster [DBG] pgmap v4555: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.605746+0000 mgr.y (mgr.25387) 6938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.686448+0000 mgr.y (mgr.25387) 6939 : cluster [DBG] pgmap v4556: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.686730+0000 mgr.y (mgr.25387) 6940 : cluster [DBG] pgmap v4557: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.703984+0000 mon.a (mon.0) 14041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.704470+0000 mgr.y (mgr.25387) 6941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.761179+0000 mon.a (mon.0) 14042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.762958+0000 mon.a (mon.0) 14043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.763801+0000 mon.a (mon.0) 14044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.765578+0000 mon.a (mon.0) 14045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.766156+0000 mon.a (mon.0) 14046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.767314+0000 mgr.y (mgr.25387) 6942 : cluster [DBG] pgmap v4558: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.767523+0000 mgr.y (mgr.25387) 6943 : cluster [DBG] pgmap v4559: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.771740+0000 mon.a (mon.0) 14047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.772119+0000 mgr.y (mgr.25387) 6944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.829175+0000 mon.a (mon.0) 14048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.830943+0000 mon.a (mon.0) 14049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.832023+0000 mon.a (mon.0) 14050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.834880+0000 mon.a (mon.0) 14051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.835667+0000 mon.a (mon.0) 14052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.837095+0000 mgr.y (mgr.25387) 6945 : cluster [DBG] pgmap v4560: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.837321+0000 mgr.y (mgr.25387) 6946 : cluster [DBG] pgmap v4561: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.843114+0000 mon.a (mon.0) 14053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.843527+0000 mgr.y (mgr.25387) 6947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.916101+0000 mon.a (mon.0) 14054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.917916+0000 mon.a (mon.0) 14055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.918689+0000 mon.a (mon.0) 14056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.920477+0000 mon.a (mon.0) 14057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.921254+0000 mon.a (mon.0) 14058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.922619+0000 mgr.y (mgr.25387) 6948 : cluster [DBG] pgmap v4562: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.922863+0000 mgr.y (mgr.25387) 6949 : cluster [DBG] pgmap v4563: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.929624+0000 mon.a (mon.0) 14059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.930136+0000 mgr.y (mgr.25387) 6950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.970476+0000 mon.a (mon.0) 14060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.972248+0000 mon.a (mon.0) 14061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.973448+0000 mon.a (mon.0) 14062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.976204+0000 mon.a (mon.0) 14063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.976987+0000 mon.a (mon.0) 14064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.963 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.978644+0000 mgr.y (mgr.25387) 6951 : cluster [DBG] pgmap v4564: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:40.979226+0000 mgr.y (mgr.25387) 6952 : cluster [DBG] pgmap v4565: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:40.985795+0000 mon.a (mon.0) 14065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:40.986381+0000 mgr.y (mgr.25387) 6953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.027484+0000 mon.a (mon.0) 14066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.030006+0000 mon.a (mon.0) 14067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.030922+0000 mon.a (mon.0) 14068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.032844+0000 mon.a (mon.0) 14069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.033440+0000 mon.a (mon.0) 14070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.034567+0000 mgr.y (mgr.25387) 6954 : cluster [DBG] pgmap v4566: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.034744+0000 mgr.y (mgr.25387) 6955 : cluster [DBG] pgmap v4567: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.039805+0000 mon.a (mon.0) 14071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.040222+0000 mgr.y (mgr.25387) 6956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.964 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.080386+0000 mon.a (mon.0) 14072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.082152+0000 mon.a (mon.0) 14073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.083029+0000 mon.a (mon.0) 14074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.085048+0000 mon.a (mon.0) 14075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.085717+0000 mon.a (mon.0) 14076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.086968+0000 mgr.y (mgr.25387) 6957 : cluster [DBG] pgmap v4568: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.087241+0000 mgr.y (mgr.25387) 6958 : cluster [DBG] pgmap v4569: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.092901+0000 mon.a (mon.0) 14077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.093402+0000 mgr.y (mgr.25387) 6959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.134836+0000 mon.a (mon.0) 14078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.136652+0000 mon.a (mon.0) 14079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.137482+0000 mon.a (mon.0) 14080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.139336+0000 mon.a (mon.0) 14081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.139921+0000 mon.a (mon.0) 14082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.965 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.141025+0000 mgr.y (mgr.25387) 6960 : cluster [DBG] pgmap v4570: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.141200+0000 mgr.y (mgr.25387) 6961 : cluster [DBG] pgmap v4571: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.145455+0000 mon.a (mon.0) 14083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.145930+0000 mgr.y (mgr.25387) 6962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.186398+0000 mon.a (mon.0) 14084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.188165+0000 mon.a (mon.0) 14085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.189147+0000 mon.a (mon.0) 14086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.191006+0000 mon.a (mon.0) 14087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.191626+0000 mon.a (mon.0) 14088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.192767+0000 mgr.y (mgr.25387) 6963 : cluster [DBG] pgmap v4572: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.192963+0000 mgr.y (mgr.25387) 6964 : cluster [DBG] pgmap v4573: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.197988+0000 mon.a (mon.0) 14089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.198404+0000 mgr.y (mgr.25387) 6965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.238914+0000 mon.a (mon.0) 14090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.966 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.241066+0000 mon.a (mon.0) 14091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.242106+0000 mon.a (mon.0) 14092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.244098+0000 mon.a (mon.0) 14093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.244821+0000 mon.a (mon.0) 14094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.251045+0000 mon.a (mon.0) 14095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.322866+0000 mon.a (mon.0) 14096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.326823+0000 mon.a (mon.0) 14097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.328279+0000 mon.a (mon.0) 14098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.331935+0000 mon.a (mon.0) 14099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.332926+0000 mon.a (mon.0) 14100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.342416+0000 mon.a (mon.0) 14101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.417774+0000 mon.a (mon.0) 14102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.420091+0000 mon.a (mon.0) 14103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.421570+0000 mon.a (mon.0) 14104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.967 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.425290+0000 mon.a (mon.0) 14105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.426441+0000 mon.a (mon.0) 14106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.434841+0000 mon.a (mon.0) 14107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.512742+0000 mon.a (mon.0) 14108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.515693+0000 mon.a (mon.0) 14109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.517236+0000 mon.a (mon.0) 14110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.520666+0000 mon.a (mon.0) 14111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.521727+0000 mon.a (mon.0) 14112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.968 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.530739+0000 mon.a (mon.0) 14113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.207798+0000 mgr.y (mgr.25387) 6923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.272485+0000 mgr.y (mgr.25387) 6924 : cluster [DBG] pgmap v4546: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.272701+0000 mgr.y (mgr.25387) 6925 : cluster [DBG] pgmap v4547: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.279019+0000 mgr.y (mgr.25387) 6926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.341830+0000 mgr.y (mgr.25387) 6927 : cluster [DBG] pgmap v4548: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.342060+0000 mgr.y (mgr.25387) 6928 : cluster [DBG] pgmap v4549: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.346731+0000 mgr.y (mgr.25387) 6929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.399141+0000 mgr.y (mgr.25387) 6930 : cluster [DBG] pgmap v4550: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.399416+0000 mgr.y (mgr.25387) 6931 : cluster [DBG] pgmap v4551: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.406152+0000 mgr.y (mgr.25387) 6932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.501800+0000 mgr.y (mgr.25387) 6933 : cluster [DBG] pgmap v4552: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:51:41.969 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.502338+0000 mgr.y (mgr.25387) 6934 : cluster [DBG] pgmap v4553: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.513185+0000 mgr.y (mgr.25387) 6935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.598417+0000 mgr.y (mgr.25387) 6936 : cluster [DBG] pgmap v4554: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.598744+0000 mgr.y (mgr.25387) 6937 : cluster [DBG] pgmap v4555: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.605746+0000 mgr.y (mgr.25387) 6938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.686448+0000 mgr.y (mgr.25387) 6939 : cluster [DBG] pgmap v4556: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.686730+0000 mgr.y (mgr.25387) 6940 : cluster [DBG] pgmap v4557: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.703984+0000 mon.a (mon.0) 14041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.704470+0000 mgr.y (mgr.25387) 6941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.622070+0000 mon.a (mon.0) 14114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.970 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.625905+0000 mon.a (mon.0) 14115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.627656+0000 mon.a (mon.0) 14116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.631498+0000 mon.a (mon.0) 14117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.632711+0000 mon.a (mon.0) 14118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:41 smithi105 bash[58125]: audit 2024-03-30T04:51:41.642753+0000 mon.a (mon.0) 14119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.207798+0000 mgr.y (mgr.25387) 6923 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.272485+0000 mgr.y (mgr.25387) 6924 : cluster [DBG] pgmap v4546: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.272701+0000 mgr.y (mgr.25387) 6925 : cluster [DBG] pgmap v4547: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.279019+0000 mgr.y (mgr.25387) 6926 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.341830+0000 mgr.y (mgr.25387) 6927 : cluster [DBG] pgmap v4548: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.342060+0000 mgr.y (mgr.25387) 6928 : cluster [DBG] pgmap v4549: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.346731+0000 mgr.y (mgr.25387) 6929 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.399141+0000 mgr.y (mgr.25387) 6930 : cluster [DBG] pgmap v4550: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.971 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.399416+0000 mgr.y (mgr.25387) 6931 : cluster [DBG] pgmap v4551: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.406152+0000 mgr.y (mgr.25387) 6932 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.501800+0000 mgr.y (mgr.25387) 6933 : cluster [DBG] pgmap v4552: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.502338+0000 mgr.y (mgr.25387) 6934 : cluster [DBG] pgmap v4553: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 21 op/s 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.513185+0000 mgr.y (mgr.25387) 6935 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.598417+0000 mgr.y (mgr.25387) 6936 : cluster [DBG] pgmap v4554: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.598744+0000 mgr.y (mgr.25387) 6937 : cluster [DBG] pgmap v4555: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 19 op/s 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.605746+0000 mgr.y (mgr.25387) 6938 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.686448+0000 mgr.y (mgr.25387) 6939 : cluster [DBG] pgmap v4556: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.686730+0000 mgr.y (mgr.25387) 6940 : cluster [DBG] pgmap v4557: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.703984+0000 mon.a (mon.0) 14041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.972 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.704470+0000 mgr.y (mgr.25387) 6941 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.761179+0000 mon.a (mon.0) 14042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.762958+0000 mon.a (mon.0) 14043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.763801+0000 mon.a (mon.0) 14044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.765578+0000 mon.a (mon.0) 14045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.766156+0000 mon.a (mon.0) 14046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.767314+0000 mgr.y (mgr.25387) 6942 : cluster [DBG] pgmap v4558: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.767523+0000 mgr.y (mgr.25387) 6943 : cluster [DBG] pgmap v4559: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.771740+0000 mon.a (mon.0) 14047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.772119+0000 mgr.y (mgr.25387) 6944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.829175+0000 mon.a (mon.0) 14048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.830943+0000 mon.a (mon.0) 14049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.832023+0000 mon.a (mon.0) 14050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.834880+0000 mon.a (mon.0) 14051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.973 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.835667+0000 mon.a (mon.0) 14052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.837095+0000 mgr.y (mgr.25387) 6945 : cluster [DBG] pgmap v4560: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.837321+0000 mgr.y (mgr.25387) 6946 : cluster [DBG] pgmap v4561: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.843114+0000 mon.a (mon.0) 14053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.843527+0000 mgr.y (mgr.25387) 6947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.916101+0000 mon.a (mon.0) 14054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.761179+0000 mon.a (mon.0) 14042 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.762958+0000 mon.a (mon.0) 14043 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.763801+0000 mon.a (mon.0) 14044 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.765578+0000 mon.a (mon.0) 14045 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.974 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.766156+0000 mon.a (mon.0) 14046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.767314+0000 mgr.y (mgr.25387) 6942 : cluster [DBG] pgmap v4558: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.767523+0000 mgr.y (mgr.25387) 6943 : cluster [DBG] pgmap v4559: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.771740+0000 mon.a (mon.0) 14047 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.772119+0000 mgr.y (mgr.25387) 6944 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.829175+0000 mon.a (mon.0) 14048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.830943+0000 mon.a (mon.0) 14049 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.832023+0000 mon.a (mon.0) 14050 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.834880+0000 mon.a (mon.0) 14051 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.835667+0000 mon.a (mon.0) 14052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.837095+0000 mgr.y (mgr.25387) 6945 : cluster [DBG] pgmap v4560: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.837321+0000 mgr.y (mgr.25387) 6946 : cluster [DBG] pgmap v4561: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.843114+0000 mon.a (mon.0) 14053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.843527+0000 mgr.y (mgr.25387) 6947 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.975 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.916101+0000 mon.a (mon.0) 14054 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.917916+0000 mon.a (mon.0) 14055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.918689+0000 mon.a (mon.0) 14056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.920477+0000 mon.a (mon.0) 14057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.921254+0000 mon.a (mon.0) 14058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.922619+0000 mgr.y (mgr.25387) 6948 : cluster [DBG] pgmap v4562: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.922863+0000 mgr.y (mgr.25387) 6949 : cluster [DBG] pgmap v4563: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.929624+0000 mon.a (mon.0) 14059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.930136+0000 mgr.y (mgr.25387) 6950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.970476+0000 mon.a (mon.0) 14060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.976 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.972248+0000 mon.a (mon.0) 14061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.973448+0000 mon.a (mon.0) 14062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.976204+0000 mon.a (mon.0) 14063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.976987+0000 mon.a (mon.0) 14064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.978644+0000 mgr.y (mgr.25387) 6951 : cluster [DBG] pgmap v4564: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:40.979226+0000 mgr.y (mgr.25387) 6952 : cluster [DBG] pgmap v4565: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:40.985795+0000 mon.a (mon.0) 14065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:40.986381+0000 mgr.y (mgr.25387) 6953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.027484+0000 mon.a (mon.0) 14066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.030006+0000 mon.a (mon.0) 14067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.917916+0000 mon.a (mon.0) 14055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.977 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.918689+0000 mon.a (mon.0) 14056 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.920477+0000 mon.a (mon.0) 14057 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.921254+0000 mon.a (mon.0) 14058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.922619+0000 mgr.y (mgr.25387) 6948 : cluster [DBG] pgmap v4562: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.922863+0000 mgr.y (mgr.25387) 6949 : cluster [DBG] pgmap v4563: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.929624+0000 mon.a (mon.0) 14059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.930136+0000 mgr.y (mgr.25387) 6950 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.970476+0000 mon.a (mon.0) 14060 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.972248+0000 mon.a (mon.0) 14061 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.973448+0000 mon.a (mon.0) 14062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.976204+0000 mon.a (mon.0) 14063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.976987+0000 mon.a (mon.0) 14064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.978644+0000 mgr.y (mgr.25387) 6951 : cluster [DBG] pgmap v4564: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:40.979226+0000 mgr.y (mgr.25387) 6952 : cluster [DBG] pgmap v4565: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.978 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:40.985795+0000 mon.a (mon.0) 14065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:40.986381+0000 mgr.y (mgr.25387) 6953 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.027484+0000 mon.a (mon.0) 14066 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.030006+0000 mon.a (mon.0) 14067 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.030922+0000 mon.a (mon.0) 14068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.032844+0000 mon.a (mon.0) 14069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.033440+0000 mon.a (mon.0) 14070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.034567+0000 mgr.y (mgr.25387) 6954 : cluster [DBG] pgmap v4566: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.034744+0000 mgr.y (mgr.25387) 6955 : cluster [DBG] pgmap v4567: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.039805+0000 mon.a (mon.0) 14071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.040222+0000 mgr.y (mgr.25387) 6956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.979 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.080386+0000 mon.a (mon.0) 14072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.082152+0000 mon.a (mon.0) 14073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.083029+0000 mon.a (mon.0) 14074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.085048+0000 mon.a (mon.0) 14075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.085717+0000 mon.a (mon.0) 14076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.086968+0000 mgr.y (mgr.25387) 6957 : cluster [DBG] pgmap v4568: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.087241+0000 mgr.y (mgr.25387) 6958 : cluster [DBG] pgmap v4569: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.092901+0000 mon.a (mon.0) 14077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.093402+0000 mgr.y (mgr.25387) 6959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.134836+0000 mon.a (mon.0) 14078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.136652+0000 mon.a (mon.0) 14079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.137482+0000 mon.a (mon.0) 14080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.980 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.139336+0000 mon.a (mon.0) 14081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.030922+0000 mon.a (mon.0) 14068 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.032844+0000 mon.a (mon.0) 14069 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.033440+0000 mon.a (mon.0) 14070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.034567+0000 mgr.y (mgr.25387) 6954 : cluster [DBG] pgmap v4566: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.034744+0000 mgr.y (mgr.25387) 6955 : cluster [DBG] pgmap v4567: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.039805+0000 mon.a (mon.0) 14071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.040222+0000 mgr.y (mgr.25387) 6956 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.080386+0000 mon.a (mon.0) 14072 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.082152+0000 mon.a (mon.0) 14073 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.083029+0000 mon.a (mon.0) 14074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.085048+0000 mon.a (mon.0) 14075 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.085717+0000 mon.a (mon.0) 14076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.981 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.086968+0000 mgr.y (mgr.25387) 6957 : cluster [DBG] pgmap v4568: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.087241+0000 mgr.y (mgr.25387) 6958 : cluster [DBG] pgmap v4569: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.092901+0000 mon.a (mon.0) 14077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.093402+0000 mgr.y (mgr.25387) 6959 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.134836+0000 mon.a (mon.0) 14078 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.136652+0000 mon.a (mon.0) 14079 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.137482+0000 mon.a (mon.0) 14080 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.139336+0000 mon.a (mon.0) 14081 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.139921+0000 mon.a (mon.0) 14082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.141025+0000 mgr.y (mgr.25387) 6960 : cluster [DBG] pgmap v4570: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.982 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.141200+0000 mgr.y (mgr.25387) 6961 : cluster [DBG] pgmap v4571: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.145455+0000 mon.a (mon.0) 14083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.145930+0000 mgr.y (mgr.25387) 6962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.186398+0000 mon.a (mon.0) 14084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.188165+0000 mon.a (mon.0) 14085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.189147+0000 mon.a (mon.0) 14086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.191006+0000 mon.a (mon.0) 14087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.191626+0000 mon.a (mon.0) 14088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.192767+0000 mgr.y (mgr.25387) 6963 : cluster [DBG] pgmap v4572: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.192963+0000 mgr.y (mgr.25387) 6964 : cluster [DBG] pgmap v4573: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.197988+0000 mon.a (mon.0) 14089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.198404+0000 mgr.y (mgr.25387) 6965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.238914+0000 mon.a (mon.0) 14090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.241066+0000 mon.a (mon.0) 14091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.983 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.242106+0000 mon.a (mon.0) 14092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.244098+0000 mon.a (mon.0) 14093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.244821+0000 mon.a (mon.0) 14094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.139921+0000 mon.a (mon.0) 14082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.141025+0000 mgr.y (mgr.25387) 6960 : cluster [DBG] pgmap v4570: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.141200+0000 mgr.y (mgr.25387) 6961 : cluster [DBG] pgmap v4571: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.145455+0000 mon.a (mon.0) 14083 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.145930+0000 mgr.y (mgr.25387) 6962 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.186398+0000 mon.a (mon.0) 14084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.188165+0000 mon.a (mon.0) 14085 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.189147+0000 mon.a (mon.0) 14086 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.191006+0000 mon.a (mon.0) 14087 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.984 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.191626+0000 mon.a (mon.0) 14088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.192767+0000 mgr.y (mgr.25387) 6963 : cluster [DBG] pgmap v4572: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.192963+0000 mgr.y (mgr.25387) 6964 : cluster [DBG] pgmap v4573: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.197988+0000 mon.a (mon.0) 14089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.198404+0000 mgr.y (mgr.25387) 6965 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.238914+0000 mon.a (mon.0) 14090 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.241066+0000 mon.a (mon.0) 14091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.242106+0000 mon.a (mon.0) 14092 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.244098+0000 mon.a (mon.0) 14093 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.244821+0000 mon.a (mon.0) 14094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.985 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.251045+0000 mon.a (mon.0) 14095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.322866+0000 mon.a (mon.0) 14096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.326823+0000 mon.a (mon.0) 14097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.328279+0000 mon.a (mon.0) 14098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.331935+0000 mon.a (mon.0) 14099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.332926+0000 mon.a (mon.0) 14100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.342416+0000 mon.a (mon.0) 14101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.417774+0000 mon.a (mon.0) 14102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.420091+0000 mon.a (mon.0) 14103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.421570+0000 mon.a (mon.0) 14104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.425290+0000 mon.a (mon.0) 14105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.426441+0000 mon.a (mon.0) 14106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.434841+0000 mon.a (mon.0) 14107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.512742+0000 mon.a (mon.0) 14108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.986 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.515693+0000 mon.a (mon.0) 14109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.517236+0000 mon.a (mon.0) 14110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.520666+0000 mon.a (mon.0) 14111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.521727+0000 mon.a (mon.0) 14112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.530739+0000 mon.a (mon.0) 14113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.251045+0000 mon.a (mon.0) 14095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.322866+0000 mon.a (mon.0) 14096 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.326823+0000 mon.a (mon.0) 14097 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.328279+0000 mon.a (mon.0) 14098 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.331935+0000 mon.a (mon.0) 14099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.987 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.332926+0000 mon.a (mon.0) 14100 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.342416+0000 mon.a (mon.0) 14101 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.417774+0000 mon.a (mon.0) 14102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.420091+0000 mon.a (mon.0) 14103 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.421570+0000 mon.a (mon.0) 14104 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.425290+0000 mon.a (mon.0) 14105 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.426441+0000 mon.a (mon.0) 14106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.434841+0000 mon.a (mon.0) 14107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.512742+0000 mon.a (mon.0) 14108 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.515693+0000 mon.a (mon.0) 14109 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.517236+0000 mon.a (mon.0) 14110 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.520666+0000 mon.a (mon.0) 14111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.521727+0000 mon.a (mon.0) 14112 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.988 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.530739+0000 mon.a (mon.0) 14113 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.622070+0000 mon.a (mon.0) 14114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.625905+0000 mon.a (mon.0) 14115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.627656+0000 mon.a (mon.0) 14116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.631498+0000 mon.a (mon.0) 14117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.632711+0000 mon.a (mon.0) 14118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[69502]: audit 2024-03-30T04:51:41.642753+0000 mon.a (mon.0) 14119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.622070+0000 mon.a (mon.0) 14114 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.625905+0000 mon.a (mon.0) 14115 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.627656+0000 mon.a (mon.0) 14116 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.631498+0000 mon.a (mon.0) 14117 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:41.989 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.632711+0000 mon.a (mon.0) 14118 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:41.990 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:41 smithi097 bash[73934]: audit 2024-03-30T04:51:41.642753+0000 mon.a (mon.0) 14119 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:51:42] "GET /metrics HTTP/1.1" 200 38693 "" "Prometheus/2.43.0" 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.246040+0000 mgr.y (mgr.25387) 6966 : cluster [DBG] pgmap v4574: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.246242+0000 mgr.y (mgr.25387) 6967 : cluster [DBG] pgmap v4575: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.251482+0000 mgr.y (mgr.25387) 6968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.334924+0000 mgr.y (mgr.25387) 6969 : cluster [DBG] pgmap v4576: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.335295+0000 mgr.y (mgr.25387) 6970 : cluster [DBG] pgmap v4577: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.343046+0000 mgr.y (mgr.25387) 6971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.428598+0000 mgr.y (mgr.25387) 6972 : cluster [DBG] pgmap v4578: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.428798+0000 mgr.y (mgr.25387) 6973 : cluster [DBG] pgmap v4579: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.435290+0000 mgr.y (mgr.25387) 6974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.523723+0000 mgr.y (mgr.25387) 6975 : cluster [DBG] pgmap v4580: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.524305+0000 mgr.y (mgr.25387) 6976 : cluster [DBG] pgmap v4581: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.531409+0000 mgr.y (mgr.25387) 6977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.634996+0000 mgr.y (mgr.25387) 6978 : cluster [DBG] pgmap v4582: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.635612+0000 mgr.y (mgr.25387) 6979 : cluster [DBG] pgmap v4583: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.643512+0000 mgr.y (mgr.25387) 6980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.734120+0000 mon.a (mon.0) 14120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.737391+0000 mon.a (mon.0) 14121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.738752+0000 mon.a (mon.0) 14122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.741673+0000 mon.a (mon.0) 14123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.742643+0000 mon.a (mon.0) 14124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.744655+0000 mgr.y (mgr.25387) 6981 : cluster [DBG] pgmap v4584: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.745078+0000 mgr.y (mgr.25387) 6982 : cluster [DBG] pgmap v4585: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.751774+0000 mon.a (mon.0) 14125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.752283+0000 mgr.y (mgr.25387) 6983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.824644+0000 mon.a (mon.0) 14126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.826620+0000 mon.a (mon.0) 14127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.878 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.827606+0000 mon.a (mon.0) 14128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.830059+0000 mon.a (mon.0) 14129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.830851+0000 mon.a (mon.0) 14130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.832332+0000 mgr.y (mgr.25387) 6984 : cluster [DBG] pgmap v4586: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.832705+0000 mgr.y (mgr.25387) 6985 : cluster [DBG] pgmap v4587: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.840627+0000 mon.a (mon.0) 14131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.841109+0000 mgr.y (mgr.25387) 6986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.914889+0000 mon.a (mon.0) 14132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.917606+0000 mon.a (mon.0) 14133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.918621+0000 mon.a (mon.0) 14134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.920788+0000 mon.a (mon.0) 14135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.921502+0000 mon.a (mon.0) 14136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.879 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.922779+0000 mgr.y (mgr.25387) 6987 : cluster [DBG] pgmap v4588: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.246040+0000 mgr.y (mgr.25387) 6966 : cluster [DBG] pgmap v4574: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.246242+0000 mgr.y (mgr.25387) 6967 : cluster [DBG] pgmap v4575: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.251482+0000 mgr.y (mgr.25387) 6968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.334924+0000 mgr.y (mgr.25387) 6969 : cluster [DBG] pgmap v4576: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.335295+0000 mgr.y (mgr.25387) 6970 : cluster [DBG] pgmap v4577: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.343046+0000 mgr.y (mgr.25387) 6971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.428598+0000 mgr.y (mgr.25387) 6972 : cluster [DBG] pgmap v4578: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.880 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.428798+0000 mgr.y (mgr.25387) 6973 : cluster [DBG] pgmap v4579: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.435290+0000 mgr.y (mgr.25387) 6974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.523723+0000 mgr.y (mgr.25387) 6975 : cluster [DBG] pgmap v4580: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.524305+0000 mgr.y (mgr.25387) 6976 : cluster [DBG] pgmap v4581: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.531409+0000 mgr.y (mgr.25387) 6977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.634996+0000 mgr.y (mgr.25387) 6978 : cluster [DBG] pgmap v4582: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.635612+0000 mgr.y (mgr.25387) 6979 : cluster [DBG] pgmap v4583: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.643512+0000 mgr.y (mgr.25387) 6980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.734120+0000 mon.a (mon.0) 14120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.737391+0000 mon.a (mon.0) 14121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.738752+0000 mon.a (mon.0) 14122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.741673+0000 mon.a (mon.0) 14123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.742643+0000 mon.a (mon.0) 14124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.744655+0000 mgr.y (mgr.25387) 6981 : cluster [DBG] pgmap v4584: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.745078+0000 mgr.y (mgr.25387) 6982 : cluster [DBG] pgmap v4585: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.881 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.751774+0000 mon.a (mon.0) 14125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.752283+0000 mgr.y (mgr.25387) 6983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.824644+0000 mon.a (mon.0) 14126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.826620+0000 mon.a (mon.0) 14127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.827606+0000 mon.a (mon.0) 14128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.830059+0000 mon.a (mon.0) 14129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.830851+0000 mon.a (mon.0) 14130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.832332+0000 mgr.y (mgr.25387) 6984 : cluster [DBG] pgmap v4586: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.832705+0000 mgr.y (mgr.25387) 6985 : cluster [DBG] pgmap v4587: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.840627+0000 mon.a (mon.0) 14131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.841109+0000 mgr.y (mgr.25387) 6986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.914889+0000 mon.a (mon.0) 14132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.917606+0000 mon.a (mon.0) 14133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.882 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.918621+0000 mon.a (mon.0) 14134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.920788+0000 mon.a (mon.0) 14135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.921502+0000 mon.a (mon.0) 14136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.922779+0000 mgr.y (mgr.25387) 6987 : cluster [DBG] pgmap v4588: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.923065+0000 mgr.y (mgr.25387) 6988 : cluster [DBG] pgmap v4589: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.928121+0000 mon.a (mon.0) 14137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.928667+0000 mgr.y (mgr.25387) 6989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.974514+0000 mon.a (mon.0) 14138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.976775+0000 mon.a (mon.0) 14139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.977615+0000 mon.a (mon.0) 14140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.979719+0000 mon.a (mon.0) 14141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.980339+0000 mon.a (mon.0) 14142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.981663+0000 mgr.y (mgr.25387) 6990 : cluster [DBG] pgmap v4590: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.883 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:41.981893+0000 mgr.y (mgr.25387) 6991 : cluster [DBG] pgmap v4591: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:41.987129+0000 mon.a (mon.0) 14143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:41.987582+0000 mgr.y (mgr.25387) 6992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.032481+0000 mon.a (mon.0) 14144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.035051+0000 mon.a (mon.0) 14145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.036139+0000 mon.a (mon.0) 14146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.038584+0000 mon.a (mon.0) 14147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.039367+0000 mon.a (mon.0) 14148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.041113+0000 mgr.y (mgr.25387) 6993 : cluster [DBG] pgmap v4592: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.045466+0000 mon.a (mon.0) 14149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.046000+0000 mgr.y (mgr.25387) 6994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.102189+0000 mon.a (mon.0) 14150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.103958+0000 mon.a (mon.0) 14151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.104754+0000 mon.a (mon.0) 14152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.884 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.106703+0000 mon.a (mon.0) 14153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.107290+0000 mon.a (mon.0) 14154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.108439+0000 mgr.y (mgr.25387) 6995 : cluster [DBG] pgmap v4593: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.108720+0000 mgr.y (mgr.25387) 6996 : cluster [DBG] pgmap v4594: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.113907+0000 mon.a (mon.0) 14155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.114362+0000 mgr.y (mgr.25387) 6997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.172451+0000 mon.a (mon.0) 14156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.174486+0000 mon.a (mon.0) 14157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.175351+0000 mon.a (mon.0) 14158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.177449+0000 mon.a (mon.0) 14159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.178146+0000 mon.a (mon.0) 14160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.179429+0000 mgr.y (mgr.25387) 6998 : cluster [DBG] pgmap v4595: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.179658+0000 mgr.y (mgr.25387) 6999 : cluster [DBG] pgmap v4596: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.184851+0000 mon.a (mon.0) 14161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.885 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.185324+0000 mgr.y (mgr.25387) 7000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.241677+0000 mon.a (mon.0) 14162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.243513+0000 mon.a (mon.0) 14163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.244295+0000 mon.a (mon.0) 14164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.246814+0000 mon.a (mon.0) 14165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.247709+0000 mon.a (mon.0) 14166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.256998+0000 mon.a (mon.0) 14167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.338131+0000 mon.a (mon.0) 14168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.340290+0000 mon.a (mon.0) 14169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.341731+0000 mon.a (mon.0) 14170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.344064+0000 mon.a (mon.0) 14171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.344874+0000 mon.a (mon.0) 14172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.353252+0000 mon.a (mon.0) 14173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.886 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.411381+0000 mon.a (mon.0) 14174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.413302+0000 mon.a (mon.0) 14175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.414267+0000 mon.a (mon.0) 14176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.416596+0000 mon.a (mon.0) 14177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.417275+0000 mon.a (mon.0) 14178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.423734+0000 mon.a (mon.0) 14179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.471385+0000 mon.a (mon.0) 14180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.473534+0000 mon.a (mon.0) 14181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.923065+0000 mgr.y (mgr.25387) 6988 : cluster [DBG] pgmap v4589: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.928121+0000 mon.a (mon.0) 14137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.928667+0000 mgr.y (mgr.25387) 6989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.887 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.974514+0000 mon.a (mon.0) 14138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.976775+0000 mon.a (mon.0) 14139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.977615+0000 mon.a (mon.0) 14140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.979719+0000 mon.a (mon.0) 14141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.980339+0000 mon.a (mon.0) 14142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.981663+0000 mgr.y (mgr.25387) 6990 : cluster [DBG] pgmap v4590: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:41.981893+0000 mgr.y (mgr.25387) 6991 : cluster [DBG] pgmap v4591: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:41.987129+0000 mon.a (mon.0) 14143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:41.987582+0000 mgr.y (mgr.25387) 6992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.032481+0000 mon.a (mon.0) 14144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.035051+0000 mon.a (mon.0) 14145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.036139+0000 mon.a (mon.0) 14146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.038584+0000 mon.a (mon.0) 14147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.888 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.039367+0000 mon.a (mon.0) 14148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.041113+0000 mgr.y (mgr.25387) 6993 : cluster [DBG] pgmap v4592: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.045466+0000 mon.a (mon.0) 14149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.046000+0000 mgr.y (mgr.25387) 6994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.102189+0000 mon.a (mon.0) 14150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.103958+0000 mon.a (mon.0) 14151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.104754+0000 mon.a (mon.0) 14152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.106703+0000 mon.a (mon.0) 14153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.107290+0000 mon.a (mon.0) 14154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.108439+0000 mgr.y (mgr.25387) 6995 : cluster [DBG] pgmap v4593: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.108720+0000 mgr.y (mgr.25387) 6996 : cluster [DBG] pgmap v4594: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.113907+0000 mon.a (mon.0) 14155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.114362+0000 mgr.y (mgr.25387) 6997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.172451+0000 mon.a (mon.0) 14156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.889 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.174486+0000 mon.a (mon.0) 14157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.175351+0000 mon.a (mon.0) 14158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.177449+0000 mon.a (mon.0) 14159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.178146+0000 mon.a (mon.0) 14160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.179429+0000 mgr.y (mgr.25387) 6998 : cluster [DBG] pgmap v4595: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.179658+0000 mgr.y (mgr.25387) 6999 : cluster [DBG] pgmap v4596: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.184851+0000 mon.a (mon.0) 14161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.185324+0000 mgr.y (mgr.25387) 7000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.241677+0000 mon.a (mon.0) 14162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.243513+0000 mon.a (mon.0) 14163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.244295+0000 mon.a (mon.0) 14164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.246814+0000 mon.a (mon.0) 14165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.247709+0000 mon.a (mon.0) 14166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.256998+0000 mon.a (mon.0) 14167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.890 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.338131+0000 mon.a (mon.0) 14168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.340290+0000 mon.a (mon.0) 14169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.341731+0000 mon.a (mon.0) 14170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.344064+0000 mon.a (mon.0) 14171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.344874+0000 mon.a (mon.0) 14172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.353252+0000 mon.a (mon.0) 14173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.411381+0000 mon.a (mon.0) 14174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.413302+0000 mon.a (mon.0) 14175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.414267+0000 mon.a (mon.0) 14176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.416596+0000 mon.a (mon.0) 14177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.417275+0000 mon.a (mon.0) 14178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.423734+0000 mon.a (mon.0) 14179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.471385+0000 mon.a (mon.0) 14180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.473534+0000 mon.a (mon.0) 14181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.474388+0000 mon.a (mon.0) 14182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.891 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.476404+0000 mon.a (mon.0) 14183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.477038+0000 mon.a (mon.0) 14184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.484511+0000 mon.a (mon.0) 14185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.533081+0000 mon.a (mon.0) 14186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.535434+0000 mon.a (mon.0) 14187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.536329+0000 mon.a (mon.0) 14188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.538340+0000 mon.a (mon.0) 14189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.538935+0000 mon.a (mon.0) 14190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.546578+0000 mon.a (mon.0) 14191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.607946+0000 mon.a (mon.0) 14192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.610540+0000 mon.a (mon.0) 14193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.611655+0000 mon.a (mon.0) 14194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.613861+0000 mon.a (mon.0) 14195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.614665+0000 mon.a (mon.0) 14196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.892 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.621637+0000 mon.a (mon.0) 14197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.679211+0000 mon.a (mon.0) 14198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.681178+0000 mon.a (mon.0) 14199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.682228+0000 mon.a (mon.0) 14200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.684617+0000 mon.a (mon.0) 14201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.685312+0000 mon.a (mon.0) 14202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[73934]: audit 2024-03-30T04:51:42.691738+0000 mon.a (mon.0) 14203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.474388+0000 mon.a (mon.0) 14182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.476404+0000 mon.a (mon.0) 14183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.893 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.477038+0000 mon.a (mon.0) 14184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.484511+0000 mon.a (mon.0) 14185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.533081+0000 mon.a (mon.0) 14186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.535434+0000 mon.a (mon.0) 14187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.536329+0000 mon.a (mon.0) 14188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.538340+0000 mon.a (mon.0) 14189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.538935+0000 mon.a (mon.0) 14190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.546578+0000 mon.a (mon.0) 14191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.607946+0000 mon.a (mon.0) 14192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.610540+0000 mon.a (mon.0) 14193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.611655+0000 mon.a (mon.0) 14194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.613861+0000 mon.a (mon.0) 14195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.614665+0000 mon.a (mon.0) 14196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.621637+0000 mon.a (mon.0) 14197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:42.894 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.679211+0000 mon.a (mon.0) 14198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.681178+0000 mon.a (mon.0) 14199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:42.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.682228+0000 mon.a (mon.0) 14200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:42.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.684617+0000 mon.a (mon.0) 14201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:42.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.685312+0000 mon.a (mon.0) 14202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:42.895 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:42 smithi097 bash[69502]: audit 2024-03-30T04:51:42.691738+0000 mon.a (mon.0) 14203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.246040+0000 mgr.y (mgr.25387) 6966 : cluster [DBG] pgmap v4574: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.246242+0000 mgr.y (mgr.25387) 6967 : cluster [DBG] pgmap v4575: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.251482+0000 mgr.y (mgr.25387) 6968 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.334924+0000 mgr.y (mgr.25387) 6969 : cluster [DBG] pgmap v4576: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.335295+0000 mgr.y (mgr.25387) 6970 : cluster [DBG] pgmap v4577: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.343046+0000 mgr.y (mgr.25387) 6971 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.428598+0000 mgr.y (mgr.25387) 6972 : cluster [DBG] pgmap v4578: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.428798+0000 mgr.y (mgr.25387) 6973 : cluster [DBG] pgmap v4579: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.435290+0000 mgr.y (mgr.25387) 6974 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.523723+0000 mgr.y (mgr.25387) 6975 : cluster [DBG] pgmap v4580: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.524305+0000 mgr.y (mgr.25387) 6976 : cluster [DBG] pgmap v4581: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.531409+0000 mgr.y (mgr.25387) 6977 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.634996+0000 mgr.y (mgr.25387) 6978 : cluster [DBG] pgmap v4582: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.635612+0000 mgr.y (mgr.25387) 6979 : cluster [DBG] pgmap v4583: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.643512+0000 mgr.y (mgr.25387) 6980 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.734120+0000 mon.a (mon.0) 14120 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.737391+0000 mon.a (mon.0) 14121 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.738752+0000 mon.a (mon.0) 14122 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.741673+0000 mon.a (mon.0) 14123 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.742643+0000 mon.a (mon.0) 14124 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.744655+0000 mgr.y (mgr.25387) 6981 : cluster [DBG] pgmap v4584: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.745078+0000 mgr.y (mgr.25387) 6982 : cluster [DBG] pgmap v4585: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.751774+0000 mon.a (mon.0) 14125 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.752283+0000 mgr.y (mgr.25387) 6983 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.824644+0000 mon.a (mon.0) 14126 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.826620+0000 mon.a (mon.0) 14127 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.827606+0000 mon.a (mon.0) 14128 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.830059+0000 mon.a (mon.0) 14129 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.830851+0000 mon.a (mon.0) 14130 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.832332+0000 mgr.y (mgr.25387) 6984 : cluster [DBG] pgmap v4586: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.832705+0000 mgr.y (mgr.25387) 6985 : cluster [DBG] pgmap v4587: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.840627+0000 mon.a (mon.0) 14131 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.841109+0000 mgr.y (mgr.25387) 6986 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.914889+0000 mon.a (mon.0) 14132 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.917606+0000 mon.a (mon.0) 14133 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.918621+0000 mon.a (mon.0) 14134 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.920788+0000 mon.a (mon.0) 14135 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.921502+0000 mon.a (mon.0) 14136 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.922779+0000 mgr.y (mgr.25387) 6987 : cluster [DBG] pgmap v4588: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.923065+0000 mgr.y (mgr.25387) 6988 : cluster [DBG] pgmap v4589: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.928121+0000 mon.a (mon.0) 14137 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.928667+0000 mgr.y (mgr.25387) 6989 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.974514+0000 mon.a (mon.0) 14138 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.976775+0000 mon.a (mon.0) 14139 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.977615+0000 mon.a (mon.0) 14140 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.979719+0000 mon.a (mon.0) 14141 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.980339+0000 mon.a (mon.0) 14142 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.981663+0000 mgr.y (mgr.25387) 6990 : cluster [DBG] pgmap v4590: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:41.981893+0000 mgr.y (mgr.25387) 6991 : cluster [DBG] pgmap v4591: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:41.987129+0000 mon.a (mon.0) 14143 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:41.987582+0000 mgr.y (mgr.25387) 6992 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.032481+0000 mon.a (mon.0) 14144 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.035051+0000 mon.a (mon.0) 14145 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.036139+0000 mon.a (mon.0) 14146 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.038584+0000 mon.a (mon.0) 14147 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.039367+0000 mon.a (mon.0) 14148 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.041113+0000 mgr.y (mgr.25387) 6993 : cluster [DBG] pgmap v4592: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.045466+0000 mon.a (mon.0) 14149 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.046000+0000 mgr.y (mgr.25387) 6994 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.102189+0000 mon.a (mon.0) 14150 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.103958+0000 mon.a (mon.0) 14151 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.104754+0000 mon.a (mon.0) 14152 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.106703+0000 mon.a (mon.0) 14153 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.107290+0000 mon.a (mon.0) 14154 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.108439+0000 mgr.y (mgr.25387) 6995 : cluster [DBG] pgmap v4593: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.108720+0000 mgr.y (mgr.25387) 6996 : cluster [DBG] pgmap v4594: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.113907+0000 mon.a (mon.0) 14155 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.114362+0000 mgr.y (mgr.25387) 6997 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.172451+0000 mon.a (mon.0) 14156 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.174486+0000 mon.a (mon.0) 14157 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.175351+0000 mon.a (mon.0) 14158 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.177449+0000 mon.a (mon.0) 14159 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.178146+0000 mon.a (mon.0) 14160 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.179429+0000 mgr.y (mgr.25387) 6998 : cluster [DBG] pgmap v4595: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.179658+0000 mgr.y (mgr.25387) 6999 : cluster [DBG] pgmap v4596: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.184851+0000 mon.a (mon.0) 14161 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.185324+0000 mgr.y (mgr.25387) 7000 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.241677+0000 mon.a (mon.0) 14162 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.243513+0000 mon.a (mon.0) 14163 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.244295+0000 mon.a (mon.0) 14164 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.246814+0000 mon.a (mon.0) 14165 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.247709+0000 mon.a (mon.0) 14166 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.256998+0000 mon.a (mon.0) 14167 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.338131+0000 mon.a (mon.0) 14168 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.340290+0000 mon.a (mon.0) 14169 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.341731+0000 mon.a (mon.0) 14170 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.344064+0000 mon.a (mon.0) 14171 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.344874+0000 mon.a (mon.0) 14172 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.353252+0000 mon.a (mon.0) 14173 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.411381+0000 mon.a (mon.0) 14174 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.413302+0000 mon.a (mon.0) 14175 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.414267+0000 mon.a (mon.0) 14176 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.416596+0000 mon.a (mon.0) 14177 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.417275+0000 mon.a (mon.0) 14178 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.423734+0000 mon.a (mon.0) 14179 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.471385+0000 mon.a (mon.0) 14180 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.473534+0000 mon.a (mon.0) 14181 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.474388+0000 mon.a (mon.0) 14182 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.476404+0000 mon.a (mon.0) 14183 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.477038+0000 mon.a (mon.0) 14184 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.484511+0000 mon.a (mon.0) 14185 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.533081+0000 mon.a (mon.0) 14186 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.535434+0000 mon.a (mon.0) 14187 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.536329+0000 mon.a (mon.0) 14188 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.538340+0000 mon.a (mon.0) 14189 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.538935+0000 mon.a (mon.0) 14190 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.546578+0000 mon.a (mon.0) 14191 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.607946+0000 mon.a (mon.0) 14192 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.610540+0000 mon.a (mon.0) 14193 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.611655+0000 mon.a (mon.0) 14194 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.613861+0000 mon.a (mon.0) 14195 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.614665+0000 mon.a (mon.0) 14196 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.621637+0000 mon.a (mon.0) 14197 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.679211+0000 mon.a (mon.0) 14198 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.681178+0000 mon.a (mon.0) 14199 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.682228+0000 mon.a (mon.0) 14200 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:43.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.684617+0000 mon.a (mon.0) 14201 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:43.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.685312+0000 mon.a (mon.0) 14202 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:43.219 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:42 smithi105 bash[58125]: audit 2024-03-30T04:51:42.691738+0000 mon.a (mon.0) 14203 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.249451+0000 mgr.y (mgr.25387) 7001 : cluster [DBG] pgmap v4597: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.250078+0000 mgr.y (mgr.25387) 7002 : cluster [DBG] pgmap v4598: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.257526+0000 mgr.y (mgr.25387) 7003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.346310+0000 mgr.y (mgr.25387) 7004 : cluster [DBG] pgmap v4599: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.346529+0000 mgr.y (mgr.25387) 7005 : cluster [DBG] pgmap v4600: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.353704+0000 mgr.y (mgr.25387) 7006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.418570+0000 mgr.y (mgr.25387) 7007 : cluster [DBG] pgmap v4601: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.418810+0000 mgr.y (mgr.25387) 7008 : cluster [DBG] pgmap v4602: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.424547+0000 mgr.y (mgr.25387) 7009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.478302+0000 mgr.y (mgr.25387) 7010 : cluster [DBG] pgmap v4603: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.478486+0000 mgr.y (mgr.25387) 7011 : cluster [DBG] pgmap v4604: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.485262+0000 mgr.y (mgr.25387) 7012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.540200+0000 mgr.y (mgr.25387) 7013 : cluster [DBG] pgmap v4605: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.540401+0000 mgr.y (mgr.25387) 7014 : cluster [DBG] pgmap v4606: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.547011+0000 mgr.y (mgr.25387) 7015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.616123+0000 mgr.y (mgr.25387) 7016 : cluster [DBG] pgmap v4607: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.616374+0000 mgr.y (mgr.25387) 7017 : cluster [DBG] pgmap v4608: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.622228+0000 mgr.y (mgr.25387) 7018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.686693+0000 mgr.y (mgr.25387) 7019 : cluster [DBG] pgmap v4609: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.686924+0000 mgr.y (mgr.25387) 7020 : cluster [DBG] pgmap v4610: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.249451+0000 mgr.y (mgr.25387) 7001 : cluster [DBG] pgmap v4597: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.250078+0000 mgr.y (mgr.25387) 7002 : cluster [DBG] pgmap v4598: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.257526+0000 mgr.y (mgr.25387) 7003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.346310+0000 mgr.y (mgr.25387) 7004 : cluster [DBG] pgmap v4599: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.346529+0000 mgr.y (mgr.25387) 7005 : cluster [DBG] pgmap v4600: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.353704+0000 mgr.y (mgr.25387) 7006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.418570+0000 mgr.y (mgr.25387) 7007 : cluster [DBG] pgmap v4601: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.418810+0000 mgr.y (mgr.25387) 7008 : cluster [DBG] pgmap v4602: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.424547+0000 mgr.y (mgr.25387) 7009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.478302+0000 mgr.y (mgr.25387) 7010 : cluster [DBG] pgmap v4603: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.128 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.478486+0000 mgr.y (mgr.25387) 7011 : cluster [DBG] pgmap v4604: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.485262+0000 mgr.y (mgr.25387) 7012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.540200+0000 mgr.y (mgr.25387) 7013 : cluster [DBG] pgmap v4605: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.540401+0000 mgr.y (mgr.25387) 7014 : cluster [DBG] pgmap v4606: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.547011+0000 mgr.y (mgr.25387) 7015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.616123+0000 mgr.y (mgr.25387) 7016 : cluster [DBG] pgmap v4607: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.616374+0000 mgr.y (mgr.25387) 7017 : cluster [DBG] pgmap v4608: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.622228+0000 mgr.y (mgr.25387) 7018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.686693+0000 mgr.y (mgr.25387) 7019 : cluster [DBG] pgmap v4609: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.686924+0000 mgr.y (mgr.25387) 7020 : cluster [DBG] pgmap v4610: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.129 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.692325+0000 mgr.y (mgr.25387) 7021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.751436+0000 mon.a (mon.0) 14204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.753436+0000 mon.a (mon.0) 14205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.754298+0000 mon.a (mon.0) 14206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.756558+0000 mon.a (mon.0) 14207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.757345+0000 mon.a (mon.0) 14208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.758636+0000 mgr.y (mgr.25387) 7022 : cluster [DBG] pgmap v4611: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.758856+0000 mgr.y (mgr.25387) 7023 : cluster [DBG] pgmap v4612: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.763178+0000 mon.a (mon.0) 14209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.763727+0000 mgr.y (mgr.25387) 7024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.822005+0000 mon.a (mon.0) 14210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.824258+0000 mon.a (mon.0) 14211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.825284+0000 mon.a (mon.0) 14212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.827488+0000 mon.a (mon.0) 14213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.130 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.828423+0000 mon.a (mon.0) 14214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.829940+0000 mgr.y (mgr.25387) 7025 : cluster [DBG] pgmap v4613: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.830196+0000 mgr.y (mgr.25387) 7026 : cluster [DBG] pgmap v4614: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.835486+0000 mon.a (mon.0) 14215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.836109+0000 mgr.y (mgr.25387) 7027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.692325+0000 mgr.y (mgr.25387) 7021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.751436+0000 mon.a (mon.0) 14204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.753436+0000 mon.a (mon.0) 14205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.754298+0000 mon.a (mon.0) 14206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.756558+0000 mon.a (mon.0) 14207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.131 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.757345+0000 mon.a (mon.0) 14208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.758636+0000 mgr.y (mgr.25387) 7022 : cluster [DBG] pgmap v4611: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.758856+0000 mgr.y (mgr.25387) 7023 : cluster [DBG] pgmap v4612: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.763178+0000 mon.a (mon.0) 14209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.763727+0000 mgr.y (mgr.25387) 7024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.822005+0000 mon.a (mon.0) 14210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.824258+0000 mon.a (mon.0) 14211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.825284+0000 mon.a (mon.0) 14212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.827488+0000 mon.a (mon.0) 14213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.828423+0000 mon.a (mon.0) 14214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.829940+0000 mgr.y (mgr.25387) 7025 : cluster [DBG] pgmap v4613: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.830196+0000 mgr.y (mgr.25387) 7026 : cluster [DBG] pgmap v4614: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.835486+0000 mon.a (mon.0) 14215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.132 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.836109+0000 mgr.y (mgr.25387) 7027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.881520+0000 mon.a (mon.0) 14216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.885351+0000 mon.a (mon.0) 14217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.886201+0000 mon.a (mon.0) 14218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.888217+0000 mon.a (mon.0) 14219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.888905+0000 mon.a (mon.0) 14220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.890137+0000 mgr.y (mgr.25387) 7028 : cluster [DBG] pgmap v4615: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.890336+0000 mgr.y (mgr.25387) 7029 : cluster [DBG] pgmap v4616: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.894903+0000 mon.a (mon.0) 14221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.896146+0000 mgr.y (mgr.25387) 7030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.953548+0000 mon.a (mon.0) 14222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.955379+0000 mon.a (mon.0) 14223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.956149+0000 mon.a (mon.0) 14224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.957937+0000 mon.a (mon.0) 14225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.958545+0000 mon.a (mon.0) 14226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.133 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.959681+0000 mgr.y (mgr.25387) 7031 : cluster [DBG] pgmap v4617: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:42.959861+0000 mgr.y (mgr.25387) 7032 : cluster [DBG] pgmap v4618: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:42.964193+0000 mon.a (mon.0) 14227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:42.964674+0000 mgr.y (mgr.25387) 7033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.022093+0000 mon.a (mon.0) 14228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.023944+0000 mon.a (mon.0) 14229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.881520+0000 mon.a (mon.0) 14216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.885351+0000 mon.a (mon.0) 14217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.886201+0000 mon.a (mon.0) 14218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.888217+0000 mon.a (mon.0) 14219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.134 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.888905+0000 mon.a (mon.0) 14220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.890137+0000 mgr.y (mgr.25387) 7028 : cluster [DBG] pgmap v4615: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.890336+0000 mgr.y (mgr.25387) 7029 : cluster [DBG] pgmap v4616: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.894903+0000 mon.a (mon.0) 14221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.896146+0000 mgr.y (mgr.25387) 7030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.953548+0000 mon.a (mon.0) 14222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.955379+0000 mon.a (mon.0) 14223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.956149+0000 mon.a (mon.0) 14224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.957937+0000 mon.a (mon.0) 14225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.958545+0000 mon.a (mon.0) 14226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.959681+0000 mgr.y (mgr.25387) 7031 : cluster [DBG] pgmap v4617: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:42.959861+0000 mgr.y (mgr.25387) 7032 : cluster [DBG] pgmap v4618: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:42.964193+0000 mon.a (mon.0) 14227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:42.964674+0000 mgr.y (mgr.25387) 7033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.022093+0000 mon.a (mon.0) 14228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.135 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.023944+0000 mon.a (mon.0) 14229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.025029+0000 mon.a (mon.0) 14230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.027296+0000 mon.a (mon.0) 14231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.028012+0000 mon.a (mon.0) 14232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.029483+0000 mgr.y (mgr.25387) 7034 : cluster [DBG] pgmap v4619: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.029741+0000 mgr.y (mgr.25387) 7035 : cluster [DBG] pgmap v4620: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.033892+0000 mon.a (mon.0) 14233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:43.034356+0000 mgr.y (mgr.25387) 7036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.110726+0000 mon.a (mon.0) 14234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.112617+0000 mon.a (mon.0) 14235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.113424+0000 mon.a (mon.0) 14236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.115402+0000 mon.a (mon.0) 14237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.115982+0000 mon.a (mon.0) 14238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.136 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.117180+0000 mgr.y (mgr.25387) 7037 : cluster [DBG] pgmap v4621: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.117417+0000 mgr.y (mgr.25387) 7038 : cluster [DBG] pgmap v4622: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.121886+0000 mon.a (mon.0) 14239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:43.122520+0000 mgr.y (mgr.25387) 7039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.162648+0000 mon.a (mon.0) 14240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.164484+0000 mon.a (mon.0) 14241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.165376+0000 mon.a (mon.0) 14242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.025029+0000 mon.a (mon.0) 14230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.027296+0000 mon.a (mon.0) 14231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.028012+0000 mon.a (mon.0) 14232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.137 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.029483+0000 mgr.y (mgr.25387) 7034 : cluster [DBG] pgmap v4619: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.029741+0000 mgr.y (mgr.25387) 7035 : cluster [DBG] pgmap v4620: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.033892+0000 mon.a (mon.0) 14233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:43.034356+0000 mgr.y (mgr.25387) 7036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.110726+0000 mon.a (mon.0) 14234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.112617+0000 mon.a (mon.0) 14235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.113424+0000 mon.a (mon.0) 14236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.115402+0000 mon.a (mon.0) 14237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.115982+0000 mon.a (mon.0) 14238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.117180+0000 mgr.y (mgr.25387) 7037 : cluster [DBG] pgmap v4621: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.117417+0000 mgr.y (mgr.25387) 7038 : cluster [DBG] pgmap v4622: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.121886+0000 mon.a (mon.0) 14239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:43.122520+0000 mgr.y (mgr.25387) 7039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.162648+0000 mon.a (mon.0) 14240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.138 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.164484+0000 mon.a (mon.0) 14241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.165376+0000 mon.a (mon.0) 14242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.167295+0000 mon.a (mon.0) 14243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.167952+0000 mon.a (mon.0) 14244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.169171+0000 mgr.y (mgr.25387) 7040 : cluster [DBG] pgmap v4623: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.169407+0000 mgr.y (mgr.25387) 7041 : cluster [DBG] pgmap v4624: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.174440+0000 mon.a (mon.0) 14245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: cephadm 2024-03-30T04:51:43.175121+0000 mgr.y (mgr.25387) 7042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.215509+0000 mon.a (mon.0) 14246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.217466+0000 mon.a (mon.0) 14247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.218359+0000 mon.a (mon.0) 14248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.139 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.220305+0000 mon.a (mon.0) 14249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.221008+0000 mon.a (mon.0) 14250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.227200+0000 mon.a (mon.0) 14251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.285540+0000 mon.a (mon.0) 14252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.289233+0000 mon.a (mon.0) 14253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.290306+0000 mon.a (mon.0) 14254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.292371+0000 mon.a (mon.0) 14255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.293021+0000 mon.a (mon.0) 14256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.299361+0000 mon.a (mon.0) 14257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.369240+0000 mon.a (mon.0) 14258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.375897+0000 mon.a (mon.0) 14259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.140 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.167295+0000 mon.a (mon.0) 14243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.167952+0000 mon.a (mon.0) 14244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.169171+0000 mgr.y (mgr.25387) 7040 : cluster [DBG] pgmap v4623: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.169407+0000 mgr.y (mgr.25387) 7041 : cluster [DBG] pgmap v4624: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.174440+0000 mon.a (mon.0) 14245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: cephadm 2024-03-30T04:51:43.175121+0000 mgr.y (mgr.25387) 7042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.215509+0000 mon.a (mon.0) 14246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.217466+0000 mon.a (mon.0) 14247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.218359+0000 mon.a (mon.0) 14248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.220305+0000 mon.a (mon.0) 14249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.221008+0000 mon.a (mon.0) 14250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.227200+0000 mon.a (mon.0) 14251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.285540+0000 mon.a (mon.0) 14252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.289233+0000 mon.a (mon.0) 14253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.141 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.290306+0000 mon.a (mon.0) 14254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.292371+0000 mon.a (mon.0) 14255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.293021+0000 mon.a (mon.0) 14256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.299361+0000 mon.a (mon.0) 14257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.369240+0000 mon.a (mon.0) 14258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.375897+0000 mon.a (mon.0) 14259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.376460+0000 mon.a (mon.0) 14260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.379742+0000 mon.a (mon.0) 14261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.381395+0000 mon.a (mon.0) 14262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.383629+0000 mon.a (mon.0) 14263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.385573+0000 mon.a (mon.0) 14264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.142 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.387594+0000 mon.a (mon.0) 14265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.389952+0000 mon.a (mon.0) 14266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.391510+0000 mon.a (mon.0) 14267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.392518+0000 mon.a (mon.0) 14268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.393535+0000 mon.a (mon.0) 14269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.394552+0000 mon.a (mon.0) 14270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.395667+0000 mon.a (mon.0) 14271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.396664+0000 mon.a (mon.0) 14272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.397783+0000 mon.a (mon.0) 14273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.399283+0000 mon.a (mon.0) 14274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.400614+0000 mon.a (mon.0) 14275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[73934]: audit 2024-03-30T04:51:43.401928+0000 mon.a (mon.0) 14276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.143 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.376460+0000 mon.a (mon.0) 14260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.379742+0000 mon.a (mon.0) 14261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.381395+0000 mon.a (mon.0) 14262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.383629+0000 mon.a (mon.0) 14263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.385573+0000 mon.a (mon.0) 14264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.387594+0000 mon.a (mon.0) 14265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.389952+0000 mon.a (mon.0) 14266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.391510+0000 mon.a (mon.0) 14267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.392518+0000 mon.a (mon.0) 14268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.393535+0000 mon.a (mon.0) 14269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.394552+0000 mon.a (mon.0) 14270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.395667+0000 mon.a (mon.0) 14271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.396664+0000 mon.a (mon.0) 14272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.144 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.397783+0000 mon.a (mon.0) 14273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.399283+0000 mon.a (mon.0) 14274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.400614+0000 mon.a (mon.0) 14275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.145 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:43 smithi097 bash[69502]: audit 2024-03-30T04:51:43.401928+0000 mon.a (mon.0) 14276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.249451+0000 mgr.y (mgr.25387) 7001 : cluster [DBG] pgmap v4597: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.250078+0000 mgr.y (mgr.25387) 7002 : cluster [DBG] pgmap v4598: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.257526+0000 mgr.y (mgr.25387) 7003 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.346310+0000 mgr.y (mgr.25387) 7004 : cluster [DBG] pgmap v4599: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.346529+0000 mgr.y (mgr.25387) 7005 : cluster [DBG] pgmap v4600: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.353704+0000 mgr.y (mgr.25387) 7006 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.418570+0000 mgr.y (mgr.25387) 7007 : cluster [DBG] pgmap v4601: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.418810+0000 mgr.y (mgr.25387) 7008 : cluster [DBG] pgmap v4602: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.424547+0000 mgr.y (mgr.25387) 7009 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.478302+0000 mgr.y (mgr.25387) 7010 : cluster [DBG] pgmap v4603: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.478486+0000 mgr.y (mgr.25387) 7011 : cluster [DBG] pgmap v4604: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.485262+0000 mgr.y (mgr.25387) 7012 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.540200+0000 mgr.y (mgr.25387) 7013 : cluster [DBG] pgmap v4605: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.540401+0000 mgr.y (mgr.25387) 7014 : cluster [DBG] pgmap v4606: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.547011+0000 mgr.y (mgr.25387) 7015 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.616123+0000 mgr.y (mgr.25387) 7016 : cluster [DBG] pgmap v4607: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.616374+0000 mgr.y (mgr.25387) 7017 : cluster [DBG] pgmap v4608: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.622228+0000 mgr.y (mgr.25387) 7018 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.686693+0000 mgr.y (mgr.25387) 7019 : cluster [DBG] pgmap v4609: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.686924+0000 mgr.y (mgr.25387) 7020 : cluster [DBG] pgmap v4610: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.692325+0000 mgr.y (mgr.25387) 7021 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.751436+0000 mon.a (mon.0) 14204 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.753436+0000 mon.a (mon.0) 14205 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.754298+0000 mon.a (mon.0) 14206 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.756558+0000 mon.a (mon.0) 14207 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.757345+0000 mon.a (mon.0) 14208 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.758636+0000 mgr.y (mgr.25387) 7022 : cluster [DBG] pgmap v4611: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.758856+0000 mgr.y (mgr.25387) 7023 : cluster [DBG] pgmap v4612: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.763178+0000 mon.a (mon.0) 14209 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.763727+0000 mgr.y (mgr.25387) 7024 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.822005+0000 mon.a (mon.0) 14210 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.824258+0000 mon.a (mon.0) 14211 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.825284+0000 mon.a (mon.0) 14212 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.827488+0000 mon.a (mon.0) 14213 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.828423+0000 mon.a (mon.0) 14214 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.829940+0000 mgr.y (mgr.25387) 7025 : cluster [DBG] pgmap v4613: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.830196+0000 mgr.y (mgr.25387) 7026 : cluster [DBG] pgmap v4614: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.835486+0000 mon.a (mon.0) 14215 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.836109+0000 mgr.y (mgr.25387) 7027 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.881520+0000 mon.a (mon.0) 14216 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.885351+0000 mon.a (mon.0) 14217 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.886201+0000 mon.a (mon.0) 14218 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.888217+0000 mon.a (mon.0) 14219 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.888905+0000 mon.a (mon.0) 14220 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.890137+0000 mgr.y (mgr.25387) 7028 : cluster [DBG] pgmap v4615: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.890336+0000 mgr.y (mgr.25387) 7029 : cluster [DBG] pgmap v4616: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.894903+0000 mon.a (mon.0) 14221 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.896146+0000 mgr.y (mgr.25387) 7030 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.953548+0000 mon.a (mon.0) 14222 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.955379+0000 mon.a (mon.0) 14223 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.956149+0000 mon.a (mon.0) 14224 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.957937+0000 mon.a (mon.0) 14225 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.958545+0000 mon.a (mon.0) 14226 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.959681+0000 mgr.y (mgr.25387) 7031 : cluster [DBG] pgmap v4617: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:42.959861+0000 mgr.y (mgr.25387) 7032 : cluster [DBG] pgmap v4618: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:42.964193+0000 mon.a (mon.0) 14227 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:42.964674+0000 mgr.y (mgr.25387) 7033 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.022093+0000 mon.a (mon.0) 14228 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.023944+0000 mon.a (mon.0) 14229 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.025029+0000 mon.a (mon.0) 14230 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.027296+0000 mon.a (mon.0) 14231 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.028012+0000 mon.a (mon.0) 14232 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.029483+0000 mgr.y (mgr.25387) 7034 : cluster [DBG] pgmap v4619: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.029741+0000 mgr.y (mgr.25387) 7035 : cluster [DBG] pgmap v4620: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.033892+0000 mon.a (mon.0) 14233 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:43.034356+0000 mgr.y (mgr.25387) 7036 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.110726+0000 mon.a (mon.0) 14234 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.112617+0000 mon.a (mon.0) 14235 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.113424+0000 mon.a (mon.0) 14236 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.115402+0000 mon.a (mon.0) 14237 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.115982+0000 mon.a (mon.0) 14238 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.117180+0000 mgr.y (mgr.25387) 7037 : cluster [DBG] pgmap v4621: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.117417+0000 mgr.y (mgr.25387) 7038 : cluster [DBG] pgmap v4622: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.121886+0000 mon.a (mon.0) 14239 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:43.122520+0000 mgr.y (mgr.25387) 7039 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.162648+0000 mon.a (mon.0) 14240 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.164484+0000 mon.a (mon.0) 14241 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.165376+0000 mon.a (mon.0) 14242 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.167295+0000 mon.a (mon.0) 14243 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.167952+0000 mon.a (mon.0) 14244 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.169171+0000 mgr.y (mgr.25387) 7040 : cluster [DBG] pgmap v4623: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.169407+0000 mgr.y (mgr.25387) 7041 : cluster [DBG] pgmap v4624: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:44.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.174440+0000 mon.a (mon.0) 14245 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: cephadm 2024-03-30T04:51:43.175121+0000 mgr.y (mgr.25387) 7042 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.215509+0000 mon.a (mon.0) 14246 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.217466+0000 mon.a (mon.0) 14247 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.218359+0000 mon.a (mon.0) 14248 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.220305+0000 mon.a (mon.0) 14249 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.221008+0000 mon.a (mon.0) 14250 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.227200+0000 mon.a (mon.0) 14251 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.285540+0000 mon.a (mon.0) 14252 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.289233+0000 mon.a (mon.0) 14253 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.290306+0000 mon.a (mon.0) 14254 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.292371+0000 mon.a (mon.0) 14255 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.293021+0000 mon.a (mon.0) 14256 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.299361+0000 mon.a (mon.0) 14257 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.369240+0000 mon.a (mon.0) 14258 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.216 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.375897+0000 mon.a (mon.0) 14259 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.376460+0000 mon.a (mon.0) 14260 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.379742+0000 mon.a (mon.0) 14261 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.381395+0000 mon.a (mon.0) 14262 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.383629+0000 mon.a (mon.0) 14263 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.385573+0000 mon.a (mon.0) 14264 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.387594+0000 mon.a (mon.0) 14265 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.389952+0000 mon.a (mon.0) 14266 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.391510+0000 mon.a (mon.0) 14267 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.392518+0000 mon.a (mon.0) 14268 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.393535+0000 mon.a (mon.0) 14269 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.217 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.394552+0000 mon.a (mon.0) 14270 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.395667+0000 mon.a (mon.0) 14271 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.396664+0000 mon.a (mon.0) 14272 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.397783+0000 mon.a (mon.0) 14273 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.399283+0000 mon.a (mon.0) 14274 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.400614+0000 mon.a (mon.0) 14275 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:44.218 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:43 smithi105 bash[58125]: audit 2024-03-30T04:51:43.401928+0000 mon.a (mon.0) 14276 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:45.020 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.222246+0000 mgr.y (mgr.25387) 7043 : cluster [DBG] pgmap v4625: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.222463+0000 mgr.y (mgr.25387) 7044 : cluster [DBG] pgmap v4626: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cephadm 2024-03-30T04:51:43.227819+0000 mgr.y (mgr.25387) 7045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.294245+0000 mgr.y (mgr.25387) 7046 : cluster [DBG] pgmap v4627: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.294453+0000 mgr.y (mgr.25387) 7047 : cluster [DBG] pgmap v4628: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cephadm 2024-03-30T04:51:43.299960+0000 mgr.y (mgr.25387) 7048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.376924+0000 mgr.y (mgr.25387) 7049 : cluster [DBG] pgmap v4629: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.021 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:44 smithi105 bash[58125]: cluster 2024-03-30T04:51:43.377202+0000 mgr.y (mgr.25387) 7050 : cluster [DBG] pgmap v4630: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.222246+0000 mgr.y (mgr.25387) 7043 : cluster [DBG] pgmap v4625: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.222463+0000 mgr.y (mgr.25387) 7044 : cluster [DBG] pgmap v4626: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cephadm 2024-03-30T04:51:43.227819+0000 mgr.y (mgr.25387) 7045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.294245+0000 mgr.y (mgr.25387) 7046 : cluster [DBG] pgmap v4627: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.294453+0000 mgr.y (mgr.25387) 7047 : cluster [DBG] pgmap v4628: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cephadm 2024-03-30T04:51:43.299960+0000 mgr.y (mgr.25387) 7048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.376924+0000 mgr.y (mgr.25387) 7049 : cluster [DBG] pgmap v4629: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[69502]: cluster 2024-03-30T04:51:43.377202+0000 mgr.y (mgr.25387) 7050 : cluster [DBG] pgmap v4630: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.222246+0000 mgr.y (mgr.25387) 7043 : cluster [DBG] pgmap v4625: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.222463+0000 mgr.y (mgr.25387) 7044 : cluster [DBG] pgmap v4626: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cephadm 2024-03-30T04:51:43.227819+0000 mgr.y (mgr.25387) 7045 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.294245+0000 mgr.y (mgr.25387) 7046 : cluster [DBG] pgmap v4627: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.294453+0000 mgr.y (mgr.25387) 7047 : cluster [DBG] pgmap v4628: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cephadm 2024-03-30T04:51:43.299960+0000 mgr.y (mgr.25387) 7048 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.376924+0000 mgr.y (mgr.25387) 7049 : cluster [DBG] pgmap v4629: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:45.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:44 smithi097 bash[73934]: cluster 2024-03-30T04:51:43.377202+0000 mgr.y (mgr.25387) 7050 : cluster [DBG] pgmap v4630: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:47.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:46 smithi097 bash[69502]: cluster 2024-03-30T04:51:45.378190+0000 mgr.y (mgr.25387) 7051 : cluster [DBG] pgmap v4631: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:47.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:46 smithi097 bash[73934]: cluster 2024-03-30T04:51:45.378190+0000 mgr.y (mgr.25387) 7051 : cluster [DBG] pgmap v4631: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:47.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:46 smithi105 bash[58125]: cluster 2024-03-30T04:51:45.378190+0000 mgr.y (mgr.25387) 7051 : cluster [DBG] pgmap v4631: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail 2024-03-30T04:51:47.739 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[105088]: ts=2024-03-30T04:51:47.386Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001806131s 2024-03-30T04:51:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[69502]: cephadm 2024-03-30T04:51:46.473711+0000 mgr.y (mgr.25387) 7052 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[69502]: cephadm 2024-03-30T04:51:46.519519+0000 mgr.y (mgr.25387) 7053 : cephadm [INF] Deploying daemon grafana.a on smithi105 2024-03-30T04:51:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[69502]: audit 2024-03-30T04:51:47.576588+0000 mon.a (mon.0) 14277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[69502]: audit 2024-03-30T04:51:47.582281+0000 mon.a (mon.0) 14278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[69502]: audit 2024-03-30T04:51:47.588344+0000 mon.a (mon.0) 14279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[73934]: cephadm 2024-03-30T04:51:46.473711+0000 mgr.y (mgr.25387) 7052 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:48.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[73934]: cephadm 2024-03-30T04:51:46.519519+0000 mgr.y (mgr.25387) 7053 : cephadm [INF] Deploying daemon grafana.a on smithi105 2024-03-30T04:51:48.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[73934]: audit 2024-03-30T04:51:47.576588+0000 mon.a (mon.0) 14277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[73934]: audit 2024-03-30T04:51:47.582281+0000 mon.a (mon.0) 14278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:47 smithi097 bash[73934]: audit 2024-03-30T04:51:47.588344+0000 mon.a (mon.0) 14279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:47 smithi105 bash[58125]: cephadm 2024-03-30T04:51:46.473711+0000 mgr.y (mgr.25387) 7052 : cephadm [INF] Upgrade: Updating grafana.a 2024-03-30T04:51:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:47 smithi105 bash[58125]: cephadm 2024-03-30T04:51:46.519519+0000 mgr.y (mgr.25387) 7053 : cephadm [INF] Deploying daemon grafana.a on smithi105 2024-03-30T04:51:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:47 smithi105 bash[58125]: audit 2024-03-30T04:51:47.576588+0000 mon.a (mon.0) 14277 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:47 smithi105 bash[58125]: audit 2024-03-30T04:51:47.582281+0000 mon.a (mon.0) 14278 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:47 smithi105 bash[58125]: audit 2024-03-30T04:51:47.588344+0000 mon.a (mon.0) 14279 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:48.878 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:48 smithi105 bash[58125]: cluster 2024-03-30T04:51:47.378864+0000 mgr.y (mgr.25387) 7054 : cluster [DBG] pgmap v4632: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:48.878 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:48 smithi105 bash[58125]: cluster 2024-03-30T04:51:47.583404+0000 mgr.y (mgr.25387) 7055 : cluster [DBG] pgmap v4633: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:48.878 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:48 smithi105 bash[58125]: cluster 2024-03-30T04:51:47.583601+0000 mgr.y (mgr.25387) 7056 : cluster [DBG] pgmap v4634: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:49.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:48 smithi097 bash[73934]: cluster 2024-03-30T04:51:47.378864+0000 mgr.y (mgr.25387) 7054 : cluster [DBG] pgmap v4632: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:49.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:48 smithi097 bash[73934]: cluster 2024-03-30T04:51:47.583404+0000 mgr.y (mgr.25387) 7055 : cluster [DBG] pgmap v4633: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:49.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:48 smithi097 bash[73934]: cluster 2024-03-30T04:51:47.583601+0000 mgr.y (mgr.25387) 7056 : cluster [DBG] pgmap v4634: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:49.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:48 smithi097 bash[69502]: cluster 2024-03-30T04:51:47.378864+0000 mgr.y (mgr.25387) 7054 : cluster [DBG] pgmap v4632: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:49.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:48 smithi097 bash[69502]: cluster 2024-03-30T04:51:47.583404+0000 mgr.y (mgr.25387) 7055 : cluster [DBG] pgmap v4633: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:49.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:48 smithi097 bash[69502]: cluster 2024-03-30T04:51:47.583601+0000 mgr.y (mgr.25387) 7056 : cluster [DBG] pgmap v4634: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: cluster 2024-03-30T04:51:49.584774+0000 mgr.y (mgr.25387) 7057 : cluster [DBG] pgmap v4635: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:51:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: audit 2024-03-30T04:51:49.613091+0000 mon.a (mon.0) 14280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: audit 2024-03-30T04:51:49.625150+0000 mon.a (mon.0) 14281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: cluster 2024-03-30T04:51:49.627597+0000 mgr.y (mgr.25387) 7058 : cluster [DBG] pgmap v4636: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 0 op/s 2024-03-30T04:51:50.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: cluster 2024-03-30T04:51:49.628170+0000 mgr.y (mgr.25387) 7059 : cluster [DBG] pgmap v4637: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: audit 2024-03-30T04:51:49.637450+0000 mon.a (mon.0) 14282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[69502]: audit 2024-03-30T04:51:50.182440+0000 mgr.y (mgr.25387) 7060 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: cluster 2024-03-30T04:51:49.584774+0000 mgr.y (mgr.25387) 7057 : cluster [DBG] pgmap v4635: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: audit 2024-03-30T04:51:49.613091+0000 mon.a (mon.0) 14280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: audit 2024-03-30T04:51:49.625150+0000 mon.a (mon.0) 14281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: cluster 2024-03-30T04:51:49.627597+0000 mgr.y (mgr.25387) 7058 : cluster [DBG] pgmap v4636: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 0 op/s 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: cluster 2024-03-30T04:51:49.628170+0000 mgr.y (mgr.25387) 7059 : cluster [DBG] pgmap v4637: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: audit 2024-03-30T04:51:49.637450+0000 mon.a (mon.0) 14282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.877 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:50 smithi097 bash[73934]: audit 2024-03-30T04:51:50.182440+0000 mgr.y (mgr.25387) 7060 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:50.926 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: cluster 2024-03-30T04:51:49.584774+0000 mgr.y (mgr.25387) 7057 : cluster [DBG] pgmap v4635: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 824 B/s rd, 0 op/s 2024-03-30T04:51:50.926 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: audit 2024-03-30T04:51:49.613091+0000 mon.a (mon.0) 14280 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.926 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: audit 2024-03-30T04:51:49.625150+0000 mon.a (mon.0) 14281 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.926 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: cluster 2024-03-30T04:51:49.627597+0000 mgr.y (mgr.25387) 7058 : cluster [DBG] pgmap v4636: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 0 op/s 2024-03-30T04:51:50.926 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: cluster 2024-03-30T04:51:49.628170+0000 mgr.y (mgr.25387) 7059 : cluster [DBG] pgmap v4637: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:50.927 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: audit 2024-03-30T04:51:49.637450+0000 mon.a (mon.0) 14282 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:50.927 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:50 smithi105 bash[58125]: audit 2024-03-30T04:51:50.182440+0000 mgr.y (mgr.25387) 7060 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:51:51.617 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.618 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.618 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.618 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.619 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.619 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.619 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.619 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.620 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.906 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.906 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.907 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.907 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.907 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: Started Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:51:51.907 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.908 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.908 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.908 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:51.908 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:51:51 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:51:52.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:51:52] "GET /metrics HTTP/1.1" 200 38693 "" "Prometheus/2.43.0" 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: cluster 2024-03-30T04:51:51.629590+0000 mgr.y (mgr.25387) 7061 : cluster [DBG] pgmap v4638: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:51.914668+0000 mon.a (mon.0) 14283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:51.924897+0000 mon.a (mon.0) 14284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:51.970308+0000 mon.a (mon.0) 14285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:51.976002+0000 mon.a (mon.0) 14286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:51.977799+0000 mon.a (mon.0) 14287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: cluster 2024-03-30T04:51:51.981144+0000 mgr.y (mgr.25387) 7062 : cluster [DBG] pgmap v4639: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:51.989130+0000 mon.a (mon.0) 14288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: cephadm 2024-03-30T04:51:51.990191+0000 mgr.y (mgr.25387) 7063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.073767+0000 mon.a (mon.0) 14289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.074807+0000 mgr.y (mgr.25387) 7064 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.092317+0000 mon.a (mon.0) 14290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.096790+0000 mon.a (mon.0) 14291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.099419+0000 mon.a (mon.0) 14292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.104361+0000 mon.a (mon.0) 14293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.106019+0000 mon.a (mon.0) 14294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.116273+0000 mon.a (mon.0) 14295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.117260+0000 mgr.y (mgr.25387) 7065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.201539+0000 mon.a (mon.0) 14296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.205792+0000 mon.a (mon.0) 14297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.207873+0000 mon.a (mon.0) 14298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.212367+0000 mon.a (mon.0) 14299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.213837+0000 mon.a (mon.0) 14300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.223371+0000 mon.a (mon.0) 14301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.300094+0000 mon.a (mon.0) 14302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.303766+0000 mon.a (mon.0) 14303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.305445+0000 mon.a (mon.0) 14304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.309087+0000 mon.a (mon.0) 14305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.310339+0000 mon.a (mon.0) 14306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.317596+0000 mon.a (mon.0) 14307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.395896+0000 mon.a (mon.0) 14308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.400639+0000 mon.a (mon.0) 14309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.402607+0000 mon.a (mon.0) 14310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.406986+0000 mon.a (mon.0) 14311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.408385+0000 mon.a (mon.0) 14312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.418041+0000 mon.a (mon.0) 14313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.499566+0000 mon.a (mon.0) 14314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.502544+0000 mon.a (mon.0) 14315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.504065+0000 mon.a (mon.0) 14316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.507427+0000 mon.a (mon.0) 14317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.508519+0000 mon.a (mon.0) 14318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.516978+0000 mon.a (mon.0) 14319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.606038+0000 mon.a (mon.0) 14320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.610241+0000 mon.a (mon.0) 14321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.611765+0000 mon.a (mon.0) 14322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.614783+0000 mon.a (mon.0) 14323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.615777+0000 mon.a (mon.0) 14324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.622493+0000 mon.a (mon.0) 14325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.699558+0000 mon.a (mon.0) 14326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.701482+0000 mon.a (mon.0) 14327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.702348+0000 mon.a (mon.0) 14328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.705257+0000 mon.a (mon.0) 14329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.706128+0000 mon.a (mon.0) 14330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.713850+0000 mon.a (mon.0) 14331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.789840+0000 mon.a (mon.0) 14332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.792823+0000 mon.a (mon.0) 14333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.794673+0000 mon.a (mon.0) 14334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.797300+0000 mon.a (mon.0) 14335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.798121+0000 mon.a (mon.0) 14336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.805195+0000 mon.a (mon.0) 14337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.881784+0000 mon.a (mon.0) 14338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.884210+0000 mon.a (mon.0) 14339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.885269+0000 mon.a (mon.0) 14340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.887627+0000 mon.a (mon.0) 14341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.888386+0000 mon.a (mon.0) 14342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:52 smithi105 bash[58125]: audit 2024-03-30T04:51:52.894838+0000 mon.a (mon.0) 14343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: cluster 2024-03-30T04:51:51.629590+0000 mgr.y (mgr.25387) 7061 : cluster [DBG] pgmap v4638: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:51.914668+0000 mon.a (mon.0) 14283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:51.924897+0000 mon.a (mon.0) 14284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:51.970308+0000 mon.a (mon.0) 14285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:51.976002+0000 mon.a (mon.0) 14286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:51.977799+0000 mon.a (mon.0) 14287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: cluster 2024-03-30T04:51:51.981144+0000 mgr.y (mgr.25387) 7062 : cluster [DBG] pgmap v4639: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:51.989130+0000 mon.a (mon.0) 14288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: cephadm 2024-03-30T04:51:51.990191+0000 mgr.y (mgr.25387) 7063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.073767+0000 mon.a (mon.0) 14289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.074807+0000 mgr.y (mgr.25387) 7064 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.092317+0000 mon.a (mon.0) 14290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.096790+0000 mon.a (mon.0) 14291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.099419+0000 mon.a (mon.0) 14292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.104361+0000 mon.a (mon.0) 14293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.106019+0000 mon.a (mon.0) 14294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.116273+0000 mon.a (mon.0) 14295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.117260+0000 mgr.y (mgr.25387) 7065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.201539+0000 mon.a (mon.0) 14296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: cluster 2024-03-30T04:51:51.629590+0000 mgr.y (mgr.25387) 7061 : cluster [DBG] pgmap v4638: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:51.914668+0000 mon.a (mon.0) 14283 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:51.924897+0000 mon.a (mon.0) 14284 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:51.970308+0000 mon.a (mon.0) 14285 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:51.976002+0000 mon.a (mon.0) 14286 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:51.977799+0000 mon.a (mon.0) 14287 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: cluster 2024-03-30T04:51:51.981144+0000 mgr.y (mgr.25387) 7062 : cluster [DBG] pgmap v4639: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:51.989130+0000 mon.a (mon.0) 14288 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: cephadm 2024-03-30T04:51:51.990191+0000 mgr.y (mgr.25387) 7063 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.073767+0000 mon.a (mon.0) 14289 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.074807+0000 mgr.y (mgr.25387) 7064 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.092317+0000 mon.a (mon.0) 14290 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.096790+0000 mon.a (mon.0) 14291 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.099419+0000 mon.a (mon.0) 14292 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.104361+0000 mon.a (mon.0) 14293 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.106019+0000 mon.a (mon.0) 14294 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.116273+0000 mon.a (mon.0) 14295 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.117260+0000 mgr.y (mgr.25387) 7065 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.201539+0000 mon.a (mon.0) 14296 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.205792+0000 mon.a (mon.0) 14297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.207873+0000 mon.a (mon.0) 14298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.212367+0000 mon.a (mon.0) 14299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.213837+0000 mon.a (mon.0) 14300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.223371+0000 mon.a (mon.0) 14301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.300094+0000 mon.a (mon.0) 14302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.303766+0000 mon.a (mon.0) 14303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.305445+0000 mon.a (mon.0) 14304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.309087+0000 mon.a (mon.0) 14305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.310339+0000 mon.a (mon.0) 14306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.317596+0000 mon.a (mon.0) 14307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.395896+0000 mon.a (mon.0) 14308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.400639+0000 mon.a (mon.0) 14309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.402607+0000 mon.a (mon.0) 14310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.406986+0000 mon.a (mon.0) 14311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.408385+0000 mon.a (mon.0) 14312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.418041+0000 mon.a (mon.0) 14313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.499566+0000 mon.a (mon.0) 14314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.502544+0000 mon.a (mon.0) 14315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.205792+0000 mon.a (mon.0) 14297 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.207873+0000 mon.a (mon.0) 14298 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.212367+0000 mon.a (mon.0) 14299 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.213837+0000 mon.a (mon.0) 14300 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.223371+0000 mon.a (mon.0) 14301 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.300094+0000 mon.a (mon.0) 14302 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.303766+0000 mon.a (mon.0) 14303 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.305445+0000 mon.a (mon.0) 14304 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.309087+0000 mon.a (mon.0) 14305 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.310339+0000 mon.a (mon.0) 14306 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.317596+0000 mon.a (mon.0) 14307 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.395896+0000 mon.a (mon.0) 14308 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.400639+0000 mon.a (mon.0) 14309 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.402607+0000 mon.a (mon.0) 14310 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.406986+0000 mon.a (mon.0) 14311 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.408385+0000 mon.a (mon.0) 14312 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.418041+0000 mon.a (mon.0) 14313 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.499566+0000 mon.a (mon.0) 14314 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.502544+0000 mon.a (mon.0) 14315 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.504065+0000 mon.a (mon.0) 14316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.507427+0000 mon.a (mon.0) 14317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.508519+0000 mon.a (mon.0) 14318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.516978+0000 mon.a (mon.0) 14319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.606038+0000 mon.a (mon.0) 14320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.610241+0000 mon.a (mon.0) 14321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.611765+0000 mon.a (mon.0) 14322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.614783+0000 mon.a (mon.0) 14323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.615777+0000 mon.a (mon.0) 14324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.622493+0000 mon.a (mon.0) 14325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.699558+0000 mon.a (mon.0) 14326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.701482+0000 mon.a (mon.0) 14327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.702348+0000 mon.a (mon.0) 14328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.705257+0000 mon.a (mon.0) 14329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.706128+0000 mon.a (mon.0) 14330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.713850+0000 mon.a (mon.0) 14331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.789840+0000 mon.a (mon.0) 14332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.792823+0000 mon.a (mon.0) 14333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.794673+0000 mon.a (mon.0) 14334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.504065+0000 mon.a (mon.0) 14316 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.507427+0000 mon.a (mon.0) 14317 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.508519+0000 mon.a (mon.0) 14318 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.516978+0000 mon.a (mon.0) 14319 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.606038+0000 mon.a (mon.0) 14320 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.610241+0000 mon.a (mon.0) 14321 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.611765+0000 mon.a (mon.0) 14322 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.614783+0000 mon.a (mon.0) 14323 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.615777+0000 mon.a (mon.0) 14324 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.622493+0000 mon.a (mon.0) 14325 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.699558+0000 mon.a (mon.0) 14326 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.701482+0000 mon.a (mon.0) 14327 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.702348+0000 mon.a (mon.0) 14328 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.705257+0000 mon.a (mon.0) 14329 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.706128+0000 mon.a (mon.0) 14330 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.713850+0000 mon.a (mon.0) 14331 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.789840+0000 mon.a (mon.0) 14332 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.792823+0000 mon.a (mon.0) 14333 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.794673+0000 mon.a (mon.0) 14334 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.797300+0000 mon.a (mon.0) 14335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.798121+0000 mon.a (mon.0) 14336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.805195+0000 mon.a (mon.0) 14337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.881784+0000 mon.a (mon.0) 14338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.884210+0000 mon.a (mon.0) 14339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.885269+0000 mon.a (mon.0) 14340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.887627+0000 mon.a (mon.0) 14341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.888386+0000 mon.a (mon.0) 14342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[73934]: audit 2024-03-30T04:51:52.894838+0000 mon.a (mon.0) 14343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.797300+0000 mon.a (mon.0) 14335 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.798121+0000 mon.a (mon.0) 14336 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.805195+0000 mon.a (mon.0) 14337 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.881784+0000 mon.a (mon.0) 14338 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.884210+0000 mon.a (mon.0) 14339 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.885269+0000 mon.a (mon.0) 14340 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.887627+0000 mon.a (mon.0) 14341 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.888386+0000 mon.a (mon.0) 14342 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:53.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:52 smithi097 bash[69502]: audit 2024-03-30T04:51:52.894838+0000 mon.a (mon.0) 14343 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:53.874 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617311264Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-03-30T04:51:53.874 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617575426Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-03-30T04:51:53.874 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617639941Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-03-30T04:51:53.874 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617655124Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617663421Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.61767074Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617675685Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617680661Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617686487Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617692258Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.61769787Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617702789Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617708527Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617718524Z level=info msg="Path Home" path=/usr/share/grafana 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617724252Z level=info msg="Path Data" path=/var/lib/grafana 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617728934Z level=info msg="Path Logs" path=/var/log/grafana 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617733045Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.617737681Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-03-30T04:51:53.875 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=settings t=2024-03-30T04:51:53.61774205Z level=info msg="App mode production" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=sqlstore t=2024-03-30T04:51:53.617813546Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=sqlstore t=2024-03-30T04:51:53.617837005Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.63135292Z level=info msg="Starting DB migrations" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.635378114Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.671741651Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.705361861Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.747301558Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.789659373Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.839713914Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-03-30T04:51:53.876 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.881745072Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-03-30T04:51:54.134 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.932290489Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-03-30T04:51:54.134 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:53.974396289Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-03-30T04:51:54.134 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.016436783Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-03-30T04:51:54.134 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.041787353Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-03-30T04:51:54.135 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.091920554Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-03-30T04:51:54.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.224279+0000 mgr.y (mgr.25387) 7066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.318473+0000 mgr.y (mgr.25387) 7067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.418744+0000 mgr.y (mgr.25387) 7068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.517742+0000 mgr.y (mgr.25387) 7069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.623006+0000 mgr.y (mgr.25387) 7070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.714315+0000 mgr.y (mgr.25387) 7071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.805780+0000 mgr.y (mgr.25387) 7072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:52.895342+0000 mgr.y (mgr.25387) 7073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cluster 2024-03-30T04:51:52.921281+0000 mon.a (mon.0) 14344 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cluster 2024-03-30T04:51:52.921321+0000 mon.a (mon.0) 14345 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:52.981499+0000 mon.a (mon.0) 14346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:52.985299+0000 mon.a (mon.0) 14347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:52.987085+0000 mon.a (mon.0) 14348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:52.991328+0000 mon.a (mon.0) 14349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:52.992765+0000 mon.a (mon.0) 14350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.000946+0000 mon.a (mon.0) 14351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.002030+0000 mgr.y (mgr.25387) 7074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.089545+0000 mon.a (mon.0) 14352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.093071+0000 mon.a (mon.0) 14353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.094583+0000 mon.a (mon.0) 14354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.098027+0000 mon.a (mon.0) 14355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.099129+0000 mon.a (mon.0) 14356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.106450+0000 mon.a (mon.0) 14357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.107267+0000 mgr.y (mgr.25387) 7075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.180315+0000 mon.a (mon.0) 14358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.184777+0000 mon.a (mon.0) 14359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.186859+0000 mon.a (mon.0) 14360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.191260+0000 mon.a (mon.0) 14361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.192920+0000 mon.a (mon.0) 14362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.201149+0000 mon.a (mon.0) 14363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.201895+0000 mgr.y (mgr.25387) 7076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.289875+0000 mon.a (mon.0) 14364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.294006+0000 mon.a (mon.0) 14365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.295602+0000 mon.a (mon.0) 14366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.299250+0000 mon.a (mon.0) 14367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.300354+0000 mon.a (mon.0) 14368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.310125+0000 mon.a (mon.0) 14369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.138 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.399936+0000 mon.a (mon.0) 14370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.403913+0000 mon.a (mon.0) 14371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.405532+0000 mon.a (mon.0) 14372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.409246+0000 mon.a (mon.0) 14373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.410471+0000 mon.a (mon.0) 14374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.419097+0000 mon.a (mon.0) 14375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.497586+0000 mon.a (mon.0) 14376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.500429+0000 mon.a (mon.0) 14377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.139 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.501666+0000 mon.a (mon.0) 14378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.504921+0000 mon.a (mon.0) 14379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.505923+0000 mon.a (mon.0) 14380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.512786+0000 mon.a (mon.0) 14381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.590879+0000 mon.a (mon.0) 14382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.593525+0000 mon.a (mon.0) 14383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.594644+0000 mon.a (mon.0) 14384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.597522+0000 mon.a (mon.0) 14385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.598242+0000 mon.a (mon.0) 14386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.604176+0000 mon.a (mon.0) 14387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.671298+0000 mon.a (mon.0) 14388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.674835+0000 mon.a (mon.0) 14389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.676422+0000 mon.a (mon.0) 14390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.680040+0000 mon.a (mon.0) 14391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.681100+0000 mon.a (mon.0) 14392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.689009+0000 mon.a (mon.0) 14393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.778040+0000 mon.a (mon.0) 14394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.782607+0000 mon.a (mon.0) 14395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.784833+0000 mon.a (mon.0) 14396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.788357+0000 mon.a (mon.0) 14397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.789507+0000 mon.a (mon.0) 14398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.798833+0000 mon.a (mon.0) 14399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.858907+0000 mon.a (mon.0) 14400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.861238+0000 mon.a (mon.0) 14401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.862229+0000 mon.a (mon.0) 14402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.864193+0000 mon.a (mon.0) 14403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.141 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.864806+0000 mon.a (mon.0) 14404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.869634+0000 mon.a (mon.0) 14405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.911318+0000 mon.a (mon.0) 14406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.142 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:53 smithi105 bash[58125]: audit 2024-03-30T04:51:53.913604+0000 mon.a (mon.0) 14407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.224279+0000 mgr.y (mgr.25387) 7066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.318473+0000 mgr.y (mgr.25387) 7067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.418744+0000 mgr.y (mgr.25387) 7068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.517742+0000 mgr.y (mgr.25387) 7069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.623006+0000 mgr.y (mgr.25387) 7070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.714315+0000 mgr.y (mgr.25387) 7071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.805780+0000 mgr.y (mgr.25387) 7072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:52.895342+0000 mgr.y (mgr.25387) 7073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cluster 2024-03-30T04:51:52.921281+0000 mon.a (mon.0) 14344 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cluster 2024-03-30T04:51:52.921321+0000 mon.a (mon.0) 14345 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:52.981499+0000 mon.a (mon.0) 14346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:52.985299+0000 mon.a (mon.0) 14347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:52.987085+0000 mon.a (mon.0) 14348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:52.991328+0000 mon.a (mon.0) 14349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:52.992765+0000 mon.a (mon.0) 14350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.000946+0000 mon.a (mon.0) 14351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.002030+0000 mgr.y (mgr.25387) 7074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.089545+0000 mon.a (mon.0) 14352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.093071+0000 mon.a (mon.0) 14353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.094583+0000 mon.a (mon.0) 14354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.224279+0000 mgr.y (mgr.25387) 7066 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.318473+0000 mgr.y (mgr.25387) 7067 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.418744+0000 mgr.y (mgr.25387) 7068 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.517742+0000 mgr.y (mgr.25387) 7069 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.623006+0000 mgr.y (mgr.25387) 7070 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.714315+0000 mgr.y (mgr.25387) 7071 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.805780+0000 mgr.y (mgr.25387) 7072 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:52.895342+0000 mgr.y (mgr.25387) 7073 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cluster 2024-03-30T04:51:52.921281+0000 mon.a (mon.0) 14344 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cluster 2024-03-30T04:51:52.921321+0000 mon.a (mon.0) 14345 : cluster [INF] Cluster is now healthy 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:52.981499+0000 mon.a (mon.0) 14346 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:52.985299+0000 mon.a (mon.0) 14347 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:52.987085+0000 mon.a (mon.0) 14348 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:52.991328+0000 mon.a (mon.0) 14349 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:52.992765+0000 mon.a (mon.0) 14350 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.000946+0000 mon.a (mon.0) 14351 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.002030+0000 mgr.y (mgr.25387) 7074 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.089545+0000 mon.a (mon.0) 14352 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.093071+0000 mon.a (mon.0) 14353 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.094583+0000 mon.a (mon.0) 14354 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.098027+0000 mon.a (mon.0) 14355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.099129+0000 mon.a (mon.0) 14356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.106450+0000 mon.a (mon.0) 14357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.107267+0000 mgr.y (mgr.25387) 7075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.180315+0000 mon.a (mon.0) 14358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.184777+0000 mon.a (mon.0) 14359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.186859+0000 mon.a (mon.0) 14360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.191260+0000 mon.a (mon.0) 14361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.192920+0000 mon.a (mon.0) 14362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.201149+0000 mon.a (mon.0) 14363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.201895+0000 mgr.y (mgr.25387) 7076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.289875+0000 mon.a (mon.0) 14364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.294006+0000 mon.a (mon.0) 14365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.295602+0000 mon.a (mon.0) 14366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.299250+0000 mon.a (mon.0) 14367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.300354+0000 mon.a (mon.0) 14368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.310125+0000 mon.a (mon.0) 14369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.399936+0000 mon.a (mon.0) 14370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.403913+0000 mon.a (mon.0) 14371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.405532+0000 mon.a (mon.0) 14372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.098027+0000 mon.a (mon.0) 14355 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.099129+0000 mon.a (mon.0) 14356 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.106450+0000 mon.a (mon.0) 14357 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.107267+0000 mgr.y (mgr.25387) 7075 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.180315+0000 mon.a (mon.0) 14358 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.184777+0000 mon.a (mon.0) 14359 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.186859+0000 mon.a (mon.0) 14360 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.191260+0000 mon.a (mon.0) 14361 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.192920+0000 mon.a (mon.0) 14362 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.201149+0000 mon.a (mon.0) 14363 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.201895+0000 mgr.y (mgr.25387) 7076 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.289875+0000 mon.a (mon.0) 14364 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.294006+0000 mon.a (mon.0) 14365 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.295602+0000 mon.a (mon.0) 14366 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.299250+0000 mon.a (mon.0) 14367 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.300354+0000 mon.a (mon.0) 14368 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.310125+0000 mon.a (mon.0) 14369 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.399936+0000 mon.a (mon.0) 14370 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.403913+0000 mon.a (mon.0) 14371 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.405532+0000 mon.a (mon.0) 14372 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.409246+0000 mon.a (mon.0) 14373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.410471+0000 mon.a (mon.0) 14374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.419097+0000 mon.a (mon.0) 14375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.497586+0000 mon.a (mon.0) 14376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.500429+0000 mon.a (mon.0) 14377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.501666+0000 mon.a (mon.0) 14378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.504921+0000 mon.a (mon.0) 14379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.505923+0000 mon.a (mon.0) 14380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.512786+0000 mon.a (mon.0) 14381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.590879+0000 mon.a (mon.0) 14382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.593525+0000 mon.a (mon.0) 14383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.594644+0000 mon.a (mon.0) 14384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.597522+0000 mon.a (mon.0) 14385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.598242+0000 mon.a (mon.0) 14386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.604176+0000 mon.a (mon.0) 14387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.671298+0000 mon.a (mon.0) 14388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.674835+0000 mon.a (mon.0) 14389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.676422+0000 mon.a (mon.0) 14390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.409246+0000 mon.a (mon.0) 14373 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.410471+0000 mon.a (mon.0) 14374 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.419097+0000 mon.a (mon.0) 14375 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.497586+0000 mon.a (mon.0) 14376 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.500429+0000 mon.a (mon.0) 14377 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.501666+0000 mon.a (mon.0) 14378 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.504921+0000 mon.a (mon.0) 14379 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.505923+0000 mon.a (mon.0) 14380 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.512786+0000 mon.a (mon.0) 14381 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.590879+0000 mon.a (mon.0) 14382 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.593525+0000 mon.a (mon.0) 14383 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.594644+0000 mon.a (mon.0) 14384 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.597522+0000 mon.a (mon.0) 14385 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.598242+0000 mon.a (mon.0) 14386 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.604176+0000 mon.a (mon.0) 14387 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.671298+0000 mon.a (mon.0) 14388 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.674835+0000 mon.a (mon.0) 14389 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.676422+0000 mon.a (mon.0) 14390 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.680040+0000 mon.a (mon.0) 14391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.681100+0000 mon.a (mon.0) 14392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.689009+0000 mon.a (mon.0) 14393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.778040+0000 mon.a (mon.0) 14394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.782607+0000 mon.a (mon.0) 14395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.784833+0000 mon.a (mon.0) 14396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.788357+0000 mon.a (mon.0) 14397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.789507+0000 mon.a (mon.0) 14398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.798833+0000 mon.a (mon.0) 14399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.858907+0000 mon.a (mon.0) 14400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.861238+0000 mon.a (mon.0) 14401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.862229+0000 mon.a (mon.0) 14402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.864193+0000 mon.a (mon.0) 14403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.864806+0000 mon.a (mon.0) 14404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.869634+0000 mon.a (mon.0) 14405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.911318+0000 mon.a (mon.0) 14406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[73934]: audit 2024-03-30T04:51:53.913604+0000 mon.a (mon.0) 14407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.680040+0000 mon.a (mon.0) 14391 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.681100+0000 mon.a (mon.0) 14392 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.689009+0000 mon.a (mon.0) 14393 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.778040+0000 mon.a (mon.0) 14394 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.782607+0000 mon.a (mon.0) 14395 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.784833+0000 mon.a (mon.0) 14396 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.788357+0000 mon.a (mon.0) 14397 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.789507+0000 mon.a (mon.0) 14398 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.798833+0000 mon.a (mon.0) 14399 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.858907+0000 mon.a (mon.0) 14400 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.861238+0000 mon.a (mon.0) 14401 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.862229+0000 mon.a (mon.0) 14402 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.864193+0000 mon.a (mon.0) 14403 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.864806+0000 mon.a (mon.0) 14404 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:54.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.869634+0000 mon.a (mon.0) 14405 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:54.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.911318+0000 mon.a (mon.0) 14406 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:54.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:53 smithi097 bash[69502]: audit 2024-03-30T04:51:53.913604+0000 mon.a (mon.0) 14407 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:54.420 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.142429857Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-03-30T04:51:54.420 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.184316403Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.209769477Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.251655125Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.293682733Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.318972344Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.344284396Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.386433838Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-03-30T04:51:54.421 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.42872436Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-03-30T04:51:54.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.47066993Z level=info msg="Executing migration" id="create provenance_type table" 2024-03-30T04:51:54.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.512794898Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-03-30T04:51:54.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.538084419Z level=info msg="Executing migration" id="create alert_image table" 2024-03-30T04:51:54.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.583335558Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-03-30T04:51:54.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.630431123Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-03-30T04:51:54.709 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.672438449Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-03-30T04:51:55.029 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.722963198Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-03-30T04:51:55.029 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.764969496Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-03-30T04:51:55.029 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.76519468Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-03-30T04:51:55.029 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.806954621Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-03-30T04:51:55.029 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.900487997Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-03-30T04:51:55.030 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:54.966743295Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.310737+0000 mgr.y (mgr.25387) 7077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.419694+0000 mgr.y (mgr.25387) 7078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.513620+0000 mgr.y (mgr.25387) 7079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.604995+0000 mgr.y (mgr.25387) 7080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.689727+0000 mgr.y (mgr.25387) 7081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.799706+0000 mgr.y (mgr.25387) 7082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.870138+0000 mgr.y (mgr.25387) 7083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.030 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.914967+0000 mon.a (mon.0) 14408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.927903+0000 mon.a (mon.0) 14409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.929187+0000 mon.a (mon.0) 14410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.934765+0000 mon.a (mon.0) 14411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.935148+0000 mgr.y (mgr.25387) 7084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.976588+0000 mon.a (mon.0) 14412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.978576+0000 mon.a (mon.0) 14413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.979445+0000 mon.a (mon.0) 14414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cluster 2024-03-30T04:51:53.981656+0000 mgr.y (mgr.25387) 7085 : cluster [DBG] pgmap v4640: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.981771+0000 mon.a (mon.0) 14415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.982802+0000 mon.a (mon.0) 14416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:53.990065+0000 mon.a (mon.0) 14417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.031 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:53.990492+0000 mgr.y (mgr.25387) 7086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.035704+0000 mon.a (mon.0) 14418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.038319+0000 mon.a (mon.0) 14419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.039177+0000 mon.a (mon.0) 14420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.041562+0000 mon.a (mon.0) 14421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.042236+0000 mon.a (mon.0) 14422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.049096+0000 mon.a (mon.0) 14423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.049500+0000 mgr.y (mgr.25387) 7087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.094676+0000 mon.a (mon.0) 14424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.097062+0000 mon.a (mon.0) 14425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.098228+0000 mon.a (mon.0) 14426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.100465+0000 mon.a (mon.0) 14427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.101114+0000 mon.a (mon.0) 14428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.108116+0000 mon.a (mon.0) 14429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.108605+0000 mgr.y (mgr.25387) 7088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.154684+0000 mon.a (mon.0) 14430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.157984+0000 mon.a (mon.0) 14431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.159109+0000 mon.a (mon.0) 14432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.161521+0000 mon.a (mon.0) 14433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.162363+0000 mon.a (mon.0) 14434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.170103+0000 mon.a (mon.0) 14435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.170803+0000 mgr.y (mgr.25387) 7089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.219016+0000 mon.a (mon.0) 14436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.221945+0000 mon.a (mon.0) 14437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.223011+0000 mon.a (mon.0) 14438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.225584+0000 mon.a (mon.0) 14439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.226374+0000 mon.a (mon.0) 14440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.233782+0000 mon.a (mon.0) 14441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.275118+0000 mon.a (mon.0) 14442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.277176+0000 mon.a (mon.0) 14443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.278179+0000 mon.a (mon.0) 14444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.280303+0000 mon.a (mon.0) 14445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.280981+0000 mon.a (mon.0) 14446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.287687+0000 mon.a (mon.0) 14447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.346159+0000 mon.a (mon.0) 14448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.348185+0000 mon.a (mon.0) 14449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.349070+0000 mon.a (mon.0) 14450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.351148+0000 mon.a (mon.0) 14451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.351823+0000 mon.a (mon.0) 14452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.358651+0000 mon.a (mon.0) 14453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.400114+0000 mon.a (mon.0) 14454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.402044+0000 mon.a (mon.0) 14455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.402917+0000 mon.a (mon.0) 14456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.405333+0000 mon.a (mon.0) 14457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.405989+0000 mon.a (mon.0) 14458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.412916+0000 mon.a (mon.0) 14459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.455179+0000 mon.a (mon.0) 14460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.457612+0000 mon.a (mon.0) 14461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.458695+0000 mon.a (mon.0) 14462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.461024+0000 mon.a (mon.0) 14463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.461762+0000 mon.a (mon.0) 14464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.467753+0000 mon.a (mon.0) 14465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.505042+0000 mon.a (mon.0) 14466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.506075+0000 mon.a (mon.0) 14467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.515026+0000 mon.a (mon.0) 14468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.521711+0000 mon.a (mon.0) 14469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.532301+0000 mon.a (mon.0) 14470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.539233+0000 mon.a (mon.0) 14471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.539927+0000 mon.a (mon.0) 14472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.545214+0000 mon.a (mon.0) 14473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.587041+0000 mon.a (mon.0) 14474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.589259+0000 mon.a (mon.0) 14475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.590121+0000 mon.a (mon.0) 14476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.592105+0000 mon.a (mon.0) 14477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.592769+0000 mon.a (mon.0) 14478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.597963+0000 mon.a (mon.0) 14479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.639355+0000 mon.a (mon.0) 14480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.641190+0000 mon.a (mon.0) 14481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.641988+0000 mon.a (mon.0) 14482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.644081+0000 mon.a (mon.0) 14483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.644710+0000 mon.a (mon.0) 14484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.649487+0000 mon.a (mon.0) 14485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.691868+0000 mon.a (mon.0) 14486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.693763+0000 mon.a (mon.0) 14487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.694542+0000 mon.a (mon.0) 14488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.696470+0000 mon.a (mon.0) 14489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.697092+0000 mon.a (mon.0) 14490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.701930+0000 mon.a (mon.0) 14491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.760493+0000 mon.a (mon.0) 14492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.762453+0000 mon.a (mon.0) 14493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.763264+0000 mon.a (mon.0) 14494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.765206+0000 mon.a (mon.0) 14495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.765888+0000 mon.a (mon.0) 14496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.770514+0000 mon.a (mon.0) 14497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.812623+0000 mon.a (mon.0) 14498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.814620+0000 mon.a (mon.0) 14499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.815542+0000 mon.a (mon.0) 14500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.817698+0000 mon.a (mon.0) 14501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.818366+0000 mon.a (mon.0) 14502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.822988+0000 mon.a (mon.0) 14503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.884696+0000 mon.a (mon.0) 14504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.887027+0000 mon.a (mon.0) 14505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.888085+0000 mon.a (mon.0) 14506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.890440+0000 mon.a (mon.0) 14507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.891138+0000 mon.a (mon.0) 14508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:54 smithi105 bash[58125]: audit 2024-03-30T04:51:54.896420+0000 mon.a (mon.0) 14509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.310737+0000 mgr.y (mgr.25387) 7077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.419694+0000 mgr.y (mgr.25387) 7078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.513620+0000 mgr.y (mgr.25387) 7079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.604995+0000 mgr.y (mgr.25387) 7080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.689727+0000 mgr.y (mgr.25387) 7081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.799706+0000 mgr.y (mgr.25387) 7082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.870138+0000 mgr.y (mgr.25387) 7083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.914967+0000 mon.a (mon.0) 14408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.927903+0000 mon.a (mon.0) 14409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.929187+0000 mon.a (mon.0) 14410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.934765+0000 mon.a (mon.0) 14411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.935148+0000 mgr.y (mgr.25387) 7084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.976588+0000 mon.a (mon.0) 14412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.978576+0000 mon.a (mon.0) 14413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.979445+0000 mon.a (mon.0) 14414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cluster 2024-03-30T04:51:53.981656+0000 mgr.y (mgr.25387) 7085 : cluster [DBG] pgmap v4640: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.981771+0000 mon.a (mon.0) 14415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.982802+0000 mon.a (mon.0) 14416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:53.990065+0000 mon.a (mon.0) 14417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:53.990492+0000 mgr.y (mgr.25387) 7086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.310737+0000 mgr.y (mgr.25387) 7077 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.419694+0000 mgr.y (mgr.25387) 7078 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.513620+0000 mgr.y (mgr.25387) 7079 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.604995+0000 mgr.y (mgr.25387) 7080 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.689727+0000 mgr.y (mgr.25387) 7081 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.799706+0000 mgr.y (mgr.25387) 7082 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.870138+0000 mgr.y (mgr.25387) 7083 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.914967+0000 mon.a (mon.0) 14408 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.927903+0000 mon.a (mon.0) 14409 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.929187+0000 mon.a (mon.0) 14410 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.934765+0000 mon.a (mon.0) 14411 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.935148+0000 mgr.y (mgr.25387) 7084 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.976588+0000 mon.a (mon.0) 14412 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.978576+0000 mon.a (mon.0) 14413 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.979445+0000 mon.a (mon.0) 14414 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cluster 2024-03-30T04:51:53.981656+0000 mgr.y (mgr.25387) 7085 : cluster [DBG] pgmap v4640: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.981771+0000 mon.a (mon.0) 14415 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.982802+0000 mon.a (mon.0) 14416 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:53.990065+0000 mon.a (mon.0) 14417 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:53.990492+0000 mgr.y (mgr.25387) 7086 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.035704+0000 mon.a (mon.0) 14418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.038319+0000 mon.a (mon.0) 14419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.039177+0000 mon.a (mon.0) 14420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.041562+0000 mon.a (mon.0) 14421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.042236+0000 mon.a (mon.0) 14422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.049096+0000 mon.a (mon.0) 14423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.049500+0000 mgr.y (mgr.25387) 7087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.094676+0000 mon.a (mon.0) 14424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.097062+0000 mon.a (mon.0) 14425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.098228+0000 mon.a (mon.0) 14426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.100465+0000 mon.a (mon.0) 14427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.101114+0000 mon.a (mon.0) 14428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.108116+0000 mon.a (mon.0) 14429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.108605+0000 mgr.y (mgr.25387) 7088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.154684+0000 mon.a (mon.0) 14430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.157984+0000 mon.a (mon.0) 14431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.159109+0000 mon.a (mon.0) 14432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.161521+0000 mon.a (mon.0) 14433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.162363+0000 mon.a (mon.0) 14434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.035704+0000 mon.a (mon.0) 14418 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.038319+0000 mon.a (mon.0) 14419 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.039177+0000 mon.a (mon.0) 14420 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.041562+0000 mon.a (mon.0) 14421 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.042236+0000 mon.a (mon.0) 14422 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.049096+0000 mon.a (mon.0) 14423 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.049500+0000 mgr.y (mgr.25387) 7087 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.094676+0000 mon.a (mon.0) 14424 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.097062+0000 mon.a (mon.0) 14425 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.098228+0000 mon.a (mon.0) 14426 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.100465+0000 mon.a (mon.0) 14427 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.101114+0000 mon.a (mon.0) 14428 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.108116+0000 mon.a (mon.0) 14429 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.108605+0000 mgr.y (mgr.25387) 7088 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.154684+0000 mon.a (mon.0) 14430 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.157984+0000 mon.a (mon.0) 14431 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.159109+0000 mon.a (mon.0) 14432 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.161521+0000 mon.a (mon.0) 14433 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.162363+0000 mon.a (mon.0) 14434 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.170103+0000 mon.a (mon.0) 14435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.170803+0000 mgr.y (mgr.25387) 7089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.219016+0000 mon.a (mon.0) 14436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.221945+0000 mon.a (mon.0) 14437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.223011+0000 mon.a (mon.0) 14438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.225584+0000 mon.a (mon.0) 14439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.226374+0000 mon.a (mon.0) 14440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.233782+0000 mon.a (mon.0) 14441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.275118+0000 mon.a (mon.0) 14442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.277176+0000 mon.a (mon.0) 14443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.278179+0000 mon.a (mon.0) 14444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.280303+0000 mon.a (mon.0) 14445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.280981+0000 mon.a (mon.0) 14446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.287687+0000 mon.a (mon.0) 14447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.346159+0000 mon.a (mon.0) 14448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.348185+0000 mon.a (mon.0) 14449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.349070+0000 mon.a (mon.0) 14450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.351148+0000 mon.a (mon.0) 14451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.351823+0000 mon.a (mon.0) 14452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.358651+0000 mon.a (mon.0) 14453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.400114+0000 mon.a (mon.0) 14454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.402044+0000 mon.a (mon.0) 14455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.402917+0000 mon.a (mon.0) 14456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.405333+0000 mon.a (mon.0) 14457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.405989+0000 mon.a (mon.0) 14458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.412916+0000 mon.a (mon.0) 14459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.455179+0000 mon.a (mon.0) 14460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.457612+0000 mon.a (mon.0) 14461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.458695+0000 mon.a (mon.0) 14462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.461024+0000 mon.a (mon.0) 14463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.461762+0000 mon.a (mon.0) 14464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.467753+0000 mon.a (mon.0) 14465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.505042+0000 mon.a (mon.0) 14466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.506075+0000 mon.a (mon.0) 14467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.515026+0000 mon.a (mon.0) 14468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.521711+0000 mon.a (mon.0) 14469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.532301+0000 mon.a (mon.0) 14470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.539233+0000 mon.a (mon.0) 14471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.170103+0000 mon.a (mon.0) 14435 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.170803+0000 mgr.y (mgr.25387) 7089 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.219016+0000 mon.a (mon.0) 14436 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.221945+0000 mon.a (mon.0) 14437 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.223011+0000 mon.a (mon.0) 14438 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.225584+0000 mon.a (mon.0) 14439 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.226374+0000 mon.a (mon.0) 14440 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.233782+0000 mon.a (mon.0) 14441 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.275118+0000 mon.a (mon.0) 14442 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.277176+0000 mon.a (mon.0) 14443 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.278179+0000 mon.a (mon.0) 14444 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.280303+0000 mon.a (mon.0) 14445 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.280981+0000 mon.a (mon.0) 14446 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.287687+0000 mon.a (mon.0) 14447 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.346159+0000 mon.a (mon.0) 14448 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.348185+0000 mon.a (mon.0) 14449 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.349070+0000 mon.a (mon.0) 14450 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.351148+0000 mon.a (mon.0) 14451 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.351823+0000 mon.a (mon.0) 14452 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.539927+0000 mon.a (mon.0) 14472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.545214+0000 mon.a (mon.0) 14473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.587041+0000 mon.a (mon.0) 14474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.589259+0000 mon.a (mon.0) 14475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.590121+0000 mon.a (mon.0) 14476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.592105+0000 mon.a (mon.0) 14477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.592769+0000 mon.a (mon.0) 14478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.597963+0000 mon.a (mon.0) 14479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.639355+0000 mon.a (mon.0) 14480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.641190+0000 mon.a (mon.0) 14481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.641988+0000 mon.a (mon.0) 14482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.644081+0000 mon.a (mon.0) 14483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.644710+0000 mon.a (mon.0) 14484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.649487+0000 mon.a (mon.0) 14485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.691868+0000 mon.a (mon.0) 14486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.693763+0000 mon.a (mon.0) 14487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.694542+0000 mon.a (mon.0) 14488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.696470+0000 mon.a (mon.0) 14489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.697092+0000 mon.a (mon.0) 14490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.358651+0000 mon.a (mon.0) 14453 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.400114+0000 mon.a (mon.0) 14454 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.402044+0000 mon.a (mon.0) 14455 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.402917+0000 mon.a (mon.0) 14456 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.405333+0000 mon.a (mon.0) 14457 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.405989+0000 mon.a (mon.0) 14458 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.412916+0000 mon.a (mon.0) 14459 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.455179+0000 mon.a (mon.0) 14460 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.457612+0000 mon.a (mon.0) 14461 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.458695+0000 mon.a (mon.0) 14462 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.461024+0000 mon.a (mon.0) 14463 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.461762+0000 mon.a (mon.0) 14464 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.467753+0000 mon.a (mon.0) 14465 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.505042+0000 mon.a (mon.0) 14466 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.506075+0000 mon.a (mon.0) 14467 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.515026+0000 mon.a (mon.0) 14468 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.521711+0000 mon.a (mon.0) 14469 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.532301+0000 mon.a (mon.0) 14470 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.539233+0000 mon.a (mon.0) 14471 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.701930+0000 mon.a (mon.0) 14491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.760493+0000 mon.a (mon.0) 14492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.762453+0000 mon.a (mon.0) 14493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.763264+0000 mon.a (mon.0) 14494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.765206+0000 mon.a (mon.0) 14495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.765888+0000 mon.a (mon.0) 14496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.770514+0000 mon.a (mon.0) 14497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.812623+0000 mon.a (mon.0) 14498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.814620+0000 mon.a (mon.0) 14499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.815542+0000 mon.a (mon.0) 14500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.817698+0000 mon.a (mon.0) 14501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.818366+0000 mon.a (mon.0) 14502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.822988+0000 mon.a (mon.0) 14503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.884696+0000 mon.a (mon.0) 14504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.887027+0000 mon.a (mon.0) 14505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.888085+0000 mon.a (mon.0) 14506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.890440+0000 mon.a (mon.0) 14507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.891138+0000 mon.a (mon.0) 14508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[69502]: audit 2024-03-30T04:51:54.896420+0000 mon.a (mon.0) 14509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.539927+0000 mon.a (mon.0) 14472 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.545214+0000 mon.a (mon.0) 14473 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.587041+0000 mon.a (mon.0) 14474 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.589259+0000 mon.a (mon.0) 14475 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.590121+0000 mon.a (mon.0) 14476 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.592105+0000 mon.a (mon.0) 14477 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.592769+0000 mon.a (mon.0) 14478 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.597963+0000 mon.a (mon.0) 14479 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.639355+0000 mon.a (mon.0) 14480 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.641190+0000 mon.a (mon.0) 14481 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.641988+0000 mon.a (mon.0) 14482 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.644081+0000 mon.a (mon.0) 14483 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.644710+0000 mon.a (mon.0) 14484 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.649487+0000 mon.a (mon.0) 14485 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.691868+0000 mon.a (mon.0) 14486 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.693763+0000 mon.a (mon.0) 14487 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.694542+0000 mon.a (mon.0) 14488 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.696470+0000 mon.a (mon.0) 14489 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.697092+0000 mon.a (mon.0) 14490 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.701930+0000 mon.a (mon.0) 14491 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.760493+0000 mon.a (mon.0) 14492 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.762453+0000 mon.a (mon.0) 14493 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.763264+0000 mon.a (mon.0) 14494 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.765206+0000 mon.a (mon.0) 14495 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.765888+0000 mon.a (mon.0) 14496 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.770514+0000 mon.a (mon.0) 14497 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.812623+0000 mon.a (mon.0) 14498 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.814620+0000 mon.a (mon.0) 14499 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.815542+0000 mon.a (mon.0) 14500 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.817698+0000 mon.a (mon.0) 14501 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.818366+0000 mon.a (mon.0) 14502 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.822988+0000 mon.a (mon.0) 14503 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.884696+0000 mon.a (mon.0) 14504 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.887027+0000 mon.a (mon.0) 14505 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.888085+0000 mon.a (mon.0) 14506 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.890440+0000 mon.a (mon.0) 14507 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.891138+0000 mon.a (mon.0) 14508 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:55.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:54 smithi097 bash[73934]: audit 2024-03-30T04:51:54.896420+0000 mon.a (mon.0) 14509 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:55.395 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:55.037349516Z level=info msg="Executing migration" id="create secrets table" 2024-03-30T04:51:55.395 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:55.232771268Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-03-30T04:51:55.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:55.400678612Z level=info msg="Executing migration" id="add name column into data_keys" 2024-03-30T04:51:55.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:55.576726418Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-03-30T04:51:56.127 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:55.803503788Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-03-30T04:51:56.127 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:56.135270057Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.234238+0000 mgr.y (mgr.25387) 7090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.288072+0000 mgr.y (mgr.25387) 7091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.359051+0000 mgr.y (mgr.25387) 7092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.413406+0000 mgr.y (mgr.25387) 7093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.468294+0000 mgr.y (mgr.25387) 7094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.128 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.545647+0000 mgr.y (mgr.25387) 7095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.598402+0000 mgr.y (mgr.25387) 7096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.649899+0000 mgr.y (mgr.25387) 7097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.702369+0000 mgr.y (mgr.25387) 7098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.770953+0000 mgr.y (mgr.25387) 7099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.823413+0000 mgr.y (mgr.25387) 7100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.897232+0000 mgr.y (mgr.25387) 7101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:54.975561+0000 mon.a (mon.0) 14510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:54.978230+0000 mon.a (mon.0) 14511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:54.979321+0000 mon.a (mon.0) 14512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:54.982242+0000 mon.a (mon.0) 14513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:54.983045+0000 mon.a (mon.0) 14514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.129 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:54.988617+0000 mon.a (mon.0) 14515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:54.989094+0000 mgr.y (mgr.25387) 7102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.061833+0000 mon.a (mon.0) 14516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.064138+0000 mon.a (mon.0) 14517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.065195+0000 mon.a (mon.0) 14518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.067607+0000 mon.a (mon.0) 14519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.068351+0000 mon.a (mon.0) 14520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.073543+0000 mon.a (mon.0) 14521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.074012+0000 mgr.y (mgr.25387) 7103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.161070+0000 mon.a (mon.0) 14522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.130 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.165554+0000 mon.a (mon.0) 14523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.167476+0000 mon.a (mon.0) 14524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.171102+0000 mon.a (mon.0) 14525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.172413+0000 mon.a (mon.0) 14526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.179475+0000 mon.a (mon.0) 14527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.180218+0000 mgr.y (mgr.25387) 7104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.239172+0000 mon.a (mon.0) 14528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.241211+0000 mon.a (mon.0) 14529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.242071+0000 mon.a (mon.0) 14530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.244062+0000 mon.a (mon.0) 14531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.244691+0000 mon.a (mon.0) 14532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.131 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.251761+0000 mon.a (mon.0) 14533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.310095+0000 mon.a (mon.0) 14534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.312168+0000 mon.a (mon.0) 14535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.313032+0000 mon.a (mon.0) 14536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.315129+0000 mon.a (mon.0) 14537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.315749+0000 mon.a (mon.0) 14538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.322550+0000 mon.a (mon.0) 14539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.380435+0000 mon.a (mon.0) 14540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.383225+0000 mon.a (mon.0) 14541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.384197+0000 mon.a (mon.0) 14542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.386301+0000 mon.a (mon.0) 14543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.132 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.386987+0000 mon.a (mon.0) 14544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.393694+0000 mon.a (mon.0) 14545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.450417+0000 mon.a (mon.0) 14546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.452858+0000 mon.a (mon.0) 14547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.454157+0000 mon.a (mon.0) 14548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.456795+0000 mon.a (mon.0) 14549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.457654+0000 mon.a (mon.0) 14550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.467791+0000 mon.a (mon.0) 14551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.529219+0000 mon.a (mon.0) 14552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.133 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.532010+0000 mon.a (mon.0) 14553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.134 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.533329+0000 mon.a (mon.0) 14554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.134 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.536395+0000 mon.a (mon.0) 14555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.134 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.537295+0000 mon.a (mon.0) 14556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.134 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.546605+0000 mon.a (mon.0) 14557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.608522+0000 mon.a (mon.0) 14558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.611285+0000 mon.a (mon.0) 14559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.612783+0000 mon.a (mon.0) 14560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.616637+0000 mon.a (mon.0) 14561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.617628+0000 mon.a (mon.0) 14562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.626542+0000 mon.a (mon.0) 14563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.684232+0000 mon.a (mon.0) 14564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.686130+0000 mon.a (mon.0) 14565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.687238+0000 mon.a (mon.0) 14566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.689206+0000 mon.a (mon.0) 14567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.689838+0000 mon.a (mon.0) 14568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.696760+0000 mon.a (mon.0) 14569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.135 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.768855+0000 mon.a (mon.0) 14570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.773042+0000 mon.a (mon.0) 14571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.774729+0000 mon.a (mon.0) 14572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.778022+0000 mon.a (mon.0) 14573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.779160+0000 mon.a (mon.0) 14574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.787963+0000 mon.a (mon.0) 14575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.850017+0000 mon.a (mon.0) 14576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.853885+0000 mon.a (mon.0) 14577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.855275+0000 mon.a (mon.0) 14578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.858287+0000 mon.a (mon.0) 14579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.859332+0000 mon.a (mon.0) 14580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.869941+0000 mon.a (mon.0) 14581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.136 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.930156+0000 mon.a (mon.0) 14582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.137 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:55 smithi105 bash[58125]: audit 2024-03-30T04:51:55.933233+0000 mon.a (mon.0) 14583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.234238+0000 mgr.y (mgr.25387) 7090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.288072+0000 mgr.y (mgr.25387) 7091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.359051+0000 mgr.y (mgr.25387) 7092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.413406+0000 mgr.y (mgr.25387) 7093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.468294+0000 mgr.y (mgr.25387) 7094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.545647+0000 mgr.y (mgr.25387) 7095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.598402+0000 mgr.y (mgr.25387) 7096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.649899+0000 mgr.y (mgr.25387) 7097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.702369+0000 mgr.y (mgr.25387) 7098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.770953+0000 mgr.y (mgr.25387) 7099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.823413+0000 mgr.y (mgr.25387) 7100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.897232+0000 mgr.y (mgr.25387) 7101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:54.975561+0000 mon.a (mon.0) 14510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:54.978230+0000 mon.a (mon.0) 14511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:54.979321+0000 mon.a (mon.0) 14512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:54.982242+0000 mon.a (mon.0) 14513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:54.983045+0000 mon.a (mon.0) 14514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:54.988617+0000 mon.a (mon.0) 14515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:54.989094+0000 mgr.y (mgr.25387) 7102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.061833+0000 mon.a (mon.0) 14516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.064138+0000 mon.a (mon.0) 14517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.234238+0000 mgr.y (mgr.25387) 7090 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.288072+0000 mgr.y (mgr.25387) 7091 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.359051+0000 mgr.y (mgr.25387) 7092 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.413406+0000 mgr.y (mgr.25387) 7093 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.468294+0000 mgr.y (mgr.25387) 7094 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.545647+0000 mgr.y (mgr.25387) 7095 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.598402+0000 mgr.y (mgr.25387) 7096 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.649899+0000 mgr.y (mgr.25387) 7097 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.702369+0000 mgr.y (mgr.25387) 7098 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.770953+0000 mgr.y (mgr.25387) 7099 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.823413+0000 mgr.y (mgr.25387) 7100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.897232+0000 mgr.y (mgr.25387) 7101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:54.975561+0000 mon.a (mon.0) 14510 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:54.978230+0000 mon.a (mon.0) 14511 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:54.979321+0000 mon.a (mon.0) 14512 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:54.982242+0000 mon.a (mon.0) 14513 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:54.983045+0000 mon.a (mon.0) 14514 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:54.988617+0000 mon.a (mon.0) 14515 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:54.989094+0000 mgr.y (mgr.25387) 7102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.061833+0000 mon.a (mon.0) 14516 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.064138+0000 mon.a (mon.0) 14517 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.065195+0000 mon.a (mon.0) 14518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.067607+0000 mon.a (mon.0) 14519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.068351+0000 mon.a (mon.0) 14520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.073543+0000 mon.a (mon.0) 14521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.074012+0000 mgr.y (mgr.25387) 7103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.161070+0000 mon.a (mon.0) 14522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.165554+0000 mon.a (mon.0) 14523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.167476+0000 mon.a (mon.0) 14524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.171102+0000 mon.a (mon.0) 14525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.172413+0000 mon.a (mon.0) 14526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.179475+0000 mon.a (mon.0) 14527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.180218+0000 mgr.y (mgr.25387) 7104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.239172+0000 mon.a (mon.0) 14528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.241211+0000 mon.a (mon.0) 14529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.242071+0000 mon.a (mon.0) 14530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.244062+0000 mon.a (mon.0) 14531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.244691+0000 mon.a (mon.0) 14532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.251761+0000 mon.a (mon.0) 14533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.310095+0000 mon.a (mon.0) 14534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.065195+0000 mon.a (mon.0) 14518 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.067607+0000 mon.a (mon.0) 14519 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.068351+0000 mon.a (mon.0) 14520 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.073543+0000 mon.a (mon.0) 14521 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.074012+0000 mgr.y (mgr.25387) 7103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.161070+0000 mon.a (mon.0) 14522 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.165554+0000 mon.a (mon.0) 14523 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.167476+0000 mon.a (mon.0) 14524 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.171102+0000 mon.a (mon.0) 14525 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.172413+0000 mon.a (mon.0) 14526 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.179475+0000 mon.a (mon.0) 14527 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.180218+0000 mgr.y (mgr.25387) 7104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.239172+0000 mon.a (mon.0) 14528 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.241211+0000 mon.a (mon.0) 14529 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.242071+0000 mon.a (mon.0) 14530 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.244062+0000 mon.a (mon.0) 14531 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.244691+0000 mon.a (mon.0) 14532 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.251761+0000 mon.a (mon.0) 14533 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.310095+0000 mon.a (mon.0) 14534 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.312168+0000 mon.a (mon.0) 14535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.313032+0000 mon.a (mon.0) 14536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.315129+0000 mon.a (mon.0) 14537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.315749+0000 mon.a (mon.0) 14538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.322550+0000 mon.a (mon.0) 14539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.380435+0000 mon.a (mon.0) 14540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.383225+0000 mon.a (mon.0) 14541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.384197+0000 mon.a (mon.0) 14542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.386301+0000 mon.a (mon.0) 14543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.386987+0000 mon.a (mon.0) 14544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.393694+0000 mon.a (mon.0) 14545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.450417+0000 mon.a (mon.0) 14546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.452858+0000 mon.a (mon.0) 14547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.454157+0000 mon.a (mon.0) 14548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.456795+0000 mon.a (mon.0) 14549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.457654+0000 mon.a (mon.0) 14550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.467791+0000 mon.a (mon.0) 14551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.529219+0000 mon.a (mon.0) 14552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.532010+0000 mon.a (mon.0) 14553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.533329+0000 mon.a (mon.0) 14554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.536395+0000 mon.a (mon.0) 14555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.537295+0000 mon.a (mon.0) 14556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.546605+0000 mon.a (mon.0) 14557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.608522+0000 mon.a (mon.0) 14558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.611285+0000 mon.a (mon.0) 14559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.612783+0000 mon.a (mon.0) 14560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.616637+0000 mon.a (mon.0) 14561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.617628+0000 mon.a (mon.0) 14562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.626542+0000 mon.a (mon.0) 14563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.684232+0000 mon.a (mon.0) 14564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.686130+0000 mon.a (mon.0) 14565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.687238+0000 mon.a (mon.0) 14566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.689206+0000 mon.a (mon.0) 14567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.689838+0000 mon.a (mon.0) 14568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.696760+0000 mon.a (mon.0) 14569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.768855+0000 mon.a (mon.0) 14570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.773042+0000 mon.a (mon.0) 14571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.774729+0000 mon.a (mon.0) 14572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.312168+0000 mon.a (mon.0) 14535 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.313032+0000 mon.a (mon.0) 14536 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.315129+0000 mon.a (mon.0) 14537 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.315749+0000 mon.a (mon.0) 14538 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.322550+0000 mon.a (mon.0) 14539 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.380435+0000 mon.a (mon.0) 14540 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.383225+0000 mon.a (mon.0) 14541 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.384197+0000 mon.a (mon.0) 14542 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.386301+0000 mon.a (mon.0) 14543 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.386987+0000 mon.a (mon.0) 14544 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.393694+0000 mon.a (mon.0) 14545 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.450417+0000 mon.a (mon.0) 14546 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.452858+0000 mon.a (mon.0) 14547 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.454157+0000 mon.a (mon.0) 14548 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.456795+0000 mon.a (mon.0) 14549 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.457654+0000 mon.a (mon.0) 14550 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.467791+0000 mon.a (mon.0) 14551 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.529219+0000 mon.a (mon.0) 14552 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.532010+0000 mon.a (mon.0) 14553 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.778022+0000 mon.a (mon.0) 14573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.779160+0000 mon.a (mon.0) 14574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.787963+0000 mon.a (mon.0) 14575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.850017+0000 mon.a (mon.0) 14576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.853885+0000 mon.a (mon.0) 14577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.855275+0000 mon.a (mon.0) 14578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.858287+0000 mon.a (mon.0) 14579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.859332+0000 mon.a (mon.0) 14580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.869941+0000 mon.a (mon.0) 14581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.930156+0000 mon.a (mon.0) 14582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[73934]: audit 2024-03-30T04:51:55.933233+0000 mon.a (mon.0) 14583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.533329+0000 mon.a (mon.0) 14554 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.536395+0000 mon.a (mon.0) 14555 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.537295+0000 mon.a (mon.0) 14556 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.546605+0000 mon.a (mon.0) 14557 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.608522+0000 mon.a (mon.0) 14558 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.611285+0000 mon.a (mon.0) 14559 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.612783+0000 mon.a (mon.0) 14560 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.616637+0000 mon.a (mon.0) 14561 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.617628+0000 mon.a (mon.0) 14562 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.626542+0000 mon.a (mon.0) 14563 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.684232+0000 mon.a (mon.0) 14564 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.686130+0000 mon.a (mon.0) 14565 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.687238+0000 mon.a (mon.0) 14566 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.689206+0000 mon.a (mon.0) 14567 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.689838+0000 mon.a (mon.0) 14568 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.696760+0000 mon.a (mon.0) 14569 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.768855+0000 mon.a (mon.0) 14570 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.773042+0000 mon.a (mon.0) 14571 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.774729+0000 mon.a (mon.0) 14572 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.778022+0000 mon.a (mon.0) 14573 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.779160+0000 mon.a (mon.0) 14574 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.787963+0000 mon.a (mon.0) 14575 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.850017+0000 mon.a (mon.0) 14576 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.853885+0000 mon.a (mon.0) 14577 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.855275+0000 mon.a (mon.0) 14578 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.858287+0000 mon.a (mon.0) 14579 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:56.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.859332+0000 mon.a (mon.0) 14580 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:56.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.869941+0000 mon.a (mon.0) 14581 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:56.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.930156+0000 mon.a (mon.0) 14582 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:56.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:55 smithi097 bash[69502]: audit 2024-03-30T04:51:55.933233+0000 mon.a (mon.0) 14583 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:56.398 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:56.305587217Z level=info msg="Executing migration" id="add column hidden to role table" 2024-03-30T04:51:56.398 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:56.372640025Z level=info msg="Executing migration" id="create query_history table v1" 2024-03-30T04:51:56.655 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:56.466830253Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-03-30T04:51:56.908 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:56.663460999Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-03-30T04:51:57.208 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:57.04444431Z level=info msg="Executing migration" id="teams permissions migration" 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.252147+0000 mgr.y (mgr.25387) 7105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.322924+0000 mgr.y (mgr.25387) 7106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.394099+0000 mgr.y (mgr.25387) 7107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.468341+0000 mgr.y (mgr.25387) 7108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.547180+0000 mgr.y (mgr.25387) 7109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.627023+0000 mgr.y (mgr.25387) 7110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.697144+0000 mgr.y (mgr.25387) 7111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.788621+0000 mgr.y (mgr.25387) 7112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.870573+0000 mgr.y (mgr.25387) 7113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:55.935330+0000 mon.a (mon.0) 14584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:55.949490+0000 mon.a (mon.0) 14585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:55.950841+0000 mon.a (mon.0) 14586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:55.957102+0000 mon.a (mon.0) 14587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:55.957922+0000 mgr.y (mgr.25387) 7114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cluster 2024-03-30T04:51:55.982432+0000 mgr.y (mgr.25387) 7115 : cluster [DBG] pgmap v4641: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.016066+0000 mon.a (mon.0) 14588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.019128+0000 mon.a (mon.0) 14589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.020261+0000 mon.a (mon.0) 14590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.023034+0000 mon.a (mon.0) 14591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.023936+0000 mon.a (mon.0) 14592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.029214+0000 mon.a (mon.0) 14593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.029693+0000 mgr.y (mgr.25387) 7116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.086680+0000 mon.a (mon.0) 14594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.089773+0000 mon.a (mon.0) 14595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.090795+0000 mon.a (mon.0) 14596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.093231+0000 mon.a (mon.0) 14597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.093951+0000 mon.a (mon.0) 14598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.099168+0000 mon.a (mon.0) 14599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.099604+0000 mgr.y (mgr.25387) 7117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.158596+0000 mon.a (mon.0) 14600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.162531+0000 mon.a (mon.0) 14601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.163862+0000 mon.a (mon.0) 14602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.166944+0000 mon.a (mon.0) 14603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.167933+0000 mon.a (mon.0) 14604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.174138+0000 mon.a (mon.0) 14605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.174846+0000 mgr.y (mgr.25387) 7118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.247566+0000 mon.a (mon.0) 14606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.251850+0000 mon.a (mon.0) 14607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.253570+0000 mon.a (mon.0) 14608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.257455+0000 mon.a (mon.0) 14609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.258744+0000 mon.a (mon.0) 14610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.265620+0000 mon.a (mon.0) 14611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.340913+0000 mon.a (mon.0) 14612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.345710+0000 mon.a (mon.0) 14613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.347497+0000 mon.a (mon.0) 14614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.350868+0000 mon.a (mon.0) 14615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.352136+0000 mon.a (mon.0) 14616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.359368+0000 mon.a (mon.0) 14617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.416686+0000 mon.a (mon.0) 14618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.420444+0000 mon.a (mon.0) 14619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.421784+0000 mon.a (mon.0) 14620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.425083+0000 mon.a (mon.0) 14621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.426106+0000 mon.a (mon.0) 14622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.434290+0000 mon.a (mon.0) 14623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.506715+0000 mon.a (mon.0) 14624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.510962+0000 mon.a (mon.0) 14625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.513154+0000 mon.a (mon.0) 14626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.516820+0000 mon.a (mon.0) 14627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.517908+0000 mon.a (mon.0) 14628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.525644+0000 mon.a (mon.0) 14629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.599143+0000 mon.a (mon.0) 14630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.601841+0000 mon.a (mon.0) 14631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.603134+0000 mon.a (mon.0) 14632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.606479+0000 mon.a (mon.0) 14633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.607394+0000 mon.a (mon.0) 14634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.615109+0000 mon.a (mon.0) 14635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.688780+0000 mon.a (mon.0) 14636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.691167+0000 mon.a (mon.0) 14637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.692351+0000 mon.a (mon.0) 14638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.695234+0000 mon.a (mon.0) 14639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.696230+0000 mon.a (mon.0) 14640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.703825+0000 mon.a (mon.0) 14641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.782446+0000 mon.a (mon.0) 14642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.785401+0000 mon.a (mon.0) 14643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.786922+0000 mon.a (mon.0) 14644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.791066+0000 mon.a (mon.0) 14645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.792270+0000 mon.a (mon.0) 14646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.803148+0000 mon.a (mon.0) 14647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.891807+0000 mon.a (mon.0) 14648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.896160+0000 mon.a (mon.0) 14649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.897653+0000 mon.a (mon.0) 14650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.901427+0000 mon.a (mon.0) 14651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.902421+0000 mon.a (mon.0) 14652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:56 smithi105 bash[58125]: audit 2024-03-30T04:51:56.912361+0000 mon.a (mon.0) 14653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.252147+0000 mgr.y (mgr.25387) 7105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.322924+0000 mgr.y (mgr.25387) 7106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.394099+0000 mgr.y (mgr.25387) 7107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.468341+0000 mgr.y (mgr.25387) 7108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.547180+0000 mgr.y (mgr.25387) 7109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.627023+0000 mgr.y (mgr.25387) 7110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.697144+0000 mgr.y (mgr.25387) 7111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.788621+0000 mgr.y (mgr.25387) 7112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.870573+0000 mgr.y (mgr.25387) 7113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:55.935330+0000 mon.a (mon.0) 14584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:55.949490+0000 mon.a (mon.0) 14585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:55.950841+0000 mon.a (mon.0) 14586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:55.957102+0000 mon.a (mon.0) 14587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:55.957922+0000 mgr.y (mgr.25387) 7114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cluster 2024-03-30T04:51:55.982432+0000 mgr.y (mgr.25387) 7115 : cluster [DBG] pgmap v4641: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.016066+0000 mon.a (mon.0) 14588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.019128+0000 mon.a (mon.0) 14589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.020261+0000 mon.a (mon.0) 14590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.023034+0000 mon.a (mon.0) 14591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.023936+0000 mon.a (mon.0) 14592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.252147+0000 mgr.y (mgr.25387) 7105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.322924+0000 mgr.y (mgr.25387) 7106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.394099+0000 mgr.y (mgr.25387) 7107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.468341+0000 mgr.y (mgr.25387) 7108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.547180+0000 mgr.y (mgr.25387) 7109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.627023+0000 mgr.y (mgr.25387) 7110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.697144+0000 mgr.y (mgr.25387) 7111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.788621+0000 mgr.y (mgr.25387) 7112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.870573+0000 mgr.y (mgr.25387) 7113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:55.935330+0000 mon.a (mon.0) 14584 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:55.949490+0000 mon.a (mon.0) 14585 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.379 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:55.950841+0000 mon.a (mon.0) 14586 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:55.957102+0000 mon.a (mon.0) 14587 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:55.957922+0000 mgr.y (mgr.25387) 7114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cluster 2024-03-30T04:51:55.982432+0000 mgr.y (mgr.25387) 7115 : cluster [DBG] pgmap v4641: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.016066+0000 mon.a (mon.0) 14588 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.019128+0000 mon.a (mon.0) 14589 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.020261+0000 mon.a (mon.0) 14590 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.023034+0000 mon.a (mon.0) 14591 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.023936+0000 mon.a (mon.0) 14592 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.029214+0000 mon.a (mon.0) 14593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.029693+0000 mgr.y (mgr.25387) 7116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.086680+0000 mon.a (mon.0) 14594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.089773+0000 mon.a (mon.0) 14595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.090795+0000 mon.a (mon.0) 14596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.093231+0000 mon.a (mon.0) 14597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.093951+0000 mon.a (mon.0) 14598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.099168+0000 mon.a (mon.0) 14599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.099604+0000 mgr.y (mgr.25387) 7117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.158596+0000 mon.a (mon.0) 14600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.162531+0000 mon.a (mon.0) 14601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.163862+0000 mon.a (mon.0) 14602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.166944+0000 mon.a (mon.0) 14603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.167933+0000 mon.a (mon.0) 14604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.174138+0000 mon.a (mon.0) 14605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.174846+0000 mgr.y (mgr.25387) 7118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.247566+0000 mon.a (mon.0) 14606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.251850+0000 mon.a (mon.0) 14607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.253570+0000 mon.a (mon.0) 14608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.029214+0000 mon.a (mon.0) 14593 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.029693+0000 mgr.y (mgr.25387) 7116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.086680+0000 mon.a (mon.0) 14594 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.089773+0000 mon.a (mon.0) 14595 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.090795+0000 mon.a (mon.0) 14596 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.093231+0000 mon.a (mon.0) 14597 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.093951+0000 mon.a (mon.0) 14598 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.099168+0000 mon.a (mon.0) 14599 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.099604+0000 mgr.y (mgr.25387) 7117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.158596+0000 mon.a (mon.0) 14600 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.162531+0000 mon.a (mon.0) 14601 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.163862+0000 mon.a (mon.0) 14602 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.166944+0000 mon.a (mon.0) 14603 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.167933+0000 mon.a (mon.0) 14604 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.174138+0000 mon.a (mon.0) 14605 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.174846+0000 mgr.y (mgr.25387) 7118 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.247566+0000 mon.a (mon.0) 14606 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.251850+0000 mon.a (mon.0) 14607 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.253570+0000 mon.a (mon.0) 14608 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.257455+0000 mon.a (mon.0) 14609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.258744+0000 mon.a (mon.0) 14610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.265620+0000 mon.a (mon.0) 14611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.340913+0000 mon.a (mon.0) 14612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.345710+0000 mon.a (mon.0) 14613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.347497+0000 mon.a (mon.0) 14614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.350868+0000 mon.a (mon.0) 14615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.352136+0000 mon.a (mon.0) 14616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.359368+0000 mon.a (mon.0) 14617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.416686+0000 mon.a (mon.0) 14618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.420444+0000 mon.a (mon.0) 14619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.421784+0000 mon.a (mon.0) 14620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.425083+0000 mon.a (mon.0) 14621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.426106+0000 mon.a (mon.0) 14622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.434290+0000 mon.a (mon.0) 14623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.506715+0000 mon.a (mon.0) 14624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.510962+0000 mon.a (mon.0) 14625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.513154+0000 mon.a (mon.0) 14626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.516820+0000 mon.a (mon.0) 14627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.257455+0000 mon.a (mon.0) 14609 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.258744+0000 mon.a (mon.0) 14610 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.265620+0000 mon.a (mon.0) 14611 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.340913+0000 mon.a (mon.0) 14612 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.345710+0000 mon.a (mon.0) 14613 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.347497+0000 mon.a (mon.0) 14614 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.350868+0000 mon.a (mon.0) 14615 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.352136+0000 mon.a (mon.0) 14616 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.359368+0000 mon.a (mon.0) 14617 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.416686+0000 mon.a (mon.0) 14618 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.420444+0000 mon.a (mon.0) 14619 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.421784+0000 mon.a (mon.0) 14620 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.425083+0000 mon.a (mon.0) 14621 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.426106+0000 mon.a (mon.0) 14622 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.434290+0000 mon.a (mon.0) 14623 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.506715+0000 mon.a (mon.0) 14624 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.510962+0000 mon.a (mon.0) 14625 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.513154+0000 mon.a (mon.0) 14626 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.516820+0000 mon.a (mon.0) 14627 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.517908+0000 mon.a (mon.0) 14628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.525644+0000 mon.a (mon.0) 14629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.599143+0000 mon.a (mon.0) 14630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.601841+0000 mon.a (mon.0) 14631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.603134+0000 mon.a (mon.0) 14632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.606479+0000 mon.a (mon.0) 14633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.607394+0000 mon.a (mon.0) 14634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.615109+0000 mon.a (mon.0) 14635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.688780+0000 mon.a (mon.0) 14636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.691167+0000 mon.a (mon.0) 14637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.692351+0000 mon.a (mon.0) 14638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.695234+0000 mon.a (mon.0) 14639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.696230+0000 mon.a (mon.0) 14640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.703825+0000 mon.a (mon.0) 14641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.782446+0000 mon.a (mon.0) 14642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.785401+0000 mon.a (mon.0) 14643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.786922+0000 mon.a (mon.0) 14644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.791066+0000 mon.a (mon.0) 14645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.792270+0000 mon.a (mon.0) 14646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.803148+0000 mon.a (mon.0) 14647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.891807+0000 mon.a (mon.0) 14648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.896160+0000 mon.a (mon.0) 14649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.897653+0000 mon.a (mon.0) 14650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.901427+0000 mon.a (mon.0) 14651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.902421+0000 mon.a (mon.0) 14652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[69502]: audit 2024-03-30T04:51:56.912361+0000 mon.a (mon.0) 14653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.517908+0000 mon.a (mon.0) 14628 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.525644+0000 mon.a (mon.0) 14629 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.599143+0000 mon.a (mon.0) 14630 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.601841+0000 mon.a (mon.0) 14631 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.603134+0000 mon.a (mon.0) 14632 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.606479+0000 mon.a (mon.0) 14633 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.607394+0000 mon.a (mon.0) 14634 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.615109+0000 mon.a (mon.0) 14635 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.688780+0000 mon.a (mon.0) 14636 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.691167+0000 mon.a (mon.0) 14637 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.692351+0000 mon.a (mon.0) 14638 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.695234+0000 mon.a (mon.0) 14639 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.696230+0000 mon.a (mon.0) 14640 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.703825+0000 mon.a (mon.0) 14641 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.782446+0000 mon.a (mon.0) 14642 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.785401+0000 mon.a (mon.0) 14643 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.786922+0000 mon.a (mon.0) 14644 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.791066+0000 mon.a (mon.0) 14645 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.792270+0000 mon.a (mon.0) 14646 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.803148+0000 mon.a (mon.0) 14647 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.891807+0000 mon.a (mon.0) 14648 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.896160+0000 mon.a (mon.0) 14649 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:57.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.897653+0000 mon.a (mon.0) 14650 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:57.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.901427+0000 mon.a (mon.0) 14651 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:57.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.902421+0000 mon.a (mon.0) 14652 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:57.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:56 smithi097 bash[73934]: audit 2024-03-30T04:51:56.912361+0000 mon.a (mon.0) 14653 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:57.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:57.369737352Z level=info msg="Executing migration" id="dashboard permissions" 2024-03-30T04:51:57.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:57.604476362Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-03-30T04:51:58.208 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.013249661Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-03-30T04:51:58.208 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.155780635Z level=info msg="Executing migration" id="alerting notification permissions" 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.266409+0000 mgr.y (mgr.25387) 7119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.360285+0000 mgr.y (mgr.25387) 7120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.434855+0000 mgr.y (mgr.25387) 7121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.526132+0000 mgr.y (mgr.25387) 7122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.615599+0000 mgr.y (mgr.25387) 7123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.704344+0000 mgr.y (mgr.25387) 7124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.804131+0000 mgr.y (mgr.25387) 7125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:56.913286+0000 mgr.y (mgr.25387) 7126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.002524+0000 mon.a (mon.0) 14654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.006778+0000 mon.a (mon.0) 14655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.008692+0000 mon.a (mon.0) 14656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.013311+0000 mon.a (mon.0) 14657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.014828+0000 mon.a (mon.0) 14658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.022836+0000 mon.a (mon.0) 14659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.023778+0000 mgr.y (mgr.25387) 7127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.098744+0000 mon.a (mon.0) 14660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.101486+0000 mon.a (mon.0) 14661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.102940+0000 mon.a (mon.0) 14662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.105990+0000 mon.a (mon.0) 14663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.106900+0000 mon.a (mon.0) 14664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.113054+0000 mon.a (mon.0) 14665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.113607+0000 mgr.y (mgr.25387) 7128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.172241+0000 mon.a (mon.0) 14666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.175359+0000 mon.a (mon.0) 14667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.177238+0000 mon.a (mon.0) 14668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.181268+0000 mon.a (mon.0) 14669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.182605+0000 mon.a (mon.0) 14670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.211 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.189516+0000 mon.a (mon.0) 14671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.190095+0000 mgr.y (mgr.25387) 7129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.273398+0000 mon.a (mon.0) 14672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.276695+0000 mon.a (mon.0) 14673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.278111+0000 mon.a (mon.0) 14674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.281386+0000 mon.a (mon.0) 14675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.282368+0000 mon.a (mon.0) 14676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.289729+0000 mon.a (mon.0) 14677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.376187+0000 mon.a (mon.0) 14678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.380434+0000 mon.a (mon.0) 14679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.382775+0000 mon.a (mon.0) 14680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.387981+0000 mon.a (mon.0) 14681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.389412+0000 mon.a (mon.0) 14682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.400982+0000 mon.a (mon.0) 14683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.491012+0000 mon.a (mon.0) 14684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.212 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.495111+0000 mon.a (mon.0) 14685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.497522+0000 mon.a (mon.0) 14686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.502443+0000 mon.a (mon.0) 14687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.503978+0000 mon.a (mon.0) 14688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.516061+0000 mon.a (mon.0) 14689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.605960+0000 mon.a (mon.0) 14690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.610580+0000 mon.a (mon.0) 14691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.612618+0000 mon.a (mon.0) 14692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.617256+0000 mon.a (mon.0) 14693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.618674+0000 mon.a (mon.0) 14694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.630695+0000 mon.a (mon.0) 14695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.710036+0000 mon.a (mon.0) 14696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.712811+0000 mon.a (mon.0) 14697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.714087+0000 mon.a (mon.0) 14698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.213 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.717803+0000 mon.a (mon.0) 14699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.718931+0000 mon.a (mon.0) 14700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.726360+0000 mon.a (mon.0) 14701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.817436+0000 mon.a (mon.0) 14702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.822034+0000 mon.a (mon.0) 14703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.823993+0000 mon.a (mon.0) 14704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.828793+0000 mon.a (mon.0) 14705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.830293+0000 mon.a (mon.0) 14706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.839548+0000 mon.a (mon.0) 14707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.929979+0000 mon.a (mon.0) 14708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.934666+0000 mon.a (mon.0) 14709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.937337+0000 mon.a (mon.0) 14710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.941477+0000 mon.a (mon.0) 14711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.214 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.942977+0000 mon.a (mon.0) 14712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.215 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:57 smithi105 bash[58125]: audit 2024-03-30T04:51:57.954439+0000 mon.a (mon.0) 14713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.266409+0000 mgr.y (mgr.25387) 7119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.360285+0000 mgr.y (mgr.25387) 7120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.434855+0000 mgr.y (mgr.25387) 7121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.526132+0000 mgr.y (mgr.25387) 7122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.615599+0000 mgr.y (mgr.25387) 7123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.704344+0000 mgr.y (mgr.25387) 7124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.804131+0000 mgr.y (mgr.25387) 7125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:56.913286+0000 mgr.y (mgr.25387) 7126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.002524+0000 mon.a (mon.0) 14654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.006778+0000 mon.a (mon.0) 14655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.008692+0000 mon.a (mon.0) 14656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.013311+0000 mon.a (mon.0) 14657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.014828+0000 mon.a (mon.0) 14658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.022836+0000 mon.a (mon.0) 14659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.023778+0000 mgr.y (mgr.25387) 7127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.098744+0000 mon.a (mon.0) 14660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.101486+0000 mon.a (mon.0) 14661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.102940+0000 mon.a (mon.0) 14662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.105990+0000 mon.a (mon.0) 14663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.106900+0000 mon.a (mon.0) 14664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.266409+0000 mgr.y (mgr.25387) 7119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.360285+0000 mgr.y (mgr.25387) 7120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.434855+0000 mgr.y (mgr.25387) 7121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.526132+0000 mgr.y (mgr.25387) 7122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.615599+0000 mgr.y (mgr.25387) 7123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.704344+0000 mgr.y (mgr.25387) 7124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.804131+0000 mgr.y (mgr.25387) 7125 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:56.913286+0000 mgr.y (mgr.25387) 7126 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.002524+0000 mon.a (mon.0) 14654 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.006778+0000 mon.a (mon.0) 14655 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.008692+0000 mon.a (mon.0) 14656 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.013311+0000 mon.a (mon.0) 14657 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.014828+0000 mon.a (mon.0) 14658 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.022836+0000 mon.a (mon.0) 14659 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.023778+0000 mgr.y (mgr.25387) 7127 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.098744+0000 mon.a (mon.0) 14660 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.101486+0000 mon.a (mon.0) 14661 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.102940+0000 mon.a (mon.0) 14662 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.105990+0000 mon.a (mon.0) 14663 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.106900+0000 mon.a (mon.0) 14664 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.113054+0000 mon.a (mon.0) 14665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.113607+0000 mgr.y (mgr.25387) 7128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.172241+0000 mon.a (mon.0) 14666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.175359+0000 mon.a (mon.0) 14667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.177238+0000 mon.a (mon.0) 14668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.181268+0000 mon.a (mon.0) 14669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.182605+0000 mon.a (mon.0) 14670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.189516+0000 mon.a (mon.0) 14671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.190095+0000 mgr.y (mgr.25387) 7129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.273398+0000 mon.a (mon.0) 14672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.276695+0000 mon.a (mon.0) 14673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.278111+0000 mon.a (mon.0) 14674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.281386+0000 mon.a (mon.0) 14675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.282368+0000 mon.a (mon.0) 14676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.289729+0000 mon.a (mon.0) 14677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.376187+0000 mon.a (mon.0) 14678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.380434+0000 mon.a (mon.0) 14679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.382775+0000 mon.a (mon.0) 14680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.387981+0000 mon.a (mon.0) 14681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.113054+0000 mon.a (mon.0) 14665 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.113607+0000 mgr.y (mgr.25387) 7128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.172241+0000 mon.a (mon.0) 14666 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.175359+0000 mon.a (mon.0) 14667 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.177238+0000 mon.a (mon.0) 14668 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.181268+0000 mon.a (mon.0) 14669 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.182605+0000 mon.a (mon.0) 14670 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.189516+0000 mon.a (mon.0) 14671 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.190095+0000 mgr.y (mgr.25387) 7129 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.273398+0000 mon.a (mon.0) 14672 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.276695+0000 mon.a (mon.0) 14673 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.278111+0000 mon.a (mon.0) 14674 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.281386+0000 mon.a (mon.0) 14675 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.282368+0000 mon.a (mon.0) 14676 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.289729+0000 mon.a (mon.0) 14677 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.376187+0000 mon.a (mon.0) 14678 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.380434+0000 mon.a (mon.0) 14679 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.382775+0000 mon.a (mon.0) 14680 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.387981+0000 mon.a (mon.0) 14681 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.389412+0000 mon.a (mon.0) 14682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.400982+0000 mon.a (mon.0) 14683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.491012+0000 mon.a (mon.0) 14684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.495111+0000 mon.a (mon.0) 14685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.497522+0000 mon.a (mon.0) 14686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.502443+0000 mon.a (mon.0) 14687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.503978+0000 mon.a (mon.0) 14688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.516061+0000 mon.a (mon.0) 14689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.605960+0000 mon.a (mon.0) 14690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.610580+0000 mon.a (mon.0) 14691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.612618+0000 mon.a (mon.0) 14692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.617256+0000 mon.a (mon.0) 14693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.618674+0000 mon.a (mon.0) 14694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.630695+0000 mon.a (mon.0) 14695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.710036+0000 mon.a (mon.0) 14696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.712811+0000 mon.a (mon.0) 14697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.714087+0000 mon.a (mon.0) 14698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.717803+0000 mon.a (mon.0) 14699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.718931+0000 mon.a (mon.0) 14700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.389412+0000 mon.a (mon.0) 14682 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.400982+0000 mon.a (mon.0) 14683 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.491012+0000 mon.a (mon.0) 14684 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.495111+0000 mon.a (mon.0) 14685 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.497522+0000 mon.a (mon.0) 14686 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.502443+0000 mon.a (mon.0) 14687 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.503978+0000 mon.a (mon.0) 14688 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.516061+0000 mon.a (mon.0) 14689 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.605960+0000 mon.a (mon.0) 14690 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.610580+0000 mon.a (mon.0) 14691 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.612618+0000 mon.a (mon.0) 14692 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.617256+0000 mon.a (mon.0) 14693 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.618674+0000 mon.a (mon.0) 14694 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.630695+0000 mon.a (mon.0) 14695 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.710036+0000 mon.a (mon.0) 14696 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.712811+0000 mon.a (mon.0) 14697 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.714087+0000 mon.a (mon.0) 14698 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.717803+0000 mon.a (mon.0) 14699 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.718931+0000 mon.a (mon.0) 14700 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.726360+0000 mon.a (mon.0) 14701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.817436+0000 mon.a (mon.0) 14702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.822034+0000 mon.a (mon.0) 14703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.823993+0000 mon.a (mon.0) 14704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.828793+0000 mon.a (mon.0) 14705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.830293+0000 mon.a (mon.0) 14706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.839548+0000 mon.a (mon.0) 14707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.929979+0000 mon.a (mon.0) 14708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.934666+0000 mon.a (mon.0) 14709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.937337+0000 mon.a (mon.0) 14710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.941477+0000 mon.a (mon.0) 14711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.942977+0000 mon.a (mon.0) 14712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[73934]: audit 2024-03-30T04:51:57.954439+0000 mon.a (mon.0) 14713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.726360+0000 mon.a (mon.0) 14701 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.817436+0000 mon.a (mon.0) 14702 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.822034+0000 mon.a (mon.0) 14703 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.823993+0000 mon.a (mon.0) 14704 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.828793+0000 mon.a (mon.0) 14705 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.830293+0000 mon.a (mon.0) 14706 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.839548+0000 mon.a (mon.0) 14707 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.929979+0000 mon.a (mon.0) 14708 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.934666+0000 mon.a (mon.0) 14709 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.937337+0000 mon.a (mon.0) 14710 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.941477+0000 mon.a (mon.0) 14711 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.942977+0000 mon.a (mon.0) 14712 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:58.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:57 smithi097 bash[69502]: audit 2024-03-30T04:51:57.954439+0000 mon.a (mon.0) 14713 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:58.550 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.258316048Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-03-30T04:51:58.550 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.358319555Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-03-30T04:51:58.550 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.449403791Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-03-30T04:51:58.551 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.499705674Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-03-30T04:51:58.840 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.558424541Z level=info msg="Executing migration" id="create correlation table v1" 2024-03-30T04:51:58.840 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.642149512Z level=info msg="Executing migration" id="add index correlations.uid" 2024-03-30T04:51:58.840 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.692603465Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-03-30T04:51:58.840 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.735667978Z level=info msg="Executing migration" id="add correlation config column" 2024-03-30T04:51:58.841 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.785498609Z level=info msg="Executing migration" id="create entity_events table" 2024-03-30T04:51:59.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.852579433Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-03-30T04:51:59.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.917828186Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:51:59.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.918104718Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:51:59.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.982825442Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:51:59.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:58.983085835Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:51:59.101 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:59.045980744Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.290346+0000 mgr.y (mgr.25387) 7130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.402225+0000 mgr.y (mgr.25387) 7131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.517049+0000 mgr.y (mgr.25387) 7132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.631341+0000 mgr.y (mgr.25387) 7133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.727348+0000 mgr.y (mgr.25387) 7134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.840653+0000 mgr.y (mgr.25387) 7135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:57.955240+0000 mgr.y (mgr.25387) 7136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cluster 2024-03-30T04:51:57.983059+0000 mgr.y (mgr.25387) 7137 : cluster [DBG] pgmap v4642: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:59.102 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.067208+0000 mon.a (mon.0) 14714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.069787+0000 mon.a (mon.0) 14715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.070995+0000 mon.a (mon.0) 14716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.073806+0000 mon.a (mon.0) 14717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.074733+0000 mon.a (mon.0) 14718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.082335+0000 mon.a (mon.0) 14719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.082886+0000 mgr.y (mgr.25387) 7138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.161810+0000 mon.a (mon.0) 14720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.164463+0000 mon.a (mon.0) 14721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.165710+0000 mon.a (mon.0) 14722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.168889+0000 mon.a (mon.0) 14723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.169845+0000 mon.a (mon.0) 14724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.179422+0000 mon.a (mon.0) 14725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.180007+0000 mgr.y (mgr.25387) 7139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.103 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.259264+0000 mon.a (mon.0) 14726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.262051+0000 mon.a (mon.0) 14727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.263273+0000 mon.a (mon.0) 14728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.266240+0000 mon.a (mon.0) 14729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.267403+0000 mon.a (mon.0) 14730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.277627+0000 mon.a (mon.0) 14731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.356189+0000 mon.a (mon.0) 14732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.358625+0000 mon.a (mon.0) 14733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.359882+0000 mon.a (mon.0) 14734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.362874+0000 mon.a (mon.0) 14735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.363744+0000 mon.a (mon.0) 14736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.373520+0000 mon.a (mon.0) 14737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.433202+0000 mon.a (mon.0) 14738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.435561+0000 mon.a (mon.0) 14739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.437118+0000 mon.a (mon.0) 14740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.104 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.439984+0000 mon.a (mon.0) 14741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.440932+0000 mon.a (mon.0) 14742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.448931+0000 mon.a (mon.0) 14743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.525356+0000 mon.a (mon.0) 14744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.527882+0000 mon.a (mon.0) 14745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.529157+0000 mon.a (mon.0) 14746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.532437+0000 mon.a (mon.0) 14747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.533452+0000 mon.a (mon.0) 14748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.541379+0000 mon.a (mon.0) 14749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.615922+0000 mon.a (mon.0) 14750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.619839+0000 mon.a (mon.0) 14751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.621952+0000 mon.a (mon.0) 14752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.625474+0000 mon.a (mon.0) 14753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.626733+0000 mon.a (mon.0) 14754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.634228+0000 mon.a (mon.0) 14755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.105 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.716291+0000 mon.a (mon.0) 14756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.719820+0000 mon.a (mon.0) 14757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.721383+0000 mon.a (mon.0) 14758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.724534+0000 mon.a (mon.0) 14759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.725676+0000 mon.a (mon.0) 14760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.732921+0000 mon.a (mon.0) 14761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.823592+0000 mon.a (mon.0) 14762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.827957+0000 mon.a (mon.0) 14763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.829715+0000 mon.a (mon.0) 14764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.833664+0000 mon.a (mon.0) 14765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.834937+0000 mon.a (mon.0) 14766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.844197+0000 mon.a (mon.0) 14767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.932710+0000 mon.a (mon.0) 14768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.937116+0000 mon.a (mon.0) 14769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.106 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.939036+0000 mon.a (mon.0) 14770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.107 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.943044+0000 mon.a (mon.0) 14771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.107 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.944293+0000 mon.a (mon.0) 14772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.107 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:58 smithi105 bash[58125]: audit 2024-03-30T04:51:58.951887+0000 mon.a (mon.0) 14773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.356 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:59.162051216Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.290346+0000 mgr.y (mgr.25387) 7130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.402225+0000 mgr.y (mgr.25387) 7131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.517049+0000 mgr.y (mgr.25387) 7132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.631341+0000 mgr.y (mgr.25387) 7133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.727348+0000 mgr.y (mgr.25387) 7134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.840653+0000 mgr.y (mgr.25387) 7135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:57.955240+0000 mgr.y (mgr.25387) 7136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cluster 2024-03-30T04:51:57.983059+0000 mgr.y (mgr.25387) 7137 : cluster [DBG] pgmap v4642: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.067208+0000 mon.a (mon.0) 14714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.069787+0000 mon.a (mon.0) 14715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.070995+0000 mon.a (mon.0) 14716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.073806+0000 mon.a (mon.0) 14717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.074733+0000 mon.a (mon.0) 14718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.082335+0000 mon.a (mon.0) 14719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.082886+0000 mgr.y (mgr.25387) 7138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.161810+0000 mon.a (mon.0) 14720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.164463+0000 mon.a (mon.0) 14721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.165710+0000 mon.a (mon.0) 14722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.168889+0000 mon.a (mon.0) 14723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.290346+0000 mgr.y (mgr.25387) 7130 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.402225+0000 mgr.y (mgr.25387) 7131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.517049+0000 mgr.y (mgr.25387) 7132 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.631341+0000 mgr.y (mgr.25387) 7133 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.727348+0000 mgr.y (mgr.25387) 7134 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.840653+0000 mgr.y (mgr.25387) 7135 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:57.955240+0000 mgr.y (mgr.25387) 7136 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cluster 2024-03-30T04:51:57.983059+0000 mgr.y (mgr.25387) 7137 : cluster [DBG] pgmap v4642: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.067208+0000 mon.a (mon.0) 14714 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.069787+0000 mon.a (mon.0) 14715 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.070995+0000 mon.a (mon.0) 14716 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.073806+0000 mon.a (mon.0) 14717 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.074733+0000 mon.a (mon.0) 14718 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.082335+0000 mon.a (mon.0) 14719 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.082886+0000 mgr.y (mgr.25387) 7138 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.161810+0000 mon.a (mon.0) 14720 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.164463+0000 mon.a (mon.0) 14721 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.165710+0000 mon.a (mon.0) 14722 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.168889+0000 mon.a (mon.0) 14723 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.169845+0000 mon.a (mon.0) 14724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.179422+0000 mon.a (mon.0) 14725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.180007+0000 mgr.y (mgr.25387) 7139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.259264+0000 mon.a (mon.0) 14726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.262051+0000 mon.a (mon.0) 14727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.263273+0000 mon.a (mon.0) 14728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.266240+0000 mon.a (mon.0) 14729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.267403+0000 mon.a (mon.0) 14730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.277627+0000 mon.a (mon.0) 14731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.356189+0000 mon.a (mon.0) 14732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.358625+0000 mon.a (mon.0) 14733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.359882+0000 mon.a (mon.0) 14734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.362874+0000 mon.a (mon.0) 14735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.363744+0000 mon.a (mon.0) 14736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.373520+0000 mon.a (mon.0) 14737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.433202+0000 mon.a (mon.0) 14738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.435561+0000 mon.a (mon.0) 14739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.437118+0000 mon.a (mon.0) 14740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.439984+0000 mon.a (mon.0) 14741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.440932+0000 mon.a (mon.0) 14742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.169845+0000 mon.a (mon.0) 14724 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.179422+0000 mon.a (mon.0) 14725 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.180007+0000 mgr.y (mgr.25387) 7139 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.259264+0000 mon.a (mon.0) 14726 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.262051+0000 mon.a (mon.0) 14727 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.263273+0000 mon.a (mon.0) 14728 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.266240+0000 mon.a (mon.0) 14729 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.267403+0000 mon.a (mon.0) 14730 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.277627+0000 mon.a (mon.0) 14731 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.356189+0000 mon.a (mon.0) 14732 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.358625+0000 mon.a (mon.0) 14733 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.359882+0000 mon.a (mon.0) 14734 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.362874+0000 mon.a (mon.0) 14735 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.363744+0000 mon.a (mon.0) 14736 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.373520+0000 mon.a (mon.0) 14737 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.433202+0000 mon.a (mon.0) 14738 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.435561+0000 mon.a (mon.0) 14739 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.437118+0000 mon.a (mon.0) 14740 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.439984+0000 mon.a (mon.0) 14741 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.440932+0000 mon.a (mon.0) 14742 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.448931+0000 mon.a (mon.0) 14743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.525356+0000 mon.a (mon.0) 14744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.527882+0000 mon.a (mon.0) 14745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.529157+0000 mon.a (mon.0) 14746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.532437+0000 mon.a (mon.0) 14747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.533452+0000 mon.a (mon.0) 14748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.541379+0000 mon.a (mon.0) 14749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.615922+0000 mon.a (mon.0) 14750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.619839+0000 mon.a (mon.0) 14751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.621952+0000 mon.a (mon.0) 14752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.625474+0000 mon.a (mon.0) 14753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.626733+0000 mon.a (mon.0) 14754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.634228+0000 mon.a (mon.0) 14755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.716291+0000 mon.a (mon.0) 14756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.719820+0000 mon.a (mon.0) 14757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.721383+0000 mon.a (mon.0) 14758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.724534+0000 mon.a (mon.0) 14759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.725676+0000 mon.a (mon.0) 14760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.732921+0000 mon.a (mon.0) 14761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.448931+0000 mon.a (mon.0) 14743 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.525356+0000 mon.a (mon.0) 14744 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.527882+0000 mon.a (mon.0) 14745 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.529157+0000 mon.a (mon.0) 14746 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.532437+0000 mon.a (mon.0) 14747 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.533452+0000 mon.a (mon.0) 14748 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.541379+0000 mon.a (mon.0) 14749 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.615922+0000 mon.a (mon.0) 14750 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.619839+0000 mon.a (mon.0) 14751 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.621952+0000 mon.a (mon.0) 14752 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.625474+0000 mon.a (mon.0) 14753 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.626733+0000 mon.a (mon.0) 14754 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.634228+0000 mon.a (mon.0) 14755 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.716291+0000 mon.a (mon.0) 14756 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.719820+0000 mon.a (mon.0) 14757 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.721383+0000 mon.a (mon.0) 14758 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.724534+0000 mon.a (mon.0) 14759 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.725676+0000 mon.a (mon.0) 14760 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.732921+0000 mon.a (mon.0) 14761 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.823592+0000 mon.a (mon.0) 14762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.827957+0000 mon.a (mon.0) 14763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.829715+0000 mon.a (mon.0) 14764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.833664+0000 mon.a (mon.0) 14765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.834937+0000 mon.a (mon.0) 14766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.844197+0000 mon.a (mon.0) 14767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.932710+0000 mon.a (mon.0) 14768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.937116+0000 mon.a (mon.0) 14769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.939036+0000 mon.a (mon.0) 14770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.943044+0000 mon.a (mon.0) 14771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.944293+0000 mon.a (mon.0) 14772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[69502]: audit 2024-03-30T04:51:58.951887+0000 mon.a (mon.0) 14773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.823592+0000 mon.a (mon.0) 14762 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.827957+0000 mon.a (mon.0) 14763 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.829715+0000 mon.a (mon.0) 14764 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.833664+0000 mon.a (mon.0) 14765 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.834937+0000 mon.a (mon.0) 14766 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.844197+0000 mon.a (mon.0) 14767 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.932710+0000 mon.a (mon.0) 14768 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.937116+0000 mon.a (mon.0) 14769 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.939036+0000 mon.a (mon.0) 14770 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.943044+0000 mon.a (mon.0) 14771 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.944293+0000 mon.a (mon.0) 14772 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:51:59.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:58 smithi097 bash[73934]: audit 2024-03-30T04:51:58.951887+0000 mon.a (mon.0) 14773 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:51:59.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:59.364274349Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-03-30T04:51:59.713 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:59.491521879Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-03-30T04:51:59.969 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:51:59.717955068Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-03-30T04:52:00.267 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:00.136409197Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-30T04:52:00.267 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.278216+0000 mgr.y (mgr.25387) 7140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.374069+0000 mgr.y (mgr.25387) 7141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.449560+0000 mgr.y (mgr.25387) 7142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.541786+0000 mgr.y (mgr.25387) 7143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.635031+0000 mgr.y (mgr.25387) 7144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.733791+0000 mgr.y (mgr.25387) 7145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.844922+0000 mgr.y (mgr.25387) 7146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:58.952713+0000 mgr.y (mgr.25387) 7147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.013086+0000 mon.a (mon.0) 14774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.015374+0000 mon.a (mon.0) 14775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.016704+0000 mon.a (mon.0) 14776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.268 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.018886+0000 mon.a (mon.0) 14777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.019694+0000 mon.a (mon.0) 14778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.027693+0000 mon.a (mon.0) 14779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.028210+0000 mgr.y (mgr.25387) 7148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.085631+0000 mon.a (mon.0) 14780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.087792+0000 mon.a (mon.0) 14781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.088703+0000 mon.a (mon.0) 14782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.090847+0000 mon.a (mon.0) 14783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.269 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.091540+0000 mon.a (mon.0) 14784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.099179+0000 mon.a (mon.0) 14785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.099699+0000 mgr.y (mgr.25387) 7149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.156635+0000 mon.a (mon.0) 14786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.158747+0000 mon.a (mon.0) 14787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.159664+0000 mon.a (mon.0) 14788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.161766+0000 mon.a (mon.0) 14789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.270 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.162477+0000 mon.a (mon.0) 14790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.169660+0000 mon.a (mon.0) 14791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.170114+0000 mgr.y (mgr.25387) 7150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.212790+0000 mon.a (mon.0) 14792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.214995+0000 mon.a (mon.0) 14793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.215918+0000 mon.a (mon.0) 14794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.218028+0000 mon.a (mon.0) 14795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.218748+0000 mon.a (mon.0) 14796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.226402+0000 mon.a (mon.0) 14797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.284482+0000 mon.a (mon.0) 14798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.286670+0000 mon.a (mon.0) 14799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.287711+0000 mon.a (mon.0) 14800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.289933+0000 mon.a (mon.0) 14801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.290767+0000 mon.a (mon.0) 14802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.271 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.298251+0000 mon.a (mon.0) 14803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.373918+0000 mon.a (mon.0) 14804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.376273+0000 mon.a (mon.0) 14805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.377470+0000 mon.a (mon.0) 14806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.380099+0000 mon.a (mon.0) 14807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.380962+0000 mon.a (mon.0) 14808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.389123+0000 mon.a (mon.0) 14809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.463621+0000 mon.a (mon.0) 14810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.465784+0000 mon.a (mon.0) 14811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.466706+0000 mon.a (mon.0) 14812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.469104+0000 mon.a (mon.0) 14813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.469827+0000 mon.a (mon.0) 14814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.478503+0000 mon.a (mon.0) 14815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.556913+0000 mon.a (mon.0) 14816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.559492+0000 mon.a (mon.0) 14817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.560627+0000 mon.a (mon.0) 14818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.563067+0000 mon.a (mon.0) 14819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.563894+0000 mon.a (mon.0) 14820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.571563+0000 mon.a (mon.0) 14821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.646985+0000 mon.a (mon.0) 14822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.649884+0000 mon.a (mon.0) 14823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.651247+0000 mon.a (mon.0) 14824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.654394+0000 mon.a (mon.0) 14825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.655238+0000 mon.a (mon.0) 14826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.663441+0000 mon.a (mon.0) 14827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.754430+0000 mon.a (mon.0) 14828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.758970+0000 mon.a (mon.0) 14829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.760974+0000 mon.a (mon.0) 14830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.273 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.765934+0000 mon.a (mon.0) 14831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.767411+0000 mon.a (mon.0) 14832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.778606+0000 mon.a (mon.0) 14833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.868674+0000 mon.a (mon.0) 14834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.872452+0000 mon.a (mon.0) 14835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.873841+0000 mon.a (mon.0) 14836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.877385+0000 mon.a (mon.0) 14837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.878639+0000 mon.a (mon.0) 14838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.274 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:51:59 smithi105 bash[58125]: audit 2024-03-30T04:51:59.887803+0000 mon.a (mon.0) 14839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.278216+0000 mgr.y (mgr.25387) 7140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.374069+0000 mgr.y (mgr.25387) 7141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.449560+0000 mgr.y (mgr.25387) 7142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.541786+0000 mgr.y (mgr.25387) 7143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.635031+0000 mgr.y (mgr.25387) 7144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.733791+0000 mgr.y (mgr.25387) 7145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.844922+0000 mgr.y (mgr.25387) 7146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:58.952713+0000 mgr.y (mgr.25387) 7147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.013086+0000 mon.a (mon.0) 14774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.015374+0000 mon.a (mon.0) 14775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.016704+0000 mon.a (mon.0) 14776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.018886+0000 mon.a (mon.0) 14777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.019694+0000 mon.a (mon.0) 14778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.027693+0000 mon.a (mon.0) 14779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.028210+0000 mgr.y (mgr.25387) 7148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.085631+0000 mon.a (mon.0) 14780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.087792+0000 mon.a (mon.0) 14781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.088703+0000 mon.a (mon.0) 14782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.090847+0000 mon.a (mon.0) 14783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.091540+0000 mon.a (mon.0) 14784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.278216+0000 mgr.y (mgr.25387) 7140 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.374069+0000 mgr.y (mgr.25387) 7141 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.449560+0000 mgr.y (mgr.25387) 7142 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.541786+0000 mgr.y (mgr.25387) 7143 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.635031+0000 mgr.y (mgr.25387) 7144 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.733791+0000 mgr.y (mgr.25387) 7145 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.844922+0000 mgr.y (mgr.25387) 7146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:58.952713+0000 mgr.y (mgr.25387) 7147 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.013086+0000 mon.a (mon.0) 14774 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.015374+0000 mon.a (mon.0) 14775 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.016704+0000 mon.a (mon.0) 14776 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.018886+0000 mon.a (mon.0) 14777 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.019694+0000 mon.a (mon.0) 14778 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.027693+0000 mon.a (mon.0) 14779 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.028210+0000 mgr.y (mgr.25387) 7148 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.085631+0000 mon.a (mon.0) 14780 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.087792+0000 mon.a (mon.0) 14781 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.088703+0000 mon.a (mon.0) 14782 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.090847+0000 mon.a (mon.0) 14783 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.091540+0000 mon.a (mon.0) 14784 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.099179+0000 mon.a (mon.0) 14785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.099699+0000 mgr.y (mgr.25387) 7149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.156635+0000 mon.a (mon.0) 14786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.158747+0000 mon.a (mon.0) 14787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.159664+0000 mon.a (mon.0) 14788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.161766+0000 mon.a (mon.0) 14789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.162477+0000 mon.a (mon.0) 14790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.169660+0000 mon.a (mon.0) 14791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.170114+0000 mgr.y (mgr.25387) 7150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.212790+0000 mon.a (mon.0) 14792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.214995+0000 mon.a (mon.0) 14793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.215918+0000 mon.a (mon.0) 14794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.218028+0000 mon.a (mon.0) 14795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.218748+0000 mon.a (mon.0) 14796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.226402+0000 mon.a (mon.0) 14797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.284482+0000 mon.a (mon.0) 14798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.286670+0000 mon.a (mon.0) 14799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.287711+0000 mon.a (mon.0) 14800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.289933+0000 mon.a (mon.0) 14801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.099179+0000 mon.a (mon.0) 14785 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.099699+0000 mgr.y (mgr.25387) 7149 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.156635+0000 mon.a (mon.0) 14786 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.158747+0000 mon.a (mon.0) 14787 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.159664+0000 mon.a (mon.0) 14788 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.161766+0000 mon.a (mon.0) 14789 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.162477+0000 mon.a (mon.0) 14790 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.169660+0000 mon.a (mon.0) 14791 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.170114+0000 mgr.y (mgr.25387) 7150 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:00.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.212790+0000 mon.a (mon.0) 14792 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.214995+0000 mon.a (mon.0) 14793 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.215918+0000 mon.a (mon.0) 14794 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.218028+0000 mon.a (mon.0) 14795 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.218748+0000 mon.a (mon.0) 14796 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.226402+0000 mon.a (mon.0) 14797 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.284482+0000 mon.a (mon.0) 14798 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.286670+0000 mon.a (mon.0) 14799 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.287711+0000 mon.a (mon.0) 14800 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.289933+0000 mon.a (mon.0) 14801 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.290767+0000 mon.a (mon.0) 14802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.298251+0000 mon.a (mon.0) 14803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.373918+0000 mon.a (mon.0) 14804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.376273+0000 mon.a (mon.0) 14805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.377470+0000 mon.a (mon.0) 14806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.380099+0000 mon.a (mon.0) 14807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.380962+0000 mon.a (mon.0) 14808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.389123+0000 mon.a (mon.0) 14809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.463621+0000 mon.a (mon.0) 14810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.465784+0000 mon.a (mon.0) 14811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.466706+0000 mon.a (mon.0) 14812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.469104+0000 mon.a (mon.0) 14813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.469827+0000 mon.a (mon.0) 14814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.478503+0000 mon.a (mon.0) 14815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.556913+0000 mon.a (mon.0) 14816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.559492+0000 mon.a (mon.0) 14817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.560627+0000 mon.a (mon.0) 14818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.563067+0000 mon.a (mon.0) 14819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.563894+0000 mon.a (mon.0) 14820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.571563+0000 mon.a (mon.0) 14821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.646985+0000 mon.a (mon.0) 14822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.649884+0000 mon.a (mon.0) 14823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.651247+0000 mon.a (mon.0) 14824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.654394+0000 mon.a (mon.0) 14825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.655238+0000 mon.a (mon.0) 14826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.663441+0000 mon.a (mon.0) 14827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.754430+0000 mon.a (mon.0) 14828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.758970+0000 mon.a (mon.0) 14829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.760974+0000 mon.a (mon.0) 14830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.765934+0000 mon.a (mon.0) 14831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.767411+0000 mon.a (mon.0) 14832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.778606+0000 mon.a (mon.0) 14833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.868674+0000 mon.a (mon.0) 14834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.872452+0000 mon.a (mon.0) 14835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.873841+0000 mon.a (mon.0) 14836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.877385+0000 mon.a (mon.0) 14837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.878639+0000 mon.a (mon.0) 14838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[69502]: audit 2024-03-30T04:51:59.887803+0000 mon.a (mon.0) 14839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.290767+0000 mon.a (mon.0) 14802 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.298251+0000 mon.a (mon.0) 14803 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.373918+0000 mon.a (mon.0) 14804 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.376273+0000 mon.a (mon.0) 14805 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.377470+0000 mon.a (mon.0) 14806 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.380099+0000 mon.a (mon.0) 14807 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.380962+0000 mon.a (mon.0) 14808 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.389123+0000 mon.a (mon.0) 14809 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.463621+0000 mon.a (mon.0) 14810 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.465784+0000 mon.a (mon.0) 14811 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.466706+0000 mon.a (mon.0) 14812 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.469104+0000 mon.a (mon.0) 14813 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.469827+0000 mon.a (mon.0) 14814 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.478503+0000 mon.a (mon.0) 14815 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.556913+0000 mon.a (mon.0) 14816 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.559492+0000 mon.a (mon.0) 14817 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.560627+0000 mon.a (mon.0) 14818 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.563067+0000 mon.a (mon.0) 14819 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.563894+0000 mon.a (mon.0) 14820 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.571563+0000 mon.a (mon.0) 14821 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.646985+0000 mon.a (mon.0) 14822 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.649884+0000 mon.a (mon.0) 14823 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.651247+0000 mon.a (mon.0) 14824 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.654394+0000 mon.a (mon.0) 14825 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.655238+0000 mon.a (mon.0) 14826 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.663441+0000 mon.a (mon.0) 14827 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.754430+0000 mon.a (mon.0) 14828 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.758970+0000 mon.a (mon.0) 14829 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.760974+0000 mon.a (mon.0) 14830 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.765934+0000 mon.a (mon.0) 14831 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.767411+0000 mon.a (mon.0) 14832 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.778606+0000 mon.a (mon.0) 14833 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.868674+0000 mon.a (mon.0) 14834 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.872452+0000 mon.a (mon.0) 14835 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.873841+0000 mon.a (mon.0) 14836 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.877385+0000 mon.a (mon.0) 14837 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.878639+0000 mon.a (mon.0) 14838 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:00.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:51:59 smithi097 bash[73934]: audit 2024-03-30T04:51:59.887803+0000 mon.a (mon.0) 14839 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:00.657 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:00.275022297Z level=info msg="Executing migration" id="Drop public config table" 2024-03-30T04:52:00.657 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:00.342532745Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-03-30T04:52:00.657 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:00.40181225Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-03-30T04:52:00.657 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:00.478536394Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-03-30T04:52:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.226939+0000 mgr.y (mgr.25387) 7151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.299001+0000 mgr.y (mgr.25387) 7152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.389671+0000 mgr.y (mgr.25387) 7153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.479013+0000 mgr.y (mgr.25387) 7154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.572104+0000 mgr.y (mgr.25387) 7155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.664278+0000 mgr.y (mgr.25387) 7156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.779502+0000 mgr.y (mgr.25387) 7157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:51:59.888377+0000 mgr.y (mgr.25387) 7158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cluster 2024-03-30T04:51:59.984123+0000 mgr.y (mgr.25387) 7159 : cluster [DBG] pgmap v4643: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:51:59.986153+0000 mon.a (mon.0) 14840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:51:59.990362+0000 mon.a (mon.0) 14841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:51:59.991701+0000 mon.a (mon.0) 14842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:51:59.995626+0000 mon.a (mon.0) 14843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:51:59.996792+0000 mon.a (mon.0) 14844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.005320+0000 mon.a (mon.0) 14845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.006113+0000 mgr.y (mgr.25387) 7160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.081466+0000 mon.a (mon.0) 14846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.085943+0000 mon.a (mon.0) 14847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.087646+0000 mon.a (mon.0) 14848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.090914+0000 mon.a (mon.0) 14849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.091873+0000 mon.a (mon.0) 14850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.102643+0000 mon.a (mon.0) 14851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.103194+0000 mgr.y (mgr.25387) 7161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.191864+0000 mon.a (mon.0) 14852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.192977+0000 mgr.y (mgr.25387) 7162 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.196311+0000 mon.a (mon.0) 14853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.198003+0000 mon.a (mon.0) 14854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.202486+0000 mon.a (mon.0) 14855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.203833+0000 mon.a (mon.0) 14856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.215334+0000 mon.a (mon.0) 14857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.292179+0000 mon.a (mon.0) 14858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.294709+0000 mon.a (mon.0) 14859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.296026+0000 mon.a (mon.0) 14860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.298613+0000 mon.a (mon.0) 14861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.299491+0000 mon.a (mon.0) 14862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.309070+0000 mon.a (mon.0) 14863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.368124+0000 mon.a (mon.0) 14864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.370335+0000 mon.a (mon.0) 14865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.371429+0000 mon.a (mon.0) 14866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.374102+0000 mon.a (mon.0) 14867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.374820+0000 mon.a (mon.0) 14868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.382517+0000 mon.a (mon.0) 14869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.449829+0000 mon.a (mon.0) 14870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.453449+0000 mon.a (mon.0) 14871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.454995+0000 mon.a (mon.0) 14872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.458554+0000 mon.a (mon.0) 14873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.459743+0000 mon.a (mon.0) 14874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.465729+0000 mon.a (mon.0) 14875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.538962+0000 mon.a (mon.0) 14876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.381 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.541034+0000 mon.a (mon.0) 14877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.542004+0000 mon.a (mon.0) 14878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.544465+0000 mon.a (mon.0) 14879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.545294+0000 mon.a (mon.0) 14880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.550276+0000 mon.a (mon.0) 14881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.615803+0000 mon.a (mon.0) 14882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.618921+0000 mon.a (mon.0) 14883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[69502]: audit 2024-03-30T04:52:00.620263+0000 mon.a (mon.0) 14884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.623784+0000 mon.a (mon.0) 14885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.226939+0000 mgr.y (mgr.25387) 7151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.299001+0000 mgr.y (mgr.25387) 7152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.389671+0000 mgr.y (mgr.25387) 7153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.479013+0000 mgr.y (mgr.25387) 7154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.572104+0000 mgr.y (mgr.25387) 7155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.664278+0000 mgr.y (mgr.25387) 7156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.779502+0000 mgr.y (mgr.25387) 7157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:51:59.888377+0000 mgr.y (mgr.25387) 7158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cluster 2024-03-30T04:51:59.984123+0000 mgr.y (mgr.25387) 7159 : cluster [DBG] pgmap v4643: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:51:59.986153+0000 mon.a (mon.0) 14840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:51:59.990362+0000 mon.a (mon.0) 14841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:51:59.991701+0000 mon.a (mon.0) 14842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:51:59.995626+0000 mon.a (mon.0) 14843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:51:59.996792+0000 mon.a (mon.0) 14844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.005320+0000 mon.a (mon.0) 14845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.006113+0000 mgr.y (mgr.25387) 7160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.081466+0000 mon.a (mon.0) 14846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.085943+0000 mon.a (mon.0) 14847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.087646+0000 mon.a (mon.0) 14848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.090914+0000 mon.a (mon.0) 14849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.624894+0000 mon.a (mon.0) 14886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.631020+0000 mon.a (mon.0) 14887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.705705+0000 mon.a (mon.0) 14888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.708095+0000 mon.a (mon.0) 14889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.709071+0000 mon.a (mon.0) 14890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.711276+0000 mon.a (mon.0) 14891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.712064+0000 mon.a (mon.0) 14892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.720563+0000 mon.a (mon.0) 14893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.809102+0000 mon.a (mon.0) 14894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.813441+0000 mon.a (mon.0) 14895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.815301+0000 mon.a (mon.0) 14896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.819776+0000 mon.a (mon.0) 14897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.821033+0000 mon.a (mon.0) 14898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.834622+0000 mon.a (mon.0) 14899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.385 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.911251+0000 mon.a (mon.0) 14900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.916760+0000 mon.a (mon.0) 14901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.918809+0000 mon.a (mon.0) 14902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.922609+0000 mon.a (mon.0) 14903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.923751+0000 mon.a (mon.0) 14904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:00.931931+0000 mon.a (mon.0) 14905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.386 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.091873+0000 mon.a (mon.0) 14850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.102643+0000 mon.a (mon.0) 14851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.103194+0000 mgr.y (mgr.25387) 7161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.191864+0000 mon.a (mon.0) 14852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.192977+0000 mgr.y (mgr.25387) 7162 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.196311+0000 mon.a (mon.0) 14853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.198003+0000 mon.a (mon.0) 14854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.202486+0000 mon.a (mon.0) 14855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.203833+0000 mon.a (mon.0) 14856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.215334+0000 mon.a (mon.0) 14857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.292179+0000 mon.a (mon.0) 14858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.294709+0000 mon.a (mon.0) 14859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.296026+0000 mon.a (mon.0) 14860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.387 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.298613+0000 mon.a (mon.0) 14861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.299491+0000 mon.a (mon.0) 14862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.309070+0000 mon.a (mon.0) 14863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.368124+0000 mon.a (mon.0) 14864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.370335+0000 mon.a (mon.0) 14865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.371429+0000 mon.a (mon.0) 14866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.374102+0000 mon.a (mon.0) 14867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.374820+0000 mon.a (mon.0) 14868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.382517+0000 mon.a (mon.0) 14869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.449829+0000 mon.a (mon.0) 14870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.453449+0000 mon.a (mon.0) 14871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.388 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.454995+0000 mon.a (mon.0) 14872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.458554+0000 mon.a (mon.0) 14873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.459743+0000 mon.a (mon.0) 14874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.465729+0000 mon.a (mon.0) 14875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.538962+0000 mon.a (mon.0) 14876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.541034+0000 mon.a (mon.0) 14877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.542004+0000 mon.a (mon.0) 14878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.544465+0000 mon.a (mon.0) 14879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.545294+0000 mon.a (mon.0) 14880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.550276+0000 mon.a (mon.0) 14881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.615803+0000 mon.a (mon.0) 14882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.618921+0000 mon.a (mon.0) 14883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.620263+0000 mon.a (mon.0) 14884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.623784+0000 mon.a (mon.0) 14885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.624894+0000 mon.a (mon.0) 14886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.631020+0000 mon.a (mon.0) 14887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.705705+0000 mon.a (mon.0) 14888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.708095+0000 mon.a (mon.0) 14889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.709071+0000 mon.a (mon.0) 14890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.711276+0000 mon.a (mon.0) 14891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.712064+0000 mon.a (mon.0) 14892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.720563+0000 mon.a (mon.0) 14893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.809102+0000 mon.a (mon.0) 14894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.813441+0000 mon.a (mon.0) 14895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.815301+0000 mon.a (mon.0) 14896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.819776+0000 mon.a (mon.0) 14897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.821033+0000 mon.a (mon.0) 14898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.834622+0000 mon.a (mon.0) 14899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.911251+0000 mon.a (mon.0) 14900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.916760+0000 mon.a (mon.0) 14901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.918809+0000 mon.a (mon.0) 14902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.922609+0000 mon.a (mon.0) 14903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.923751+0000 mon.a (mon.0) 14904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.391 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:00 smithi097 bash[73934]: audit 2024-03-30T04:52:00.931931+0000 mon.a (mon.0) 14905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.452 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:00.664693056Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-03-30T04:52:01.452 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:01.188471834Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-03-30T04:52:01.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.226939+0000 mgr.y (mgr.25387) 7151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.299001+0000 mgr.y (mgr.25387) 7152 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.389671+0000 mgr.y (mgr.25387) 7153 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.453 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.479013+0000 mgr.y (mgr.25387) 7154 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.572104+0000 mgr.y (mgr.25387) 7155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.664278+0000 mgr.y (mgr.25387) 7156 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.779502+0000 mgr.y (mgr.25387) 7157 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:51:59.888377+0000 mgr.y (mgr.25387) 7158 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cluster 2024-03-30T04:51:59.984123+0000 mgr.y (mgr.25387) 7159 : cluster [DBG] pgmap v4643: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:51:59.986153+0000 mon.a (mon.0) 14840 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:51:59.990362+0000 mon.a (mon.0) 14841 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:51:59.991701+0000 mon.a (mon.0) 14842 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:51:59.995626+0000 mon.a (mon.0) 14843 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:51:59.996792+0000 mon.a (mon.0) 14844 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.454 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.005320+0000 mon.a (mon.0) 14845 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.006113+0000 mgr.y (mgr.25387) 7160 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.081466+0000 mon.a (mon.0) 14846 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.085943+0000 mon.a (mon.0) 14847 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.087646+0000 mon.a (mon.0) 14848 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.090914+0000 mon.a (mon.0) 14849 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.091873+0000 mon.a (mon.0) 14850 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.102643+0000 mon.a (mon.0) 14851 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.103194+0000 mgr.y (mgr.25387) 7161 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.191864+0000 mon.a (mon.0) 14852 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.192977+0000 mgr.y (mgr.25387) 7162 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.196311+0000 mon.a (mon.0) 14853 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.455 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.198003+0000 mon.a (mon.0) 14854 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.202486+0000 mon.a (mon.0) 14855 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.203833+0000 mon.a (mon.0) 14856 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.215334+0000 mon.a (mon.0) 14857 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.292179+0000 mon.a (mon.0) 14858 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.294709+0000 mon.a (mon.0) 14859 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.296026+0000 mon.a (mon.0) 14860 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.298613+0000 mon.a (mon.0) 14861 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.299491+0000 mon.a (mon.0) 14862 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.309070+0000 mon.a (mon.0) 14863 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.368124+0000 mon.a (mon.0) 14864 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.370335+0000 mon.a (mon.0) 14865 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.456 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.371429+0000 mon.a (mon.0) 14866 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.374102+0000 mon.a (mon.0) 14867 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.374820+0000 mon.a (mon.0) 14868 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.382517+0000 mon.a (mon.0) 14869 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.449829+0000 mon.a (mon.0) 14870 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.453449+0000 mon.a (mon.0) 14871 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.454995+0000 mon.a (mon.0) 14872 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.458554+0000 mon.a (mon.0) 14873 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.459743+0000 mon.a (mon.0) 14874 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.465729+0000 mon.a (mon.0) 14875 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.538962+0000 mon.a (mon.0) 14876 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.457 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.541034+0000 mon.a (mon.0) 14877 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.542004+0000 mon.a (mon.0) 14878 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.544465+0000 mon.a (mon.0) 14879 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.545294+0000 mon.a (mon.0) 14880 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.550276+0000 mon.a (mon.0) 14881 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.615803+0000 mon.a (mon.0) 14882 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.618921+0000 mon.a (mon.0) 14883 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.620263+0000 mon.a (mon.0) 14884 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.623784+0000 mon.a (mon.0) 14885 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.624894+0000 mon.a (mon.0) 14886 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.631020+0000 mon.a (mon.0) 14887 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.705705+0000 mon.a (mon.0) 14888 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.708095+0000 mon.a (mon.0) 14889 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.709071+0000 mon.a (mon.0) 14890 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.711276+0000 mon.a (mon.0) 14891 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.712064+0000 mon.a (mon.0) 14892 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.720563+0000 mon.a (mon.0) 14893 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.809102+0000 mon.a (mon.0) 14894 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.813441+0000 mon.a (mon.0) 14895 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.815301+0000 mon.a (mon.0) 14896 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.819776+0000 mon.a (mon.0) 14897 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.821033+0000 mon.a (mon.0) 14898 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.834622+0000 mon.a (mon.0) 14899 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.911251+0000 mon.a (mon.0) 14900 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.916760+0000 mon.a (mon.0) 14901 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.918809+0000 mon.a (mon.0) 14902 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.922609+0000 mon.a (mon.0) 14903 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:01.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.923751+0000 mon.a (mon.0) 14904 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:01.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:00 smithi105 bash[58125]: audit 2024-03-30T04:52:00.931931+0000 mon.a (mon.0) 14905 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:01.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:01.460659429Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-03-30T04:52:01.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:01.706759578Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-03-30T04:52:02.193 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.065980897Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-03-30T04:52:02.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.216146+0000 mgr.y (mgr.25387) 7163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.309680+0000 mgr.y (mgr.25387) 7164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.383370+0000 mgr.y (mgr.25387) 7165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.466228+0000 mgr.y (mgr.25387) 7166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.551024+0000 mgr.y (mgr.25387) 7167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.194 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.631745+0000 mgr.y (mgr.25387) 7168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.721129+0000 mgr.y (mgr.25387) 7169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.835292+0000 mgr.y (mgr.25387) 7170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:00.932451+0000 mgr.y (mgr.25387) 7171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.003579+0000 mon.a (mon.0) 14906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.006299+0000 mon.a (mon.0) 14907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.007565+0000 mon.a (mon.0) 14908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.010537+0000 mon.a (mon.0) 14909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.011498+0000 mon.a (mon.0) 14910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.018966+0000 mon.a (mon.0) 14911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.019871+0000 mgr.y (mgr.25387) 7172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.083820+0000 mon.a (mon.0) 14912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.195 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.087286+0000 mon.a (mon.0) 14913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.088919+0000 mon.a (mon.0) 14914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.196 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.092280+0000 mon.a (mon.0) 14915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.093460+0000 mon.a (mon.0) 14916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.102019+0000 mon.a (mon.0) 14917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.102753+0000 mgr.y (mgr.25387) 7173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.181486+0000 mon.a (mon.0) 14918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.184810+0000 mon.a (mon.0) 14919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.186502+0000 mon.a (mon.0) 14920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.190608+0000 mon.a (mon.0) 14921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.191854+0000 mon.a (mon.0) 14922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.201852+0000 mon.a (mon.0) 14923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.202919+0000 mgr.y (mgr.25387) 7174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.197 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:01 smithi105 bash[58125]: audit 2024-03-30T04:52:01.282442+0000 mon.a (mon.0) 14924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.285536+0000 mon.a (mon.0) 14925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.287126+0000 mon.a (mon.0) 14926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.290749+0000 mon.a (mon.0) 14927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.292005+0000 mon.a (mon.0) 14928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.301681+0000 mon.a (mon.0) 14929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.394839+0000 mon.a (mon.0) 14930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.399173+0000 mon.a (mon.0) 14931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.400986+0000 mon.a (mon.0) 14932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.404959+0000 mon.a (mon.0) 14933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.406308+0000 mon.a (mon.0) 14934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.416789+0000 mon.a (mon.0) 14935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.476349+0000 mon.a (mon.0) 14936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.479474+0000 mon.a (mon.0) 14937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.480770+0000 mon.a (mon.0) 14938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.483017+0000 mon.a (mon.0) 14939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.483781+0000 mon.a (mon.0) 14940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.490829+0000 mon.a (mon.0) 14941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.533311+0000 mon.a (mon.0) 14942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.535534+0000 mon.a (mon.0) 14943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.536793+0000 mon.a (mon.0) 14944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.539182+0000 mon.a (mon.0) 14945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.540121+0000 mon.a (mon.0) 14946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.547200+0000 mon.a (mon.0) 14947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.588839+0000 mon.a (mon.0) 14948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.591096+0000 mon.a (mon.0) 14949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.199 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.592232+0000 mon.a (mon.0) 14950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.594523+0000 mon.a (mon.0) 14951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.595679+0000 mon.a (mon.0) 14952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.603051+0000 mon.a (mon.0) 14953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.643687+0000 mon.a (mon.0) 14954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.645645+0000 mon.a (mon.0) 14955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.646600+0000 mon.a (mon.0) 14956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.649214+0000 mon.a (mon.0) 14957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.649881+0000 mon.a (mon.0) 14958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.656839+0000 mon.a (mon.0) 14959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.706753+0000 mon.a (mon.0) 14960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.710331+0000 mon.a (mon.0) 14961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.711996+0000 mon.a (mon.0) 14962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.715604+0000 mon.a (mon.0) 14963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.200 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.716841+0000 mon.a (mon.0) 14964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.724946+0000 mon.a (mon.0) 14965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.802255+0000 mon.a (mon.0) 14966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.804506+0000 mon.a (mon.0) 14967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.805555+0000 mon.a (mon.0) 14968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.807849+0000 mon.a (mon.0) 14969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.808649+0000 mon.a (mon.0) 14970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.816125+0000 mon.a (mon.0) 14971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.875641+0000 mon.a (mon.0) 14972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.878100+0000 mon.a (mon.0) 14973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.879123+0000 mon.a (mon.0) 14974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.881499+0000 mon.a (mon.0) 14975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.882218+0000 mon.a (mon.0) 14976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.887843+0000 mon.a (mon.0) 14977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.201 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.899607+0000 mon.a (mon.0) 14978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.908007+0000 mon.a (mon.0) 14979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.914722+0000 mon.a (mon.0) 14980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.950833+0000 mon.a (mon.0) 14981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.952900+0000 mon.a (mon.0) 14982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.954417+0000 mon.a (mon.0) 14983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.955516+0000 mon.a (mon.0) 14984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.957556+0000 mon.a (mon.0) 14985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.959869+0000 mon.a (mon.0) 14986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.961432+0000 mon.a (mon.0) 14987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.962533+0000 mon.a (mon.0) 14988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.963692+0000 mon.a (mon.0) 14989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.964834+0000 mon.a (mon.0) 14990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.966062+0000 mon.a (mon.0) 14991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.202 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.967102+0000 mon.a (mon.0) 14992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.968281+0000 mon.a (mon.0) 14993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.969841+0000 mon.a (mon.0) 14994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.971238+0000 mon.a (mon.0) 14995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.972616+0000 mon.a (mon.0) 14996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.973961+0000 mon.a (mon.0) 14997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.975113+0000 mon.a (mon.0) 14998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.203 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.976326+0000 mon.a (mon.0) 14999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.216146+0000 mgr.y (mgr.25387) 7163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.309680+0000 mgr.y (mgr.25387) 7164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.383370+0000 mgr.y (mgr.25387) 7165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.466228+0000 mgr.y (mgr.25387) 7166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.551024+0000 mgr.y (mgr.25387) 7167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.631745+0000 mgr.y (mgr.25387) 7168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.721129+0000 mgr.y (mgr.25387) 7169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.835292+0000 mgr.y (mgr.25387) 7170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:00.932451+0000 mgr.y (mgr.25387) 7171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.003579+0000 mon.a (mon.0) 14906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.006299+0000 mon.a (mon.0) 14907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.007565+0000 mon.a (mon.0) 14908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.010537+0000 mon.a (mon.0) 14909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.011498+0000 mon.a (mon.0) 14910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.018966+0000 mon.a (mon.0) 14911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.019871+0000 mgr.y (mgr.25387) 7172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.083820+0000 mon.a (mon.0) 14912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.087286+0000 mon.a (mon.0) 14913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.088919+0000 mon.a (mon.0) 14914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.092280+0000 mon.a (mon.0) 14915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.216146+0000 mgr.y (mgr.25387) 7163 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.309680+0000 mgr.y (mgr.25387) 7164 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.383370+0000 mgr.y (mgr.25387) 7165 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.466228+0000 mgr.y (mgr.25387) 7166 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.551024+0000 mgr.y (mgr.25387) 7167 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.631745+0000 mgr.y (mgr.25387) 7168 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.721129+0000 mgr.y (mgr.25387) 7169 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.835292+0000 mgr.y (mgr.25387) 7170 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:00.932451+0000 mgr.y (mgr.25387) 7171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.003579+0000 mon.a (mon.0) 14906 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.006299+0000 mon.a (mon.0) 14907 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.007565+0000 mon.a (mon.0) 14908 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.010537+0000 mon.a (mon.0) 14909 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.011498+0000 mon.a (mon.0) 14910 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.018966+0000 mon.a (mon.0) 14911 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.019871+0000 mgr.y (mgr.25387) 7172 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.083820+0000 mon.a (mon.0) 14912 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.087286+0000 mon.a (mon.0) 14913 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.088919+0000 mon.a (mon.0) 14914 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.092280+0000 mon.a (mon.0) 14915 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.093460+0000 mon.a (mon.0) 14916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.102019+0000 mon.a (mon.0) 14917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.102753+0000 mgr.y (mgr.25387) 7173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.181486+0000 mon.a (mon.0) 14918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.184810+0000 mon.a (mon.0) 14919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.186502+0000 mon.a (mon.0) 14920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.190608+0000 mon.a (mon.0) 14921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.191854+0000 mon.a (mon.0) 14922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.201852+0000 mon.a (mon.0) 14923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.202919+0000 mgr.y (mgr.25387) 7174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.282442+0000 mon.a (mon.0) 14924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.285536+0000 mon.a (mon.0) 14925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.287126+0000 mon.a (mon.0) 14926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.290749+0000 mon.a (mon.0) 14927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.292005+0000 mon.a (mon.0) 14928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.301681+0000 mon.a (mon.0) 14929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.394839+0000 mon.a (mon.0) 14930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.399173+0000 mon.a (mon.0) 14931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.382 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.400986+0000 mon.a (mon.0) 14932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.093460+0000 mon.a (mon.0) 14916 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.102019+0000 mon.a (mon.0) 14917 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.102753+0000 mgr.y (mgr.25387) 7173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.181486+0000 mon.a (mon.0) 14918 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.184810+0000 mon.a (mon.0) 14919 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.186502+0000 mon.a (mon.0) 14920 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.190608+0000 mon.a (mon.0) 14921 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.191854+0000 mon.a (mon.0) 14922 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.201852+0000 mon.a (mon.0) 14923 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.202919+0000 mgr.y (mgr.25387) 7174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.282442+0000 mon.a (mon.0) 14924 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.285536+0000 mon.a (mon.0) 14925 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.287126+0000 mon.a (mon.0) 14926 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.290749+0000 mon.a (mon.0) 14927 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.292005+0000 mon.a (mon.0) 14928 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.301681+0000 mon.a (mon.0) 14929 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.394839+0000 mon.a (mon.0) 14930 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.399173+0000 mon.a (mon.0) 14931 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.400986+0000 mon.a (mon.0) 14932 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.404959+0000 mon.a (mon.0) 14933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.406308+0000 mon.a (mon.0) 14934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.416789+0000 mon.a (mon.0) 14935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.476349+0000 mon.a (mon.0) 14936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.479474+0000 mon.a (mon.0) 14937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.480770+0000 mon.a (mon.0) 14938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.483017+0000 mon.a (mon.0) 14939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.483781+0000 mon.a (mon.0) 14940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.490829+0000 mon.a (mon.0) 14941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.533311+0000 mon.a (mon.0) 14942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.535534+0000 mon.a (mon.0) 14943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.536793+0000 mon.a (mon.0) 14944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.539182+0000 mon.a (mon.0) 14945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.540121+0000 mon.a (mon.0) 14946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.547200+0000 mon.a (mon.0) 14947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.588839+0000 mon.a (mon.0) 14948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.591096+0000 mon.a (mon.0) 14949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.592232+0000 mon.a (mon.0) 14950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.385 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.594523+0000 mon.a (mon.0) 14951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.404959+0000 mon.a (mon.0) 14933 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.406308+0000 mon.a (mon.0) 14934 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.416789+0000 mon.a (mon.0) 14935 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.476349+0000 mon.a (mon.0) 14936 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.479474+0000 mon.a (mon.0) 14937 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.480770+0000 mon.a (mon.0) 14938 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.483017+0000 mon.a (mon.0) 14939 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.483781+0000 mon.a (mon.0) 14940 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.386 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.490829+0000 mon.a (mon.0) 14941 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.533311+0000 mon.a (mon.0) 14942 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.535534+0000 mon.a (mon.0) 14943 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.536793+0000 mon.a (mon.0) 14944 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.539182+0000 mon.a (mon.0) 14945 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.540121+0000 mon.a (mon.0) 14946 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.547200+0000 mon.a (mon.0) 14947 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.588839+0000 mon.a (mon.0) 14948 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.591096+0000 mon.a (mon.0) 14949 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.592232+0000 mon.a (mon.0) 14950 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.594523+0000 mon.a (mon.0) 14951 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.595679+0000 mon.a (mon.0) 14952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.603051+0000 mon.a (mon.0) 14953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.643687+0000 mon.a (mon.0) 14954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.645645+0000 mon.a (mon.0) 14955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.387 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.646600+0000 mon.a (mon.0) 14956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.649214+0000 mon.a (mon.0) 14957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.649881+0000 mon.a (mon.0) 14958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.656839+0000 mon.a (mon.0) 14959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.706753+0000 mon.a (mon.0) 14960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.710331+0000 mon.a (mon.0) 14961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[69502]: audit 2024-03-30T04:52:01.711996+0000 mon.a (mon.0) 14962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.715604+0000 mon.a (mon.0) 14963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.716841+0000 mon.a (mon.0) 14964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.724946+0000 mon.a (mon.0) 14965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.802255+0000 mon.a (mon.0) 14966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.804506+0000 mon.a (mon.0) 14967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.805555+0000 mon.a (mon.0) 14968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.807849+0000 mon.a (mon.0) 14969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.388 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.808649+0000 mon.a (mon.0) 14970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.595679+0000 mon.a (mon.0) 14952 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.603051+0000 mon.a (mon.0) 14953 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.643687+0000 mon.a (mon.0) 14954 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.645645+0000 mon.a (mon.0) 14955 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.646600+0000 mon.a (mon.0) 14956 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.649214+0000 mon.a (mon.0) 14957 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.649881+0000 mon.a (mon.0) 14958 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.656839+0000 mon.a (mon.0) 14959 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.706753+0000 mon.a (mon.0) 14960 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.710331+0000 mon.a (mon.0) 14961 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.389 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.711996+0000 mon.a (mon.0) 14962 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.715604+0000 mon.a (mon.0) 14963 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.716841+0000 mon.a (mon.0) 14964 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.724946+0000 mon.a (mon.0) 14965 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.802255+0000 mon.a (mon.0) 14966 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.804506+0000 mon.a (mon.0) 14967 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.805555+0000 mon.a (mon.0) 14968 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.807849+0000 mon.a (mon.0) 14969 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.808649+0000 mon.a (mon.0) 14970 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.816125+0000 mon.a (mon.0) 14971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.390 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.875641+0000 mon.a (mon.0) 14972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.878100+0000 mon.a (mon.0) 14973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.879123+0000 mon.a (mon.0) 14974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.881499+0000 mon.a (mon.0) 14975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.882218+0000 mon.a (mon.0) 14976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.887843+0000 mon.a (mon.0) 14977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.899607+0000 mon.a (mon.0) 14978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.908007+0000 mon.a (mon.0) 14979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.914722+0000 mon.a (mon.0) 14980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.950833+0000 mon.a (mon.0) 14981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.952900+0000 mon.a (mon.0) 14982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.954417+0000 mon.a (mon.0) 14983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.955516+0000 mon.a (mon.0) 14984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.957556+0000 mon.a (mon.0) 14985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.959869+0000 mon.a (mon.0) 14986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.961432+0000 mon.a (mon.0) 14987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.391 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.962533+0000 mon.a (mon.0) 14988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.963692+0000 mon.a (mon.0) 14989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.964834+0000 mon.a (mon.0) 14990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.816125+0000 mon.a (mon.0) 14971 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.875641+0000 mon.a (mon.0) 14972 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.878100+0000 mon.a (mon.0) 14973 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.879123+0000 mon.a (mon.0) 14974 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.881499+0000 mon.a (mon.0) 14975 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.882218+0000 mon.a (mon.0) 14976 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.887843+0000 mon.a (mon.0) 14977 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.899607+0000 mon.a (mon.0) 14978 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:01 smithi097 bash[73934]: audit 2024-03-30T04:52:01.908007+0000 mon.a (mon.0) 14979 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.392 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.914722+0000 mon.a (mon.0) 14980 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.950833+0000 mon.a (mon.0) 14981 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.952900+0000 mon.a (mon.0) 14982 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.954417+0000 mon.a (mon.0) 14983 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.955516+0000 mon.a (mon.0) 14984 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.957556+0000 mon.a (mon.0) 14985 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.959869+0000 mon.a (mon.0) 14986 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.961432+0000 mon.a (mon.0) 14987 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.962533+0000 mon.a (mon.0) 14988 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.963692+0000 mon.a (mon.0) 14989 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.964834+0000 mon.a (mon.0) 14990 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.393 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.966062+0000 mon.a (mon.0) 14991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.967102+0000 mon.a (mon.0) 14992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.968281+0000 mon.a (mon.0) 14993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.969841+0000 mon.a (mon.0) 14994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.971238+0000 mon.a (mon.0) 14995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.972616+0000 mon.a (mon.0) 14996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.973961+0000 mon.a (mon.0) 14997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.975113+0000 mon.a (mon.0) 14998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.976326+0000 mon.a (mon.0) 14999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.966062+0000 mon.a (mon.0) 14991 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.967102+0000 mon.a (mon.0) 14992 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.968281+0000 mon.a (mon.0) 14993 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.394 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.969841+0000 mon.a (mon.0) 14994 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.971238+0000 mon.a (mon.0) 14995 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.972616+0000 mon.a (mon.0) 14996 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.973961+0000 mon.a (mon.0) 14997 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.975113+0000 mon.a (mon.0) 14998 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.395 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.976326+0000 mon.a (mon.0) 14999 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:02.458 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.201591499Z level=info msg="Executing migration" id="add share column" 2024-03-30T04:52:02.458 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.286106642Z level=info msg="Executing migration" id="create default alerting folders" 2024-03-30T04:52:02.458 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.353008228Z level=info msg="Executing migration" id="create file table" 2024-03-30T04:52:02.459 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.428199797Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-03-30T04:52:02.731 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.470610021Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-03-30T04:52:02.732 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.538062059Z level=info msg="Executing migration" id="create file_meta table" 2024-03-30T04:52:02.732 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.630236635Z level=info msg="Executing migration" id="file table idx: path key" 2024-03-30T04:52:02.732 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.688803058Z level=info msg="Executing migration" id="set path collation in file table" 2024-03-30T04:52:02.732 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.73967936Z level=info msg="Executing migration" id="managed permissions migration" 2024-03-30T04:52:02.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:52:02] "GET /metrics HTTP/1.1" 200 38687 "" "Prometheus/2.43.0" 2024-03-30T04:52:02.988 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.807332615Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-03-30T04:52:02.988 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.824049366Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-03-30T04:52:02.988 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.86588554Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-03-30T04:52:02.988 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.891151537Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-03-30T04:52:02.988 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.916449291Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-03-30T04:52:02.988 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:02.958426214Z level=info msg="Executing migration" id="update group index for alert rules" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.000368958Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.042640232Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.07602335Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.118218097Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.17539024Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.227512671Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-03-30T04:52:03.312 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.319581185Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.302749+0000 mgr.y (mgr.25387) 7175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.417424+0000 mgr.y (mgr.25387) 7176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.491395+0000 mgr.y (mgr.25387) 7177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.547663+0000 mgr.y (mgr.25387) 7178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.603636+0000 mgr.y (mgr.25387) 7179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.657352+0000 mgr.y (mgr.25387) 7180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.725786+0000 mgr.y (mgr.25387) 7181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.816643+0000 mgr.y (mgr.25387) 7182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.888482+0000 mgr.y (mgr.25387) 7183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:01.976989+0000 mgr.y (mgr.25387) 7184 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:52:03.313 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.980984+0000 mon.a (mon.0) 15000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:01.983784+0000 mon.a (mon.0) 15001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cluster 2024-03-30T04:52:01.984913+0000 mgr.y (mgr.25387) 7185 : cluster [DBG] pgmap v4644: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.005737+0000 mon.a (mon.0) 15002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.007663+0000 mon.a (mon.0) 15003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.015021+0000 mon.a (mon.0) 15004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.017264+0000 mon.a (mon.0) 15005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.022093+0000 mon.a (mon.0) 15006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.024437+0000 mon.a (mon.0) 15007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.028480+0000 mon.a (mon.0) 15008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.030431+0000 mon.a (mon.0) 15009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.037481+0000 mon.a (mon.0) 15010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.039355+0000 mon.a (mon.0) 15011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.046357+0000 mon.a (mon.0) 15012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:52:03.314 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.048268+0000 mon.a (mon.0) 15013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.054747+0000 mon.a (mon.0) 15014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.057027+0000 mon.a (mon.0) 15015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.058242+0000 mon.a (mon.0) 15016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.063507+0000 mon.a (mon.0) 15017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.065275+0000 mon.a (mon.0) 15018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.072107+0000 mon.a (mon.0) 15019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.074213+0000 mon.a (mon.0) 15020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.080911+0000 mon.a (mon.0) 15021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.083002+0000 mon.a (mon.0) 15022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.090216+0000 mon.a (mon.0) 15023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.093148+0000 mon.a (mon.0) 15024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.094132+0000 mon.a (mon.0) 15025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.095021+0000 mon.a (mon.0) 15026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.315 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.095915+0000 mon.a (mon.0) 15027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.096800+0000 mon.a (mon.0) 15028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.097604+0000 mon.a (mon.0) 15029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: cephadm 2024-03-30T04:52:02.098304+0000 mgr.y (mgr.25387) 7186 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.099035+0000 mon.a (mon.0) 15030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.104996+0000 mon.a (mon.0) 15031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.105769+0000 mon.a (mon.0) 15032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.110067+0000 mon.a (mon.0) 15033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.111125+0000 mon.a (mon.0) 15034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.119768+0000 mon.a (mon.0) 15035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.215200+0000 mon.a (mon.0) 15036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.220057+0000 mon.a (mon.0) 15037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:02 smithi105 bash[58125]: audit 2024-03-30T04:52:02.221507+0000 mon.a (mon.0) 15038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:03.316 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[58125]: audit 2024-03-30T04:52:02.231722+0000 mon.a (mon.0) 15039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.302749+0000 mgr.y (mgr.25387) 7175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.417424+0000 mgr.y (mgr.25387) 7176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.491395+0000 mgr.y (mgr.25387) 7177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.547663+0000 mgr.y (mgr.25387) 7178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.603636+0000 mgr.y (mgr.25387) 7179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.657352+0000 mgr.y (mgr.25387) 7180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.725786+0000 mgr.y (mgr.25387) 7181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.816643+0000 mgr.y (mgr.25387) 7182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.888482+0000 mgr.y (mgr.25387) 7183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cephadm 2024-03-30T04:52:01.976989+0000 mgr.y (mgr.25387) 7184 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.980984+0000 mon.a (mon.0) 15000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: audit 2024-03-30T04:52:01.983784+0000 mon.a (mon.0) 15001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[73934]: cluster 2024-03-30T04:52:01.984913+0000 mgr.y (mgr.25387) 7185 : cluster [DBG] pgmap v4644: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.005737+0000 mon.a (mon.0) 15002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.007663+0000 mon.a (mon.0) 15003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.015021+0000 mon.a (mon.0) 15004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.017264+0000 mon.a (mon.0) 15005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.022093+0000 mon.a (mon.0) 15006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:52:03.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.024437+0000 mon.a (mon.0) 15007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.302749+0000 mgr.y (mgr.25387) 7175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.417424+0000 mgr.y (mgr.25387) 7176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.491395+0000 mgr.y (mgr.25387) 7177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.547663+0000 mgr.y (mgr.25387) 7178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.603636+0000 mgr.y (mgr.25387) 7179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.657352+0000 mgr.y (mgr.25387) 7180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.725786+0000 mgr.y (mgr.25387) 7181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.816643+0000 mgr.y (mgr.25387) 7182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.378 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.888482+0000 mgr.y (mgr.25387) 7183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cephadm 2024-03-30T04:52:01.976989+0000 mgr.y (mgr.25387) 7184 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.980984+0000 mon.a (mon.0) 15000 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:01.983784+0000 mon.a (mon.0) 15001 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: cluster 2024-03-30T04:52:01.984913+0000 mgr.y (mgr.25387) 7185 : cluster [DBG] pgmap v4644: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 988 B/s rd, 0 op/s 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.005737+0000 mon.a (mon.0) 15002 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.007663+0000 mon.a (mon.0) 15003 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.015021+0000 mon.a (mon.0) 15004 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.017264+0000 mon.a (mon.0) 15005 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.022093+0000 mon.a (mon.0) 15006 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.024437+0000 mon.a (mon.0) 15007 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.028480+0000 mon.a (mon.0) 15008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.030431+0000 mon.a (mon.0) 15009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.037481+0000 mon.a (mon.0) 15010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:02 smithi097 bash[69502]: audit 2024-03-30T04:52:02.039355+0000 mon.a (mon.0) 15011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:03.379 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.046357+0000 mon.a (mon.0) 15012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.048268+0000 mon.a (mon.0) 15013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.054747+0000 mon.a (mon.0) 15014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.057027+0000 mon.a (mon.0) 15015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.058242+0000 mon.a (mon.0) 15016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.063507+0000 mon.a (mon.0) 15017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.065275+0000 mon.a (mon.0) 15018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.072107+0000 mon.a (mon.0) 15019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.074213+0000 mon.a (mon.0) 15020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.080911+0000 mon.a (mon.0) 15021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.083002+0000 mon.a (mon.0) 15022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.090216+0000 mon.a (mon.0) 15023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.028480+0000 mon.a (mon.0) 15008 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-30T04:52:03.380 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.030431+0000 mon.a (mon.0) 15009 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.037481+0000 mon.a (mon.0) 15010 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.039355+0000 mon.a (mon.0) 15011 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.046357+0000 mon.a (mon.0) 15012 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.048268+0000 mon.a (mon.0) 15013 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.054747+0000 mon.a (mon.0) 15014 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.057027+0000 mon.a (mon.0) 15015 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.058242+0000 mon.a (mon.0) 15016 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.063507+0000 mon.a (mon.0) 15017 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.065275+0000 mon.a (mon.0) 15018 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.072107+0000 mon.a (mon.0) 15019 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.074213+0000 mon.a (mon.0) 15020 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.080911+0000 mon.a (mon.0) 15021 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.083002+0000 mon.a (mon.0) 15022 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-30T04:52:03.381 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.090216+0000 mon.a (mon.0) 15023 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.093148+0000 mon.a (mon.0) 15024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.094132+0000 mon.a (mon.0) 15025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.095021+0000 mon.a (mon.0) 15026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.095915+0000 mon.a (mon.0) 15027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.096800+0000 mon.a (mon.0) 15028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.097604+0000 mon.a (mon.0) 15029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: cephadm 2024-03-30T04:52:02.098304+0000 mgr.y (mgr.25387) 7186 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.099035+0000 mon.a (mon.0) 15030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.104996+0000 mon.a (mon.0) 15031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.105769+0000 mon.a (mon.0) 15032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.110067+0000 mon.a (mon.0) 15033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:03.382 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.111125+0000 mon.a (mon.0) 15034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.119768+0000 mon.a (mon.0) 15035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.215200+0000 mon.a (mon.0) 15036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.220057+0000 mon.a (mon.0) 15037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.221507+0000 mon.a (mon.0) 15038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[69502]: audit 2024-03-30T04:52:02.231722+0000 mon.a (mon.0) 15039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.093148+0000 mon.a (mon.0) 15024 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.094132+0000 mon.a (mon.0) 15025 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.095021+0000 mon.a (mon.0) 15026 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.095915+0000 mon.a (mon.0) 15027 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.096800+0000 mon.a (mon.0) 15028 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.097604+0000 mon.a (mon.0) 15029 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-30T04:52:03.383 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: cephadm 2024-03-30T04:52:02.098304+0000 mgr.y (mgr.25387) 7186 : cephadm [INF] Upgrade: Complete! 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.099035+0000 mon.a (mon.0) 15030 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.104996+0000 mon.a (mon.0) 15031 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.105769+0000 mon.a (mon.0) 15032 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.110067+0000 mon.a (mon.0) 15033 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.111125+0000 mon.a (mon.0) 15034 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.119768+0000 mon.a (mon.0) 15035 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.215200+0000 mon.a (mon.0) 15036 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.220057+0000 mon.a (mon.0) 15037 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.221507+0000 mon.a (mon.0) 15038 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:52:03.384 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:03 smithi097 bash[73934]: audit 2024-03-30T04:52:02.231722+0000 mon.a (mon.0) 15039 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:03.572 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.344771042Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-03-30T04:52:03.573 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.370002791Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-03-30T04:52:03.573 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.420735544Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-03-30T04:52:03.573 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.437568651Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-03-30T04:52:03.573 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.47126989Z level=info msg="Executing migration" id="create folder table" 2024-03-30T04:52:03.573 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.523725723Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-03-30T04:52:03.573 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.546969124Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.580565177Z level=info msg="Executing migration" id="Update folder title length" 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.622583585Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=migrator t=2024-03-30T04:52:03.697862939Z level=info msg="migrations completed" performed=105 skipped=376 duration=10.062517968s 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=sqlstore t=2024-03-30T04:52:03.69925048Z level=info msg="Created default organization" 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=plugin.finder t=2024-03-30T04:52:03.790887059Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=secrets t=2024-03-30T04:52:03.79110122Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=query_data t=2024-03-30T04:52:03.795659618Z level=info msg="Query Service initialization" 2024-03-30T04:52:03.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:03 smithi105 bash[84702]: logger=live.push_http t=2024-03-30T04:52:03.802721777Z level=info msg="Live Push Gateway initialization" 2024-03-30T04:52:04.952 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=infra.usagestats.collector t=2024-03-30T04:52:04.669965593Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-03-30T04:52:04.952 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=provisioning.datasources t=2024-03-30T04:52:04.841862779Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-03-30T04:52:04.952 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=provisioning.datasources t=2024-03-30T04:52:04.841887716Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-03-30T04:52:04.952 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=provisioning.datasources t=2024-03-30T04:52:04.842104319Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-03-30T04:52:04.952 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=provisioning.datasources t=2024-03-30T04:52:04.900992924Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-03-30T04:52:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:05 smithi105 bash[58125]: cluster 2024-03-30T04:52:03.985767+0000 mgr.y (mgr.25387) 7187 : cluster [DBG] pgmap v4645: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:52:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:05 smithi105 bash[58125]: audit 2024-03-30T04:52:04.602659+0000 mon.a (mon.0) 15040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:05 smithi105 bash[58125]: audit 2024-03-30T04:52:04.608618+0000 mon.a (mon.0) 15041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:05 smithi105 bash[58125]: audit 2024-03-30T04:52:04.614124+0000 mon.a (mon.0) 15042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:05 smithi105 bash[58125]: audit 2024-03-30T04:52:04.849735+0000 mon.a (mon.0) 15043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.209 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=provisioning.alerting t=2024-03-30T04:52:04.960135528Z level=info msg="starting to provision alerting" 2024-03-30T04:52:05.209 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=provisioning.alerting t=2024-03-30T04:52:04.960163277Z level=info msg="finished to provision alerting" 2024-03-30T04:52:05.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=grafanaStorageLogger t=2024-03-30T04:52:04.962275272Z level=info msg="storage starting" 2024-03-30T04:52:05.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=ngalert.state.manager t=2024-03-30T04:52:04.964044845Z level=info msg="Warming state cache for startup" 2024-03-30T04:52:05.210 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:04 smithi105 bash[84702]: logger=http.server t=2024-03-30T04:52:04.964974757Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-03-30T04:52:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[69502]: cluster 2024-03-30T04:52:03.985767+0000 mgr.y (mgr.25387) 7187 : cluster [DBG] pgmap v4645: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:52:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[69502]: audit 2024-03-30T04:52:04.602659+0000 mon.a (mon.0) 15040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[69502]: audit 2024-03-30T04:52:04.608618+0000 mon.a (mon.0) 15041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[69502]: audit 2024-03-30T04:52:04.614124+0000 mon.a (mon.0) 15042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[69502]: audit 2024-03-30T04:52:04.849735+0000 mon.a (mon.0) 15043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[73934]: cluster 2024-03-30T04:52:03.985767+0000 mgr.y (mgr.25387) 7187 : cluster [DBG] pgmap v4645: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-03-30T04:52:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[73934]: audit 2024-03-30T04:52:04.602659+0000 mon.a (mon.0) 15040 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[73934]: audit 2024-03-30T04:52:04.608618+0000 mon.a (mon.0) 15041 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[73934]: audit 2024-03-30T04:52:04.614124+0000 mon.a (mon.0) 15042 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:05.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:04 smithi097 bash[73934]: audit 2024-03-30T04:52:04.849735+0000 mon.a (mon.0) 15043 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:07.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:07 smithi105 bash[58125]: cluster 2024-03-30T04:52:05.987290+0000 mgr.y (mgr.25387) 7188 : cluster [DBG] pgmap v4646: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:07.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:07 smithi097 bash[69502]: cluster 2024-03-30T04:52:05.987290+0000 mgr.y (mgr.25387) 7188 : cluster [DBG] pgmap v4646: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:07.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:07 smithi097 bash[73934]: cluster 2024-03-30T04:52:05.987290+0000 mgr.y (mgr.25387) 7188 : cluster [DBG] pgmap v4646: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:08.958 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[58125]: audit 2024-03-30T04:52:07.721411+0000 mon.a (mon.0) 15044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:08.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[58125]: audit 2024-03-30T04:52:07.727675+0000 mon.a (mon.0) 15045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:08.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[58125]: audit 2024-03-30T04:52:07.733437+0000 mon.a (mon.0) 15046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:08.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[58125]: cluster 2024-03-30T04:52:07.988426+0000 mgr.y (mgr.25387) 7189 : cluster [DBG] pgmap v4647: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:08.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[84702]: logger=ngalert.state.manager t=2024-03-30T04:52:08.611961862Z level=info msg="State cache has been initialized" states=0 duration=3.64790947s 2024-03-30T04:52:08.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[84702]: logger=ngalert.multiorg.alertmanager t=2024-03-30T04:52:08.612062992Z level=info msg="starting MultiOrg Alertmanager" 2024-03-30T04:52:08.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[84702]: logger=ticker t=2024-03-30T04:52:08.61214292Z level=info msg=starting first_tick=2024-03-30T04:52:10Z 2024-03-30T04:52:08.959 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:08 smithi105 bash[84702]: logger=sqlstore.transactions t=2024-03-30T04:52:08.623763761Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[69502]: audit 2024-03-30T04:52:07.721411+0000 mon.a (mon.0) 15044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[69502]: audit 2024-03-30T04:52:07.727675+0000 mon.a (mon.0) 15045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[69502]: audit 2024-03-30T04:52:07.733437+0000 mon.a (mon.0) 15046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[69502]: cluster 2024-03-30T04:52:07.988426+0000 mgr.y (mgr.25387) 7189 : cluster [DBG] pgmap v4647: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[73934]: audit 2024-03-30T04:52:07.721411+0000 mon.a (mon.0) 15044 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[73934]: audit 2024-03-30T04:52:07.727675+0000 mon.a (mon.0) 15045 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[73934]: audit 2024-03-30T04:52:07.733437+0000 mon.a (mon.0) 15046 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:09.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:08 smithi097 bash[73934]: cluster 2024-03-30T04:52:07.988426+0000 mgr.y (mgr.25387) 7189 : cluster [DBG] pgmap v4647: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:09.708 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:52:09 smithi105 bash[84702]: logger=sqlstore.transactions t=2024-03-30T04:52:09.26398502Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-03-30T04:52:10.000 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:09 smithi105 bash[58125]: audit 2024-03-30T04:52:09.501549+0000 mon.a (mon.0) 15047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:10.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:09 smithi097 bash[69502]: audit 2024-03-30T04:52:09.501549+0000 mon.a (mon.0) 15047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:10.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:09 smithi097 bash[73934]: audit 2024-03-30T04:52:09.501549+0000 mon.a (mon.0) 15047 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:11.091 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:10 smithi097 bash[69502]: cluster 2024-03-30T04:52:09.989411+0000 mgr.y (mgr.25387) 7190 : cluster [DBG] pgmap v4648: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:11.091 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:10 smithi097 bash[69502]: audit 2024-03-30T04:52:10.201535+0000 mgr.y (mgr.25387) 7191 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:10 smithi097 bash[73934]: cluster 2024-03-30T04:52:09.989411+0000 mgr.y (mgr.25387) 7190 : cluster [DBG] pgmap v4648: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:11.091 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:10 smithi097 bash[73934]: audit 2024-03-30T04:52:10.201535+0000 mgr.y (mgr.25387) 7191 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:11.093 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ps' 2024-03-30T04:52:11.208 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:10 smithi105 bash[58125]: cluster 2024-03-30T04:52:09.989411+0000 mgr.y (mgr.25387) 7190 : cluster [DBG] pgmap v4648: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:11.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:10 smithi105 bash[58125]: audit 2024-03-30T04:52:10.201535+0000 mgr.y (mgr.25387) 7191 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:12.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:11 smithi097 bash[73934]: audit 2024-03-30T04:52:10.292876+0000 mgr.y (mgr.25387) 7192 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:12.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:11 smithi097 bash[69502]: audit 2024-03-30T04:52:10.292876+0000 mgr.y (mgr.25387) 7192 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:12.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:11 smithi105 bash[58125]: audit 2024-03-30T04:52:10.292876+0000 mgr.y (mgr.25387) 7192 : audit [DBG] from='client.34992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:12.555 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:52:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:52:12] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-30T04:52:12.876 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:12 smithi097 bash[69502]: cluster 2024-03-30T04:52:11.990790+0000 mgr.y (mgr.25387) 7193 : cluster [DBG] pgmap v4649: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:12.876 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:12 smithi097 bash[73934]: cluster 2024-03-30T04:52:11.990790+0000 mgr.y (mgr.25387) 7193 : cluster [DBG] pgmap v4649: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:13.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:12 smithi105 bash[58125]: cluster 2024-03-30T04:52:11.990790+0000 mgr.y (mgr.25387) 7193 : cluster [DBG] pgmap v4649: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:14.510 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:52:14.510 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 6s ago 24m - - 2024-03-30T04:52:14.510 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 9s ago 24m - - 2024-03-30T04:52:14.510 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (38s) 6s ago 18m 14.2M - 0.25.0 c8568f914cd2 2815d9a007d7 2024-03-30T04:52:14.510 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (22s) 9s ago 17m 34.8M - 9.4.12 2bacad6d85d8 651580bf5f29 2024-03-30T04:52:14.510 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (116s) 6s ago 15m 42.6M - 3.7 3714003597ec d66b582b62cd 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (10m) 9s ago 23m 440M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (10m) 6s ago 25m 550M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (9m) 6s ago 25m 180M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (8m) 9s ago 24m 72.2M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (8m) 6s ago 24m 75.7M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (95s) 6s ago 18m 8015k - 1.5.0 0da6a335fe13 51d1dfc9d616 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (76s) 9s ago 18m 7556k - 1.5.0 0da6a335fe13 6e6367562d43 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (7m) 6s ago 23m 60.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (6m) 6s ago 22m 67.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (6m) 6s ago 22m 61.4M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (5m) 6s ago 21m 66.9M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (5m) 9s ago 21m 67.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (4m) 9s ago 20m 59.1M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (3m) 9s ago 19m 55.2M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:52:14.511 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (3m) 9s ago 19m 59.6M 4096M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:52:14.512 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (56s) 9s ago 18m 55.0M - 2.43.0 a07b618ecd1d 18e5d0e4764b 2024-03-30T04:52:14.512 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (2m) 6s ago 16m 90.6M - 19.0.0-2493-gd82c9aa1 3714003597ec 51ada343a22c 2024-03-30T04:52:14.512 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (2m) 9s ago 16m 90.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 839a415fe117 2024-03-30T04:52:14.512 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (2m) 6s ago 16m 90.7M - 19.0.0-2493-gd82c9aa1 3714003597ec 0ec36fcd9fac 2024-03-30T04:52:14.512 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (2m) 9s ago 16m 90.7M - 19.0.0-2493-gd82c9aa1 3714003597ec 583e5a7bf385 2024-03-30T04:52:15.289 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions' 2024-03-30T04:52:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:15 smithi097 bash[69502]: cluster 2024-03-30T04:52:13.991718+0000 mgr.y (mgr.25387) 7194 : cluster [DBG] pgmap v4650: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:15.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:15 smithi097 bash[73934]: cluster 2024-03-30T04:52:13.991718+0000 mgr.y (mgr.25387) 7194 : cluster [DBG] pgmap v4650: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:15.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:15 smithi105 bash[58125]: cluster 2024-03-30T04:52:13.991718+0000 mgr.y (mgr.25387) 7194 : cluster [DBG] pgmap v4650: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:16.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:16 smithi097 bash[69502]: audit 2024-03-30T04:52:14.464745+0000 mgr.y (mgr.25387) 7195 : audit [DBG] from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:16.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:16 smithi097 bash[73934]: audit 2024-03-30T04:52:14.464745+0000 mgr.y (mgr.25387) 7195 : audit [DBG] from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:16.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:16 smithi105 bash[58125]: audit 2024-03-30T04:52:14.464745+0000 mgr.y (mgr.25387) 7195 : audit [DBG] from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:52:17.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:17 smithi097 bash[69502]: cluster 2024-03-30T04:52:15.993232+0000 mgr.y (mgr.25387) 7196 : cluster [DBG] pgmap v4651: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:17.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:17 smithi097 bash[73934]: cluster 2024-03-30T04:52:15.993232+0000 mgr.y (mgr.25387) 7196 : cluster [DBG] pgmap v4651: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:17.458 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:17 smithi105 bash[58125]: cluster 2024-03-30T04:52:15.993232+0000 mgr.y (mgr.25387) 7196 : cluster [DBG] pgmap v4651: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:52:18.539 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:52:18.540 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:52:18.540 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:52:18.540 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:52:18.540 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:52:18.540 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:52:18.540 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:52:19.264 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-30T04:52:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:19 smithi097 bash[69502]: cluster 2024-03-30T04:52:17.994452+0000 mgr.y (mgr.25387) 7197 : cluster [DBG] pgmap v4652: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:19.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:19 smithi097 bash[69502]: audit 2024-03-30T04:52:18.543362+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.97:0/690303112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:19 smithi097 bash[73934]: cluster 2024-03-30T04:52:17.994452+0000 mgr.y (mgr.25387) 7197 : cluster [DBG] pgmap v4652: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:19.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:19 smithi097 bash[73934]: audit 2024-03-30T04:52:18.543362+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.97:0/690303112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:19 smithi105 bash[58125]: cluster 2024-03-30T04:52:17.994452+0000 mgr.y (mgr.25387) 7197 : cluster [DBG] pgmap v4652: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:19.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:19 smithi105 bash[58125]: audit 2024-03-30T04:52:18.543362+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.97:0/690303112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:52:21.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:21 smithi097 bash[69502]: cluster 2024-03-30T04:52:19.995523+0000 mgr.y (mgr.25387) 7198 : cluster [DBG] pgmap v4653: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:21.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:21 smithi097 bash[69502]: audit 2024-03-30T04:52:20.212288+0000 mgr.y (mgr.25387) 7199 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:21.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:21 smithi097 bash[73934]: cluster 2024-03-30T04:52:19.995523+0000 mgr.y (mgr.25387) 7198 : cluster [DBG] pgmap v4653: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:21.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:21 smithi097 bash[73934]: audit 2024-03-30T04:52:20.212288+0000 mgr.y (mgr.25387) 7199 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:21 smithi105 bash[58125]: cluster 2024-03-30T04:52:19.995523+0000 mgr.y (mgr.25387) 7198 : cluster [DBG] pgmap v4653: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:21.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:21 smithi105 bash[58125]: audit 2024-03-30T04:52:20.212288+0000 mgr.y (mgr.25387) 7199 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:22.053 INFO:teuthology.orchestra.run.smithi097.stdout:wait for servicemap items w/ changing names to refresh 2024-03-30T04:52:22.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:52:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:52:22] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-30T04:52:22.846 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'sleep 60' 2024-03-30T04:52:23.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:23 smithi097 bash[69502]: cluster 2024-03-30T04:52:21.997023+0000 mgr.y (mgr.25387) 7200 : cluster [DBG] pgmap v4654: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:23.126 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:23 smithi097 bash[73934]: cluster 2024-03-30T04:52:21.997023+0000 mgr.y (mgr.25387) 7200 : cluster [DBG] pgmap v4654: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:23.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:23 smithi105 bash[58125]: cluster 2024-03-30T04:52:21.997023+0000 mgr.y (mgr.25387) 7200 : cluster [DBG] pgmap v4654: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:25.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[69502]: cluster 2024-03-30T04:52:23.997674+0000 mgr.y (mgr.25387) 7201 : cluster [DBG] pgmap v4655: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:25.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[69502]: audit 2024-03-30T04:52:24.502038+0000 mon.a (mon.0) 15048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:25.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[69502]: audit 2024-03-30T04:52:24.779691+0000 mon.a (mon.0) 15049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[69502]: audit 2024-03-30T04:52:24.786048+0000 mon.a (mon.0) 15050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.126 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[69502]: audit 2024-03-30T04:52:24.792092+0000 mon.a (mon.0) 15051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[73934]: cluster 2024-03-30T04:52:23.997674+0000 mgr.y (mgr.25387) 7201 : cluster [DBG] pgmap v4655: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:25.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[73934]: audit 2024-03-30T04:52:24.502038+0000 mon.a (mon.0) 15048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:25.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[73934]: audit 2024-03-30T04:52:24.779691+0000 mon.a (mon.0) 15049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[73934]: audit 2024-03-30T04:52:24.786048+0000 mon.a (mon.0) 15050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.127 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:25 smithi097 bash[73934]: audit 2024-03-30T04:52:24.792092+0000 mon.a (mon.0) 15051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:25 smithi105 bash[58125]: cluster 2024-03-30T04:52:23.997674+0000 mgr.y (mgr.25387) 7201 : cluster [DBG] pgmap v4655: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:25 smithi105 bash[58125]: audit 2024-03-30T04:52:24.502038+0000 mon.a (mon.0) 15048 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:25 smithi105 bash[58125]: audit 2024-03-30T04:52:24.779691+0000 mon.a (mon.0) 15049 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:25 smithi105 bash[58125]: audit 2024-03-30T04:52:24.786048+0000 mon.a (mon.0) 15050 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:25.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:25 smithi105 bash[58125]: audit 2024-03-30T04:52:24.792092+0000 mon.a (mon.0) 15051 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:27.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:27 smithi097 bash[73934]: cluster 2024-03-30T04:52:25.998979+0000 mgr.y (mgr.25387) 7202 : cluster [DBG] pgmap v4656: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:27.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:27 smithi097 bash[69502]: cluster 2024-03-30T04:52:25.998979+0000 mgr.y (mgr.25387) 7202 : cluster [DBG] pgmap v4656: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:27.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:27 smithi105 bash[58125]: cluster 2024-03-30T04:52:25.998979+0000 mgr.y (mgr.25387) 7202 : cluster [DBG] pgmap v4656: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:28 smithi105 bash[58125]: audit 2024-03-30T04:52:27.929652+0000 mon.a (mon.0) 15052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:28 smithi105 bash[58125]: audit 2024-03-30T04:52:27.939430+0000 mon.a (mon.0) 15053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:28 smithi105 bash[58125]: audit 2024-03-30T04:52:27.951166+0000 mon.a (mon.0) 15054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:28 smithi105 bash[58125]: cluster 2024-03-30T04:52:28.000246+0000 mgr.y (mgr.25387) 7203 : cluster [DBG] pgmap v4657: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:29.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[73934]: audit 2024-03-30T04:52:27.929652+0000 mon.a (mon.0) 15052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[73934]: audit 2024-03-30T04:52:27.939430+0000 mon.a (mon.0) 15053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[73934]: audit 2024-03-30T04:52:27.951166+0000 mon.a (mon.0) 15054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.265 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[73934]: cluster 2024-03-30T04:52:28.000246+0000 mgr.y (mgr.25387) 7203 : cluster [DBG] pgmap v4657: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:29.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[69502]: audit 2024-03-30T04:52:27.929652+0000 mon.a (mon.0) 15052 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.265 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[69502]: audit 2024-03-30T04:52:27.939430+0000 mon.a (mon.0) 15053 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.266 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[69502]: audit 2024-03-30T04:52:27.951166+0000 mon.a (mon.0) 15054 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:29.266 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:28 smithi097 bash[69502]: cluster 2024-03-30T04:52:28.000246+0000 mgr.y (mgr.25387) 7203 : cluster [DBG] pgmap v4657: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:31.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:31 smithi097 bash[73934]: cluster 2024-03-30T04:52:30.001212+0000 mgr.y (mgr.25387) 7204 : cluster [DBG] pgmap v4658: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:31 smithi097 bash[69502]: cluster 2024-03-30T04:52:30.001212+0000 mgr.y (mgr.25387) 7204 : cluster [DBG] pgmap v4658: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:31 smithi105 bash[58125]: cluster 2024-03-30T04:52:30.001212+0000 mgr.y (mgr.25387) 7204 : cluster [DBG] pgmap v4658: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:32 smithi097 bash[73934]: audit 2024-03-30T04:52:30.223534+0000 mgr.y (mgr.25387) 7205 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:32 smithi097 bash[69502]: audit 2024-03-30T04:52:30.223534+0000 mgr.y (mgr.25387) 7205 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:32 smithi105 bash[58125]: audit 2024-03-30T04:52:30.223534+0000 mgr.y (mgr.25387) 7205 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:32.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:52:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:52:32] "GET /metrics HTTP/1.1" 200 38689 "" "Prometheus/2.43.0" 2024-03-30T04:52:33.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:33 smithi097 bash[69502]: cluster 2024-03-30T04:52:32.002620+0000 mgr.y (mgr.25387) 7206 : cluster [DBG] pgmap v4659: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:33 smithi097 bash[73934]: cluster 2024-03-30T04:52:32.002620+0000 mgr.y (mgr.25387) 7206 : cluster [DBG] pgmap v4659: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:33 smithi105 bash[58125]: cluster 2024-03-30T04:52:32.002620+0000 mgr.y (mgr.25387) 7206 : cluster [DBG] pgmap v4659: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:35 smithi097 bash[69502]: cluster 2024-03-30T04:52:34.003542+0000 mgr.y (mgr.25387) 7207 : cluster [DBG] pgmap v4660: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:35 smithi097 bash[73934]: cluster 2024-03-30T04:52:34.003542+0000 mgr.y (mgr.25387) 7207 : cluster [DBG] pgmap v4660: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:35.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:35 smithi105 bash[58125]: cluster 2024-03-30T04:52:34.003542+0000 mgr.y (mgr.25387) 7207 : cluster [DBG] pgmap v4660: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:37 smithi097 bash[73934]: cluster 2024-03-30T04:52:36.004974+0000 mgr.y (mgr.25387) 7208 : cluster [DBG] pgmap v4661: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:37.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:37 smithi097 bash[69502]: cluster 2024-03-30T04:52:36.004974+0000 mgr.y (mgr.25387) 7208 : cluster [DBG] pgmap v4661: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:37 smithi105 bash[58125]: cluster 2024-03-30T04:52:36.004974+0000 mgr.y (mgr.25387) 7208 : cluster [DBG] pgmap v4661: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:39 smithi097 bash[73934]: cluster 2024-03-30T04:52:38.006201+0000 mgr.y (mgr.25387) 7209 : cluster [DBG] pgmap v4662: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:39 smithi097 bash[69502]: cluster 2024-03-30T04:52:38.006201+0000 mgr.y (mgr.25387) 7209 : cluster [DBG] pgmap v4662: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:39.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:39 smithi105 bash[58125]: cluster 2024-03-30T04:52:38.006201+0000 mgr.y (mgr.25387) 7209 : cluster [DBG] pgmap v4662: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:40 smithi097 bash[69502]: audit 2024-03-30T04:52:39.502506+0000 mon.a (mon.0) 15055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:40 smithi097 bash[73934]: audit 2024-03-30T04:52:39.502506+0000 mon.a (mon.0) 15055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:40.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:40 smithi105 bash[58125]: audit 2024-03-30T04:52:39.502506+0000 mon.a (mon.0) 15055 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:41 smithi097 bash[73934]: cluster 2024-03-30T04:52:40.007215+0000 mgr.y (mgr.25387) 7210 : cluster [DBG] pgmap v4663: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:41 smithi097 bash[69502]: cluster 2024-03-30T04:52:40.007215+0000 mgr.y (mgr.25387) 7210 : cluster [DBG] pgmap v4663: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:41.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:41 smithi105 bash[58125]: cluster 2024-03-30T04:52:40.007215+0000 mgr.y (mgr.25387) 7210 : cluster [DBG] pgmap v4663: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:42.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:42 smithi105 bash[58125]: audit 2024-03-30T04:52:40.234886+0000 mgr.y (mgr.25387) 7211 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:42 smithi097 bash[73934]: audit 2024-03-30T04:52:40.234886+0000 mgr.y (mgr.25387) 7211 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:42 smithi097 bash[69502]: audit 2024-03-30T04:52:40.234886+0000 mgr.y (mgr.25387) 7211 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:42.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:52:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:52:42] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-30T04:52:43.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:43 smithi105 bash[58125]: cluster 2024-03-30T04:52:42.008656+0000 mgr.y (mgr.25387) 7212 : cluster [DBG] pgmap v4664: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:43.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:43 smithi097 bash[73934]: cluster 2024-03-30T04:52:42.008656+0000 mgr.y (mgr.25387) 7212 : cluster [DBG] pgmap v4664: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:43.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:43 smithi097 bash[69502]: cluster 2024-03-30T04:52:42.008656+0000 mgr.y (mgr.25387) 7212 : cluster [DBG] pgmap v4664: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[69502]: cluster 2024-03-30T04:52:44.009516+0000 mgr.y (mgr.25387) 7213 : cluster [DBG] pgmap v4665: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[69502]: audit 2024-03-30T04:52:44.915456+0000 mon.a (mon.0) 15056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[69502]: audit 2024-03-30T04:52:44.927943+0000 mon.a (mon.0) 15057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[69502]: audit 2024-03-30T04:52:44.939327+0000 mon.a (mon.0) 15058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[73934]: cluster 2024-03-30T04:52:44.009516+0000 mgr.y (mgr.25387) 7213 : cluster [DBG] pgmap v4665: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[73934]: audit 2024-03-30T04:52:44.915456+0000 mon.a (mon.0) 15056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[73934]: audit 2024-03-30T04:52:44.927943+0000 mon.a (mon.0) 15057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:45 smithi097 bash[73934]: audit 2024-03-30T04:52:44.939327+0000 mon.a (mon.0) 15058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:45 smithi105 bash[58125]: cluster 2024-03-30T04:52:44.009516+0000 mgr.y (mgr.25387) 7213 : cluster [DBG] pgmap v4665: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:45.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:45 smithi105 bash[58125]: audit 2024-03-30T04:52:44.915456+0000 mon.a (mon.0) 15056 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:45 smithi105 bash[58125]: audit 2024-03-30T04:52:44.927943+0000 mon.a (mon.0) 15057 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:45.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:45 smithi105 bash[58125]: audit 2024-03-30T04:52:44.939327+0000 mon.a (mon.0) 15058 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:47.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:47 smithi097 bash[69502]: cluster 2024-03-30T04:52:46.010576+0000 mgr.y (mgr.25387) 7214 : cluster [DBG] pgmap v4666: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:47.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:47 smithi097 bash[73934]: cluster 2024-03-30T04:52:46.010576+0000 mgr.y (mgr.25387) 7214 : cluster [DBG] pgmap v4666: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:47.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:47 smithi105 bash[58125]: cluster 2024-03-30T04:52:46.010576+0000 mgr.y (mgr.25387) 7214 : cluster [DBG] pgmap v4666: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[73934]: cluster 2024-03-30T04:52:48.011309+0000 mgr.y (mgr.25387) 7215 : cluster [DBG] pgmap v4667: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[73934]: audit 2024-03-30T04:52:48.124543+0000 mon.a (mon.0) 15059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[73934]: audit 2024-03-30T04:52:48.133405+0000 mon.a (mon.0) 15060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[73934]: audit 2024-03-30T04:52:48.142681+0000 mon.a (mon.0) 15061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[69502]: cluster 2024-03-30T04:52:48.011309+0000 mgr.y (mgr.25387) 7215 : cluster [DBG] pgmap v4667: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:49.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[69502]: audit 2024-03-30T04:52:48.124543+0000 mon.a (mon.0) 15059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[69502]: audit 2024-03-30T04:52:48.133405+0000 mon.a (mon.0) 15060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:49 smithi097 bash[69502]: audit 2024-03-30T04:52:48.142681+0000 mon.a (mon.0) 15061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:49 smithi105 bash[58125]: cluster 2024-03-30T04:52:48.011309+0000 mgr.y (mgr.25387) 7215 : cluster [DBG] pgmap v4667: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:49 smithi105 bash[58125]: audit 2024-03-30T04:52:48.124543+0000 mon.a (mon.0) 15059 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:49 smithi105 bash[58125]: audit 2024-03-30T04:52:48.133405+0000 mon.a (mon.0) 15060 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:49 smithi105 bash[58125]: audit 2024-03-30T04:52:48.142681+0000 mon.a (mon.0) 15061 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:52:51.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:51 smithi097 bash[73934]: cluster 2024-03-30T04:52:50.012248+0000 mgr.y (mgr.25387) 7216 : cluster [DBG] pgmap v4668: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:51.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:51 smithi097 bash[69502]: cluster 2024-03-30T04:52:50.012248+0000 mgr.y (mgr.25387) 7216 : cluster [DBG] pgmap v4668: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:51.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:51 smithi105 bash[58125]: cluster 2024-03-30T04:52:50.012248+0000 mgr.y (mgr.25387) 7216 : cluster [DBG] pgmap v4668: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:52.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:52 smithi105 bash[58125]: audit 2024-03-30T04:52:50.236320+0000 mgr.y (mgr.25387) 7217 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:52.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:52 smithi097 bash[69502]: audit 2024-03-30T04:52:50.236320+0000 mgr.y (mgr.25387) 7217 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:52.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:52 smithi097 bash[73934]: audit 2024-03-30T04:52:50.236320+0000 mgr.y (mgr.25387) 7217 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:52:52.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:52:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:52:52] "GET /metrics HTTP/1.1" 200 38692 "" "Prometheus/2.43.0" 2024-03-30T04:52:53.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:53 smithi105 bash[58125]: cluster 2024-03-30T04:52:52.013682+0000 mgr.y (mgr.25387) 7218 : cluster [DBG] pgmap v4669: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:53.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:53 smithi097 bash[73934]: cluster 2024-03-30T04:52:52.013682+0000 mgr.y (mgr.25387) 7218 : cluster [DBG] pgmap v4669: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:53.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:53 smithi097 bash[69502]: cluster 2024-03-30T04:52:52.013682+0000 mgr.y (mgr.25387) 7218 : cluster [DBG] pgmap v4669: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:55.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:55 smithi105 bash[58125]: cluster 2024-03-30T04:52:54.014682+0000 mgr.y (mgr.25387) 7219 : cluster [DBG] pgmap v4670: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:55.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:55 smithi105 bash[58125]: audit 2024-03-30T04:52:54.502806+0000 mon.a (mon.0) 15062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:55 smithi097 bash[69502]: cluster 2024-03-30T04:52:54.014682+0000 mgr.y (mgr.25387) 7219 : cluster [DBG] pgmap v4670: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:55.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:55 smithi097 bash[69502]: audit 2024-03-30T04:52:54.502806+0000 mon.a (mon.0) 15062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:55 smithi097 bash[73934]: cluster 2024-03-30T04:52:54.014682+0000 mgr.y (mgr.25387) 7219 : cluster [DBG] pgmap v4670: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:55.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:55 smithi097 bash[73934]: audit 2024-03-30T04:52:54.502806+0000 mon.a (mon.0) 15062 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:52:57.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:57 smithi105 bash[58125]: cluster 2024-03-30T04:52:56.016032+0000 mgr.y (mgr.25387) 7220 : cluster [DBG] pgmap v4671: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:57.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:57 smithi097 bash[73934]: cluster 2024-03-30T04:52:56.016032+0000 mgr.y (mgr.25387) 7220 : cluster [DBG] pgmap v4671: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:57.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:57 smithi097 bash[69502]: cluster 2024-03-30T04:52:56.016032+0000 mgr.y (mgr.25387) 7220 : cluster [DBG] pgmap v4671: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:52:59.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:52:59 smithi105 bash[58125]: cluster 2024-03-30T04:52:58.017218+0000 mgr.y (mgr.25387) 7221 : cluster [DBG] pgmap v4672: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:52:59 smithi097 bash[69502]: cluster 2024-03-30T04:52:58.017218+0000 mgr.y (mgr.25387) 7221 : cluster [DBG] pgmap v4672: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:52:59.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:52:59 smithi097 bash[73934]: cluster 2024-03-30T04:52:58.017218+0000 mgr.y (mgr.25387) 7221 : cluster [DBG] pgmap v4672: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:01 smithi105 bash[58125]: cluster 2024-03-30T04:53:00.018192+0000 mgr.y (mgr.25387) 7222 : cluster [DBG] pgmap v4673: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:01 smithi097 bash[69502]: cluster 2024-03-30T04:53:00.018192+0000 mgr.y (mgr.25387) 7222 : cluster [DBG] pgmap v4673: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:01 smithi097 bash[73934]: cluster 2024-03-30T04:53:00.018192+0000 mgr.y (mgr.25387) 7222 : cluster [DBG] pgmap v4673: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:02.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:02 smithi105 bash[58125]: audit 2024-03-30T04:53:00.247513+0000 mgr.y (mgr.25387) 7223 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:02.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:02 smithi097 bash[73934]: audit 2024-03-30T04:53:00.247513+0000 mgr.y (mgr.25387) 7223 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:02.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:02 smithi097 bash[69502]: audit 2024-03-30T04:53:00.247513+0000 mgr.y (mgr.25387) 7223 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:02.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:53:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:53:02] "GET /metrics HTTP/1.1" 200 38690 "" "Prometheus/2.43.0" 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: cluster 2024-03-30T04:53:02.019613+0000 mgr.y (mgr.25387) 7224 : cluster [DBG] pgmap v4674: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.312077+0000 mon.a (mon.0) 15063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.318739+0000 mon.a (mon.0) 15064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.319147+0000 mon.a (mon.0) 15065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.320536+0000 mon.a (mon.0) 15066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.321031+0000 mon.a (mon.0) 15067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.322568+0000 mon.a (mon.0) 15068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.323042+0000 mon.a (mon.0) 15069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.324385+0000 mon.a (mon.0) 15070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.324936+0000 mon.a (mon.0) 15071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.334917+0000 mon.a (mon.0) 15072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.345259+0000 mon.a (mon.0) 15073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.350680+0000 mon.a (mon.0) 15074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.352787+0000 mon.a (mon.0) 15075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:03.461 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:03 smithi105 bash[58125]: audit 2024-03-30T04:53:02.363724+0000 mon.a (mon.0) 15076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: cluster 2024-03-30T04:53:02.019613+0000 mgr.y (mgr.25387) 7224 : cluster [DBG] pgmap v4674: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.312077+0000 mon.a (mon.0) 15063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.318739+0000 mon.a (mon.0) 15064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.319147+0000 mon.a (mon.0) 15065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.320536+0000 mon.a (mon.0) 15066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.321031+0000 mon.a (mon.0) 15067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.322568+0000 mon.a (mon.0) 15068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.323042+0000 mon.a (mon.0) 15069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.324385+0000 mon.a (mon.0) 15070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.324936+0000 mon.a (mon.0) 15071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.334917+0000 mon.a (mon.0) 15072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.345259+0000 mon.a (mon.0) 15073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.350680+0000 mon.a (mon.0) 15074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.352787+0000 mon.a (mon.0) 15075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[69502]: audit 2024-03-30T04:53:02.363724+0000 mon.a (mon.0) 15076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: cluster 2024-03-30T04:53:02.019613+0000 mgr.y (mgr.25387) 7224 : cluster [DBG] pgmap v4674: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.312077+0000 mon.a (mon.0) 15063 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.318739+0000 mon.a (mon.0) 15064 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.628 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.319147+0000 mon.a (mon.0) 15065 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.320536+0000 mon.a (mon.0) 15066 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.321031+0000 mon.a (mon.0) 15067 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.322568+0000 mon.a (mon.0) 15068 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.323042+0000 mon.a (mon.0) 15069 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.324385+0000 mon.a (mon.0) 15070 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.324936+0000 mon.a (mon.0) 15071 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.334917+0000 mon.a (mon.0) 15072 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.345259+0000 mon.a (mon.0) 15073 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.350680+0000 mon.a (mon.0) 15074 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.352787+0000 mon.a (mon.0) 15075 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:53:03.629 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:03 smithi097 bash[73934]: audit 2024-03-30T04:53:02.363724+0000 mon.a (mon.0) 15076 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:04 smithi105 bash[58125]: cephadm 2024-03-30T04:53:02.326014+0000 mgr.y (mgr.25387) 7225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2780M 2024-03-30T04:53:04.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:04 smithi105 bash[58125]: cephadm 2024-03-30T04:53:02.326580+0000 mgr.y (mgr.25387) 7226 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 2524M 2024-03-30T04:53:04.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:04 smithi097 bash[69502]: cephadm 2024-03-30T04:53:02.326014+0000 mgr.y (mgr.25387) 7225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2780M 2024-03-30T04:53:04.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:04 smithi097 bash[69502]: cephadm 2024-03-30T04:53:02.326580+0000 mgr.y (mgr.25387) 7226 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 2524M 2024-03-30T04:53:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:04 smithi097 bash[73934]: cephadm 2024-03-30T04:53:02.326014+0000 mgr.y (mgr.25387) 7225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 2780M 2024-03-30T04:53:04.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:04 smithi097 bash[73934]: cephadm 2024-03-30T04:53:02.326580+0000 mgr.y (mgr.25387) 7226 : cephadm [INF] Adjusting osd_memory_target on smithi097 to 2524M 2024-03-30T04:53:05.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:05 smithi105 bash[58125]: cluster 2024-03-30T04:53:04.020535+0000 mgr.y (mgr.25387) 7227 : cluster [DBG] pgmap v4675: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:05.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:05 smithi105 bash[58125]: audit 2024-03-30T04:53:05.080998+0000 mon.a (mon.0) 15077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:05 smithi105 bash[58125]: audit 2024-03-30T04:53:05.093471+0000 mon.a (mon.0) 15078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:05 smithi105 bash[58125]: audit 2024-03-30T04:53:05.105014+0000 mon.a (mon.0) 15079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[69502]: cluster 2024-03-30T04:53:04.020535+0000 mgr.y (mgr.25387) 7227 : cluster [DBG] pgmap v4675: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[69502]: audit 2024-03-30T04:53:05.080998+0000 mon.a (mon.0) 15077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[69502]: audit 2024-03-30T04:53:05.093471+0000 mon.a (mon.0) 15078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[69502]: audit 2024-03-30T04:53:05.105014+0000 mon.a (mon.0) 15079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[73934]: cluster 2024-03-30T04:53:04.020535+0000 mgr.y (mgr.25387) 7227 : cluster [DBG] pgmap v4675: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:05.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[73934]: audit 2024-03-30T04:53:05.080998+0000 mon.a (mon.0) 15077 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[73934]: audit 2024-03-30T04:53:05.093471+0000 mon.a (mon.0) 15078 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:05.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:05 smithi097 bash[73934]: audit 2024-03-30T04:53:05.105014+0000 mon.a (mon.0) 15079 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:07.444 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:07 smithi097 bash[73934]: cluster 2024-03-30T04:53:06.021903+0000 mgr.y (mgr.25387) 7228 : cluster [DBG] pgmap v4676: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:07.445 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:07 smithi097 bash[69502]: cluster 2024-03-30T04:53:06.021903+0000 mgr.y (mgr.25387) 7228 : cluster [DBG] pgmap v4676: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:07.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:07 smithi105 bash[58125]: cluster 2024-03-30T04:53:06.021903+0000 mgr.y (mgr.25387) 7228 : cluster [DBG] pgmap v4676: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:09 smithi105 bash[58125]: cluster 2024-03-30T04:53:08.022582+0000 mgr.y (mgr.25387) 7229 : cluster [DBG] pgmap v4677: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:09 smithi105 bash[58125]: audit 2024-03-30T04:53:08.335290+0000 mon.a (mon.0) 15080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:09 smithi105 bash[58125]: audit 2024-03-30T04:53:08.341270+0000 mon.a (mon.0) 15081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:09 smithi105 bash[58125]: audit 2024-03-30T04:53:08.348445+0000 mon.a (mon.0) 15082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[69502]: cluster 2024-03-30T04:53:08.022582+0000 mgr.y (mgr.25387) 7229 : cluster [DBG] pgmap v4677: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[69502]: audit 2024-03-30T04:53:08.335290+0000 mon.a (mon.0) 15080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[69502]: audit 2024-03-30T04:53:08.341270+0000 mon.a (mon.0) 15081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[69502]: audit 2024-03-30T04:53:08.348445+0000 mon.a (mon.0) 15082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[73934]: cluster 2024-03-30T04:53:08.022582+0000 mgr.y (mgr.25387) 7229 : cluster [DBG] pgmap v4677: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:09.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[73934]: audit 2024-03-30T04:53:08.335290+0000 mon.a (mon.0) 15080 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[73934]: audit 2024-03-30T04:53:08.341270+0000 mon.a (mon.0) 15081 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:09.627 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:09 smithi097 bash[73934]: audit 2024-03-30T04:53:08.348445+0000 mon.a (mon.0) 15082 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:10.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:10 smithi105 bash[58125]: audit 2024-03-30T04:53:09.503044+0000 mon.a (mon.0) 15083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:10.484 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:10 smithi097 bash[73934]: audit 2024-03-30T04:53:09.503044+0000 mon.a (mon.0) 15083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:10.485 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:10 smithi097 bash[69502]: audit 2024-03-30T04:53:09.503044+0000 mon.a (mon.0) 15083 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:11.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:11 smithi105 bash[58125]: cluster 2024-03-30T04:53:10.023577+0000 mgr.y (mgr.25387) 7230 : cluster [DBG] pgmap v4678: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:11.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:11 smithi097 bash[73934]: cluster 2024-03-30T04:53:10.023577+0000 mgr.y (mgr.25387) 7230 : cluster [DBG] pgmap v4678: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:11.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:11 smithi097 bash[69502]: cluster 2024-03-30T04:53:10.023577+0000 mgr.y (mgr.25387) 7230 : cluster [DBG] pgmap v4678: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:12.483 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:12 smithi097 bash[73934]: audit 2024-03-30T04:53:10.257282+0000 mgr.y (mgr.25387) 7231 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:12.483 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:12 smithi097 bash[69502]: audit 2024-03-30T04:53:10.257282+0000 mgr.y (mgr.25387) 7231 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:12.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:12 smithi105 bash[58125]: audit 2024-03-30T04:53:10.257282+0000 mgr.y (mgr.25387) 7231 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:12.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:53:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:53:12] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.43.0" 2024-03-30T04:53:13.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:13 smithi097 bash[73934]: cluster 2024-03-30T04:53:12.025078+0000 mgr.y (mgr.25387) 7232 : cluster [DBG] pgmap v4679: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:13.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:13 smithi097 bash[69502]: cluster 2024-03-30T04:53:12.025078+0000 mgr.y (mgr.25387) 7232 : cluster [DBG] pgmap v4679: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:13.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:13 smithi105 bash[58125]: cluster 2024-03-30T04:53:12.025078+0000 mgr.y (mgr.25387) 7232 : cluster [DBG] pgmap v4679: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:15.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:15 smithi097 bash[69502]: cluster 2024-03-30T04:53:14.025985+0000 mgr.y (mgr.25387) 7233 : cluster [DBG] pgmap v4680: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:15.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:15 smithi097 bash[73934]: cluster 2024-03-30T04:53:14.025985+0000 mgr.y (mgr.25387) 7233 : cluster [DBG] pgmap v4680: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:15.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:15 smithi105 bash[58125]: cluster 2024-03-30T04:53:14.025985+0000 mgr.y (mgr.25387) 7233 : cluster [DBG] pgmap v4680: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:17.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:17 smithi097 bash[73934]: cluster 2024-03-30T04:53:16.027419+0000 mgr.y (mgr.25387) 7234 : cluster [DBG] pgmap v4681: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:17.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:17 smithi097 bash[69502]: cluster 2024-03-30T04:53:16.027419+0000 mgr.y (mgr.25387) 7234 : cluster [DBG] pgmap v4681: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:17.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:17 smithi105 bash[58125]: cluster 2024-03-30T04:53:16.027419+0000 mgr.y (mgr.25387) 7234 : cluster [DBG] pgmap v4681: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:19.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:19 smithi097 bash[73934]: cluster 2024-03-30T04:53:18.028552+0000 mgr.y (mgr.25387) 7235 : cluster [DBG] pgmap v4682: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:19 smithi097 bash[69502]: cluster 2024-03-30T04:53:18.028552+0000 mgr.y (mgr.25387) 7235 : cluster [DBG] pgmap v4682: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:19.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:19 smithi105 bash[58125]: cluster 2024-03-30T04:53:18.028552+0000 mgr.y (mgr.25387) 7235 : cluster [DBG] pgmap v4682: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:20.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:20 smithi097 bash[69502]: cluster 2024-03-30T04:53:20.029531+0000 mgr.y (mgr.25387) 7236 : cluster [DBG] pgmap v4683: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:20.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:20 smithi097 bash[73934]: cluster 2024-03-30T04:53:20.029531+0000 mgr.y (mgr.25387) 7236 : cluster [DBG] pgmap v4683: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:20.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:20 smithi105 bash[58125]: cluster 2024-03-30T04:53:20.029531+0000 mgr.y (mgr.25387) 7236 : cluster [DBG] pgmap v4683: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:21.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:21 smithi097 bash[73934]: audit 2024-03-30T04:53:20.268272+0000 mgr.y (mgr.25387) 7237 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:21.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:21 smithi097 bash[69502]: audit 2024-03-30T04:53:20.268272+0000 mgr.y (mgr.25387) 7237 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:21.709 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:21 smithi105 bash[58125]: audit 2024-03-30T04:53:20.268272+0000 mgr.y (mgr.25387) 7237 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:22.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:53:22 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:53:22] "GET /metrics HTTP/1.1" 200 38691 "" "Prometheus/2.43.0" 2024-03-30T04:53:22.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:22 smithi097 bash[73934]: cluster 2024-03-30T04:53:22.030998+0000 mgr.y (mgr.25387) 7238 : cluster [DBG] pgmap v4684: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:22.627 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:22 smithi097 bash[69502]: cluster 2024-03-30T04:53:22.030998+0000 mgr.y (mgr.25387) 7238 : cluster [DBG] pgmap v4684: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:22.664 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:22 smithi105 bash[58125]: cluster 2024-03-30T04:53:22.030998+0000 mgr.y (mgr.25387) 7238 : cluster [DBG] pgmap v4684: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:25.337 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:25 smithi105 bash[58125]: cluster 2024-03-30T04:53:24.031929+0000 mgr.y (mgr.25387) 7239 : cluster [DBG] pgmap v4685: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:25.337 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:25 smithi105 bash[58125]: audit 2024-03-30T04:53:24.503842+0000 mon.a (mon.0) 15084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:25 smithi097 bash[69502]: cluster 2024-03-30T04:53:24.031929+0000 mgr.y (mgr.25387) 7239 : cluster [DBG] pgmap v4685: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:25.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:25 smithi097 bash[69502]: audit 2024-03-30T04:53:24.503842+0000 mon.a (mon.0) 15084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:25 smithi097 bash[73934]: cluster 2024-03-30T04:53:24.031929+0000 mgr.y (mgr.25387) 7239 : cluster [DBG] pgmap v4685: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:25.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:25 smithi097 bash[73934]: audit 2024-03-30T04:53:24.503842+0000 mon.a (mon.0) 15084 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:26.584 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:26 smithi105 bash[58125]: audit 2024-03-30T04:53:25.283540+0000 mon.a (mon.0) 15085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.584 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:26 smithi105 bash[58125]: audit 2024-03-30T04:53:25.300424+0000 mon.a (mon.0) 15086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.584 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:26 smithi105 bash[58125]: audit 2024-03-30T04:53:25.314498+0000 mon.a (mon.0) 15087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.584 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:26 smithi105 bash[58125]: cluster 2024-03-30T04:53:26.033358+0000 mgr.y (mgr.25387) 7240 : cluster [DBG] pgmap v4686: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[73934]: audit 2024-03-30T04:53:25.283540+0000 mon.a (mon.0) 15085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[73934]: audit 2024-03-30T04:53:25.300424+0000 mon.a (mon.0) 15086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[73934]: audit 2024-03-30T04:53:25.314498+0000 mon.a (mon.0) 15087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[73934]: cluster 2024-03-30T04:53:26.033358+0000 mgr.y (mgr.25387) 7240 : cluster [DBG] pgmap v4686: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[69502]: audit 2024-03-30T04:53:25.283540+0000 mon.a (mon.0) 15085 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[69502]: audit 2024-03-30T04:53:25.300424+0000 mon.a (mon.0) 15086 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[69502]: audit 2024-03-30T04:53:25.314498+0000 mon.a (mon.0) 15087 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:26.605 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:26 smithi097 bash[69502]: cluster 2024-03-30T04:53:26.033358+0000 mgr.y (mgr.25387) 7240 : cluster [DBG] pgmap v4686: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:27.166 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ps' 2024-03-30T04:53:29.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[73934]: cluster 2024-03-30T04:53:28.034515+0000 mgr.y (mgr.25387) 7241 : cluster [DBG] pgmap v4687: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[73934]: audit 2024-03-30T04:53:28.501677+0000 mon.a (mon.0) 15088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[73934]: audit 2024-03-30T04:53:28.510244+0000 mon.a (mon.0) 15089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[73934]: audit 2024-03-30T04:53:28.517214+0000 mon.a (mon.0) 15090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[69502]: cluster 2024-03-30T04:53:28.034515+0000 mgr.y (mgr.25387) 7241 : cluster [DBG] pgmap v4687: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[69502]: audit 2024-03-30T04:53:28.501677+0000 mon.a (mon.0) 15088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[69502]: audit 2024-03-30T04:53:28.510244+0000 mon.a (mon.0) 15089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.377 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:29 smithi097 bash[69502]: audit 2024-03-30T04:53:28.517214+0000 mon.a (mon.0) 15090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:29 smithi105 bash[58125]: cluster 2024-03-30T04:53:28.034515+0000 mgr.y (mgr.25387) 7241 : cluster [DBG] pgmap v4687: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:29.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:29 smithi105 bash[58125]: audit 2024-03-30T04:53:28.501677+0000 mon.a (mon.0) 15088 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:29 smithi105 bash[58125]: audit 2024-03-30T04:53:28.510244+0000 mon.a (mon.0) 15089 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:29.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:29 smithi105 bash[58125]: audit 2024-03-30T04:53:28.517214+0000 mon.a (mon.0) 15090 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:31.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:31 smithi097 bash[69502]: cluster 2024-03-30T04:53:30.035580+0000 mgr.y (mgr.25387) 7242 : cluster [DBG] pgmap v4688: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:31.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:31 smithi097 bash[73934]: cluster 2024-03-30T04:53:30.035580+0000 mgr.y (mgr.25387) 7242 : cluster [DBG] pgmap v4688: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:31.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:31 smithi105 bash[58125]: cluster 2024-03-30T04:53:30.035580+0000 mgr.y (mgr.25387) 7242 : cluster [DBG] pgmap v4688: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi097 smithi097 running 3s ago 26m - - 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:agent.smithi105 smithi105 running 6s ago 25m - - 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:alertmanager.a smithi097 *:9093,9094 running (116s) 3s ago 19m 15.0M - 0.25.0 c8568f914cd2 2815d9a007d7 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:grafana.a smithi105 *:3000 running (99s) 6s ago 18m 74.8M - 9.4.12 2bacad6d85d8 651580bf5f29 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:iscsi.foo.smithi097.dwmydq smithi097 running (3m) 3s ago 17m 43.0M - 3.7 3714003597ec d66b582b62cd 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.x smithi105 *:8443,9283,8765 running (11m) 6s ago 25m 441M - 19.0.0-2493-gd82c9aa1 3714003597ec 3372fdf3dea9 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:mgr.y smithi097 *:8443,9283,8765 running (11m) 3s ago 27m 550M - 19.0.0-2493-gd82c9aa1 3714003597ec 91a7085b06d4 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:mon.a smithi097 running (11m) 3s ago 27m 183M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6fc370ced6dd 2024-03-30T04:53:31.815 INFO:teuthology.orchestra.run.smithi097.stdout:mon.b smithi105 running (9m) 6s ago 25m 71.8M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 220abf2ed8dc 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:mon.c smithi097 running (10m) 3s ago 25m 78.5M 2048M 19.0.0-2493-gd82c9aa1 3714003597ec 6f80316c39b3 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.a smithi097 *:9100 running (2m) 3s ago 19m 8120k - 1.5.0 0da6a335fe13 51d1dfc9d616 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:node-exporter.b smithi105 *:9100 running (2m) 6s ago 19m 8187k - 1.5.0 0da6a335fe13 6e6367562d43 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.0 smithi097 running (8m) 3s ago 24m 61.2M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec f56c0ae91e44 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.1 smithi097 running (8m) 3s ago 24m 68.0M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec e76f28263744 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.2 smithi097 running (7m) 3s ago 23m 62.2M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec 597ee9aa501b 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.3 smithi097 running (7m) 3s ago 22m 68.1M 2524M 19.0.0-2493-gd82c9aa1 3714003597ec f9febf49c8f0 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.4 smithi105 running (6m) 6s ago 22m 67.9M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec ea9a9b0da23b 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.5 smithi105 running (5m) 6s ago 21m 59.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec eafedb0a7d00 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.6 smithi105 running (5m) 6s ago 21m 55.8M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 7cdcd90e9560 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:osd.7 smithi105 running (4m) 6s ago 20m 60.6M 2780M 19.0.0-2493-gd82c9aa1 3714003597ec 04526c48fc95 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:prometheus.a smithi105 *:9095 running (2m) 6s ago 19m 56.5M - 2.43.0 a07b618ecd1d 18e5d0e4764b 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi097.ujiisa smithi097 *:8000 running (4m) 3s ago 17m 91.6M - 19.0.0-2493-gd82c9aa1 3714003597ec 51ada343a22c 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.foo.smithi105.gjphdm smithi105 *:8000 running (3m) 6s ago 17m 91.2M - 19.0.0-2493-gd82c9aa1 3714003597ec 839a415fe117 2024-03-30T04:53:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi097.nsyvyq smithi097 *:80 running (4m) 3s ago 17m 91.6M - 19.0.0-2493-gd82c9aa1 3714003597ec 0ec36fcd9fac 2024-03-30T04:53:31.817 INFO:teuthology.orchestra.run.smithi097.stdout:rgw.smpl.smithi105.hjqely smithi105 *:80 running (3m) 6s ago 17m 91.5M - 19.0.0-2493-gd82c9aa1 3714003597ec 583e5a7bf385 2024-03-30T04:53:32.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:32 smithi097 bash[73934]: audit 2024-03-30T04:53:30.277142+0000 mgr.y (mgr.25387) 7243 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:32.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:32 smithi097 bash[69502]: audit 2024-03-30T04:53:30.277142+0000 mgr.y (mgr.25387) 7243 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:32.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:32 smithi105 bash[58125]: audit 2024-03-30T04:53:30.277142+0000 mgr.y (mgr.25387) 7243 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:32.609 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions' 2024-03-30T04:53:32.781 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:53:32 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:53:32] "GET /metrics HTTP/1.1" 200 38688 "" "Prometheus/2.43.0" 2024-03-30T04:53:33.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:33 smithi097 bash[69502]: audit 2024-03-30T04:53:31.803385+0000 mgr.y (mgr.25387) 7244 : audit [DBG] from='client.35007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:33.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:33 smithi097 bash[69502]: cluster 2024-03-30T04:53:32.036448+0000 mgr.y (mgr.25387) 7245 : cluster [DBG] pgmap v4689: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:33 smithi097 bash[73934]: audit 2024-03-30T04:53:31.803385+0000 mgr.y (mgr.25387) 7244 : audit [DBG] from='client.35007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:33.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:33 smithi097 bash[73934]: cluster 2024-03-30T04:53:32.036448+0000 mgr.y (mgr.25387) 7245 : cluster [DBG] pgmap v4689: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:33 smithi105 bash[58125]: audit 2024-03-30T04:53:31.803385+0000 mgr.y (mgr.25387) 7244 : audit [DBG] from='client.35007 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:33.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:33 smithi105 bash[58125]: cluster 2024-03-30T04:53:32.036448+0000 mgr.y (mgr.25387) 7245 : cluster [DBG] pgmap v4689: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:35.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:35 smithi097 bash[73934]: cluster 2024-03-30T04:53:34.037308+0000 mgr.y (mgr.25387) 7246 : cluster [DBG] pgmap v4690: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:35.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:35 smithi097 bash[69502]: cluster 2024-03-30T04:53:34.037308+0000 mgr.y (mgr.25387) 7246 : cluster [DBG] pgmap v4690: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:35.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:35 smithi105 bash[58125]: cluster 2024-03-30T04:53:34.037308+0000 mgr.y (mgr.25387) 7246 : cluster [DBG] pgmap v4690: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:36.714 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:53:36.714 INFO:teuthology.orchestra.run.smithi097.stdout: "mon": { 2024-03-30T04:53:36.714 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 3 2024-03-30T04:53:36.714 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:53:36.714 INFO:teuthology.orchestra.run.smithi097.stdout: "mgr": { 2024-03-30T04:53:36.714 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 2 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: "osd": { 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 8 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: "rgw": { 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 4 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: }, 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: "overall": { 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)": 17 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout: } 2024-03-30T04:53:36.715 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:53:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:37 smithi097 bash[73934]: cluster 2024-03-30T04:53:36.038814+0000 mgr.y (mgr.25387) 7247 : cluster [DBG] pgmap v4691: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:37.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:37 smithi097 bash[73934]: audit 2024-03-30T04:53:36.718312+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.97:0/143826999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:37.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:37 smithi097 bash[69502]: cluster 2024-03-30T04:53:36.038814+0000 mgr.y (mgr.25387) 7247 : cluster [DBG] pgmap v4691: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:37.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:37 smithi097 bash[69502]: audit 2024-03-30T04:53:36.718312+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.97:0/143826999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:37 smithi105 bash[58125]: cluster 2024-03-30T04:53:36.038814+0000 mgr.y (mgr.25387) 7247 : cluster [DBG] pgmap v4691: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:37.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:37 smithi105 bash[58125]: audit 2024-03-30T04:53:36.718312+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.97:0/143826999' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:37.532 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch upgrade status' 2024-03-30T04:53:39.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:39 smithi097 bash[73934]: cluster 2024-03-30T04:53:38.039525+0000 mgr.y (mgr.25387) 7248 : cluster [DBG] pgmap v4692: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:39 smithi097 bash[69502]: cluster 2024-03-30T04:53:38.039525+0000 mgr.y (mgr.25387) 7248 : cluster [DBG] pgmap v4692: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:39.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:39 smithi105 bash[58125]: cluster 2024-03-30T04:53:38.039525+0000 mgr.y (mgr.25387) 7248 : cluster [DBG] pgmap v4692: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:40.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:40 smithi097 bash[69502]: audit 2024-03-30T04:53:39.504102+0000 mon.a (mon.0) 15091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:40.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:40 smithi097 bash[73934]: audit 2024-03-30T04:53:39.504102+0000 mon.a (mon.0) 15091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:40.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:40 smithi105 bash[58125]: audit 2024-03-30T04:53:39.504102+0000 mon.a (mon.0) 15091 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:40.690 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:53:40.690 INFO:teuthology.orchestra.run.smithi097.stdout: "target_image": null, 2024-03-30T04:53:40.690 INFO:teuthology.orchestra.run.smithi097.stdout: "in_progress": false, 2024-03-30T04:53:40.691 INFO:teuthology.orchestra.run.smithi097.stdout: "which": "", 2024-03-30T04:53:40.691 INFO:teuthology.orchestra.run.smithi097.stdout: "services_complete": [], 2024-03-30T04:53:40.691 INFO:teuthology.orchestra.run.smithi097.stdout: "progress": null, 2024-03-30T04:53:40.691 INFO:teuthology.orchestra.run.smithi097.stdout: "message": "", 2024-03-30T04:53:40.691 INFO:teuthology.orchestra.run.smithi097.stdout: "is_paused": false 2024-03-30T04:53:40.691 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:53:41.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:41 smithi097 bash[69502]: cluster 2024-03-30T04:53:40.040267+0000 mgr.y (mgr.25387) 7249 : cluster [DBG] pgmap v4693: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:41.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:41 smithi097 bash[73934]: cluster 2024-03-30T04:53:40.040267+0000 mgr.y (mgr.25387) 7249 : cluster [DBG] pgmap v4693: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:41.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:41 smithi105 bash[58125]: cluster 2024-03-30T04:53:40.040267+0000 mgr.y (mgr.25387) 7249 : cluster [DBG] pgmap v4693: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:41.721 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph health detail' 2024-03-30T04:53:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:42 smithi097 bash[69502]: audit 2024-03-30T04:53:40.285038+0000 mgr.y (mgr.25387) 7250 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:42.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:42 smithi097 bash[69502]: audit 2024-03-30T04:53:40.694097+0000 mgr.y (mgr.25387) 7251 : audit [DBG] from='client.35019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:42 smithi097 bash[73934]: audit 2024-03-30T04:53:40.285038+0000 mgr.y (mgr.25387) 7250 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:42.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:42 smithi097 bash[73934]: audit 2024-03-30T04:53:40.694097+0000 mgr.y (mgr.25387) 7251 : audit [DBG] from='client.35019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:42 smithi105 bash[58125]: audit 2024-03-30T04:53:40.285038+0000 mgr.y (mgr.25387) 7250 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:42.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:42 smithi105 bash[58125]: audit 2024-03-30T04:53:40.694097+0000 mgr.y (mgr.25387) 7251 : audit [DBG] from='client.35019 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:53:42.867 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:53:42 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:53:42] "GET /metrics HTTP/1.1" 200 38682 "" "Prometheus/2.43.0" 2024-03-30T04:53:43.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:43 smithi105 bash[58125]: cluster 2024-03-30T04:53:42.041752+0000 mgr.y (mgr.25387) 7252 : cluster [DBG] pgmap v4694: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:43.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:43 smithi097 bash[73934]: cluster 2024-03-30T04:53:42.041752+0000 mgr.y (mgr.25387) 7252 : cluster [DBG] pgmap v4694: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:43.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:43 smithi097 bash[69502]: cluster 2024-03-30T04:53:42.041752+0000 mgr.y (mgr.25387) 7252 : cluster [DBG] pgmap v4694: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:45.051 INFO:teuthology.orchestra.run.smithi097.stdout:HEALTH_OK 2024-03-30T04:53:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:45 smithi097 bash[73934]: cluster 2024-03-30T04:53:44.042689+0000 mgr.y (mgr.25387) 7253 : cluster [DBG] pgmap v4695: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:45.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:45 smithi097 bash[73934]: audit 2024-03-30T04:53:45.056189+0000 mon.a (mon.0) 15092 : audit [DBG] from='client.? 172.21.15.97:0/2522578501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:53:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:45 smithi097 bash[69502]: cluster 2024-03-30T04:53:44.042689+0000 mgr.y (mgr.25387) 7253 : cluster [DBG] pgmap v4695: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:45.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:45 smithi097 bash[69502]: audit 2024-03-30T04:53:45.056189+0000 mon.a (mon.0) 15092 : audit [DBG] from='client.? 172.21.15.97:0/2522578501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:53:45.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:45 smithi105 bash[58125]: cluster 2024-03-30T04:53:44.042689+0000 mgr.y (mgr.25387) 7253 : cluster [DBG] pgmap v4695: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:45.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:45 smithi105 bash[58125]: audit 2024-03-30T04:53:45.056189+0000 mon.a (mon.0) 15092 : audit [DBG] from='client.? 172.21.15.97:0/2522578501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-30T04:53:45.809 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[73934]: audit 2024-03-30T04:53:45.522219+0000 mon.a (mon.0) 15093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[73934]: audit 2024-03-30T04:53:45.534223+0000 mon.a (mon.0) 15094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[73934]: audit 2024-03-30T04:53:45.545896+0000 mon.a (mon.0) 15095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[73934]: cluster 2024-03-30T04:53:46.044171+0000 mgr.y (mgr.25387) 7254 : cluster [DBG] pgmap v4696: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[69502]: audit 2024-03-30T04:53:45.522219+0000 mon.a (mon.0) 15093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[69502]: audit 2024-03-30T04:53:45.534223+0000 mon.a (mon.0) 15094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[69502]: audit 2024-03-30T04:53:45.545896+0000 mon.a (mon.0) 15095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.789 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:46 smithi097 bash[69502]: cluster 2024-03-30T04:53:46.044171+0000 mgr.y (mgr.25387) 7254 : cluster [DBG] pgmap v4696: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:46.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:46 smithi105 bash[58125]: audit 2024-03-30T04:53:45.522219+0000 mon.a (mon.0) 15093 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.959 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:46 smithi105 bash[58125]: audit 2024-03-30T04:53:45.534223+0000 mon.a (mon.0) 15094 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:46 smithi105 bash[58125]: audit 2024-03-30T04:53:45.545896+0000 mon.a (mon.0) 15095 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:46.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:46 smithi105 bash[58125]: cluster 2024-03-30T04:53:46.044171+0000 mgr.y (mgr.25387) 7254 : cluster [DBG] pgmap v4696: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:48.863 INFO:teuthology.orchestra.run.smithi097.stdout:true 2024-03-30T04:53:49.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[73934]: cluster 2024-03-30T04:53:48.045344+0000 mgr.y (mgr.25387) 7255 : cluster [DBG] pgmap v4697: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:49.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[73934]: audit 2024-03-30T04:53:48.645394+0000 mon.a (mon.0) 15096 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[73934]: audit 2024-03-30T04:53:48.652943+0000 mon.a (mon.0) 15097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[73934]: audit 2024-03-30T04:53:48.660309+0000 mon.a (mon.0) 15098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.340 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[73934]: audit 2024-03-30T04:53:48.853785+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.97:0/1574144550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:49.340 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[69502]: cluster 2024-03-30T04:53:48.045344+0000 mgr.y (mgr.25387) 7255 : cluster [DBG] pgmap v4697: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:49.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[69502]: audit 2024-03-30T04:53:48.645394+0000 mon.a (mon.0) 15096 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[69502]: audit 2024-03-30T04:53:48.652943+0000 mon.a (mon.0) 15097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[69502]: audit 2024-03-30T04:53:48.660309+0000 mon.a (mon.0) 15098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.341 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:49 smithi097 bash[69502]: audit 2024-03-30T04:53:48.853785+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.97:0/1574144550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:49.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:49 smithi105 bash[58125]: cluster 2024-03-30T04:53:48.045344+0000 mgr.y (mgr.25387) 7255 : cluster [DBG] pgmap v4697: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:49 smithi105 bash[58125]: audit 2024-03-30T04:53:48.645394+0000 mon.a (mon.0) 15096 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:49 smithi105 bash[58125]: audit 2024-03-30T04:53:48.652943+0000 mon.a (mon.0) 15097 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:49 smithi105 bash[58125]: audit 2024-03-30T04:53:48.660309+0000 mon.a (mon.0) 15098 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:53:49.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:49 smithi105 bash[58125]: audit 2024-03-30T04:53:48.853785+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.97:0/1574144550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:50.194 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-30T04:53:51.404 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:51 smithi097 bash[69502]: cluster 2024-03-30T04:53:50.046370+0000 mgr.y (mgr.25387) 7256 : cluster [DBG] pgmap v4698: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:51.404 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:51 smithi097 bash[73934]: cluster 2024-03-30T04:53:50.046370+0000 mgr.y (mgr.25387) 7256 : cluster [DBG] pgmap v4698: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:51.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:51 smithi105 bash[58125]: cluster 2024-03-30T04:53:50.046370+0000 mgr.y (mgr.25387) 7256 : cluster [DBG] pgmap v4698: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:52.363 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:52 smithi097 bash[73934]: audit 2024-03-30T04:53:50.295459+0000 mgr.y (mgr.25387) 7257 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:52.364 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:52 smithi097 bash[69502]: audit 2024-03-30T04:53:50.295459+0000 mgr.y (mgr.25387) 7257 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:52.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:52 smithi105 bash[58125]: audit 2024-03-30T04:53:50.295459+0000 mgr.y (mgr.25387) 7257 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:53:52.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:53:52 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:53:52] "GET /metrics HTTP/1.1" 200 38682 "" "Prometheus/2.43.0" 2024-03-30T04:53:53.373 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:53 smithi097 bash[73934]: cluster 2024-03-30T04:53:52.047824+0000 mgr.y (mgr.25387) 7258 : cluster [DBG] pgmap v4699: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:53.374 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:53 smithi097 bash[69502]: cluster 2024-03-30T04:53:52.047824+0000 mgr.y (mgr.25387) 7258 : cluster [DBG] pgmap v4699: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:53.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:53 smithi105 bash[58125]: cluster 2024-03-30T04:53:52.047824+0000 mgr.y (mgr.25387) 7258 : cluster [DBG] pgmap v4699: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:55 smithi097 bash[69502]: cluster 2024-03-30T04:53:54.048757+0000 mgr.y (mgr.25387) 7259 : cluster [DBG] pgmap v4700: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:55.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:55 smithi097 bash[69502]: audit 2024-03-30T04:53:54.503660+0000 mon.a (mon.0) 15099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:55 smithi097 bash[73934]: cluster 2024-03-30T04:53:54.048757+0000 mgr.y (mgr.25387) 7259 : cluster [DBG] pgmap v4700: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:55.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:55 smithi097 bash[73934]: audit 2024-03-30T04:53:54.503660+0000 mon.a (mon.0) 15099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:55.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:55 smithi105 bash[58125]: cluster 2024-03-30T04:53:54.048757+0000 mgr.y (mgr.25387) 7259 : cluster [DBG] pgmap v4700: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:53:55.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:55 smithi105 bash[58125]: audit 2024-03-30T04:53:54.503660+0000 mon.a (mon.0) 15099 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:53:55.605 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph version 19.0.0-2493-gd82c9aa1 (d82c9aa17f09785fe698d262f9601d87bb79f962) squid (dev)" 2024-03-30T04:53:56.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:56 smithi097 bash[73934]: audit 2024-03-30T04:53:55.597777+0000 mon.a (mon.0) 15100 : audit [DBG] from='client.? 172.21.15.97:0/1199188561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:56.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:56 smithi097 bash[69502]: audit 2024-03-30T04:53:55.597777+0000 mon.a (mon.0) 15100 : audit [DBG] from='client.? 172.21.15.97:0/1199188561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:56.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:56 smithi105 bash[58125]: audit 2024-03-30T04:53:55.597777+0000 mon.a (mon.0) 15100 : audit [DBG] from='client.? 172.21.15.97:0/1199188561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-30T04:53:56.895 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -e sha1=d82c9aa17f09785fe698d262f9601d87bb79f962 -- bash -c 'ceph orch ls | grep '"'"'^osd '"'"'' 2024-03-30T04:53:57.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:57 smithi097 bash[69502]: cluster 2024-03-30T04:53:56.050159+0000 mgr.y (mgr.25387) 7260 : cluster [DBG] pgmap v4701: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:57.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:57 smithi097 bash[73934]: cluster 2024-03-30T04:53:56.050159+0000 mgr.y (mgr.25387) 7260 : cluster [DBG] pgmap v4701: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:57.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:57 smithi105 bash[58125]: cluster 2024-03-30T04:53:56.050159+0000 mgr.y (mgr.25387) 7260 : cluster [DBG] pgmap v4701: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:53:59.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:53:59 smithi097 bash[73934]: cluster 2024-03-30T04:53:58.050917+0000 mgr.y (mgr.25387) 7261 : cluster [DBG] pgmap v4702: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:53:59.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:53:59 smithi097 bash[69502]: cluster 2024-03-30T04:53:58.050917+0000 mgr.y (mgr.25387) 7261 : cluster [DBG] pgmap v4702: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:53:59.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:53:59 smithi105 bash[58125]: cluster 2024-03-30T04:53:58.050917+0000 mgr.y (mgr.25387) 7261 : cluster [DBG] pgmap v4702: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:00.014 INFO:teuthology.orchestra.run.smithi097.stdout:osd 8 14s ago - 2024-03-30T04:54:00.655 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-30T04:54:00.666 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi097.front.sepia.ceph.com 2024-03-30T04:54:00.666 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls' 2024-03-30T04:54:01.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:01 smithi105 bash[58125]: audit 2024-03-30T04:53:59.990910+0000 mgr.y (mgr.25387) 7262 : audit [DBG] from='client.54976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:01.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:01 smithi105 bash[58125]: cluster 2024-03-30T04:54:00.051489+0000 mgr.y (mgr.25387) 7263 : cluster [DBG] pgmap v4703: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:01 smithi097 bash[69502]: audit 2024-03-30T04:53:59.990910+0000 mgr.y (mgr.25387) 7262 : audit [DBG] from='client.54976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:01.626 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:01 smithi097 bash[69502]: cluster 2024-03-30T04:54:00.051489+0000 mgr.y (mgr.25387) 7263 : cluster [DBG] pgmap v4703: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:01 smithi097 bash[73934]: audit 2024-03-30T04:53:59.990910+0000 mgr.y (mgr.25387) 7262 : audit [DBG] from='client.54976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:01.626 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:01 smithi097 bash[73934]: cluster 2024-03-30T04:54:00.051489+0000 mgr.y (mgr.25387) 7263 : cluster [DBG] pgmap v4703: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:02.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:02 smithi105 bash[58125]: audit 2024-03-30T04:54:00.306721+0000 mgr.y (mgr.25387) 7264 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:02.493 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:02 smithi097 bash[69502]: audit 2024-03-30T04:54:00.306721+0000 mgr.y (mgr.25387) 7264 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:02.493 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:02 smithi097 bash[73934]: audit 2024-03-30T04:54:00.306721+0000 mgr.y (mgr.25387) 7264 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:02.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:02 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:54:02] "GET /metrics HTTP/1.1" 200 38689 "" "Prometheus/2.43.0" 2024-03-30T04:54:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:03 smithi105 bash[58125]: cluster 2024-03-30T04:54:02.052437+0000 mgr.y (mgr.25387) 7265 : cluster [DBG] pgmap v4704: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:03 smithi105 bash[58125]: audit 2024-03-30T04:54:02.462043+0000 mon.a (mon.0) 15101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:54:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:03 smithi105 bash[58125]: audit 2024-03-30T04:54:02.467713+0000 mon.a (mon.0) 15102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:54:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:03 smithi105 bash[58125]: audit 2024-03-30T04:54:02.469466+0000 mon.a (mon.0) 15103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:54:03.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:03 smithi105 bash[58125]: audit 2024-03-30T04:54:02.480145+0000 mon.a (mon.0) 15104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:03.532 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[73934]: cluster 2024-03-30T04:54:02.052437+0000 mgr.y (mgr.25387) 7265 : cluster [DBG] pgmap v4704: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[73934]: audit 2024-03-30T04:54:02.462043+0000 mon.a (mon.0) 15101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[73934]: audit 2024-03-30T04:54:02.467713+0000 mon.a (mon.0) 15102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[73934]: audit 2024-03-30T04:54:02.469466+0000 mon.a (mon.0) 15103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[73934]: audit 2024-03-30T04:54:02.480145+0000 mon.a (mon.0) 15104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[69502]: cluster 2024-03-30T04:54:02.052437+0000 mgr.y (mgr.25387) 7265 : cluster [DBG] pgmap v4704: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[69502]: audit 2024-03-30T04:54:02.462043+0000 mon.a (mon.0) 15101 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[69502]: audit 2024-03-30T04:54:02.467713+0000 mon.a (mon.0) 15102 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[69502]: audit 2024-03-30T04:54:02.469466+0000 mon.a (mon.0) 15103 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-30T04:54:03.533 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:03 smithi097 bash[69502]: audit 2024-03-30T04:54:02.480145+0000 mon.a (mon.0) 15104 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:04.658 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-03-30T04:54:04.658 INFO:teuthology.orchestra.run.smithi097.stdout: "image": "quay.io/ceph/ceph", 2024-03-30T04:54:04.658 INFO:teuthology.orchestra.run.smithi097.stdout: "registry": "quay.io", 2024-03-30T04:54:04.659 INFO:teuthology.orchestra.run.smithi097.stdout: "bare_image": "ceph/ceph", 2024-03-30T04:54:04.659 INFO:teuthology.orchestra.run.smithi097.stdout: "versions": [] 2024-03-30T04:54:04.659 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-03-30T04:54:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:05 smithi105 bash[58125]: audit 2024-03-30T04:54:03.953615+0000 mgr.y (mgr.25387) 7266 : audit [DBG] from='client.35049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:05.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:05 smithi105 bash[58125]: cluster 2024-03-30T04:54:04.053278+0000 mgr.y (mgr.25387) 7267 : cluster [DBG] pgmap v4705: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:05.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:05 smithi097 bash[73934]: audit 2024-03-30T04:54:03.953615+0000 mgr.y (mgr.25387) 7266 : audit [DBG] from='client.35049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:05.478 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:05 smithi097 bash[73934]: cluster 2024-03-30T04:54:04.053278+0000 mgr.y (mgr.25387) 7267 : cluster [DBG] pgmap v4705: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:05.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:05 smithi097 bash[69502]: audit 2024-03-30T04:54:03.953615+0000 mgr.y (mgr.25387) 7266 : audit [DBG] from='client.35049 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:05.479 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:05 smithi097 bash[69502]: cluster 2024-03-30T04:54:04.053278+0000 mgr.y (mgr.25387) 7267 : cluster [DBG] pgmap v4705: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-03-30T04:54:05.480 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0' 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[73934]: audit 2024-03-30T04:54:05.753206+0000 mon.a (mon.0) 15105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[73934]: audit 2024-03-30T04:54:05.766030+0000 mon.a (mon.0) 15106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[73934]: audit 2024-03-30T04:54:05.777647+0000 mon.a (mon.0) 15107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[73934]: cluster 2024-03-30T04:54:06.054814+0000 mgr.y (mgr.25387) 7268 : cluster [DBG] pgmap v4706: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[69502]: audit 2024-03-30T04:54:05.753206+0000 mon.a (mon.0) 15105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[69502]: audit 2024-03-30T04:54:05.766030+0000 mon.a (mon.0) 15106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.008 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[69502]: audit 2024-03-30T04:54:05.777647+0000 mon.a (mon.0) 15107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.009 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:06 smithi097 bash[69502]: cluster 2024-03-30T04:54:06.054814+0000 mgr.y (mgr.25387) 7268 : cluster [DBG] pgmap v4706: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:07.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:06 smithi105 bash[58125]: audit 2024-03-30T04:54:05.753206+0000 mon.a (mon.0) 15105 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.209 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:06 smithi105 bash[58125]: audit 2024-03-30T04:54:05.766030+0000 mon.a (mon.0) 15106 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:06 smithi105 bash[58125]: audit 2024-03-30T04:54:05.777647+0000 mon.a (mon.0) 15107 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:07.210 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:06 smithi105 bash[58125]: cluster 2024-03-30T04:54:06.054814+0000 mgr.y (mgr.25387) 7268 : cluster [DBG] pgmap v4706: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[69502]: cluster 2024-03-30T04:54:08.055986+0000 mgr.y (mgr.25387) 7269 : cluster [DBG] pgmap v4707: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[69502]: audit 2024-03-30T04:54:08.826964+0000 mon.a (mon.0) 15108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[69502]: audit 2024-03-30T04:54:08.833229+0000 mon.a (mon.0) 15109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[69502]: audit 2024-03-30T04:54:08.840323+0000 mon.a (mon.0) 15110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[73934]: cluster 2024-03-30T04:54:08.055986+0000 mgr.y (mgr.25387) 7269 : cluster [DBG] pgmap v4707: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[73934]: audit 2024-03-30T04:54:08.826964+0000 mon.a (mon.0) 15108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[73934]: audit 2024-03-30T04:54:08.833229+0000 mon.a (mon.0) 15109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.377 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:09 smithi097 bash[73934]: audit 2024-03-30T04:54:08.840323+0000 mon.a (mon.0) 15110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.393 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:09 smithi105 bash[58125]: cluster 2024-03-30T04:54:08.055986+0000 mgr.y (mgr.25387) 7269 : cluster [DBG] pgmap v4707: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:09.393 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:09 smithi105 bash[58125]: audit 2024-03-30T04:54:08.826964+0000 mon.a (mon.0) 15108 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.394 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:09 smithi105 bash[58125]: audit 2024-03-30T04:54:08.833229+0000 mon.a (mon.0) 15109 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.394 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:09 smithi105 bash[58125]: audit 2024-03-30T04:54:08.840323+0000 mon.a (mon.0) 15110 : audit [INF] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' 2024-03-30T04:54:09.730 INFO:teuthology.orchestra.run.smithi097.stdout: "16.2.0", 2024-03-30T04:54:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:10 smithi097 bash[69502]: audit 2024-03-30T04:54:08.709057+0000 mgr.y (mgr.25387) 7270 : audit [DBG] from='client.35055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:10.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:10 smithi097 bash[69502]: audit 2024-03-30T04:54:09.504850+0000 mon.a (mon.0) 15111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:10 smithi097 bash[73934]: audit 2024-03-30T04:54:08.709057+0000 mgr.y (mgr.25387) 7270 : audit [DBG] from='client.35055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:10.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:10 smithi097 bash[73934]: audit 2024-03-30T04:54:09.504850+0000 mon.a (mon.0) 15111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:10.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:10 smithi105 bash[58125]: audit 2024-03-30T04:54:08.709057+0000 mgr.y (mgr.25387) 7270 : audit [DBG] from='client.35055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "show_all_versions": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:10.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:10 smithi105 bash[58125]: audit 2024-03-30T04:54:09.504850+0000 mon.a (mon.0) 15111 : audit [DBG] from='mgr.25387 172.21.15.97:0/2961836315' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-30T04:54:10.519 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 -- bash -c 'ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2' 2024-03-30T04:54:11.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:11 smithi097 bash[73934]: cluster 2024-03-30T04:54:10.057162+0000 mgr.y (mgr.25387) 7271 : cluster [DBG] pgmap v4708: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:11.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:11 smithi097 bash[69502]: cluster 2024-03-30T04:54:10.057162+0000 mgr.y (mgr.25387) 7271 : cluster [DBG] pgmap v4708: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:11.459 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:11 smithi105 bash[58125]: cluster 2024-03-30T04:54:10.057162+0000 mgr.y (mgr.25387) 7271 : cluster [DBG] pgmap v4708: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:12.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:12 smithi097 bash[69502]: audit 2024-03-30T04:54:10.317156+0000 mgr.y (mgr.25387) 7272 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:12.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:12 smithi097 bash[73934]: audit 2024-03-30T04:54:10.317156+0000 mgr.y (mgr.25387) 7272 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:12.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:12 smithi105 bash[58125]: audit 2024-03-30T04:54:10.317156+0000 mgr.y (mgr.25387) 7272 : audit [DBG] from='client.34866 -' entity='client.iscsi.foo.smithi097.dwmydq' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-03-30T04:54:12.876 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:12 smithi097 bash[65835]: ::ffff:172.21.15.105 - - [30/Mar/2024:04:54:12] "GET /metrics HTTP/1.1" 200 38686 "" "Prometheus/2.43.0" 2024-03-30T04:54:13.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:13 smithi097 bash[73934]: cluster 2024-03-30T04:54:12.058738+0000 mgr.y (mgr.25387) 7273 : cluster [DBG] pgmap v4709: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:13.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:13 smithi097 bash[69502]: cluster 2024-03-30T04:54:12.058738+0000 mgr.y (mgr.25387) 7273 : cluster [DBG] pgmap v4709: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:13.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:13 smithi105 bash[58125]: cluster 2024-03-30T04:54:12.058738+0000 mgr.y (mgr.25387) 7273 : cluster [DBG] pgmap v4709: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:15.376 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:15 smithi097 bash[69502]: cluster 2024-03-30T04:54:14.059814+0000 mgr.y (mgr.25387) 7274 : cluster [DBG] pgmap v4710: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:15.376 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:15 smithi097 bash[73934]: cluster 2024-03-30T04:54:14.059814+0000 mgr.y (mgr.25387) 7274 : cluster [DBG] pgmap v4710: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:15.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:15 smithi105 bash[58125]: cluster 2024-03-30T04:54:14.059814+0000 mgr.y (mgr.25387) 7274 : cluster [DBG] pgmap v4710: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-30T04:54:16.162 INFO:teuthology.orchestra.run.smithi097.stdout: "v16.2.2", 2024-03-30T04:54:16.162 INFO:teuthology.orchestra.run.smithi097.stdout: "v16.2.2-20210505", 2024-03-30T04:54:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:17 smithi105 bash[58125]: audit 2024-03-30T04:54:15.473040+0000 mgr.y (mgr.25387) 7275 : audit [DBG] from='client.54994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:17.460 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:17 smithi105 bash[58125]: cluster 2024-03-30T04:54:16.060855+0000 mgr.y (mgr.25387) 7276 : cluster [DBG] pgmap v4711: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:17.582 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[73934]: audit 2024-03-30T04:54:15.473040+0000 mgr.y (mgr.25387) 7275 : audit [DBG] from='client.54994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:17.582 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[73934]: cluster 2024-03-30T04:54:16.060855+0000 mgr.y (mgr.25387) 7276 : cluster [DBG] pgmap v4711: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:17.583 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[69502]: audit 2024-03-30T04:54:15.473040+0000 mgr.y (mgr.25387) 7275 : audit [DBG] from='client.54994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade ls", "image": "quay.io/ceph/ceph", "tags": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-30T04:54:17.583 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[69502]: cluster 2024-03-30T04:54:16.060855+0000 mgr.y (mgr.25387) 7276 : cluster [DBG] pgmap v4711: 161 pgs: 161 active+clean; 585 KiB data, 294 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-03-30T04:54:17.584 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-30T04:54:17.593 INFO:tasks.cephadm:Teardown begin 2024-03-30T04:54:17.593 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:54:17.607 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:54:17.621 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-30T04:54:17.622 DEBUG:teuthology.orchestra.run.smithi097:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:54:17.656 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-30T04:54:17.669 INFO:tasks.cephadm:Stopping all daemons... 2024-03-30T04:54:17.669 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-30T04:54:17.669 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a 2024-03-30T04:54:17.842 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:17 smithi097 systemd[1]: Stopping Ceph mon.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:17.971 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[69502]: debug 2024-03-30T04:54:17.843+0000 7f232e746700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:54:17.971 INFO:journalctl@ceph.mon.a.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[69502]: debug 2024-03-30T04:54:17.843+0000 7f232e746700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-03-30T04:54:17.971 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: [30/Mar/2024:04:54:17] ENGINE Bus STOPPING 2024-03-30T04:54:17.971 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: [30/Mar/2024:04:54:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-30T04:54:17.971 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: [30/Mar/2024:04:54:17] ENGINE Bus STOPPED 2024-03-30T04:54:17.972 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: [30/Mar/2024:04:54:17] ENGINE Bus STARTING 2024-03-30T04:54:18.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: CherryPy Checker: 2024-03-30T04:54:18.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: The Application mounted at '' has an empty config. 2024-03-30T04:54:18.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: [30/Mar/2024:04:54:17] ENGINE Serving on http://:::9283 2024-03-30T04:54:18.376 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:17 smithi097 bash[65835]: [30/Mar/2024:04:54:17] ENGINE Bus STARTED 2024-03-30T04:54:18.899 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.a.service' 2024-03-30T04:54:18.933 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:18.934 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-30T04:54:18.934 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-03-30T04:54:18.934 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.c 2024-03-30T04:54:19.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:18 smithi097 systemd[1]: Stopping Ceph mon.c for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:19.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:19 smithi097 bash[73934]: debug 2024-03-30T04:54:19.095+0000 7fe37f5c1700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:54:19.297 INFO:journalctl@ceph.mon.c.smithi097.stdout:Mar 30 04:54:19 smithi097 bash[73934]: debug 2024-03-30T04:54:19.095+0000 7fe37f5c1700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-03-30T04:54:19.973 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.c.service' 2024-03-30T04:54:20.002 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:20.003 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-03-30T04:54:20.003 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-03-30T04:54:20.003 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.b 2024-03-30T04:54:20.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:20 smithi105 systemd[1]: Stopping Ceph mon.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:20.293 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:20 smithi105 bash[58125]: debug 2024-03-30T04:54:20.150+0000 7f5d0b06e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-30T04:54:20.293 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:20 smithi105 bash[58125]: debug 2024-03-30T04:54:20.150+0000 7f5d0b06e700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-03-30T04:54:21.190 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.b.service' 2024-03-30T04:54:21.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:20 smithi105 bash[87774]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:54:21.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:21 smithi105 bash[87837]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-mon-b 2024-03-30T04:54:21.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:21 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mon.b.service: Deactivated successfully. 2024-03-30T04:54:21.198 INFO:journalctl@ceph.mon.b.smithi105.stdout:Mar 30 04:54:21 smithi105 systemd[1]: Stopped Ceph mon.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:54:21.228 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:21.228 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-03-30T04:54:21.228 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-03-30T04:54:21.228 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y 2024-03-30T04:54:21.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:21 smithi097 systemd[1]: Stopping Ceph mgr.y for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:21.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:21 smithi097 bash[65835]: debug 2024-03-30T04:54:21.383+0000 7fdd4ecfd700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:21.626 INFO:journalctl@ceph.mgr.y.smithi097.stdout:Mar 30 04:54:21 smithi097 bash[65835]: debug 2024-03-30T04:54:21.383+0000 7fdd4ecfd700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-30T04:54:22.400 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.y.service' 2024-03-30T04:54:22.428 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:22.428 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-03-30T04:54:22.429 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-03-30T04:54:22.429 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x 2024-03-30T04:54:22.709 INFO:journalctl@ceph.mgr.x.smithi105.stdout:Mar 30 04:54:22 smithi105 systemd[1]: Stopping Ceph mgr.x for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:23.546 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@mgr.x.service' 2024-03-30T04:54:23.571 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:23.572 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-03-30T04:54:23.572 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-30T04:54:23.572 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.0 2024-03-30T04:54:23.876 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:54:23 smithi097 systemd[1]: Stopping Ceph osd.0 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:23.876 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:54:23 smithi097 bash[78452]: debug 2024-03-30T04:54:23.723+0000 7efd225d9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:23.876 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:54:23 smithi097 bash[78452]: debug 2024-03-30T04:54:23.723+0000 7efd225d9700 -1 osd.0 152 *** Got signal Terminated *** 2024-03-30T04:54:23.876 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:54:23 smithi097 bash[78452]: debug 2024-03-30T04:54:23.723+0000 7efd225d9700 -1 osd.0 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:30.083 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:54:29 smithi097 bash[111460]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:54:30.083 INFO:journalctl@ceph.osd.0.smithi097.stdout:Mar 30 04:54:30 smithi097 bash[111632]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-0 2024-03-30T04:54:32.915 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.0.service' 2024-03-30T04:54:32.937 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:32.937 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-30T04:54:32.938 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-30T04:54:32.938 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.1 2024-03-30T04:54:33.366 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:54:32 smithi097 systemd[1]: Stopping Ceph osd.1 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:33.626 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:54:33 smithi097 bash[81707]: debug 2024-03-30T04:54:33.367+0000 7ff768298700 -1 received signal: Terminated from /sbin/docker-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 2024-03-30T04:54:33.626 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:54:33 smithi097 bash[81707]: debug 2024-03-30T04:54:33.367+0000 7ff768298700 -1 osd.1 152 *** Got signal Terminated *** 2024-03-30T04:54:33.626 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:54:33 smithi097 bash[81707]: debug 2024-03-30T04:54:33.367+0000 7ff768298700 -1 osd.1 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:39.485 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:54:39 smithi097 bash[111868]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:54:39.486 INFO:journalctl@ceph.osd.1.smithi097.stdout:Mar 30 04:54:39 smithi097 bash[112495]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-1 2024-03-30T04:54:41.348 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.1.service' 2024-03-30T04:54:41.379 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:41.379 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-30T04:54:41.379 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-30T04:54:41.379 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.2 2024-03-30T04:54:41.626 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:54:41 smithi097 systemd[1]: Stopping Ceph osd.2 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:41.626 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:54:41 smithi097 bash[84505]: debug 2024-03-30T04:54:41.563+0000 7f94b9b4b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:41.626 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:54:41 smithi097 bash[84505]: debug 2024-03-30T04:54:41.563+0000 7f94b9b4b700 -1 osd.2 152 *** Got signal Terminated *** 2024-03-30T04:54:41.627 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:54:41 smithi097 bash[84505]: debug 2024-03-30T04:54:41.563+0000 7f94b9b4b700 -1 osd.2 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:47.827 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:54:47 smithi097 bash[112627]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:54:47.827 INFO:journalctl@ceph.osd.2.smithi097.stdout:Mar 30 04:54:47 smithi097 bash[112690]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-2 2024-03-30T04:54:49.722 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.2.service' 2024-03-30T04:54:49.749 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:49.749 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-30T04:54:49.749 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-30T04:54:49.749 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.3 2024-03-30T04:54:50.024 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:49 smithi097 systemd[1]: Stopping Ceph osd.3 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:50.024 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:49 smithi097 bash[87472]: debug 2024-03-30T04:54:49.910+0000 7fc9a2597700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:50.024 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:49 smithi097 bash[87472]: debug 2024-03-30T04:54:49.910+0000 7fc9a2597700 -1 osd.3 152 *** Got signal Terminated *** 2024-03-30T04:54:50.024 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:49 smithi097 bash[87472]: debug 2024-03-30T04:54:49.910+0000 7fc9a2597700 -1 osd.3 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:51.284 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:51 smithi097 bash[87472]: debug 2024-03-30T04:54:51.054+0000 7fc99ab83700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:25.663126+0000 front 2024-03-30T04:54:25.663261+0000 (oldest deadline 2024-03-30T04:54:50.963208+0000) 2024-03-30T04:54:51.710 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:51 smithi105 bash[63817]: debug 2024-03-30T04:54:51.497+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:51.710 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:51 smithi105 bash[66799]: debug 2024-03-30T04:54:51.369+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:52.126 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:52 smithi097 bash[87472]: debug 2024-03-30T04:54:52.034+0000 7fc99ab83700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:25.663126+0000 front 2024-03-30T04:54:25.663261+0000 (oldest deadline 2024-03-30T04:54:50.963208+0000) 2024-03-30T04:54:52.650 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:52 smithi105 bash[63817]: debug 2024-03-30T04:54:52.521+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:52.650 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:52 smithi105 bash[66799]: debug 2024-03-30T04:54:52.325+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:52.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:52 smithi105 bash[69884]: debug 2024-03-30T04:54:52.653+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:53.376 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:53 smithi097 bash[87472]: debug 2024-03-30T04:54:53.030+0000 7fc99ab83700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:25.663126+0000 front 2024-03-30T04:54:25.663261+0000 (oldest deadline 2024-03-30T04:54:50.963208+0000) 2024-03-30T04:54:53.434 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:53 smithi105 bash[66799]: debug 2024-03-30T04:54:53.313+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:53.710 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:53 smithi105 bash[63817]: debug 2024-03-30T04:54:53.477+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:53.710 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:53 smithi105 bash[69884]: debug 2024-03-30T04:54:53.617+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:53.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:53 smithi105 bash[72918]: debug 2024-03-30T04:54:53.437+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:54.067 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:54 smithi097 bash[87472]: debug 2024-03-30T04:54:54.046+0000 7fc99ab83700 -1 osd.3 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:25.663126+0000 front 2024-03-30T04:54:25.663261+0000 (oldest deadline 2024-03-30T04:54:50.963208+0000) 2024-03-30T04:54:54.570 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:54 smithi105 bash[63817]: debug 2024-03-30T04:54:54.437+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:54.570 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:54 smithi105 bash[66799]: debug 2024-03-30T04:54:54.265+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:54.570 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:54 smithi105 bash[72918]: debug 2024-03-30T04:54:54.477+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:54.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:54 smithi105 bash[69884]: debug 2024-03-30T04:54:54.573+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:55.533 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:55 smithi105 bash[72918]: debug 2024-03-30T04:54:55.509+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:55.534 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:55 smithi105 bash[63817]: debug 2024-03-30T04:54:55.433+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:55.534 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:55 smithi105 bash[66799]: debug 2024-03-30T04:54:55.285+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:55.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:55 smithi105 bash[69884]: debug 2024-03-30T04:54:55.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:56.376 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:55 smithi097 bash[112826]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:54:56.376 INFO:journalctl@ceph.osd.3.smithi097.stdout:Mar 30 04:54:56 smithi097 bash[113182]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-3 2024-03-30T04:54:56.533 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:56 smithi105 bash[63817]: debug 2024-03-30T04:54:56.465+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:56.533 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:56 smithi105 bash[66799]: debug 2024-03-30T04:54:56.261+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:56.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:56 smithi105 bash[69884]: debug 2024-03-30T04:54:56.533+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:56.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:56 smithi105 bash[72918]: debug 2024-03-30T04:54:56.545+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:57.495 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:57 smithi105 bash[63817]: debug 2024-03-30T04:54:57.457+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:57.495 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:57 smithi105 bash[66799]: debug 2024-03-30T04:54:57.229+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:57.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:57 smithi105 bash[69884]: debug 2024-03-30T04:54:57.497+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:57.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:57 smithi105 bash[72918]: debug 2024-03-30T04:54:57.501+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:58.001 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.3.service' 2024-03-30T04:54:58.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:54:58.028 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-30T04:54:58.029 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-30T04:54:58.029 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.4 2024-03-30T04:54:58.443 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[66799]: debug 2024-03-30T04:54:58.193+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:58.443 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:58 smithi105 systemd[1]: Stopping Ceph osd.4 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:54:58.443 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[63817]: debug 2024-03-30T04:54:58.173+0000 7fa24eab5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:54:58.443 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[63817]: debug 2024-03-30T04:54:58.173+0000 7fa24eab5700 -1 osd.4 152 *** Got signal Terminated *** 2024-03-30T04:54:58.444 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[63817]: debug 2024-03-30T04:54:58.173+0000 7fa24eab5700 -1 osd.4 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:54:58.444 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[63817]: debug 2024-03-30T04:54:58.445+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:58.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[72918]: debug 2024-03-30T04:54:58.485+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:58.710 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:58 smithi105 bash[69884]: debug 2024-03-30T04:54:58.477+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:59.493 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:59 smithi105 bash[66799]: debug 2024-03-30T04:54:59.229+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:54:59.493 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:54:59 smithi105 bash[66799]: debug 2024-03-30T04:54:59.229+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:54:59.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:54:59 smithi105 bash[63817]: debug 2024-03-30T04:54:59.497+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:54:59.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:54:59 smithi105 bash[72918]: debug 2024-03-30T04:54:59.497+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:54:59.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:59 smithi105 bash[69884]: debug 2024-03-30T04:54:59.505+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:54:59.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:54:59 smithi105 bash[69884]: debug 2024-03-30T04:54:59.505+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:00.531 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:00 smithi105 bash[72918]: debug 2024-03-30T04:55:00.469+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:00.532 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:00 smithi105 bash[66799]: debug 2024-03-30T04:55:00.273+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:00.532 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:00 smithi105 bash[66799]: debug 2024-03-30T04:55:00.273+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:00.532 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:00 smithi105 bash[69884]: debug 2024-03-30T04:55:00.513+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:00.532 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:00 smithi105 bash[69884]: debug 2024-03-30T04:55:00.513+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:00.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:55:00 smithi105 bash[63817]: debug 2024-03-30T04:55:00.533+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:55:01.545 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:01 smithi105 bash[69884]: debug 2024-03-30T04:55:01.525+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:01.545 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:01 smithi105 bash[69884]: debug 2024-03-30T04:55:01.525+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:01.546 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:01 smithi105 bash[72918]: debug 2024-03-30T04:55:01.457+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:01.546 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:01 smithi105 bash[66799]: debug 2024-03-30T04:55:01.281+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:01.546 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:01 smithi105 bash[66799]: debug 2024-03-30T04:55:01.281+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:01.946 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:55:01 smithi105 bash[63817]: debug 2024-03-30T04:55:01.549+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:55:02.525 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[69884]: debug 2024-03-30T04:55:02.477+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:02.525 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[69884]: debug 2024-03-30T04:55:02.477+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:02.525 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[66799]: debug 2024-03-30T04:55:02.261+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:02.525 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[66799]: debug 2024-03-30T04:55:02.261+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:02.525 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[72918]: debug 2024-03-30T04:55:02.481+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:02.526 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[72918]: debug 2024-03-30T04:55:02.481+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:02.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[63817]: debug 2024-03-30T04:55:02.525+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.461200+0000 front 2024-03-30T04:54:26.461437+0000 (oldest deadline 2024-03-30T04:54:51.161032+0000) 2024-03-30T04:55:02.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:55:02 smithi105 bash[63817]: debug 2024-03-30T04:55:02.525+0000 7fa2470a1700 -1 osd.4 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.062333+0000 front 2024-03-30T04:54:34.062637+0000 (oldest deadline 2024-03-30T04:55:01.663047+0000) 2024-03-30T04:55:03.513 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:03 smithi105 bash[72918]: debug 2024-03-30T04:55:03.457+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:03.513 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:03 smithi105 bash[72918]: debug 2024-03-30T04:55:03.457+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:03.514 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:03 smithi105 bash[66799]: debug 2024-03-30T04:55:03.217+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:03.514 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:03 smithi105 bash[66799]: debug 2024-03-30T04:55:03.217+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:03.895 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:03 smithi105 bash[69884]: debug 2024-03-30T04:55:03.517+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:03.895 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:03 smithi105 bash[69884]: debug 2024-03-30T04:55:03.517+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:04.460 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[88985]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:55:04.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[66799]: debug 2024-03-30T04:55:04.173+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:04.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[66799]: debug 2024-03-30T04:55:04.173+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:04.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[72918]: debug 2024-03-30T04:55:04.469+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:04.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[72918]: debug 2024-03-30T04:55:04.469+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:04.960 INFO:journalctl@ceph.osd.4.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[89052]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-4 2024-03-30T04:55:04.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[69884]: debug 2024-03-30T04:55:04.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:04.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:04 smithi105 bash[69884]: debug 2024-03-30T04:55:04.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:05.478 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:05 smithi105 bash[66799]: debug 2024-03-30T04:55:05.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:05.478 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:05 smithi105 bash[66799]: debug 2024-03-30T04:55:05.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:05.900 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:05 smithi105 bash[69884]: debug 2024-03-30T04:55:05.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:05.900 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:05 smithi105 bash[69884]: debug 2024-03-30T04:55:05.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:05.900 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:05 smithi105 bash[72918]: debug 2024-03-30T04:55:05.493+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:05.900 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:05 smithi105 bash[72918]: debug 2024-03-30T04:55:05.493+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:06.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:06 smithi105 bash[66799]: debug 2024-03-30T04:55:06.213+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:06.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:06 smithi105 bash[66799]: debug 2024-03-30T04:55:06.213+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:06.460 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:06 smithi105 bash[72918]: debug 2024-03-30T04:55:06.453+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:06.460 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:06 smithi105 bash[72918]: debug 2024-03-30T04:55:06.453+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:06.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:06 smithi105 bash[69884]: debug 2024-03-30T04:55:06.533+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:06.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:06 smithi105 bash[69884]: debug 2024-03-30T04:55:06.533+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:07.215 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.4.service' 2024-03-30T04:55:07.243 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:07.243 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-30T04:55:07.243 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-30T04:55:07.243 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.5 2024-03-30T04:55:07.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[66799]: debug 2024-03-30T04:55:07.169+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:07.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[66799]: debug 2024-03-30T04:55:07.169+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:07.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:07 smithi105 systemd[1]: Stopping Ceph osd.5 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:07.893 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[69884]: debug 2024-03-30T04:55:07.517+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:07.893 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[69884]: debug 2024-03-30T04:55:07.517+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:07.894 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[72918]: debug 2024-03-30T04:55:07.497+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:07.894 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[72918]: debug 2024-03-30T04:55:07.497+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:07.894 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[66799]: debug 2024-03-30T04:55:07.557+0000 7fe1ab5d7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:07.894 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[66799]: debug 2024-03-30T04:55:07.557+0000 7fe1ab5d7700 -1 osd.5 152 *** Got signal Terminated *** 2024-03-30T04:55:07.894 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:07 smithi105 bash[66799]: debug 2024-03-30T04:55:07.557+0000 7fe1ab5d7700 -1 osd.5 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:08.497 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:08 smithi105 bash[66799]: debug 2024-03-30T04:55:08.213+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:08.497 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:08 smithi105 bash[66799]: debug 2024-03-30T04:55:08.213+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:08.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:08 smithi105 bash[69884]: debug 2024-03-30T04:55:08.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:08.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:08 smithi105 bash[69884]: debug 2024-03-30T04:55:08.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:08.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:08 smithi105 bash[72918]: debug 2024-03-30T04:55:08.537+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:08.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:08 smithi105 bash[72918]: debug 2024-03-30T04:55:08.537+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:09.485 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[66799]: debug 2024-03-30T04:55:09.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:09.485 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[66799]: debug 2024-03-30T04:55:09.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:09.485 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[66799]: debug 2024-03-30T04:55:09.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:41.871889+0000 front 2024-03-30T04:54:41.871691+0000 (oldest deadline 2024-03-30T04:55:08.872351+0000) 2024-03-30T04:55:09.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[72918]: debug 2024-03-30T04:55:09.533+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:09.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[72918]: debug 2024-03-30T04:55:09.533+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:09.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[69884]: debug 2024-03-30T04:55:09.541+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:09.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[69884]: debug 2024-03-30T04:55:09.541+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:09.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:09 smithi105 bash[69884]: debug 2024-03-30T04:55:09.541+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:10.462 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[66799]: debug 2024-03-30T04:55:10.209+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:10.463 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[66799]: debug 2024-03-30T04:55:10.209+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:10.463 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[66799]: debug 2024-03-30T04:55:10.209+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:41.871889+0000 front 2024-03-30T04:54:41.871691+0000 (oldest deadline 2024-03-30T04:55:08.872351+0000) 2024-03-30T04:55:10.806 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[72918]: debug 2024-03-30T04:55:10.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:10.806 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[72918]: debug 2024-03-30T04:55:10.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:10.806 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[69884]: debug 2024-03-30T04:55:10.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:10.807 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[69884]: debug 2024-03-30T04:55:10.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:10.807 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:10 smithi105 bash[69884]: debug 2024-03-30T04:55:10.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:11.544 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[66799]: debug 2024-03-30T04:55:11.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:11.544 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[66799]: debug 2024-03-30T04:55:11.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:11.544 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[66799]: debug 2024-03-30T04:55:11.221+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:41.871889+0000 front 2024-03-30T04:54:41.871691+0000 (oldest deadline 2024-03-30T04:55:08.872351+0000) 2024-03-30T04:55:11.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[69884]: debug 2024-03-30T04:55:11.545+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:11.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[69884]: debug 2024-03-30T04:55:11.545+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:11.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[69884]: debug 2024-03-30T04:55:11.545+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:11.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[72918]: debug 2024-03-30T04:55:11.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:11.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[72918]: debug 2024-03-30T04:55:11.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:11.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:11 smithi105 bash[72918]: debug 2024-03-30T04:55:11.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:12.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[66799]: debug 2024-03-30T04:55:12.257+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.867474+0000 front 2024-03-30T04:54:26.867572+0000 (oldest deadline 2024-03-30T04:54:50.367728+0000) 2024-03-30T04:55:12.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[66799]: debug 2024-03-30T04:55:12.257+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:34.969445+0000 front 2024-03-30T04:54:34.969386+0000 (oldest deadline 2024-03-30T04:54:58.970139+0000) 2024-03-30T04:55:12.460 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[66799]: debug 2024-03-30T04:55:12.257+0000 7fe1a3bc3700 -1 osd.5 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:41.871889+0000 front 2024-03-30T04:54:41.871691+0000 (oldest deadline 2024-03-30T04:55:08.872351+0000) 2024-03-30T04:55:12.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[69884]: debug 2024-03-30T04:55:12.573+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:12.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[69884]: debug 2024-03-30T04:55:12.573+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:12.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[69884]: debug 2024-03-30T04:55:12.573+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:12.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[72918]: debug 2024-03-30T04:55:12.545+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:12.961 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[72918]: debug 2024-03-30T04:55:12.545+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:12.961 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:12 smithi105 bash[72918]: debug 2024-03-30T04:55:12.545+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[89200]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.5.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[89543]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-5 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[69884]: debug 2024-03-30T04:55:13.525+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[69884]: debug 2024-03-30T04:55:13.529+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[69884]: debug 2024-03-30T04:55:13.529+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[72918]: debug 2024-03-30T04:55:13.537+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:13.799 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[72918]: debug 2024-03-30T04:55:13.537+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:13.800 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:13 smithi105 bash[72918]: debug 2024-03-30T04:55:13.537+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:14.961 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:14 smithi105 bash[69884]: debug 2024-03-30T04:55:14.521+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:14.962 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:14 smithi105 bash[69884]: debug 2024-03-30T04:55:14.521+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:14.962 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:14 smithi105 bash[69884]: debug 2024-03-30T04:55:14.521+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:14.962 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:14 smithi105 bash[72918]: debug 2024-03-30T04:55:14.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:14.962 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:14 smithi105 bash[72918]: debug 2024-03-30T04:55:14.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:14.962 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:14 smithi105 bash[72918]: debug 2024-03-30T04:55:14.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:15.807 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[72918]: debug 2024-03-30T04:55:15.589+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:15.807 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[72918]: debug 2024-03-30T04:55:15.589+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:15.807 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[72918]: debug 2024-03-30T04:55:15.589+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:15.807 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[69884]: debug 2024-03-30T04:55:15.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:15.807 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[69884]: debug 2024-03-30T04:55:15.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:15.807 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[69884]: debug 2024-03-30T04:55:15.501+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:15.810 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.5.service' 2024-03-30T04:55:15.832 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:15.833 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-30T04:55:15.833 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-30T04:55:15.833 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.6 2024-03-30T04:55:16.210 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 systemd[1]: Stopping Ceph osd.6 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:16.210 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[69884]: debug 2024-03-30T04:55:15.993+0000 7f783f6ea700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:16.210 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[69884]: debug 2024-03-30T04:55:15.993+0000 7f783f6ea700 -1 osd.6 152 *** Got signal Terminated *** 2024-03-30T04:55:16.210 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:15 smithi105 bash[69884]: debug 2024-03-30T04:55:15.993+0000 7f783f6ea700 -1 osd.6 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:16.602 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:16 smithi105 bash[69884]: debug 2024-03-30T04:55:16.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:16.602 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:16 smithi105 bash[69884]: debug 2024-03-30T04:55:16.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:16.603 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:16 smithi105 bash[69884]: debug 2024-03-30T04:55:16.537+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:16.959 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:16 smithi105 bash[72918]: debug 2024-03-30T04:55:16.605+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:16.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:16 smithi105 bash[72918]: debug 2024-03-30T04:55:16.605+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:16.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:16 smithi105 bash[72918]: debug 2024-03-30T04:55:16.605+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:17.553 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:17 smithi105 bash[69884]: debug 2024-03-30T04:55:17.493+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:17.553 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:17 smithi105 bash[69884]: debug 2024-03-30T04:55:17.493+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:17.553 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:17 smithi105 bash[69884]: debug 2024-03-30T04:55:17.493+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:17.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:17 smithi105 bash[72918]: debug 2024-03-30T04:55:17.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:17.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:17 smithi105 bash[72918]: debug 2024-03-30T04:55:17.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:17.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:17 smithi105 bash[72918]: debug 2024-03-30T04:55:17.557+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:18.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:18 smithi105 bash[72918]: debug 2024-03-30T04:55:18.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:18.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:18 smithi105 bash[72918]: debug 2024-03-30T04:55:18.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:18.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:18 smithi105 bash[72918]: debug 2024-03-30T04:55:18.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:18.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:18 smithi105 bash[69884]: debug 2024-03-30T04:55:18.465+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:18.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:18 smithi105 bash[69884]: debug 2024-03-30T04:55:18.465+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:18.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:18 smithi105 bash[69884]: debug 2024-03-30T04:55:18.465+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:19.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[72918]: debug 2024-03-30T04:55:19.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:19.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[72918]: debug 2024-03-30T04:55:19.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:19.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[72918]: debug 2024-03-30T04:55:19.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:19.710 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[69884]: debug 2024-03-30T04:55:19.449+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:19.710 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[69884]: debug 2024-03-30T04:55:19.449+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:19.710 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[69884]: debug 2024-03-30T04:55:19.449+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[82677]: ts=2024-03-30T04:55:19.935Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.97:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.97:8765: connect: connection refused" 2024-03-30T04:55:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[82677]: ts=2024-03-30T04:55:19.939Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.97:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.97:8765: connect: connection refused" 2024-03-30T04:55:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[82677]: ts=2024-03-30T04:55:19.939Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=nvmeof msg="Unable to refresh target groups" err="Get \"http://172.21.15.97:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.97:8765: connect: connection refused" 2024-03-30T04:55:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[82677]: ts=2024-03-30T04:55:19.939Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.97:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.97:8765: connect: connection refused" 2024-03-30T04:55:20.210 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:19 smithi105 bash[82677]: ts=2024-03-30T04:55:19.940Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.97:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.97:8765: connect: connection refused" 2024-03-30T04:55:20.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[72918]: debug 2024-03-30T04:55:20.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:20.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[72918]: debug 2024-03-30T04:55:20.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:20.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[72918]: debug 2024-03-30T04:55:20.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:20.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[69884]: debug 2024-03-30T04:55:20.481+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:26.582710+0000 front 2024-03-30T04:54:26.582450+0000 (oldest deadline 2024-03-30T04:54:52.482260+0000) 2024-03-30T04:55:20.960 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[69884]: debug 2024-03-30T04:55:20.481+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:36.385746+0000 front 2024-03-30T04:54:36.385188+0000 (oldest deadline 2024-03-30T04:54:59.285009+0000) 2024-03-30T04:55:20.961 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[69884]: debug 2024-03-30T04:55:20.481+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:43.386956+0000 front 2024-03-30T04:54:43.386879+0000 (oldest deadline 2024-03-30T04:55:09.286437+0000) 2024-03-30T04:55:20.961 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[69884]: debug 2024-03-30T04:55:20.481+0000 7f783bcde700 -1 osd.6 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:53.888676+0000 front 2024-03-30T04:54:53.888798+0000 (oldest deadline 2024-03-30T04:55:19.788565+0000) 2024-03-30T04:55:20.961 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:20 smithi105 bash[69884]: debug 2024-03-30T04:55:20.481+0000 7f783bcde700 -1 osd.6 152 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.64334.0:1820 4.1f 4:f95f44c2:::notify.0:head [watch ping cookie 94624727038720] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e152) 2024-03-30T04:55:21.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:21 smithi105 bash[72918]: debug 2024-03-30T04:55:21.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:21.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:21 smithi105 bash[72918]: debug 2024-03-30T04:55:21.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:21.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:21 smithi105 bash[72918]: debug 2024-03-30T04:55:21.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:21.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:21 smithi105 bash[72918]: debug 2024-03-30T04:55:21.553+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:22.377 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:22 smithi105 bash[89695]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:55:22.377 INFO:journalctl@ceph.osd.6.smithi105.stdout:Mar 30 04:55:22 smithi105 bash[90235]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-6 2024-03-30T04:55:22.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:22 smithi105 bash[72918]: debug 2024-03-30T04:55:22.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:22.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:22 smithi105 bash[72918]: debug 2024-03-30T04:55:22.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:22.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:22 smithi105 bash[72918]: debug 2024-03-30T04:55:22.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:22.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:22 smithi105 bash[72918]: debug 2024-03-30T04:55:22.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:23.916 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:23 smithi105 bash[72918]: debug 2024-03-30T04:55:23.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:23.916 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:23 smithi105 bash[72918]: debug 2024-03-30T04:55:23.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:23.916 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:23 smithi105 bash[72918]: debug 2024-03-30T04:55:23.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:23.916 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:23 smithi105 bash[72918]: debug 2024-03-30T04:55:23.593+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:24.445 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.6.service' 2024-03-30T04:55:24.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:24.472 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-30T04:55:24.472 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-30T04:55:24.472 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.7 2024-03-30T04:55:24.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 systemd[1]: Stopping Ceph osd.7 for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:24.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:24.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:24.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:24.710 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:24.711 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.105:6804 osd.4 since back 2024-03-30T04:55:00.679541+0000 front 2024-03-30T04:55:00.679494+0000 (oldest deadline 2024-03-30T04:55:24.179399+0000) 2024-03-30T04:55:24.711 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.661+0000 7effb4c16700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-30T04:55:24.711 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.661+0000 7effb4c16700 -1 osd.7 152 *** Got signal Terminated *** 2024-03-30T04:55:24.711 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:24 smithi105 bash[72918]: debug 2024-03-30T04:55:24.661+0000 7effb4c16700 -1 osd.7 152 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-30T04:55:25.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:25 smithi105 bash[72918]: debug 2024-03-30T04:55:25.609+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:25.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:25 smithi105 bash[72918]: debug 2024-03-30T04:55:25.609+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:25.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:25 smithi105 bash[72918]: debug 2024-03-30T04:55:25.609+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:25.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:25 smithi105 bash[72918]: debug 2024-03-30T04:55:25.609+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:25.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:25 smithi105 bash[72918]: debug 2024-03-30T04:55:25.609+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.105:6804 osd.4 since back 2024-03-30T04:55:00.679541+0000 front 2024-03-30T04:55:00.679494+0000 (oldest deadline 2024-03-30T04:55:24.179399+0000) 2024-03-30T04:55:26.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:26 smithi105 bash[72918]: debug 2024-03-30T04:55:26.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:26.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:26 smithi105 bash[72918]: debug 2024-03-30T04:55:26.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:26.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:26 smithi105 bash[72918]: debug 2024-03-30T04:55:26.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:26.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:26 smithi105 bash[72918]: debug 2024-03-30T04:55:26.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:26.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:26 smithi105 bash[72918]: debug 2024-03-30T04:55:26.573+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.105:6804 osd.4 since back 2024-03-30T04:55:00.679541+0000 front 2024-03-30T04:55:00.679494+0000 (oldest deadline 2024-03-30T04:55:24.179399+0000) 2024-03-30T04:55:27.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:27 smithi105 bash[72918]: debug 2024-03-30T04:55:27.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:27.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:27 smithi105 bash[72918]: debug 2024-03-30T04:55:27.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:27.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:27 smithi105 bash[72918]: debug 2024-03-30T04:55:27.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:27.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:27 smithi105 bash[72918]: debug 2024-03-30T04:55:27.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:27.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:27 smithi105 bash[72918]: debug 2024-03-30T04:55:27.561+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.105:6804 osd.4 since back 2024-03-30T04:55:00.679541+0000 front 2024-03-30T04:55:00.679494+0000 (oldest deadline 2024-03-30T04:55:24.179399+0000) 2024-03-30T04:55:28.774 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:28 smithi105 bash[72918]: debug 2024-03-30T04:55:28.521+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:28.774 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:28 smithi105 bash[72918]: debug 2024-03-30T04:55:28.521+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:28.774 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:28 smithi105 bash[72918]: debug 2024-03-30T04:55:28.521+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:28.774 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:28 smithi105 bash[72918]: debug 2024-03-30T04:55:28.521+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:28.774 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:28 smithi105 bash[72918]: debug 2024-03-30T04:55:28.521+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.105:6804 osd.4 since back 2024-03-30T04:55:00.679541+0000 front 2024-03-30T04:55:00.679494+0000 (oldest deadline 2024-03-30T04:55:24.179399+0000) 2024-03-30T04:55:29.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:29 smithi105 bash[72918]: debug 2024-03-30T04:55:29.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6806 osd.0 since back 2024-03-30T04:54:27.973877+0000 front 2024-03-30T04:54:27.974018+0000 (oldest deadline 2024-03-30T04:54:52.673671+0000) 2024-03-30T04:55:29.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:29 smithi105 bash[72918]: debug 2024-03-30T04:55:29.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6814 osd.1 since back 2024-03-30T04:54:37.375189+0000 front 2024-03-30T04:54:37.375130+0000 (oldest deadline 2024-03-30T04:55:02.074944+0000) 2024-03-30T04:55:29.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:29 smithi105 bash[72918]: debug 2024-03-30T04:55:29.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6822 osd.2 since back 2024-03-30T04:54:46.176428+0000 front 2024-03-30T04:54:46.176322+0000 (oldest deadline 2024-03-30T04:55:11.377102+0000) 2024-03-30T04:55:29.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:29 smithi105 bash[72918]: debug 2024-03-30T04:55:29.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.97:6830 osd.3 since back 2024-03-30T04:54:54.778996+0000 front 2024-03-30T04:54:54.779187+0000 (oldest deadline 2024-03-30T04:55:20.678779+0000) 2024-03-30T04:55:29.960 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:29 smithi105 bash[72918]: debug 2024-03-30T04:55:29.549+0000 7effad202700 -1 osd.7 152 heartbeat_check: no reply from 172.21.15.105:6804 osd.4 since back 2024-03-30T04:55:00.679541+0000 front 2024-03-30T04:55:00.679494+0000 (oldest deadline 2024-03-30T04:55:24.179399+0000) 2024-03-30T04:55:30.992 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:30 smithi105 bash[90366]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:55:30.992 INFO:journalctl@ceph.osd.7.smithi105.stdout:Mar 30 04:55:30 smithi105 bash[90557]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-osd-7 2024-03-30T04:55:33.493 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@osd.7.service' 2024-03-30T04:55:33.520 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:33.520 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-30T04:55:33.520 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-03-30T04:55:33.520 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 systemd[1]: Stopping Ceph prometheus.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-03-30T04:55:33.741 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-03-30T04:55:33.742 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.709Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-03-30T04:55:33.742 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.710Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-03-30T04:55:33.742 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.710Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-03-30T04:55:33.742 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.710Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-03-30T04:55:33.742 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:33 smithi105 bash[82677]: ts=2024-03-30T04:55:33.710Z caller=main.go:1147 level=info msg="See you next time!" 2024-03-30T04:55:34.460 INFO:journalctl@ceph.prometheus.a.smithi105.stdout:Mar 30 04:55:34 smithi105 bash[90767]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-prometheus-a 2024-03-30T04:55:34.484 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@prometheus.a.service' 2024-03-30T04:55:34.506 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-30T04:55:34.506 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-03-30T04:55:34.507 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-03-30T04:55:36.920 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:36.921 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:36 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.171 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.172 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.424 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.424 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.783 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:37.783 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.082 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.082 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.082 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:37 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.082 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.375 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.376 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.722 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.723 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:38.723 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:38 smithi097 systemd[1]: Stopping Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:39.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:39 smithi097 bash[114645]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:55:39.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:39 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:55:39.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:39 smithi097 bash[114706]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-a 2024-03-30T04:55:39.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:39 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.a.service: Failed with result 'exit-code'. 2024-03-30T04:55:39.626 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:39 smithi097 systemd[1]: Stopped Ceph node-exporter.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:39.971 INFO:journalctl@ceph.node-exporter.a.smithi097.stdout:Mar 30 04:55:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:39.971 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:39 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:55:39.971 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:39 smithi097 systemd[1]: Stopping Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:55:39.972 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:39 smithi097 bash[105088]: ts=2024-03-30T04:55:39.930Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-03-30T04:55:40.875 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:40 smithi097 bash[114768]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:55:40.876 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:40 smithi097 bash[114829]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-alertmanager-a 2024-03-30T04:55:40.876 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:40 smithi097 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@alertmanager.a.service: Deactivated successfully. 2024-03-30T04:55:40.876 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:40 smithi097 systemd[1]: Stopped Ceph alertmanager.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:55:41.376 INFO:journalctl@ceph.alertmanager.a.smithi097.stdout:Mar 30 04:55:40 smithi097 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:14.723 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-03-30T04:56:17.710 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:17 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:17.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:17 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.085 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:17 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.085 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:17 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.386 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.387 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.387 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.387 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.673 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.673 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.960 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:18.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:18 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:19.313 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:19.313 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:19.314 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:19.314 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:19 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:19.657 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:19 smithi105 systemd[1]: Stopping Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:56:20.446 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:20 smithi105 bash[92250]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:56:20.446 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:20 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-03-30T04:56:20.447 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:20 smithi105 bash[92311]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-node-exporter-b 2024-03-30T04:56:20.447 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:20 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@node-exporter.b.service: Failed with result 'exit-code'. 2024-03-30T04:56:20.447 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:20 smithi105 systemd[1]: Stopped Ceph node-exporter.b for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:56:20.710 INFO:journalctl@ceph.node-exporter.b.smithi105.stdout:Mar 30 04:56:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:20 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:20 smithi105 systemd[1]: Stopping Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4... 2024-03-30T04:56:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:20 smithi105 bash[84702]: logger=server t=2024-03-30T04:56:20.665410533Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-03-30T04:56:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:20 smithi105 bash[84702]: logger=ticker t=2024-03-30T04:56:20.665479384Z level=info msg=stopped last_tick=2024-03-30T04:56:20Z 2024-03-30T04:56:20.710 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:20 smithi105 bash[84702]: logger=tracing t=2024-03-30T04:56:20.665534604Z level=info msg="Closing tracing" 2024-03-30T04:56:21.652 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:21 smithi105 bash[92374]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:56:21.653 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:21 smithi105 bash[92433]: Error response from daemon: No such container: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4-grafana-a 2024-03-30T04:56:21.653 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:21 smithi105 systemd[1]: ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@grafana.a.service: Deactivated successfully. 2024-03-30T04:56:21.653 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:21 smithi105 systemd[1]: Stopped Ceph grafana.a for 8133883c-ee4d-11ee-b647-cb9ed24678a4. 2024-03-30T04:56:21.960 INFO:journalctl@ceph.grafana.a.smithi105.stdout:Mar 30 04:56:21 smithi105 systemd[1]: /etc/systemd/system/ceph-8133883c-ee4d-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-30T04:56:44.210 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:56:44.224 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-30T04:56:44.236 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-30T04:56:44.238 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/remote/smithi097/crash 2024-03-30T04:56:44.239 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/crash -- . 2024-03-30T04:56:44.278 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-03-30T04:56:44.278 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2024-03-30T04:56:44.280 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/remote/smithi105/crash 2024-03-30T04:56:44.281 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/crash -- . 2024-03-30T04:56:44.291 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-03-30T04:56:44.291 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-03-30T04:56:44.292 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-30T04:56:44.293 DEBUG:teuthology.orchestra.run.smithi097:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:44.335 INFO:teuthology.orchestra.run.smithi097.stdout:2024-03-30T04:28:08.072061+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:56:44.339 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-30T04:56:44.339 DEBUG:teuthology.orchestra.run.smithi097:> sudo egrep '\[SEC\]' /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:44.397 DEBUG:teuthology.orchestra.run.smithi097:> sudo egrep '\[ERR\]' /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:44.453 DEBUG:teuthology.orchestra.run.smithi097:> sudo egrep '\[WRN\]' /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-30T04:56:44.507 INFO:teuthology.orchestra.run.smithi097.stdout:2024-03-30T04:28:08.072061+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-30T04:56:44.509 INFO:tasks.cephadm:Compressing logs... 2024-03-30T04:56:44.509 DEBUG:teuthology.orchestra.run.smithi097:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-30T04:56:44.552 DEBUG:teuthology.orchestra.run.smithi105:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-30T04:56:44.562 INFO:teuthology.orchestra.run.smithi097.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-30T04:56:44.567 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-30T04:56:44.570 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log 2024-03-30T04:56:44.570 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log 2024-03-30T04:56:44.571 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log 2024-03-30T04:56:44.571 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log 2024-03-30T04:56:44.571 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-03-30T04:56:44.572 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log 2024-03-30T04:56:44.572 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi097.nsyvyq.log 2024-03-30T04:56:44.574 INFO:teuthology.orchestra.run.smithi097.stderr:gzip/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log: -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log 2024-03-30T04:56:44.574 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi097.nsyvyq.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log 2024-03-30T04:56:44.574 INFO:teuthology.orchestra.run.smithi097.stderr: 76.4% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi097.nsyvyq.log.gz 2024-03-30T04:56:44.574 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log 2024-03-30T04:56:44.575 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log: 84.0% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/tcmu-runner.log.gz 2024-03-30T04:56:44.576 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-03-30T04:56:44.580 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log 2024-03-30T04:56:44.580 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log 2024-03-30T04:56:44.581 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-03-30T04:56:44.581 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log 2024-03-30T04:56:44.582 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi105.gjphdm.log 2024-03-30T04:56:44.582 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log 2024-03-30T04:56:44.583 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi105.gjphdm.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log 2024-03-30T04:56:44.584 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log: 76.4% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi105.gjphdm.log.gz 2024-03-30T04:56:44.585 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-03-30T04:56:44.585 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi105.hjqely.log 2024-03-30T04:56:44.585 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-03-30T04:56:44.586 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log: 95.0% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-03-30T04:56:44.586 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log 2024-03-30T04:56:44.587 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi105.hjqely.log: 76.1% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.smpl.smithi105.hjqely.log.gz 2024-03-30T04:56:44.587 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log 2024-03-30T04:56:44.588 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log: 91.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-03-30T04:56:44.588 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log 2024-03-30T04:56:44.599 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-03-30T04:56:44.600 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log: 92.5% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-03-30T04:56:44.601 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-30T04:56:44.602 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log: 95.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-03-30T04:56:44.603 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi097.ujiisa.log 2024-03-30T04:56:44.611 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-30T04:56:44.612 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi097.ujiisa.log: 76.4% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-client.rgw.foo.smithi097.ujiisa.log.gz 2024-03-30T04:56:44.631 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log: /var/log/ceph/cephadm.log: 93.5% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-03-30T04:56:44.639 INFO:teuthology.orchestra.run.smithi105.stderr: 92.8% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-03-30T04:56:44.642 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-03-30T04:56:44.661 INFO:teuthology.orchestra.run.smithi105.stderr: 89.7% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.x.log.gz 2024-03-30T04:56:44.666 INFO:teuthology.orchestra.run.smithi105.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-30T04:56:44.668 INFO:teuthology.orchestra.run.smithi097.stderr: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-30T04:56:44.699 INFO:teuthology.orchestra.run.smithi097.stderr: 95.8% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-03-30T04:56:45.203 INFO:teuthology.orchestra.run.smithi105.stderr: 93.1% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.b.log.gz 2024-03-30T04:56:45.620 INFO:teuthology.orchestra.run.smithi097.stderr: 93.0% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.c.log.gz 2024-03-30T04:56:45.759 INFO:teuthology.orchestra.run.smithi105.stderr: 93.5% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.6.log.gz 2024-03-30T04:56:45.904 INFO:teuthology.orchestra.run.smithi097.stderr: 93.5% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.2.log.gz 2024-03-30T04:56:46.030 INFO:teuthology.orchestra.run.smithi097.stderr: 93.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.0.log.gz 2024-03-30T04:56:46.121 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.5.log.gz 2024-03-30T04:56:46.379 INFO:teuthology.orchestra.run.smithi105.stderr: 93.8% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.7.log.gz 2024-03-30T04:56:46.551 INFO:teuthology.orchestra.run.smithi097.stderr: 89.3% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mgr.y.log.gz 2024-03-30T04:56:46.575 INFO:teuthology.orchestra.run.smithi105.stderr: 93.7% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.4.log.gz 2024-03-30T04:56:46.576 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-03-30T04:56:46.576 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m2.019s 2024-03-30T04:56:46.577 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m7.093s 2024-03-30T04:56:46.577 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.277s 2024-03-30T04:56:46.706 INFO:teuthology.orchestra.run.smithi097.stderr: 93.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.1.log.gz 2024-03-30T04:56:46.823 INFO:teuthology.orchestra.run.smithi097.stderr: 93.6% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-osd.3.log.gz 2024-03-30T04:56:48.310 INFO:teuthology.orchestra.run.smithi097.stderr: 92.4% -- replaced with /var/log/ceph/8133883c-ee4d-11ee-b647-cb9ed24678a4/ceph-mon.a.log.gz 2024-03-30T04:56:48.312 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-03-30T04:56:48.312 INFO:teuthology.orchestra.run.smithi097.stderr:real 0m3.758s 2024-03-30T04:56:48.312 INFO:teuthology.orchestra.run.smithi097.stderr:user 0m13.593s 2024-03-30T04:56:48.312 INFO:teuthology.orchestra.run.smithi097.stderr:sys 0m0.490s 2024-03-30T04:56:48.313 INFO:tasks.cephadm:Archiving logs... 2024-03-30T04:56:48.313 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/log/ceph to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/remote/smithi097/log 2024-03-30T04:56:48.314 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-30T04:56:49.931 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/remote/smithi105/log 2024-03-30T04:56:49.932 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-30T04:56:50.852 INFO:tasks.cephadm:Removing cluster... 2024-03-30T04:56:50.852 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 --force 2024-03-30T04:56:51.612 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8133883c-ee4d-11ee-b647-cb9ed24678a4 --force 2024-03-30T04:56:52.366 INFO:tasks.cephadm:Removing cephadm ... 2024-03-30T04:56:52.366 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-30T04:56:52.372 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-30T04:56:52.377 INFO:tasks.cephadm:Teardown complete 2024-03-30T04:56:52.378 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-30T04:56:52.387 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-30T04:56:52.388 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:56:52.417 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-30T04:56:52.425 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:56:52.425 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-03-30T04:56:52.425 INFO:teuthology.orchestra.run.smithi097.stdout:*hv01.front.sepi 44.4.53.2 2 u 65 64 377 0.067 -4.241 1.049 2024-03-30T04:56:52.425 INFO:teuthology.orchestra.run.smithi097.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.101 -1.722 0.854 2024-03-30T04:56:52.425 INFO:teuthology.orchestra.run.smithi097.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.093 -3.877 0.551 2024-03-30T04:56:52.425 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-03-30T04:56:52.430 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-03-30T04:56:52.430 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-03-30T04:56:52.431 INFO:teuthology.orchestra.run.smithi105.stdout:*hv01.front.sepi 44.4.53.2 2 u 50 64 377 0.076 -6.545 1.289 2024-03-30T04:56:52.431 INFO:teuthology.orchestra.run.smithi105.stdout:+hv02.front.sepi 63.231.80.2 3 u 48 64 377 0.076 -2.540 1.710 2024-03-30T04:56:52.431 INFO:teuthology.orchestra.run.smithi105.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.099 -5.133 1.811 2024-03-30T04:56:52.431 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-03-30T04:56:52.432 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-30T04:56:52.442 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-30T04:56:52.444 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-30T04:56:52.452 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-30T04:56:52.462 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-30T04:56:52.470 INFO:teuthology.task.internal:Duration was 2326.499241 seconds 2024-03-30T04:56:52.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-30T04:56:52.479 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-30T04:56:52.479 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-30T04:56:52.482 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-30T04:56:52.522 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-30T04:56:52.522 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2024-03-30T04:56:52.522 DEBUG:teuthology.orchestra.run.smithi097:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-30T04:56:52.576 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-03-30T04:56:52.576 DEBUG:teuthology.orchestra.run.smithi105:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-30T04:56:52.587 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-30T04:56:52.587 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-30T04:56:52.620 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-30T04:56:52.789 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-30T04:56:52.789 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-30T04:56:52.791 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-30T04:56:53.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-30T04:56:53.544 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-30T04:56:53.544 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-30T04:56:53.556 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-30T04:56:53.570 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-30T04:56:53.580 DEBUG:teuthology.orchestra.run.smithi097:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:53.600 DEBUG:teuthology.orchestra.run.smithi105:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:53.607 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2024-03-30T04:56:53.623 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-03-30T04:56:53.648 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:53.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:56:53.685 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-30T04:56:53.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-30T04:56:53.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-30T04:56:53.702 INFO:teuthology.task.internal:Transferring archived files... 2024-03-30T04:56:53.702 DEBUG:teuthology.misc:Transferring archived files from smithi097:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/remote/smithi097 2024-03-30T04:56:53.703 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-30T04:56:53.778 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202/remote/smithi105 2024-03-30T04:56:53.778 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-30T04:56:53.815 INFO:teuthology.task.internal:Removing archive directory... 2024-03-30T04:56:53.815 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-30T04:56:53.817 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-30T04:56:53.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-30T04:56:53.865 INFO:teuthology.task.internal:Not uploading archives. 2024-03-30T04:56:53.865 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-30T04:56:53.874 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-30T04:56:53.874 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-30T04:56:53.876 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-30T04:56:53.881 INFO:teuthology.orchestra.run.smithi097.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 04:56 /home/ubuntu/cephtest 2024-03-30T04:56:53.902 INFO:teuthology.orchestra.run.smithi105.stdout: 655429 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 04:56 /home/ubuntu/cephtest 2024-03-30T04:56:53.904 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-30T04:56:53.914 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-30T04:56:53.933 INFO:teuthology.nuke:Checking targets against current locks 2024-03-30T04:56:53.961 DEBUG:teuthology.nuke:shortname: smithi097 2024-03-30T04:56:53.961 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:56:53.994 DEBUG:teuthology.nuke:shortname: smithi105 2024-03-30T04:56:53.994 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-30T04:56:54.005 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:09:31.357752', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFFDO2zFNl8h+4utukSaqNe6xG88Iv2L18z6I3ecehjAhWkXyck7fIIdDxdHu4f9iapTyW5XgDqRjpNZafjQjJk='} 2024-03-30T04:56:54.045 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/cbodley-2024-03-29_16:19:09-orch:cephadm:upgrade-main-distro-default-smithi/7629202', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-30 04:09:31.359189', 'locked_by': 'scheduled_cbodley@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGH5/HvYVXbXLDmcbhCLzkFy2dxTpY1m4dIauAxMrGyUh356iC2oW4a5ajTi7UitQM4/QIqzx8DZ++u1fXrkXKs='} 2024-03-30T04:56:54.088 INFO:teuthology.orchestra.console.smithi097:Power off 2024-03-30T04:56:54.089 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-30T04:56:54.123 INFO:teuthology.orchestra.console.smithi105:Power off 2024-03-30T04:56:54.124 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-30T04:56:54.142 DEBUG:teuthology.orchestra.console.smithi097:power off output: Chassis Power Control: Down/Off 2024-03-30T04:56:54.142 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:54.170 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-03-30T04:56:54.171 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:54.193 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-03-30T04:56:54.220 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-03-30T04:56:58.193 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:58.221 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:56:58.305 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-03-30T04:56:58.330 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-03-30T04:57:02.311 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:02.332 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:02.422 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is on 2024-03-30T04:57:02.442 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-03-30T04:57:02.542 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-03-30T04:57:06.426 DEBUG:teuthology.orchestra.console.smithi097:pexpect command: ipmitool -H smithi097.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-30T04:57:06.537 DEBUG:teuthology.orchestra.console.smithi097:check power output: Chassis Power is off 2024-03-30T04:57:06.637 INFO:teuthology.orchestra.console.smithi097:Power off completed 2024-03-30T04:57:06.741 INFO:teuthology.run:Summary data: description: orch:cephadm:upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls agent/on mon_election/classic} duration: 2326.4992411136627 failure_reason: '"2024-03-30T04:28:08.072061+0000 mon.a (mon.0) 211 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN)" in cluster log' owner: scheduled_cbodley@teuthology success: false 2024-03-30T04:57:06.741 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-30T04:57:06.836 INFO:teuthology.run:FAIL